@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;
        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;
    }
    .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: 1.5rem 1.25rem 7.4167rem 1.25rem;
        max-width: 100%;
        margin: 0;
    }
    .contents-title-wrapper {
        overflow: hidden;
        margin-bottom: 1.7917rem
    }
    .contents-title {
        font-size: 1.4167rem;
        line-height: 1.9167rem;
    }
    .contents-title:before {
        margin-top: 0;
    }
    .contents-title strong {
        padding-right: 3.75rem;
    }
    .contents-title strong:before {
        width: 2.5rem;
        height: 3px;
        margin-top: -1.5px;
    }
    .contents-navigation {
        position: static;
        margin-top: 0;
        padding-left: 0;
        margin-bottom: 1.125rem
    }
    .contents-navigation>.location,
    .contents-navigation>strong {
        font-size: 1rem;
        line-height: 1.125rem;
    }
    .contents-navigation>.icon-bar {
        margin: 0 0.83333rem;
        width: 0.5rem;
        height: 1.125rem;
        background-size: 0.5rem 0.66667rem;
    }
    .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 */
    }
}