vn5@charset "utf-8";
@import "./reset.css";

body{
    scroll-behavior: smooth;
    margin: 0;

}
.base {
    background-image: url("/assets/2023/img/00_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* for layer link */
.layer-parent{
	position: relative;
}
.layer{
	display: block;
	position: absolute;
	/* background-color: rgba(255,255,255,0.2); */
}
.link{
	text-indent: -999999px;
	z-index: 3;
	width: 200px;
	height: 100px;
}


.wrap{
    width: 750px;
    margin: 0 auto;
    background-color: #e0e0e2;
    font-size: 0px;
}
.az-block{
    display: block;
}
.az-main{
    padding: 120px 50px;
    text-align: center;
}
.az-title{
    font:60px "nskb";
    line-height: 1.34;
    letter-spacing: -1.5px;
    text-align: center;
    color: rgba(18, 18,18,0.9);
}
.az-text{
    font:30px "nskm";
    line-height: 1.57;
    letter-spacing: -0.73px;
    text-align: center;
    color: rgba(18, 18,18,0.9);
}
.az-text-expand , 
.az-expand{
    margin-left: -30px;
    margin-right:-30px;

}


span.az-bold {
    font-weight: 700;
}

span.az-rel-small {
    font-size: 0.8em;
    font-weight: 300;
    display: block;

}
.az-noti-foot {
    font-weight: 700;
    font-size: 24px;
}
.az-img-content {
    width: 90%;
    min-height: 300px;
    content: "이미지";
    border:4px red dotted;
    font-size: 90px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.az-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.btn{
    width: 70%;
    margin-left: 15%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 30px "nskm";
    letter-spacing: -0.73px;
    border-radius: 45px;
}
.btn-sky{
    background: #a4d5ee;
    color: rgba(18, 18, 18, 0.9);
    margin-bottom: 30px;
}
.btn-yellow{
    background: #FFED87;
    color: rgba(18, 18, 18, 0.9);
    margin-bottom: 30px;
}
.btn-block{
    background: #121212;
    color: rgba(241, 241, 241, 0.9);
}
.btn-black{
    background: #121212;
    color: rgba(241, 241, 241, 0.9);
}

.btn span{
    display: inline-block;
    width: 34px;
    height: 29px;
    background: url("/img/share-btn.png") no-repeat center center;
    margin-left: 10px;
}
.az-text span{
    display: inline-block;
    margin-top: 20px;
}

.main3 .step-wrap .step{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main3 .step-wrap .step img{
    margin-bottom: 44px;
}
.main3 .step-wrap .step .az-text span{
    display: block;
    font-family: "nskb";
    margin-top: 0;
}
.main3 .step-wrap .step2::before,
.main3 .step-wrap .step2::after{
    content: "";
    display: block;
    width: 105px;
    height: 32px;
    margin: 74px auto 57px;
    background: url("./img/arrow.png") no-repeat center center;

}

.main4 .az-title{
    margin-bottom: 92px;
}
.main4 .group-wrap .group{
    display: flex;
    align-items: center;
    width: 100%;
    height: 250px;
    padding: 15px 25px 15px 15px;
    background: #fff;
    border-radius: 20px;
}
.main4 .group-wrap .group:not(:last-child){
    margin-bottom:20px ;
}
.main4 .group-wrap .group .img-box{
    width: 220px;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 30px;
}
.main4 .group-wrap .group .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main4 .group-wrap .group .text-box{
    width: calc(100% - 250px);
}
.main4 .group-wrap .group .text-box .group-name{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font:32px "nskb";
    letter-spacing: -0.83px;
    color: rgba(18,18,18,0.9); 
    margin-bottom: 25px;
    text-align: start;
}
.main4 .group-wrap .group .text-box .group-hash{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.main4 .group-wrap .group .text-box .group-hash .hash{
    font:25px "nskm";
    color: #929292;
    letter-spacing: -0.63px;
    line-height: 1.4;
    margin-right: 10px;
}
.more-btn{
    width: 150px;
    text-align: center;
    margin: 50px auto 100px;
    cursor: pointer;
    font:30px "nskm";
    letter-spacing: -0.73px;
    color: rgba(18, 18, 18, 0.9);
}

.info-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.info-box:not(:last-child){
    margin-bottom: 50px;
}
.info-box .tit{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 223px;
    /* padding: 0 60px; */
    border-radius: 26.5px;
    border: 3px solid #72a0b8;
    font: 30px "nskb";
    letter-spacing: -0.73px;
    color: #72a0b8;
    margin-bottom: 25px;
}
.info-box .txt{
    font:30px "nskm";
    line-height: 1.31;
    color: #121212;
}
.main6 .az-title{
    margin-bottom: 60px;
}
.main6 .az-gift-area{
    width: 100%;
    /* height: 400px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font: 30px "nskm";
    color: #929292;
    /* background: rgba(255,255,255,0.5); */
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.main7 .az-title{
    font-size: 50px;
    line-height: 1.42;
    margin-bottom: 90px;
}
.main7 .brand{
    width: 100%;
}

.main7 .brand .brand-name{
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 110px;
   font:30px "nskm";
   letter-spacing: -0.73px;

}
.brand-name.b-black{
    background: #121212;
    color:rgba(255, 255, 255, 0.9) ;
}
.brand-name.b-yellow{
    background: #ffed87;
    color: rgba(18, 18, 18, 0.9) ;
}
.main7 .brand .brand-content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 620px;
    font:30px "nskm";
    letter-spacing: -0.73px;
    background: #fff;
 
}
.copy-wrap{
    width: 100%;
    padding: 63px 0 52px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.copy-wrap .list{
    display: flex;
    align-items: center;
    justify-content: center;
    font: 24px "nskm";
    letter-spacing: -0.71px;
    color: #121212;    
    margin:10px 0;
}
.copy-wrap .list .txt{
   margin-right: 14px; 
}
.copy-wrap .list img{
    margin:0 0.5em;
}
.copy-wrap .copy{
   font: 18px "nskr";
   letter-spacing: -0.93px;
   color: #aeaeae;
   margin-top:20px;
   
}
.ft-list{
    width: 100%;
    height: 129px;
    padding: 33px 0;
    background: #121212;
}
.ft-list ul{
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ft-list ul li{
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.ft-list ul li:last-child{
    border-right: 0;
}
.ft-list ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font:18px "nskr";
    letter-spacing: -0.93px;
    color: #fff;
}
.ft-list ul li:nth-child(2) a{
    color: #ffdb8d;
}

.az-board-apply-counter{
    background-image: url('img/board-apply-counter.png');
    width:496px;
    height:180px;
    margin:0 auto;
}

.az-board-apply-counter-text{
    font:48px/75px "nskb";
    display: block;
    text-align: center;
    padding-top: 63px;
}

/* swiper */
.swiper-pagination-bullet{
    width:10px;
    height:10px;
    border:1px solid #fff;
    pointer-events: all !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #FFED87;
    border-width:0;
}

/* gift */
.az-gift-box{
    width:50%;
    color: #121212;
    text-align: center;
    position: relative;
    padding:30px 0;
    margin-top: 80px;
}
.az-gift-cnt{
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #121212;
    color: #fff;
    line-height: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    top:-10px;
    right:0px;
}
.az-gift-evt-tit{
    position: absolute;
    width: 90%;
    height: 66px;
    border-radius: 33px;
    background-color: #EEE;
    color: #000;
    line-height: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    top:-65px;
    right:0px;
    margin-right: 5%;
    margin-left: 5%;
}    
.az-gift-img{
    background-color: #FFE760;
    margin:10px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 282px;
    height: 282px;;
    border-radius: 20px;
    overflow: hidden;
    padding:10px;
}

.az-gift-title-prodname{
    font:30px/45px "nskm";
    letter-spacing: -2px;
}
.az-gift-title-price{
    font:30px/45px "nskr";
    letter-spacing: -1px;
}


/* 스폰서 브랜드 */
/* .brand-wrap{
    
} */
.brand-wrap > .brand{
    display: none;
}
.brand-wrap[data-idx="1"] > .brand-1{
    display: block;
}
.brand-wrap[data-idx="2"] > .brand-2{
    display: block;
}

.brand-wrap-links{
    top:0;left:0;right:0;
    height:110px;
    /* background-color: #fff; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.brand-wrap-links a{
    width:50%;
}

#az_header_swiper .swiper-slide{
    width:750px;
    height:80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #90BED6;
}

.az-letter-title {
    font-size: 40px;
}
.az-letter-content {
    font-size: 24px;
    max-height: 200px;
    overflow: scroll;
}
.az-letter-content.full {
    max-height: initial;
    overflow-y: hidden;
}
.az-override-hidden {
    overflow: hidden;
}
.az-letter-content {
    font-size: 24px;
    max-height: 400px;
    overflow: visible;
    z-index: 0;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    /*overscroll-behavior-x: none;*/
    top: -20px

}
.az-letter-content-blur {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    /* opacity: 0; */
    height: 200px;
    width: 100%;
    /* z-index: 100; */
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,0.5) 0%, rgba(0,0,0,0.01) 35%, rgba(255,255,255,0) 100%);
}

.az-letter-content.auto_scroll {
    animation-name: scroll-content;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    /*transition-property: transform;*/
    /*transition-duration: 20s;*/
    /*transition-timing-function: linear;*/
    /*animation-iteration-count: infinite;*/
}

@keyframes scroll-content {
    0% {
        transform: translateY(0%);

    }
    100% {
        transform: translateY(-100%);

    }
}

.az-letter-content::-webkit-scrollbar {
    width: 10px; /*스크롤바의 너비*/

}
.az-letter-content::-webkit-scrollbar-thumb {
    background-color: #999; /*스크롤바의 색상*/
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
.az-letter-content::-webkit-scrollbar-track {
    background-color: #EEE; /*스크롤바 트랙 색상*/
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.az-letter-content:hover {

}
.az-letter-more {
    border: 4px solid #000;
    background: #444;
    font-size: 24px;
    text-align: center;
}


.az-letter-more.on {
    border: 4px solid #000;
    background: #999;
    font-size: 24px;
    text-align: center;
}


/*.main4 {*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    height: 100px;*/
/*    width: 100%;*/
/*}*/
.layer-btn-group {
    position: fixed;
    bottom: 0;
    display: flex;
    height: 100px;
    width: 750px;
    z-index: 50;
    margin: 0;
    padding: 0;
    font-size: 0px;
}
.layer-btn-group .menu_btn {
    width: 25%;
    height: 100px;
    border: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.layer-btn-group .menu_btn_1 {
    background-image: url("/assets/2023/img/menu_btn_1_off.png");
}
.layer-btn-group .menu_btn_2 {
    background-image: url("/assets/2023/img/menu_btn_2_off.png");
}
.layer-btn-group .menu_btn_3 {
    background-image: url("/assets/2023/img/menu_btn_3_off.png");
}
.layer-btn-group .menu_btn_4 {
    background-image: url("/assets/2023/img/menu_btn_4_off.png");
}

.layer-btn-group a:hover.menu_btn_2 {
    background-image: url("/assets/2023/img/menu_btn_2_on.png");
}
.layer-btn-group a:hover.menu_btn_3 {
    background-image: url("/assets/2023/img/menu_btn_3_on.png");
}
.layer-btn-group a:hover.menu_btn_4 {
    background-image: url("/assets/2023/img/menu_btn_4_on.png");
}

.blue-txt {
    text-align: left;
    word-break: break-all;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: 28px "nskr";
    letter-spacing: -1.89px;
    color: #0087f5;
    font-size: 32px;
}

@media (-webkit-device-pixel-ratio: 1.0) {
    .base{
        zoom: 0.8;
    }
}
@media (-webkit-device-pixel-ratio: 1.5) {
    .base{
        zoom: 0.6;
    }
}
@media (-webkit-device-pixel-ratio: 1.75) {
    .base {
        zoom: 0.5;
    }
}
