@charset "utf-8";
@import "/_asset/az_campaign2022/reset.css";
body{
    background: #e3f7ff;
}
.wrap{
    width: 750px;
    margin: 0 auto;
    background: #fff;
}
.apply-wrap{
    padding: 80px 0 100px;
}
.step1, .step6{
    padding-bottom: 0;
}

.input-group{
    padding: 0 50px;
    width: 100%;
}
.apply-tit{
    width: 100%;
    margin: 80px 0 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e3e3e5;
    font:30px "nskr";
    letter-spacing: -1.37px;
    line-height: 1.31;
    color: #5f5f5f;
}
.r-title{
    font:50px "nskm";
    line-height: 1.22;
    letter-spacing: -1.98px;
    color: #000;
}
.input-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.apply-input{
    padding: 0 20px;
    height: 90px;
    border-radius: 10px;
    border: 2px solid #000;
    font: 26px "nskr";
    letter-spacing: -1.02px;
    line-height: 2.14;
    color: #000;
    background: #fff;
}
.apply-input::placeholder{
    color: #ababab;
}
select.apply-input{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background:#fff url("/_asset/az_campaign2022/img/select-ico.png") no-repeat center right 20px ;
    height: 90px !important;
}
select.apply-input::-ms-expand { display: none; }

input[type=radio],
input[type=checkbox]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.apply-input-check{
    display: flex;
    align-items: center;
    height: 90px;
    border-radius: 10px;
    border: 2px solid #000;
    font:26px "nskr";
    letter-spacing: -1.02px;
    padding: 0 20px;
    cursor: pointer;
}
input[type=radio]:checked + .apply-input-check,
input[type=checkbox]:checked + .apply-input-check{
    background: #000;
    color: #fff;
}
.confirm-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.confirm-text{
    width: 100%;
    font: 30px "nskr";
    line-height: 1.79;
    letter-spacing: -1.22px;
    color: #606060;
}
.confirm-hashtag{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    border-radius: 10px;
    background: #f6f6f9;
    font:26px "nskr";
    letter-spacing: -1.02px;
    color: #606060;
    margin-right: 10px;
    padding: 0 20px;
    margin-top: 10px;
}
.confirm-tag{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 90px;
    border-radius: 10px;
    background: #f6f6f9;
    font:26px "nskr";
    letter-spacing: -1.02px;
    color: #606060;
    margin-right: 10px;
}
.confirm-tag:nth-child(3n), .confirm-tag:last-child{
    margin-right: 0;
}
.confirm-tag:nth-child(n + 4){
    margin-top: 10px;
}
.step5 .apply-tit{
    color: #000;
}
.blue-txt{
    font: 28px "nskr";
    letter-spacing: -1.89px;
    color:#0087f5;
}
.prev-step{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 50px;
    font:30px "nskr";
    letter-spacing: -1.37px;
    color: #000;
    cursor: pointer;
}
.prev-step span{
    display: block;
    width: 10px;
    height: 16px;
    margin-right: 20px;
    background: url("/_asset/az_campaign2022/img/s-back-ico.png")no-repeat center center;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 130px;
    margin: 80px auto 0;
    background: #000;
    color: #fff;
    font:36px "nskm";
    cursor: pointer;
}
.terms_check p{
    font:28px "nskr";
    line-height: 1.32;
    letter-spacing: -1.14px;
}
/* step1 */

.step1-title{
    width: 100%;
    font: 40px "nskm";
    letter-spacing: -1.8px;
    line-height: 1.24;
    text-align: center;
}
.hashtag-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;

}
.hashtag-wrap .hashtag{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    border-radius: 10px;
    background: #f6f6f9;
    padding: 0 20px;
    margin-top: 10px;
    margin-right: 10px;
}
.hashtag-wrap .hashtag-placeholder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    border-radius: 10px;
    background: #f6f6f9;
    padding: 0 20px;
    margin-top: 10px;
    margin-right: 10px;
    color: #aaaaaa;
    font:26px "nskr";
}
.hashtag-wrap .tag-text{
    font:26px "nskr";
    letter-spacing: -1.02px;
    color: #000;
}
.hashtag-wrap .delete-btn{
    width: 25px;
    height: 25px;
    margin-left: 20px;
    background: url("/_asset/az_campaign2022/img/s-x-btn.png")no-repeat center center;
    cursor: pointer;
}
.step1 .input-wrap {
    margin-bottom: 30px;
}
.plus-btn{
    width:64px;
    height: 64px;
    margin-left: 20px;
    background: url("/_asset/az_campaign2022/img/m-plus-btn.png")no-repeat center center;
    cursor: pointer;
}
.interest-select-wrap{
    margin-top: 80px;
    width: 100%;
    padding: 60px 50px 100px;
    background: #f6f6f6;
    border-radius: 50px 50px 0 0;
}
.interest-select-wrap .txt{
    width: 100%;
    text-align: center;
    font:30px "nskr";
    letter-spacing: -1.37px;
    color: #000;
    margin-bottom: 40px;
}
.interest-select-wrap .apply-input{
    width: 100%;
    margin-top: 20px;
}
.interest-select-wrap .select-box .apply-input:first-child{
    margin-top: 0;
}
/* step2 */
.step2 .apply-input-check{
    width: 155px;
    margin-right: 10px;
}
.step2 .apply-input-check{
    width: 155px;
    margin-right: 10px;
}
.step2 .check-wrap:nth-child(4n) .apply-input-check{
    margin-right: 0;
}
.step2 .check-wrap:nth-child(n + 5) .apply-input-check{
    margin-top: 10px;
}
/* step4 */
textarea.apply-input{
    width: 100%;
    height: 345px;
    resize: none;
    margin-bottom: 20px;
    padding: 20px;
    line-height: normal;
}
input[type="file"].apply-input {
    width: 100%;
    position: relative;
    line-height: 90px;
}
input[type="file"].apply-input::file-selector-button {
    background: #000;
    color: #fff;
    width: 200px;
    height: 90px;
    border: 0;
    font: 26px "nskr";
    font-weight: normal;
    letter-spacing: -1.02px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
}
.s-txt{
    font:30px "nskr";
    line-height: 1.31;
    letter-spacing: -1.98px;
    color: #000;
    margin-top: 30px;
}
/* step5 */
.terms-wrap{
    width: 100%;
    padding: 80px 50px 100px;
    background: #f6f6f9;
    margin-top: 80px;
}
.terms-wrap .terms-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 3px solid #000;
}
.terms-wrap .terms-title .tit{
    font:30px "nskr";
    color: #606060;
    letter-spacing: -1.2px;
}
.terms-wrap .terms-title .all_check{
    display: flex;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
}
.terms-wrap .terms-title .all_check, .terms-list .terms_check{
    display: flex;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
}
.terms-wrap input[type=checkbox]{
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 2px solid #000;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 3px;
}
.terms-wrap input[type=checkbox]:checked{
    background: #fff url("/_asset/az_campaign2022/img/check-ico.png") no-repeat center center;
}
.terms-list .terms_check{
    align-items: flex-start;
    margin-top: 40px;
}
.terms-list .terms_check:first-child{
    position: relative;

}
.terms-list .terms_check .detail-btn{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    border-radius:28px;
    background:#000;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font:20px "nskm" ;
}
.detail-pop{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 650px;
    height: 750px;
    background: #fffef0;
    padding:60px 40px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.detail-pop .close-pop-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    background:url("/_asset/az_campaign2022/img/pop-close-btn.png") no-repeat center center ;
    cursor: pointer;
}
.detail-pop .detail-text{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    font: 24px "nskr";
    color: #5f5f5f;
}
.detail-pop .detail-text .blue-txt{
    font-size: 32px;
}

/* 신청하기 끝 */
.end-wrap , .share-wrap{
    width: 100%;
    background: #fff;
    padding: 80px 50px 100px;
}
.title{
    width: 100%;
    margin-bottom: 50px;
    font:40px "nskm";
    letter-spacing: -1.8px;
    text-align: center;
    color: #000;
}
.text{
    width: 100%;
    margin-bottom: 85px;
    text-align: center;
    font:30px "nskr";
    letter-spacing: -1.37px;
    line-height: 1.31;
    color: #5f5f5f;
}
.gift-area{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 218px;
    /* 높이값 나중에 경품 나오면 수정 */
    background: #f6f6f9;
    font:36px "nskm";
    color: #7b7b85;
    
}
.end-wrap .btn{
    margin-top: 38px;
}
.end-wrap .btn span{
    display: block;
    width: 34px;
    height: 29px;
    margin-left: 12px;
    background: url("/_asset/az_campaign2022/img/share-btn.png") no-repeat center center ;
}
/* 공유하기 */
.share-wrap .text{
    margin-bottom: 62px;
}
.massge-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 530px;
    height: 85px;
    margin: 0 auto;
    position: relative;
    background: #0087f5;
    border-radius: 28px;
    font: 30px "nskr";
    letter-spacing: -1.37px;
    color: #fff;
}
.massge-title::after{
    content: "";
   display: block;
   width: 31px;
   height: 27px;
   position: absolute;
   bottom: -15px;
   left: 50%;
   transform: translateX(-50%);
   background:url("/_asset/az_campaign2022/img/massge-ico.png") no-repeat center center ;
}
.share-wrap textarea.apply-input{
   height: 260px;
   padding: 30px 50px;
   font: 30px "nskr";
   margin-top: 48px;
   margin-bottom: 0;
}

.share-wrap .btn{
   margin-top: 50px;
}

.info-wrap{
    margin: 112px 0 60px;
}
.info-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.info-box:not(:last-child){
    margin-bottom: 80px;
}
.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 #000;
    font: 30px "nskb";
    letter-spacing: -0.73px;
    color: #000;
    margin-bottom: 25px;
}
.info-box .txt{
    font:30px "nskr";
    letter-spacing: -1.37px;
    line-height: 1.31;
    color: #5f5f5f;
}


.ap_description{
    white-space: pre-line;
}