/*매거진 START*/
#magazine_category {
    margin-top: 7.5rem;
}
#magazine_detail {
    margin-top: 7.5rem;
}
.curation_class_contents .magazine_item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
}
.curation_class_contents .magazine_item .magazine_image{
    aspect-ratio: 4 / 3; /* 4:3 비율 유지 */
    width:11.90rem;
}
.curation_class_contents .magazine_item .magazine_image img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지 비율을 유지하면서 채우기 */
}
.magazine_item .class_guide{
    width: calc(100% - 11.90rem);
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.magazine_item .class_guide .class_head{
    /*font-size: 1.19rem;*/
    font-size: 1.5rem;
    font-weight: 600;
}
.magazine_item .class_guide .class_sub_text{
    font-size: 1.31rem;
    font-weight: 400;
    color: #888888;
    line-height: 1.35;
    /* 추가 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* 사이드 바 */
.side-bar-wrap {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: visibility 0.5s, background-color 0.5s;
}
.side-bar-wrap.active {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
}

/* 좌측 사이드바 */
.side-bar {
    position: fixed;
    top: 0;
    right: -29rem; /* 처음엔 감춰짐 */
    width: 29rem;
    height: 100%;
    background-color: #fff;
    padding: 3rem 0 1.9rem 0;
    transition: right 0.6s ease;
    display: none;
    overflow-y: auto;
}
/* 활성화 시 오른쪽으로 슬라이드 인 */
.side-bar-wrap.active .side-bar {
    right: 0;
    display: block;
}

.side-bar-wrap .menu div {
    margin-left: 2rem;
    margin-bottom: 4rem;
}

.side-bar-wrap .icon_kary {
    width: 14rem;
    height: 1rem;
    cursor : pointer;
}
.side-bar-wrap .icon_close {
    width: 1.5rem !important;
    height: 1.5rem;
    margin-left: 10rem;
}

.side-bar-wrap .menu div.login-group {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.side-bar-wrap .menu div.login-group span {
    margin-left: 1rem;
    margin-right: 1rem;
}

.side-bar-wrap .menu div li {
    color: #CCC;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem;
    cursor : pointer;
}

.side-bar-wrap .menu div li.active {
    background-color: #fff !important;
    color: #000;
}

.side-bar-wrap .menu div li:first-child {
    color: #000;
    font-weight: 600;
}

.class_curation_container .magazine_header {
    height: 10rem;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    flex-direction: column;
    gap: .7rem;
    padding: 2rem 3rem;
    background: #fff;
    max-width: 500px;
    width: 100%;
    z-index: 10;
    position: fixed;
}
.class_curation_container .magazine_header > p{
    font-size: 2rem;
    font-weight: 700;
    margin: 0 !important;
}

.class_curation_container .button-group {
    justify-content: space-between;
    padding-right: 2.375rem;
}

.class_curation_container .icon {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

.relate_magazine_list .relate-list {
    padding: 0 2.375rem;
}

.relate_magazine_list .relate-list .magazine_list_image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.btn_magazine {
    padding: 0.938rem 1.25rem;
    border-radius: 0.625rem;
    border: 1px solid #E0E0E0;
    color: #000;
    font-size: 1.375rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    right: 0;
}

.relate-list .mgz_text_date {
    color: #CCC;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal4 > .modal4_cont_box.magazine_relate_box {
    height: 85%;
}
.relate-brand-area {
    height: calc(100% - 10rem);
    overflow-y: auto;
}
.brand-more img {
    width: 100%;
    padding: 0 20rem;
}
.related_pd_list .modal4_down_btn {
    position: absolute;
    top: 21px;
    right: 26px;
}
.related_pd_list .modal_close_btn {
    width: 1.5rem;
    height: 1.5rem;
}

.brand_detail_box .magazine_brand{
    width: 100%;
    display: flex;
    /*height: 50px;*/
    align-items: center;
    position: relative;
    margin-bottom: 1.75rem;
    margin-right: 2rem;
}
.brand_detail_box .magazine_brand .magazine_circle{
    width: 9.25rem;
    height: 9.25rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.brand_detail_box .magazine_brand .magazine_circle img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
}
.brand_detail_box .magazine_brand .brand_name{
    font-size: 1.6rem;
    margin-top: 1.3rem;
    font-weight: 500;
}

.magazine_brand_font {
    padding-left: 2.375rem;
    font-size: 2.5rem;
    font-weight: 500;
}

.magazine_product_list_normal{
    width: 100%;
    max-width: inherit;
    padding: 1rem;
}
.magazine_product_list a.is_square{
    display: block;
    position: relative;
    margin-bottom: 1.125rem;
    width: 14rem;
    height: 14rem;
}
.magazine_product_list .best_product_image{
    /*width: 159px;*/
    /*height: 159px;*/
    /*margin-bottom: 9px;*/
    /*position: relative;*/
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.magazine_product_list .best_product_image:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    /*-webkit-border-radius: 6px;*/
    /*border-radius: 6px;*/
    content: '';
}
.magazine_product_list .best_product_brand{
    /*margin-bottom: 6px;*/
    /*font-size: 12.5px;*/
    font-family: Pretendard;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    /*letter-spacing: 0.5px;*/
    text-align: left;
    color: #000;
    /* 2307 추가 */
    /*margin-top: 9px;*/
    font-size: 1.563rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.75rem;
    letter-spacing: 0.063rem;
}
.magazine_product_list .best_product_name{
    /*margin-bottom: 7px;*/
    /*font-size: 14px;*/
    font-family: Pretendard;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.2;*/
    letter-spacing: normal;
    text-align: left;
    color: #000;
    /* 2307 */
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    font-size: 1.75rem;
    margin-bottom: 0.938rem;
}
.magazine_product_list .best_product_price_line{
    /*margin-bottom: 2.5px;*/
    /*font-size: 12px;*/
    font-family: Pretendard;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
    text-decoration: line-through;
    /* 2307 추가 */
    font-size: 1.5rem;
    margin-bottom: 0.313rem;
}
.magazine_product_list .best_product_price{
    font-family: Pretendard;
    /*font-size: 14px;*/
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    /* 2307 추가 */
    font-size: 1.75rem;
}
.magazine_product_list .best_product_price_discount{
    /*font-size: 14px;*/
    font-family: PretendardBold;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #f00;
    /*margin-bottom: 0;*/
    /* 2307 추가 */
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
}
.magazine_product_list .best_product_price_discount_amount{
    /*margin-top: 6px;*/
    /*padding: 3.5px 9px 3.5px;*/
    /*border-radius: 10px;width: 65px;*/
    /*height: 20px;*/
    background-color: #f00000;

    /* 2307 추가 */
    padding: 0.438rem 1.125rem;
    border-radius: 1.25rem;
    width: fit-content;
    height: 2.5rem;
    line-height: normal;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.magazine_product_list .best_product_price_discount_amount .best_product_price_discount_amount_text{
    font-family: Pretendard;
    /*font-size: 11px;*/
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    /* 2307 추가 */
    font-size: 1.375rem;
}

.magazine_item_link {
    margin-bottom: 2rem;
}

#magazine_category .pack_img_box {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

#magazine_detail .class_curation_container .class_curation_body {
    padding: 10rem 1.5rem 3rem;
}

#magazine_detail .moving_text iframe {
    width: 100%;
    max-width: 500px;
}

/*매거진 END*/
