@keyframes menuOpen {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
*{
    letter-spacing: -0.04em;
}
html, body{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
    color: #272A31;
}
::-webkit-scrollbar{
    display: none;
}
h1{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}
h2{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 4px;
}
h3{
    font-size: 20px;
    font-weight: bold;
}
b{
    font-weight: bold;
}
body {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    background: #F1F2F5;
}
main{
    width: calc(100% - 48px);
    min-height: calc(100% - 360px);
    background: #fff;
    padding: 16px 24px;
}
section{
    margin-bottom: 32px;
}
a:link,
a:visited,
a:active,
a:hover{
    text-decoration: none;
    color: #272A31;
}
.none{
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #A9AAAD;
}
.none span{
    background: #A9AAAD;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 4px;
    position: relative;
}
.none span img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fast{
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #165FFF;
}
.fast span{
    background: linear-gradient(-45deg, #165FFF 20%,  #6293FF 60%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 4px;
    position: relative;
}
.fast span img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lease{
    font-size: 14px;
    font-weight: 500;
    color: #FFA216;
    background: #FBF5EC;
    padding: 0 3px;
    border-radius: 30px;
    margin-right: 4px;
}
.rent{
    font-size: 14px;
    font-weight: 500;
    color: #77C95A;
    background: #EEFAEA;
    padding: 0 3px;
    border-radius: 30px;
    margin-right: 4px;
}
.pop-bot{
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    max-width: 612px;
    width: calc(100% - 88px);
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    background: #0D3999;
    border-radius: 10px;
    color: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 10px rgba(47, 72, 126, 30%);
}
.pop-bot a{
    font-size: 14px;
    padding: 7px 14px;
    color: #272A31;
    background: #fff;
    border-radius: 8px;
}

/* header */
header{
    position: relative;
}
header .header_inner{
    position: relative;
    width: 100%;
    height: 80px;
    background: #fff;
}
header .header_inner > a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header .header_inner > a img.top_logo{
    margin-top: -20px;
    margin-left: 24px;
    z-index: 1;
}
header .header_inner  .page_back{
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%); 
    cursor: pointer;
}
.gnb{
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #E9EAEA;
}
.gnb .menu_area > div,
.gnb .menu_area ul li img{
    display: none;
}
.gnb .menu_area ul{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.gnb .menu_area ul li{
    font-size: 18px;
    font-weight: 500;
    margin-right: 71px;
}
.gnb .menu_area ul li.is_active a{
    font-weight: bold;
    color: #165FFF;
    padding-bottom: 5px;
    border-bottom: 3px solid #165FFF;
}
.gnb .menu_area ul li:last-child{
    margin: 0;
}

/* form */
form dt{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
div dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.btn_wrap{
    position: fixed;
    max-width: 652px;
    width: calc(100% - 56px);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #fff;
    padding: 7px 24px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border-top: 1px solid #E9EAEA;
}
.btn_wrap .reset{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 30%;
    height: 48px;
    background: #fff;
    border: 1px solid #E9EAEA;
    border-radius: 10px;
    color: #3D3F46;
    margin-right: 8px;
    cursor: pointer;
}
.btn_wrap .apply{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 500;
    flex: 1;
    max-width: none;
    height: 48px;
    background: #165FFF;
    border: 1px solid #165FFF;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

/* accordion */
.accordion-table > li > div{
    height: 96px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    border: 1px solid #E9EAEA;
    border-radius: 15px;
    cursor: pointer;
    background: url(../images/arr_down.svg) no-repeat calc(100% - 16px) 16px/auto;
    margin-bottom: 16px;
    transition: .4s;
}
.accordion-table > li.open > div{
    background: url(../images/arr_up.svg) no-repeat calc(100% - 16px) 16px/auto;
    border: 1px solid #165FFF;
    transition: .4s;
    box-shadow: 0 4px 12px rgba(47, 72, 126, 6%);
}
.accordion-table > li > p {
    height: 96px;
    text-align: center;
    padding: 60px 16px 0px 16px;
    background:#F9F9FC;
    margin-bottom: 16px;
    color: #686A6F;
}
.accordion-table > li > div .img_wrap{
    width: 177px;
    height: fit-content;
}
.accordion-table > li > div .img_wrap img{
    width: 100%;
}
.accordion-table > li > div .text_wrap{
    padding-left: 16px; 
}
.accordion-table > li > div .text_wrap div{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.accordion-table > li > div .text_wrap p{
    font-size: 14px;
    font-weight: 500;
    color: #165FFF;
}
.accordion-table > li > div .text_wrap p b{
    font-size: 16px;
}
.accordion-table > li > .cont,
.accordion-table > li > .cont > li .detail{
    display: none;
}
.accordion-table > li > .cont{
    margin-bottom: 32px;
}
.accordion-table > li > .cont li.btn_close{
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion-table > li > .cont > li > div{
    font-size: 16px;
    font-weight: 500;
    border-radius: 15px;
    padding: 16px 32px 16px 20px;
    background: url(../images/arr_down.svg) no-repeat calc(100% - 16px) 16px/auto #F7F8FA;
    cursor: pointer;
    color: #686A6F;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.accordion-table > li > .cont > li:last-child div{
    margin-bottom: 0;
    padding-right: 20px;
}
.accordion-table > li > .cont > li.open > div{
    background: url(../images/arr_up.svg) no-repeat calc(100% - 16px) 16px/auto #F7F8FA;
    color: #272A31;
    text-overflow: initial;
    white-space: initial;
}
.accordion-table > li > .cont > li .detail li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 32px;
    margin: 0 16px 16px;
    border-bottom: 1px solid #E9EAEA;
}
.accordion-table > li > .cont > li .detail li:last-child{
    border: none;
}
.accordion-table > li > .cont > li .detail li > div:nth-child(1){
    flex: 1;
    padding-right: 16px;
    text-overflow: ellipsis;
}
.accordion-table > li > .cont > li .detail li > div dt{
    font-size: 16px;
    margin-bottom: 8px;
    white-space: normal;
    display: inline-block;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.accordion-table > li > .cont > li .detail li > div dd{
    font-weight: 500;
    display: inline-flex;
    margin-bottom: 24px;
    width: 100%;
}
.accordion-table > li > .cont > li .detail li > div dd b{
    margin-left: 8px;
}
.accordion-table > li > .cont > li .detail li > div > div{
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.accordion-table > li > .cont > li .detail li > div > div > div{
    margin-right: 16px;
    display: flex;
    align-items: center;
}
.accordion-table > li > .cont > li .detail li > div a{
    font-weight: bold;
    padding: 11px 25px;
    color: #165FFF;
    background: #E8EFFF;
    border: 1px solid #E8EFFF;
    border-radius: 8px;
}
.accordion-table > li > .cont > li .detail li > div a.btn_reserve{
    background: #fff;
    border: 1px solid #165FFF;
}
.btn_close > div{
    font-size: 16px;
    font-weight: 500;
    color: #272A31 !important;
    padding: 10px;
    border-radius: 30px !important;
    border: 1px solid #E9EAEA;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: none !important;
    margin-top: 4px;
}

/* input */
input[type="text"],
input[type="number"]{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    width: calc(100% - 32px);
    height: 42px;
    padding: 0 16px;
    border: 1px solid #E9EAEA;
    border-radius: 8px;
}
input[type="text"]::placeholder,
input[type="number"]::placeholder{
    color: #A9AAAD;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
input[type="text"]:focus,
input[type="number"]:focus{
    outline: none;
    border: 1px solid #165FFF;
}
input[type="checkbox"]{
    opacity: 0;
}
input[type="checkbox"] + label{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    background: #E9EAEA;
    margin-right: 8px;
}
input[type="checkbox"]:checked + label{
    background: url(../images/icon_chk.svg) no-repeat center/auto #165FFF;
    border: none;
}
input[type="checkbox"] + label + label{
    font-size: 14px;
    cursor: pointer;
    color: #272A31;
    width: auto !important;
}
input[type="checkbox"]:checked + label + label{
    color: #272A31;
}
input[type="submit"]{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    max-width: 224px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #165FFF;
    border-radius: 8px;
    border: none;
    margin: 0 auto;
}

/* tooltip */
.tip_box{
    position: relative;
    display: inline-block;
    margin-left: 2px;
}
.tip_box img{
    cursor: pointer;
    margin-top: 3px;
}
.tip_box .tooltip{
    font-weight: 500;
    position: absolute;
    top: -100%;
    left: 100%;
    margin-left: 12px;
    width: 211px;
    padding: 16px;
    background: #fff;
    text-align: left;
    z-index: 1;
    display: none;
    border-radius: 8px;
    border: 1px solid #E9EAEA;
    box-shadow: 0 2px 6px rgba(0,0,0,5%);
}
.tip_box .tooltip::before{
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    margin-left: -24px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #E9EAEA transparent transparent;
}
.tip_box .tooltip::after{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.tip_box .tooltip p{
    font-size: 13px;
    font-weight: normal;
    margin-top: 8px;
    color: #3D3F46;
}
.tip_box .tip_close{
    position: absolute;
    top: 16px;
    right: 16px;
}
.tip_box .tip_close img{
    width: 14px;
    margin: 0;
}

/* modal */
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,50%);
    top: 0;
    left: 0;
    display: none;
    z-index: 11;
}
.modal .modal_inner{
    font-size: 14px;
    font-weight: 500;
    width: 75vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    word-break: keep-all;
}
.modal .modal_close{
    cursor: pointer;
}
.terms_modal .modal_inner{
    max-width: 486px;
    max-height: 656px;
    height: 70vh;
    padding: 32px 44px;
}
.terms_modal .modal_inner dt{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.05em;
}
.terms_modal .modal_inner ul{
    font-size: 14px;
    font-weight: 500;
    overflow-y: auto;
    height: calc(100% - 64px);
}
.terms_modal .modal_inner ul::-webkit-scrollbar{
    width: 6px;
    display: block;
}
.terms_modal .modal_inner ul::-webkit-scrollbar-thumb{
    height: 30px;
    border-radius: 10px;
    background: #C5C5C5;
}
.terms_modal .modal_inner ul li{
    margin-bottom: 20px;
}
.terms_modal .modal_inner ul li dd{
    color: #3D3F46;
    padding-bottom: 8px;
    letter-spacing: -0.05em;
}
.terms_modal .modal_inner ul li p{
    color: #7D7F83;
    letter-spacing: -0.05em;
    line-height: 1.6;
}
.terms_modal .modal_inner > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

/* page loading */
.loading{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background: rgba(0,0,0,70%);
    z-index: 99;
}
.loading > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 200px;
    height: auto;
}

/* footer */
footer{
    background: #F9F9FC;   
}
footer .footer_inner{
    padding: 40px 24px;
}
footer .footer_inner dt{
    font-size: 14px;
    font-weight: bold;
    color: #686A6F;
    margin-bottom: 16px;
}
footer .footer_inner ul{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
footer .footer_inner ul li{
    margin-right: 12px;
}
footer .footer_inner ul li div{
    font-size: 13px;
    font-weight: bold;
    color: #7D7F83;
    cursor: pointer;
}
footer .footer_inner dd{
    margin-bottom: 13px;
}
footer .footer_inner dd p{
    font-size: 13px;
    font-weight: 500;
    color: #A9AAAD;
    padding-bottom: 3px;
}

/* below 540 */
@media screen and (max-width: 540px){

    h1{
        font-size: 20px;
        margin-bottom: 12px;
    }
    h2{
        font-size: 18px;
        margin-bottom: 0;
    }
    h3{
        font-size: 14px;
        word-break: keep-all;
    }
    h3 br{
        display: none;
    }
    .none, .fast, .lease, .rent{
        font-size: 12px;
    }
    main{
        width: calc(100% - 32px);
        padding: 16px;
    }
    section{
        margin-bottom: 24px;
    }
    header .header_inner{
        height: 44px;
    }
    header .header_inner > a img{
        width: 73px;
    }
    header .header_inner > a img.top_logo{
        width: 45px;
        margin-top: -12px;
        margin-left: 16px;
    }
    header .header_inner .page_back{
        left: 16px;
    }
    header .header_inner > .page_back img{
        width: 28px;
        height: auto;
    }
    .gnb{
        height: auto;
        border: none;
    }
    .gnb .menu_btn{
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        transition: .4s;
        cursor: pointer;
        z-index: 13;
    }	
    .gnb .nav{
        position: relative;
        display: block;
        width: 14px;
        height: 2px;
        background: #272A31;
        transition: .4s;
        margin-bottom: 1px;
        border-radius: 3px;
    }  
    .gnb .nav:before,.nav:after{
        transition: .4s;
        display: block;
        content: "";
        height: 2px;
        width: 14px;
        background: #272A31;
        position: absolute;
        border-radius: 3px;
    } 
    .gnb .nav:before{
        top: 6px;
    }
    .gnb .nav:after{
        top: -6px;
    }
    .gnb .x .nav{
        background: transparent;
    }
    .gnb .x .nav:before,.x .nav:after{
        top: 0;
    }
    .gnb .x .nav:before{
        transform: rotate(-45deg); 
        width: 18px;
    }
    .gnb .x .nav:after{
        transform: rotate(45deg);
        width: 18px;
    }
    .gnb .bg_menu{
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,60%);
        display: none;
        z-index: 12;
    }
    .gnb .back{
        min-width: 250px;
        width: 60%;
        height: 100vh;
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        display: none;
        animation: menuOpen .4s;
        z-index: 12;
    }
    .gnb .menu_area{
        position: relative;
        width: 100%;
        height: 100%;
    }
    .gnb .menu_area > div{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 44px;
        padding: 0 16px;
        margin-bottom: 16px;
    }
    .gnb .menu_area > div a{
        position: relative;
    }
    .gnb .menu_area > div img{
        width: 57px;
    }
    .gnb .menu_area > div img.top_logo{
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        margin-top: -4px;
    }
    .gnb .menu_area ul{
        display: inline-block;
        width: 100%;
    }
    .gnb .menu_area ul li{
        font-size: 16px;
        margin-right: 0;
        padding: 0 16px;
        height: 54px;
        line-height: 54px;
    }
    .gnb .menu_area ul li img{
        display: block;
     }
    .gnb .menu_area ul li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .gnb .menu_area ul li.is_active a{
        font-weight: 500;
        color: #272A31;
        padding-bottom: 0;
        border-bottom: none;
    }
    .btn_wrap{
        width: calc(100% - 32px);
    }
    .accordion-table > li > div{
        height: 62px;
        margin-bottom: 8px;
    }
    .accordion-table > li > div .img_wrap{
        width: 108px;
    }
    .accordion-table > li > div .text_wrap{
        padding-left: 8px;
    }
    .accordion-table > li > div .text_wrap div{
        font-size: 16px;
    }
    .accordion-table > li > .cont{
        margin-bottom: 28px;
    }
    .accordion-table > li > .cont > li .detail li{
        padding: 5px 0 5px;
        margin-bottom: 8px;
    }
    .accordion-table > li > .cont > li .detail li > div dt{
        font-size: 13px;
        margin-bottom: 4px;
        word-break: break-all;
    }
    .accordion-table > li > .cont > li > div{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .accordion-table > li > .cont > li:last-child div{
        padding: 8px 13px;
    }
    .accordion-table > li > .cont > li .detail li > div dd{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .accordion-table > li > .cont > li .detail li > div > div > div{
        font-size: 12px;
    }
    .accordion-table > li > .cont > li .detail li > div > div > div:last-child{
        margin: 0
    }
    .accordion-table > li > .cont > li .detail li > div a{
        font-size: 12px;
        padding: 6px 10px;
    }
    .modal .modal_inner{
        padding: 16px;
    }
    .terms_modal .modal_inner > div{
        margin-bottom: 16px;
    }
    .terms_modal .modal_inner ul {
        height: calc(100% - 44px);
    }
    .pop-bot{
        font-size: 16px;
        width: calc(100% - 64px);
        height: 50px;
        padding: 0 16px;
        word-break: keep-all;
    }
    .tip_box{
        position: initial;
    }
    .tip_box .tooltip{
        left: 50%;
        top: 50%;
        transform: translate(-50% ,-50%);
    }
    .tip_box .tooltip::before,
    .tip_box .tooltip::after{
        display: none;
    }
    .loading > img {
        width: 100px;
    }
    footer .footer_inner{
        padding: 32px 16px;
    }

}

/* below 390 */
@media screen and (max-width: 390px){

    .pop-bot{
        font-size: 14px;
    }
    .accordion-table > li > .cont > li .detail li > div dt{
        height: 2.8em;
    }

}