body{
    position: relative;
}
.inner{
    max-width: 1440px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}
header{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 3;
}
.headerTop{
    background-color: #fff;
}
.headerTop .top-info{
    display: flex;
    justify-content: flex-end;
    height: 50px;
}
.headerTop .top-info a{
    line-height: 50px;
    padding: 0 20px;
}

.headerTop .top-info .call{
    background-color: #009a8c;
    color: #fff;
}
.headerTop .top-info .kko{
    background-color: #ffe500;
    color: #111;
}
.headerTop .top-info .kko img{
    height: 20px;
    display: inline-block;
}
#header{
    position: relative;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.3);
}
#header .inner{
    display: flex;
    height: 80px;
    align-items: center;
}
#header .inner .logo img{
    height: 40px;
}
#header .inner .menu{
    display: flex;
    margin-left: auto;
    justify-content: center;
}
#header .inner .menu li{
    position: relative;
    padding: 0 60px;
    text-align: center;
}
#header .inner .menu>li{
    height: 80px;
    line-height: 80px;    
}
#header .inner .menu a{
    color: #fff;
    width: max-content;
}
#header .inner .menu .submenu{
    opacity: 0;
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    top: 85px;
    width: 150px;
    background-color: #009a8c;
    padding: 10px 0;
    z-index: 3;
    border-radius: 20px;
}
#header .inner .menu .submenu a{
    line-height: 1.5;
    width: 100%;
    padding: 5px 0 ;
}
#header .inner .menu>li:hover::after{
    position: absolute;
    content: "";
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #009a8c;
    bottom: 0;
}
#header .inner .menu .submenu.on{
    opacity: 1;
}
#header .inner .menu .submenu li{
    position: relative;
    padding: 0;
}
#header .inner .menu .submenu li:hover a{
    font-weight: 700;
}
.quickMn{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 120px;
    z-index: 2;
}
.quickMn a{
    width: 100px;
    height: 100px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 100px;
    align-content: center;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0);
}
.quickMn a:not(:first-child){
    margin-top: 15px;
}
.quickMn a span{
    width: 100%;
    text-align: center;
}
.quickMn a img{
    margin: 0 auto 10px;
}
.quickMn .qnaBtn{
    color: #fff;
    background-color: #009a8c;
}
.quickMn .qnaBtn img{
    height: 20px;
}
.quickMn .kkoBtn{
    color: #111;
    background-color: #ffe500;
}
.quickMn .kkoBtn img{
    height: 28px;
}
.quickMn .topBtn{
    background-color: #ff9000;
}
.quickMn .topBtn img{
    height: 10px;
}
footer{
    background-color: #231f20;
    color: #fff;
}
footer .top .inner{
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
footer .top .policy{
    position: relative;
    color: #fff;
}
footer .top .policy::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
}
footer .top .consult{
    color: #009a8c;
}
footer .menu{
    padding: 30px 0 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .menu a{
    color: #fff;
}
footer .menu .inner{
    display: flex;
}
footer .menu .inner>ul{
    display: flex;
    gap: 80px;
}
footer .menu .inner>ul>li>a{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
footer .menu .inner .sub li{
    line-height: 2.4;
}
footer .menu .inner .sub a{
    font-weight: 200;
}
footer .menu .inner .box{
    margin-left: auto;
}
footer .menu .inner .box .f-logo{
    height: 50px;
    margin-left: auto;
    margin-bottom: 30px;
}
footer .menu .inner .box p{
    font-size: 50px;
    font-weight: 700;
    border-radius: 20px;
    text-align: center;
    line-height: 90px;
    width: 300px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/main/btn-bg.png);
}
footer .bottom .inner{
    display: flex;
    height: 60px;
    align-items: center;
}
footer .bottom .info{
    display: flex;
    gap: 20px;
}
footer .bottom .info p span{
    margin-right: 10px;
}
footer .bottom .copy{
    margin-left: auto;
}
.sitemapBtn{
    display: none;
}
.sitemap{
    display: none;
}
@media (max-width: 1440px){
}
/*e:1440*/
@media (max-width: 1140px){
}
/*e:1140*/
@media (max-width: 1024px){
    .headerTop .inner{
        padding: 0%;
    }
    .headerTop .top-info a{
        width: 50%;
        text-align: center;
    }
    #header .inner .menu {
        display: none;
    }
    .sitemapBtn{
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        width: 24px;
        margin-left: auto;
        background-color: transparent;
        padding: 0;
    }

    .sitemapBtn span{
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
    }
    .quickMn{
        transform: unset;
        right: 30px;
        top: unset;
        bottom: 40px;
    }
    .quickMn a{
        width: 60px;
        height: 60px;
        font-size: 14px;
    }
    .quickMn a img {
        margin: 0 auto 3px;
    }
    .quickMn .qnaBtn img{
        height: 14px;
    }
    .quickMn .kkoBtn img{
        height: 18px;
    }
    .quickMn .topBtn img{
        height: 7px;
    }
    footer .bottom {
        padding: 10px 0;
    }
    footer .bottom .inner{
        flex-wrap: wrap;
    }
    footer .bottom .copy{
        margin-left: 0;
        margin-top: 5px;
        opacity: 0.5;
    }
    .sitemap{
        display: flex;
        justify-content: center;
        padding: 40px 0;
        text-align: center;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/sub/box-bg.png);
        z-index: 99;
        transition: all 0.4s;
    }
    .sitemap ul{
        padding: 40px 0;
        height: 100%;
        overflow-y: scroll;
    }
    .sitemap ul .depth-02{
        padding: 0;
    }
    .sitemap ul::-webkit-scrollbar{
        display: none;
    }
    .sitemap.on{
        right: 0;
    }
    .sitemap a{
        color: #fff;
    }
    .sitemap .depth-01>li:not(:first-child){
        margin-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 20px;
    }
    .sitemap .depth-01>li>a{
        font-size: 30px;
        font-weight: 700;
    }
    .sitemap .depth-02>li>a{
        font-size: 16px;
        font-weight: 300;
        line-height: 2;
    }
    .sitemap-x{
        position: absolute;
        background-color: transparent;
        width: 32px;
        height: 32px;
        top: 20px;
        right: 20px;
    }
    .sitemap-x img{
        width: 100%;
    }
}
/*e:1024*/
@media (max-width: 768px){
    .headerTop .top-info a{
        font-size: 14px;
        padding: 0 10px;
    }
    #header{
        height: 60px;
    }
    #header .inner{
        height: 60px;
    }
    #header .inner .logo img{
        height: 30px;
    }
    .sitemapBtn{
        width: 20px;
        gap: 5px;
    }
    .sitemapBtn span{
        height: 1.5px;
    }
    footer .menu .inner .box .f-logo{
        margin-left: 0;
        margin-bottom: 0;
    }
    footer .menu .inner .box{
        width: 100%;
        display: flex;
        margin-left: 0;
        justify-content: space-between;
    }

    footer .menu{
        border-bottom:none;
        padding: 30px 0 30px;
    }
    footer .menu .inner>ul{
        display: none;
    }
    footer .menu .inner .box p{
        font-size: 40px;
        line-height: 70px;
        width: 240px;
        height: 70px;
    }
    footer .bottom .info{
        font-size: 10px;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 20px;
    }
    footer .bottom .inner{
        flex-wrap: nowrap;
        height: auto;
        display: block;
    }
}
/*e:768*/

@media (max-width: 450px){
    footer .menu .inner .box .f-logo{
        height: 36px;
    }
    footer .menu .inner .box p {
        font-size: 24px;
        line-height: normal;
        width: auto;
        height: auto;
        padding: 5px 15px;
        border-radius: 10px;
    }
}
/*e:450*/