@charset "utf-8";

* {
    font-family: 'Noto Sans KR', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif !important;
}

.logo a {
    display: flex;
    align-items: center;
}

.logo strong {
    font-size: 30px;
}

@media screen and (max-width: 1600px) {
    .logo strong {
        font-size: 24px;
    }
}

@media screen and (max-width: 1240px) {
    .logo strong {
        font-size: 20px;
    }
}

#top .inner,
#header .inner,
#menuArea .inner {
    width: 1200px;
}

#menuArea{
    border: none;
}

#topmenu {
    padding: 0px 3.75% 0 30.5%;
}

#topmenu li a[target="_blank"]:after {
    margin-left: 6px;
    background-position: 1px 1px;
    width: 12px;
    height: 12px;
}

#topmenu>li {
    width: 25%;
}

#topmenu>li>a {
    font-size: 19px;
    font-weight: 400;
}

#topmenu>li>a {
    text-align: center;
}

#topmenu>li>a span {
    display: block;
    padding: 0;
    border-bottom: 2px solid transparent;
    position: relative;
    width: 100%;
    letter-spacing: -1.75px;
    font-weight: 800;
}


#topmenu>li>a span:after {
    display: block;
    border-top: 7px solid #04a09d;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 6px;
    height: 6px;
    transition: 0.25s linear;
    content: '';
    opacity: 0;
    transform: translateX(-50%);
}

#topmenu>li:hover>a span,
#topmenu>li>a:hover span,
#topmenu>li>a:active span,
#topmenu>li>a:focus span,
#topmenu>li.current_on>a span {
    border-color: #04a09d;
}

#topmenu>li:hover>a span:after,
#topmenu>li>a:hover span:after,
#topmenu>li>a:active span:after,
#topmenu>li>a:focus span:after,
#topmenu>li.current_on>a span:after {
    opacity: 1;
}

#topmenu .menu {
    padding: 37px 0% 61px 33%;
}

#topmenu .menu .tit {
    left: 0;
}

#topmenu .menu .tit h2 {
    font-size: 30px;
}

#topmenu .menu>ul {
    display: flex;
    flex-wrap: wrap;
}

#topmenu .menu>ul>li {
    margin-right: 25px;
    width: calc((100% - 60px) /3);
}

#topmenu .menu>ul>li:nth-child(3n) {
    margin-right: 0;
}

#topmenu .menu>ul>li+li:nth-child(5) {
    margin-right: 25px;
}

#topmenu .menu>ul>li+li {
    margin-left: 0;
}



@media screen and (max-width:1600px) {
    #topmenu {
        padding: 0px 4% 0 25.5%;
    }


    #topmenu>li>a {
        font-size: 17px;
    }
}


@media all and (max-width:1750px) {

    #top .inner,
    #header .inner,
    #menuArea .inner {
        width: 100%;
    }

    #topmenu .menu:before {
        width: 445px;
    }

    #topmenu .menu .tit {
        left: 7%;
    }
}

@media screen and (max-width : 1430px) {
    #topmenu .menu:before {
        width: 390px;
    }
}

@media screen and (max-width:1280px) {
    #topmenu .menu:before {
        width: 340px;
    }

    #topmenu .menu .tit {
        left: 5%;
    }
}

#top .global>li a{
    position: relative;
    display: block;
    padding: 0 43px;
    line-height: 49px;
    background: #09275d;
    color: #fff;
    font-weight: 400;
    transition: 0.3s;
}


#top .global>li.on>a {
    background: #fff;
    font-weight: 900;
    color: #09275d;
    font-family: 'NanumSquare' !important;
}

#top .global>li:last-child>a {
    padding: 0 43px;
}

#top .global a[target="_blank"]:after,
#top .global>li:first-child>a:after {
    display: inline-block;
    margin: 20px 0 0 6px;
    width: 10px;
    height: 10px;
    vertical-align: top;
    background: url(/images/common/ico_blank.png) no-repeat;
    content: '';
    background-position: 0px -40px;
}

#top .global > li > a:hover[target="_blank"]:after, 
#top .global > li > a:active[target="_blank"]:after, 
#top .global > li > a:focus[target="_blank"]:after, 
#top .global > li.current > a[target="_blank"]:after{
    background-position: 0px 0px;
}

.btn_menu {
    display: none;
}

@media screen and (max-width: 1024px) {
    .btn_menu {
        display: block;
        top: 50px;
    }

    #top .global a[target="_blank"]:after,
    #top .global>li:first-child>a:after {
        margin: 11px 0 0 6px;
    }
}

@media screen and (max-width: 768px) {
    .btn_menu{
        top: 40px
    }
}

#footer .logo strong {
    font-size: 28px;
}

#footer .info .inner {
    padding: 48px 0 71px 22%;
}

#footer address {
    font-size: 17px;
    color: #a0a4b0;
}

#footer .copyright {
    font-size: 15px;
    color: #83858c;
}

@media screen and (max-width: 1600px) {
    #footer .info .inner {
        padding: 48px 0 71px 30%;
    }
}

@media screen and (max-width: 1280px) {
    #footer .logo strong {
        font-size: 26px;
    }

    #footer .info .inner {
        padding: 48px 0 71px 38%;
    }
}

@media (max-width: 830px) {
    #footer .logo {
        display: inline-block;
        margin: 0 auto 20px;
        position: static;
        text-align: center;
    }

    #footer .logo a {
        flex-direction: column;
    }

    #footer .logo img {
        display: block;
        margin-bottom: 10px;
    }

    #footer .info {
        text-align: center;
    }

    #footer .info .inner {
        padding: 40px 16px 50px 16px;
    }
}

@media (max-width: 368px) {
    #footer .logo strong {
        font-size: 24px;
    }
}

/* 모바일 메뉴 */
.m_menu .menu .tit {
    display: none !important;
}

.m_menu {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 99;
    width: 60%;
    height: 100%;
    background: #2a5daa;
    transition: 0.5s ease-in-out;
}

.m_menu.on {
    right: 0;
}

.m_menu .m_top {
    position: relative;
    height: 100px;
    background: #242e39;
}

.m_menu .logo {
    position: absolute;
    top: 28px !important;
    left: 2%;
    width: 98%;
    text-align: left;
    transform: none;
}

.m_menu .logo a {
    color: #fff;
}

.m_menu .logo strong {
    font-size: 18px;
    padding: 10px 0 0 6px;
}

.m_menu .logo .pc_none {
    display: none;
}

.m_menu>ul {
    width: 38.3%;
    height: auto;
    background: rgb(47, 162, 171);
    background: -moz-linear-gradient(145deg, rgba(47, 162, 171, 1) 0%, rgba(44, 121, 171, 1) 50%, rgba(42, 93, 170, 1) 100%);
    background: -webkit-linear-gradient(145deg, rgba(47, 162, 171, 1) 0%, rgba(44, 121, 171, 1) 50%, rgba(42, 93, 170, 1) 100%);
    background: linear-gradient(145deg, rgba(47, 162, 171, 1) 0%, rgba(44, 121, 171, 1) 50%, rgba(42, 93, 170, 1) 100%);
    box-sizing: border-box;
}

.m_menu>ul a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.m_menu>ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.m_menu>ul>li>a {
    display: flex;
    align-items: center;
    padding: 0 0 0 1em;
    height: 65px;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.5;
    color: #fff;
}

.m_menu>ul>li.current_on>a,
.m_menu>ul>li>.on {
    background: #fff;
    font-weight: 800;
    color: #222;
}

.m_menu>ul>li>div {
    display: none;
    padding: 0 20px;
    position: absolute;
    top: 100px;
    left: 38.3%;
    width: 61.7%;
    height: calc(100% - 100px);
    background: #fff;
    box-sizing: border-box;
}

.m_menu>ul>li.current_on div,
.m_menu>ul>li .on+div {
    display: block !important;
}

.m_menu>ul>li>div>ul>li>a {
    padding: 0 0 0 30px;
    border-bottom: 1px solid #eee;
    position: relative;
    height: 65px;
    line-height: 1;
    background: url(/images/common/img_a_menu1.png) no-repeat top 26px left;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    color: #444;
    box-sizing: border-box;
}

.m_menu>ul>li>div>ul>li a[target="_blank"]:after {
    display: inline-block;
    margin: -2px 0 0 10px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: url(/images/common/ico_blank.png) no-repeat;
    content: '';
}

.m_menu>ul>li>div>ul>li>ul {
    margin: -1px 0 0;
    padding: 12px 0 5px 15px;
    border-top: 1px solid #2b425b;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #f7f7f7;
    box-sizing: border-box;
}

.m_menu>ul>li>div>ul>li>ul li a {
    padding: 0 0 7px 12px;
    position: relative;
}

.m_menu>ul>li>div>ul>li>ul li a:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #2b425b;
    content: '';
    border-radius: 50%;
}

@media screen and (max-width:768px) {
    .m_menu {
        width: 80%;
    }
}

@media screen and (max-width: 568px) {
    .m_menu {
        width: 100%;
    }

    .m_menu .logo .pc_none {
        display: block;
    }
}

/* 서브메뉴 */
#submenu{float:left; width:19.42%;}
#submenu .sm_tit{overflow:hidden; position:relative; display:table; width:100%; height:156px; margin:0 0 6px; box-sizing:border-box; padding:61px 0 0; border-radius:10px 0 10px 0; color:#fff; background:#252b4c; box-shadow:3px 6px 8px rgba(29,28,42,0.24); text-align:center;}
#submenu .sm_tit h2{display:table-cell; line-height:120%; font-size:28px; font-weight:900;}

#submenu .depth2 > li > a{position:relative;display:block;height:60px;line-height:58px;margin:7px 0 0;box-sizing:border-box;border:1px solid #c8c8c8;border-radius:5px;padding:0 0 0 22px;font-size:17px;font-weight:800;text-decoration:none;background:url(/images/kr/common/img_submenu.png) no-repeat top 25px right 20px;box-shadow:3px 5px 8px rgba(29,28,42,0.13);display: inline-flex;width: 100%;line-height: 1.125;align-items: center;justify-content: start; padding-right: 49px;}
#submenu .depth2 > li > a[target="_blank"] span:after{content:''; display:inline-block; width:10px; height:10px; margin:-3px 0 0 8px; vertical-align:middle; background:url(/images/common/ico_blank.png) no-repeat;}
#submenu .depth2 > li:hover > a[target="_blank"] span:after,
#submenu .depth2 > li > a[target="_blank"]:hover span:after,
#submenu .depth2 > li > a[target="_blank"]:focus span:after,
#submenu .depth2 > li > a[target="_blank"]:active span:after,
#submenu .depth2 > li.current_on > a[target="_blank"] span:after{background-position:bottom center;}

#submenu .depth2 > li:hover > a,
#submenu .depth2 > li > a:hover,
#submenu .depth2 > li > a:focus,
#submenu .depth2 > li > a:active,
#submenu .depth2 > li.current_on > a{border-color:#04a09d;background-position:top -40px right 25px;background-color:#04a09d;font-weight:900;color:#fff;word-break: break-all;}

#submenu .depth2 li ul{position:relative; display:none; padding:17px 0 17px 21px; border-radius:0 0 5px 5px; background:#f7f7f7;}
#submenu .depth2 li ul:before{content:''; position:absolute; bottom:0; left:0; width:100%; height:calc(100% + 2px); border:2px solid #81cfce; border-top:none; border-radius:0 0 5px 5px;}
#submenu .depth2 li ul li a{position:relative; display:block; padding:0.4em 0 0.4em 19px; font-size:100%; line-height:100%; color:#555;}
#submenu .depth2 li ul li a:before{content:''; display:block; position:absolute; top:11px; left:0; width:10px; height:5px; background:#788a8a;}
#submenu .depth2 li ul li a:hover,
#submenu .depth2 li ul li a:focus,
#submenu .depth2 li ul li a:active,
#submenu .depth2 li ul li.current_on a{color:#037e7c; font-weight:900;}
#submenu .depth2 li ul li a:hover:before,
#submenu .depth2 li ul li a:focus:before,
#submenu .depth2 li ul li.current_on a:before{background:#037e7c;}

#subContent:before {
    display: none;
}

#submenu .sm_tit {
    padding: 45px 10px 0;
}