@charset "UTF-8";

@import url("common_pc.css");

@media only all and (max-width: 1023px) {
	html {
		font-size: 1rem; /* 기본베이스 폰트사이즈 26px */
		line-height: 1rem; /* 기본베이스 line-height 사이즈 26px */
	}

	body {
		min-width: 320px;
		font-family: "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Dotum, Droid Sans, arial, sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #666667;
		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-wrapper {
		display: none;
	}

	/* header */
	.header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4.231rem;
	}

	.header-wrapper {
		position: static;
		width: 100%;
		height: 4.231rem;
	}

	.header-area {
		position: relative;
		max-width: 100%;
		height: 100%;
		padding: 0 1.538rem;
		margin: 0;
		background-color: #10466d;
	}


	.header-area > h1 {
		position: absolute;
		left: 50%;
		display: block;
		transform: translate(-50%, 0);
		margin-top: 1.154rem;
		z-index: 10;
	}

	.header-area h1 > a {
		width: 8.115rem;
		height: 1.923rem;
		background-image: url(../img/common/logo_pc.png);
		background-repeat: no-repeat;
		background-size: 8.115rem 1.923rem;
		background-position: 0 0;
		text-indent: -5000rem;
	}

	.top-menu-wrapper {
		display: none;
	}

	.btn-totalmenu {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 4.231rem;
		height: 4.231rem;
		background-image: url(../img/common/icon_totalmenu_pc@2x.png);
		background-repeat: no-repeat;
		background-size: 2rem 2rem;
		background-position: center center;
		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;
		left: -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 {
		left: 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: 0;
		margin: 0 auto;
		overflow-x: hidden;
		overflow-y: auto;
		background: #fff;
	}
	
	.member-menu-wrapper {
		padding: 0.7692rem 1.077rem;
		/*height: 14.04rem;*/
		height:10.04rem;
		background: #10466d;
	}
	
	.member-menu-wrapper > .member-welcome {
		position: absolute;
		margin-top: 0.5769rem;
		color: #fff;
		vertical-align: middle;
		z-index: 10010;
	}

	.member-menu-wrapper > .member-welcome > span.member-level {
		color: #fff;
		margin-left: 0.5769rem;
		background: #022f4f;
		border-radius: 0.5rem;
		padding: 0.1923rem 0.7692rem;
		font-size: 0.8462rem;
		margin-top: 0.3846rem;
	}
	
	.btn-logout {
		float: right;
		color: #fff;
		background: #38a8d7;
		border-radius: 1.923rem;
		padding: 0.1923rem 0.7692rem;
		font-size: 0.8462rem;
		margin-top: 0.3846rem;
	}
	
	.menu-button {
		margin-top: 3.077rem;
		width: 100%;
	}
	

	.menu-button > li {
		position: relative;
		float: left;
		color: #fff;
		width: 49%;
		height: 4.615rem;
		background: #155f94;
		border-radius: 0.3846rem;
		text-align: center;
		padding-bottom: 0.3846rem;
	}
	
	.menu-button > li > a > img {
		position: relative;
		display: block;
		margin: 0.7692rem auto 0.3846rem auto;
		height: 2rem;
	}
	
	.menu-button > li:nth-child(odd) {
		margin-right: 2%;
	}
	
	.menu-button > li:nth-child(1) {
		margin-bottom: 0.3846rem;
	}
	
	.menu-button > li:nth-child(2) {
		margin-bottom: 0.3846rem;
	}
	
	.totalmenu-area > ul {
		padding: 0;
		background: #fff;
		margin-left: 0;
		margin-top: 0;
	}

	.totalmenu-area > ul > li {
		float: none;
		width: 100%;
		background: #fff;
	}
	
	.totalmenu-area > ul > li.on > a {
		background: #f9bc3b;
		color: #fff;
		border-bottom: 0;
	}

	.totalmenu-area > ul > li > a {
		position: relative;
		display: block;
		margin-bottom: 0;
		border-bottom: 1px solid #dddddd;
		
	}

	.totalmenu-area > ul > li > a .title {
		display: block;
		font-size: 1.308rem;
		line-height: 1.615rem;
		font-weight: 500;
		padding: 1.308rem 1.308rem 1.154rem 1.308rem;
	}
	
	.totalmenu-area > ul > li > a.active,
	.totalmenu-area > ul > li > a.on {
		background-color: #f9bc3b;
		border-bottom: 1px solid #f9bc3b
	}

	.totalmenu-area > ul > li > a.active .title,
	.totalmenu-area > ul > li > a.on .title {
		color: #fff;
	}

	.totalmenu-area > ul > li > a .arrow {
		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;
		transform: rotate(90deg);
		transition: all 0.2s ease-in-out;
	}

	.totalmenu-area > ul > li > a.active .arrow,
	.totalmenu-area > ul > li > a.on .arrow {
		background: url(../img/icon/icon_arrow_right02_over@2x.png) no-repeat 0 0;
		background-size: 0.5rem 0.8462rem;
		transform: rotate(270deg);
	}

	.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 > a.on .on {
		background: url(../img/icon/icon_arrow_right02_over@2x.png) no-repeat 0 0;
		background-size: 0.5rem 0.8462rem;
		background-color: #f9bc3b;
	}

	.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: #4f586d;
		border-top: 1px solid #dddddd;
		padding: 0.3846rem 0;
		margin-top: -1px;
	}

	.totalmenu-area > ul > li > .top-submenu > ul > li {
		display: block;
		padding-bottom: 0.9231rem;
		border-bottom: 1px solid #474f62
	}

	.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: #9da4b0;
		padding: 1.038rem 0 0 1.308rem;
		font-size: 1.269rem;
		line-height: 1.385rem;
		font-weight: 500;
		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: #f9bc3b;
	}

	.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;
		z-index: 10;
		overflow: hidden;
	}

	.sub-visual > img {
		position: static;
		width: 100%;
		transform: none;
	}

	.sub-visual .word-slogan-wrapper {
		position: absolute;
		top: 50%;
		left: 0;
		max-width: 100%;
		width: 100%;
		padding: 01.538rem;
		z-index: 20;
		color: #fff;
		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: #38a8d7;
		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-information {
		font-size: 0.9231rem;
		line-height: 1.385rem;
	}
	
	.footer-information
	.copyright {
		font-size: 0.7692rem;
		text-align: center;
	}

	.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 */ 
	}
}

@media only all and (max-width: 360px) {
	html {
		font-size: 0.75rem; /* 기본베이스 폰트사이즈 12px */
		line-height:  0.75rem; /* 기본베이스 line-height 사이즈 12px */ 
	}
}

@media only all and (max-width: 320px) {
	html {
		font-size: 0.68rem; /* 기본베이스 폰트사이즈 12px */
		line-height:  0.68rem; /* 기본베이스 line-height 사이즈 12px */ 
	}
}