@charset "UTF-8";
@import url("common_pc.css");
@media only all and (max-width: 1023px) {
    html {
        font-size: calc( 0.625rem * 2.4);
        /* 기본베이스 폰트사이즈 24px */
        line-height: calc( 0.625rem * 2.4);
        /* 기본베이스 line-height 사이즈 24px */
    }
    .fl,
    .fr {
        float: none;
    }
    .fr+.fl {
        margin-top: 0.625rem
    }
    .span-br {
        display: inline;
    }
    .span-mobile-br {
        display: block;
    }
    .wrapper {
        padding: 4.5833rem 0 0 0;
        overflow-x: hidden;
    }
    .header {
        height: 4.583rem;
        background-color: rgba(255, 255, 255, 0);
    }
    .header-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 4.583rem;
        padding: 0 1.25rem;
    }
    .header-wrapper>.bg {
        display: none !important;
    }
    .wrapper.fixed .header {
        position: fixed;
        top: 0;
        background-color: rgba(255, 255, 255, 0.98);
        box-shadow: 0px 0.2083rem 0.2083rem 0px rgba(0, 0, 0, 0.15);
    }
    .header-wrapper h1 {
        margin-top: 1.25rem;
    }
    .header-wrapper h1>a {
        display: block;
    }
    .header-wrapper h1>a .logo {
        width: 8.4167rem;
        height: 2rem;
        margin-right: 0.83333rem;
        background-size: 8.4167rem 4rem;
    }
    .header-wrapper h1>a strong {
/*        margin-top: 0.41667rem;*/
        margin-top: 0;
        font-size: 1.0833rem;
        line-height: 1.0833rem;
    }
    .top-menu-wrapper {
        display: none;
    }
    .btn-totalmenu {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 4.583rem;
        height: 4.583rem;
        background-color: transparent;
    }
    .btn-totalmenu .menu {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 1.75rem;
        height: 1.4167rem;
        margin-top: -0.70833rem;
        margin-left: -0.875rem;
    }
    .btn-totalmenu .menu>span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 0.16667rem;
        border-radius: 0.083333rem;
        background-color: #000000 !important;
    }
    .btn-totalmenu .menu>span:nth-of-type(1) {
        top: 0;
    }
    .btn-totalmenu .menu>span:nth-of-type(2) {
        top: 0.625rem;
    }
    .btn-totalmenu .menu>span:nth-of-type(3) {
        bottom: 0;
    }
    .btn-totalmenu:hover .menu>span {
        width: 100% !important;
        opacity: 1 !important
    }
    .btn-totalmenu .menu.active>span:nth-child(1) {
        transform: none;
    }
    .btn-totalmenu .menu.active>span:nth-child(3) {
        transform: none;
    }
    .wrapper.fixed .header .btn-totalmenu .menu>span {
        background-color: #202020 !important
    }
    /* 전체메뉴 */
    .mask-totalmenu {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 2000;
    }
    .totalmenu-wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        width: 100%;
        height: 100%;
        border-top: 0;
        background-color: rgba(255, 255, 255, 1);
        background-image: none;
        background-position: 0 0;
        background-repeat: no-repeat;
        z-index: 4000;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.2s ease-in-out;
        opacity: 0;
    }
    .totalmenu-wrapper.active {
        right: 0;
        opacity: 1;
    }
    .totalmenu-wrapper>h2 {
        height: 4.5833rem;
        padding: 1.25rem 1.25rem 0 1.25rem;
    }
    .totalmenu-wrapper>h2:after {
        display: block;
        content: "";
        clear: both;
    }
    .totalmenu-wrapper>h2>.logo {
        float: left;
        width: 8.4167rem;
        height: 2rem;
        margin-right: 0.83333rem;
        background-image: url(../img/common/logo.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 8.4167rem 4rem;
        margin-right: 0.83333rem;
        text-indent: -5000rem;
    }
    .totalmenu-wrapper>h2>strong {
        float: left;
        margin-top: 0.41667rem;
        font-size: 1.0833rem;
        line-height: 1.0833rem;
        color: #222229;
        font-weight: 500;
    }
    .totalmenu-area {
        position: relative;
        display: block;
        min-height: auto;
        width: 100%;
        height: calc(100% - 4.5833rem);
        padding: 0;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .totalmenu-area>ul {
        float: none;
        padding-top: 1.0417rem;
        width: 100%;
        padding: 0;
    }
    .totalmenu-area>ul>li {
        display: block;
    }
    .totalmenu-area>ul>li>a {
        position: relative;
        display: block;
        font-size: 1.25rem;
        line-height: 1.3333rem;
        color: #444449;
        font-weight: 700;
        padding: 0.83333rem 3.375rem 0.83333rem 1.25rem;
    }
    .totalmenu-area>ul>li>a.active,
    .totalmenu-area>ul>li.on>a.active {
        color: #1c7abc;
    }
    .totalmenu-area>ul>li.on>a {
        color: #38beef;
    }
    .totalmenu-area>ul>li>a .arrow {
        position: absolute;
        top: 50%;
        right: 1.25rem;
        content: "";
        display: block;
        width: 0.875rem;
        height: 0.5rem;
        background-image: url(../img/common/icon_menu_arrow_down01.png);
        background-repeat: no-repeat;
        background-size: 0.875rem 0.5rem;
        margin-top: -0.25rem;
        transition: all 0.2s ease-in-out;
    }
    .totalmenu-area>ul>li>a.active .arrow,
    .totalmenu-area>ul>li.on>a .arrow {
        transform: rotate(180deg);
    }
    .totalmenu-area>ul>li>.top-submenu {
        display: none;
        background-color: #f2f2f2;
        padding: 2.0833rem 1.25rem;
    }
    .totalmenu-area>ul>li>.top-submenu.active {
        display: block;
    }
    .totalmenu-area>ul>li>.top-submenu>h2 {
        display: none;
    }
    .totalmenu-area>ul>li>.top-submenu>ul {
        display: block;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li {
        margin-bottom: 1.0417rem;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li:last-child {
        margin-bottom: 0
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>a {
        position: relative;
        display: block;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>a:after {
        content: "";
        clear: both;
        display: block;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>a>.title {
        float: left;
        color: #333333;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>a:hover>.title,
    .totalmenu-area>ul>li>.top-submenu>ul>li>a:focus>.title,
    .totalmenu-area>ul>li>.top-submenu>ul>li>a.active>.title,
    .totalmenu-area>ul>li>.top-submenu>ul>li>a.active.point>.title {
        color: #1c5ebc
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>a.point>.title {
        color: #00b6ee
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>a>.bg,
    .totalmenu-area>ul>li>.top-submenu>ul>li>a:hover>.bg,
    .totalmenu-area>ul>li>.top-submenu>ul>li>a:focus>.bg,
    .totalmenu-area>ul>li>.top-submenu>ul>li>a.active>.bg {
        display: none;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>a>.new-window01 {
        float: left;
        margin-top: 0.3333rem;
        margin-left: 0.4167rem;
        width: 1rem;
        height: 1rem;
        text-indent: -5000rem;
        background-image: url(../img/icon/icon_newwindows01.png);
        background-repeat: no-repeat;
        background-size: 1rem 2rem;
        background-position: 0 0;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>a .arrow {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        margin-top: -0.625rem;
        background-image: url(../img/icon/icon_plus.gif);
        background-repeat: no-repeat;
        background-size: 0.75rem 0.75rem;
        background-position: center center;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>a.active .arrow,
    .totalmenu-area>ul>li>.top-submenu>ul>li>a.point .arrow {
        background-image: url(../img/icon/icon_minus.gif);
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>ul {
        display: none;
        margin-top: 1.0417rem;
        background-color: #fff;
        padding: 1rem;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>ul.active {
        display: block;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>ul>li {
        display: block;
        margin-bottom: 0.75rem;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>ul>li:last-child {
        margin-bottom: 0;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>ul>li>a {
        position: relative;
        padding-left: 0.625rem;
        font-size: 1rem;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>ul>li>a:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "-";
        display: block;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li>ul>li>a.active {
        color: #1c5ebc
    }
    .totalmenu-wrapper .btn-mobile-close {
        position: absolute;
        bottom: initial;
        bottom: auto;
        top: 0;
        right: 0;
        display: block;
        width: 4.583rem;
        height: 4.583rem;
        background-image: url(../img/btn/btn_close01.png);
        background-repeat: no-repeat;
        background-size: 1.417rem 1.375rem;
        background-position: center center;
        text-indent: -5000rem;
    }
    /* sub visual */
    .sub-visual {
        padding-bottom: 0;
        height: auto;
        overflow: hidden;
    }
    .sub-visual>img {
        position: static;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    .sub-visual>.pc {
        display: none;
    }
    .sub-visual>.mobile {
        display: block;
    }
    .word-sub-visual-slogan {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1.25rem;
    }
    .word-sub-visual-slogan>h2 {
        font-size: 2.0833rem;
        line-height: 2.5rem;
        transform: translate3d(0, 0.625rem, 0);
        -ms-transform: translate3d(0, 0.625rem, 0);
    }
    /* container */
    .container {
        position: relative;
        display: block;
        padding: 0;
        min-height: 33.33rem;
    }
    .contents {
        position: relative;
        padding: 5.8333rem 1.25rem 7.4167rem 1.25rem;
        max-width: 100%;
        margin: 0;
    }
    .contents-title-wrapper {
        position: static;
        overflow: hidden;
        margin-bottom: 0
    }
    .contents-title {
        position: absolute;
        top: 0;
        left: 0;
        display: table;
        width: 100%;
        height: 4.1667rem;
        margin: 0;
        padding: 0 3.792rem;
        background-color: #2b3e5c;
    }
    .contents-title:before {
        display: none;
    }
    .contents-title strong {
        display: table-cell;
        vertical-align: middle;
        padding-right: 0;
        font-size: 1.5rem;
        line-height: 1.75rem;
        text-align: center;
        color: #fff;
        font-weight: 500;
        background-color: transparent;
        word-break: keep-all;
    }
    .contents-title strong:before {
        display: none;
    }
    .contents-title .arrow {
        position: absolute;
        top: 50%;
        right: 1.667rem;
        display: block;
        width: 1.5rem;
        height: 0.75rem;
        margin-top: -0.375rem;
        background: url(../img/icon/icon_arrow_down02.png) no-repeat 0 0;
        background-size: 1.5rem 0.75rem;
        transition: all 0.2s ease-in-out;
    }
    .contents-title.active .arrow {
        transform: rotate(180deg);
    }
    .contents-title.active {
        position: fixed;
        top: 4.583rem;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
        z-index: 10;
    }
    .contents-navigation {
        display: none;
    }
    .lnb-wrapper {
        position: fixed;
        top: 8.7497rem;
        left: 0;
        display: none;
        float: none;
        margin-left: 0;
        width: 100%;
        height: calc(100% - 8.125rem);
        overflow-x: hidden;
        overflow-y: auto;
        background: rgba(0, 0, 0, 0.3);
        z-index: 100;
    }
    .lnb-wrapper.active {
        display: block;
    }
    .lnb-area {
        display: block;
        box-shadow: 0px 0.4167rem 0.4167rem 0px rgba(0, 0, 0, 0.15);
    }
    .lnb-area>h2 {
        display: none;
    }
    .lnb-area>ul {
        padding: 1.25rem 2.0833rem;
        background-color: #fff;
    }
    .lnb-area>ul>li {
        display: block;
        margin-bottom: 1.5rem;
    }
    .lnb-area>ul>li:last-child {
        margin-bottom: 0;
    }
    .lnb-area>ul>li>a {
        position: relative;
        display: block;
        border-left: 0;
        border-right: 0;
    }
    .lnb-area>ul>li>a:after {
        content: "";
        clear: both;
        display: block
    }
    .lnb-area>ul>li>a>.title {
        float: none;
        position: relative;
        display: block;
        font-size: 1.5rem;
        line-height: 2.292rem;
        padding: 0;
        border-left: 0;
        border-right: 0;
        color: #999999
    }
    .lnb-area>ul>li>a.active>.title,
    .lnb-area>ul>li>a.active.point>.title {
        /*        color: #e34c58;*/
        color: #24459c;
    }
    .lnb-area>ul>li>a.point>.title {
        color: #00b6ee
    }
    .lnb-area>ul>li>a[target="_blank"]:before {
        position: absolute;
        top: 50%;
        right: 0;
        content: "";
        width: 1rem;
        height: 1rem;
        margin-top: -0.5rem;
        background-image: url(../img/icon/icon_newwindows01.png);
        background-size: 1rem 2rem;
        background-position: 0 0;
        text-indent: -5000rem;
    }
    .lnb-area>ul>li>a .arrow {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        margin-top: -0.625rem;
        background-image: url(../img/icon/icon_plus.gif);
        background-size: 0.75rem 0.75rem;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.2s ease-in-out;
    }
    .lnb-area>ul>li>a.active .arrow,
    .lnb-area>ul>li>a.point .arrow {
        background-image: url(../img/icon/icon_minus.gif);
    }
    .lnb-area>ul>li>ul {
        margin-top: 0.25rem;
        background-color: #f6f6f6;
        padding: 1.154rem;
    }
    .lnb-area>ul>li>ul>li {
        margin-bottom: 0.25rem;
    }
    .lnb-area>ul>li>ul>li:last-child {
        margin-bottom: 0;
    }
    .lnb-area>ul>li>ul>li>a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: #888888;
        font-size: 1.083rem;
        line-height: 1.833rem;
        padding-left: 0.5rem;
    }
    .lnb-area>ul>li>ul>li>a:before {
        position: absolute;
        left: 0;
        content: "-";
    }
    .lnb-area>ul>li>ul>li>a.active {
        /*		color: #e34c58;*/
        color: #24459c;
        font-weight: 500;
    }
    .lnb-area>ul>li>ul>li>a[target="_blank"]:after {
        position: absolute;
        top: 50%;
        right: -1.5rem;
        content: "";
        width: 1rem;
        height: 1rem;
        margin-top: -0.5rem;
        background-image: url(../img/icon/icon_newwindows01.png);
        background-size: 1rem 2rem;
        background-position: 0 0;
        text-indent: -5000rem;
    }
    .contents-wrapper {
        width: 100%;
        min-height: auto;
    }
    /* footer */
    .footer {
        padding: 1.6667rem 1.25rem;
        box-shadow: 0px -0.20833rem 0.83333rem 0px rgba(0, 0, 0, 0.07);
    }
    .footer-wrapper {
        max-width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .footer-wrapper address,
    .footer-wrapper .footer-information,
    .footer-wrapper .copyright {
        font-size: 1rem;
        line-height: 1.6667rem;
    }
    .btn-top-go,
    .btn-mobile-back {
        display: none;
        top: auto;
        top: initial;
        bottom: 2rem;
        right: auto;
        right: initial;
        width: 2.692rem;
        height: 2.692rem;
        line-height: 2.692rem;
        font-size: 0.7692rem;
    }
    .btn-top-go {
        right: 0;
    }
    .btn-mobile-back {
        left: 0;
    }
    .btn-top-go:hover,
    .btn-mobile-back:hover {
        opacity: 1;
        background: #000;
    }
}

@media only all and (max-width: 767px) {
    html {
        font-size: 1.25rem;
        /* 기본베이스 폰트사이즈 20px */
        line-height: 1.25rem;
        /* 기본베이스 line-height 사이즈 20px */
    }
}

@media only all and (max-width: 639px) {
    html {
        font-size: 1rem;
        /* 기본베이스 폰트사이즈 16px */
        line-height: 1rem;
        /* 기본베이스 line-height 사이즈 16px */
    }
}

@media only all and (max-width: 567px) {
    html {
        font-size: 0.875rem;
        /* 기본베이스 폰트사이즈 14px */
        line-height: 0.875rem;
        /* 기본베이스 line-height 사이즈 14px */
    }
}

@media only all and (max-width: 359px) {
    html {
        font-size: 0.8125rem;
        /* 기본베이스 폰트사이즈 13px */
        line-height: 0.8125rem;
        /* 기본베이스 line-height 사이즈 13px */
    }
}

/*비밀번호 팝업 CSS*/
.pop_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.pop_alert {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 337px;
    margin: -100px 0 0 -168px;
    background: #fff;
}

.pop_alert h2 {
    height: 60px;
    line-height: 60px;
    padding: 0 23px;
    background: #0060a9;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.pop_alert.search p {
    padding: 23px;
    border: 1px solid #ced1d3;
    font-size: 0;
}

.pop_alert.search p input.txt {
    width: 75%;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
}

input.txt {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #ced1d3;
    border-radius: 0;
    font-size: 15px;
    color: #2d2d2d;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pop_alert.search p .btn_board {
    width: calc(25% - 5px);
    margin-left: 5px;
    background: #0054a7;
    color: #fff;
}

.btn_board {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 16px;
    margin-left: 5px;
    border: 1px solid #0065b3;
    color: #0065b3;
    vertical-align: middle;
    font-size: 16px !important;
    font-weight: 800;
}

.pop_alert .pop_close {
    position: absolute;
    top: 24px;
    right: 27px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(/resources/UW/_Images/btn/close_pop.png) no-repeat center;
    font-size: 0;
}