.wrap{
    width: 1000px;
    margin: 0 auto;
    min-height: 640px;
}
/* intro */
.wrap.intro{
    background: var(--main-color);
    height: 100vh;

}
.intro .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 63px 52px 84px;

}
.intro .title_box{
    color: var(--w-text);
    text-align: center;
}
.intro .title_box .txt{
    font-family: "nskr";
    font-size: clamp(20px, 4vw, 40px);
    line-height: 1.42;
    letter-spacing: -0.5px;
}
.intro .title_box .tit{
    font-family: "scd6";
    font-size:clamp(48px, 4vw, 96px);
    line-height: 1.42;
    letter-spacing: -0.5px;
}
.intro .img_wrap {
    width: clamp(256px, 20vw, 512px);
}
.intro .img_wrap .img_box{
    width: 100%;
}
.intro .img_wrap .img_box img{
    display: block;
    width: 100%;
}
.intro .text_wrap .txt{
    color: var(--w-text);
    text-align: center;
    font-family: "nskb";
    font-size:clamp(24px, 4vw, 48px);
    line-height: 1.42;
    letter-spacing: -0.5px;
}
.intro .text_wrap .txt span{
    font-family: "nskr";
}
/* intro end */


/* main */
.wrap.main{
    background: #f6f7f9;
    padding: 18px 16px 250px;
}
.main .container{
    width: 100%;
}
.main .visual_wrap{
    width: 100%;
    height: clamp(178px , 15vw, 456px);
    border-radius: 20px;
    background: var(--main-color) url("/assets/img/main_vs@2x.png") no-repeat right 0 bottom 0 / contain;
    padding: 30px 22px;
    box-shadow: 0 25px 58px 0 rgba(0, 156, 244, 0.3);
    margin-bottom: 22px;
}
.main .visual_wrap .text_box {
    color: var(--w-text);
    letter-spacing: -0.5px;
}
.main .visual_wrap .text_box .tit{
    font-size: clamp(24px, 2vw, 48px);
    font-family: "scd5";
}
.main .visual_wrap .text_box .txt{
    font-size: clamp(14px, 2vw, 28px);
    font-family: "nskr";
    margin-top: 15px;
}

.main .menu_list .list_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 12px;
}
.main .menu_list .list_wrap .list{
    width: calc(50% - 4px);
    background: var(--w-text);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(52, 58, 72, 0.15);
}
.main .menu_list .top_wrap{
    margin-bottom: 12px;
}
.main .menu_list .top_wrap .list_wrap .list{
    height: clamp(61px , 10vw, 122px);
}
.main .menu_list .bot_wrap .list_wrap .list{
    height: clamp(97px , 10vw, 194px);
}
.main .menu_list .top_wrap .list_wrap .list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 14px 15px;
    width: 100%;
    height: 100%;
}
.main .menu_list .top_wrap .list_wrap .list a .ico{
    width: clamp(30px,5vw,60px );
    margin-right: 7px;
}
.main .menu_list .top_wrap .list_wrap .list a .ico img{
    display: block;
    width: 100%;
}
.main .menu_list .top_wrap .list_wrap .list a .txt{
    font-family: "nskb";
    font-size: clamp(16px ,2vw, 32px);
    color: var(--main-text);
    line-height: 1.4;
    letter-spacing: -0.32px;
}

.main .menu_list .bot_wrap .list_wrap .list a{ 
    display: grid;
    grid-template-areas:"txt ." ". ico";
    justify-content:space-between;
    width: 100%;
    height: 100%;
    border: 3px solid var(--w-text);
    padding: 15px 10px 13px 17px;
    border-radius: 10px;
}
.main .menu_list .bot_wrap .list_wrap .list:nth-child(1) a{ 
   background: var(--gr-color);

}
.main .menu_list .bot_wrap .list_wrap .list:nth-child(2) a{ 
   background: var(--sub-color);

}
.main .menu_list .bot_wrap .list_wrap .list a .txt{ 
    grid-area: txt;
    font-family: "nskb";
    font-size: clamp(16px ,2vw, 32px);
    line-height: 1.5;
    letter-spacing: -0.32px;
    text-align: left;
    color: var(--w-text);
}
.main .menu_list .bot_wrap .list_wrap .list a .ico{
    grid-area: ico;
    width: clamp(45px,5vw,90px );
    float: right;
}
.main .menu_list .bot_wrap .list_wrap .list a .ico img{
    display: block;
    width: 100%;
}
/* 하단 메뉴 */
.main .menu_wrap{
    width: 1000px;
    height: clamp(65px, 8vw, 130px);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 13px 39px;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -1px 16px 0 rgba(58, 78, 97, 0.1)
}
.main .menu_wrap ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    
}
.main .menu_wrap ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main .menu_wrap ul li a .ico{
    width: clamp(40px, 4vw, 48px);
}
.main .menu_wrap ul li a .ico img{
    display: block;
    width: 100%;
}
.main .menu_wrap ul li a .txt{
    font-size:clamp(15px, 2vw, 20px);
    margin-top: 1px;
    color: #313131;
    
}
@media all and (max-width : 1000px) {
    .wrap{
        width: 100%;
        min-height: 100vh;

    }
    .main .menu_wrap{
        width: 100%;
    }
}
@media all and (max-width:360px) {
    .wrap.main{
        padding: 18px 16px 108px;
    }
    
}

/* popup */
.popup_wrap{
    display: none;
    max-width: 1000px;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 22px 17px;
    background: var(--w-text);
    overflow: hidden;
    z-index: 10;
}

.popup_wrap .top_wrap .close{
    display: flex;
    justify-content: flex-end;
}
.popup_wrap .top_wrap .close .close_btn{
    width: 24px;
    height: 24px;
    background: url("/assets/img/close_btn.png") no-repeat center center / contain;
    cursor: pointer;
}
.popup_wrap .top_wrap .title_box{
    display: flex;
    align-items: center;
    gap:12px;
}
.popup_wrap .top_wrap .title_box{
    display: flex;
    align-items: center;
    gap:12px;
    margin-bottom: 16px;
}
.popup_wrap .top_wrap .title_box .tit{
    font-family: "nskr";
    font-size: clamp(16px, 2vw, 32px);
    line-height: 1.39;
    letter-spacing: -0.28px;
    color: var(--sign-color);
    border-bottom:1px solid var(--sign-color);
}
.popup_wrap .top_wrap .title_box .txt{
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(44px, 10vw, 88px);
    height: clamp(26px, 4vw, 52px);
    border-radius: clamp(13px, 4vw, 26px);
    font-family: "nskr";
    font-size: clamp(15px, 2vw, 30px);
    color: var(--w-text);
    background: var(--main-color);
}
.popup_wrap .bot_wrap{
    width: 100%;
    height: calc(90% - 16px);
    overflow-y:scroll ;
    padding: 10px 0;
}
.popup_wrap .bot_wrap::-webkit-scrollbar{
    width: 5px;
}
.popup_wrap .bot_wrap::-webkit-scrollbar-thumb{
    width: 5px;
    background: #999;
    border-radius: 3px;
}
.popup_wrap .bot_wrap p{
    font-family: "nskr";
    font-size: clamp(12px, 2vw, 24px);
    color: var(--main-text);
    line-height: clamp(18px, 3vw, 36px);
    letter-spacing: -0.24px;
    word-break: keep-all;
}
.popup_wrap .bot_wrap p span{
    font-family: "nskb";
}

/* popup 02 */
.pop_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup_type2{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 285px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
}
.popup_type2 .title_wrap {
    justify-content: center;
}
.popup_type2 .cont {
    padding: 0 16px;
}
.popup_type2 .btn_wrap {
    margin-top: 18px;
    width: 100%;
}
.popup_type2 .btn_wrap .btn{
   width: 50%;
   height: clamp(50px ,5vw, 100px);
   border-radius: 0;
}
.popup_type2 .btn_wrap .btn + .btn{
   margin-left: 0;
}
.popup_type2 .btn_wrap .sub_btn{
   background: #eff2f9;
   color: var(--main-text);
}


/* signature */

.sign_box{

}

.sign_box .popup_sign{
    width: 100%;
    min-height: 225px;
    height: 20%;
    border: 1px solid rgba(195,212,233, 0.4);
    background-color: #fff;
}


.sign_box > input[type='button']{
    background-color: var(--main-color);
    border: none;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 7px;
    border-radius: 6px;
    color: white;
}


/* QR 코드 */

.view {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: var(--main-color);
    color : white;
    font-family: "nskb";
    font-size: 21px;
    position: relative;
}



.view .view_title{
    padding: 10px 0;
    margin-top: 30px;
}

.view .view_image{
    background-color: white;
    width: 250px;
    height: 250px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view .view_content{
    padding: 10px 0;
    margin-bottom: 25px;
}

.view_m {
    margin-bottom: 20px;
}

.view_button button{
    width: 100%;
    font-size: 15px;
}

.view_tip{
    text-align: center;
    font-family: "nskb";
    font-weight: 100;
    line-height: 23px;
    font-size: 18px;
}

.view_tip .head{
    color: red;
    font-weight: bold;
}