@charset "UTF-8";   

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

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


/*폰트*/

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.font-nanum{
    font-family: 'Pretendard-Regular',sans-serif;
}


/*기본*/
html,
    body {
      position: relative;
      height: 100%;
      margin: 0;
      display: flex;
      flex-direction: column;
    }

    body {
      background: #fff;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }
    #fullPage{
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .section{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh; /* 섹션 높이를 화면 크기대로 설정 */
    }
    .footer-section {
        height: calc(100vh - 376px); /* 푸터 높이를 제외한 나머지 공간 */
    }
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.inner{
    width: 83.3333%;
    max-width: 1400px;
    margin: 0 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: 'Pretendard-Regular',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: #fff;
}
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.header-main-visual {
    background-color: #fff;
  }


/*헤더로고*/
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:-33px;
    left: 0px;
    width: 100%;
    background: rgb(255, 255, 255);
    color: #000;
    text-align: center;
}
.language-list li{
    line-height: 1.5;
}
.language-list li a{ color: #000;}
.language-list li:hover a{
    color: #fff;
    background: #666;

}
#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%;
height: 376px !important;
position: relative;
margin-top: auto; /* Push footer to the bottom */
    padding-bottom: 20px;
    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_up{
    align-items: center;
}
.footer_down{justify-content: space-between;}
footer .util{
    margin-bottom: 30px;
    gap: 20px;
    width: 100%;
    height: 80px;
    align-items: center;
    font-weight: bold;
}
footer .language-wrap{
    height: 80px;
    margin-bottom: 30px;
    line-height: 80px;
}
footer address{
    margin-top:18px;
    margin-bottom: 42px;
    font-size: 14px;
    color: #666;
}
footer address .call{
    margin-bottom: 20px;
    font-size: 18px;
    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;
}