@charset "utf-8";
html,
body {
    height: 100%;
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

body {
    min-width: 280px;
    font-family: "Pretendard", "맑은 고딕", "돋움", AppleSDGothicNeo, Dotum, Pretendard, Droid Sans, arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #777777;
    list-style: none;
    outline: 0;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.25px;
    -webkit-text-size-adjust: none;
    opacity: 0;
    /* 웹폰트 적용을 위해 추가함 */
}

body.fixed {
    height: 100%;
    overflow: hidden;
}


/* skipToContent */

.skip-navigation a {
    position: absolute;
    left: -3000%;
}

.skip-navigation a:focus {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: #039;
    color: #fff;
    text-align: center;
    z-index: 10000000000;
}

caption,
.blind {
    position: absolute;
    top: -50000em;
    left: -50000em;
    color: transparent;
    background: transparent;
    text-shadow: none;
    z-index: -1;
}

.wrapper {
    position: relative;
    margin: 0;
    padding-top: 152px;
    clear: both;
}

.wrapper:after {
    content: "";
    clear: both;
    display: block;
}


/* header */

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 152px;
    z-index: 100;
}

.header:after {
    display: block;
    content: "";
    clear: both;
}

.gnb-wrapper {
    width: 100%;
    border-bottom: 1px solid #eef0f1;
    background-color: rgba(255, 255, 255, 1);
}

.gnb-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1760px;
    height: 70px;
    padding: 0 20px;
    margin: 0 auto;
}

.gnb-area>dl {
    display: block;
}

.gnb-area>dl:after {
    display: block;
    content: "";
    clear: both;
}

.gnb-area>dl>dt {
    float: left;
    margin-right: 7px;
    line-height: 22px;
    color: #444444;
}

.gnb-area>dl>dd {
    float: left;
}

.gnb-area>dl>dd>button {
    float: left;
    margin-left: 5px;
    width: 22px;
    height: 22px;
    background-color: #f1f1f1;
    border-radius: 5px;
    text-indent: -5000rem;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center center;
    transition: all 0.2s ease;
}

.gnb-area>dl>dd>button:hover,
.gnb-area>dl>dd>button:focus {
    background-color: #ddd;
}

.gnb-area>dl>dd>button.big {
    background-image: url(../img/icon/icon_plus01.png);
}

.gnb-area>dl>dd>button.small {
    background-image: url(../img/icon/icon_minus01.png);
}

.gnb-area>dl>dd>button.reset {
    background-image: url(../img/icon/icon_reset01.png);
}

.right-gnb-list {
    float: right;
}

.right-gnb-list>ul {
    float: left;
    margin-top: 14px;
}

.right-gnb-list>ul>li {
    float: left;
    margin-right: 30px;
}

.right-gnb-list>ul>li:last-child {
    margin-right: 0;
}

.right-gnb-list>ul>li>a {
    position: relative;
    display: block;
    color: #444444;
    transition: all 0.2s ease-in-out;
}

.right-gnb-list>ul>li>a:hover {
    color: #000;
}

.right-gnb-list>ul>li>a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all 0.2s ease-in-out;
}

.right-gnb-list>ul>li>a:hover:before {
    left: 0;
    width: 100%;
}

.right-gnb-list .icon-bar {
    display: none;
    float: left;
    margin-top: 16px;
    margin-left: 23px;
    margin-right: 20px;
    width: 1px;
    height: 14px;
    background-color: #cbcbcd
}

.right-gnb-list .btn-popup {
    display: none;
    margin-top: 14px;
}

.right-gnb-list .btn-popup,
.right-gnb-list .btn-popup strong,
.right-gnb-list .btn-popup .icon-bell {
    float: left;
}

.right-gnb-list .btn-popup strong {
    color: #000000;
    font-weight: 600;
}

.right-gnb-list .btn-popup .icon-bell {
    position: relative;
    margin-top: -2px;
}

.right-gnb-list .btn-popup .icon-bell>img {
    display: block;
    width: 17px;
    margin-left: 7px;
}

.right-gnb-list .btn-popup .icon-bell .badge {
    position: absolute;
    top: 1px;
    right: 0;
    margin-right: -3px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff8808;
}


.gnb-search-wrapper {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 39px;
    gap: 5px;
}

.gnb-search-wrapper > select {
    display: inline-block;
    vertical-align: middle;;
    width: 210px;
    height: 42px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    color: #333333;
    font-size: 15px;
}

.gnb-search-wrapper > button {
    display: inline-block;
    vertical-align: middle;;
    width: 56px;
    height: 42px;
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.header-wrapper {
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    height: 81px;
    background-color: rgba(255, 255, 255, 100%);
    /*
    border-bottom: 1px solid #e6e7e8
    */
}

.wrapper.fixed.focus .header-wrapper,
.wrapper.fixed .header-wrapper {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.header-wrapper>.bg {
    position: absolute;
    top: 81px;
    left: 0;
    display: none;
    width: 100%;
    padding: 35px 0;
    border-top: 1px solid #e6e7e8;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.wrapper.fixed .header-wrapper>.bg {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.header-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1760px;
    height: 81px;
    padding: 0 20px;
    margin: 0 auto;
}

.header-area>h1,
.header-area>h1 a,
.header-area>h1 a img {
    display: inline-block;
}

.header-area>h1 a img {
    margin-right: 10px;
    width: 42px;
}

.header-area>h1 a strong {
    color: #003586;
    font-size: 24px;
    font-weight: 700;
}

.top-menu-wrapper {
    width: 100%;
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
}

.top-menu-wrapper>ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 44px;
}

.top-menu-wrapper>ul>li {
    display: block;
}

.top-menu-wrapper>ul>li>a {
    position: relative;
    display: inline-block;
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700
}

.top-menu-wrapper>ul>li>a,
.top-menu-wrapper>ul>li>a:after,
.top-menu-wrapper>ul>li>a:before {
    transition: all .2s;
}

.top-menu-wrapper>ul>li>a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #0c4da2;
    transition: all 0.2s ease-in-out;
}

.top-menu-wrapper>ul>li>a:hover:before,
.top-menu-wrapper>ul>li>a.active:before {
    left: 0;
    width: 100%;
}

.top-menu-wrapper>ul>li>a.active:before {
    background-color: #0c4da2
}

.top-menu-wrapper>ul>li>a:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    opacity: 0;
    background-color: #0c4da2;
}

.top-menu-wrapper>ul>li>a.active:after {
    left: -16px;
    background-color: #0c4da2;
    opacity: 1;
}

.top-menu-wrapper>ul>li>a>.title {
    position: relative;
    top: 0;
    display: block;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    -moz-transition: transform 500ms;
}

.top-menu-wrapper>ul>li>a>.title>span {
    position: relative;
    top: 0;
    display: inline-block;
    color: #222222;
    transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    -moz-transition: transform 500ms;
}

.top-menu-wrapper>ul>li>a>.title>span:after {
    content: attr(data-hover);
    position: absolute;
    top: -30px;
    left: 0;
    color: #0c4da2;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.top-menu-wrapper>ul>li>a:hover>.title>span,
.top-menu-wrapper>ul>li>a:focus>.title>span {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
}

.wrapper.fixed .top-menu-wrapper>ul>li>a.active.point>.title>span,
.wrapper.focus .top-menu-wrapper>ul>li>a.active.point>.title>span,
.wrapper.fixed .top-menu-wrapper>ul>li>a.active>.title>span,
.wrapper.focus .top-menu-wrapper>ul>li>a.active>.title>span,
.top-menu-wrapper>ul>li>a.active>.title>span {
    color: #0c4da2 !important;
}

.top-menu-wrapper>ul>li>a.active>.title>span {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}


/*
.top-menu-wrapper>ul>li>a.point>.title>span {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
}
*/

.top-menu-wrapper>ul>li .top-submenu {
    position: absolute;
    top: 81px;
    left: 50%;
    display: none;
    padding: 35px 10px 35px 50px;
    z-index: 10;
    text-align: left;
    word-break: keep-all;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea
}

.top-menu-wrapper>ul>li .top-submenu h2 {
    margin-bottom: 8px;
}

.top-menu-wrapper>ul>li .top-submenu h2>a {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #222222;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.top-menu-wrapper>ul>li .top-submenu h2>a:hover,
.top-menu-wrapper>ul>li .top-submenu h2>a.active {
    color: #0c4da2;
}

.top-menu-wrapper>ul>li .top-submenu.active {
    background-color: #f8f9f9;
}

.top-menu-wrapper>ul>li .top-submenu>ul {
    display: block;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li {
    margin-bottom: 10px;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li:last-child {
    margin-bottom: 0;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    word-break: keep-all;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a>.title {
    position: relative;
    float: left;
    color: #777777;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.25px;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a:after {
    content: "";
    clear: both;
    display: block;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a:hover .title {
    color: #0c4da2;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a.active .title {
    color: #0c4da2 !important
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a>.title>span {
    display: block;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a .title:before {
    position: absolute;
    top: 6px;
    left: 0;
    margin-left: -5px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #0c4da2;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a.active .title:before,
.top-menu-wrapper>ul>li .top-submenu>ul>li>a:hover .title:before,
.top-menu-wrapper>ul>li .top-submenu>ul>li>a:focus .title:before {
    margin-left: -15px;
    opacity: 1;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a.active .title:before {
    background: #0c4da2 !important;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a:hover .title:before,
.top-menu-wrapper>ul>li .top-submenu>ul>li>a:focus .title:before {
    background: #0c4da2;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a .title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #0c4da2;
    transition: all 0.2s ease-in-out;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a.active .title:after,
.top-menu-wrapper>ul>li .top-submenu>ul>li>a:hover .title:after,
.top-menu-wrapper>ul>li .top-submenu>ul>li>a:focus .title:after {
    left: 0;
    width: 100%;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a[target=_blank]:before {
    position: absolute;
    top: 0;
    right: -20px;
    margin-top: 4px;
    content: "";
    display: block;
    text-indent: -5000rem;
    width: 12px;
    height: 12px;
    background-size: 12px 24px;
    background-position: 0 -12px;
    background-repeat: no-repeat;
    background-image: url(../img/icon/icon_newwindows01.png);
    transition: all 0.2s ease-in-out;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>a[target=_blank]:hover:before,
.top-menu-wrapper>ul>li .top-submenu>ul>li>a[target=_blank]:focus:before,
.top-menu-wrapper>ul>li .top-submenu>ul>li>a[target=_blank].active:before {
    background-position: 0 0;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>ul {
    display: none;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>ul>li {
    margin-bottom: 5px;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>ul>li>a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    font-size: 13px;
    line-height: 15px;
    color: #4d4d4d;
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>ul>li>a.active {
    color: #38beef
}

.top-menu-wrapper>ul>li .top-submenu>ul>li>ul>li>a:before {
    position: absolute;
    top: 0;
    left: 4px;
    content: "-";
}


/* 상단 메뉴 2개일 경우 */

.top-menu-wrapper>ul>li.counter2 .top-submenu {
    width: 601px;
}

.top-menu-wrapper>ul>li.counter2:nth-child(1) .top-submenu {
    margin-left: -600px;
}

.top-menu-wrapper>ul>li.counter2:nth-child(2) .top-submenu {
    margin-left: 0;
}


/* 상단 메뉴 3개일 경우 */

.top-menu-wrapper>ul>li.counter3 .top-submenu {
    width: 401px;
}

.top-menu-wrapper>ul>li.counter3:nth-child(1) .top-submenu {
    margin-left: -600px;
}

.top-menu-wrapper>ul>li.counter3:nth-child(2) .top-submenu {
    margin-left: -200px;
}

.top-menu-wrapper>ul>li.counter3:nth-child(3) .top-submenu {
    margin-left: 200px;
}


/* 상단 메뉴 4개일 경우 */

.top-menu-wrapper>ul>li.counter4 .top-submenu {
    width: 301px;
}

.top-menu-wrapper>ul>li.counter4:nth-child(1) .top-submenu {
    margin-left: -600px;
}

.top-menu-wrapper>ul>li.counter4:nth-child(2) .top-submenu {
    margin-left: -300px;
}

.top-menu-wrapper>ul>li.counter4:nth-child(3) .top-submenu {
    margin-left: 0;
}

.top-menu-wrapper>ul>li.counter4:nth-child(4) .top-submenu {
    margin-left: 300px;
}


/* 상단 메뉴 5개일 경우 */

.top-menu-wrapper>ul>li.counter5 .top-submenu {
    width: 241px;
}

.top-menu-wrapper>ul>li.counter5:nth-child(1) .top-submenu {
    margin-left: -600px;
}

.top-menu-wrapper>ul>li.counter5:nth-child(2) .top-submenu {
    margin-left: -360px;
}

.top-menu-wrapper>ul>li.counter5:nth-child(3) .top-submenu {
    margin-left: -120px;
}

.top-menu-wrapper>ul>li.counter5:nth-child(4) .top-submenu {
    margin-left: 120px;
}

.top-menu-wrapper>ul>li.counter5:nth-child(5) .top-submenu {
    margin-left: 360px;
}


/* 상단 메뉴 6개일 경우 */

.top-menu-wrapper>ul>li.counter6 .top-submenu {
    width: 201px;
}

.top-menu-wrapper>ul>li.counter6:nth-child(1) .top-submenu {
    margin-left: -600px;
}

.top-menu-wrapper>ul>li.counter6:nth-child(2) .top-submenu {
    margin-left: -400px;
}

.top-menu-wrapper>ul>li.counter6:nth-child(3) .top-submenu {
    margin-left: -200px;
}

.top-menu-wrapper>ul>li.counter6:nth-child(4) .top-submenu {
    margin-left: 0px;
}

.top-menu-wrapper>ul>li.counter6:nth-child(5) .top-submenu {
    margin-left: 200px;
}

.top-menu-wrapper>ul>li.counter6:nth-child(6) .top-submenu {
    margin-left: 400px;
}


/* 상단 메뉴 7개일 경우 */

.top-menu-wrapper>ul>li.counter7 .top-submenu {
    width: 172px;
}

.top-menu-wrapper>ul>li.counter7:nth-child(1) .top-submenu {
    margin-left: -600px;
}

.top-menu-wrapper>ul>li.counter7:nth-child(2) .top-submenu {
    margin-left: -429px;
}

.top-menu-wrapper>ul>li.counter7:nth-child(3) .top-submenu {
    margin-left: -258px;
}

.top-menu-wrapper>ul>li.counter7:nth-child(4) .top-submenu {
    margin-left: -87px;
}

.top-menu-wrapper>ul>li.counter7:nth-child(5) .top-submenu {
    margin-left: 84px;
}

.top-menu-wrapper>ul>li.counter7:nth-child(6) .top-submenu {
    margin-left: 255px;
}

.top-menu-wrapper>ul>li.counter7:nth-child(7) .top-submenu {
    margin-left: 426px;
}


/* 상단 메뉴 8개일 경우 */

.top-menu-wrapper>ul>li.counter8 .top-submenu {
    width: 151px;
}

.top-menu-wrapper>ul>li.counter8:nth-child(1) .top-submenu {
    margin-left: -600px;
}

.top-menu-wrapper>ul>li.counter8:nth-child(2) .top-submenu {
    margin-left: -450px;
}

.top-menu-wrapper>ul>li.counter8:nth-child(3) .top-submenu {
    margin-left: -300px;
}

.top-menu-wrapper>ul>li.counter8:nth-child(4) .top-submenu {
    margin-left: -150px;
}

.top-menu-wrapper>ul>li.counter8:nth-child(5) .top-submenu {
    margin-left: 0;
}

.top-menu-wrapper>ul>li.counter8:nth-child(6) .top-submenu {
    margin-left: 150px;
}

.top-menu-wrapper>ul>li.counter8:nth-child(7) .top-submenu {
    margin-left: 300px;
}

.top-menu-wrapper>ul>li.counter8:nth-child(8) .top-submenu {
    margin-left: 450px;
}


/* 전체메뉴 */

.mask-totalmenu {
    position: fixed;
    top: 126px;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 15;
}

.totalmenu-wrapper {
    display: none;
}

.right-btns {
    position: absolute;
    top: 0;
    right: 0;
    height: 90px;
}

.right-btns:after {
    display: block;
    content: "";
    clear: both;
}

.btn-totalmenu {
    position: relative;
    float: left;
    width: 81px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-totalmenu:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 0;
    transition: all 0.1s ease-in-out;
}

.btn-totalmenu .menu {
    position: relative;
    display: block;
    width: 26px;
    height: 21px;
}

.btn-totalmenu .menu>span {
    position: absolute;
    left: 0;
    width: 26px;
    height: 3px;
    background-color: #323232;
    transition: all 0.2s ease;
}

.btn-totalmenu .menu>span:nth-of-type(1) {
    top: 0;
}

.btn-totalmenu .menu>span:nth-of-type(2) {
    top: 9px;
}

.btn-totalmenu .menu>span:nth-of-type(3) {
    bottom: 0;
    width: 17px;
}

.btn-totalmenu .menu.active>span:nth-child(1) {
    width: 100%;
    transform: translateY(9px) rotateZ(45deg);
}

.btn-totalmenu .menu.active>span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.btn-totalmenu .menu.active>span:nth-child(3) {
    width: 100%;
    transform: translateY(-9px) rotateZ(-45deg);
}

.sub-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    background-color: #213768;
    background-image: url(../img/common/bg_subvisual.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 82px;
    background-position: Center;
}

.sub-visual>img.pc {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1920px;
    margin-left: -960px;
}

.sub-visual>img.mobile {
    display: none;
}

.sub-visual>h2 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 82px;
    color: #ffffff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

.additional-function-wrapper {
    position: relative;
    width: 100%;
    max-width: 1240px;
    height: 82px;
    padding: 0 20px;
    margin: 0 auto;
}

.additional-function-wrapper:after {
    display: block;
    content: "";
    clear: both;
}

.additional-function-wrapper>li {
    position: relative;
    float: right;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
}

.additional-function-wrapper>li>button {
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
    text-indent: -500rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 21px 21px;
    cursor: pointer
}

.additional-function-wrapper>li>button.share {
    background-image: url(../img/icon/icon_share01.png)
}

.additional-function-wrapper>li>button.print {
    background-image: url(../img/icon/icon_print01.png)
}

.share-list-wrapper {
    position: absolute;
    top: 70px;
    right: 50%;
    margin-right: -85px;
    margin-top: -10px;
    width: 170px;
    height: 230px;
    display: none;
    background: #fff;
    border: 1px solid #000;
    padding: 40px 20px 20px 20px;
    transition: 0.2s all ease-in-out;
    overflow: hidden;
    z-index: 15;
}

.share-list-wrapper>ul {
    display: block;
}

.share-list-wrapper>ul>li {
    text-align: left;
    margin-top: 5px;
}

.share-list-wrapper>ul>li:first-child {
    margin-top: 0;
}

.share-list-wrapper>ul>li>a {
    width: auto !important;
    font-size: 15px;
    color: #333333;
    padding-left: 40px;
    line-height: 34px;
    display: block;
    background-repeat: no-repeat;
    background-size: 30px 31px;
    background-position: left center;
}

.share-list-wrapper>ul>li>a.facebook {
    background-image: url(../img/icon/icon_facebook.png);
}

.share-list-wrapper>ul>li>a.twitter {
    background-image: url(../img/icon/icon_twiter.png);
}

.share-list-wrapper>ul>li>a.blog {
    background-image: url(../img/icon/icon_blog.png);
}

.share-list-wrapper>ul>li>a.kakaostory {
    background-image: url(../img/icon/icon_kakstory.png);
}

.share-list-wrapper button.close {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/btn/btn_close01.png);
    background-size: 12px 12px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.container {
    position: relative;
    padding-top: 126px;
}

.contents-navigation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 56px;
    background-color: #009bd9;
}

.contents-navigation {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.contents-navigation:after {
    content: "";
    clear: both;
    display: block;
}

.contents-navigation>.home {
    position: relative;
    float: left;
    width: 61px;
    height: 56px;
    background-color: #0e7ec3
}

.contents-navigation>.home:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.15);
    transition: all 0.1s ease-in-out;
}

.contents-navigation>.home:hover:before {
    height: 100%;
}

.contents-navigation>.home>span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 15px;
    margin-top: -7.5px;
    margin-left: -10px;
    font-size: 0;
    text-indent: -5000rem;
    background-size: 20px 15px;
    background-image: url(../img/icon/icon_home.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 10;
}

.contents-navigation>ul {
    float: left;
}

.contents-navigation>ul:after {
    content: "";
    clear: both;
    display: block;
}

.contents-navigation>ul>li {
    position: relative;
    float: left;
    min-width: 236px;
}

.contents-navigation>ul>li:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    margin-top: -9px;
    background-color: #1379b0;
}

.contents-navigation>ul>li button {
    position: relative;
    width: 100%;
    height: 56px;
    padding: 0 44px 0 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.contents-navigation>ul>li button.active {
    background-color: rgba(60, 147, 166, 0.1);
}

.contents-navigation>ul>li button:after {
    position: absolute;
    top: 50%;
    right: 27px;
    content: "";
    display: block;
    width: 14px;
    height: 9px;
    margin-top: -4.5px;
    background-image: url(../img/icon/icon_arrow_down01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px 9px;
    transition: all 0.2s ease-in-out;
}

.contents-navigation>ul>li button.active:after {
    transform: rotate(180deg);
}

.contents-navigation>ul>li>ul {
    position: absolute;
    top: 56px;
    left: -1px;
    display: none;
    width: calc(100% + 2px);
    max-height: 350px;
    border: 1px solid #dddddd;
    border-bottom: 0;
    background-color: #e7eaed;
    overflow-y: auto;
    z-index: 10;
}

.contents-navigation>ul>li>ul>li {
    display: block;
}

.contents-navigation>ul>li>ul>li>a {
    display: flex;
    width: 100%;
    min-height: 58px;
    padding: 10px 25px;
    color: #555555;
    font-size: 17px;
    line-height: 36px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #d3d8df;
}

.contents-navigation>ul>li>ul>li>a strong {
    position: relative;
    display: inline-block;
}

.contents-navigation>ul>li>ul>li>a:after {
    content: "";
    clear: both;
    display: block;
}

.contents-navigation>ul>li>ul>li>a:hover,
.contents-navigation>ul>li>ul>li>a:focus {
    color: #fff;
    background-color: #f07e3f
}

.contents-navigation>ul>li>ul>li>a[target="_blank"] strong:after {
    position: absolute;
    top: 50%;
    right: -20px;
    content: "";
    display: block;
    text-indent: -5000rem;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-size: 12px 24px;
    background-position: 0 -12px;
    background-repeat: no-repeat;
    background-image: url(../img/icon/icon_newwindows02.png);
    transition: all 0.2s ease-in-out;
}

.contents-navigation>ul>li>ul>li>a[target="_blank"]:hover strong:after,
.contents-navigation>ul>li>ul>li>a[target="_blank"]:focus strong:after {
    background-position: 0 0;
}

.container-wrapper {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.lnb-wrapper {
    position: absolute;
    top: 108px;
    left: 45px;
    display: block;
    transition: all 0.2s ease;
    z-index: 5;
}

.lnb-wrapper.fixed {
    position: fixed;
    top: 101px;
}

.lnb-wrapper.active {
    display: block;
}

.lnb-wrapper .btn-toggle-lnb {
    position: relative;
    left: 0;
    transition-delay: 0.2s;
    transition: all 1s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.lnb-wrapper .btn-toggle-lnb .arrow {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #495057;
    background-image: url(../img/icon/icon_lnb_arrow01.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 0 0;
    box-shadow: 0 5px 12px 0  rgba(0, 0, 0, 0.08);
    transition: all 1s ease-in-out;
}

.lnb-wrapper .btn-toggle-lnb strong {
    margin-left: 9px;
    color: #5a6168;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.lnb-wrapper.on .btn-toggle-lnb .arrow {
    transform: rotate(180deg);
}

.lnb-wrapper.on .btn-toggle-lnb strong {
    display: none;
}


.lnb-area {
    display: block;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    box-shadow: 0px 6px 30px 0px rgba(24, 34, 60, 0.08);
}
.lnb-area h2 {
    display: none;
}
.lnb-area>ul {
    display: block;
    width: 238px;
    overflow: hidden;
}
.lnb-area>ul>li {
    display: block;
}
.lnb-area>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 72px;
    padding: 12px 55px 12px 28px;
    font-weight: 500;
    transition: all 0.2s ease;
    word-break: keep-all;
    letter-spacing: -0.5px;;
}

.lnb-area>ul>li>a:before {
    position: absolute;
    bottom: 0;
    left: 28px;
    content: "";
    display: block;
    width: calc(100% - 56px);
    height: 1px;
    background-color: #eee
}

.lnb-area>ul>li:last-child>a:before {
    display: none;
}


.lnb-area>ul>li>a .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    transition: all 0.2s ease-in-out;
}

.lnb-area>ul>li>a.active,
.lnb-area>ul>li>a.point {
    background: linear-gradient(0deg, #e7eaed, #edeff1, #f1f2f4);
}

.lnb-area>ul>li>a:hover .title,
.lnb-area>ul>li>a:focus .title,
.lnb-area>ul>li>a.active .title,
.lnb-area>ul>li>a.point .title {
    color: #006fb6;
    font-weight: 700;
}

.lnb-area>ul>li>a .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    margin-top: -3.5px;
    background-image: url(../img/icon/icon_lnb_arrow_off02.png);
    background-repeat: no-repeat;
    background-size: 12px 7px;
    background-position: 0 0;
    transition: all 0.2s ease;
}
.lnb-area>ul>li>a.active,
.lnb-area>ul>li>a.point {
    color: #006fb6
}
.lnb-area>ul>li>a.active .arrow,
.lnb-area>ul>li>a.point .arrow {
    background-image: url(../img/icon/icon_lnb_arrow_on02.png);
    transform: rotate(180deg);
}
.lnb-area>ul>li>ul {
    position: relative;
    display: none;
    background-color: #ffffff;
    padding: 20px 28px;
}

.lnb-area>ul>li>ul:before  {
    position: absolute;
    bottom: 0;
    left: 28px;
    content: "";
    display: block;
    width: calc(100% - 56px);
    height: 1px;
    background-color: #eee
}

.lnb-area>ul>li>ul.active {
    display: block;
}
.lnb-area>ul>li>ul>li+li {
    margin-top: 10px;
}
.lnb-area>ul>li>ul>li>a {
    position: relative;
    display: inline-block;
    color: #777;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.lnb-area>ul>li>ul>li>a:hover,
.lnb-area>ul>li>ul>li>a:focus,
.lnb-area>ul>li>ul>li>a.active {
    color: #0c4da2;
    font-weight: 800
}

.lnb-area>ul>li>ul>li>a.active:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0c4da2
}   

.lnb-area>ul>li>ul>li>a>.title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.lnb-area>ul>li>a[target="_blank"]>.title:after {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -6px;
    content: "";
    display: block;
    text-indent: -5000rem;
    width: 12px;
    height: 12px;
    background-size: 12px 24px;
    background-position: 0 -12px;
    background-repeat: no-repeat;
    background-image: url(../img/icon/icon_newwindows01.png);
    transition: all 0.2s ease-in-out;
}


.lnb-area>ul>li>ul>li>a[target="_blank"]:after {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -6px;
    content: "";
    display: block;
    text-indent: -5000rem;
    width: 12px;
    height: 12px;
    background-size: 12px 24px;
    background-position: 0 -12px;
    background-repeat: no-repeat;
    background-image: url(../img/icon/icon_newwindows01.png);
    transition: all 0.2s ease-in-out;
}


.lnb-wrapper.on {
    left: -248px;

}

.lnb-wrapper.on .btn-toggle-lnb {
    left: 263px;
}

.lnb-wrapper.on .btn-toggle-lnb .arrow {
    transform: rotate(180deg);
}


.contents {
    display: block;
    width: 100%;
    min-height: 300px;
    padding: 0 0 100px 0;
    text-align: left;
}

.contents:after {
    content: "";
    clear: both;
    display: block
}

.contents-wrapper {
    min-height: 400px;
}

.contents-area {
    margin-bottom: 80px;
}

.contents-area02 {
    margin-bottom: 65px;
}

.contents-area:last-child,
.contents-area02:last-child {
    margin-bottom: 0;
}
.contents-box {
    padding-left: 25px;
    margin-bottom: 40px;
}

.contents-group {
    margin-bottom: 28px;
}

.contents-area:last-child,
.contents-box:last-child,
.contents-group:last-child {
    margin-bottom: 0;
}

.footer {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 20px 50px 20px;
}

.footer-left-wrapper {
    color: #939393;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.footer-menu {
    display: block;
}

.footer-menu {
    margin-bottom: 5px;
}

.footer-menu:after {
    display: block;
    content: "";
    clear: both;
}

.footer-menu>li {
    position: relative;
    float: left;
    padding-right: 18px;
    margin-right: 16px;
}

.footer-menu>li:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #c4c4c8;
}

.footer-menu>li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer-menu>li:last-child:before {
    display: none;
}

.footer-menu>li>a {
    position: relative;
    display: block;
    color: #a5a5a5;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.footer-menu>li:first-child>a {
    color: #377fb7 !important
}

.footer-menu>li>a:hover,
.footer-menu>li>a:focus {
    color: #212121
}

.copyright {
    font-weight: 700;
}

.footer-right-wrapper {
    display: block;
}

.footer-site-wrapper {
    position: relative;
    padding-right: 80px;
}

.footer-site-wrapper>select {
    appearance: none;
    width: 265px;
    height: 55px;
    text-indent: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    color: #333333;
    font-size: 16px;
    background-image: url(../img/common/icon_select_arrow01.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
    background-size: 12px 8px
}

.footer-site-wrapper>button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 73px;
    height: 55px;
    border: 1px solid #292929;
    border-radius: 4px;
    color: #292929;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.footer-site-wrapper>button:hover {
    background-color: #292929;
    color: #fff;
}

.btn-top-go,
.btn-mobile-back {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-color: #575a5b;
    border-radius: 2px;
    opacity: 0.95;
    z-index: 20;
}

.btn-mobile-back {
    right: 0;
    margin-bottom: 52px;
}

@media only all and (max-width: 1380px) {
    .share-list-wrapper {
        right: 0;
        margin-right: 0;
    }

	.lnb-wrapper {
		left: 20px;
	}
}

@media only all and (max-width: 1279px) {
    .top-menu-wrapper>ul>li .top-submenu {
        left: 0;
        border-left: 0;
    }
    /* 상단 메뉴 2개일 경우 */
    .top-menu-wrapper>ul>li.counter2 .top-submenu {
        width: 50%;
    }
    .top-menu-wrapper>ul>li.counter2:nth-child(1) .top-submenu {
        margin-left: 0;
    }
    .top-menu-wrapper>ul>li.counter2:nth-child(2) .top-submenu {
        margin-left: 50%;
    }
    /* 상단 메뉴 3개일 경우 */
    .top-menu-wrapper>ul>li.counter3 .top-submenu {
        width: 33.3333%;
    }
    .top-menu-wrapper>ul>li.counter3:nth-child(1) .top-submenu {
        margin-left: 0;
    }
    .top-menu-wrapper>ul>li.counter3:nth-child(2) .top-submenu {
        margin-left: 33.3333%;
    }
    .top-menu-wrapper>ul>li.counter3:nth-child(3) .top-submenu {
        margin-left: 66.6666%;
    }
    /* 상단 메뉴 4개일 경우 */
    .top-menu-wrapper>ul>li.counter4 .top-submenu {
        width: 25%;
    }
    .top-menu-wrapper>ul>li.counter4:nth-child(1) .top-submenu {
        margin-left: 0;
    }
    .top-menu-wrapper>ul>li.counter4:nth-child(2) .top-submenu {
        margin-left: 25%;
    }
    .top-menu-wrapper>ul>li.counter4:nth-child(3) .top-submenu {
        margin-left: 50%;
    }
    .top-menu-wrapper>ul>li.counter4:nth-child(4) .top-submenu {
        margin-left: 75%;
    }
    /* 상단 메뉴 5개일 경우 */
    .top-menu-wrapper>ul>li.counter5 .top-submenu {
        width: 20%;
    }
    .top-menu-wrapper>ul>li.counter5:nth-child(1) .top-submenu {
        margin-left: 0;
    }
    .top-menu-wrapper>ul>li.counter5:nth-child(2) .top-submenu {
        margin-left: 20%;
    }
    .top-menu-wrapper>ul>li.counter5:nth-child(3) .top-submenu {
        margin-left: 40%;
    }
    .top-menu-wrapper>ul>li.counter5:nth-child(4) .top-submenu {
        margin-left: 60%;
    }
    .top-menu-wrapper>ul>li.counter5:nth-child(5) .top-submenu {
        margin-left: 80%;
    }
    /* 상단 메뉴 6개일 경우 */
    .top-menu-wrapper>ul>li.counter6 .top-submenu {
        width: 16.6666%
    }
    .top-menu-wrapper>ul>li.counter6:nth-child(1) .top-submenu {
        margin-left: 0;
    }
    .top-menu-wrapper>ul>li.counter6:nth-child(2) .top-submenu {
        margin-left: 16.6666%;
    }
    .top-menu-wrapper>ul>li.counter6:nth-child(3) .top-submenu {
        margin-left: 33.3332%;
    }
    .top-menu-wrapper>ul>li.counter6:nth-child(4) .top-submenu {
        margin-left: 49.9998%;
    }
    .top-menu-wrapper>ul>li.counter6:nth-child(5) .top-submenu {
        margin-left: 66.6664%;
    }
    .top-menu-wrapper>ul>li.counter6:nth-child(6) .top-submenu {
        margin-left: 83.333%;
    }
    /* 상단 메뉴 7개일 경우 */
    .top-menu-wrapper>ul>li.counter7 .top-submenu {
        width: 14.285%;
        padding: 30px 10px;
    }
    .top-menu-wrapper>ul>li.counter7:nth-child(1) .top-submenu {
        margin-left: 0;
    }
    .top-menu-wrapper>ul>li.counter7:nth-child(2) .top-submenu {
        margin-left: 14.285%;
    }
    .top-menu-wrapper>ul>li.counter7:nth-child(3) .top-submenu {
        margin-left: 28.57%;
    }
    .top-menu-wrapper>ul>li.counter7:nth-child(4) .top-submenu {
        margin-left: 42.855%;
    }
    .top-menu-wrapper>ul>li.counter7:nth-child(5) .top-submenu {
        margin-left: 57.14%;
    }
    .top-menu-wrapper>ul>li.counter7:nth-child(6) .top-submenu {
        margin-left: 71.425%;
    }
    .top-menu-wrapper>ul>li.counter7:nth-child(7) .top-submenu {
        margin-left: 85.71%;
    }
    /* 상단 메뉴 8개일 경우 */
    .top-menu-wrapper>ul>li.counter8 .top-submenu {
        width: 12.5%;
    }
    .top-menu-wrapper>ul>li.counter8:nth-child(1) .top-submenu {
        margin-left: 0;
    }
    .top-menu-wrapper>ul>li.counter8:nth-child(2) .top-submenu {
        margin-left: 12.5%;
    }
    .top-menu-wrapper>ul>li.counter8:nth-child(3) .top-submenu {
        margin-left: 25%;
    }
    .top-menu-wrapper>ul>li.counter8:nth-child(4) .top-submenu {
        margin-left: 37.5%;
    }
    .top-menu-wrapper>ul>li.counter8:nth-child(5) .top-submenu {
        margin-left: 50%;
    }
    .top-menu-wrapper>ul>li.counter8:nth-child(6) .top-submenu {
        margin-left: 62.5%;
    }
    .top-menu-wrapper>ul>li.counter8:nth-child(7) .top-submenu {
        margin-left: 75%;
    }
    .top-menu-wrapper>ul>li.counter8:nth-child(8) .top-submenu {
        margin-left: 87.5%;
    }
    .footer-site-wrapper>select {
        width: 225px
    }
}

@media only all and (max-width: 1197px) {
    .top-menu-wrapper {
        max-width: 750px;
    }
    .top-menu-wrapper>ul {
        gap: 0;
    }
    .top-menu-wrapper>ul>li>a>.title {
        font-size: 20px;
    }
    .top-menu-wrapper>ul>li .top-submenu {
        padding-left: 40px;
    }
}