@charset "utf-8";

body, html{
    background: #111;
    color: #fff;
    overflow-x: clip;
}
figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mo{
    display: none;
}
.main_visual.mo{
    display: none;
}

/* bill */
.bill{
    position: fixed;
    z-index: 5;
    background: #111;
    color: #fff;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%);
    width: 26.04vw;
    height: 41.66vw;
    display: none;
    border: 1px solid #fff;
}
.bill.on{
    display: block;
}
.bill .in{
    height: 100%;
    font-size: 0.83vw;
    position: relative;
}
.bill .in > span{
    display: block;
    width: calc(100% - 5.625vw);
    margin: 0 auto;
    margin-bottom: 1.56vw;
}
.bill .in > h1{
    margin-bottom: 2.16vw;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.bill .in > h1 figure:nth-child(1){
    width: 3.4375vw;
    height: 2.08vw;
}
.bill .in .addon_btns{
    width: calc(100% - 5.625vw);
    margin: 0 auto;
    margin-bottom: 1.56vw;
    display: flex;
    flex-wrap: wrap;
}
.bill .in .addon_btns button{
    padding: 0.26vw 1.04vw;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.72vw;
    margin-bottom: 0.52vw;
    margin-right: 5px;
}
.bill .in .addon_btns button.on{
    background: #fff;
    color: #111;
}
.bill .in > h2{
    font-size: 1.56vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.9vw;
}
.bill .in > h3{
    width: calc(100% - 5.625vw);
    margin: 0 auto;
    margin-bottom: 1.56vw;
    font-size: 1.04vw;
    font-weight: 800;
}
#requestBtn{
    width: calc(100% - 5.625vw);
    height: 1.86vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #fff;
    color: #111;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.bill .in > label{
    display: block;
    font-size: 0.83vw;
    font-weight: 700;
    margin-bottom: 0.52vw;
    padding-left: 2.8125vw;
}
#type{
    border-radius: 5px;
    font-size: 0.83vw;
    margin: 0 auto;
    width: calc(100% - 5.625vw);
    margin-left: 2.8125vw;
    border: 1px solid #fff;
    height: 1.56vw;
    color: #fff;
    margin-bottom: 1.56vw;
    background: #111;
}
#pages{border-radius: 5px;font-size: 0.83vw;margin: 0 auto;width: calc(100% - 5.625vw);margin-left: 2.8125vw;border: 1px solid #fff;height: 1.56vw;color: #fff;margin-bottom: 0.5vw;margin-right: 2vw;}
.bill_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 1.56vw;
    height: 1.56vw;
    cursor: pointer;
}
/* bill */

/* chat_bot */
.chat_bot{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 7;
}
.chat_bot > figure{
    width: 5.20vw;
    height: 5.20vw;
    animation: float 5s ease-in-out infinite;
    cursor: pointer;
}
.chat_bot .inner{
    position: fixed;
    right: calc(3.125vw + 10px);
    bottom: calc(5.20vw + 30px);
    background: #fff;
    z-index: 5;
    border-radius: 20px;
    padding: 10px;
    width: 360px;
    display: none;
}
.chat_bot .inner {bottom: 5vw;background:#111;color:#fff;font-family:sans-serif;padding:20px;width:100%;max-width:500px;margin:auto;position: fixed;right: 8vw;display: none;border: 1px solid #fff;}
.chat_bot .inner .chat_header {display:flex;justify-content:space-between;align-items:center;margin-bottom: 4vw;}
.chat_bot .inner .logo { height:30px; }
.chat_bot .inner .close_btn { font-size:30px; color:#fff; background:none; border:none; cursor:pointer; }
.chat_bot .inner .bot_intro { display:flex; align-items:center; margin:20px 0; }
.chat_bot .inner .bot_intro p{
    line-height: 1.3
}
.chat_bot .inner .bot_intro img { width:50px; margin-right:10px; }
.chat_bot .inner .question_wrap { margin:10px 0; }
.chat_bot .inner .label { font-size:12px; color:#aaa; margin-bottom:8px; }
.chat_bot .inner .question_btns { display:flex; flex-wrap:wrap; gap:8px; }
.chat_bot .inner .question_btns button { background:#fff; color:#000; border:none; padding:5px 12px; border-radius:20px; cursor:pointer; font-size:14px; }
.chat_bot .inner .chat_window { background:#222; padding:10px; border-radius:10px; margin-top:15px; max-height:300px; overflow-y:auto; }
.chat_bot .inner .chat_window::-webkit-scrollbar{
    display: none;
}

.chat_bot .inner .chat_bubble { margin:10px 0; }
.chat_bot .inner .chat_bubble.user { text-align:right; }
.chat_bot .inner .chat_bubble.bot { text-align:left; }
.chat_bot .inner .chat_bubble span {display:inline-block;padding:10px;background: #fff;border-radius:10px;max-width: 100%;word-wrap:break-word;color: #111;line-height: 1.3;}
.chat_bot .inner .chat_bubble.user span { background:#2fb8a7; color:#fff; }
.chat_bot .inner.on{
    display: block;
}
.chat_bot .inner .chat_bubble.bot {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.chat_bot .inner .bot_profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
}

.chat_bot .inner .bot_profile img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.chat_bot .inner .bot_name {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.chat_bot .inner .bot_text {
    border-radius: 10px;
    max-width: 80%;
    line-height: 1.6;
    font-size: 14px;
}
/* chat_bot */

/* 퀵메뉴 */
.quick01{
    display: block;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.125vw;
    height: 13.02vw;
    z-index: 3;
}
.quick01 figure{
    width: 100%;
    height: 100%;
}
.quick02{
    display: flex;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    cursor: pointer;
    z-index: 3;
}
.quick02 figure{
    width: 3.125vw;
    height: 13.02vw;
}
.quick02 .form{
    width: 26.04vw;
    height: 41.66vw;
    border-radius: 0.52vw;
    background: #111;
    color: #fff;
    position: fixed;
    right: 8vw;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #fff;
    display: none;
}
.quick02.on .form{
    display: block;
}
.quick02 .form h1{
    font-size: 1.04vw;
    font-weight: 700;
    margin-bottom: 2.16vw;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.quick02 .form h1 figure:nth-child(1){
    width: 3.4375vw;
    height: 2.08vw;
}
.quick02 .form > p{
    font-size: 1.56vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.9vw;
}
.quick02 .form .line01{
    margin-bottom: 1.56vw;
}
.quick02 .form .line02{
    margin-bottom: 1.56vw;
}
.quick02 .form .line02 span{
    display: block;
    margin-bottom: 0.52vw;
    font-size: 0.9vw;
}
.quick02 .form .line02 .check_btn button{
    padding: 0.26vw 1.04vw;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.72vw;
    margin-bottom: 0.52vw;
}
.quick02 .form .line02 .check_btn button.on{
    background: #fff;
    color: #111;
}
.quick02 .form .line{
    padding: 0 2.8125vw;
    flex-wrap: wrap;
}
.quick02 .form .line .box p{
    font-size: 0.83vw;
    margin-bottom: 0.52vw;
}
.quick02 .form .line .box p span{
    font-weight: 900;
    color: red;
}
.quick02 .form .line .file{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.quick02 .form .line .file p{
    width: 100%;
    height: max-content;
    font-size: 0.83vw;
    margin-bottom: 0.52vw;
}
.quick02 .form .line .file #fileBtn{
    width: 100%;
    height: 1.56vw;
    cursor: pointer;
    font-size: 0.83vw;
    border: none;
    background: #111;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.26vw;
}
.quick02 .form .line .file #fileName{
    font-size: 0.83vw;
    line-height: 2;
    display: block;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.quick02 .form .line .box01{
    width: 100%;
    margin-bottom: 1.56vw;
}
.quick02 .form .line .box02{
    width: 100%;
}
.quick02 .form .line .box03{
    width: 100%;
    margin-bottom: 1.56vw;
}
.quick02 .form .line .box input{
    border-bottom: 1px solid #fff;
    background: transparent;
    width: 100%;
    height: 1.56vw;
    font-size: 0.83vw;
    color: #fff;
}
.quick02 .form .line .box03 textarea{
    border: 1px solid #fff;
    width: 100%;
    height: 5.20vw;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    color: #fff;
    padding: 0.26vw;
}
.quick02 .form .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 1.56vw;
    height: 1.56vw;
}
.quick02 .submit{
    position: absolute;
    bottom: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 5.625vw);
    border-radius: 0.26vw;
    background: #fff;
    color: #111;
    font-size: 0.83vw;
    font-weight: 800;
    height: 1.8vw;
    cursor: pointer;
}
/* 퀵메뉴 */


/* main_visual */
.main_visual{
    width: 100%;
    height: 100vh;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.main_visual .img01{
    width: 100%;
    height: 100%;
    width: 62.5vw;
    height: 62.5vw;
    animation: rotate 20s infinite linear alternate;
}
.main_visual .img02{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.main_visual .img03{
    width: 8.33vw;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 61%;
    left: 53.8%;
    z-index: 3;
    animation: shake 1s infinite ease-in-out alternate;
}
@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes shake {
    0%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(-20px);
    }
}
/* main_visual */


/* section01 */
.section01{
    width: 100vw;
    padding: 0 6.77vw;
    height: auto;
    padding-top: 13.54vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    transform: translateY(-2px)
}
.section01 figure{
    width: 41.82vw;
    height: 39.47vw;
    animation: float 5s ease-in-out infinite;
}
.section01 p{
    font-size: 1.66vw;
    font-weight: 100;
    margin-bottom: 5.20vw;
    position: relative;
    padding-left: 2.60vw;
}
.section01 p::before{
    content: "";
    width: 1.56vw;
    height: 1.56vw;
    border-radius: 50%;
    background: #727272;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section01 h1{
    font-size: 3.64vw;
    font-weight: 100;
}
.section01 h1 span{
    font-family: 'star';
    font-size: 5.72vw;
    display: inline-block;
    transform: translateY(0.5vw);
    position: relative;
    margin-right: 0.5vw;
}
.section01 h1 span::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.3vw;
    background: #fff;
    border-radius: 50%;
}

@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(1deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  75% {
    transform: translateY(10px) rotate(-1deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

/* section01 */



/* section02 */
.section02{
    margin-top: 23.54vw;
    padding: 0 6.25vw;
    position: relative;
    width: 100vw;
    height: 55.20vw;
}
.section02 .title{
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    font-size: 10.41vw;
    font-weight: 900;
    text-align: center;
    width: max-content;
    z-index: 3;
    transition: 0.5s;
}
.section02 .title.on{
    top: 30%;
    opacity: 0;
}
.section02 .inner{
    display: flex;
    cursor: pointer;
}
.section02 .inner .counsle{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 21.875vw;
    height: 5.20vw;
    border: 1px solid #fff;
    font-size: 2.08vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 1.04vw;
    transition: 0.5s;
    opacity: 0;
}
.section02 .inner .counsle.on{
    opacity: 1;
}
.section02 .inner .counsle:hover{
    background: #fff;
    color: #111;
}
.section02 .inner .box{
    width: 29.16vw;
    height: 55.20vw;
    position: relative;
}
.section02 .inner .box:nth-child(2){
    transform: translateY(-10.41vw);
}
.section02 .inner .box figure{
    width: 100%;
    height: 100%;
}
.section02 .inner .box .text{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(113, 113, 113, 0.616);
    backdrop-filter: blur(3px);
    padding: 5.20vw 0;
    transition: 0.5s;
}
.section02 .inner .box .text.on{
    opacity: 1;
}
.section02 .inner .box .text h1{
    font-size: 2.08vw;
    font-weight: 900;
    padding-bottom: 1.30vw;
    margin-bottom: 2.60vw;
    position: relative;
    text-align: center;
}
.section02 .inner .box .text h1::after{
    content: "";
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    background: #fff;
    border-radius: 50%;
}
.section02 .inner .box .text ul{
    position: relative;
    padding-bottom: 2.60vw;
}
.section02 .inner .box .text ul::after{
    content: "";
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    background: #fff;
    border-radius: 50%;
}
.section02 .inner .box .text li{
    font-size: 1.30vw;
    font-weight: 100;
    margin-bottom: 1.30vw;
    line-height: 1.3;
    padding-left: 2.60vw;
}
.section02 .inner .box .text ul li span{
    display: block;
    margin-left: 1.30vw;
    font-size: 1.30vw;
    font-weight: 700;
    margin-bottom: 0.52vw;
    line-height: 1.3;

}
.section02 .inner .box .text ul li span:first-child{
    margin-top: 0.52vw;
}
.section02 .inner .box .text ul li span:last-child{
    margin-bottom: 0;
}

.section02 .inner .box .text li:last-child{
    margin-bottom: 0;
}
.section02 .inner .box .text > span{
    position: absolute;
    bottom: 5.20vw;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.16vw;
    font-weight: 900;
}
/* section02 */


/* section03 */
.section03{
    margin-top: 13.54vw;
    display: flex;
    padding: 0 6.77vw;
    
}
.section03 .left{
    width: 47.39vw;
    margin-right: 6.77vw;
    position: relative;
}
.section03 .left .box{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
}
.section03 .left .box.on{
    opacity: 1;
}
.section03 .left .box figure{
    width: auto;
    height: 27.08vw;
    margin-bottom: 1.56vw;
    animation: float 5s ease-in-out infinite;

}
.section03 .left .box figure img{
    width: auto;
    height: 100%;
}
.section03 .left .box .text{
    width: 100%;
    font-size: 0.96vw;
    font-weight: 100;
    line-height: 1.3;
}
.section03 .left .box .text p{
    font-weight: 900;
    margin-bottom: 1.04vw;
}


.section03 .tab{
    display: flex;
    flex-direction: column;
}
.section03 .tab p{
    font-size: 1.56vw;
    position: relative;
    padding-bottom: 0.2vw;
    margin-bottom: 5.20vw;
    width: max-content ;
}
.section03 .tab p::after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #fff;

}
.section03 .tab span{
    color: #a2a2a2;
    font-weight: 100;
    font-size: 2.39vw;
    display: block;
    margin-bottom: 2.96875vw;
    width: max-content;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
}
.section03 .tab span::after{
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.section03 .tab span.on::after{
    width: 1.5vw;
}
.section03 .tab span:last-child{
    margin-bottom: 0;
}
.section03 .tab span.on{
    font-weight: 800;
    color: #fff;
    padding-left: 2.5vw;
}
/* section03 */



/* section04 */
.section04{
    margin-top: 13.54vw;
}
.section04 >figure{
    width: 28.75vw;
    height: 9.16vw;
    margin: 0 auto;
    margin-bottom: 4.16vw;
}
.section04 .inner{
    width: 100vw;
    height: 19.79vw;
}
/* section04 */



/* section05 */
.section05{
    margin-top: 13.54vw;
}
.section05 .title{
    padding-left: 6.77vw;
    position: relative;
    font-size: 3.38vw;
    font-weight: 800;
    padding-bottom: 1.04vw;
    margin-bottom: 5.20vw;
}
.section05 .title::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12.5vw;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}
.section05 .inner{
    width: 100vw;
    padding: 0 6.77vw 0 20.3125vw;
}
.section05 .inner ul li{
    border-bottom: 1px solid #848484;
    padding-left: 2.60vw;
    transition: 0.5s;
    cursor: pointer;
}
.section05 .inner ul li.on{
    padding-bottom: 3.125vw;
}
.section05 .inner ul li p{
    padding: 1.30vw 0;
    padding-left: 3.125vw;
    position: relative;
    font-size: 1.04vw;
    font-weight: 700;
}
.section05 .inner ul li p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.56vw;
    height: 0.26vw;
    background: #fff;
}
.section05 .inner ul li p::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 1.56vw;
    height: 0.26vw;
    background: #fff;
    transition: 0.5s;
}
.section05 .inner ul li.on p::after{
    transform: translateY(-50%) rotate(0);
}
.section05 .inner ul li h1{
    display: none;
    font-size: 0.9vw;
    margin-left: 3.125vw;
    padding-left: 0.78vw;
    border-left: 1px solid #fff;
    line-height: 1.3;
}
/* section05 */



/* section06 */
.section06{
    margin-top: 13.54vw;
    margin-bottom: 5.20vw;
}
.section06 >figure{
    width: 29.79vw;
    height: 9.16vw;
    margin: 0 auto;
    margin-bottom: 4.16vw;
}
.section06 .inner{
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section06 .inner figure{
    width: 23.4375vw;
    height: 41.66vw;
    margin-bottom: 2.08vw;
}
.section06 .inner figure:nth-child(n+5){
    margin-bottom: 0;
}
.section06 .inner figure:nth-child(2){
    margin-top: 2.08vw;
}
.section06 .inner figure:nth-child(3){
    margin-top: 4.16vw;
}
.section06 .inner figure:nth-child(4){
    margin-top: 6.24vw;
}
.section06 .inner figure:nth-child(5){
    margin-top: -6.24vw;
}
.section06 .inner figure:nth-child(6){
    margin-top: -4.16vw;
}
.section06 .inner figure:nth-child(7){
    margin-top: -2.08vw;
}

/* section06 */


/* footer */
.footer{
    width: 100vw;
    padding: 3.90625vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer figure{
    width: 7.34375vw;
    height: 6.04vw;
    margin-bottom: 3.125vw;
}
.footer p{
    font-size: 0.83vw;
    font-weight: 100;
    margin-bottom: 0.52vw;
}
.footer p:last-child{
    margin-bottom: 0;
}
/* footer */

















@media screen and (max-width:500px) {
    .pc{
        display: none;
    }
    .mo{
        display: block;
    }


    /* chat_bot */
    .chat_bot{
        bottom: 20px;
    }
    .chat_bot > figure{
        width: 14vw;
        height: 14vw;
    }
    .chat_bot .inner{
        right: 0;
        bottom: 0;
        border-radius: 0;
        padding: 2vw;
        width: 100vw;
        height: 100vh;
        padding: 20px;
        border: none;
    }
    #chat_window{

    }
    .chat_bot .inner > h1{
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    #chat_window > div{
        font-size: 14px;
    }
    .chat_bot .inner .close{
        top: 2vw;
        right: 2vw;
        width: 4vw;
        height: 4vw;
    }
    /* chat_bot */


    /* bill */
    .bill{
        width: 100%;
        height: 100vh;
        border-radius: 0;
        right: 0;
        top: 0;
        transform: none;
        border: none;  
        z-index: 7;  
    }
    .bill .in > h1{
        margin-bottom: 16vw;
    }
    .bill .in > h1 figure:nth-child(1){
        width: 13.2vw;
        height: 8vw;    
    }
    .bill_close{
        width: 6vw;
        height: 6vw;    
    }
    .bill .in > h2{
        font-size: 6vw;
        margin-bottom: 15vw;    
    }
    .bill .in > label {
        font-size: 3.2vw;
        margin-bottom: 2vw;
        padding-left: 10.8vw;
    }
    #type {
        font-size: 3.2vw;
        width: calc(100% - 21.6vw);
        margin-left: 10.8vw;
        height: 6vw;
        margin-bottom: 6vw;
    }
    #pages {
        font-size: 3.2vw;
        width: calc(100% - 21.6vw);
        margin-left: 10.8vw;
        height: 6vw;
        margin-bottom: 2vw;
        margin-right: 4vw;
    }
    .bill .in > span {
        width: calc(100% - 21.6vw);
        margin-bottom: 6vw;
        font-size: 3.2vw;
    }
    .bill .in .addon_btns {
        width: calc(100% - 21.6vw);
        margin-bottom: 6vw;
    }
    .bill .in .addon_btns button{
        padding: 1vw 4vw;
        font-size: 2.8vw;
        margin-bottom: 2vw;
    }
    .bill .in > h3 {
        width: calc(100% - 21.6vw);
        margin-bottom: 6vw;
        font-size: 5vw;
    }
    #requestBtn {
        width: calc(100% - 21.6vw);
        height: 8vw;
        font-size: 4vw;
        font-weight: 700;
    }
    /* bill */
    

    /* 퀵메뉴 */
    .mo_quick{
        position: fixed;
        top: 0;
        width: 100vw;
        height: 16vw;
        background: #111111b3;
        backdrop-filter: blur(6px);
        padding-left: 20px;
        left: 0;
        z-index: 5;
        display: flex;
        align-items: center;
        transition: 0.5s;
    }
    .mo_quick.off{
        top: -100%;
    }
    .mo_quick figure{
        width: 13.2vw;
        height: 8vw;
    }
    .quick01 {
        width: 8vw;
        height: 8vw;
        top: 4vw;
        left: unset;
        right: calc(8vw + 40px);
        transform: none;
        z-index: 6;
        transition: 0.5s;
    }
    .quick01.off{
        top: -100%;
    }
    .quick02.off{
        top: -100%;
    }
    .quick02 {
        top: 4vw;
        transform: none;
        right: 20px;
        z-index: 6;
    }

    .quick02:hover{
        right: 20px;
    }
    .quick02 figure{
        width: 8vw;
        height: 8vw;
    }
    .quick02 .form{
        width: 100%;
        height: 100vh;
        border-radius: 0;
        right: 0;
        top: 0;
        transform: none;
        border: none;
    }
    .quick02 .form h1 figure:nth-child(1) {
        width: 13.2vw;
        height: 8vw;
    }
    .quick02 .form h1{
        margin-bottom: 16vw;
    }
    .quick02 .form .close {
        width: 6vw;
        height: 6vw;
    }
    .quick02 .form > p {
        font-size: 6vw;
        margin-bottom: 15vw;
    }
    .quick02 .form .line {
        padding: 0 10.8vw;
    }
    .quick02 .form .line .box01 {
        margin-bottom: 6vw;
    }
    .quick02 .form .line .box input {
        height: 6vw;
        font-size: 3.6vw;
    }
    .quick02 .form .line01 {
        margin-bottom: 6vw;
    }
    .quick02 .form .line02 {
        margin-bottom: 6vw;
    }
    .quick02 .form .line02 span {
        margin-bottom: 2vw;
        font-size: 3.6vw;
    }
    .quick02 .form .line02 .check_btn button {
        padding: 1vw 4vw;
        font-size: 2.8vw;
        margin-bottom: 2vw;
    }
    .quick02 .form .line .box p {
        font-size: 3.6vw;
        margin-bottom: 2vw;
    }
    .quick02 .form .line .box03 textarea {
        height: 20vw;
        border-radius: 1vw;
        font-size: 3.2vw;
        padding: 2vw;
    }
    .quick02 .form .line .box03 {
        margin-bottom: 6vw;
    }
    .quick02 .form .line .file p {
        font-size: 3.6vw;
        margin-bottom: 2vw;
    }
    .quick02 .form .line .file #fileBtn {
        height: 6vw;
        font-size: 3.2vw;
        border-radius: 1vw;
    }
    .quick02 .form .line .file #fileName{
        font-size: 3.2vw;
    }
    .quick02 .form .line .file{
        margin-bottom: 16vw;
    }
    .quick02 .submit {
        bottom: 4vw;
        width: calc(100% - 21.6vw);
        border-radius: 1vw;
        font-size: 3.2vw;
        height: 8vw;
    }
    .main_visual .scroll span{
        position: relative;
        letter-spacing: 0.1vw;
        color: #fff;
        font-weight: 800;
        font-size: 2vw;
    }
    .main_visual .scroll span::before{
        content: '';
        position: absolute;
        width: 5px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 2.5px;
        top: 5vw;
        height: 6vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .main_visual .scroll span::after{
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        left: 50%;
        top: 5vw;
        transform: translateX(-50%);
        animation: dot2 2s infinite linear alternate;
    }
    @keyframes dot2 {
        0%{
            top: calc(5vw);
            opacity: 1;
        }
        100%{
            top: calc(5vw + 30px);
            opacity: 0;
        }
    }
    /* 퀵메뉴 */


    /* main_visual */
    .main_visual.mo{
        display: flex;
    }
    .main_visual .scroll {
        position: absolute;
        bottom: 20%;
        left: 50%;
        transform: translateX(-50%);
    }
    /* main_visual */

    /* mo_section01 */
    .mo_section01{
        width: calc(100% - 40px);
        margin: 30vw auto;
    }
    .mo_section01 figure:nth-child(1){
        width: 82.6vw;
        height: 75.2vw;
        margin: 0 auto;
        margin-bottom: 16vw;
    }
    .mo_section01 figure:nth-child(n+2){
        width: 100%;
        height: auto;
        margin-bottom: 5vw;
    }
    .mo_section01 figure:nth-child(n+2) img{
        width: 100%;
        height: auto;
    }
    .mo_section01 .counsle{
        width: 100%;
        height: 12vw;
        font-size: 4vw;
        font-weight: 700;
        color: #fff;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1vw;
    }
    /* mo_section01 */



    /* mo_section02 */
    .mo_section02{
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-bottom: 30vw;
    }
    .mo_section02 figure:nth-child(1){
        width: 28vw;
        height: 7vw;
        margin: 0 auto;
        margin-bottom: 16vw;
    }
    .mo_section02 .box{
        width: 100%;
        padding: 12vw 2vw 2vw 2vw;
        background: #fff;
        border-radius: 4vw;
        margin-bottom: 5vw;
    }
    .mo_section02 .box:last-child{
        margin-bottom: 0;
    }
    .mo_section02 .box figure{
        width: min-content;
        height: 53.5vw;
        margin: 0 auto;
        margin-bottom: 2vw;
        animation: float 5s ease-in-out infinite;

    }
    .mo_section02 .box figure img{
        width: auto;
        height: 100%;
    }
    .mo_section02 .box h1{
        text-align: center;
        font-size: 4vw;
        font-weight: 100;
        color: #313131;
        margin-bottom: 10vw;
    }
    .mo_section02 .box .text{
        width: 100%;
        padding: 4vw;
        background: #111;
        color: #fff;
        border-radius: 2vw;
    }
    .mo_section02 .box .text p{
        font-size: 3.2vw;
        margin-bottom: 3.2vw;
        font-weight: 900;
    }
    .mo_section02 .box .text span{
        word-break: keep-all;
        font-weight: 100;
        line-height: 1.3;
    }
    /* mo_section02 */



    /* section04 */
    .section04 {
    }
    .section04 .inner {
        height: 60vw;
    }
    .section04 >figure {
        width: 60vw;
        height: 19.16vw;
        margin-bottom: 16vw;
    }
    /* section04 */



    /* section05 */
    .section05 {
        margin-top: 30vw;
    }
    .section05 .title {
        padding-left: 20px;
        font-size: 8vw;
        padding-bottom: 4vw;
        margin-bottom: 8vw;
    }
    .section05 .title::after{
        width: 17vw;
        height: 1vw;
        border-radius: 3vw;
    }
    .section05 .inner{
        padding: 0 20px;
    }
    .section05 .inner ul li p {
        padding: 4vw 0;
        padding-left: 8vw;
        font-size: 4vw;
    }
    .section05 .inner ul li p::before {
        width: 5vw;
        height: 0.5vw;
    }
    .section05 .inner ul li p::after{
        width: 5vw;
        height: 0.5vw;
    }
    .section05 .inner ul li.on{
        padding-bottom: 10vw;
    }
    .section05 .inner ul li h1 {
        font-size: 3vw;
        margin-left: 5vw;
        padding-left: 3.5vw;
        border-left: 2px solid #fff;
    }
    /* section05 */


    /* section06 */
    .section06{
        margin-top: 30vw;
        margin-bottom: 10vw;
    }
    .section06 >figure{
        width: 60vw;
        height: 19.16vw;
        margin-bottom: 16vw;
    }
    .section06 .inner figure {
        width: 48vw;
        height: 83vw;
        margin-bottom: 4vw;
    }
    .section06 .inner figure:nth-child(2) {
        margin-top: 4vw;
    }
    .section06 .inner figure:nth-child(3) {
        margin-top: -4vw;
    }
    .section06 .inner figure:nth-child(4) {
        margin-top: 0;
    }
    .section06 .inner figure:nth-child(5) {
        margin-top: -4vw;
    }
    .section06 .inner figure:nth-child(6) {
        margin-top: 0;
    }
    .section06 .inner figure:nth-child(7) {
        margin-top: -4vw;
    }
    .section06 .inner figure:nth-child(8) {
        margin-top: 0;
    }
    .section06 .inner figure:nth-child(n+5){
        margin-bottom: 4vw;
    }
    /* section06 */



    /* footer */
    .footer{
        padding: 10vw 0 15vw 0;
    }
    .footer figure {
        width: 30vw;
        height: 25.04vw;
        margin-bottom: 6vw;
    }
    .footer p {
        font-size: 3vw;
        margin-bottom: 3vw;
    }
    /* footer */
}