/* BASIC css start */
/* ¸ÞÀÎ */
#footer {
    margin-top: -4px !important;
}

.main #header {
    top: 50px;
}


/* »ó´Ü ¹®±¸ */
.maintopTxt {
    clear: both;
    width: 100%;
    min-width: 1200px;
    background: #282828;
    height: 45px;
    text-align: center;
}

.maintopTxt div {
    max-width: 450px;
    height: 45px;
    margin: 0 auto;
    position: relative;
}

.maintopTxt a {
    line-height: 45px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
}

.maintopTxt div:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform: scale3d(0, 1, 1);
    transform-origin: center center;
    transition: transform .3s;
}

.maintopTxt div:hover:after {
    transform: scale3d(1, 1, 1);
}


/* »ó´Ü ½½¶óÀÌµå ÅØ½ºÆ® */
#slide_wrap .swiper-slide {
    position: relative;
}

#slide_wrap .text-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#slide_wrap .text-cover > div {
    display: table !important;
    text-align: center;
    width: 60%;
    height: 100%;
    margin: 0 auto;
    background-color: transparent;
}

#slide_wrap .text-cover > div > div {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 22px;
    zoom: 1;
    *display: inline;
    *position: absolute;
    *top: 50%;
    *vertical-align: top;
}

#slide_wrap .text-cover > div > div h2 {
    font-size: 38px;
    padding: 0;
    margin: 0;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
}

#slide_wrap .text-cover > div > div p {
    font-size: 16px;
    margin: 8px 0 0;
    padding: 0;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
}


/* Áß¾Ó ¹è³Ê */
#main_middle_banner {
    position: relative;
    clear: both;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

#main_middle_banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    z-index: 2;
}

#main_middle_banner ul {
    font-size: 0;
    line-height: 0;
    display: inline;
}

#main_middle_banner li {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    overflow: hidden;
}

#main_middle_banner a {
    display: block;
    position: relative;
}

#main_middle_banner a img {
    display: block;
    width: 100%;
    vertical-align: top;
    transition: transform 0.6s ease;
}


/* ÀÌ¹ÌÁö ¿À¹ö·¹ÀÌ */
#main_middle_banner li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.18);
    z-index: 2;
    pointer-events: none;
    transition: background 0.4s ease;
}


/* Áß¾Ó ÅØ½ºÆ® */
#main_middle_banner .txtBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
}

#main_middle_banner .txtBox > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 10px;

    color: #fff;
}


/* Áß¾Ó ¹è³Ê Å¸ÀÌÆ² */
#main_middle_banner .txtBox h2 {
    margin: 0;
    padding: 0;

    font-family: 'Georgia', serif;
    font-size: 32px;
    font-weight: normal;

    line-height: 1.1;
    letter-spacing: 0.04em;

    color: #fff;
}


/* Áß¾Ó ¹è³Ê ¼­ºêÄ«ÇÇ */
#main_middle_banner .txtBox p {
    margin: 0;
    padding: 0;

    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;

    font-size: 13px;
    font-weight: 400;

    line-height: 1.5;
    letter-spacing: 0.08em;

    color: rgba(255, 255, 255, 0.92);
}


/* Áß¾Ó ¹è³Ê hover */
#main_middle_banner li:hover img {
    transform: scale(1.04);
}

#main_middle_banner li:hover:after {
    background: rgba(0, 0, 0, 0.25);
}


/* ÅÇ »óÇ° ¹Ú½º */
#main_tab {
    clear: both;
    margin: 0 auto;
}


/* ÅÇ¸Þ´º */
#tab_bigbox {
    clear: both;
    width: 100%;
    margin: 0 auto;
}

#tab_bigbox h2 {
    display: inline-block;
    font-size: 25px;
    color: #222;
    font-weight: 700;
    letter-spacing: 0.02em;
    vertical-align: top;
    margin-right: 20px;
}

#tab_bigbox ul.tabs {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    list-style: none;
    height: 35px;
    border: 0;
    font-size: 11px;
}

#tab_bigbox ul.tabs li {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #a3a3a3;
    margin: 0 15px;
}

#tab_bigbox ul.tabs li.active {
    color: #222;
    text-decoration: underline;
}


/* ÅÇ³»¿ë */
.tabbox {
    clear: both;
    margin: 30px 0 0;
}

.tabbox .tab_content ul {
    width: 100%;
    margin: 0;
}

.tabbox .tab_content ul li {
    list-style-type: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/* °øÁö»çÇ× */
.noticeMain {
    padding: 42px 20px;
    text-align: center;
    background: #fff;
}

.noticeMain li {
    text-align: center;
    line-height: 1.5;
}

.noticeMain li a {
    display: inline-block;
    padding: 0;

    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-size: 12px;
    font-weight: 400;

    line-height: 1.6;
    letter-spacing: 0.08em;

    color: #777;
}

.noticeMain li:hover a {
    background: transparent;
    padding: 0;
    color: #222;
}
/* BASIC css end */

