@charset "euc-kr";


/* ==========================================================
   ±âº» ¼³Á¤
========================================================== */
body.fixed { overflow-y: hidden; }


#wrapper {
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: visible !important;
}


/* ==========================================================
   Çì´õ ±âº»: ¿ÏÀü Åõ¸í (¸ÞÀÎ Ã¹ ÁøÀÔ)
========================================================== */
#header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent !important;
    box-shadow: none !important;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}


/* ==========================================================
   ½ºÅ©·Ñ / ¸Þ´º hover / ¼­ºêÆäÀÌÁö: ¹ÝÅõ¸í Èò»ö
========================================================== */
#header.scrolled,
#header.nav-hover,
#header.sub_header {
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}


/* ==========================================================
   Çì´õ »ó´Ü ·¹ÀÌ¾Æ¿ô
========================================================== */
#header.fixed      { position: fixed; top: 0; }
#header.sub_header { position: fixed; top: 0; }


#header .header_top {
    position: relative;
    border-bottom: none !important;
}


/* ½ºÅ©·Ñ / hover / ¼­ºêÆäÀÌÁöÀÏ ¶§¸¸ ±¸ºÐ¼± Ç¥½Ã */
#header.scrolled .header_top,
#header.nav-hover .header_top,
#header.sub_header .header_top {
    border-bottom: 1px solid #d1d1d1 !important;
}


/* ·Î°í */
#header .header_top h1#logo {
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -30px;
}
#header .header_top h1#logo a .logo {
    display: block;
    width: 100%;
}


/* Çì´õ inner */
#header .header_top .header_inner {
    width: 1400px;
    margin: 0 auto;
}


/* ==========================================================
   »ó´Ü nav: 6°³ ±Õµî ¹èÄ¡
========================================================== */
#header .header_top .header_inner ul#nav {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
    text-align: center !important;
}


#header .header_top .header_inner ul#nav li {
    display: table-cell !important;
    text-align: center !important;
    width: auto !important;
}


#header .header_top .header_inner ul#nav li a {
    display: block;
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    transition: color 0.3s ease;
}


#header .header_top .header_inner ul#nav li a:hover {
    color: #fc6b41;
}


/* Åõ¸í »óÅÂÀÏ ¶§ ¸Þ´º ±ÛÀÚ Èò»ö */
#header:not(.scrolled):not(.nav-hover):not(.sub_header)
.header_top .header_inner ul#nav li a {
    color: #ffffff;
}


/* SNS ¸µÅ© */
#header .header_top .sns_link {
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -20px;
}
#header .header_top .sns_link::after {
    display: block;
    content: '';
    clear: both;
}
#header .header_top .sns_link li {
    float: left;
    margin-left: 1px;
}
#header .header_top .sns_link li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fc6b41;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
#header .header_top .sns_link li:nth-child(2) a {
    background: #5b5b5b;
}


/* ==========================================================
   ÇÏ´Ü ¼­ºê¸Þ´º
========================================================== */
#header .header_bottom {
    position: relative;
    display: none;
    background: transparent !important;
}


#header.sub_header .header_bottom {
    position: absolute;
    width: 100%;
}


#header .header_bottom.active {
    display: block;
}


/* È°¼ºÈ­ ½Ã Çì´õ ¹è°æ »ó¼Ó */
#header.scrolled .header_bottom,
#header.nav-hover .header_bottom,
#header.sub_header .header_bottom {
    background: inherit !important;
}


/* ÇÏ´Ü¸Þ´º inner: »ó´Ü nav¿Í µ¿ÀÏÇÑ 1400px */
#header .header_bottom .header_inner {
    width: 1400px !important;
    margin: 0 auto !important;
}


/* ¼­ºê¸Þ´º table ±¸Á¶ */
#header .header_bottom .header_inner .sub-menu {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
    padding: 30px 0 50px !important;
}


#header .header_bottom .header_inner .sub-menu ul.sub_ul {
    display: table-cell !important;
    text-align: center !important;
    vertical-align: top !important;
}


/* 7¹øÂ° ÀÌ»ó sub_ul ¼û±è */
#header .header_bottom .header_inner .sub-menu ul.sub_ul:nth-child(n+7) {
    display: none !important;
}


#header .header_bottom .header_inner .sub-menu ul.sub_ul li {
    padding: 3px 0;
}


#header .header_bottom .header_inner .sub-menu ul.sub_ul li a {
    display: inline-block;
    font-size: 14px;
    color: #404040;
    transition: all 0.3s ease;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}


#header .header_bottom .header_inner .sub-menu ul.sub_ul li a:hover {
    color: #fc6b41;
    border-color: #fc6b41;
}


/* ==========================================================
   º»¹® ¿©¹é
   ¸ÞÀÎ: ½½¶óÀÌ´õ°¡ Çì´õ µÚ±îÁö ¿Ã¶ó¿Àµµ·Ï padding 0
   ¼­ºê: Çì´õ ³ôÀÌ(90px)¸¸Å­ ¿©¹é
========================================================== */
body.main { padding-top: 0 !important; }
body.sub  { padding-top: 90px !important; }


/* ==========================================================
   ÇªÅÍ
========================================================== */
#footer {
    width: 100%;
    background: #2d2d2d;
    padding: 60px 0;
    font-family: 'Pretendard', sans-serif;
    color: #cfcfcf;
}


.footer-wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    column-gap: 80px;
    padding-top: 35px;
}


.footer-left img {
    width: 150px;
}


.footer-right {
    flex: 1;
}


.footer-menu {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}


.footer-menu li {
    list-style: none;
    position: relative;
}


.footer-menu li a {
    color: #cfcfcf;
    font-size: 16px;
    font-weight: 600;
}


.footer-menu li a:hover {
    color: #ffffff;
}


.footer-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #777;
}


.footer-info {
    font-size: 15px;
    line-height: 1.8;
    color: #bdbdbd;
    margin-bottom: 18px;
}


.footer-copy {
    font-size: 13px;
    color: #9a9a9a;
}


/* ==========================================================
   ¹ÝÀÀÇü
========================================================== */
@media screen and (max-width: 1418px) {
    #header .header_bottom .header_inner {
        margin: 0 0 0 65px !important;
    }
}

