@charset "UTF-8";
@import url("common_pc.css");
.ui-dialog-titlebar{
  display: none;
}
@media only all and (max-width: 1023px) {
    html {
        font-size: 1.5rem;
        /* 기본베이스 폰트사이즈 24px */
        line-height: 1.5rem;
        /* 기본베이스 line-height 사이즈 24px */
    }
    .fl,
    .fr {
        float: none;
    }
    .fr+.fl {
        margin-top: 0.625rem
    }
    .wrapper {
        padding: 4.583rem 0 0 0;
		overflow: hidden;11
    }
    .header {
        height: 4.583rem;
        background-color: rgba(255, 255, 255, 1);
    }
    .header-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 4.583rem;
    }
    .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);
        z-index: 3000
    }
    .header-area {
        position: relative;
        text-align: center;
        height: 4.583rem;
        max-width: 100%;
        padding: 0 1.417rem;
        margin: 0;
        overflow: hidden;
    }
    .header-area>h1 {
        position: static;
        float: left;
        display: block;
        width: 11.88rem;
/*        margin-top: 1.083rem; 230731 */
        margin-top: 1.25rem;
    }
    .header-area h1>a {
        width: 11.88rem;
        height: 2.083rem;
        background-image: url(../img/common/logo_mobile.png);
        background-repeat: no-repeat;
        background-size: 11.88rem 2.083rem;
    }
    .header-area h1>a>img {
        position: absolute;
        top: -50000em;
        left: -50000em;
        color: transparent;
        background: transparent;
        z-index: -1;
    }
    .top-menu-wrapper {
        display: none;
    }
    .right-btns-wrapper {
        top: 1.75rem;
        right: 1.417rem;
    }
    .right-btns-wrapper .global-menu {
        display: none;
    }
    .btn-totalmenu {
        float: none;
        width: 1.667rem;
        height: 1.125rem;
    }
    .btn-totalmenu .menu {
        width: 1.667rem;
        height: 1.125rem;
    }
    .btn-totalmenu .menu>span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 0.2083rem;
        background-color: #404040 !important;
    }
    .btn-totalmenu .menu>span:nth-of-type(1) {
        top: 0;
    }
    .btn-totalmenu .menu>span:nth-of-type(2) {
        top: 0.4583rem;
    }
    .btn-totalmenu .menu>span:nth-of-type(3) {
        bottom: 0;
    }
    .btn-totalmenu:hover .menu>span,
    .btn-totalmenu:focus .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;
    }
    /* 전체메뉴 */
    .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;
        padding-top: 4.625rem;
        background-color: rgba(255, 255, 255, 0);
        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: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 4.625rem;
        padding-right: 5.083rem;
        background-color: #003876;
        border-top: 1px solid #b2b2b2;
        text-align: right;
    }
    .mobile-gnb-wrapper .language {
        display: inline-block;
        vertical-align: middle;
        padding-left: 1.875rem;
        height: 4.625rem;
        line-height: 4.625rem;
        color: #fff;
        font-size: 1.167rem;
        font-weight: 500;
        background-image: url(../img/common/icon_global01_mobile.png);
        background-repeat: no-repeat;
        background-size: 1.25rem 1.208rem;
        background-position: left center;
    }
    .totalmenu-area {
        position: relative;
        display: block;
        max-width: 100%;
        min-height: auto;
        max-height: 100%;
        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:first-child {
        border-top: 0;
    }
    .totalmenu-area>ul>li>a {
        position: relative;
        display: block;
        font-size: 1.25rem;
        line-height: 1.583rem;
        color: #333333;
        font-weight: 700;
        padding: 1.292rem 4.167rem 1.292rem 1.75rem;
        background-color: #fff;
    }
    .totalmenu-area>ul>li>a.active,
    .totalmenu-area>ul>li.on>a.active {
        color: #328dcb;
    }
    .totalmenu-area>ul>li.on>a {
        color: #328dcb;
    }
    .totalmenu-area>ul>li>a:after {
        position: absolute;
        top: 50%;
        right: 1.417rem;
        content: "";
        display: block;
        width: 1.292rem;
        height: 0.7083rem;
        background-image: url(../img/common/icon_arrow_down02.png);
        background-repeat: no-repeat;
        background-size: 1.292rem 0.7083rem;
        margin-top: -0.3333rem;
        transition: all 0.2s ease-in-out;
    }
    .totalmenu-area>ul>li>a.active:after,
    .totalmenu-area>ul>li.on>a:after {
        background-image: url(../img/common/icon_arrow_down03.png);
        transform: rotate(180deg);
    }
    .totalmenu-area>ul>li>.top-submenu {
        display: none;
        background-color: #f2f3f6;
        border-top: 1px solid #e6e6e6;
    }
    .totalmenu-area>ul>li>a.active+.top-submenu {
        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>a {
        position: relative;
        display: block;
        padding: 1rem 2.708rem 0.8333rem 2.708rem;
        border-top: 1px solid #fff;
    }
    .totalmenu-area>ul>li>.top-submenu>ul>li:first-child>a {
        border-top: 0;
    }
    .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: #888888;
        font-size: 1.083rem;
        line-height: 1.833rem;
        font-weight: 500;
    }
    .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 {
        color: #328dcb
    }
    .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[target="_blank"]:before {
        position: absolute;
        top: 50%;
        right: 1.417rem;
        content: "";
        width: 1rem;
        height: 1rem;
        margin-top: -0.5rem;
        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: 1.417rem;
		display: block;
		width: 1.083rem;
		height: 1.083rem;
		margin-top: -0.5417rem;
		background-image: url(../img/icon/icon_plus02.gif);
		background-repeat: no-repeat;
		background-size: 1.083rem 1.083rem;
		background-position: 0 0;
	}

	.totalmenu-area>ul>li>.top-submenu>ul>li>a.point .arrow,
	.totalmenu-area>ul>li>.top-submenu>ul>li>a.active .arrow {
		background-image: url(../img/icon/icon_minus02.gif);
	}

	.totalmenu-area>ul>li>.top-submenu>ul>li> ul {
		display: none;
	}
	.totalmenu-area>ul>li>.top-submenu>ul>li> a.active + ul,
	.totalmenu-area>ul>li>.top-submenu>ul>li> a.point + ul {
		display: block;
		padding: 1rem 2.708rem 0.8333rem 2.708rem;
		background-color: #fff;
		border-top: 1px solid #e7e7e7;
	}

	.totalmenu-area>ul>li>.top-submenu>ul>li> ul > li {
		position: relative;
		margin-bottom: 0.5rem;
	}

	.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;
		display: inline-block;
		vertical-align: bottom;
		color: #888888;
		font-size: 1rem;
		line-height: 1.5rem;
		padding-left: 0.75rem;
	}

	.totalmenu-area>ul>li>.top-submenu>ul>li> ul > li > a:before {
		position: absolute;
		left: 0;
		content: "-";
	}

	.totalmenu-area>ul>li>.top-submenu>ul>li> ul > li > a.active {
		color: #1994e5;
		font-weight: 500;
	}


    .totalmenu-area>ul>li>.top-submenu>ul>li> ul > li > a[target="_blank"]:before {
        position: absolute;
        top: 50%;
        right: -1.5rem;
        content: "";
        width: 1rem;
        height: 1rem;
        margin-top: -0.5rem;
        text-indent: -5000rem;
        background-image: url(../img/icon/icon_newwindows01.png);
        background-repeat: no-repeat;
        background-size: 1rem 2rem;
        background-position: 0 0;
    }


    .totalmenu-wrapper .btn-mobile-close {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 4.625rem;
        height: 4.625rem;
        background-image: url(../img/btn/btn_close02.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;
    }
    .sub-visual>p {
        top: 50%;
        left: 0;
        margin-top: 0;
        padding: 0 1.417rem;
        transform: translate(0, -50%);
    }
    .sub-visual>p>strong {
        padding: 1rem 2.042rem;
        font-size: 2.333rem;
        line-height: 2.917rem;
    }
    .sub-visual>p>strong:before {
        top: 0.5rem;
        width: 1.167rem;
    }
    .sub-visual.active>p>strong:before {
        width: 0.5833rem;
        height: 1.417rem;
    }
    .sub-visual.active>p>strong:after {
        height: 0.5rem;
    }
    /* container */
    .container {
        position: relative;
        display: block;
        padding: 0;
        min-height: 33.33rem;
        padding-top: 3.542rem;
    }
    /* contents navigation */
    .contents-navigation-wrapper {
        display: none;
    }
    .container-wrapper {
        position: static;
        max-width: 100%;
        padding: 3rem 1.417rem 1.75rem 1.417rem;
        margin: 0;
    }
    .lnb-wrapper {
        position: fixed;
        top: 8.125rem;
        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.917rem 3.125rem;
        background-color: #fff;
    }
    .lnb-area>ul>li {
        display: block;
        margin-bottom: 1.875rem;
    }
    .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 .arrow {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		display: block;
		width: 0.8333rem;
		height: 0.8333rem;
		background-image: url(../img/icon/icon_plus03.gif);
		background-repeat: no-repeat;
		background-size: 0.8333rem 0.8333rem;
		background-position: 0 0;
		margin-top: -0.4167rem;
	}

	.lnb-area>ul>li>a.point .arrow {
		background-image: url(../img/icon/icon_minus03.gif);
	}

    .lnb-area>ul>li>a {
        float: none;
        position: relative;
        display: block;
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding: 0;
        border-left: 0;
        border-right: 0;
        color: #999999
    }

    .lnb-area>ul>li>a.active {
        color: #00a0c6
    }

    .lnb-area>ul>li>a[target="_blank"]:before {
        position: absolute;
        top: 50%;
        right: -2rem;
        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> ul {
		margin-top: 0.5rem;
		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: #1994e5;
		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 {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .contents-title {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 3.542rem;
        margin: 0;
        padding: 0.7917rem 3.792rem 0 3.792rem;
        background-color: #308acd;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.917rem;
        text-align: center;
    }
    .contents-title:after {
        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_down05.png) no-repeat 0 0;
        background-size: 1.5rem 0.75rem;
        transition: all 0.2s ease-in-out;
    }
    .contents-title.active {
        position: fixed;
        top: 4.583rem;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
        z-index: 10;
    }
    .contents-title.active .arrow {
        transform: rotate(180deg);
    }
    .contents-wrapper {
        display: block;
        min-height: auto;
    }
    /* footer */
    .footer {
        padding: 1.792rem 1.417rem 2.708rem 1.417rem;
    }
    .footer-wrapper {
        max-width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .footer-menu {
        margin-bottom: 0.9583rem
    }
    .footer-menu>li:nth-child(2):after {
        width: 0.08333rem;
        height: 0.8333rem;
        margin: 0.25rem 0.625rem 0 0.625rem;
    }
    .footer-menu>li>a {
        font-size: 0.9167rem;
        line-height: 1.333rem;
    }
    .footer-wrapper address,
    .footer-wrapper .copyright {
        font-size: 1rem;
        line-height: 1.167rem;
        word-break: keep-all;
    }
    .footer-wrapper .copyright {
        margin-top: 0.5833rem;
        line-height: 1.167rem;
    }


	.footer-selected-wrapper {
		position: relative;
		top: 0;
		right: 0;
		display: block;
		width: 100%;
		margin-bottom: 0.9583rem
	}


	.footer-selected-wrapper > dt > button {
		width: 100%;
		height: 2.417rem;
		padding-left: 1.125rem;
		font-size: 0.9167rem;
	}

	.footer-selected-wrapper > dt > button:before {
		right: 0.875rem;
		content: "";
		width: 0.75rem;
		height: 0.4167rem;
		margin-top: -0.08333rem;
		background-size: 0.75rem 0.4167rem;
	}

	.footer-selected-wrapper > dd {
		bottom: 2.417rem;
		padding: 2rem 0.8333rem 0.5417rem 0.8333rem;
	}

	.footer-selected-wrapper > dd > ul li {
		margin-bottom: 0.5rem;
	}

	.footer-selected-wrapper > dd > ul li:last-child {
		margin-bottom: 0;
	}

	.footer-selected-wrapper > dd > ul li > a {
		display: block;
		color: rgba(234, 234, 234, 0.8);
		font-size: 0.9167rem;
		line-height: 1.333rem;
	}

	.footer-selected-wrapper > dd button {
		width: 2.333rem;
		height: 2.333rem;
		background-size: 2.333rem 2.333rem;
	}

    .btn-top-go,
    .btn-mobile-back {
        display: none;
        top: auto;
        top: initial;
        bottom: 5rem;
        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;
        margin-top: 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 */
    }
}
