@charset "utf-8";

/*******************************************************************
   layout style
******************************************************************* */
/* browser-upgrade */
.browser-upgrade {
    background-color: #0b3290;
}
.browser-upgrade p {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 1.5;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.inner-wrap {
    position: relative;
    margin: 0  auto;
    width: 1100px;
}
.after-word {
    font-weight: 300;
    font-size: 12px;
}
.highlight-blue {
    color: #195992;
}
.highlight-red {
    color: #ff2020;
}
/*******************************************************************
   header style
******************************************************************* */
.footer-responsive {
    display: none;
}
.responsive-text {
    display: none;
}
/*******************************************************************
   header style
******************************************************************* */

/*utility-area*/
.utility-area {
    position: relative;
    height: 37px;
    background-color: #385194;
}

/* language */
.utility-area .language li {
    float: left;
}
.utility-area .language li a {
    display: inline-block;
    padding: 0 20px;
    line-height: 37px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.utility-area .language li a:hover {
    background-color: #30457e;
}
.utility-area .language li a.on {
    background-color: #fff;
    color: #385194;
}
.utility-area .language li a.on:hover {
    background-color: #fff;
}

/* utility */
.utility-area .utility {
    display: inline-block;
    width: auto;
    float: right;
}
.utility-area .utility > li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 0 0 20px;
    padding: 0;
    vertical-align: middle;
}
.utility-area .utility li.login-info {
    height: 37px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 400;
    color: #dedff7;
    background-color: #314680;
}
.utility-area .utility li.login-info i {
    margin-right: 5px;
    vertical-align: middle;
    color: #dedff7;
}
.utility-area .utility li.login-info b {
    color: #dedff7;
}
.utility-area .utility > li > a {
    overflow: hidden;
    display: inline-block;
    width: auto;
    height: 37px;
    line-height: 37px;
    font-size: 13px;
    font-weight: 400;
    color: #dedff7;
    letter-spacing: -0.1px;
    transition: color 0.25s, background-color 0.25s, border 0.25s;
}
.utility-area .utility > li.active > a,
.utility-area .utility > li > a:hover {
    color: #fff;
}
.utility-area .utility > li.btn-sitemap {
    margin: 0 0 0 -3px;
}
.utility-area .utility > li.btn-sitemap > a {
    padding: 0 15px;
}
.utility-area .utility > li.btn-sitemap > a:hover {
    background-color: #30457e;
}

/* sns */
.utility-area .utility > li.sns {
    width: 37px;
    height: 37px;
    margin: 0;
    padding-bottom: 1px;
}
.utility-area .utility > li.sns a {
    display: block;
    width: 37px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    color: rgba(56,81,148,0.875);
    background: #dedff7;
    transition: all 0.25s;
}
.utility-area .utility > li.sns a:hover {
    background: #caccf2;
}
.utility-area .utility > li.sns.facebook {
    margin: 0 -3px 0 25px;
}
.utility-area .utility > li.sns.facebook a:hover {
    color: #fff;
    background-color: #1877f2;
}
.utility-area .utility > li.sns.youtube {

}
.utility-area .utility > li.sns.youtube a:hover {
    color: #fff;
    background-color: #ff4242;
}

/* sitemap btn */
.ml-btn{
    overflow: hidden;
    padding-top: 3px;
    width: 26px;
    height: 37px;
    text-align: center;
    cursor: pointer;
}
.ml-btn > span{
    width: 18px;
    height: 1px;
    background: #dedff7;
    display: block;
    margin: 7px 0;
    transition: all 0.15s;
}
.ml-btn > span:first-child{
    width:26px;
}
.ml-btn > span:nth-child(2){
    width:15px;
}
.utility-area .utility > li.btn-sitemap > a:hover .ml-btn > span{
    width:26px;
}

/*header-main-area*/
.header-main-area {
    height: 100px;
}
.header-main-area div.inner-wrap {
    position: relative;
    height: 100px;
    padding: 0;
}

/* user-info-area */
.user-info-area {
    position: absolute;
    right: 0;
    top: 37px;
    z-index: 10;
}
.user-info-area > ul {

}
.user-info-area > ul > li {
    display: inline-block;
    vertical-align: middle;
}
.user-info-area > ul > li:before {
    content: "·";
    margin: 0 8px 0 10px;
}
.user-info-area > ul > li:first-child:before {
    display: none;
}
.user-info-area > ul > li a {
    font-size: 13px;
    color: #767676;
    letter-spacing: -0.1px;
}
.user-info-area > ul > li a:hover {
    color: #f1924a;
}
.user-info-area > ul > li.etc {

}
.user-info-area > ul > li.etc:before {
    display: none;
}
.user-info-area > ul > li.etc a {
    display: inline-block;
    width: 66px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #3c3e99;
    background-color: #3c3e99;
}
.user-info-area > ul > li.etc.btn-eng {

}
.user-info-area > ul > li.etc.btn-eng a {
    margin-left: 25px;
    color: #fff;
    border: 1px solid #3c3e99;
    background-color: #3c3e99;
}
.user-info-area > ul > li.etc.btn-eng a:hover {
    border: 1px solid #f1924a;
    background-color: #f1924a;
}
.user-info-area > ul > li.etc.btn-sitemap {
    margin-left: 5px;
}
.user-info-area > ul > li.etc.btn-sitemap a {
    color: #3c3e99;
    border: 1px solid #3c3e99;
    background-color: #fff;
}
.user-info-area > ul > li.etc.btn-sitemap a:hover {
    color: #f1924a;
    border: 1px solid #f1924a;
}

/*gnb-area*/
.gnb-area {
    position: relative;
    height: 100px;
    z-index: 110;
    /*box-shadow: 1px 1px 4px rgba(0,0,0,0.25);*/
    transition: all 0.25s;
}
.gnb-area.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #10379e;
    background-color: #fff;
    z-index: 110;
}
.gnb-area .bg {
    position: absolute;
    top: 100px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #f5f8fc;
    z-index: 110;
    transition: 0.25s;
    text-indent: -9999px;
}
.gnb-area.hover .bg {
    height: 202px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #10379e;
    /*box-shadow: 0 3px 8px rgba(0,0,0,0.15);*/

}
.gnb-area .inner-wrap {
    position: relative;
}

/* ci-area */
.ci-area {
    /*float: left;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 100px;
    padding-top: 32px;
}
.ci-area a {
    display: block;
    width: 194px;
    height: 40px;
}
.ci-area img {
    width: 194px;
    height: 40px;
}

.gnb-area .gnb {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    float: right;
    width: 840px;
    height: 100px;
    margin-top: -4px;
}
.gnb-area .gnb > dl {
    float: left;
    width: 130px;
    margin: 0;
    padding: 0;
}
.gnb-area .gnb > dl:nth-child(1) {
    width: 145px;
}
.gnb-area .gnb > dl:nth-child(2) {
    width: 125px;
}
.gnb-area .gnb > dl:nth-child(3) {
    width: 135px;
}
.gnb-area .gnb > dl:nth-child(4) {
    width: 145px;
}
.gnb-area .gnb > dl:nth-child(5) {
    width: 145px;
}
.gnb-area .gnb > dl:nth-child(6) {
    width: 145px;
}
.gnb-area .gnb > dl > dt > a {
    position: relative;
    display: block;
    line-height: 99px;
    text-align: center;
    font-family: 'NanumSquareNeo', 'Noto Sans KR', 'Nanum Gothic', 'Nanum Barun Gothic', sans-serif;
    font-size: 1.46em;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    transition: color 0.25s, background-color 0.25s;
}
.gnb-area .gnb >  dl.active > dt > a,
.gnb-area .gnb >  dl > dt > a:hover {
    color: #3b4196;
    /*border-bottom: 2px solid #385194;*/
    /*background-color: #f8f8fc;*/
}
.gnb-area .gnb > dl > dt > a > span {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: transparent;
    transition: all 0.25s;
}
.gnb-area .gnb > dl.active > dt > a > span,
.gnb-area .gnb >  dl > dt > a:hover > span {
    display: none;
    width: 100%;
    height: 2px;
    background-color: #385194;
}

/*submenu*/
.gnb-area .gnb dl {
    position: relative;
}
.gnb-area .gnb dl dd {
    visibility: hidden;
    position: absolute;
    top: 101px;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: #f5f8fc;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 110;
}
.gnb-area .gnb.active dd {
    visibility: visible;
    width: 100%;
    border-top: 1px solid #eeeeee;
}
.gnb-area .gnb dl.active dd,
.gnb-area .gnb dl.active dd.active {
    /*visibility: visible;*/
    /*width: 100%;*/
    /*height: 320px;*/
    background-color: #fff;
}
.gnb-area .gnb dl:hover dd {
    background-color: #fdfdfd;
}
.gnb-area.hover dl dd {
    visibility: visible;
    width: 100%;
    height: 200px;
}
gnb-area.hover dl:hover dd,
.gnb-area dl dd.active {
    background-color: #fafcfe;
}
.gnb-area .gnb dl.active dd {
    background-color: #fff;
}
.gnb-area .gnb dl > dd > ul {
    list-style: none;
    padding: 15px 0;
}
.gnb-area .gnb dl > dd > ul li {
    display: block;
    text-align: center;
    line-height: 1;
}
.gnb-area .gnb dl > dd > ul li a {
    display: block;
    line-height: 1.3;
    padding: 6px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    list-style: none;
    vertical-align: middle;
    color: #767676;
    text-decoration: none;
}
.gnb-area .gnb dl:hover dd a {
    color: #333;
    background: #fefefe;
}
.gnb-area .gnb dl > dd > ul li a i {
    padding-left: 5px;
}
.gnb-area.eng-gnb .gnb dl > dd > ul li a {
    line-height: 1.2;
}
.gnb-area .gnb dl > dd > ul li a span {
    vertical-align: middle;
}
.gnb-area .gnb dl > dd > ul li:hover {
    background: #f8f8fc;
}
.gnb-area .gnb dl > dd > ul li a:hover {
    color: #3b4196;
    text-decoration: underline;
    /*background: #f8f8fc;*/
}
.gnb-area .gnb dl dd {
    width: 130px;
}
.gnb-area .gnb dl:last-child dd {
    width: 130px;
}
.gnb-area .gnb > dl:nth-child(1) dd {
    width: 145px;
}
.gnb-area .gnb > dl:nth-child(2) dd {
    width: 125px;
}
.gnb-area .gnb > dl:nth-child(3) dd {
    width: 135px;
}
.gnb-area .gnb > dl:nth-child(4) dd {
    width: 145px;
}
.gnb-area .gnb > dl:nth-child(5) dd {
    width: 145px;
}
.gnb-area .gnb > dl:nth-child(6) dd {
    width: 145px;
}
.gnb-area .gnb dl > dt.active + dd {
    color: #3b4196;
}
.gnb-area .gnb dl > dt.active + dd a {
    color: #333;
}

/* ------------------------------------
    .sitemap
------------------------------------ */
/* site map */
.sitemap {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #385194;
    background-color: rgba(56,81,148,0.95);
    z-index: 99999;
}
.sitemap .inner {
    position: relative;
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
}
.sitemap .btn-close {
    position: relative;
    right: -50px;
    display: block;
    text-align: right;
    cursor: pointer;
}
.sitemap .btn-close i {
    line-height: 1;
    font-size: 60px;
    color: #fff;
    transition: color 0.35s;
    -moz-transition: color 0.35s;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    -ms-transition: color 0.35s;
}
.sitemap .btn-close i:hover {
    color: #fff;
}
.sitemap .inner dl {
    float: left;
    width: 25%;
    min-height: 640px;
    margin: 0;
    padding: 0 30px 0 0;
    /*border-bottom: 1px solid rgba(255,255,255,0.15);*/
}

/* sitemap-col2 :s */
.sitemap .inner dl.col2 {
    width: 40%;
}
.sitemap .inner dl.col2 ul {
    display: inline-block;
    width: 166px;
    vertical-align: top;
}
.sitemap .inner dl.col2 ul:first-child {
    margin-right: 20px;
}
.sitemap .inner dl.col2 ul > li {
    margin-bottom: 10px;
}
/* sitemap-col2 :e */

.sitemap.sitemap-eng .inner dl {
    padding: 0 0 40px !important;
}
.sitemap .inner dl.sitemap1 {
    /*border-top: 1px solid rgba(255,255,255,0.25);*/
}
.sitemap .inner dl dt {
    display: block;
    margin: 0 0 10px;
}
.sitemap .inner dl dt {
    display: block;
    margin: 0 0 15px;
}
.sitemap .inner dl dt > a {
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    border-radius: 20px 0;
    background-color: #fff;
}
.sitemap .inner dl dd {
    display: block;
    padding: 0 10px;
}
.sitemap .inner dl dd > ul {
    margin: 0;
    padding: 0;
}
.sitemap .inner dl dd > ul > li {
    display: block;
    width: 166px;
    list-style: none;
    margin: 0 0 15px;
    line-height: 1.1;
}
.sitemap .inner dl dd > ul > li > a {
    display: block;
    margin: 0 0 10px;
}
.sitemap .inner dl dd > ul > li > a {
    line-height: 1.1;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.sitemap .inner dl dd > ul > li a:hover {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
/* depth3 */
.sitemap .inner dl dd > ul > li > ul {
    display: block;
    list-style: none;
    margin: 8px 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #5371bf;
}
.sitemap .inner dl dd > ul > li:last-child > ul {
    border-bottom: 0;
}
.sitemap .inner dl dd > ul > li > ul > li {
    margin: 0 0 8px 0;
}
.sitemap .inner dl dd > ul > li > ul > li > a {
    font-size: 14px;
    font-weight: 300;
    color: #d7def0;
}
.sitemap .inner dl dd > ul > li > ul > li > a:hover {
    font-size: 14px;
    font-weight: 400;
    color: #d7def0;
}
.sitemap .inner dl dd > ul > li > ul > li > a:before {
    content: '- ';
}

/* *******************************************************************
    Mobile Navigation
******************************************************************* */
.container.drawer-nav {
    margin-top: 0 !important;
}
.drawer-brand {
    position: relative;
    width: 100%;
    height: 100px;
    /*background: url(/images/mobile/nav_spot03.png) left top no-repeat;*/
    background-size: cover;
}
.drawer-brand h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: right;
    font-size: 13px;
    color: #eee;
    background-color: rgba(0,0,0,0.45);
}

.drawer-menu i {
    display: inline-block;
    width: 20px;
    margin: 0 8px 0 0;
    text-align: center;
}

.drawer-footer {
    position: relative;
    width: 100%;
    height: 100px;
}
.drawer-footer-area {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 280px;
    text-align: center;
}
.drawer-footer-area > li {
    disply: inline-block !important;
    width: 60px;
    height: 24px;
}
.drawer-footer-area li a {
    disply: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #fff;
}


/*******************************************************************
   banner style
******************************************************************* */
#banner {
    display: none;
    margin-top: 20px;
}
.sponsor-area {
    padding: 20px 0;
    background: #eeeeee;
}
/*.sponsor-area .inner-wrap {*/
/*padding: 20px 0;*/
/*border-top: 1px solid #dcdcdc;*/
/*}*/
/*.sponsor-conts {*/
/*width: 980px;*/
/*margin: 0 auto;*/
/*}*/
/*.sponsor-conts li {*/
/*float: left;*/
/*margin: 0 10px;*/
/*}*/
.sponsor-area .bx-wrapper .bx-viewport {
    background: #eeeeee;
}
.sponsor-area .bx-wrapper .bx-prev {
    left: -50px;
}
.sponsor-area .bx-wrapper .bx-next {
    right: -70px;
}
.sponsor-area .bx-wrapper .bx-controls-direction a {
    margin-top: -12px;
    text-indent: 0;
    font-size: 23px;
    color: #ddd;
}
.sponsor-area .bx-wrapper .bx-controls-direction a:hover {
    color: #c5c5c5;
}
/* *******************************************************************
    contents Layout : sub-spot, bread-crumb, constitle, section, contents;
******************************************************************* */

/*******************************************************************
   footer style
******************************************************************* */
.footer-responsive {
    display: none;
}
#footer {
    padding-bottom: 30px;
    font-size: 13px;
    font-weight: 400;
    color: #767676;
    background-color: #fff;
}

/*footer-utility*/
.footer-utility-area {
    height: 50px;
    line-height: 50px;
    background-color: #45474d;
}
.footer-utility li {
    float: left;
    margin: 0;
    padding: 0;
}
.footer-utility li.divide {
    margin: 0 15px;
    color: #999
}
.footer-utility li a {
    font-size: 14px;
    font-weight: 200;
    color: #eee;
}
.footer-utility li a:hover {
    color: #fff;
}

/*footer-address*/
.footer-address-area {
    padding: 0;
}
.footer-address-area .inner-wrap {
    position: relative;
    padding: 0 0 10px 160px;
    background: url(/images/footer/kicem_ci_footer.png) left 25px no-repeat;
    background-size: 100px;
}

.footer-address-area .inner-wrap address p {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    letter-spacing: -0.1px;
}
.footer-address-area .inner-wrap address p span {
    display: inline-block;
    vertical-align: middle;
}
.footer-address-area .inner-wrap address p .divline {
    margin: 0 8px;
    font-size: 12px;
    color: #ccc;
}
.footer-address-area .inner-wrap address p:first-child {
    padding-top: 37px;
}

.footer-address-area .inner-wrap .copyright {
    margin-top: 25px;
    color: #333;
}
.footer-address-area .inner-wrap .copyright b {
    color: #f29441;
}
