@charset "euc-kr";

/* ============================================================
   ±âº» ¸®¼Â & Å¸ÀÌÆ÷±×·¡ÇÇ
   ============================================================ */
body {
    margin: 0;
    padding: 0;
    color: #67686a;
    font-family: "Malgun Gothic", "¸¼Àº°íµñ", dotum, "µ¸¿ò", sans-serif, "Arial";
    font-size: 13px;
    letter-spacing: -0.5px;
    background-color: #f9f9f9;
}
img { border: 0; }
img a { border: 0; padding: 0; }
* { margin: 0; padding: 0; }
* html { height: 1px; }

a {
    color: #67686a;
    text-decoration: none;
}

/* ============================================================
   GNB (»ó´Ü ¸Þ´º)
   ============================================================ */
#gnb {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    width: 100%;
}
.gnbDiv {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #bbc1d0;
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 90;
}
.gnbDiv .quick {
    background: #333232 none repeat scroll 0 0;
    height: 30px;
    position: relative;
    text-align: right;
    width: 100%;
}
.gnbDiv .quick .group {
    background: #333232 none repeat scroll 0 0;
    height: 30px;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: right;
    width: 1080px;
}
.gnbDiv .quick .group a {
    color: #fff;
    float: left;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 5px;
    text-decoration: none;
}
.gnbDiv .quick .group a.end {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #eae9b6;
    font-weight: bold;
}
.gnbDiv .in {
    background: #fff none repeat scroll 0 0;
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 1200px;
    z-index: 90;
}
.gnbDiv .in .logo {
    left: 110px;
    position: absolute;
    top: 18px;
}
.gnbDiv .in .menu {
    margin-left: 60px;
    overflow: hidden;
    padding-top: 10px;
}
.gnbDiv .in .menu .oneD {
    float: left;
    height: 45px;
    position: relative;
    z-index: 1000;
}
.gnbDiv .in .menu .oneD > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    height: 46px;
    padding: 5px 41px 0 10px;
    font-size: 19px;
    font-weight: 600;
    color: #1F1F1F;
    font-family: NanumBarunGothic;
}
.gnbDiv .in .menu .oneD .twoD {
    left: 10px;
    position: absolute;
    top: 57px;
}
.gnbDiv .in .menu .oneD .twoD a {
    background: rgba(0, 0, 0, 0) url("../images/common/twoD_icon.png") no-repeat scroll 0 center;
    display: block;
    padding: 4px 0 4px 10px;
    letter-spacing: -2px;
    word-break: keep-all;
}
.gnbDiv .in .menu .oneD .twoD a:hover {
    color: #4164b1;
    font-weight: bold;
    font-size: 13px;
}
.gnbDiv .in .twoBg {
    background: #fff url("/Common/images/icon/twoD_img1.gif") no-repeat scroll 100px 30px;
    border-top: 1px solid #bbc1d0;
    display: none;
    height: 0;
    left: 0;
    position: absolute;
    top: 75px;
    width: 1100px;
    z-index: 1000;
}
.gnbDiv .in .shadowBg {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5);
    display: none;
    height: 0;
    left: 20px;
    position: absolute;
    top: 50px;
    width: 1160px;
}
.mainV {
    height: 51px;
    left: 0;
    margin: 0 auto;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}

/* ============================================================
   °øÅë Çì´õ/ÇªÅÍ
   ============================================================ */
#header_wrap {
    width: 100%;
    position: relative;
    float: left;
    height: 95px;
}
.header { width: 1100px; margin: 0 auto; }
.logo { padding-top: 14px; }

#bottom_wrap {
    width: 100%;
    background: #444444;
    float: left;
    margin-top: 20px;
    height: 120px;
    text-align: left;
    border-top: solid 1px #e1e1e1;
}
#bottom_wrap .bottom { width: 1100px; margin: 0 auto; }
.btlogo { float: left; width: 100px; height: 24px; padding-top: 24px; }
#bottom_wrap .bottom .smap {
    float: left;
    padding-top: 14px;
    font-family: Nanum Barun Gothic, malgun gothic, Dotum, Gulim, AppleGothic, Helvetica;
}
#bottom_wrap .bottom .smap a { text-decoration: none; color: #484848; }
#bottom_wrap .bottom .smap a:hover { text-decoration: none; color: #484848; }
.gb { color: #a9a9a9; }
.sp1 { font-size: 14px; color: #CCC; }
.sp2 { font-size: 12px; color: #CCC; padding-top: 18px; }
.sp3 { font-size: 12px; color: #CCC; padding-top: 2px; }
.sp4 { font-size: 12px; color: #999; padding-top: 4px; }

/* ============================================================
   ¸ÞÀÎ ºñÁÖ¾ó (¹Ú½ºÇü ½½¶óÀÌµå + °íÁ¤ ½½·Î°Ç)
   ============================================================ */
.main-visual-wrap {
    width: 100%;
    background: #f9f9f9;
    padding: 30px 0 0;
    display: flex;
    justify-content: center;
}

.main-visual-box {
    position: relative;
    width: 1122px;
    height: 485px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* ½½¶óÀÌµå Æ®·¢ (float ¹æ½Ä) */
.visual-track {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.visual-item {
    height: 100%;
    float: left;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ½½¶óÀÌµå 5Àå ¹è°æ ÀÌ¹ÌÁö */
.visual-item.item-1 { background-image: url(../images/main/m_visual_1.jpg); }
.visual-item.item-2 { background-image: url(../images/main/m_visual_2.jpg); }
.visual-item.item-3 { background-image: url(../images/main/m_visual_3.jpg); }
.visual-item.item-4 { background-image: url(../images/main/m_visual_4.jpg); }
.visual-item.item-5 { background-image: url(../images/main/m_visual_5.jpg); }

/* ============================================================
   ½½·Î°Ç : ½½¶óÀÌµå À§¿¡ Ç×»ó °íÁ¤
   ============================================================ */
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(30, 40, 40, 0.48);
    width: 580px;
    padding: 45px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 15;
    pointer-events: none;
}
.text-overlay h1 {
    font-family: 'Bebas Neue', cursive;
    color: #ffffff;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 0.85;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.text-overlay .en-sub {
    font-family: 'Montserrat', sans-serif;
    color: #f39800;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.text-overlay .ko-sub {
    font-family: 'Nanum Gothic', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    opacity: 0.95;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

/* ============================================================
   ÁÂ¿ì È­»ìÇ¥
   ============================================================ */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, opacity 0.25s ease;
    opacity: 0;
}
.main-visual-box:hover .nav-arrow { opacity: 1; }
.nav-arrow:hover { background: rgba(0, 0, 0, 0.65); }

.arrow-prev { left: 20px; }
.arrow-next { right: 20px; }

/* ============================================================
   ÇÏ´Ü µµÆ® ÀÎµðÄÉÀÌÅÍ
   ============================================================ */
.visual-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 20;
    padding: 6px 14px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.visual-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: all 0.25s ease;
}
.visual-dots .dot.active {
    background: #f39800;
    border-color: #f39800;
    transform: scale(1.15);
}

/* ============================================================
   ¸ÞÀÎ ¹è³Ê ¿µ¿ª
   ============================================================ */
#ban_main {
    width: 1122px;
    margin: 0 auto;
    margin-top: 26px;
    height: 165px;
}
#ban_main2 {
    width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
}

.inimg  { float: left; }
.inimg2 { float: left; }

/* ¹è°æ Àå½Ä */
.m_left {
    background-image: url("../images/main/main_left_bg.jpg");
    height: 296px;
    left: -420px;
    position: absolute;
    top: -320px;
    width: 410px;
    z-index: -999;
}
.m_right {
    background-image: url("../images/main/main_right_bg.jpg");
    height: 296px;
    right: -400px;
    position: absolute;
    top: -320px;
    width: 410px;
    z-index: -999;
}

/* ============================================================
   À¯°ü±â°ü ·Ñ¸µ ¹è³Ê
   ============================================================ */
div.gallery_rolling {
    position: relative;
    margin: 0 0 0 0;
    width: 1100px;
    height: 70px;
    border: 1px solid #dcdcdc;
    background: #fff;
}
div.gallery_rolling .arrow_prev {
    position: absolute;
    left: 0;
    width: 22px;
    height: 70px;
    cursor: pointer;
}
div.gallery_rolling .arrow_next {
    position: absolute;
    left: 1078px;
    width: 22px;
    height: 70px;
    cursor: pointer;
}
div.gallery_rolling div.carrousel_box {
    position: absolute;
    top: 0;
    left: 22px;
    overflow: hidden;
    width: 1058px;
    height: 70px;
}
div.gallery_rolling .carrousel_box ul { width: 2800px; }
div.gallery_rolling li {
    float: left;
    height: 70px;
    padding: 12px 12px 12px 0;
}
div.gallery_rolling li div.img_box {
    width: 100%;
    height: 45px;
}
div.gallery_rolling li div.img_box img {
    width: 100%;
    height: 100%;
    max-width: 150px !important;
    max-height: 40px;
    border: 1px solid #d9d9d9;
    padding: 4px;
}