/* Æ÷ÀÎÆ® ÃàÁ¦ ´ë±â ÆäÀÌÁö */
.noAuthPage {
    margin-bottom: 20rem;
}
.noAuthPage .con_box { 
    padding: 16rem 0 20rem;   
    background-color: #eff1f1;
}
.noAuthPage .con_box > .inner {
    padding: 0 3rem;
    max-width: 126rem;
    width: 100%;
    margin: 0 auto;    
}
.noAuthPage .con_box .desc {
}
.noAuthPage .con_box li {  
    text-align: center;  
    border-radius: 2rem;
    background-color: #fff;
    padding: 3rem 0 4.5rem;
}
.noAuthPage .con_box .grid_3 {    
    grid-column-gap: 3rem;
}
.noAuthPage .con_box .noti {
    width: 100rem;
    margin: 7rem auto 0;
    background-color: #eff1f1;
}
.noAuthPage .con_box .noti .sub_desc {
    margin-left: 9rem;
}
.noAuthPage .con_box .noti .mini_tit {
    color: #fff;
    background-color: #150e07;
}
.noAuthPage .con_box li:nth-child(2) {
    border-right: 1px solid var(--border);
    border-left: 1px solid var(--border);
}
.noAuthPage .con_box .sub_desc {  
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.45;
    min-height: 2.9rem;
}
.noAuthPage .con_box .sub_noti {
    color: rgba(0, 0, 0, 0.6);
}
.noAuthPage .con_box li > img {
    margin: 4rem 0 3.2rem;
}
.noAuthPage .mini_tit {
    height: 4rem;
    line-height: 4rem;
    min-width: 11rem;
    padding: 0 2.4rem;
    display: inline-block;
    text-align: center;
    border-radius: 100%;    
    color: #000;
    background-color: #e0ce9d;
}
.noAuthPage .con_box .tit {
    line-height: 1.4;
    font-weight: 800;
    padding: 2.5rem 0 1.3rem;
    height: 12rem;
}
.noAuthPage .con_box .tit > img {
    margin: 0 .2rem 0 .8rem;
}
.noAuthPage .faq_box {  
    margin-top: 3rem;
    padding: 2.8rem 8rem 3rem;
    background-color: #150e07;  
    border-radius: 2rem;
}
.noAuthPage .faq_box > span {  
    display: inline-block;
    padding: 15px 48px;
    /* background-color: #cde9fa; */
    background-image: linear-gradient(to top, #d9b97e, #fbe2ad, #d9b97e);
    color:#000;
    font-size: 24px;
    border-radius: 50%;
    font-weight: bold;
}
.noAuthPage .faq_box h5 img {
    margin: -2rem 2rem 0;
}
.noAuthPage .faq_box .desc {
    margin-left: 3.1rem;
    line-height: 1.56;
}
.noAuthPage .faq_box .desc .point {
    /* color: #cde9fa; */
    color: #e0ce9d;
}
.noAuthPage .faq_box .desc b {
    color: #ff7fea;
}
.noAuthPage .btn_faq {
    display: inline-block;
    padding: 0 7.7rem;
    height: 7.2rem;
    line-height: 7rem;
    border-radius: 3.6rem;
}
.noAuthPage .sec_rollbanner {
    padding: 2.3rem 0;
    /* background: linear-gradient(to left top, #d9b97e, #fbe2ad, #d9b97e); */
    /* background-image: linear-gradient(to left top, #a5f1fc, #a5e9fc, #a5e4fc, #a5d7fc); */
    background-color: #150e07;
}
.noAuthPage .sec_rollbanner .roll_wrap {
	margin-bottom: 0;	
}
.noAuthPage .sec_rollbanner .roll_wrap .list {
    gap: 3rem;
}

/* Æ÷ÀÎÆ® ÃàÁ¦ ¸ô */
.festival .mainbanner {
    width: 71.08%;
    aspect-ratio: 1180 / 500;
    object-fit: cover;
    border-radius: 1rem;
}
.festival .info {
    margin-left: 2rem;
    flex: 1;
    display: flex;
    flex-flow: column;
}
.myPointBox {
    padding: 4.2rem 3rem 3rem;
    border-radius: 1rem;
    border: solid 1px #e5e5e5;
	/* background-color: var(--main_color); */
}
.myPointTit {
    padding: 0 1.2rem;
    border-radius: 3.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    color: #fff;
    background-color: var(--main_color);
    display: inline-block;
    margin-bottom: 2.3rem;
}
.myPointList {
    margin-bottom: 4rem;
}
.myPointTit img {
    margin-right: .5rem;
}
.myPointInfo li {
    transition: .5s;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.myPointInfo li:hover {
    border-bottom: 1px solid #e5e5e5;
}
.myPointInfo li p img {
    margin-right: .5rem;
    margin-top: -.2rem;
}
.myPointInfo li a img {
    margin-left: 1rem;
    width: .5rem;
}
.myPointInfo li a > span {    
    vertical-align: middle;
}
.pointNotice {
    border-radius: .5rem;
    background-color: #fff4f0;
    padding: 2.8rem 3rem;
    flex: 1;
    margin-top: 2rem;
}
.pointNotice p {
    line-height: 1.33;
    letter-spacing: -0.75px;
}
.noticeTitBox > span {
    display: inline-block;
    padding: 0 1.7rem;
    color: #fff;
    background-color: var(--main_color);
    border-radius: 1.8rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: 1.2rem;
}
.noticeTitBox img {
    margin-right: .7rem;
    margin-bottom: 1.5rem;
}
/* »óÇ° ¸®½ºÆ® */
.blog_article {
    margin-top: 2rem;
    gap: 4.7rem;
    border-top: 1px solid var(--border);
}
.blog_article .top {
    padding: 4rem 0 1rem;
}
.blog_article .top .title {
    display: block;
}
.blog_article .top img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    margin-bottom: 2rem;
}
.blog_article .desc .title {
    line-height: 1.44;
    margin: 1.8rem 0 1.4rem;
    min-height: 4.5rem;
}
.blog_article .desc .txt {
    vertical-align: middle;
}
.blog_article .desc .tag {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100%;
    background-color: var(--main_color);
    margin-right: .7rem;
    display: inline-block;
    line-height: 2.4rem;
    text-align: center;
    vertical-align: middle;
}
.endnoti {
    position: relative;
    vertical-align: middle;
    margin-left: 1rem;
    padding-left: 1rem;
}
.endnoti::before {
    position: absolute;
    left: 0;
    top: .8rem;
    width: 1px;
    height: 1rem;
    content: '';
    background-color: var(--border);
}
.blog_article .desc .sub {
    max-width: 34rem;
    margin-bottom: 4rem;    
    height: 1.9rem;
}
.blog_article .btn_buy {
    width: 100%;
    font-size: var(--fz15);
    text-align: center;  
    font-weight: 600;
    transition: .5s;
    color: #fff;
    background-color: var(--main_color);
}
.blog_article .btn_buy:hover {
}
.soldout_txt {
    width: 100%;
    display: block;  
    height: 4.4rem;
    padding: 0 3rem;
    text-align: center;
    line-height: 4.4rem;
    border-radius: 2.2rem;
    color: rgba(0, 0, 0, 0.5);
    background-color: #f6f6f6;
}
.blog_article .soldout.desc .tag {
    background-color: #7f7f7f;
}
.blog_article .soldout.desc .txt {
    text-decoration: line-through;
}
.blog_article .soldout.top::before {
    content: 'SOLD OUT';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15.8rem;
    height: 3.8rem;
    line-height: 3.8rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: var(--fz17);
    font-weight: bold;
    border-radius: .5rem;
    text-align: center;
}
.blog_article .soldout.top img {
    opacity: 20%;
}
.festival {
    margin-bottom: 21rem;
}
.sub_festival .tab {
    margin-top: 10rem;
}
.sub_festival .tab li {
    min-width: 16rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 2.5rem;  
    background-color: #f6f6f6;
    font-size: var(--fz18);
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin-right: .5rem;  
    font-weight: 600;
    cursor: pointer;
}
.sub_festival .tab li.active {
    color: #fff;
    background-color: #000;
}

/* Æ÷ÀÎÆ® Æä½ºÆ¼¹ú ÇÏ´Ü Àå¹Ù±¸´Ï */
.festival_bottom_cart {
    position: fixed;
    width: 98.6rem;
    height: 8.4rem;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, 0.06);
    border-radius: 1rem 1rem 0 0;
    z-index: 10;
    padding: 0 3.5rem;
    transition: height 0.35s cubic-bezier(0, 0.55, 0.45, 1);
}
.festival_bottom_cart.active { height: 56.7rem;}

.btn_extension {
    position: absolute;
    width: 120px;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #ff4c05;
    box-shadow: 0 -10px 24px 0 rgba(0, 0, 0, 0.06);
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: all .5s;
}

.btn_extension img {
    transition: all 0.3s;
    transform: rotate(-90deg);
}
.btn_extension.active img {
    transform: rotate(450deg);
    transform-origin: 50% 50%;
}

.cart_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6.8rem;
}
.cart_top.preview { height: 8.4rem; }

.cart_top .count {
    color: rgba(0, 0, 0, 0.5);
    vertical-align: 20%;
}

.preview.active { display: none;}

.cart_num {
    margin-left: 0.2rem;
    margin-right: 1.8rem;
    position: relative;
    opacity: 0.5;
}

.cart_num::after {
    display: block;
    content: "";
    position: absolute;
    right: -0.9rem;
    top: 50%;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color: #ccc;
}

.festival_bottom_cart .reset {
    text-decoration: underline;
    color: #838383;
    cursor: pointer;
}

.festival_bottom_cart .reset img {
    margin-left: 0.2rem;
}

.festival_bottom_cart .point_product {
    padding: 0.8rem 1.6rem;
    background-color: #f5f5f5;
    margin-right: 1.5rem;
    color: rgba(0, 0, 0, 0.8);
}

.festival_bottom_cart .point_product .highlight {
    color: var(--main_color);
}

.festival_bottom_cart .act_point {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.festival_bottom_cart .btn_cart {
    background-color:  #000;
    color: #fff;
    padding: 1.6rem 4rem;
    display: block;
    font-weight: 700;
    border-radius: 30px;
}

.cart_list { 
    margin-bottom: 1.8rem;
    grid-gap: .5rem; 
    grid-auto-rows: 100px;
    overflow-y: scroll; 
    height: 41.5rem;
    width: calc(100% + 2rem);
    padding-right: 2rem;
}

.cart_list::-webkit-scrollbar { 
    width: 6px;
}

.cart_list::-webkit-scrollbar-thumb { 
    background: #e0e0e0;
    border-radius: 10px;
}

.cart_list > div {
    position: relative;
    background-color: #f9f9f9;
    padding: 1rem 3.2rem 1rem 1rem;
    width: 100%;
    height: 10rem;
    gap: 0.8rem;
}

.cart_list img.thumb {
    width: 8rem;
    height: 8rem;
    background-color: #fff;
}

.cart_list .desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart_list .desc p {
    line-height: 1.25;
}

.cart_list .desc .price {
    color: var(--main_color);
    letter-spacing: -0.6px;
    gap: .4rem;
}

.cart_list .desc .tag {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    font-size: 1rem;
    background-color: var(--main_color);
    display: inline-block;
    line-height: 1.5rem;
    text-align: center;
    vertical-align: middle;
}

.cart_list .delete {
    position: absolute;
    top: 1rem;
    right: 1rem;
    line-height: 0;
}

.cart_list:has(.blank) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_list .blank {
    font-size: 2rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: -1.8px;
}
