*{
    font-size:10px;
    font-family:'Noto sans KR', sans-serif;
    word-break: keep-all;
}

body{
    padding-right:0 !important;
}

.point-orange{
    color:#fc4201;
}

:is(body) :is(h1,h2,h3,h4,h5,h6,ul,dl,nav){
    margin:0;
    padding:0;
}

.view-768{
    display:none;
}
.view-480{
    display:none;
}
.img-box img{
    width:100%;
}

.img-box.fit{
    text-align: center;
    width: fit-content;
}

.img-box.fit > img{
    max-width:100%;
    width:fit-content;
}

.deco-img-box{
    position:absolute;
}

.point-lightgreen_lighter{
    color:#0cd0d0;
}

.point-lightgreen{
    color:#0b9090;
}

.point-yellow{
    color:#ffff00;
}

.point-whiteYellow{
    color:#fff799;
}

@media screen and (max-width:1440px){
    *{
        font-size:8px;
    }
}


@media screen and (max-width:768px){
    .view-768{
        display:block;
    }
    .hide-768{
        display:none;
    }
    
    *{
        font-size:6.5px;
    }
}
@media screen and (max-width:480px){
    .view-480{
        display:block;
    }
    .hide-480{
        display:none;
    }
}


#preview_item{
    display:none;
}

header.pc {
    position: fixed;
    top: 0;
    height:12rem;
    z-index: 100;
    display: flex;
    justify-content: center;
    width: 100%;
    transition:all .25s linear;
}
header.pc.bg-active{
    background-color:#78cbd1;
}

header.pc.bg-active .navbar{
    border-bottom:none;
} 
header.pc .navbar{
    max-width:1520px;
    width:100%;
    padding:0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
header.pc .navbar ul{
    width: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
    flex: 1 1 0;
    margin-bottom: 0;
    padding-left:0;
    gap:2rem;
}

header.pc .navbar ul li{
    flex:1;
    text-align: center;
}

header.pc .navbar ul a{
    font-size:2.2rem;
}

header.pc .navbar ul li a{
    color: #fff;
}

header.pc .nav-item.tel,
header.pc .nav-item.mobile-menu,
header.mobile{
    display:none;
}

header.mobile{
    position: fixed; /* fixed로 고정 */
    top: 12rem;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden; /* 내부 스크롤 차단 */
}

header.mobile .mobile-menu-overlay{
    padding:10% 6%;
    position: absolute;
    width: 420px;
    height: 100%;
    right: 0;
    background-color:#0dadad;
    transform: translateX(100%);
    transition:all .3s;
}

header.mobile.on .mobile-menu-overlay{
    transform: translateX(0%);
}

header.mobile .mobile-menu-overlay .mobile-navbar ul{
    display:flex;
    flex-direction: column;
    gap:4rem;
}
header.mobile .mobile-menu-overlay .mobile-nav-item a{
    font-size: 3rem;
    color: #fff;
}

@media screen and (max-width:1024px){
    header.pc{
        background-color:#78cbd1;
    }
    header.pc .navbar{
        border-bottom:none;
    }

    header.pc .nav-item.menu{
        display:none;
    }
    header.pc .nav-item.tel, 
    header.pc .nav-item.mobile-menu{
        display:block;
        position:absolute;
    }
    header.pc .nav-item.tel{
        left:3%;
    }
    header.pc .nav-item.mobile-menu{
        right:3%;
    }
    header.pc .nav-item.tel img, 
    header.pc .nav-item.mobile-menu img{
        transform: scale(0.75);
    }

    header.mobile{
        display:block;
        transform:translateX(-100%);
        opacity:0;
        transition:opacity .3s;
    }
    header.mobile.on{
        transform:translateX(0%);
        opacity:1;
    }
}

@media screen and (max-width:768px){
    header.mobile .mobile-menu-overlay {
        width: 70%;
    }
}

@media screen and (max-width:480px){
    .logo{
        max-width: 220px;
        width: 100%;
        margin: 0 auto;
    }
    .logo img{
        width:100%;
    }
    header.pc .nav-item.tel img, header.pc .nav-item.mobile-menu img{
        transform: scale(0.5);
    }
}


#footer{
    background-color:#168c8d;
    padding-block:10rem;
}

#footer .wrapper{
    max-width:1520px;
    margin:0 auto;
    display:flex;
    align-items: end;
    justify-content: space-between;
}

#footer .company-info__listBox{
    display:flex;
    flex-direction:column;
    gap:0.1rem;
    color:#fff;
    margin-top: 1rem;
}

#footer .company-info__listBox li{
    font-size:2.4rem;
    font-weight:300;
}

#footer .info-number ul{
    display:flex;
    align-items:center;
    gap:2rem;
}

#footer .info-number ul li{
    position:relative;
    display:flex;
    align-items: center;
}

#footer .info-number ul li:not(:last-child)::after{
    position:absolute;
    width:1px;
    height:60%;
    right:-1rem;
    content:"";
    background-color: #fff;
}

#footer .policy__box a{
    color:#fff;
    font-size:2.4rem;
    font-weight:300;   
    display: flex;
    align-items: center;
    position:relative;
}

#footer .policy__box ul{
    display:flex;
    align-items: center;
    margin-top: 2rem;
    gap:2rem;
}

#footer .policy__box ul li:first-child a::after{
    position:absolute;
    content:"";
    right:-1rem;
    width: 1px;
    height: 60%;
    background-color: #fff;
}

#footer .social-sns__listBox{
    display:flex;
    align-items: center;
    gap:2.4rem;
}

#footer .social-sns__listBox li{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:1rem;
}
#footer .social-sns__listBox li img{
    width:6rem;
}
#footer .social-sns__listBox li a{
    background: #115050;
    border-radius: 100%;
    width: 7rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .social-sns__listBox li:nth-child(2) img{
    position:relative;
    left:8%;
}

#footer .social-sns__listBox li .caption{
    font-size:1.4rem;
    text-align: center;
    color:#fff;
}
@media screen and (max-width:1520px){
    #footer .wrapper{
        padding-inline:2.5%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5rem;
    }

    #footer .wrapper .left-side{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer .company-info__listBox{
        align-items: center;
    }
}
@media screen and (max-width:1024px){
    #footer {
        padding-block: 10rem 18rem;
    }
    #footer .left-side .img-box.fit img{
        max-width:60vw;
    }
    #footer .info-number > ul{
        gap:0rem;
        flex-direction: column;
    }

    #footer .info-number ul .info-sub{
        gap:2rem;
    }

    #footer .info-number > ul > li:first-child::after{
        display:none;
    }
    #footer .company-info__listBox li,
    #footer .policy__box a{
        font-size:2rem;
    }
    #footer .company-info__listBox li{
        text-align: center;
    }
}

@media screen and (max-width:768px){
    #footer .social-sns__listBox li .caption{
        font-size:1.65rem;
    }
}

@media screen and (max-width:480px){

}

#privacy-policy__modal{
    padding-right:0 !important;
}

#privacy-policy__modal .modal-content{
    border-radius: 0;
}

#privacy-policy__modal .modal-header {
    justify-content: center;
    position: relative;
    padding:1.5rem;
    color:#0b9090;
}

#privacy-policy__modal .modal-header .btn-close{
    position: absolute;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background-size: contain;
    opacity:1;
}

#privacy-policy__modal .modal-body{
    border: 1px solid #ececec;
    padding: 2rem;
    margin: 1rem;
    height: 55rem;
    overflow-y: scroll;
}

#privacy-policy__modal .modal-body div,
#privacy-policy__modal .modal-body table{
    font-size: 1.3rem !important;
    color: #333333;
}

#privacy-policy__modal .modal-body table{
    width: 100%;
    font-size: 1.3rem;
    border: none;
}

#privacy-policy__modal .modal-body table tr:first-child{
    background: #f2f2f2;
    text-align: center;
}
#privacy-policy__modal .modal-body table  tr td {
    padding: 1.4pt 5.1pt 1.4pt 5.1pt;
    border: solid #000000 0.4pt;
}

#nonfeeforservice-modal{
    padding-right:0;
}

#nonfeeforservice-modal .modal-dialog{
    width: 80% !important;
    max-width: fit-content;
}

#nonfeeforservice-modal .modal-body{
    border:none;
    padding:0;
}

#nonfeeforservice-modal .btn-close{
    right: 2%;
    top: 3%;
    width: 1.5rem;
    position: absolute;
    height: 1.5rem;
    background-size: cover;
    opacity: 1;
}

@media screen and (max-width:1000px){
    #nonfeeforservice-modal .modal-dialog{
        width: 90% !important;
        max-width: none !important;
        margin:0 auto;
    }
}
@media screen and (max-width:768px){
    #nonfeeforservice-modal .btn-close{
        right: 3.5%;
        top: 3%;
        width: 3rem;
        height: 3rem;
    }
}


/* 250313 팝업 이미지 사이즈 수정 */
.modal-content .modal-body {background: #000; padding: 2px;}
.modal-content .modal-body img {max-width: 100%;}
.modal-content .modal-footer {background: #000; margin-top: -1px;}
.modal-content .modal-footer button {font-size: max(13px,1.6rem); background: #000; border: none; margin: 0 auto;}
.modal-content .modal-footer button strong {font-size: inherit;}
.modal-backdrop.show {display: none;}