@charset "utf-8";

/* Font */
@font-face {
    font-family: 'Pretendard';
    src: url('/font/pretendard/Pretendard-Black.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/font/pretendard/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/font/pretendard/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/font/pretendard/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/font/pretendard/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/font/pretendard/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/font/pretendard/Pretendard-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/font/pretendard/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/font/pretendard/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('/font/GmarketSans/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('/font/GmarketSans/GmarketSansMedium.woff') format('woff');
    font-weight: medium;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('/font/GmarketSans/GmarketSansBold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'jalnan';
    src: url('/font/Jalnan/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
}

/* total */
#total,
#wrap {
    position: relative;
}

#shadow_device {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1000;
}

#touchArea {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#shadow_device2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1000;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.wrapper:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

@media(max-width:1239px) {
    .wrapper {
        width: 1024px;
    }
}

@media(max-width:1023px) {
    .wrapper {
        width: 100%;
        padding: 0 10px;
    }
}

/* ir */
.ir {
    display: block;
    overflow: hidden;
    background: url(/user_res/images/common/ir.png) no-repeat;
    font-size: 0;
    line-height: 0;
}

.iconset {
    display: block;
    overflow: hidden;
    background: url(/user_res/images/common/iconset.png) no-repeat;
    font-size: 0;
    line-height: 0;
}


/* header */
#header_group {
    position: relative;
    z-index: 999;
}

#top_head {
    width: 100%;
    height: 157px;
    background: #fff;
    /* border-bottom: 1px solid #c1caeb; */
}

#top_head .wrapper {
    width: 100%;
    max-width: 1400px;
}

#logo {
    position: relative;
    text-align: center;
    z-index: 1010;
    padding: 27px 0;
}
#logo .health_mainlogo img {margin-top: -8px;}
#logo .health_logo {font-size: 26px;  font-family: 'GmarketSansBold';color: #2e2864; margin: 10px;}
#logo .ir {
    width: 250px;
    height: 44px;
    background: url(/user_res/images/culturehall/logo-culture.png) no-repeat;
    display: none;
}

.mn_btn {
    float: right;
    position: relative;
    margin: 23px 100px 0 0;
    height: 28px;
    z-index: 1010;
}

.mn_btn a {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    vertical-align: middle;
}

.mn_btn a:link,
.mn_btn a:visited {
    color: #dfe1e3;
}

.mn_btn a:hover,
.mn_btn a:focus {
    text-decoration: underline;
}

.mn_btn .ir {
    width: 28px;
    height: 28px;
    background-position: -269px 0;
}

.mn_btn .ir.home {
    background-position: -241px 0;
}

#open_mn {
    display: none;
}

#open_sm a {
    margin-left: 12px;
}

#open_sm a:first-child {
    margin-right: 5px;
}

#site_search {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    z-index: 1020;
}

#site_search .ir {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -14px -14px 0 0;
    width: 28px;
    height: 28px;
    background-position: -297px 0;
    transition: 275ms all linear;
    -webkit-transition: 275ms all linear;
}

#site_search .ir.search_close {
    margin-right: -18px;
    background-position: -353px 0;
}

#site_search.open input[type="submit"] {
    right: 104px;
    background-position: -325px 0;
}

#site_search .keyword {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 75px;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: 150ms all linear;
    -webkit-transition: 150ms all linear;
}

#site_search.open .keyword {
    padding: 20px 60px 20px 10px;
    width: 230px;
}

#site_search.open .keyword .flow {
    position: absolute;
    top: 20px;
    left: 10px;
    line-height: 35px;
}

#site_search.open .keyword #site_keyword {
    width: 100%;
    height: 35px;
}


#header_group .menu-box {
    position: absolute;
    right: -20px;
    top: 15px;
    z-index: 1001;
}

#header_group .menu-box a {
    color: #fff;
}

#header_group #topsearch.hiddenSearch {
    display: block;
}

#header_group .basic_search {
    display: none;
    position: absolute;
    z-index: 10;
    top: -9px;
    right: 77px;
}

#header_group .basic_search h2:before {
    display: none;
}

#header_group .basic_search .search {
    position: relative;
}

#header_group .basic_search .searchFrm input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 330px;
    height: 45px;
    background-color: #f0f3fc;
    border: 3px solid #5a53ca;
    border-radius: 30px;
    text-indent: 18px;
}

#header_group .basic_search .searchFrm input::placeholder{
    font-family: 'Pretendard';
    font-weight: 500;
    color:#334fbd;
    font-size: 16px;
}

#header_group .basic_search .searchFrm input[type="submit"] {
    border: 0px;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 7px;
    width: 30px;
    height: 30px;
    background: url(/user_res/images/culturehall/renew_2023/common/icon_search.png);
    font-size: 0;
    text-indent: -9999px;
    padding: 0;
}

#header_group .menu-box #open_sc {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 30px;
    background: url(/user_res/images/culturehall/renew_2023/common/icon_search.png) no-repeat;
    font-size: 0;
    text-indent: -9999px;
    vertical-align: middle;
    margin-right: 15px;
}

#header_group .menu-box #open_sc::after{
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #c1caeb;
}

#header_group .menu-box #open_sc.ov {
    position: absolute;
    right: 80px;
    top: -3px;
    z-index: 15;
    background: url(/user_res/images/common/search-close-ico.png) no-repeat 50% 50%;
    margin-right: 0;
}

#header_group .menu-box #open_sc.ov::after{
    display: none;
}

#header_group .menu-box .menu {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}

#header_group .menu-box .btn_popbox {
    display: none;
}

#header_group .menu-box .btn_popbox a {
    font-size: 16px;
}

#header_group .login_header {
    position: absolute;
    top: 4px;
    right: 322px;
    margin: 20px 30px;
}

#header_group .login_header a {
    color: #fff;
    padding: 9px 25px;
}

#header_group .login_header a:hover,
#header_group .login_header a:focus,
#header_group .login_header a:active {
    background: #515c68
}

#header_group #family_site strong > a {
    font-size: 18px;
    color: #334fbd;
    font-weight: 500;
    border-radius: 20px;
    background: #f0f3fc url(/user_res/images/culturehall/renew_2023/common/arrow_down_blue.png) no-repeat;
    background-position: right 18px center;
    padding: 10px 45px 8px 15px;
}

#header_group #family_site a:hover,
#header_group #family_site a:focus,
#header_group #family_site a:active {}

#header_group #family_site {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 1011;
}

#header_group #family_site .obj {
    position: relative;
    background: #f8f8f8;
    z-index: 1000;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid #dedede;
}

#header_group #family_site .obj li {
    width: 100%;
    border-bottom: 1px dashed #dedede;
    padding: 8px;
}

#header_group #family_site .obj li:last-child{
    border-bottom: none;
}

#header_group #family_site .obj a {
    font-size: 14px;
    display: block;
    color: #242d40;
    font-weight: 400;
}

#header_group #family_site strong a:hover,
#header_group #family_site strong a:focus,
#header_group #family_site strong a:active,
#header_group #family_site strong a.ov {
    background: #d1dcfd url(/user_res/images/culturehall/renew_2023/common/arrow_down_blue.png) no-repeat;
    background-position: right 18px center;    
}

#header_group #family_site strong a.ov:after {
    border-top-color: #73c1ea;
}

#header_group #family_site strong a:after {}

#header_group #family_site strong a:before {
    display: inline-block;
    content: "";
    padding-left: 12px;
}

#header_group #lang_site .gnc1 a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
}

#header_group #lang_site a:hover,
#header_group #lang_site a:focus,
#header_group #lang_site a:active {}

#header_group #lang_site {
    position: relative;
    width: 100%;
}

#header_group #lang_site .obj {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 3px 5px;
    /* border:1px solid #d4d4d4; */
    /* background:#414244; */
    z-index: 9999;
}

#header_group #lang_site .obj a {
    font-size: 14px;
}

#header_group .wrapper .btn_logout {
    position: absolute;
    right: 20px;
    top: 24px;
    color: #fff
}

#header_group #lang_site strong a:after {
    display: inline-block;
    content: "";
    position: relative;
    bottom: -2px;
    margin-left: 3px;
    border: 5px solid transparent;
    border-top-color: #fff;
    vertical-align: middle;
}

#header_group .menu-box #open_sitemap a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/user_res/images/culturehall/renew_2023/common/icon_hamburger.png) no-repeat;
    font-size: 0;
    vertical-align: middle;
}

@media all and (max-width: 1400px) {
    #top_head .wrapper{
        width: 90%;
    }
}

@media all and (max-width: 1200px) {
    #top_head .wrapper{
        width: 100%;
        padding:0;
    }
}


/* 글로벌내비. 20161101. 20170222 */
#gn1 {
    float: left;
    position: relative;
    width: 120px;
    /* height:40px; */
    color: #fff;
}

#gn1 a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    background: transparent;
}

#gn1 a.toggle.on,
#gn1 a:hover,
#gn1 a:focus {
    background: #515c68;
}

#gn1 a.toggle {
    display: block;
    padding: 5px 0 12px 15px;
}

#gn1 a.toggle > .ic1 {
    float: left;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin: -4px 10px;
    border: 5px solid transparent;
    border-top-color: #fff;
    overflow: hidden;
    text-indent: 100%;
}

#gn1 a.toggle.on > .ic1 {
    margin: -10px 9px;
    border-color: transparent;
    border-bottom-color: #73c1ea;
}

#gn1c,
#gn2c {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 39px;
    right: 0;
    background: #515c68;
}

#gn1c ul {
    overflow: hidden;
    letter-spacing: 0;
}

#gn1c li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 0 8px 15px;
}

#gn1c li > a {
    font-size: 14px;
}

#gn2 {
    float: left;
    position: relative;
    width: 120px;
    /* height:40px; */
    color: #fff;    
}

#gn2 a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    background: transparent;
    padding: 8px 0 9px 10px;
}

#gn2 a.toggle.on,
#gn2 a:hover,
#gn2 a:focus {
    background: #4b4a4e;
    color: #fff;
}

#gn2 a.toggle {
    display: block;
    padding: 8px 0 9px 10px;
}

#gn2 a.toggle > .ic1 {
    float: left;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin: -4px 10px;
    border: 5px solid transparent;
    border-top-color: #fff;
    overflow: hidden;
    text-indent: 100%;
}

#gn2 a.toggle.on > .ic1 {
    margin: -10px 9px;
    border-color: transparent;
    border-bottom-color: #fff;
}

@media(max-width:1359px) {
    #logo {}
}

@media(max-width:1200px) {

    /*#header_group{position:static;}*/
    #header_group .basic_search .searchFrm input[type="search"] {
        width: 220px;
    }

    #top_head {
        height: auto;
    }

    .mn_btn {
        margin-right: 10px;
    }

    #site_search {
        width: 70px;
        height: 70px;
    }
    
    #gnb {
        display: none;
    }

    /*#logo{position:absolute;left:50%;top:5px;margin:0 0 0 -104px;}*/
    #logo {
        padding:10px 0;
    }

    #logo .ir {
        width: 227px;
        height: 44px;
        background: url(/user_res/images/main/site_logo.png) no-repeat 100% 100%;
        margin-top: 2px;
        display: block;
    }

    #logo a:first-child {}

    #logo a:nth-child(2) {
        display: none
    }

    #top_head {
        position: static;
    }

    #open_mn {
        display: block;
        position: absolute;
        top: 4px;
        right: 10px;
        margin: 0;
        width: 30px;
        height: 30px;
        /* background-color: #657189; */
    }

    #open_mn a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #open_mn .ir {
        display: block;
        width: 30px;
        height: 30px;
        background: url(/user_res/images/culturehall/renew_2023/common/icon_hamburger.png) no-repeat;
    }

    #open_sm {
        display: none;
    }

    #header_group .menu-box {
        width: 100%;
        top: 52px;
    }

    #header_group .menu-box #open_sc {
        display: none;
    }

    #header_group .basic_search {
        display: block;
        top: 0px;
        right: 0px;
        background: #007cbc;
        padding: 10px;
        width: 100%;
    }

    #header_group .basic_search .searchFrm input[type="search"] {
        width: 100%;
        border-radius: 0px;
    }

    #header_group .basic_search .searchFrm input[type="submit"] {}

    #header_group .login_header {
        display: none;
    }

    #header_group #family_site {
        display: none;
        /*display: block !important;
        margin: 0;
        left: 0px;
        right: 0;
        top: -38px;
        width: 124px;*/
    }

    #header_group #lang_site {
        display: block !important;
        margin: 0;
        left: 0;
        top: -38px;
    }

    #header_group .wrapper .btn_logout {
        display: none;
    }

    #gnb {
        display: none;
    }

    /*#logo{position:absolute;left:50%;top:5px;margin:0 0 0 -104px;}*/

    #open_mn {
        top: calc(50% - 15px);
        right: 18px;
        /* background-color: #657189; */
    }
    
    #header_2017{
        display: none;
    }

    #header_group {
        position: relative;
        z-index: 999;
    }

    #header_group .menu-box {
        width: 100%;
        top: -4px;
        right: 0;
    }

    #header_group .menu-box #open_sc {
        display: none;
    }

    #header_group .basic_search {
        display: block;
        top: 43px;
        background: #5a53ca;
        padding: 10px;
        width: 100%;
    }

    #header_group .basic_search .searchFrm input[type="search"] {
        width: 100%;
        border-radius: 5px;
        text-indent: 15px;
        background-color: #f5f5ff;
    }

    #header_group .basic_search .searchFrm input[type="submit"] {
        right: 15px;
    }

    #header_group #family_site .obj li {
        padding: 5px 0 8px 15px;
        display: inline-block;
        /* width: 124px !important; */
    }

    #header_group #lang_site #gn1 a {
        /* padding: 10px; */
    }

    #header_group #lang_site #gn1c li a {
        /* padding: 7px 0 8px 15px; */
    }

    #header_group #family_site .obj {
        width: 124px;
        overflow: hidden;
    }

    #header_group .menu-box .menu {
        display: none !important;
    }    
}

@media all and (max-width: 900px) {
    #logo img{
        max-width: 250px;
    }
}

@media all and (max-width: 600px) {
    #logo {
        text-align: left;
        padding: 5px 18px;
    }
    
    #logo img{
        max-width: 200px;
    }
}

/* topmenu */
#topmenu {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: -590px;
    width: 590px;
    height: 100%;
    background-color: #5a53ca;
    z-index: 1040
}

#topmenu h1 {
    display: none
}

.m_global {
    position: relative;
    height: 38px;
    background-color: #565656;
}

#topmenu .m_global .btn,
#family_site_mobile {
    display: inline-block;
    width: 70px;
    font-size: 14px;
    /* background:#fff; */
    /* border:1px solid #ddd; */
    vertical-align: middle;
}

#family_site_mobile {
    position: absolute;
    top: 0px;
    left: 0;
    width: 125px;
}

#family_site_mobile strong a {
    color: #fff;
    line-height: inherit;
    font-size: 15px;
    padding: 8px 0 9px 10px;
    display: block;
}

#family_site_mobile strong a:after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 13px;
    /* margin-left: 52px; */
    border: 5px solid transparent;
    border-top-color: #fff;
    vertical-align: middle;
    right: 10px;
}

#family_site_mobile strong a:hover::after{
    border-top-color: #fff;
}

#family_site_mobile .obj {
    position: absolute;
    top: 38px;
    z-index: 10;
    width: 100%;
}

#family_site_mobile .obj ul {
background: #4b4a4e;
    margin-top: 0px;
}

#family_site_mobile .obj ul li {
    padding: 10px 0 8px 7px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#family_site_mobile .obj ul li a {
    color: #fff;
    font-size: 14px;
}

#topmenu .m_global .btn.home,
#topmenu .m_global .btn.sitemap {
    display: none;
}

.m_global .btn:link,
.m_global .btn:visited {
    background-color: #fff;
    color: #999;
}

.m_global .btn.en {
    width: 40px;
}

.m_global .btn:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 2px;
    width: 11px;
    height: 11px;
    background: url(/user_res/images/common/home_ico.png) no-repeat;
    vertical-align: middle;
}

#lang_site_mobile {
    position: absolute;
    top: 0px;
    left: 106px;
}

.m_global .home:before {
    background-position: -40px 0;
}

.m_global .sitemap:before {
    height: 8px;
    background-position: -55px 0;
}

.m_global .en:before {
    display: none;
}

.m_global #close_topmenu {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    z-index: 99;
    background: url(/user_res/images/common/topmenu_close_btn1.png) no-repeat;
}

@media(max-width:1200px) {

    #family_site_mobile a:hover,
    #family_site_mobile a:focus,
    #family_site_mobile a.ov {
        background: #4b4a4e;
        color: #fff;
    }

    #gn2c {
        display: none;
        z-index: 9999;
        position: absolute;
        top: 38px;
        right: 0;
        background: #4b4a4e;
    }

    #gn2c ul {
        overflow: hidden;
        letter-spacing: 0;
    }

    #gn2c li {
        float: left;
        width: 100%;
        padding: 7px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    #gn2c li > a {
        color:#fff;
        font-size: 14px;
    }
}

#gnb_device {}

#gnb_device .th1 {}

#gnb_device .th1 .th1_lnk {
    display: block;
    padding: 19px 15px;
    width: 160px;
    border-bottom: 1px solid #504ab2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    letter-spacing: -1px;
}

#gnb_device .th1 > b {
    display: none;
    position: absolute;
    top: 38px;
    left: 160px;
    padding: 22px 25px 22px 10px;
    width: 95%;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    /* line-height:16px; */
}

#gnb_device .th1:first-child > b {
    display: block;
}

#gnb_device .th1 > b:before {
    display: block;
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #000;
    z-index: 2;
}

#gnb_device .th1 .th1_lnk.ov {
    background-color: #fff;
    color: #5a53ca;
}

#gnb_device .th2 {
    position: absolute;
    top: 100px;
    left: 160px;
    width: 430px;
    /*padding-left:20px;*/
    height: 100%;
    background-color: #fff;
    overflow: auto;
}

#gnb_device .th2 > li {}

#gnb_device .th2 > li > a {
    display: block;
    position: relative;
    padding: 21px 15px 21px 10px;
    background: url(/user_res/images/common/topmenu_off.png) no-repeat 90%;
    border-bottom: 1px solid #e0e0e0;
    color: #444;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -1px;
}

#gnb_device .th2 > li > a:hover,
#gnb_device .th2 > li > a:active,
#gnb_device .th2 > li > a:focus,
#gnb_device .th2 > li > a.ov {
    background: #67658b url(/user_res/images/common/topmenu_on.png) no-repeat 90%;
    color: #fff;
}

#gnb_device .th2 > li > a:hover:before,
#gnb_device .th2 > li > a:focus:before,
#gnb_device .th2 > li > .ov:before {
    background-position: -30px -134px
}

#gnb_device .th2 > li > .current:before {
    background-position: -15px -134px
}

#gnb_device .th2 > li > .ov.current:before {
    background-position: -45px -134px
}

#gnb_device .th3 {
    /*padding:20px 0 20px 20px*/
}

#gnb_device .th3 li {
    padding-left: 10px;
    background-color: #f7f7f7
}

#gnb_device .th3 li a {
    display: block;
    margin-left: 10px;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
}

#gnb_device .th3 li a:hover,
#gnb_device .th3 li a:focus {
    color: #132265;
}

#gnb_device .th3 li:first-child a {
    border-top: 0
}

@media(max-width:750px) {
    #topmenu {
        left: -400px;
        width: 400px;
    }

    #gnb_device .th1 > b:before {
        width: 260px;
    }

    #gnb_device .th1 .th1_lnk {
        padding: 19px 11px;
        width: 125px;
        font-size: 15px;
    }

    #gnb_device .th1 > b,
    #gnb_device .th2 {
        left: 125px;
        width: calc(100% - 125px);
        padding: 20px;
    }

    #gnb_device .th2 > li > a {
        font-size: 14px;
    }
}

/* gnb */
#gnb {}

#gnbwrap {}

#animate {
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    /*height:355px;*/
    z-index: 1000;
}

#animate .skip:before {
    display: none;
}

#gnbwrap.action #animate {
    border-bottom: 0px solid #E4C02B;
}

#tnb {
    background: rgba(0, 0, 0, 0.4);
    height: 58px;
}

#tm {
    text-align: center;
}

#tm .th1 {
    display: inline-block;
}

#tm .th1 .th1_lnk {
    display: block;
    padding: 15px 29px;
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
}

#tm .th2wrap {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: #fff;
    z-index: 1;
}

#tm .tit_gnb {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -620px;
    width: 250px;
    z-index: 1;
}

#tm .tit_gnb .img_gnb {
    display: block;
    margin: 20px 0 10px 0;
}

#tm .tit_gnb {
    color: #7d7d7d;
    line-height: 20px;
    display: none;
}

#tm .tit_gnb h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #F59B00;
    letter-spacing: -1px;
}

#tm .tit_gnb h2:before {
    display: none;
}

#tm .th2 {
    padding: 40px 0 0 0px;
}

#tm .th2 > li {
    float: left;
    margin-left: 2%;
    margin-bottom: 19px;
    width: 18%;
}

#tm .th2 > li.sp {
    width: 250px
}

#tm .th1.no1 .th2 > li {
    min-height: 220px;
}

#tm .th1.no4 .th2 > li {
    min-height: 150px;
}


#tm .th2 > li > a {
    display: block;
    padding: 11px 28px 11px 15px;
    background: url(/user_res/images/common/th2_lnk_arr.png) no-repeat 95% 50%;
    color: #000;
    border: 1px solid #e2e3e6;
    font-size: 16px;
    line-height: 20px;
}

#tm .th2 > li > a:hover,
#tm .th2 li a:focus {
    background-color: #3e6e9b;
    color: #fff;
}

#tm .th3 {
    padding: 19px 14px;
}

#tm .th3 > li {
    display: block;
    margin: 5px 0;
    line-height: 0;
}

#tm .th3 > li a {
    display: block;
    position: relative;
    padding-left: 9px;
    color: #6c6d6f;
    font-size: 14px;
    letter-spacing: -0.07em;
    line-height: 18px;
    text-align: left;
}

#tm .th3 > li > a:hover,
#tm .th3 li a:focus {
    background-color: transparent;
    color: #f59b00;
    text-decoration: underline
}

#tm .th3 > li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #888;
}

#sitemap {
    /* float:right; */
    font-size: 0em;
    position: absolute;
    top: 10px;
    /* right: 290px; */
    display: inline-block;
}

@media(max-width:1564px) {
    #tm .th1 .th1_lnk {
        padding: 20px 20px;
    }
}

@media(max-width:1470px) {
    #tm .th1 .th1_lnk {
        padding: 20px 10px;
        font-size: 22px
    }
}

@media(max-width:1250px) {
    #tm {
        width: calc(100% - 250px);
        margin-left: 108px;
    }

    #tm .th1 .th1_lnk {
        font-size: 19px
    }

    #sitemap {
        right: 10px
    }

}

@media(max-width: 900px) {
    #tm {
        display: none;
        max-width: 200px
    }

    #tm .th1 .th1_lnk {
        padding: 0 10px;
    }
}

@media(max-width:1239px) {
    #tm {
        display: none;
    }
}



/* middle */
#middle {
    position: relative;
}

.mwrap #middle {
    padding-bottom: 0;
}

#container {
    position: relative;
}


/* svisual */
#svisual {
    position: relative;
    padding-top: 75px;
    height: 367px;
    background-attachment: fixed;
    background-image: url(/user_res/images/culturehall/svisual_sub01.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#svisual.sub01 {
    background-image: url(/user_res/images/culturehall/svisual_sub01.jpg);
}

#svisual.sub02 {
    background-image: url(/user_res/images/culturehall/svisual_sub02.jpg);
}

#svisual.sub03 {
    background-image: url(/user_res/images/culturehall/svisual_sub03_1.jpg);
}

#svisual.sub04 {
    background-image: url(/user_res/images/culturehall/svisual_sub04.jpg);
}

#svisual.sub05 {
    background-image: url(/user_res/images/culturehall/svisual_sub05.jpg);
}

#svisual.sub06 {
    background-image: url(/user_res/images/culturehall/svisual_sub06.jpg);
}

#svisual .mask-black-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#svisual .wrapper {
    padding-top: 100px;
}

#svisual .wrapper * {
    position: relative;
    color: #fff;
    line-height: 1;
    text-align: center;
}

#svisual .wrapper h1 {
    font-size: 45px;
}

#svisual .wrapper h1:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 50%;
    top: -33px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    background-color: #f59b00;
    border-radius: 50%;
}



#svisual .wrapper p {
    margin-top: 30px;
    padding-top: 18px;
    font-size: 15px;
}


#svisual .mvcopy p {
    display: inline-block;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
}

#svisual .mvcopy p a {
    display: inline-block;
    position: relative;
    padding: 20px 35px 20px 66px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    background: url(../imsges/main/btn_bg.png) repeat;
}

#svisual .mvcopy p a .linebox {
    position: absolute;
    top: 50%;
    left: 33px;
    margin-top: -9px;
    width: 19px;
    height: 19px;
}

#svisual .mvcopy p a .linebox .line {
    position: relative;
    display: block;
    width: 19px;
    height: 5px;
    margin: 1px 0;
    background-color: #fff;
}

#svisual .mvcopy p a .linebox .line:after {
    position: relative;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffc600;
    animation: icon .75s ease-in-out infinite;
}

#svisual .mvcopy p a .linebox .line.n1:after {
    width: 30%;
    animation-delay: .25s;
}

#svisual .mvcopy p a .linebox .line.n2:after {
    width: 50%;
    animation-delay: .75s;
}

#svisual .mvcopy p a .linebox .line.n3:after {
    width: 30%;
    animation-delay: .35s;
}


@keyframes icon {
    0% {
        width: 30%;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 30%;
    }
}

@media(max-width:1200px) {
    .mwrap #middle{
        margin-top: 65px;
    }  
}



@media(max-width:1023px) {
    #svisual {
        padding-top: 60px;
        height: 250px;
        background-size: auto;
    }

    #svisual .wrapper h1 {
        font-size: 30px;
    }

    #svisual .wrapper p {
        display: none;
    }
}

@media(max-width:750px) {
    #svisual {
        padding-top: 0px;
        height: auto;
        background: none;
    }

}

/* snb */
#snb {
    float: left;
}

#snb {
    position: relative;
    margin: 25px 0;
    margin-right: 5%;
    width: 20%;
}

#snb h1 {
    /* position:relative; */
    padding: 5px 5px;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    z-index: 1;
    word-wrap: break-word;
    word-break: keep-all;
    /* border-bottom: 2px solid #344b60; */
}

#snb h1 span {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    padding: 24px 0;
    word-wrap: break-word;
    word-break: keep-all;
    font-size: 38px;
}


#sidemenu .sidebar-menu {
    position: relative;
}

#sidemenu .sidebar-menu > li {
    line-height: 0;
    border: 1px solid #e0e0e0;
    margin-bottom: 7px;
    border-radius: 10px;
    overflow: hidden;
}
#sidemenu .sidebar-menu a:focus-visible {border: 2px dashed #000;}
#sidemenu .sidebar-menu > li a.lnk_2th {
    display: block;
    position: relative;
    color: #333;
    font-size: 15px;
    line-height: 20px;
    word-wrap: break-word;
    word-break: keep-all;
    background: url(/user_res/images/common/link_2th_arr.png) no-repeat 95% 50%;
}

#sidemenu .sidebar-menu > li a.lnk_2th:link,
#sidemenu .sidebar-menu > li a.lnk_2th:visited {
    display: block;
    padding: 14px 35px 14px 15px;
    color: #555;
    font-size: 17px;
    line-height: 20px;
}

#sidemenu .sidebar-menu > li a.lnk_2th:hover,
#sidemenu .sidebar-menu > li a.lnk_2th:focus,
#sidemenu .sidebar-menu > li a.lnk_2th:active {
    background: url(/user_res/images/common/link_2th_ov_arr1.png) no-repeat 95% 50%;
    color: #5a53ca;
}


#sidemenu .sidebar-menu > li.active {border: 1px solid #5a53ca;}
#sidemenu .sidebar-menu > li.active a.lnk_2th:link,
#sidemenu .sidebar-menu > li.active a.lnk_2th:visited,
#sidemenu .sidebar-menu > li.active a.lnk_2th:focus,
#sidemenu .sidebar-menu > li.active a.lnk_2th:hover,
#sidemenu .sidebar-menu > li.active a.lnk_2th:active {
    background: #5a53ca url(/user_res/images/common/link_2th_ov_arr.png) no-repeat 95% 50%;
    color: #fff;
}


#sidemenu .treeview-menu {
    display: none;
    padding: 15px 5px;
    /* background-color: #f7f8fa; */
}

#sidemenu .treeview-menu.menu-open {
    display: block
}

#sidemenu .sidebar-menu > li.active .treeview-menu {
    display: block;
}

#sidemenu .treeview-menu > li {
    margin: 0;
    padding: 0;
}

#sidemenu .treeview-menu > li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 3px 11px;
    color: #5a5a5a;
    font-size: 15px;
    line-height: 18px;
}

#sidemenu .treeview-menu > li a:link,
#sidemenu .treeview-menu > li a:visited {
    display: block;
    line-height: 18px;
}

#sidemenu .treeview-menu > li a:hover,
#sidemenu .treeview-menu > li a:focus,
#sidemenu .treeview-menu > li.active a:link,
#sidemenu .treeview-menu > li.active a:visited,
#sidemenu .treeview-menu > li.active a:focus,
#sidemenu .treeview-menu > li.active a:hover,
#sidemenu .treeview-menu > li.active a:active {
    text-decoration: underline;
}

#sidemenu .treeview-menu > li a:hover,
#sidemenu .treeview-menu > li a:focus,
#sidemenu .treeview-menu > li a:active {
    text-decoration: underline;
}


@media(max-width:1239px) {
    #snb {
        display: none;
    }
}

#contents {
    float: right;
    padding: 50px 0;
    width: 75%;
}

#ti_box {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 2px solid #344b60;
    margin-bottom: 25px;
}

#tit_cont {
    color: #000;
    font-size: 35px;
    padding-top: 19px;
    font-weight: normal;
    line-height: 30px;
}

#navi,
#sns {
    display: inline-block;
    float: left;
    line-height: 0;
}

#navi {
    position: absolute;
    top: -20px;
    left: 5px;
}

#navi:after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}

#navi a {
    display: inline-block;
    float: left;
    line-height: 16px;
    vertical-align: middle;
    font-size: 14px;
}

#navi a:before {
    content: ">";
    display: inline-block;
    margin: 0 9px;
    width: 5px;
    height: 16px;
    background: url(/user_res/images/common/navi_arr.jpg) no-repeat 0 50%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

#navi a.navi_home {
    width: 19px;
    height: 19px;
    background: url(/user_res/images/common/navi_home.jpg) no-repeat;
    font-size: 0;
    line-height: 0;
}

#navi a.navi_home:before {
    display: none;
}

/*sns*/
#sns {
    position: absolute;
    right: 0;
    top: 30px;
}

#sns > .ir {
    display: inline-block;
    width: 32px;
    height: 30px;
}

#sns .print {
    margin: 0;
    background-position: -100px -1px;
    border: 1px solid #ddd;
}

#sns .sns {
    background-position: -34px -1px;
    border: 1px solid #ddd;
}

/*#naviSNS {position:absolute;top: -5px;right: 78px;padding:7px 10px;background-color:#fff;border:1px solid #bebebe;width: 118px;}
#naviSNS:before {content:"";display:block;position:absolute;top: 16px;right: -8px;width:11px;height:6px;background:url(/user_res/images/common/navisns_arr.png) no-repeat;transform: rotate(90deg);}
*/
#naviSNS {
    position: absolute;
    top: 39px;
    right: 6px;
    padding: 7px 10px;
    background-color: #fff;
    border: 1px solid #bebebe;
    width: 120px;
}

#naviSNS:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    right: 1px;
    width: 11px;
    height: 6px;
    background: url(/user_res/images/common/navisns_arr.png) no-repeat;
}

#naviSNS .iconset {
    display: inline-block;
    margin-left: 2px;
    width: 27px;
    height: 26px;
    font-size: 0;
    line-height: 0;
}

#naviSNS .iconset:first-child {
    margin-left: 0;
}

#naviSNS .fb {
    background-position: -50px -156px;
}

#naviSNS .tw {
    background-position: -80px -156px;
}

#naviSNS .ka {
    background-position: -110px -156px;
}




/*추가*/
#share {
    display: inline-block;
    float: left;
    line-height: 0;
}

#share {
    position: absolute;
    right: 109px;
    top: 30px;
}

#share > .ir {
    display: inline-block;
    width: 32px;
    height: 30px;
}

#share .share {
    margin: 0;
    background-position: -67px -1px;
    border: 1px solid #ddd;
}

#share_slide {
    position: absolute;
    top: 39px;
    right: -109px;
    padding: 13px;
    background-color: #fff;
    border: 1px solid #bebebe;
    width: 278px;
}

#share_slide:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    right: 110px;
    width: 17px;
    height: 6px;
    background: url(/user_res/images/common/navisns_arr.png) no-repeat;
}

.link_ipt {
    display: block;
    position: relative;
    padding-right: 60px
}

.link_ipt .form-control {
    width: 79%;
    height: 27px;
    padding: 0 10px;
    border-color: #bcc2ce;
    background: #bcc2ce;
    font-weight: 300;
    font-size: 0.875em;
    line-height: 1.7857em;
    color: #2e343f;
    letter-spacing: -0.03571em;
}

.link_ipt .form-control:hover,
#side .snav_util .link_ipt .form-control:focus {
    border-color: #bcc2ce !important
}

.link_ipt .input-btn {
    position: absolute;
    top: 19px;
    right: 0px;
    color: #fff;
    padding: 10px;
}

.link_ipt .input-btn > a {
    padding: 5px 10px;
    background: #2e343f;
    text-align: center;
}

.link_ipt .input-btn i[class*="xi-"] {
    font-size: 1.875em;
    line-height: 21px;
    color: #fff;
}


#zoom {
    display: inline-block;
    float: left;
    line-height: 0;
}

#zoom {
    position: absolute;
    right: 73px;
    top: 30px;
}

#zoom > .ir {
    display: inline-block;
    width: 32px;
    height: 30px;
}

#zoom .font {
    background-position: -1px -1px;
    border: 1px solid #ddd;
}

#zoom_slide {
    position: absolute;
    top: 39px;
    right: 0px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #bebebe;
    width: 181px;
}

#zoom_slide:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    right: 3px;
    width: 17px;
    height: 6px;
    background: url(/user_res/images/common/navisns_arr.png) no-repeat;
}

#zoom_slide .ir {
    display: inline-block;
    margin-left: 2px;
    width: 25px;
    height: 25px;
    font-size: 0;
    line-height: 0;
}

#zoom_slide .ir:first-child {
    margin-left: 0;
}

#zoom_slide .fontsize_close {
    background-position: -34px 0px;
}

#zoom_slide a {
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

#zoom_slide a.on {
    background: #105fb8;
    color: #fff;
}

#zoom_slide a.option1 {
    font-size: 17px;
    padding: 16px 0px 0 7px;
}

#zoom_slide a.option2 {
    font-size: 19px;
    padding: 16px 0px 0 7px;
}

#zoom_slide a.option3 {
    font-size: 21px;
    padding: 16px 0px 0 6px;
}

#zoom_slide .head_fontsize {}



/* 전체 사이트 텍스트 사이즈 조정 */

#textSize {
    display: inline-block;
    height: 23px;
    margin-right: 28px;
    position: relative;
}

#textSize:after {
    content: '';
    position: absolute;
    top: 6px;
    right: -15px;
    display: block;
    height: 18px;
    width: 2px;
    background-color: #b2b2b2;
}

#textSize li {
    display: inline-block;
    height: 31px;
    line-height: 28px;
    font-size: 14px;
}

#textSize li:nth-child(2) {
    line-height: 32px;
    vertical-align: top;
}

#textSize li a {
    line-height: 23px;
    color: #2e2e2e;
    font-size: 37px;
    font-weight: 700;
}

#textSize li a:hover {
    color: #ef5705;
}


@media(max-width:1239px) {
    #contents {
        float: none;
        width: 100%;
    }

    #navi,
    #sns {
        float: none;
        vertical-align: middle;
    }

}

@media(max-width:1023px) {
    #tit_cont {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
}

@media(max-width:750px) {
    #contents {
        margin-top: 60px;
    }

    #tit_cont {
        margin-bottom: 0;
    }

    #ti_box {}

}

@media(max-width:640px) {
    #sns {
        top: -48px;
    }

    #share {
        top: -48px;
    }

    #zoom {
        top: -48px;
    }

    #navi {
        /*top: -35px;*/
        display: none;
    }
}

/* Banner 모음 */
.banner {}

.banner .banner_wrap {
    position: relative;
    height: 67px;
    margin: 0 auto;
    padding: 6px 0 0 250px;
    overflow: hidden;
}

.banner h2 {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -9px;
    color: #393939;
    font-size: 17px;
    line-height: 19px;
}

.banner .bn_ctrl {
    position: absolute;
    left: 80px;
    top: 50%;
    margin-top: -16px;
}

.banner .bn_ctrl button {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    font-size: 0;
    line-height: 0;
}

.banner .bn_ctrl .bn_stop {
    background: url(/user_res/images/culturehall/main/popup_stop.png) no-repeat 50%;
}

.banner .bn_ctrl .bn_stop.play {
    background: url(/user_res/images/culturehall/main/popup_play.png) no-repeat 50%;
}

.banner ul li {
    display: block;
    float: left;
    width: 136px;
    height: 62px;
    margin: 0px 15px;
}

.banner ul li a {
    display: block;
    overflow: hidden;
    line-height: 43px;
    vertical-align: middle;
}

.banner ul li a img {
    width: 136px;
    vertical-align: middle;
}

@media only screen and (max-width: 750px) {
    .banner .banner_wrap {
        width: 100%;
        padding: 7px 0 0 27%;
    }

    .banner .bn_ctrl {
        left: 0px;
    }

    .banner h2 {
        display: none;
    }
}



/*추가 header*/
/** Animation **/
#header_2017 h1.logo,
#header_2017 h1.logo a,
#header_2017 .mob_btn,
#header_2017 .toputil,
#header_2017 .toputil .sns_link,
#header_2017 .toputil .site_code,
#header_2017 .toputil .totalsearch .btn,
#header_2017 #nav #gnb,
#header_2017 #nav #gnb ul li a span:after,
#header_2017 #nav #gnb ul li ul,
#header_2017 .toputil .sns_link ul li a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#header_2017 {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 99px;
}

#header_2017 h1.logo {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 999;
}

#header_2017 h1.logo a {
    display: block;
    background: url("/user_res/images/study/logo.png") no-repeat left top;
    width: 346px;
    height: 43px;
    margin-top: 16px;
}

#header_2017 h1.logo a span {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    left: -10000px;
    top: 0;
    overflow: hidden;
    text-indent: -30000px;
}

#header_2017 .mob_btn {
    display: none;
}

#header_2017 #nav {
    width: auto;
    height: 70px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #c1caeb;
    border-bottom: 1px solid #c1caeb;
}

#header_2017 #nav #blind {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 1;
    border-top: 1px solid #c1caeb;
}

#header_2017 #nav #gnb {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    width: 100%;
    padding-right: 80px;
    /* background:url("http://www.bsdonggu.go.kr/upload_data/board_data/BBS_0000214/152402747208469.jpg") 30px 110px no-repeat; */
}

#header_2017 #nav #gnb .header_icon {
    position: absolute;
    right: 0;
    bottom: 182px;
}

#header_2017 #nav #gnb ul {
    width: 100%;
    height: auto;
}

#header_2017 #nav #gnb ul:after {
    content: "";
    display: block;
    clear: both;
}

#header_2017 #nav #gnb ul li {
    float: left;
    width: 19%;
}

#header_2017 #nav #gnb > ul > li > a{
    position: relative;
}

#header_2017 #nav #gnb > ul > li > a::after{
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 10px);    
    display: inline-block;
    width:1px;
    height: 20px;
    background: #c1caeb;
}

#header_2017 #nav #gnb > ul > li:last-child > a::after{
    display: none;
}

/* #header_2017 #nav #gnb ul li:last-child {display:none;} */
#header_2017 #nav #gnb ul li.num1 {}

#header_2017 #nav #gnb ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 14px 0;
}

#header_2017 #nav #gnb ul li a span {
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    position: relative;
}

#header_2017 #nav #gnb ul li a span:after {
    content: "";
    display: block;
    height: 4px;
    width: 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

#header_2017 #nav #gnb ul li a.ov span {
    color:#5a53ca;
}

#header_2017 #nav #gnb ul li ul {
    width: auto;
    padding: 0 0 50px 0;
    margin-top: 1px;
    border-right: 1px solid #eee;
}

#header_2017 #nav #gnb ul li:first-child ul {
    border-left: 1px solid #eee;
}

#header_2017 #nav #gnb ul li ul li:last-child {
    display: block;
    margin-bottom: -20px;
}

#header_2017 #nav #gnb ul li ul li {
    float: none;
    width: auto;
    margin: 0 0 0 0;
}

#header_2017 #nav #gnb ul li ul li a {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -0.7px;
    line-height: 20px;
    height: auto;
    padding: 8px 15px;
    font-size: 17px;
    color: #000;
    text-align: left;
    display: block;
    width: 100%;
}

#header_2017 #nav #gnb ul li ul li a strong {
    font-weight: normal;
}

#header_2017 #nav #gnb ul li ul.ov li a strong {}

#header_2017 #nav #gnb ul li ul li a:hover {
    background: #5a53ca;
    color: #fff;
    text-decoration: none
}

#header_2017 #nav #gnb ul li ul li a:hover strong {
    color: white
}

#header_2017 #nav #gnb ul li ul li ul {
    display: none !important;
}

#header_2017 .toputil {
    position: absolute;
    right: 3%;
    top: 15px;
    z-index: 10;
    padding-right: 70px;
}

#header_2017 .toputil:after {
    content: "";
    display: block;
    clear: both;
}

#header_2017 .toputil .site_code {
    float: left;
    margin: 21px 15px 0 15px;
}

#header_2017 .toputil .site_code ul {
    width: auto;
}

#header_2017 .toputil .site_code ul:after {
    content: "";
    display: block;
    clear: both;
}

#header_2017 .toputil .site_code ul li {
    float: left;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #0261cb;
}

#header_2017 .toputil .site_code ul li a {
    display: block;
    height: 100%;
    line-height: 28px;
}

#header_2017 .toputil .totalsearch {
    position: absolute;
    right: -40px;
    top: 0;
    overflow: hidden;
}

#header_2017 .toputil .totalsearch .btn {
    display: block;
    border: 1px solid #ddd;
    width: 48px;
    height: 48px;
    background: #fff url(/user_res/images/main/health_totalsearch.png) no-repeat center 50%;
    position: relative;
    z-index: 10;
}

#header_2017 .toputil .totalsearch .btn:hover,
#header_2017 .toputil .totalsearch .btn:active {
    border: 1px solid #8e8e8e;
}

#header_2017 .toputil .totalsearch .btn.on {
    background: #014083 url(/user_res/images/main/health_totalsearch_close.png) no-repeat center 50%;
    border: 1px solid #014083;
}

#header_2017 .toputil .totalsearch .input {
    display: none;
    width: 230px;
    height: 48px;
    padding: 5px 60px 5px 10px;
    left: 1px;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

#header_2017 .toputil .totalsearch .input input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 48px;
    font-size: 16px;
    border: 0;
    color: #555;
    background: none;
    box-sizing: border-box;
}

#header_2017 .toputil .totalsearch .input input[type="submit"] {
    text-indent: -9999px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    background: url(/user_res/images/main/health_totalsearch.png) no-repeat center 50%;
    border: 0;
    background-size: 60%;
}

#header_2017 .toputil .totalsearch .input input[type="text"]::-webkit-input-placeholder {
    color: #555;
}

#header_2017 .toputil .totalsearch .input input[type="text"]:-moz-placeholder {
    color: #555;
}

#header_2017 .toputil .totalsearch .input input[type="text"]::-moz-placeholder {
    color: #555;
}

#header_2017 .toputil .totalsearch .input input[type="text"]:-ms-input-placeholder {
    color: #555;
}

#header_2017 #nav #gnb ul li.num2 ul li:nth-child(2) a {
    padding: 11px 0 11px 15px;
    word-spacing: -2px;
    letter-spacing: -2px;
}

#header_2017 #nav #gnb ul li.num5 ul li:nth-child(1) a {
    padding: 11px 0 11px 15px;
    word-spacing: -1px;
    letter-spacing: -2px;
}

#header_2017 #nav #gnb ul li.num6 ul li:nth-child(4) a {
    padding: 11px 0 11px 15px;
    word-spacing: -1px;
    letter-spacing: -2px;
}


@media screen and (max-width: 1690px) {
    #header_2017 #nav #gnb {
        max-width: 1100px;
        /* width:100%; */
    }

    #header_2017 #nav #gnb ul li.num1 {
        margin-left: 39px;
    }
}

@media screen and (max-width: 1470px) {
    #header_2017 #nav #gnb {}

    #header_2017 #nav #gnb ul li.num1 {
        /* margin-left: 4%; */
    }

    #header_2017 #nav #gnb ul li a span {
        font-size: 18px
    }

    #header_2017 #nav #gnb ul li ul li a strong {
        font-size: 16px
    }
}

@media screen and (max-width: 1320px) {
    #header_2017 #nav #gnb {}

    #header_2017 #nav #gnb ul li.num1 {}
}

@media screen and (max-width: 1200px) {
    #header_2017 #nav #gnb {
        display: none
    }
}

@media screen and (max-width: 950px) {
    #header_2017 #nav {
        background: none
    }

}


/* login */
.cul_login {
    width: 90%;
    margin: 50px auto;
    background: #f1f4fa;
    border-top: 2px solid #444550;
}

.cul_login .c_title {
    width: 85%;
    padding: 61px 0 10px 0;
    margin: 0px auto;
}

.cul_login .c_title p {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.cul_login .c_title span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}

.cul_login .c_input {
    width: 85%;
    margin: 10px auto;
    clear: both;
    overflow: hidden;
}

.cul_login .c_input .login_left {
    width: 70%;
    float: left;
}

.cul_login .c_input .login_left .login_id {
    margin-bottom: 9px;
}

.cul_login .c_input .login_left .login_id span {
    font-size: 14px;
    width: 15%;
    display: inline-block;
}

.cul_login .c_input .login_left .login_id input {
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    width: 83%;
    height: 28px;
}

.cul_login .c_input .login_left .login_pw {}

.cul_login .c_input .login_left .login_pw span {
    font-size: 14px;
    min-width: 15%;
    display: inline-block;
}

.cul_login .c_input .login_left .login_pw input {
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    width: 83%;
    height: 28px;
}

.cul_login .c_input .login_right {
    float: left;
    width: 30%;
}

.cul_login .c_input .login_right .login_btn {
    margin-left: 10px;
    text-align: center;
    height: 79px;
    line-height: 79px;
}

.cul_login .c_input .login_right .login_btn a {
    display: block;
    border-radius: 3px;
    background: #444550;
    color: #fff;
    height: 100%;
    vertical-align: middle;
}

.cul_login .c_input .login_right .login_btn a:hover {
    background: #2a2b38
}

.cul_login .c_etc_btn {
    width: 85%;
    margin: 20px auto;
    padding-top: 20px;
    padding-bottom: 47px;
    border-top: 1px dashed #c7cedb;
    text-align: center;
}

.cul_login .c_etc_btn a {
    width: 141px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    background: #8895b0;
    margin: 0 5px;
}

.cul_login .c_etc_btn a:hover {
    background: #6a758a;
}

.cul_login .c_etc_btn a.btn_join {
    background: #5874af
}


@media screen and (max-width:950px) {
    .cul_login .c_title span {
        font-size: 13px;
    }

    .cul_login .c_input .login_left .login_id span,
    .cul_login .c_input .login_left .login_pw span {
        display: block;
        width: 100%;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .cul_login .c_input .login_left .login_id input,
    .cul_login .c_input .login_left .login_pw input {
        display: block;
        width: 100%;
    }

    .cul_login .c_input .login_left {
        width: 60%;
    }

    .cul_login .c_input .login_right {
        width: 40%;
        margin-top: 0px;
    }

    .cul_login .c_input .login_right .login_btn {
        height: 122px;
        line-height: 122px;
    }

    .cul_login .c_etc_btn {
        width: 100%;
    }

    .cul_login .c_etc_btn a {
        width: 92px;
        font-size: 13px;
        margin: 0 1px;
    }
}        

/*----------------- footer ----------------*/
#footer {background: #f1f1f1;/* overflow: hidden; */}
#footer .clearfix:after {display: none;}
.site_link {display: block; width: 100%; margin: 0;}
.site_link .wrap {
  width: 1400px;
  margin: 0px auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}

.sitelink_cont {
  display: block;
  width: 23%;
  padding: 10px 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  position: relative;
}

.sitelink_cont h3 {display: block; width: 100%; padding: 10px 7px 5px;}
.sitelink_cont h3 button {
  display: block;  width: 90%;
  font-size: 16px; text-align: left;  color: #666; font-weight: 400;
  margin: 0 6%; padding: 0;
  background: url(/council/images/common/footer_up.png) no-repeat right 50%;
  background-size: 12px;
  border: none;
}
.sitelink_cont .layer {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  padding: 0;
}


.sitelink_cont.department_sitelink .layer .close {
  display: none;
  position: absolute;
  bottom: 71px;
  right: -131px;
  width: 60px;
  height: 48px;
  background: #000;
  font-size: 0;
  line-height: 0;
  z-index: 200;
}
.link_part strong {
  display: block;
  width: 88%;
  height: 50px;
  padding: 0 0 0 12%;
  color: #fff;
  line-height: 50px;
}

.link_part ul a {
  display: block;
  padding: 2px 0 0 15px;
  background: url(/user_res/images/mayjor/main/site_link_bul.gif) no-repeat 6px 9px;
  font-size: 16px;
  line-height: 18px;
}

.depart_link {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 390px;
  height: auto;
  min-height: 125px;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.site_link .wrap>div:last-child .depart_link {left: unset; right: 0;}

.depart_link .inner {height: 100%;width: 100%;}
.depart_link .organ_ti {
  width: auto;
  padding: 12px 15px 9px;
  line-height: inherit;
  background: #5a53ca;
  border-radius: 50px;
}

.depart_link .organ_ti strong {
  display: block;
  width: 100%;
  height: 19px;
  padding: 0;
  color: #fff;
  font-size: 19px;
  line-height: 20px;
  text-align: center;
}
.depart_link .organ_list {width: 98%;margin: 0 auto;height: 240px;overflow-y: auto;overflow-x: hidden;margin-top: 10px;}
.depart_link .organ_list::-webkit-scrollbar {width: 8px;}
.depart_link .organ_list::-webkit-scrollbar-thumb {
  height: 30%; 
  background: #ccc; 
  border-radius: 10px;
}
.depart_link .organ_list::-webkit-scrollbar-track {background: #f3f3f3;}

.depart_link .organ_list li {
  display: block;
  width: 46%;
  color: #333;
  text-align: left;
  float: left;
  margin: 5px 1%;
  position: relative;
}
.depart_link .organ_list li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #5a53ca;
}

.depart_link .organ_list li a.ml10{margin-left:0;}
.depart_link .organ_list li.cl{clear:inherit;}

.depart_link .organ_list li a{
  padding-left: 10px;
}
.depart_link .organ_list li a:hover {color: #5a53ca;}

.depart_link .organ_list li a::after {
  opacity: 0;
  content: '';
  display: inline-block;
  position: absolute;
  margin-left: 7px;
  width: 18px;
  height: 21px;
  background: url(/user_res/images/common/footer_icon.png) no-repeat;
  top: 3px;
  transition: all 0.5s;
}
.depart_link .organ_list li a:hover::after {
  visibility: visible;
  opacity: 1;
}


/*푸터 하단 - 사이트정보*/
#footer .footer.wrap {
  position: relative;
  /* display: flex; */
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  letter-spacing: 0;
  overflow: hidden;
  padding-bottom: 50px;
}
#footer .footer_logo {
    display: block;
    width: 200px;
    height: 46px;
    float: left;
    background: url(/user_res/images/main/main_logo.png) no-repeat 100%;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    margin-right: 50px;
}

.footer_cont {/* width: calc(100% - 600px); *//* margin-top: 13px; */float: left;}
.footer_cont .markIcon {position: absolute;top: 0;}

.footer_navi {display: block;padding: 15px 0;overflow: hidden;}
.footer_navi li {display: block;float: left;margin-right: 35px;}
.footer_navi li.privacy a {color: #06119f;}

.footer_navi li a {display: block;
  padding: 2px 0 0 0;
  color: #484848;
  font-size: 16px; font-weight: 600;
  line-height: 16px;
}
.footer_info {font-weight: 300; color: #999; font-size: 16px; line-height: 26px;}
.footer_info address span {display: inline-block; margin-left: 15px;}
.footer_info .copyright {margin-top: 25px;}

.footer .footer_sns {position: absolute; right: 0; top: 0px;}
.footer .footer_sns ul{
    width: 300px;
    display: flex; justify-content: space-between;
}
.footer .footer_sns ul li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    background: url(/upload_data/board_data/BBS_0000050/175127343433823.png) no-repeat;
    margin-left: 10px;
}

.footer .footer_sns ul li .facebook {background-position: 0 -149px;}
.footer .footer_sns ul li .blog {background-position: -50px -149px;}
.footer .footer_sns ul li .twitter {background-position: -100px -149px;}
.footer .footer_sns ul li .insta {background-position: -150px -149px;}
.footer .footer_sns ul li .kakao {background-position: -200px -149px;}


@media all and (max-width: 1700px) {
  .site_link .wrap {width:100%;}
  .sitelink_cont {width: 24.5%;}
  .site_link { height: auto;}
  .site_link h2 { display: none;}
  
  .depart_link .inner {width: 100%;}
  .depart_link .organ_ti{margin-bottom: 15px;}
  .depart_link .organ_ti strong{font-size: 18px;}

}

@media all and (max-width: 1200px) {
  .site_link .wrap {padding: 0; flex-wrap: wrap;}
  .sitelink_cont {width: 50%;border-radius: 0; border: 0;border-top: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2;}
  .sitelink_cont:nth-child(3), .sitelink_cont:nth-child(4) {border-bottom: 1px solid #e2e2e2;}
  .depart_link {width: 100%;bottom: 51px;border: 1px solid #e7e7e7;border-radius: 0;}
  .depart_link .organ_ti {width: 100%;border-radius: 10px;}
  .depart_link .organ_ti strong {font-size: 16px;line-height: 18px;height: auto;}
  .depart_link .organ_list li {width: 100%;margin: 9px 0;}
  /* .sitelink_cont.department_sitelink .layer .close { display: block; } */

  #footer .footer.wrap {display: block; padding: 30px 20px 50px;}
  .footer_cont .markIcon {position: absolute;top: 30px;margin-right: 30px;}
  #footer .footer_info {padding-left: 0px;}
  #footer .footer_cont {width: 100%;padding-top: 30px;float: unset;}
  .footer .footer_sns {top: 30px;right: 20px; }

}

@media all and (max-width: 600px) {
  #footer .footer.wrap {padding: 30px 20px;}
  #footer .footer_logo {width: 170px;background-size: 100%;}

  .site_link {border: none;}
  .site_link .wrap {
    padding: 1px 0 0 0;
  }
  .site_link .sitelink_cont {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .site_link .sitelink_cont:nth-child(odd) {
    width: calc(50% - 1px);
    border-left: 1px solid rgba(255,255,255,0.2);
  }
  .site_link .sitelink_cont h3 button {
    background-position: 95% 50%;
    font-size: 13px;
  }
  .link_part ul a {font-size: 14px;}
  .depart_link .organ_list li {margin: 5px 0;}
  #footer .footer_sns {width: 300px;position: unset;margin: 20px auto;}
  #footer .footer_sns ul li a {width: 40px; height: 41px; background-size: 218px; }
  .footer .footer_sns ul li .facebook {background-position: 0 -120px;}
  .footer .footer_sns ul li .blog {background-position: -41px -120px;}
  .footer .footer_sns ul li .twitter {background-position: -81px -120px;}
  .footer .footer_sns ul li .insta {background-position: -121px -120px;}
  .footer .footer_sns ul li .kakao {background-position: -161.5px -120px;}

}



/*
================================================================================
서브 레이아웃
================================================================================
*/

#subContainer{width: 1400px;margin: 0 auto;}
.sub_vusual_wrap{width: 100%;height: 250px;background: url(/user_res/images_health/common/sub_visual_01.jpg) center top no-repeat;background-attachment: fixed;}

.sub_vusual_wrap .visual_txt{padding: 170px 0 0 40px;}
.sub_vusual_wrap .visual_txt span{color: #555;display: block;margin-bottom: 10px;}

.sub_vusual_wrap.bg2{background-image:url(/user_res/images_health/common/sub_visual_02.jpg)}
.sub_vusual_wrap.bg3{background-image:url(/user_res/images_health/common/sub_visual_03.jpg)}
.sub_vusual_wrap.bg4{background-image:url(/user_res/images_health/common/sub_visual_04.jpg)}
.sub_vusual_wrap.bg5{background-image:url(/user_res/images_health/common/sub_visual_05.jpg)}
        
				
@media all and (max-width: 1400px){

	#subContainer{width: 100%;padding: 0 10px}
	#contents{float:none;width:100%;}
	
	}

	@media all and (max-width: 600px){
	
	.sub_vusual_wrap{display: none;}

	}   
			                                 