@charset "UTF-8";

@import url("common_pc.css");

@media only all and (max-width: 1023px) {
	html {
		font-size: 1.625rem; /* 기본베이스 폰트사이즈 26px */
		line-height: 1.625rem; /* 기본베이스 line-height 사이즈 26px */
	}

	body {
		min-width: 320px;
		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: 4.231rem;
		clear: both;
		overflow: hidden;
	}

	.wrapper:after {
		content: "";
		clear: both;
		display: block;
	}

	.gnb-box {
		display: none;
	}

	/* header */
	.header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4.231rem;
	}

	.header-wrapper {
		display: none;
	}

	.btn-mobile-open {
		position: absolute;
		top: 0;
		right: 0;
		width: 4.231rem;
		height:  4.231rem;
		border: 1px solid #f00;
		z-index: 1000;
	}

	.gnb-wrapper {
		height: 4.231rem;
	}

	.header-area {
		position: relative;
		max-width: 100%;
		height: 100%;
		padding: 0 1.538rem;
		margin: 0;
	}

	.gnb-area {
		padding: 0 1rem;
	}

	.gnb-area > h1 {
		position: static;
		margin-top: 0.6rem;
	}

	.gnb-area h1 > a {
		width: 14.125rem;
		height: 3.063rem;
		background-image: url(../img/common/ic_logo_mobile.png);
		background-repeat: no-repeat;
		background-size: 14.125rem 3.063rem;
		background-position: 0 0;
		text-indent: -5000rem;
	}

	.top-menu-wrapper {
		display: none;
	}

	.btn-totalmenu {
		position: absolute;
		top: 0.6rem;
		right: 1rem;
		display: block;
		width: 2.75rem;
		height: 3rem;
		background-size: 1.615rem 1.615rem;
		background: url(../img/icon/icon_totalmenu_mobile.gif);
		background-position: center center;
		background-repeat: no-repeat;
		transform: none;
	}

	.mask-totalmenu {
		display: none;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.3;
		z-index: 100;
	}

	.totalmenu-wrapper {
		display: block;
		position: fixed;
		top: 0;
		right: -21.54rem;
		width: 21.54rem;
		height: 100%;
		border-top: 0;
		background: #e9e9e9;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		z-index: 10000;
		opacity: 0;
	}

	.totalmenu-wrapper.active {
		right: 0;
		opacity: 1;
	}

	.wrapper.fixed .totalmenu-wrapper {
		top: 0;
	}

	.totalmenu-wrapper > .bg {
		display: none;
	}


	.totalmenu-wrapper .btn-home {
		position: absolute;
		top: 1.5rem;
		left: 1.308rem;
		display: block;
		width: 1.654rem;
		z-index: 10010;
	}
	
	.totalmenu-wrapper .btn-home > img {
		display: inline-block;
		width: 1.654rem;
	}

	.totalmenu-area {
		position: relative;
		max-width: 100%;
		height: 100%;
		padding: 4.231rem 0 0 0;
		margin: 0 auto;
		overflow-x: hidden;
		overflow-y: auto;
		background: #fff;
	}

	.totalmenu-area > ul {
		padding: 0;
		background: #fff;
	}

	.totalmenu-area > ul > li {
		float: none;
		width: 100%;
		background: #fff;
	}

	.totalmenu-area > ul > li > a {
		position: relative;
		display: block;
		margin-bottom: 0;
		padding: 0 1.538rem;
	}

	.totalmenu-area > ul > li > a .title {
		display: block;
		font-size: 1.385rem;
		line-height: 1.615rem;
		font-weight: 500;
		padding: 1.308rem 0 1.154rem 3.308rem;
		border-bottom: 1px solid #dddddd;
	}

	.totalmenu-area > ul > li:nth-child(1) > a .title {
		background-image: url(../img/common/icon_symbol01.png);
		background-repeat: no-repeat;
		background-size: 2.115rem 2.115rem;
		background-position: left center;
	}

	.totalmenu-area > ul > li:nth-child(2) > a .title {
		background-image: url(../img/common/icon_symbol02.png);
		background-repeat: no-repeat;
		background-size: 2.115rem 2.115rem;
		background-position: left center;
	}

	.totalmenu-area > ul > li:nth-child(3) > a .title {
		background-image: url(../img/common/icon_symbol03.png);
		background-repeat: no-repeat;
		background-size: 2.115rem 2.115rem;
		background-position: left center;
	}

	.totalmenu-area > ul > li:nth-child(4) > a .title {
		background-image: url(../img/common/icon_symbol04.png);
		background-repeat: no-repeat;
		background-size: 2.115rem 2.115rem;
		background-position: left center;
	}

	.totalmenu-area > ul > li:nth-child(5) > a .title {
		background-image: url(../img/common/icon_symbol05.png);
		background-repeat: no-repeat;
		background-size: 2.115rem 2.115rem;
		background-position: left center;
	}

	.totalmenu-area > ul > li > a .on {
		position: absolute;
		top: 50%;
		right: 1.538rem;
		display: block;
		width: 0.5rem ;
		height: 0.8462rem;
		margin-top: -0.4231rem;
		background: url(../img/icon/icon_arrow_right02@2x.png) no-repeat 100% 0;
		background-size: 0.5rem 0.8462rem;
		text-indent: -5000rem;
	}

	.totalmenu-area > ul > li > a.active .on,
	.totalmenu-area > ul > li.on > a .on {
		background: url(../img/icon/icon_arrow_right02_over@2x.png) no-repeat 0 0;
		background-size: 0.5rem 0.8462rem;
	}

	.totalmenu-area > ul > li > a .off {
		display: block;
		color: #212121;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.totalmenu-area > ul > li > a:hover .off,
	.totalmenu-area > ul > li > a.active .off,
	.totalmenu-area > ul > li.on > a .off {
		color: #006dbb
	}

	.totalmenu-area > ul > li > a.active + .top-submenu {
		display: block;
	}

	.totalmenu-area > ul > li > .top-submenu {
		display: none;
		padding: 0;
	}

	.totalmenu-area > ul > li > .top-submenu h2 {
		display: none;
	}

	.totalmenu-area > ul > li > .top-submenu > ul {
		display: block;
		background: #f3f3f3;
		border-top: 1px solid #dddddd;
		padding: 0.3846rem 1.538rem;
		margin-top: -1px;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li {
		display: block;
		padding-left: 2.538rem;
		padding-bottom: 0.9231rem;
		border-bottom: 1px solid #dddddd
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li:last-child {
		border-bottom: 0;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li > a {
		position: relative;
		display: block; 
	}
	

	.totalmenu-area > ul > li > .top-submenu > ul > li > a .title {
		position: relative;
		display: inline-block;
		color: #424242;
		padding: 1.038rem 0 0 1rem;
		font-size: 1.154rem;
		line-height: 1.385rem;
		font-weight: 500;
		background: url(../img/bul/bul_type01@2x.png) no-repeat 0 1.538rem;
		background-size: 0.2308rem 0.2308rem;
		word-break: keep-all;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li > a:hover .title,
	.totalmenu-area > ul > li > .top-submenu > ul > li > a.active .title {
		color: #3f7dc8;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li > a > .arrow {
		display: none;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li > a > .bg {
		display: none;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li > a .new-window01 {
		display: inline-block;
		vertical-align: baseline;
		margin-left: 0.2308rem;
		width: 0.6923rem;
		height: 0.7692rem;
		background: transparent url(../img/icon/icon_new_window02.gif);
		background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_new_window02@2x.gif);
		background: linear-gradient(transparent,transparent),url(../img/icon/icon_new_window02@2x.gif);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 0.6923rem 0.7692rem;
		text-indent: -5000rem;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li:last-child {
		margin-bottom: 0;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li > ul {
		display: block;
		padding: 1rem 0 1rem 1rem;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li > ul > li {
		display: block;
		margin-bottom: 0.8462rem;
	}

	.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: block;
		color: #666666;
		font-size: 1rem;
		line-height: 1.154rem;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li > ul > li > a:before {
		content: "- ";
		font-weight: 700
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li > ul > li > a.active {
		color: #3f7dc8;
		font-weight: 500;
	}

	

	.totalmenu-wrapper .btn-mobile-close {
		position: absolute;
		top: 1.538rem;
		right: 1.462rem;
		display: block;
		width: 1.308rem;
		height: 1.308rem;
	}

	.totalmenu-wrapper .btn-mobile-close > img {
		display: inline-block;
		vertical-align: middle;
		width: 1.308rem;
	}

	.sub-visual {
		max-width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}

	.sub-visual > img {
		position: static;
		width: 100%;
		transform: none;
	}

	.sub-visual > .pc {
		display: none;
	}

	.sub-visual > .mobile {
		display: block;
	}

	.sub-visual .word-slogan-wrapper {
		position: absolute;
		top: 50%;
		left: 0;
		max-width: 100%;
		width: 100%;
		padding: 01.538rem;
		text-align: center;
		transform: translate(0, -50%);
		text-shadow: 0.07692rem 0.07692rem 0.1923rem rgba(0,0,0, 0.2);
	}

	.sub-visual .word-slogan-wrapper .title {
		display: block;
		font-size: 2rem;
		line-height: 2.308rem;
		font-weight: 700;
	}

	.sub-visual .word-slogan-wrapper .type01,
	.sub-visual .word-slogan-wrapper .type02 {
		display: none;
	}

	.sub-visual .contents-navigation-wrapper {
		display: none;
	}

	.container {
		position: relative;
		padding: 3.846rem 0;
	}

	.contents-navigation-wrapper {
		display: none;
	}

	.container-wrapper {
		position: static;
		padding: 0;
		margin: 0;
	}

	.lnb-wrapper {
		position: fixed;
		top: 8.077rem;
		left: 0;
		display: none;
		float: none;
		margin: 0;
		width: 100%;
		height: calc(100% - 8.077rem);
		overflow-x: hidden;
		overflow-y: auto;
		background: rgba(0, 0, 0, 0.8);
		z-index: 100;
	}

	.lnb-wrapper .lnb-title {
		display: none;
	}

	.lnb-area {
		display: block;
	}

	.lnb-area > h2 {
		display: none;
	}

	.lnb-area > ul > li > a {
		font-size: 1rem;
		line-height: 1.154rem;
		padding: 0.7692rem 4.462rem 0.7692rem 1.538rem;
		border-left: 0;
		border-right: 0;
	}

	.lnb-area > ul > li > a.active,
	.lnb-area > ul > li > a.point,
	.lnb-area > ul > li > a:hover {
		border: 1px solid #38465f;
		background: #38465f;
	}


	.lnb-area > ul > li > a .arrow {
		right: 1.538rem;
		width: 0.6923rem;
		height: 0.3846rem;
		margin-top: -0.1923rem;
		background-size: 0.6923rem 0.3846rem;
	}

	.lnb-area > ul > li > a.active .arrow,
	.lnb-area > ul > li > a.point .arrow {
		background-size: 0.6923rem 0.3846rem;
	}

	.lnb-area > ul > li > a + ul {
		padding: 1.154rem;
		border-left: 0;
		border-right: 0;
	}

	.lnb-area > ul > li > ul > li {
		margin-bottom: 0.7692rem;
	}

	.lnb-area > ul > li > ul > li > a {
		padding-left: 1rem;
		font-size: 1rem;
		line-height: 1.154rem;
	}


	.lnb-area > ul > li > ul > li > a .bg {
		top: 0.3077rem;
		width: 0.3846rem;
		height: 0.3846rem;
		margin-left: 0.1923rem;
	}

	.contents {
		margin: 0;
		min-height: 23.08rem;
		padding: 2.308rem 1.538rem 1.538rem 1.538rem;
		display: block;
		font-size: 1rem !important; 
		line-height: 1rem !important
	}

	.contents-title {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 3.846rem;
		line-height: 3.846rem;
		text-align: center;
		color: #fff;
		font-weight: 400;
		font-size: 1.462rem;
		background: #006dbb;
		padding: 0 4.462rem;
	}

	.contents-title .arrow {
		position: absolute;
		top: 50%;
		right: 1.538rem;
		display: block;
		width: 1.385rem;
		height: 0.6923rem;
		margin-top: -0.3462rem;
		background: url(../img/icon/icon_arrow_down02.png) no-repeat 0 0;
		background-size: 1.385rem 0.6923rem;
		transition: all 0.2s ease-in-out;
	}

	.contents-title.active {
		position: fixed;
		top: 4.231rem;
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
		z-index: 10;
	}

	.contents-title.active .arrow {
		transform: rotate(180deg);  
	}

	/* footer */
	.footer {
		padding: 1.423rem 0;
	}

	.footer-wrapper {
		max-width: 100%;
		padding: 0 1.538rem;
		margin: 0;
		text-align: left;
	}
	.footer-wrapper > ul {
		display: block;
		margin-bottom: 0;
	}


	.footer-wrapper > ul > li {
		padding-right: 0.8462rem;
		margin-right: 0.5385rem;
		margin-bottom: 1.077rem;
		background-size: 1px 0.7692rem
	}

	.footer-wrapper > ul > li > a {
		font-size: 0.8462rem;
		line-height: 1.077rem;
		letter-spacing: -1px
	}

	.footer-information {
		font-size: 0.9231rem;
		line-height: 1.385rem;
	}

	.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; /* 기본베이스 폰트사이즈 18px */
		line-height: 1.25rem; /* 기본베이스 line-height 사이즈 18px */ 
	}
}


@media only all and (max-width: 600px) {
	html {
		font-size: 0.9375rem; /* 기본베이스 폰트사이즈 15px */
		line-height:  0.9375rem; /* 기본베이스 line-height 사이즈 15px */ 
	}
}


@media only all and (max-width: 475px) {
	html {
		font-size: 0.8125rem; /* 기본베이스 폰트사이즈 13px */
		line-height:  0.8125rem; /* 기본베이스 line-height 사이즈 13px */ 
	}
}
