@charset "UTF-8";   
:root{
    /*폰트*/
    --font-size-60:60px;
    --font-size-40:40px;
    --font-size-20:20px;
    --font-weight-h2:600;
    --font-weight-title-p:400;
    /*칼라*/
    --color-header:rgba(0, 0,0, .42);
    --color-white:#fff;
    --color-h2:#000;
}


/*폰트*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecmNE.woff2') format('woff2');
}
.font-nanum{
    font-family: "Poppins", sans-serif;
}





/*기본*/
.inner{
    width: 83.3333%;
    max-width: 1400px;
    margin: 50px auto;
}
.d-flex{
    display: flex;
}
.rotate180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.title{
    margin-bottom: 36px;
    font-size: var(--font-size-40);
    font-weight: bold;
}
.title-sub{
    font-size: var(--font-size-20);
    line-height: 1.5;
}
.title-sub.title-sub2{
    margin-bottom: 600px;
}
.title-sub span{
    display: block;
}
.title-sub strong{
    font-weight: bold;
}



/*본문 시작*/
body{
    margin: 0; 
    padding: 0;
    font-family: "Poppins", sans-serif;
   
}

body::after{
    display: none;
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0,0, .42);
}
body.dim::after{
    display: block
}



/*헤더시작*/
#header{
    position: fixed;
    z-index: 10;     
    width: 100%;   
    top: 0;
    left: 0;
    height: 100px;
    color: var(--color-white);
}
header .inner{
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

header.on{
    background: #fff;
    border-bottom:1px solid rgba(229, 229, 229, .5);
    color: #000 !important;
}


/*헤더로고*/
header h1{
    margin-right:100px ;
    width: 168px;
    height: 18px;
}
header h1 img{
    width: 100%;
    height: 100%;
}
/*nav*/
#gnb{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.98;
}
#gnb ul{
    gap: 4vw;
}
.language-wrap{
    position: relative;
    font-size: 16px;
}
.language-select a{
    justify-content: center;
    align-items: center;
}
.language-select img{
    margin-right: 13px;
    width: 16px;
    height: 16px;
}
.language-wrap span{
    margin-right: 15px;
    line-height: 16px;
}


.language-list{
    display: none;
    position: absolute;
    bottom:-60px;
    left: 0;
    width: 100%;
    background: var(--color-header);
    text-align: center;
}
.language-list li{
    line-height: 1.5;
}
.language-list li:hover{
    background: #000;
}
#nav-button{
    width: 30px;
    height: 30px;
    background:url(/hc-content/img/main/header/nav-icon.png) no-repeat 0 0;
    background-size: cover;
    cursor: pointer;
    border: none;
}
.side-nav{
    width: 100%;
    height: 100vh;
    background: #fff;
}





/*footer*/
#footer{
width:100%;
    position: relative;
    background: #000;
    color: #fff;
    font-size: 16px;
}
#footer::before{
    position: absolute;
    content: '';
    top: 18%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(229, 229, 229, .2);
}
#footer .inner{
    justify-content: space-between;
    height: 376px !important;
    margin-top: 0;
}
footer .util{
    margin-bottom: 30px;
    gap: 20px;
    width: 100%;
    height: 80px;
    align-items: center;
    font-weight: 500;
}
footer address{
    margin-bottom: 42px;
    font-size: 14px;
    color: #666;
}
footer address .call{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    gap: 20px;
}
.call>p>a{
    display: flex;
    gap: 10px;
}
footer address>p{
    line-height: 26px;
}
footer address p>span::after{
    display: inline-block;
    content: '';
    margin:0 10px ;
    width: 1px;
    height: 12px;
    background: rgba(229, 229, 229, .5);
}


footer .sns-link{
    align-self: end;
    gap:5px;
    }
    footer .sns-link li{
        width: 34px;
        height: 34px;
    }
    footer .sns-link li:nth-child(1){
        background-position: -7px 0;
        background: url(/hc-content/img/main/footer/sns-list1.png) no-repeat center center;
    }
    footer .sns-link li:nth-child(2){
        background-position: -51px 0;
        background: url(/hc-content/img/main/footer/sns-list2.png) no-repeat center center;
    }
    footer .sns-link li:nth-child(3){
        background-position: -95px 0;
        background: url(/hc-content/img/main/footer/sns-list3.png) no-repeat center center;
    }
    footer .sns-link li:nth-child(4){
        background-position: -138px 0;
        background: url(/hc-content/img/main/footer/sns-list4.png) no-repeat center center;
    }
    footer .sns-link li:nth-child(5){
        background-position: -183px 0;
        background: url(/hc-content/img/main/footer/sns-list5.png) no-repeat center center;
    }
    footer .sns-link li span{
        opacity: 0;
    }


    footer small{
    display: block;
    margin-top:18px;
    color: #666;
    font-size: 14px;
}