@charset "utf-8";
/**
공통 레이아웃
*/
.m {
    display: none !important;
}
.mask {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}
.mask.on {
    z-index: 95;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s linear;
}
#content.on + .mask {
    opacity: 0;
}

body {
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
}

#skip-navigation {
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
}
#skip-navigation * {
    list-style: none;
    margin: 0;
    padding: 0;
}
#skip-navigation a {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #000;
    white-space: nowrap;
}
#skip-navigation a:focus,
#skip-navigation a:active {
    width: 100px;
    height: auto;
    background: #ffd;
}

.inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.inner:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

@media all and (max-width: 1230px) {
    #mainmenu,
    .inner {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}
@media all and (max-width: 1024px) {
    img {
        max-width: 100%;
    }
    .m {
        display: inline-block !important;
    }
    .w {
        display: none;
    }
}
@media all and (max-width: 768px) {
    .inner {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.logo {
    z-index: 94;
    position: absolute;
    top: 25px;
    left: 0;
    line-height: 160%;
    text-align: left;
}
.logo * {
    display: inline-block;
    vertical-align: top;
}
.logo a {
    text-decoration: none;
    color: #000;
}
.logo img {
    margin: 0 5px 0 0;
}
.logo strong {
    padding: 3px 0 5px 0;
    line-height: 110%;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -2px;
}
.logo span > span {
    display: block;
    font-size: 10px;
    line-height: 100%;
    padding: 0 0 0 3px;
    color: #949494;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
@media all and (max-width: 1230px) {
    .logo {
        left: 15px;
    }
}
@media all and (max-width: 1024px) {
    .logo {
        top: 13px;
        left: 15px;
    }
    .logo * {
        vertical-align: top;
    }
    .logo img {
        height: 44px;
        margin: 0 2px 0 0;
    }
    .logo span {
        text-align: left;
    }
    .logo strong {
        padding: 4px 0 3px;
        font-size: 24px;
    }
    .logo span > span {
        font-size: 8px;
        letter-spacing: 1.8px;
    }
}
@media all and (max-width: 768px) {
    .logo {
        top: 10px;
        left: 10px;
    }
    .logo img {
        height: 41px;
    }
    .logo strong {
        font-size: 21px;
    }
    .logo span > span {
        letter-spacing: 0.8px;
    }
}
@media all and (max-width: 568px) {
    .logo {
        top: 9px;
    }
    .logo img {
        height: 40px;
    }
}
@media all and (max-width: 380px) {
    .logo img {
        height: 37px;
    }
    .logo strong {
        padding: 4px 0 2px;
        font-size: 20px;
    }
    .logo span > span {
        letter-spacing: 0.3px;
    }
}

#top {
    position: relative;
    width: 100%;
    height: 40px;
    background: #3a485a;
}
#top:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.global {
    float: left;
}
.global > li {
    position: relative;
    float: left;
    box-sizing: border-box;
}
.global > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 12px;
    margin: -6px 0 0 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.5);
}
.global > li:last-child:after {
    display: none;
}
.global > li > a {
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
}
.global > li:first-child > a {
    padding-left: 0;
}
.global > li:last-child > a {
    padding-right: 0;
}
.global > li.list > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    width: 9px;
    height: 5px;
    transition: transform 0.3s ease-in-out;
    background: url(/images/common/ico_util.png) no-repeat -38px 0;
}
.global > li.list > a.on:after {
    border-top-color: #fff;
    transform: rotate(180deg);
}
.global > li:first-child > a:before,
.global > li.city > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 18px;
    margin: -5px 0 0 0;
    background: url(/images/kr/common/ico_global.png) no-repeat;
}
.global > li.city > a:before {
    width: 30px;
    background-position: -30px 0;
}

.global li div {
    display: none;
    z-index: 95;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    width: 170px;
    padding: 0 8px 5px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #2e343d;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    text-align: left;
}
.global li div a {
    display: block;
    height: 44px;
    line-height: 45px;
    color: #3b434f;
    font-weight: 700;
    border-top: 1px dotted rgba(0, 0, 0, 0.17);
    text-align: center;
    box-sizing: border-box;
    transition: 0.25s ease-in-out;
}
.global li div li:first-child a {
    border-top: none;
}
.global li div a:hover {
    box-shadow: inset 0 44px 0 rgba(0, 0, 0, 0.04);
}
.global li div a[target="_blank"]:after {
    margin-left: 5px;
}
.global .list1 div {
    width: 280px;
}
.global .list1 li {
    display: inline-block;
    width: 30%;
    margin: 0 1.1%;
    vertical-align: top;
}
.global .list1 li:nth-child(-n + 3) a {
    border-top: none;
}
.global li div .pos a {
    line-height: 110%;
}
.global li div .pos span {
    display: block;
    padding: 4px 0 0 0;
    font-size: 10px;
}

@media all and (max-width: 1230px) {
    .global > li {
        text-align: center;
    }
    .global > li > a {
        padding: 0 10px;
    }
}
@media all and (max-width: 1024px) {
    #top {
        height: auto;
        font-size: 14px;
    }

    .btn_global {
        float: left;
        position: relative;
        width: 140px;
        height: 35px;
        line-height: 36px;
        padding: 0 7px 0 25px;
        margin: 0;
        font-size: 14px;
        color: #fff;
        background: rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
    }
    .btn_global:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 18px;
        height: 12px;
        margin: -6px 0 0 0;
        background: url(/images/common/ico_more.png) no-repeat;
    }
    .btn_global:after {
        content: "";
        display: inline-block;
        margin: -2px 0 0 15px;
        border-top: 6px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        vertical-align: middle;
        transition: 0.3s ease;
    }
    .btn_global.on:after {
        transform: rotate(180deg);
    }
    .global {
        opacity: 0;
        visibility: hidden;
        z-index: 95;
        position: absolute;
        top: 20px;
        left: 15px;
        width: 140px;
        transition: 0.3s ease;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
        background: #3a485a;
    }
    .btn_global.on + .global {
        opacity: 1;
        visibility: visible;
        top: 35px;
    }

    .global > li {
        width: 100% !important;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .global > li:first-child {
        border-top: none;
    }
    .global > li:after {
        display: none;
    }
    .global > li > a {
        padding: 0;
        height: 35px;
        line-height: 36px;
        text-align: center;
    }
    .global > li.list > a.on {
        color: #fff;
        background: rgba(0, 0, 0, 0.3);
    }
    .global > li.list > a.on:after {
        transform: rotate(-90deg);
    }
    .global li div {
        top: -1px;
        left: 100%;
        padding: 0 5px;
        border-top: 1px solid #2e343d;
        border-radius: 0 4px 4px 0;
        box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.12);
    }
    .global .list1 div {
        width: 300px;
    }
    .global li div a {
        position: relative;
        height: 40px;
        line-height: 41px;
    }
    .global li div .pos a {
        line-height: 100%;
    }
    .global li div .pos span {
        font-size: 9px;
    }
}
@media all and (max-width: 768px) {
    #top {
        font-size: 13px;
    }

    .btn_global {
        height: 30px;
        line-height: 31px;
        font-size: 13px;
    }
    .btn_global.on + .global {
        top: 30px;
    }
    .global {
        left: 10px;
    }
    .global > li > a.current:after {
        margin-top: 10px;
    }
    .global .list1 div {
        width: 240px;
    }
}
@media all and (max-width: 568px) {
    #top .global li div {
        padding: 0 5px;
    }
    .global li div .pos span {
        font-size: 8px;
    }
}
@media all and (max-width: 380px) {
    #top {
        font-size: 12px;
    }
    .btn_global,
    .global {
        width: 125px !important;
        font-size: 12px;
    }
    .btn_global:before {
        width: 16px;
    }
    .global > li > a {
        height: 33px;
        line-height: 35px;
    }
    .global li div {
        padding: 0 3px;
    }
    .global li div a {
        height: 33px;
        line-height: 33px;
    }
    .global .list1 div {
        width: 180px;
    }
    .global .list1 li {
        width: 31%;
        margin: 0.5%;
    }
    .global .list1 div a:after {
        right: 0;
    }
    .global li div .pos span {
        font-size: 7px;
    }
}

.top_sns {
    float: right;
    display: inline-block;
}
.top_sns a {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -999px;
    background: url(/images/common/ico_fb.png) no-repeat center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}
.top_sns a:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.top_sns a.tw {
    background-color: #1da1f2;
    background-position: -26px 8px;
}
.top_sns a.kko {
    background-color: #fbc000;
    background-position: -141px 8px;
}
.top_sns a.insta {
    background-image: url(/images/common/ico_insta.png);
}
.top_sns a.yt {
    background-image: url(/images/common/ico_yt.png);
}

@media all and (max-width: 1024px) {
    .top_sns a {
        width: 35px;
        height: 35px;
    }
}
@media all and (max-width: 768px) {
    .top_sns a {
        width: 30px;
        height: 30px;
    }
}

#font_control {
    float: right;
}
#font_control ul {
    overflow: hidden;
    width: 100%;
}
#font_control li {
    float: left;
    margin: 0 0 0 5px;
    text-align: center;
}
#font_control li a {
    display: block;
    width: 41px;
    height: 42px;
    line-height: 41px;
    color: #3a485a;
    font-weight: 800;
    border: 1px solid #c4c8cd;
    box-sizing: border-box;
}
#font_control li.img a {
    text-indent: -999px;
    font-size: 0;
    background: url(/images/kr/common/ico_util.png) no-repeat 13px 11px;
}
#font_control li.small a {
    background-position: -80px 11px;
}
#font_control li.print a {
    background-position: -126px 11px;
}
#font_control li a:hover {
    border-color: #555;
    background-color: #f9f9f9;
}

#header {
    position: relative;
    height: 172px;
}
#header .inner {
    padding: 34px 0 0 0;
    text-align: right;
}
@media all and (max-width: 1230px) {
    #header .inner {
        padding-right: 15px;
    }
}
@media all and (max-width: 1024px) {
    #header {
        height: 70px;
    }
    #header .inner {
        width: 100%;
        padding: 0;
    }
}
@media all and (max-width: 768px) {
    #header {
        height: 62px;
    }
}
@media all and (max-width: 568px) {
    #header {
        height: 58px;
    }
}
@media all and (max-width: 380px) {
    #header {
        height: 54px;
    }
}

/* 메인메뉴 */
#menuArea {
    z-index: 93;
    overflow: hidden;
    position: absolute;
    top: 151px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}
#menuArea.on {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
#menuArea:after,
#menuArea:before {
    z-index: 96;
    content: "";
    display: block;
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
#menuArea:before {
    top: 60px;
    width: 100%;
    background: #f3f3f8;
}
#menuArea.on:before,
#menuArea.on:after {
    display: block;
}
#menuArea.on:before {
    height: 100%;
}
#menuArea .bar {
    display: none;
}

body.on .mask {
    z-index: 92;
    visibility: visible;
    opacity: 1;
    top: auto;
    bottom: 0;
    height: calc(100% - 198px);
}

#topmenu {
    float: left;
    width: 100%;
    padding: 0 70px 0 0;
    box-sizing: border-box;
}
#topmenu a[target="_blank"]:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px !important;
    height: 14px !important;
    margin: -5px 0 0 6px;
    background: url(/images/common/ico_new.png) no-repeat 100% 0 !important;
}
#topmenu > li {
    float: left;
    width: 11%;
    line-height: 0;
}
#topmenu > li:last-child {
    display: none;
}
#topmenu > li > a {
    display: block;
    line-height: 60px;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
    text-decoration: none;
}

#topmenu > li:hover > a,
#topmenu > li > a:hover,
#topmenu > li > a:active,
#topmenu > li > a:focus,
#topmenu > li.current_on > a {
    color: #f05952;
}

#topmenu .menu {
    display: none;
    visibility: visible;
    opacity: 1;
    z-index: 96;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    min-height: 350px;
    padding: 44px 0 15px 16%;
    box-sizing: border-box;
    background: #f2f1f8;
}
#topmenu .menu:before {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 600px 0 0;
    background: #292e44;
}

#topmenu li .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 16%;
    height: 100%;
    padding: 45px 0 0 10px;
    line-height: 160%;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    background: #292e44;
    box-sizing: border-box;
}
#topmenu li .tit h2 {
    position: relative;
    line-height: 110%;
    padding: 17px 0 0 0;
    font-size: 34px;
    font-family: "hansuw";
    font-weight: 400;
    color: #fff;
}
#topmenu li .tit h2:before,
#topmenu li .tit h2:after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    margin: 24px 0 28px 1px;
    background: #fff;
}
#topmenu li .tit h2:before {
    position: absolute;
    top: 0;
    left: -10px;
    width: 8px;
    height: 8px;
    margin: 0;
    border-radius: 50%;
    background: #f05952;
}

#topmenu .menu > ul > li {
    position: relative;
    float: left;
    width: 28.057%;
    margin: 0;
    padding: 0 0 40px 5.21%;
    text-align: left;
}
#topmenu .menu > ul > li > a {
    position: relative;
    z-index: 2;
    display: block;
    line-height: 110%;
    padding: 0 3px 12px 6px;
    margin: 0 0 9px;
    letter-spacing: -2px;
    font-size: 18px;
    color: #292e44;
    font-weight: 800;
    text-align: left;
    border-bottom: 2px solid #292e44;
    text-decoration: none;
}
#topmenu .menu > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #f05952;
}
#topmenu .menu > ul > li:hover > a:before,
#topmenu .menu > ul > li > a:hover:before {
    width: 100%;
    transition: 0.5s ease-in-out;
}
#topmenu .menu > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 10px;
    background: url(/images/common/ico_gnb.png) no-repeat 0 100%;
}
#topmenu .menu > ul > li:hover > a:after,
#topmenu .menu > ul > li > a:hover:after {
    background-position: 0 -24px;
}
#topmenu .menu > ul > li.hasUl > a:after {
    width: 12px;
    height: 7px;
    background-position: 0 0;
}
#topmenu .menu > ul > li.hasUl:hover > a:after,
#topmenu .menu > ul > li.hasUl > a:hover:after {
    background-position: 0 -7px;
}

/* 3차 메뉴 */
#topmenu ul ul {
    position: relative;
    padding: 0 0 0 2px;
}
#topmenu ul ul li a {
    position: relative;
    display: block;
    line-height: 110%;
    padding: 7px 0 8px 12px;
    margin: 0;
    color: #333;
    font-weight: 700;
}
#topmenu ul ul li a:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f05952;
}
#topmenu ul ul li a:hover,
#topmenu ul ul li a:active,
#topmenu ul ul li a:focus,
#topmenu ul ul li.current_on a {
    color: #000;
}

.btn_menu {
    z-index: 95;
    position: absolute;
    top: 171px;
    right: 50%;
    width: 28px;
    margin: 0 -550px 0 0;
    background: none;
}
.btn_menu .bar {
    float: right;
    display: block;
    width: 18px;
    height: 3px;
    margin: 2px 0 3px;
    border-radius: 3px;
    background: #222;
    transition: 0.25s ease-in-out;
}
.btn_menu .bar2 {
    width: 25px;
}
.btn_menu:hover .bar {
    width: 25px;
}

.btn_menu_close {
    display: block;
    z-index: 96;
    position: absolute;
    top: 27px;
    right: 3%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: none;
}
.btn_menu_close .bar {
    position: absolute;
    top: 24px;
    left: 12px;
    display: block;
    width: 25px;
    height: 1px;
    background: rgba(0, 0, 0, 0.6);
}
.btn_menu_close .bar1 {
    transform: rotate(45deg);
}
.btn_menu_close .bar2 {
    transform: rotate(-45deg);
}

@media all and (max-width: 1230px) {
    .btn_menu {
        right: 55px;
        margin: 0;
    }
}
@media all and (max-width: 1024px) {
    .btn_menu {
        display: block;
        top: 59px;
        width: 30px;
    }
}
@media all and (max-width: 768px) {
    .btn_menu {
        top: 44px;
        right: 46px;
        width: 33px;
        height: 33px;
        padding: 0 3px;
    }
    .btn_menu_close {
        top: 17px;
        width: 35px;
        height: 35px;
    }
    .btn_menu_close .bar {
        top: 16px;
        left: 4px;
    }
}
@media all and (max-width: 568px) {
    .btn_menu {
        top: 42px;
    }
}
@media all and (max-width: 380px) {
    .btn_menu {
        top: 40px;
    }
}

/* 검색 */
#search {
    z-index: 97;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
}
.btn_sch {
    display: block;
    position: absolute;
    top: 161px;
    right: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 -600px 0 0;
    font-size: 0;
    text-indent: -999px;
    background: url(/images/common/ico_sch.jpg) no-repeat 50% 50%;
}

#search fieldset {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    padding: 175px 0 165px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    background: #292e44;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
}
#search.on fieldset {
    opacity: 1;
    visibility: visible;
    top: 0;
}
#search h2 {
    padding: 0 0 15px;
    line-height: 110%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
}
#search .inner {
    width: 770px;
}
#search input[type="text"] {
    width: 100%;
    height: 110px;
    line-height: 110px;
    padding: 0 0 0 32px;
    font-size: 40px;
    border: 3px solid #fff;
    box-sizing: border-box;
    background: #292e44;
}
#search ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
#search :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
#search ::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
#search .in_txt {
    position: relative;
    margin: 0 0 40px;
}
#search li {
    margin-bottom: 10px;
    font-weight: 200;
}
#search li:before {
    background: #fff;
}
#search .btn_submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    font-size: 0;
    text-indent: -999px;
    background: url(/images/kr/common/ico_sch_w.png) no-repeat 25px 28px;
}
#search .btn_close {
    position: absolute;
    top: 45px;
    right: 50%;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 -600px 0 0;
    font-size: 0;
    text-indent: -999px;
    background: url(/images/common/ico_sch_close.png) no-repeat 50% 50%;
}
@media all and (max-width: 1230px) {
    .btn_sch {
        right: 10px;
        margin: 0;
    }
    #search .btn_close {
        right: 50px;
        margin: 0;
    }
}
@media all and (max-width: 1024px) {
    .btn_sch {
        top: 50px;
        right: 10px;
    }
    .btn_sch:before {
        width: 22px;
        height: 22px;
    }
    .btn_sch:after {
        top: 24px;
        left: 20px;
        width: 10px;
    }

    #search .inner {
        width: 75%;
    }
    #search fieldset {
        padding: 100px 0;
        font-size: 17px;
    }
    #search .in_txt {
        margin: 0 0 30px;
    }
    #search h2 {
        padding: 0 0 12px;
        font-size: 28px;
    }
    #search input[type="text"] {
        height: 90px;
        line-height: 90px;
        padding: 0 0 0 25px;
        font-size: 32px;
    }
    #search .btn_submit {
        width: 90px;
        height: 90px;
        background-size: auto 40px;
        background-position: 17px 25px;
    }
    #search .btn_close {
        right: 20px;
        top: 25px;
    }
}
@media all and (max-width: 768px) {
    .btn_sch {
        top: 40px;
        right: 5px;
    }
    .btn_sch:before {
        top: 6px;
        left: 6px;
        width: 20px;
        height: 20px;
    }

    #search fieldset {
        padding: 70px 0 50px;
        font-size: 16px;
    }
    #search h2 {
        padding: 0 0 9px;
        font-size: 24px;
    }
    #search input[type="text"] {
        height: 70px;
        line-height: 70px;
        padding: 0 0 0 20px;
        font-size: 25px;
    }
    #search .btn_submit {
        width: 70px;
        height: 70px;
        background-size: auto 30px;
        background-position: 13px 19px;
    }
    #search .btn_close {
        top: 10px;
        right: 10px;
    }
    #search li {
        margin: 0 0 7px;
    }
}
@media all and (max-width: 568px) {
    .btn_sch {
        top: 38px;
    }

    #search .inner {
        width: 80%;
    }
    #search fieldset {
        padding: 65px 0 40px;
        font-size: 14px;
    }
    #search h2 {
        font-size: 20px;
    }
    #search .in_txt {
        margin: 0 0 25px;
    }
    #search input[type="text"] {
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 15px;
        font-size: 21px;
    }
    #search .btn_submit {
        width: 60px;
        height: 60px;
        background-size: auto 25px;
        background-position: 13px 17px;
    }
}
@media all and (max-width: 380px) {
    .btn_sch {
        top: 36px;
    }

    #search .inner {
        width: 85%;
    }
    #search fieldset {
        padding: 60px 0 35px;
        font-size: 13px;
    }
    #search h2 {
        font-size: 19px;
    }
    #search input[type="text"] {
        height: 55px;
        line-height: 55px;
        padding: 0 0 0 12px;
        font-size: 18px;
    }
    #search .btn_submit {
        width: 55px;
        height: 55px;
        background-size: auto 22px;
        background-position: 13px 15px;
    }
    #search .btn_close {
        right: 5px;
        top: 5px;
    }
}

/* 하단*/
.linksite {
    clear: both;
    width: 100%;
    background: #323942;
}
.linksite:after {
    content: "";
    display: block;
    clear: both;
}
.linksite .inner {
    padding: 0 0 0 20%;
}
.linksite h2 {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 52px;
    color: #fff;
}
.linksite .inner > ul {
    float: left;
    width: 100%;
    background: #3b434d;
}
.linksite .inner > ul > li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
}
.linksite .inner > ul > li > a {
    position: relative;
    display: block;
    height: 52px;
    line-height: 52px;
    padding: 0 0 0 29px;
    color: #fff;
}
.linksite .inner > ul > li:last-child > a {
    border: none;
}
.linksite .inner > ul > li > a:before,
.linksite .inner > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 8px;
    margin: -4px 0 0 0;
    transition: 0.3s ease-in-out;
    background: url(/images/kr/main/ico_ctrl.png) no-repeat 0 -275px;
}
.linksite .inner > ul > li > a:before {
    right: auto;
    left: 0;
    width: 1px;
    height: 14px;
    margin: -7px 0 0 0;
    background: rgba(255, 255, 255, 0.3);
    transition: none;
}
.linksite .inner > ul > li:first-child > a:before {
    display: none;
}
.linksite .inner > ul > li.on {
    background: rgba(255, 255, 255, 0.06);
}
.linksite .inner > ul > li.on > a:after {
    transform: rotate(180deg);
}
.linksite li div {
    display: none;
    z-index: 56;
    position: absolute;
    bottom: 52px;
    left: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 10px 10px 0 0;
    box-shadow: 3px -5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #2e343d;
    border-bottom: none;
    box-sizing: border-box;
    background: #fff;
}
.linksite li div:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 120px;
    opacity: 0.5;
    background: url(/images/common/logo_l.png) no-repeat;
    background-size: 190px;
}
.linksite li.on div {
    display: block;
}
.linksite li div ul {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 360px;
    min-height: 155px;
    margin: 0 auto;
    padding: 22px 0.7em 22px 22px;
    box-sizing: border-box;
}
.linksite li div ul li {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 1.5%;
    box-sizing: border-box;
    vertical-align: top;
}
.linksite li div ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2%;
    width: 2px;
    height: 2px;
    margin: -2px 0 0 0;
    background: #aaa;
}
.linksite li div ul li a {
    display: block;
    padding: 8px 0 8px 0.5em;
    transition: 0.35s ease-in-out;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.17);
    color: #3b434f;
    font-weight: 700;
}
.linksite li div ul li a:hover {
    box-shadow: inset 0 40px 0 rgba(0, 0, 0, 0.04);
}
.linksite > li.on > a {
    color: #fff;
    background: #2e343d;
}
@media all and (max-width: 1230px) {
    .linksite h2 {
        left: 15px;
    }
    .linksite .inner > ul > li > a:after {
        right: 22px;
    }
    .linksite li div {
        left: 15px;
        width: calc(100% - 30px);
    }
}
@media all and (max-width: 1024px) {
    .linksite > li > a {
        padding: 0 0 0 23px;
    }
    .linksite li div ul li {
        padding-right: 0;
    }
}
@media all and (max-width: 768px) {
    .linksite {
        font-size: 15px;
    }
    .linksite .inner {
        padding: 0;
    }
    .linksite h2 {
        font-size: 0;
        text-indent: -999px;
    }
    .linksite .inner > ul {
        background: none;
    }
    .linksite .inner > ul > li > a {
        height: 45px;
        line-height: 45px;
        padding: 0 0 0 16px;
    }
    .linksite .inner > ul > li > a:after {
        right: 15px;
    }
    .linksite li div {
        left: 10px;
        bottom: 45px;
        width: calc(100% - 20px);
    }
    .linksite li div:before {
        width: 100px;
        height: 85px;
        background-size: 130px;
    }
    .linksite li div ul {
        padding: 16px 17px 19px 17px;
    }
    .linksite li div ul li {
        width: 33.33%;
    }
}
@media all and (max-width: 568px) {
    .linksite {
        font-size: 14px;
        border: none;
    }
    .linksite .inner > ul > li {
        position: relative;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .linksite .inner > ul > li:first-child {
        border-top: none;
    }
    .linksite .inner > ul > li > a {
        height: 38px;
        line-height: 38px;
    }
    .linksite .inner > ul > li > a:before {
        display: none;
    }
    .linksite li div {
        bottom: 38px;
    }
    .linksite li div:before {
        width: 75px;
        height: 70px;
        background-size: 110px;
    }
    .linksite li div ul {
        padding: 12px 14px 16px 14px;
    }
    .linksite li div ul li {
        width: 50%;
    }
}
@media all and (max-width: 380px) {
    .linksite li div ul li a {
        padding: 7px 0 7px 0.5em;
    }
}

#footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 35px 0;
    line-height: 120%;
    font-size: 15px;
    color: #888;
}
#footer .inner {
    z-index: 1;
}
#footer:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}
#footer .inner .foot_phone {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#footer .inner .foot_phone a {
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 20px 0 43px;
    margin: 10px 12px 0 0;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    background: #11584d url(/images/kr/common/ico_call.png) no-repeat 21px 50%;
}
#footer .inner .foot_phone .phone1 {
    background-color: #442e61;
}
#footer .link {
    clear: both;
    width: 100%;
    padding: 19px 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
#footer .link li {
    position: relative;
    display: inline-block;
}
#footer .link li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: -2px 20px 0 19px;
    background: #b5b5b5;
    vertical-align: middle;
}
#footer .link li:first-child:before {
    display: none;
}
#footer .link .privacy a {
    color: #f05952;
    font-weight: 800;
}
#footer address {
    padding: 20px 0 2px 0;
}
#footer .copyright {
    padding: 12px 0 0 0;
    font-size: 14px;
}
@media all and (max-width: 768px) {
    #footer {
        padding: 0 0 30px;
        font-size: 14px;
        text-align: center;
    }
    #footer .link {
        padding: 30px 0 15px;
    }
    #footer .copyright {
        font-size: 11px;
    }
    #footer .inner .foot_phone {
        text-align: center;
    }
    #footer .inner .foot_phone a {
        display: inline-block;
        float: unset;
    }
}
@media all and (max-width: 568px) {
    #footer .link li:before {
        margin: -2px 15px 0;
        font-size: 13px;
    }
}
@media all and (max-width: 380px) {
    #footer .link li:before {
        margin: -2px 13px 0;
    }
    #footer .copyright {
        font-size: 10px;
    }
}

#footer .wa_mark {
    position: absolute;
    display: block;
    width: 100px;
    bottom: 40px;
    right: 0;
}
#footer .wa_mark img {
    width: 100%;
}
@media all and (max-width: 1530px) {
    #footer .wa_mark {
        right: 0;
    }
}
@media all and (max-width: 1024px) {
    #footer .wa_mark {
        position: static;
        width: 80px;
        margin: 10px 0 0;
    }
}
@media all and (max-width: 768px) {
    #footer .wa_mark {
        margin: 10px auto 0;
    }
}

.btn_top {
    z-index: 2;
    display: block;
    position: absolute;
    top: -43px;
    right: 50%;
    width: 80px;
    height: 80px;
    padding: 17px 0 0 0;
    margin: 0 -735px 0 0;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background: #375999;
    box-sizing: border-box;
}
.btn_top:before {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: 0 0 0 -4px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    transform: rotate(45deg);
    transition: top 0.3s ease-in-out;
}
.btn_top:hover:before {
    top: 25px;
}

@media all and (max-width: 1584px) {
    .btn_top {
        left: auto;
        right: 15px;
        top: 115px;
        margin: 0;
    }
}
@media all and (max-width: 1024px) {
    .btn_top {
        width: 60px;
        height: 60px;
        padding: 13px 0 0 0;
        font-size: 14px;
    }
    .btn_top:before,
    .btn_top:hover:before {
        top: 18px;
    }
}
@media all and (max-width: 768px) {
    .btn_top {
        top: 170px;
        right: 12px;
        width: 55px;
        height: 55px;
        font-size: 13px;
    }
    .btn_top:before,
    .btn_top:hover:before {
        top: 15px;
    }
}
@media all and (max-width: 568px) {
    .btn_top {
        top: 165px;
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .btn_top:before {
        top: 14px;
    }
}
@media all and (max-width: 380px) {
    .btn_top {
        top: 157px;
        width: 45px;
        height: 45px;
        font-size: 11px;
    }
    .btn_top:before {
        top: 13px;
    }
    .btn_top:hover:before {
        top: 10px;
    }
}

/*
서브 레이아웃
*/
#container_sub {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#subContent {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 8em 0;
    box-sizing: border-box;
}
#subContent:after {
    content: "";
    display: block;
    clear: both;
}
#subContent #content {
    float: left;
    width: 75.416%;
}
#fontSize {
    float: left;
    width: 100%;
}
@media all and (max-width: 1230px) {
    #subContent {
        width: 100%;
        padding: 0 15px 8em;
    }
}
@media all and (max-width: 1024px) {
    #subContent {
        padding-top: 0;
    }
    #subContent #content {
        width: 100%;
    }
}
@media all and (max-width: 768px) {
    #subContent {
        padding: 0 10px 5em;
    }
}

#subVisual {
    display: table;
    position: relative;
    width: 100%;
    height: 250px;
    line-height: 150%;
    font-size: 20px;
    font-weight: 400;
    font-family: "hansuw";
    color: #fff;
    text-align: center;
    background: url(/images/kr/common/bg_sub.jpg) no-repeat 50% 0;
    background-size: cover;
}
#subVisual .txt {
    display: table-cell;
    vertical-align: middle;
}
#subVisual .txt div {
    padding: 0 0 13px 0;
    font-size: 30px;
}
#subVisual .txt p {
    letter-spacing: 0;
}

@media all and (max-width: 1024px) {
    #subVisual {
        height: 115px;
        font-size: 15px;
    }
    #subVisual .txt div {
        padding: 0 0 9px;
        font-size: 23px;
    }
}
@media all and (max-width: 768px) {
    #subVisual {
        height: 95px;
        font-size: 14px;
    }
    #subVisual .txt div {
        padding: 0 0 6px;
        font-size: 20px;
    }
}
@media all and (max-width: 568px) {
    #subVisual {
        height: 72px;
        font-size: 12px;
        letter-spacing: -0.5px;
    }
    #subVisual .txt div {
        padding: 0 0 4px;
        font-size: 16px;
    }
}
@media all and (max-width: 380px) {
    #subVisual {
        height: 67px;
        font-size: 11px;
    }
    #subVisual .txt div {
        padding: 0 0 3px;
        font-size: 15px;
    }
}
@media all and (max-width: 350px) {
    #subVisual .txt div {
        font-size: 14px;
    }
}

/* 문서정보 */
.location {
    float: right;
    padding: 8px 0 0 0;
}
.location .home {
    float: left;
    width: 20px;
    height: 20px;
    text-indent: -999px;
    font-size: 0;
    background: url(/images/kr/common/ico_sub.png) no-repeat 0 100%;
}
.location span {
    position: relative;
    float: left;
    padding: 0 0 0 25px;
    line-height: 20px;
    font-size: 14px;
}
.location span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin: -3px 0 0 0;
    border-bottom: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
    transform: rotate(-45deg);
}

@media all and (max-width: 768px) {
    .location {
        padding: 4px 0 0 0;
    }
    .location span {
        padding: 0 0 0 19px;
        font-size: 13px;
    }
    .location span:before {
        left: 5px;
    }
}
@media all and (max-width: 568px) {
    .location {
        width: 100%;
        padding: 10px 0 0 4px;
        box-sizing: border-box;
    }
}
@media all and (max-width: 380px) {
    .location span {
        padding: 0 0 0 16px;
        font-size: 12px;
    }
    .location span:before {
        left: 3px;
    }
}

#pageInfo {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 50px 0 30px 0;
    margin: 0 0 45px;
    border-bottom: 1px solid #d2d2d2;
}
#pageTitle {
    float: left;
}
#pageTitle h3 {
    padding: 0 0 0 15px;
    line-height: 100%;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -2px;
}
@media all and (max-width: 1024px) {
    #pageInfo {
        padding: 30px 0 15px;
        margin: 0 0 30px;
    }
    #pageTitle h3 {
        padding: 0 0 0 5px;
        font-size: 27px;
    }
}
@media all and (max-width: 768px) {
    #pageInfo {
        padding: 30px 0 12px 0;
        margin: 0 0 25px;
    }
    #pageTitle h3 {
        font-size: 23px;
    }
}
@media all and (max-width: 568px) {
    #pageInfo {
        float: left;
        padding: 25px 0 10px 0;
        margin: 0 0 20px;
    }
    #pageTitle h3 {
        padding: 0 0 0 2px;
        font-size: 21px;
    }
}
@media all and (max-width: 380px) {
    #pageInfo {
        padding: 22px 0 8px 0;
        margin: 0 0 17px;
    }
    #pageTitle h3 {
        font-size: 20px;
    }
}

.util_wrap {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 9px;
    text-align: center;
}
.util_wrap .btns {
    float: left;
    width: 39px;
    height: 39px;
    font-size: 0;
    text-indent: -999px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #cfcfcf url(/images/common/ico_share.png) no-repeat 9px -30px;
}

.sns_share {
    float: right;
    margin: 0 3px 0 0;
}
.sns_share a,
.sns_share .btn_share {
    display: block;
    font-size: 0;
    text-indent: -999px;
    background: #3752b7 url(/images/common/ico_sns.png) no-repeat 9px 6px;
}
.sns_share .tit {
    display: none;
    padding: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}
.sns_share .btn_share {
    width: 39px;
    height: 62px;
    background: url(/images/common/ico_share.png) no-repeat 9px 22px;
}
.sns_share.on .btn_share {
    background-position: -22px 22px;
}
.sns_share .list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 6px;
    right: 45px;
    width: 165px;
    padding: 8px 0 9px 0;
    border: 1px solid #e1e1e1;
    transition: 0.25s ease-in-out;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.sns_share.on .list {
    visibility: visible;
    opacity: 1;
    right: 53px;
}
.sns_share .list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
}
.sns_share a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-position: 10px 7px;
}
.sns_share .bl {
    background-color: #00c401;
    background-position: -64px 7px;
}
.sns_share .kko {
    background-color: #f2cb3a;
    background-position: -141px 8px;
}
.sns_share .insta {
    background-color: #c536a4;
    background-position: -102px 7px;
}
.sns_share .tw {
    background-color: #53c2ef;
    background-position: -26px 8px;
}
.sns_share .fb:hover {
    background-color: #398df4;
}
.sns_share .bl:hover {
    background-color: #00df00;
}
.sns_share .tw:hover {
    background-color: #85d2f3;
}
.sns_share .kko:hover {
    background-color: #f3d356;
}
.sns_share .insta:hover {
    background-color: #8a38b4;
}

@media all and (max-width: 1230px) {
    .util_wrap {
        right: 15px;
    }
}
@media all and (max-width: 1024px) {
    .util_wrap {
        bottom: 28px;
    }
    .util_wrap .btns {
        width: 35px;
        height: 35px;
        background-position: 10px 9px;
    }
    .util_wrap .btn_copy {
        background-position: -94px 7px;
    }
    .util_wrap .btn_print {
        display: none;
    }

    .sns_share {
        margin: 0 10px 0 0;
    }
    .sns_share .list {
        top: 40px;
        right: 15px;
        width: 153px;
        padding: 7px 0;
        background: #fff;
    }
    .sns_share .btn_share {
        height: 49px;
        background-position: 10px 15px;
    }
    .sns_share.on .list {
        top: 49px;
        right: 15px;
    }
    .sns_share.on .btn_share {
        background-position: -21px 15px;
    }
}
@media all and (max-width: 768px) {
    .util_wrap {
        bottom: 15px;
        right: 10px;
    }

    .sns_share {
        margin: 0 5px 0 0;
    }
    .sns_share .list {
        right: 10px;
    }
    .sns_share .btn_share {
        height: 45px;
        background-position: 10px 13px;
    }
    .sns_share.on .btn_share {
        background-position: -21px 13px;
    }
    .sns_share.on .list {
        top: 45px;
        right: 10px;
    }
}
@media all and (max-width: 568px) {
    .util_wrap {
        bottom: 13px;
    }

    .sns_share .btn_share {
        height: 39px;
        background-position: 10px 10px;
    }
    .sns_share.on .btn_share {
        background-position: -21px 10px;
    }
    .sns_share.on .list {
        top: 39px;
    }
}
@media all and (max-width: 380px) {
    .util_wrap {
        bottom: 10px;
    }

    .sns_share .btn_share {
        height: 36px;
        background-position: 10px 8px;
    }
    .sns_share.on .btn_share {
        background-position: -21px 8px;
    }
    .sns_share.on .list {
        top: 36px;
    }
}

/* 서브메뉴 */
#submenu {
    z-index: 1;
    position: relative;
    float: left;
    width: 19.583%;
    margin: -40px 5% 0 0;
}
#submenu .sm_tit {
    position: relative;
    display: table;
    width: 100%;
    height: 150px;
    text-align: center;
    border-radius: 0 30px;
    background: #3a4996 url(/images/kr/common/bg_tit.png) no-repeat;
}
#submenu .sm_tit h2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 28px;
    color: #fff;
}
#submenu .depth2 {
    width: 100%;
    margin: 15px 0 0 0;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    box-sizing: border-box;
}
#submenu .depth2 > li {
    line-height: 0;
}
#submenu .depth2 > li > a {
    position: relative;
    display: block;
    height: 53px;
    line-height: 52px;
    padding: 0 0 0 24px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    text-decoration: none;
    box-sizing: border-box;
    background: #fff;
}
#submenu .depth2 > li:first-child > a {
    border-top: 1px solid #dcdcdc;
}
#submenu .depth2 > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    background: url(/images/kr/common/ico_sub.png) no-repeat 0 -53px;
}
#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 {
    color: #fff;
    font-weight: 600;
    border-color: #3a4996;
    border-bottom-color: #fff;
    background: #3a4996;
}
#submenu .depth2 > li:last-child > a:hover,
#submenu .depth2 > li.current_on:last-child > a {
    border-bottom-color: #3a4996;
}
#submenu .depth2 > li:hover > a:after,
#submenu .depth2 > li.current_on > a:after,
#submenu .depth2 > li > a:hover:after {
    background-position: 0 0;
}
#submenu .depth2 li ul {
    display: none;
    padding: 15px 10px 15px 24px;
    border-bottom: 1px solid #dcdcdc;
    background: #f9f9f9;
}

#submenu .depth2 li ul li a {
    position: relative;
    display: block;
    padding: 7px 0 7px 15px;
    font-size: 100%;
    line-height: 100%;
    color: #606060;
}
#submenu .depth2 li ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 2px;
    background: #888;
}
#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: #3a4996;
    font-weight: 800;
}
#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: #3a4996;
}

/* 모바일 메뉴 */
@media all and (max-width: 1024px) {
    .m_menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 60%;
        height: 100%;
        overflow-y: auto;
        z-index: 100;
        background: #ccc;
        transition: right 0.25s ease-in-out;
    }
    .m_menu .tit {
        display: none;
    }
    .m_menu.on {
        right: 0;
    }
    .m_menu .m_top {
        position: relative;
        height: 110px;
        background: #fff;
    }
    .m_menu .logo {
        position: absolute;
        top: 35px;
        left: 12px;
        text-align: left;
        transform: none;
    }
    .m_menu > ul {
        float: left;
        width: 100%;
        height: calc(100% - 110px);
        border-top: 3px solid #2e3446;
        box-sizing: border-box;
    }
    .m_menu > ul a {
        display: block;
        text-decoration: none;
        cursor: pointer;
    }
    .m_menu > ul > li {
        width: 43%;
        border-bottom: 1px solid #515466;
    }
    .m_menu > ul > li > a {
        position: relative;
        height: 3em;
        padding: 0 0 0 1em;
        line-height: 3em;
        font-size: 130%;
        font-weight: 400;
        color: #fff;
        background: #2e3446;
    }
    .m_menu > ul > li > a:before {
        display: none;
        content: "";
        position: absolute;
        top: 50%;
        right: -8px;
        width: 0;
        height: 0;
        margin: -8px 0 0 0;
        border-left: 15px solid #fff;
        border-top: 15px solid transparent;
        transform: rotate(45deg);
    }
    .m_menu > ul > li.current_on > a,
    .m_menu > ul > li > .on {
        font-weight: 800;
        background: #4f67d6;
    }
    .m_menu > ul > li.current_on > a:before,
    .m_menu > ul > li > .on:before {
        display: block;
    }
    .m_menu > ul > li > div {
        position: absolute;
        top: 110px;
        left: 43%;
        display: none;
        width: 57%;
        height: calc(100% - 110px);
        padding: 13px 0.8em 0 1.2em;
        border-top: 3px solid #2e3446;
        background: #fff;
        box-sizing: border-box;
    }
    .m_menu > ul > li.current_on .menu,
    .m_menu > ul > li .on + .menu {
        display: block !important;
    }
    .m_menu > ul > li > div > ul > li {
        margin: 0 0 2px;
        border-bottom: 1px solid #e6e6e6;
    }
    .m_menu > ul > li > div > ul > li > a {
        position: relative;
        padding: 8px 0 8px 1.2em;
        font-size: 115%;
        font-weight: 400;
    }
    .m_menu > ul > li > div > ul > li > a:before,
    .m_menu > ul > li > div > ul > li a[target="_blank"]:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        display: block;
        width: 10px;
        height: 10px;
        margin: -5px 0 0 0;
        background: url(/images/kr/main/ico_ctrl.png) no-repeat -83px -38px;
    }
    .m_menu > ul > li > div ul li.hasUl > a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 8px;
        height: 8px;
        margin: -7px 0 0 0;
        border-bottom: 2px solid #555;
        border-right: 2px solid #555;
        transition: transform 0.3s;
        transform: rotate(45deg);
        background: none;
    }
    .m_menu > ul > li > div ul li.hasUl > a.on:after {
        margin: -4px 0 0 0;
        transform: rotate(225deg);
    }
    .m_menu > ul > li > div ul li:not(.hasUl) > a[target="_blank"]:after {
        width: 14px;
        height: 14px;
        margin: -7px 0 0 0;
        background: url(/images/common/ico_new.png) no-repeat 100% 0;
    }
    .m_menu > ul > li > div > ul > li > a:before {
        position: absolute;
        top: 14px;
        left: 0.2em;
        width: 13px;
        height: 13px;
        margin: 0;
        border: 4px solid #9ba0aa;
        border-left: 4px solid #182239;
        border-top: 4px solid #182239;
        background: none;
    }
    .m_menu > ul > li > div > ul > li > ul {
        overflow: hidden;
        width: 100%;
        margin: 2px 0 0 0;
        padding: 0.6em 0 0.5em 0.5em;
        box-sizing: border-box;
        background: #f3f3f3;
    }
    .m_menu > ul > li > div > ul > li > ul li a {
        position: relative;
        padding: 3px 0 3px 13px;
    }
    .m_menu > ul > li > div > ul > li > ul li a:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 4px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #4f67d6;
    }
    .m_menu > ul > li.current_on .current_on > a {
        font-weight: 800;
        color: #2e3446;
    }
}
@media all and (max-width: 768px) {
    .m_menu .m_top {
        height: 72px;
    }
    .m_menu .logo {
        top: 15px;
    }
    .m_menu > ul {
        height: calc(100% - 72px);
    }
    .m_menu > ul > li > a {
        padding: 0 0 0 0.7em;
        font-size: 16px;
    }
    .m_menu > ul > li > a:before {
        right: -7px;
        margin: -7px 0 0 0;
        border-left: 13px solid #fff;
        border-top: 13px solid transparent;
    }
    .m_menu > ul > li > div {
        top: 72px;
        height: calc(100% - 72px);
        padding: 0.6em 0.7em 0.5em 0.7em;
    }
    .m_menu > ul > li > div > ul > li > a {
        padding: 6px 0 6px 1.2em;
        font-size: 15px;
        background-size: 13px;
    }
    .m_menu > ul > li > div > ul > li > a:before {
        top: 11px;
        width: 10px;
        height: 10px;
        border-width: 3px;
    }
    .m_menu > ul > li > div > ul > li > ul {
        padding: 0.5em 0 0.4em 0.4em;
    }
    .m_menu > ul > li > div > ul > li > ul li a {
        padding: 2px 0 2px 13px;
        font-size: 14px;
    }
    .m_menu > ul > li > div > ul > li > ul li a:before {
        top: 8px;
    }
    .m_menu > ul > li > div ul li:not(.hasUl) > a[target="_blank"]:after {
        width: 11px;
        height: 11px;
        background-size: cover;
    }
}
@media all and (max-width: 568px) {
    .m_menu {
        width: 285px;
    }
}
