@charset "UTF-8";
@import url("common_pc.css");
@media only all and (max-width: 1023px) {
    html {
        font-size: 1.5rem;
        /* 기본베이스 폰트사이즈 24px */
        line-height: 1.5rem;
        /* 기본베이스 line-height 사이즈 24px */
    }
    body {
        min-width: 280px;
        list-style: none;
        outline: 0;
        font-size: 1rem;
        line-height: 1rem;
        -webkit-text-size-adjust: none;
    }
    body.fixed {
        overflow: hidden;
    }
    .wrapper {
        position: relative;
        margin: 0;
        padding-top: 60px;
        clear: both;
        overflow: hidden;
    }
    .wrapper:after {
        content: "";
        clear: both;
        display: block;
    }
    .gnb-wrapper {
        display: none;
    }
    .icon-window {
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
    }
    /* header */
    .header {
        height: 60px;
    }
    .header-wrapper {
        position: static;
        width: 100%;
        height: 60px;
    }
    .header-area {
        position: relative;
        max-width: 100%;
        height: 60px;
        padding: 0 20px;
        margin: 0;
    }
    .header-area>h1 {
        float: left;
        position: static;
        margin-top: 15px;
    }
    .header-area h1>a>img {
        width: 113px;
    }
    .top-menu-wrapper {
        display: none;
    }
    .btn-totalmenu {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-totalmenu .menu {
        position: relative;
        display: block;
        width: 18px;
        height: 16px;
    }
    .btn-totalmenu .menu>span {
        position: relative;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #323232
    }
    .btn-totalmenu .menu>span:nth-of-type(1) {
        top: 0;
    }
    .btn-totalmenu .menu>span:nth-of-type(2) {
        top: 5px;
    }
    .btn-totalmenu .menu>span:nth-of-type(3) {
        top: 10px;
        width: 12px;
    }
    /* 전체메뉴 */
    .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: calc(100% - 20px);
        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;
    }
    .mobile-gnb-wrapper {
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        padding-left: 20px;
        padding-top: 15px;
        background-color: #fff;
    }
    .mobile-gnb-wrapper>h2 {
        display: block;
    }
    .mobile-gnb-wrapper>h2>img {
        display: block;
        width: 113px;
    }
    .totalmenu-area {
        position: relative;
        display: block;
        max-width: 100%;
        min-height: auto;
        height: calc(100% - 60px);
        padding: 0;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .totalmenu-area>ul {
        float: none;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #e7e7e7
    }
    .totalmenu-area>ul>li {
        border-top: 1px solid #e7e7e7
    }
    .totalmenu-area>ul>li>a {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #313131;
        font-weight: 800;
        padding: 20px;
    }
    .totalmenu-area>ul>li>a.active,
    .totalmenu-area>ul>li.on>a.active {
        color: #e84343;
    }
    .totalmenu-area>ul>li.on>a {
        color: #e84343;
    }
    .totalmenu-area>ul>li>a .arrow {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        width: 16px;
        height: 9px;
        background-image: url(../img/common/icon_arrow_down01.png);
        background-repeat: no-repeat;
        background-size: 15.5px 8.5px;
        margin-top: -4.25px;
        transition: all 0.2s ease-in-out;
    }
    .totalmenu-area>ul>li>a.active .arrow,
    .totalmenu-area>ul>li.on>a .arrow {
        background-image: url(../img/common/icon_arrow_down02.png);
        transform: rotate(180deg);
    }
    .totalmenu-area>ul>li>.top-submenu {
        display: none;
        position: static;
        margin: 0;
        width: 100%;
        padding: 15px;
        box-shadow: none;
        background-color: rgba(232, 67, 67, 0.025);
        border-top: 1px solid #e84343;
    }
    .totalmenu-area>ul>li>.top-submenu>li {
        margin-bottom: 10px;
    }
    .totalmenu-area>ul>li>.top-submenu>li:last-child {
        margin-bottom: 0
    }
    .totalmenu-area>ul>li>.top-submenu>li>a {
        position: relative;
        display: inline-block;
    }
    .totalmenu-area>ul>li>.top-submenu>li>a:after {
        top: 13px;
    }
    .totalmenu-area>ul>li>.top-submenu>li>a>.title {
        color: #333333;
        font-size: 14px;
        line-height: 18px;
    }
    .totalmenu-area>ul>li>.top-submenu>li>a:hover>.title,
    .totalmenu-area>ul>li>.top-submenu>li>a:focus>.title,
    .totalmenu-area>ul>li>.top-submenu>li>a.active>.title {
        color: #e84343
    }
    .top-submenu a[target=_blank]:before {
        margin-top: -3px;
    }
    .totalmenu-wrapper .btn-mobile-close {
        position: absolute;
        bottom: initial;
        bottom: auto;
        top: 0;
        right: 0;
        display: block;
        width: 60px;
        height: 60px;
        background-color: #e84343;
        background-image: url(../img/common/btn_close.png);
        background-repeat: no-repeat;
        background-size: 17px 17px;
        background-position: center center;
        text-indent: -5000rem;
    }


    .right-btns-wrapper{
        display: none;
    }










    /* sub visual */
    .sub-visual {
        height: auto;
    }
    .sub-visual>img {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .sub-visual>.pc {
        display: none;
    }
    .sub-visual>.mobile {
        display: block;
    }
    .sub-visual>p {
        top: 50%;
        margin-top: -32px
    }
    .sub-visual>p>strong {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 7px;
    }
    .sub-visual>p>.contents-navigation {
        font-size: 12px;
        line-height: 22px;
    }
    .sub-visual>p>.contents-navigation>.icon-bar {
        margin: 0 5px;
    }
    /* container */
    .contents {
        max-width: 100%;
        padding: 50px 20px;
        margin: 0;
    }
    .contents-title {
        margin-bottom: 25px;
        font-size: 33px;
        line-height: 62px;
    }
    .contents-wrapper {
        min-height: 200px;
    }
    /* footer */
    .footer {
        padding: 40px 20px;
    }
    .footer-wrapper {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .footer-wrapper .logo {
        float: none;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .footer-wrapper .logo>img {
        width: 113px;
    }
    .footer-wrapper ul {
        float: none;
        margin-bottom: 35px;
    }
    .footer-wrapper ul>li {
        font-size: 12.5px;
        line-height: 20px;
        word-break: keep-all
    }
    .footer-wrapper .btn-go-location {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 34px;
        font-size: 13px;
        line-height: 18px;
    }
    .btn-top-go,
    .btn-mobile-back {
        display: none;
        top: auto;
        top: initial;
        bottom: 90px;
        right: auto;
        right: initial;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }
    .btn-top-go {
        right: 0;
    }
    .btn-mobile-back {
        left: 0;
        margin-bottom: 0;
    }
}

@media only all and (max-width: 768px) {
    
    .popup_image{
        top:100px; 
        left:50%;
        transform: translateX(-50%);
        
        width:80%;
    }
    
    .popup_bar a{
        font-size:14px;
    }
    
    
    
    
    
}