@charset "utf-8";

::-moz-selection {
  color: white;
  background-color: #f6a51e;
  -webkit-text-stroke: initial;
}
::selection {
  color: white;
  background-color: #f6a51e;
  -webkit-text-stroke: initial;
}

html { font-size: 62.5%; } /* 브라우저기본 16px 1rem 62.5%(10px) 환산 */
@media (max-width: 1480px) {
	html { font-size: 56.25%; }
}
@media (max-width: 768px) {
	html { font-size: 50%; }
}
body {
	font-size: 1.2rem; line-height: 1.2; font-weight: 300; color: #282828;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: none; /* 모바일에서 text 사이즈 변동 없게 */
	-webkit-font-smoothing: subpixel-antialiased; /* antialiased or subpixel-antialiased 웹킷 브라우저 웹폰트 선명하게 처리 */
	font-variant-ligatures: none; /* fi수정 */
	word-break: keep-all;
}
body, button { font-family: 'NotoSansWeb',sans-serif; }
img {
	max-width: 100%;
	line-height: 0; font-size: 0;
	/*image-rendering: optimizeSpeed;*/ /* low quality */
	/*image-rendering: optimizeQuality;*/ /* high quality */
	-ms-interpolation-mode: bicubic; /* blur */
	/* -ms-interpolation-mode: nearest-neighbor; /* sharpen */
	/*-webkit-backface-visibility: hidden; /* css3이면가시성속성 */
	/*backface-visibility: hidden;*/
}
a {
	color: #282828;
}
b, strong { font-weight: 700; }
/* reset */
* { padding: 0; margin: 0; border: 0; outline: 0; vertical-align: top; }
article, aside, figcaption, figure, footer, header, nav, section, main { display: block; padding: 0; margin: 0; }
ul, li, ol, dl { list-style: none; }
table { border-collapse: collapse; }
/*td { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }*/
caption, legend { display: none; }
input, select, textarea { vertical-align: middle; border: 0; font-family: 'NotoSansWeb',sans-serif; }
label { cursor: pointer; }
a, input, select, textarea { text-decoration: none; }
textarea { -webkit-overflow-scrolling: touch; }
input[type='checkbox'] { appearance: checkbox; }
input[type='text'], input[type='tel'], input[type='password'], textarea { appearance: none; border-radius: 0; color: #282828; }
input[type='text'], input[type='tel'], input[type='password'] { width: 100%; }
input::placeholder, textarea::placeholder { color: #171717; }
a:hover { text-decoration: none; }

#accessibility { position: relative; z-index: 9999; }
#accessibility a { position: absolute; top: -200px; left: 0; width: 160px; border: 1px solid #1a99a7; background-color: #333; text-align: center; font-size: 1.3rem; line-height: 2.6rem; color: #fff; }
#accessibility a:focus, #accessibility a:active { top: 0; background-color: #1a99a7; }

/* call class */
.displaynone { display: none !important; }
.displaypc, .displaymobile { display: none; }
.displaypc.active, .displaymobile.active { display: block; }
.fixo-dimmed { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: rgba(0,0,0,.4); cursor: pointer; visibility: hidden; opacity: 0; transition: all .3s; }
@media (max-width: 1480px) {
	.br-max { display: block; }
}
@media (max-width: 768px) {
	.br-min { display: block; }
}


/* animation */
[data-ani^='fade'] { visibility: hidden; opacity: 0; }
[data-ani~='fade-up'] { transform: translateY(100px); }
[data-ani~='fade-down'] { transform: translateY(-100px); }
[data-ani~='fade-left'] { transform: translateX(100px); }
[data-ani~='fade-right'] { transform: translateX(-100px); }
[data-ani^='fade'].fixo-animate { visibility: visible; opacity: 1; transform: translate(0); transition: all 1.2s ease .4s; }

[data-ani~="delay1"].fixo-animate { transition-delay: .1s; }
[data-ani~="delay2"].fixo-animate { transition-delay: .2s; }
[data-ani~="delay3"].fixo-animate { transition-delay: .3s; }
[data-ani~="delay4"].fixo-animate { transition-delay: .4s; }
[data-ani~="delay5"].fixo-animate { transition-delay: .5s; }
[data-ani~="delay6"].fixo-animate { transition-delay: .6s; }
[data-ani~="delay7"].fixo-animate { transition-delay: .7s; }
[data-ani~="delay8"].fixo-animate { transition-delay: .8s; }
[data-ani~="delay9"].fixo-animate { transition-delay: .9s; }
[data-ani~="delay10"].fixo-animate { transition-delay: 1s; }
[data-ani~="delay11"].fixo-animate { transition-delay: 1.1s; }
[data-ani~="delay12"].fixo-animate { transition-delay: 1.2s; }
[data-ani~="delay13"].fixo-animate { transition-delay: 1.3s; }
[data-ani~="delay14"].fixo-animate { transition-delay: 1.4s; }
[data-ani~="delay15"].fixo-animate { transition-delay: 1.5s; }
[data-ani~="delay16"].fixo-animate { transition-delay: 1.6s; }
[data-ani~="delay17"].fixo-animate { transition-delay: 1.7s; }
[data-ani~="delay18"].fixo-animate { transition-delay: 1.8s; }
[data-ani~="delay19"].fixo-animate { transition-delay: 1.9s; }
[data-ani~="delay20"].fixo-animate { transition-delay: 2s; }
[data-ani~="delay21"].fixo-animate { transition-delay: 2.1s; }
[data-ani~="delay22"].fixo-animate { transition-delay: 2.2s; }

[data-ania^="fade"] { visibility: hidden; opacity: 0; }
[data-ania~="fade-up"] { opacity: 0; transform: translateY(100px); }
[data-ania~="fade-down"] { opacity: 0; transform: translateY(-100px); }
[data-ania~="fade-left"] { opacity: 0; transform: translateX(100px); }
[data-ania~="fade-right"] { opacity: 0; transform: translateX(-100px); }
.fixo-animate-area [data-ania^="fade"] { visibility: visible; opacity: 1; transform: translate(0); transition: all 1.2s ease .4s; }

.fixo-animate-area [data-ania~="delay1"] { transition-delay: .1s; }
.fixo-animate-area [data-ania~="delay2"] { transition-delay: .2s; }
.fixo-animate-area [data-ania~="delay3"] { transition-delay: .3s; }
.fixo-animate-area [data-ania~="delay4"] { transition-delay: .4s; }
.fixo-animate-area [data-ania~="delay5"] { transition-delay: .5s; }
.fixo-animate-area [data-ania~="delay6"] { transition-delay: .6s; }
.fixo-animate-area [data-ania~="delay7"] { transition-delay: .7s; }
.fixo-animate-area [data-ania~="delay8"] { transition-delay: .8s; }
.fixo-animate-area [data-ania~="delay9"] { transition-delay: .9s; }
.fixo-animate-area [data-ania~="delay10"] { transition-delay: 1s; }
.fixo-animate-area [data-ania~="delay11"] { transition-delay: 1.1s; }
.fixo-animate-area [data-ania~="delay12"] { transition-delay: 1.2s; }
.fixo-animate-area [data-ania~="delay13"] { transition-delay: 1.3s; }
.fixo-animate-area [data-ania~="delay14"] { transition-delay: 1.4s; }
.fixo-animate-area [data-ania~="delay15"] { transition-delay: 1.5s; }
.fixo-animate-area [data-ania~="delay16"] { transition-delay: 1.6s; }
.fixo-animate-area [data-ania~="delay17"] { transition-delay: 1.7s; }
.fixo-animate-area [data-ania~="delay18"] { transition-delay: 1.8s; }
.fixo-animate-area [data-ania~="delay19"] { transition-delay: 1.9s; }
.fixo-animate-area [data-ania~="delay20"] { transition-delay: 2s; }
.fixo-animate-area [data-ania~="delay21"] { transition-delay: 2.1s; }
.fixo-animate-area [data-ania~="delay22"] { transition-delay: 2.2s; }

.mwidth {
	width: 100%; max-width: 1640px;
	padding: 0 20px; margin: auto;
	box-sizing: border-box;
}
.mwidth-min {
	width: 100%; max-width: 1400px;
	padding: 0 20px; margin: auto;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.mwidth, .mwidth-min {
		padding: 0 10px;
	}
}
.ft-gmarket { font-family: 'GmarketWeb'; }
.color-accent { color: #ffaf2b; }
u {
	text-decoration: none;
	background-image: linear-gradient(#282828, #282828);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 1px 1px;
}


/* Layout */
body {
	
}
#wrap {
}
#container {
}
#content {
	overflow: hidden;
}

/* header : 공통상단 */

@media (min-width:1921px) {
	#wrap #header .header-top #gnb > ul li a {
		display: block;
		padding: 0 16px;  
		font-size: 1.9rem; line-height: 140px; color: #282828; 
	}
}


#header {
	position: relative; top: 0; left: 0; z-index: 200;
	width: 100%; height: 140px;
	transition: all .3s;
}
#header .header-top {
	position: relative; z-index: 2;
	display: flex; align-items: center; justify-content: space-between;
	height: inherit;
	padding: 0 55px;
	background-color: rgba(255,255,255,.95);
	transition: background-color .3s;
}
#header .header-top:after {
	content: '';
	position: absolute; bottom: 0; left: 0; right: 0;
	height: 1px;
	background-color: #d2d2d2;
	transition: all .3s;
}
#header .header-top h1 {
	flex-shrink: 0;
	margin: 0 20px 0 0;	
}
#header .header-top h1 a {
	display: block;
	width: 298px; height: 40px;
	font-size: 0;
	background: url('../_images/cmn/logo_b.png') center/100% auto no-repeat;
}
#header .header-top .gnb-wrap {
	display: flex; align-items: center; justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}
#header .header-top #gnb{
	flex-shrink: 0;
}
#header .header-top #gnb > ul {
	display: flex;
}
#header .header-top #gnb > ul li a {
	display: block;
	padding: 0 0.83333333333333vw;  /* 0 16px */
	font-size: 0.98958333333333vw; line-height: 140px; color: #282828; /* 1.9rem */
}
#header .header-top #gnb > ul li a:hover {
	color: #003c6d;
}
#header .header-top #gnb .mob-gnb {
	display: none;
}
#header .header-top .util-menu ul {
	display: flex; align-items: center;
	margin: 0;
}
#header .header-top .util-menu ul li:not(:last-child) {
	position: relative;
	padding: 0 30px 0 0; margin: 0 30px 0 0;
}
#header .header-top .util-menu ul li:not(:last-child):after {
	content: '';
	position: absolute; top: 50%; right: 0;
	width: 1px; height: 16px;
	background-color: #d2d2d2;
	transform: translateY(-50%);
}
#header .header-top .util-menu ul li a {
	display: block;
	padding: 0 0 0 45px;
	background: left center/28px auto no-repeat;
	font-size: 1.9rem; line-height: 28px; color: #282828;
}
#header .header-top .util-menu ul li a.btn-join {
	background-image: url('../_images/cmn/ico_join.png');
}
#header .header-top .util-menu ul li a.btn-login {
	background-image: url('../_images/cmn/ico_login.png');
}

#header.active {
	position: fixed;
	height: 80px;
}
#header.active .header-top {
	background-color: rgba(255,255,255,.95);
}
#header.gnb-open .header-top {
	background-color: rgba(255,255,255,.95);
}
#header.active .header-top:after, #header.gnb-open .header-top:after {
	left: 0; right: 0;
	background-color: #d2d2d2;
}
#header.active .header-top h1 a, #header.gnb-open .header-top h1 a {
	background-image: url('../_images/cmn/logo_b.png');
}
#header.active .header-top #gnb > ul li a, #header.gnb-open .header-top #gnb > ul li a {
	color: #282828;
}
#header.active .header-top #gnb > ul li a:hover {
	color: #003c6d;
}
#header.active .header-top .util-menu ul li a, #header.gnb-open .header-top .util-menu ul li a {
	color: #282828;
}

#header .btn-gnb {
	position: absolute; top: 50%; left: 15px; z-index: 100;
	margin-top: -20px;
	width: 40px; height: 40px;
	text-align: center;
	cursor: pointer;
	display: none;
	/* background-color: rgba(0,0,0,.5); */
}
#header .btn-gnb2 {
	position: absolute; top: 50%; right: 15px; z-index: 100;
	margin-top: -20px;
	width: 40px; height: 40px;
	text-align: center;
	cursor: pointer;
	display: none;
	/* background-color: rgba(0,0,0,.5); */
}
#header .btn-gnb span {
	position: absolute; top: 0; left: 50%;
	margin: 0 0 0 -11px;
	width: 24px; height: 2px;
	border-radius: 3px;
	background: #003c6d;
	transition: all .2s;
}
#header .btn-gnb span:nth-child(1) {
	top: 11px;
}
#header .btn-gnb span:nth-child(2) {
	top: 19px;
}
#header .btn-gnb span:nth-child(3) {
	top: auto; bottom: 11px;
}

#header.active .btn-gnb span {
	background-color: #003c6d;
}

@media (max-width: 1776px) {
#header .header-top #gnb > ul li a { padding: 0 10px;font-size: 1.6rem; }
}

@media (max-width: 1480px) {
	#header, #header.active {
		height: 60px;
	}
	#header .header-top {
		display: block;
		padding: 0;
	}
	#header .header-top:after {
		left: 15px; right: 15px;
	}
	#header .header-top h1 {
		display: flex; align-items: center; justify-content: center;
		height: 60px;
		margin: 0;
		text-align: center;
	}
	#header .header-top h1 a {
		width: 255px; height: 100%;
	}
	#header .header-top .gnb-wrap {
		flex-direction: column;
		padding: 20px 0 0;
		background-color: rgba(255,255,255,.95);
		max-height: calc(100vh - 120px);
		text-align: left;
		overflow: hidden; overflow-y: auto;
		opacity: 0; visibility: hidden;
		transition: all .3s;
	}
	#header .header-top #gnb {
		width: 100%;
	}
	#header .header-top #gnb > ul {
		display: none;
	}
	#header .header-top #gnb .mob-gnb {
		display: block;
	}

	#header .header-top #gnb .submenu-wrap:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}
	#header .header-top #gnb .submenu-wrap .menu-tit a {
		position: relative;
		display: block;
		padding: 15px 20px;
		font-size: 2rem; color: #111;
	}
	#header .header-top #gnb .submenu-wrap .menu-tit a:before {
		content: '';
		position: absolute; top: 50%; right: 24px;
		width: 1px; height: 9px;
		background-color: #111;
		margin: -4px 0 0;
	}
	#header .header-top #gnb .submenu-wrap .menu-tit a:after {
		content: '';
		position: absolute; top: 50%; right: 20px;
		width: 9px; height: 1px;
		background-color: #111;
	}
	#header .header-top #gnb .submenu-wrap .menu-tit.selected a {
		color: #003c6d;
	}
	#header .header-top #gnb .submenu-wrap .menu-tit.selected a:before {
		display: none;
	}
	#header .header-top #gnb .submenu-wrap .menu-tit b {
		font-weight: 500;
	}
	#header .header-top #gnb .submenu-wrap .menu-tit span {
		display: none;
	}
	#header .header-top #gnb .submenu-wrap .depth {
		display: none;
		padding: 10px 20px;
	}
	#header .header-top #gnb .submenu-wrap .depth a {
		position: relative;
		display: block;
		padding: 10px 0;
		font-size: 1.8rem;
	}
	#header .header-top #gnb .submenu-wrap .depth a.subon:before {
		content: '';
		position: absolute; top: 50%; right: 4px;
		width: 1px; height: 9px;
		background-color: #111;
		margin: -4px 0 0;
	}
	#header .header-top #gnb .submenu-wrap .depth a.subon:after {
		content: '';
		position: absolute; top: 50%; right: 0px;
		width: 9px; height: 1px;
		background-color: #111;
	}
	#header .header-top #gnb .submenu-wrap .depth a.selected {
		font-weight: 400; color: #003c6d;
	}
	#header .header-top #gnb .submenu-wrap .depth a.selected:before {
		display: none;
	}
	#header .header-top #gnb .submenu-wrap .depth > ul > li > a {
	}
	#header .header-top #gnb .submenu-wrap .depth01 {
		background-color: #efefef;
	}
	#header .header-top #gnb .submenu-wrap .depth02 {
		display: none;
	}
	#header .header-top #gnb .submenu-wrap .depth02 > ul > li > a {
		padding: 10px;
	}
	#header .header-top #gnb .submenu-wrap .depth03 {
		display: none;
		padding: 5px 15px;
		background-color: #f9f9f9;
		border-radius: 10px;
	}
	#header .header-top #gnb .submenu-wrap .depth03 > ul > li > a {
	}

	#header .header-top .util-menu {
		order: -1;
		width: 100%;
		margin: 0 0 20px;
	}
	#header .header-top .util-menu ul {
		justify-content: flex-end;
		padding: 0 15px;
	}

	html.expand-menu #wrap { position: relative; }
	html.expand-menu { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; }
	html.expand-menu body { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; }
	html.expand-menu #header .header-top .gnb-wrap { opacity: 1; visibility: visible; }
	html.expand-menu .fixo-dimmed { visibility: visible; opacity: 1; }
	html.expand-menu #header .btn-gnb span:nth-child(1) {
		top: 19px;
		transform: rotate(45deg);
	}
	html.expand-menu #header .btn-gnb span:nth-child(2) {
		opacity: 0;
	}
	html.expand-menu #header .btn-gnb span:nth-child(3) {
		bottom: 19px;
		transform: rotate(-45deg);
	}

	#header .btn-gnb {
		display: block;
	}
	#header .btn-gnb2 {
		display: block;
	}
}
@media (max-width: 768px) {
	#header, #header.active {
		height: 54px;
	}
	#header .header-top h1 {
		height: 54px;
	}
	#header .header-top h1 a {
		width: 213px;
	}
	#header .header-top .gnb-wrap {
		max-height: calc(100vh - 104px);
	}
	#header .header-top .util-menu {
		margin: 0 0 10px;
	}

	#header .header-top .util-menu ul li:not(:last-child) {
		padding: 0 20px 0 0; margin: 0 20px 0 0;
	}
	#header .header-top .util-menu ul li:not(:last-child):after {
		height: 16px;
	}
	#header .header-top .util-menu ul li a {
		padding: 0 0 0 30px;
		background-size: 22px auto;
		font-size: 1.7rem; line-height: 22px;
	}

	#header .btn-gnb span {
		margin: 0 0 0 -9px;
		width: 20px;
	}
	#header .btn-gnb span:nth-child(1) {
		top: 12px;
	}
	#header .btn-gnb span:nth-child(2) {
		top: 19px;
	}
	#header .btn-gnb span:nth-child(3) {
		bottom: 12px;
	}
}

.gnb-submenu {
	position: absolute; top: 100%; left: 0; right: 0; z-index: 1;
	background-color: rgba(255,255,255,.95);
	padding: 0 60px;
	border-bottom: 1px solid #d2d2d2;
	transform: translateY(-100px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.gnb-submenu.active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.gnb-submenu .inner {
	max-width: 1280px;
	margin: auto;
}
.gnb-submenu .box-wrap {
	display: flex;
}
.gnb-submenu .box-left {
	width: 40%;
	border-right: 1px solid #d2d2d2;
	padding: 40px 0;
	box-sizing: border-box;
}
.gnb-submenu .submenu-wrap {
	display: none;
	height: 100%;
}
.gnb-submenu .submenu-wrap.active {
	display: flex;
}
.gnb-submenu .submenu-wrap .menu-tit {
	flex-shrink: 0;
	width: 180px;
	font-size: 1.8rem;
}
.gnb-submenu .submenu-wrap .menu-tit b {
	display: block;
	margin: 0 0 8px;
	font-weight: 500;
}
.gnb-submenu .submenu-wrap .menu-tit span {
	position: relative;
	padding: 0 30px 0 0;
	font-size: 1.4rem;
}
.gnb-submenu .submenu-wrap .menu-tit span:after {
	content: '+';
	position: absolute; top: 50%; right: 0;
	display: flex; align-items: center; justify-content: center;
	width: 24px; height: 24px;
	margin-top: -12px;
	border-radius: 50%;
	background-color: #003c6d;
	font-size: 1.8rem; color: #fff;
}
.gnb-submenu .submenu-wrap .depth {
	width: 100%;
}
.gnb-submenu .submenu-wrap .depth a {
	position: relative;
	display: block;
	flex-shrink: 0;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.6rem; line-height: 3.2rem;
}
.gnb-submenu .submenu-wrap .depth a:hover {
	font-weight: 500; color: #003c6d;
}
.gnb-submenu .submenu-wrap .depth a.subon:after {
	content: '';
	position: absolute; top: 50%; right: 16px;
	width: 6px; height: 6px;
	border: solid #666; border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	margin: -3px 0 0;
}
.gnb-submenu .submenu-wrap .depth.nochild .depth02 a {
	width: 100%;
}
.gnb-submenu .submenu-wrap .depth.nochild > ul:after {
	display: none;
}
.gnb-submenu .submenu-wrap .depth ul {
	position: relative;
	height: 100%;
}
.gnb-submenu .submenu-wrap .depth li {
	display: flex;
	position: relative; z-index: 1;
}
.gnb-submenu .submenu-wrap .depth li.active {
	z-index: 2;
}
/* .gnb-submenu .submenu-wrap .depth01 > ul:before {
	content: '';
	position: absolute; top: 0; left: 33.33%; bottom: 0; z-index: -1;
	width: 1px;
	background-color: #d2d2d2;
}
.gnb-submenu .submenu-wrap .depth01 > ul:after {
	content: '';
	position: absolute; top: 0; left: 66.66%; bottom: 0; z-index: -1;
	width: 1px;
	background-color: #d2d2d2;
} */
.gnb-submenu .submenu-wrap .depth01 {
	margin: -5px 0 0;
}
.gnb-submenu .submenu-wrap .depth01 > ul > li > a {
	width: 33.33%;
	white-space: nowrap;
}
.gnb-submenu .submenu-wrap .depth02 {
	display: none;
}
.gnb-submenu .submenu-wrap .depth01 > ul > li.active .depth02 {
	display: block;
	position: absolute; top: 0; left: 33.33%;
	width: 66.66%;
}
.gnb-submenu .submenu-wrap .depth03 {
	display: none;
}
.gnb-submenu .submenu-wrap .depth02 > ul > li.active .depth03 {
	display: block;
	position: absolute; top: 0; left: 50%;
	width: 50%;
}
.gnb-submenu .submenu-wrap .depth02 > ul > li.active .depth03 a {
	width: 100%;
}

.gnb-submenu .box-right {
	width: 60%;
	padding: 40px 0 40px 40px;
	box-sizing: border-box;
}
.gnb-submenu .box-right .item-wrap {
	display: flex;
	margin: 0 -25px 0 0;
}
.gnb-submenu .box-right .item-wrap .item {
	width: 50%;
	padding: 0 25px;
	box-sizing: border-box;
}
.gnb-submenu .box-right .item-wrap article:not(:last-child) {
	padding: 0 0 25px; margin: 0 0 25px;
	border-bottom: 1px solid #adadad;
}
.gnb-submenu .box-right .item-wrap article .article-tit {
	padding: 0 0 15px 20px;
	font-size: 1.7rem;
}
.gnb-submenu .box-right .item-wrap article .article-tit b {
	font-weight: 500;
}
.gnb-submenu .box-right .item-wrap article .banner {
	display: none;
}
.gnb-submenu .box-right .item-wrap article .banner.active {
	display: block;
}
.gnb-submenu .box-right .item-wrap article .banner img {
	width: 100%;
}
.gnb-submenu .box-right .item-wrap article .cs-top {
	display: flex; align-items: center;
	margin: 0 0 20px;
}
.gnb-submenu .box-right .item-wrap article .cs-tit {
	display: flex; align-items: center; justify-content: center;
	width: 140px; height: 40px;
	margin: 0 15px 0 0;
	background-color: #f6a51e;
	border-radius: 40px;
	font-size: 1.6rem; color: #fff;
}
.gnb-submenu .box-right .item-wrap article .cs-tel a {
	display: flex; align-items: flex-end;
	font-size: 2.6rem; font-weight: 900; color: #003c6d;
}
.gnb-submenu .box-right .item-wrap article .cs-tel span {
	color: #f6a51e;
}
.gnb-submenu .box-right .item-wrap article .cs-table {
	white-space: nowrap;
	margin: auto;
}
.gnb-submenu .box-right .item-wrap article .cs-table .guide {
	padding: 0 0 0 20px;
	font-size: 1.6rem; line-height: 26px;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title {
	width: 60px;
	padding: 0 50px 0 20px;
	text-align: left;
	font-size: 1.6rem; line-height: 26px;
}
.gnb-submenu .box-right .item-wrap article .cs-table .content {
	text-align: left;
	font-size: 1.6rem; line-height: 26px; color: #7d7d7d;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit2 span {
	display: inline-block;
	width: 50%;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit2 span:nth-child(1) {
	text-align: left;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit2 span:nth-child(2) {
	text-align: right;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit3 span {
	display: inline-block;
	width: 33.33%;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit3 span:nth-child(1) {
	text-align: left;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit3 span:nth-child(2) {
	text-align: center;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit3 span:nth-child(3) {
	text-align: right;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit4 span {
	display: inline-block;
	width: 25%;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit4 span:nth-child(1) {
	text-align: left;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit4 span:nth-child(2) {
	text-align: center;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit4 span:nth-child(3) {
	text-align: center;
}
.gnb-submenu .box-right .item-wrap article .cs-table .title.tit4 span:nth-child(4) {
	text-align: right;
}
.gnb-submenu .box-right .item-wrap article .sns-item {
	display: flex;
	padding: 10px 10px;
}
.gnb-submenu .box-right .item-wrap article .sns-item a {
	flex: 1 1 auto;
	text-align: center;
}
.gnb-submenu .box-right .item-wrap article .sns-item img {
	margin: 0 0 10px;
}
.gnb-submenu .box-right .item-wrap article .sns-item figcaption {
	font-size: 1.4rem; letter-spacing: -.035rem;
}
.gnb-submenu .box-right .item-wrap article .quick-item {
	display: flex; flex-wrap: wrap;
	padding: 25px 0 0;
}
.gnb-submenu .box-right .item-wrap article .quick-item a {
	display: block;
	width: 33.33%;
	padding: 0 0 25px;
	text-align: center;
}
.gnb-submenu .box-right .item-wrap article .quick-item figure > div {
	display: flex; align-items: center; justify-content: center;
	width: 72px; height: 72px;
	border-radius: 50%;
	margin: 0 auto 10px;
	background-color: #f2f9ff;
}
.gnb-submenu .box-right .item-wrap article .quick-item figcaption {
	font-size: 1.4rem; letter-spacing: -.035rem;
}
@media (max-width: 1480px) {
	.gnb-submenu {
		display: none;
	}
}
@media (max-width: 768px) {
}


/* footer : 공통하단 */
#footer {
	padding: 120px 0 0;
}

#footer .footer-cs {
	display: flex;
}
#footer .footer-cs article {
	width: 33.33%;
	padding: 60px 20px;
	box-sizing: border-box;
}
#footer .footer-cs article:nth-of-type(1) {
	background-color: #f6fcff;
}
#footer .footer-cs article:nth-of-type(2) {
	background-color: #effaff;
}
#footer .footer-cs article:nth-of-type(3) {
	background-color: #dff4ff;
}
#footer .footer-cs article .link-wrap {
	display: flex; flex-wrap: wrap;
	max-width: 450px;
	margin: auto;
}
#footer .footer-cs article .link-wrap .item {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
#footer .footer-cs article .link-wrap .item a {
	display: block;
}
#footer .footer-cs article .link-wrap .item:nth-of-type(1) a {
	padding: 10px 0 30px;
	border: solid #c9d0d9; border-width: 0 1px 1px 0;
}
#footer .footer-cs article .link-wrap .item:nth-of-type(2) a {
	padding: 10px 0 30px;
	border: solid #c9d0d9; border-width: 0 0 1px;
}
#footer .footer-cs article .link-wrap .item:nth-of-type(3) a {
	padding: 30px 0 10px;
	border: solid #c9d0d9; border-width: 0 1px 0 0;
}
#footer .footer-cs article .link-wrap .item:nth-of-type(4) a {
	padding: 30px 0 10px;
	border: solid #c9d0d9; border-width: 0;
}
#footer .footer-cs article .link-wrap .item-inner figure {
	display: flex; align-items: center; justify-content: center;
	width: 98px; height: 98px;
	border-radius: 50%;
	margin: 0 auto 10px;
	background-color: #003c6d;
}
#footer .footer-cs article .link-wrap .item-inner .txt .tit {
	margin: 0 0 10px;
	font-size: 2.1rem; letter-spacing: -.105rem; font-weight: 700;
}
#footer .footer-cs article .link-wrap .item-inner .txt .desc {
	font-size: 1.5rem; letter-spacing: -.075rem;
}
#footer .footer-cs article .cs-wrap {
	max-width: 325px;
	margin: auto;
	text-align: center;
	color: #132140;
}
#footer .footer-cs article .cs-wrap .tit {
	margin: 56px 0 20px;
	font-size: 1.8rem; letter-spacing: -.09rem;
}
#footer .footer-cs article .cs-wrap .tel-link {
	font-size: 6.6rem;
}
#footer .footer-cs article .cs-wrap .guide {
	margin: 0 0 0 13px;
	text-align: left;
	font-size: 1.5rem; line-height: 1.4; letter-spacing: -.0375rem;
}
#footer .footer-cs article .cs-wrap .time-wrap {
	border-top: 1px solid #8b9193;
	padding: 15px 0; margin: 15px 0 0;
}
#footer .footer-cs article .cs-wrap .time-wrap table {
	white-space: nowrap;
	margin: auto;
}
#footer .footer-cs article .cs-wrap .time-wrap .title {
	width: 70px;
	padding: 0 40px 0 0;
	font-size: 1.7rem; line-height: 28px; text-align: left;
}
#footer .footer-cs article .cs-wrap .time-wrap .content {
	font-size: 1.7rem; line-height: 28px; text-align: left;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit2 span {
	display: inline-block;
	width: 50%;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit2 span:nth-child(1) {
	text-align: left;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit2 span:nth-child(2) {
	text-align: right;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit3 span {
	display: inline-block;
	width: 33.33%;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit3 span:nth-child(1) {
	text-align: left;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit3 span:nth-child(2) {
	text-align: center;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit3 span:nth-child(3) {
	text-align: right;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit4 span {
	display: inline-block;
	width: 25%;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit4 span:nth-child(1) {
	text-align: left;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit4 span:nth-child(2) {
	text-align: center;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit4 span:nth-child(3) {
	text-align: center;
}
#footer .footer-cs article .cs-wrap .time-wrap .title.tit4 span:nth-child(4) {
	text-align: right;
}
#footer .footer-cs article .consult-wrap {
	max-width: 430px;
	margin: auto;
	text-align: center;
	color: #3a465e;
}
#footer .footer-cs article .consult-wrap .tit {
	margin: 56px 0 15px;
	font-size: 1.8rem; letter-spacing: -.09rem;
}
#footer .footer-cs article .consult-wrap .tit b {
	font-weight: 500;
}
#footer .footer-cs article .consult-wrap form {
}
#footer .footer-cs article .consult-wrap form .input-wrap {
	display: flex; flex-wrap: wrap;
	margin: 0 -5px;
}
#footer .footer-cs article .consult-wrap form .input-wrap .box {
	width: 50%;
	padding: 0 5px 10px;
	box-sizing: border-box;
}
#footer .footer-cs article .consult-wrap form .input-wrap .box label { width:19% !important;display:inline-block;box-sizing: border-box;text-align:left;font-size:1.6rem;line-height:30px; }
#footer .footer-cs article .consult-wrap form .input-wrap .box .label { background:#fff;padding:10px; }
#footer .footer-cs article .consult-wrap form .input-wrap .box:nth-child(3) {
	width: 100%;
}
#footer .footer-cs article .consult-wrap form .input-wrap .box input[type=text] {
	width: 100%; height: 44px;
	padding: 0 10px; margin: 0;
	box-sizing: border-box;
	font-size: 1.6rem; font-weight: 300;
}
#footer .footer-cs article .consult-wrap form .input-wrap textarea {
	width: 100%; height: 100px;
	padding: 10px;
	box-sizing: border-box;
	resize: none;
	font-size: 1.6rem; font-weight: 300;
}
#footer .footer-cs article .consult-wrap form input[type=submit] {
	display: flex; align-items: center; justify-content: center;
	width: 100%; height: 74px;
	margin: 0 0 10px;
	background-color: #003c6d;
	cursor: pointer;
	font-size: 1.8rem; letter-spacing: -.075rem; font-weight: 500; color: #fff;
}

#footer .footer-cs article .consult-wrap form .agree-check {
	display: flex; align-items: center;
}
#footer .footer-cs article .consult-wrap form .agree-check label {
	display: flex; align-items: center;
	margin: 0 5px 0 0;
	font-size: 1.8rem; letter-spacing: -.07rem; font-weight: 400; color: #132140;
}
#footer .footer-cs article .consult-wrap form .agree-check label input[type=checkbox] {
	position: relative;
	width: 24px; height: 24px;
	border-radius: 0;
	border: 0;
	background-color: #cadeec;
	margin: 0 5px 0 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#footer .footer-cs article .consult-wrap form .agree-check label input[type=checkbox]:after {
	content: '';
	position: absolute; top: 48%; left: 50%;
	width: 8px; height: 4px;
	border: solid #fff; border-width: 0 0 2px 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}
#footer .footer-cs article .consult-wrap form .agree-check label input[type=checkbox]:checked {
	background-color: #003c6d;
}
#footer .footer-cs article .consult-wrap form .agree-check .btn {
	font-size: 1.4rem; letter-spacing: -.07rem;  color: #132140;
}
@media (max-width: 1480px) {
	#footer .footer-cs {
		flex-wrap: wrap;
	}
	#footer .footer-cs article {
		width: 50%;
	}
	#footer .footer-cs article:nth-child(3) {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#footer {
		padding: 60px 0 0;
	}
	#footer .footer-cs article {
		width: 100%;
		padding: 40px 20px;
	}
	#footer .footer-cs article .cs-wrap .tit {
		margin: 0 0 20px;
	}
	#footer .footer-cs article .consult-wrap .tit {
		margin: 0 0 15px;
	}
	#footer .footer-cs article .link-wrap .item-inner figure {
		width: 70px; height: 70px;
	}
	#footer .footer-cs article .link-wrap .item-inner figure img {
		width: 35px;
	}
	#footer .footer-cs article .link-wrap .item-inner .txt .tit {
		margin: 0 0 5px;
		font-size: 1.9rem;
	}
	#footer .footer-cs article .cs-wrap .tel-link {
		font-size: 5.5rem;
	}
}

#footer .footer-inner {
	background: url('../_images/cmn/footer_bg.jpg') center/cover fixed;
	padding: 100px 0 120px;
	text-align: center;
}
#footer .footer-inner .footer-top {
	border-bottom: 1px solid #797979;
}
#footer .footer-inner h2 {
	margin: 0 0 40px;
}
#footer .footer-inner ul.site-menu {
	display: flex; justify-content: center;
	padding: 0 0 35px;
}
#footer .footer-inner ul.site-menu li {
	position: relative;
}
#footer .footer-inner ul.site-menu li:not(:last-child) {
	padding: 0 20px 0 0; margin: 0 20px 0 0;
}
#footer .footer-inner ul.site-menu li:not(:last-child):after {
	content: '';
	position: absolute; top: 50%; right: 0;
	width: 1px; height: 16px;
	transform: translateY(-50%);
	background-color: #fff;
}
#footer .footer-inner ul.site-menu li a {
	font-size: 1.7rem; font-weight: 400; color: #fff;
}
#footer .footer-inner ul.sns-link {
	display: flex; align-items: center; justify-content: center;
	padding: 25px 0 30px;
}
#footer .footer-inner ul.sns-link li {
	padding: 0 10px;
}
#footer .footer-inner address {
	font-style: normal;
	font-size: 1.4rem; line-height: 1.6; font-weight: 400; color: #fff;
}
@media (max-width: 1480px) {
	#footer .footer-inner h2 img {
		max-height: 30px;
	}
}
@media (max-width: 768px) {
	#footer .footer-inner {
		padding: 50px 0 90px;
	}
	#footer .footer-inner h2 {
		margin: 0 0 20px;
	}
	#footer .footer-inner h2 img {
		max-height: 24px;
	}
	#footer .footer-inner ul.site-menu {
		padding: 0 0 20px;
	}
	#footer .footer-inner ul.site-menu li:not(:last-child) {
		padding: 0 10px 0 0; margin: 0 10px 0 0;
	}
	#footer .footer-inner ul.site-menu li:not(:last-child):after {
		height: 10px;
	}
	#footer .footer-inner ul.site-menu li a {
		font-size: 1.4rem;
	}
	#footer .footer-inner ul.sns-link {
		padding: 20px 0;
	}
	#footer .footer-inner ul.sns-link li:nth-child(1) img {
		width: 30px;
	}
	#footer .footer-inner ul.sns-link li:nth-child(2) img {
		width: 21px;
	}
	#footer .footer-inner ul.sns-link li:nth-child(3) img {
		width: 22px;
	}
	#footer .footer-inner ul.sns-link li:nth-child(4) img {
		width: 19px;
	}
	#footer .footer-inner address {
		font-size: 1.2rem; line-height: 1.4;
	}
}


.quick-wrap {
	position: fixed; top: 50%; right: 35px; z-index: 101;
	background-color: #fff;
	width: 100px;
	border-radius: 100px;
	padding: 15px 0 10px;
	border: 1px solid #e2e2e2;
	transform: translateY(-50%);
	box-sizing: border-box;
	text-align: center;
}
.quick-wrap .item-wrap {
	width: 76px;
	margin: auto;
}
.quick-wrap .item-wrap .item {
	position: relative;
}
.quick-wrap .item-wrap .item.bg:after {
	content: '';
	position: absolute; top: -1px; bottom: -1px; left: -12px; right: -12px; z-index: 1;
	background-color: #ffaf2b;
}
.quick-wrap .item-wrap .item a {
	position: relative; z-index: 2;
}
.quick-wrap .item-wrap .item:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
.quick-wrap .item-wrap .item:not(:last-child) a {
	display: block;
	padding: 0 0 9px;
}
.quick-wrap .item-wrap figure img {
	margin: 5px 0 0;
}
.quick-wrap .item-wrap figcaption {
	font-size: 1.3rem; font-weight: 500; color: #3e3e3e;
}
.quick-wrap .item-wrap .item-tel a {
	display: block;
	padding: 15px 0 14px;
}
.quick-wrap .item-wrap .item-tel .tit {
	margin: 0 0 5px;
	font-size: 1.4rem; font-weight: 700; color: #3e3e3e;
}
.quick-wrap .item-wrap .item-tel .tel {
	font-size: 1.4rem; font-weight: 700; color: #3e3e3e;
}
.quick-wrap .btn-top {
	display: flex; align-items: center; justify-content: center;
	width: 56px; height: 56px;
	border-radius: 50%;
	margin: auto;
	background-color: #ffaf2b;
	font-size: 1.4rem; font-weight: 500; color: #fff;
}
@media (max-width: 1480px) {
	.quick-wrap {
		top: auto; bottom: 0; left: 0; right: 0;
		display: flex;
		width: 100%; height: 60px;
		padding: 0;
		border-radius: 0;
		border: 0; border-top: 1px solid #e2e2e2;
		transform: none;
	}
	.quick-wrap .item-wrap {
		display: flex;
		width: 100%;
	}
	.quick-wrap .item-wrap .item {
		flex: 1 1 auto;
	}
	.quick-wrap .item-wrap .item:not(:last-child) {
		border: 0;
	}
	.quick-wrap .item-wrap .item:not(:last-child) a {
		padding: 0;
	}
	.quick-wrap .item-wrap figure img {
		margin: 0;
		max-width: 30px;
	}
	.quick-wrap .item-wrap figcaption {
		padding: 0 0 4px;
		font-size: 1.3rem;
	}
	.quick-wrap .item-wrap .item-tel a {
		display: flex; flex-direction: column; align-items: center; justify-content: center;
		padding: 0;
		height: 100%;
	}
	.quick-wrap .item-wrap .item-tel .tit {
		font-size: 1.4rem;
	}
	.quick-wrap .item-wrap .item-tel .tel {
		font-size: 1.4rem;
	}
	.quick-wrap .btn-top {
		flex-shrink: 0;
		width: 60px; height: 60px;
		border-radius: 0;
	}

	.quick-wrap .item-wrap .item.bg:after {
		top: -6px; bottom: -6px; left: 0; right: 0;
	}
}
@media (max-width: 768px) {
	.quick-wrap {
		height: 50px;
	}
	.quick-wrap .btn-top {
		width: 50px; height: 50px;
	}

	.quick-wrap .item-wrap figure img {
		margin: 0;
		max-width: 24px;
	}
	.quick-wrap .item-wrap figcaption {
		font-size: 1.1rem;
	}

	.quick-wrap .item-wrap .item-tel .tit {
		font-size: 1.2rem;
	}
	.quick-wrap .item-wrap .item-tel .tel {
		font-size: 1.2rem;
	}
}



.popup-slide {
	position: fixed; top: 0; left: 0; z-index: 340;
	width: 100%; height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 40px;
}
.popup-slide.active {
	display: flex;
}
.popup-slide .slide-wrap {
	position: relative; z-index: 6;
}
.popup-slide .popup-dimmed {
	position: fixed; top: 0; left: 0; z-index: 5;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,.5);
}

.popup-slide .slide-box {
	display: flex;
	background-color: #333;
}
#slidePopup {
	position: relative;
	width: 700px;
	overflow: hidden;
}
#slidePopup img {
	max-width: 100%;
}
#slidePopup .paginate {
	position: absolute; bottom: 10px; left: 0; right: 0; z-index: 1;
	display: flex; justify-content: center;
}
#slidePopup .paginate span.swiper-pagination-bullet-active {
	background-color: #065983;
}
.popup-slide .slide-wrap .slide-btn {
	flex-shrink: 0;
	width: 200px;
}
.popup-slide .slide-wrap .slide-btn .item {
	flex: 1;
}
.popup-slide .slide-wrap .slide-btn .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 49px;
	padding: 0 10px;
	background-color: #a8a8a8;
	text-align: center;
	font-size: 1.5rem; line-height: 1.2; font-weight: 500; color: #fff;
}
.popup-slide .slide-wrap .slide-btn .item a.active {
	background-color: #065983;
	color: #fff;
}
.popup-slide .slide-wrap .slide-btn .item:not(:first-child) a {
	border-top: 1px solid #bbb;
}
.popup-slide .util {
	display: flex; align-items: center; justify-content: space-between;
	height: 35px;
	padding: 0 10px;
	background-color: #111;
}
.popup-slide .util .btn-close {
	cursor: pointer;
	font-size: 1.3rem; color: #fff;
}
.popup-slide .util .btn-check {
	display: flex; align-items: center;
	font-size: 1.3rem; line-height: 1; color: #fff;
}
.popup-slide .util .btn-check input {
	margin: 0 5px 0 0;
}
@media (max-width: 940px) {
	.popup-slide {
		padding: 0 20px;
	}
	.popup-slide .slide-wrap {
		width: min(100%, 700px);
	}
	.popup-slide .slide-wrap .slide-btn {
		display: none;
	}
	#slidePopup {
		width: 100%;
	}
}
@media (max-width: 768px) {
}
/*
@media (max-width: 1480px) {
	.popup-slide .util {
		top: -40px; right: 0;
	}
	.popup-slide .util .btn-close {
		left: auto; right: 0;
	}
	.popup-slide .util .btn-check {
		margin: 20px 55px 0 0;
		font-size: 1.4rem;
	}
	.popup-slide .util .btn-check br {
		display: none;
	}
	.popup-slide .util .btn-check input {
		margin: 0 5px 0 0;
	}
}
@media (max-width: 768px) {
	.popup-slide {
		padding: 0 10px;
	}
	.popup-slide .slide-wrap .slide-btn {
		padding: 10px 0 0 0;
		justify-content: center;
	}
	.popup-slide .slide-wrap .slide-btn .item {
		flex-grow: 0;
		margin: 0 5px;
	}
	.popup-slide .slide-wrap .slide-btn .item a {
		width: 10px; height: 10px;
		box-sizing: border-box;
		border-radius: 100%;
		border: 2px solid #fff;
		padding: 0;
		background-color: transparent;
		font-size: 0;
	}
	.popup-slide .slide-wrap .slide-btn .item a.active {
		background-color: #fff;
	}
}*/


.fixo-popup-wrap {
	position: absolute; top: 200px; left: 0; z-index: 100;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 100%;
}
.fixo-popup-wrap.vertical {
	width: 100%; max-width: 1140px;
}
.fixo-popup-wrap.vertical .fixo-popup {
	flex-basis: 50%;
}
.fixo-popup {
	position: relative;
	display: none;
	padding: 0;
	box-sizing: border-box;
}
.fixo-popup.active {
	display: block;
}
.fixo-popup .popup-box {
	display: inline-block;
}
.fixo-popup .img img {
	width: 100%; max-width: 100%;
	vertical-align: top;
}
.fixo-popup.video {
	width: 500px;
}
.fixo-popup.video .popup-box {
	display: block;
}
.fixo-popup.video .img {
	position: relative;
	width: 100%;
	/*padding-bottom: 100%;*/
	padding-bottom: 56.25%;
}
.fixo-popup.video .img iframe, 
.fixo-popup.video .img video {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
}
.fixo-popup .popup-control {
	display: flex;
	justify-content: space-between;
	background: #222;
	line-height: 30px;
}
.fixo-popup .popup-control .btn-check {
	margin: 0 0 0 10px;
	font-size: 0;
}
.fixo-popup .popup-control .btn-check label {
	line-height: 30px;
	cursor: pointer;
}
.fixo-popup .popup-control .btn-check input {
	display: inline-block;
	vertical-align: middle;
	width: 14px; height: 14px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.8);
	border-radius: 0px;
}
.fixo-popup .popup-control .btn-check span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	font-size: 12px; color: #fff;
}
.fixo-popup .popup-control .btn-close {
	margin: 0 10px 0 0;
	font-size: 12px; color: #fff;
	cursor: pointer;
}
@media (max-width: 1279px) {
	.fixo-popup-wrap {
		top: 100px; left: 50%; right: auto;
		transform: translateX(-50%);
		display: block;
		padding: 0;
	}
	.fixo-popup-wrap.vertical {
		width: auto;
	}
	.fixo-popup, .fixo-popup.video {
		padding: 0 20px;
		width: 450px;
	}
}
@media (max-width: 768px) {
	.fixo-popup, .fixo-popup.video {
		padding: 0 10px;
		width: 320px;
	}
}


.popup-nopay {
	position: fixed; top: 0; left: 0; z-index: 200;
	width: 100%; height: 100%;
	overflow: auto;
	display: none;
}
.popup-nopay.active {
	display: block;
}
.popup-nopay .box {
	position: relative; z-index: 2;
	display: table;
	width: 100%; height: 100%;
}
.popup-nopay .box-inner {
	display: table-cell;
	vertical-align: middle;
}
.popup-nopay .box-inner .cont {
	padding: 40px;
	text-align: center;
	display: none;
}
.popup-nopay .box-inner .cont img {
	position: relative; z-index: 2;	
	max-width: 100%;
}
.popup-nopay .dimmed {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;
	background: rgba(0,0,0,.6);
	cursor: pointer;
}

html.expand-nn { overflow: hidden !important; touch-action: none; }
/* html.expand-nn #wrap { position: relative; }
html.expand-nn body { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; } */
@media (max-width: 1279px) {
	
}
@media (max-width: 719px) {
	.popup-nopay .box-inner .cont {
		padding: 20px;
	}
}
