#mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	display: none;
}

.sMask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	display: none;
	z-index: 100;
}

.pointer {
	cursor: pointer;
}

/* 상단영역 */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 9;
}

#headerInnerWrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

#headerInner {
	position: relative;
	height: 100%;
	max-width: 1300px;
	margin: 0px auto;
	padding: 30px 15px;
}

#header .logo {
	position: relative;
	z-index: 100;
	float: left;
	width: 125px;
	height: 47px;
	margin: 6px 0 0 0;
	background: url(/img/logo.png) no-repeat;
	background-size: 100%;
	padding: 0;
}

/* padding값 적절히 바꿔주세요 */
#header .logo a {
	display: block;
}

#header .logo img {
	display: block;
	vertical-align: top;
}


#header.over {}

#header.over #headerInnerWrap {
	background-color: #fff;
}

#header.over #headerInner {
	position: relative;
	height: 100%;
	max-width: 1300px;
	margin: 0px auto;
	padding: 30px 15px;
}

#header.over #gnb>ul>li>a {
	color: #999;
}

#header.over .header-icons a {
	background-position: bottom center;
}


.header-util-box {
	position: absolute;
	top: 50px;
	right: 15px;
	height: 30px;
	z-index: 100;
	display: flex;
}

.header-util-box .menu {
	height: 12px;
	margin: 9px 0 0 0;
	padding: 0 12px;
	font-size: 13px;
	border-left: 1px solid rgba(0, 0, 0, .2);
}

.header-util-box .menu:first-child {
	border-left: 0;
}

.header-util-box .icon-nav {
	width: 30px;
	height: 30px;
	background: url(/img/icon_nav.png) no-repeat center right;
	margin: 0 0 0 10px;
	cursor: pointer;
	display: inline-block;
}

.header-util-box .mBtn {
	width: 30px;
	height: 30px;
	background: url(/img/icon_nav.png) no-repeat center right;
	margin: 0px 0 0 10px;
	cursor: pointer;
	display: none !important;
}


@media all and (max-width:1300px) {
	#headerInner {
		width: 95%;
		padding: 30px 10px;
	}
}

@media all and (max-width:1200px) {
	#header .logo {
		width: 110px;
		height: 41px;
		margin: 8px 0 0 0;
	}

}

@media all and (max-width:1000px) {
	#header {
		height: 80px;
	}

	#headerInnerWrap {
		height: 80px;
	}

	#header .logo {
		width: 90px;
		height: 34px;
		margin: 0 0 0;
	}

	.header-util-box {
		top: 33px;
		right: 10px;
	}

	.header-icons a {
		margin: 0 10px;
	}
}

@media all and (max-width:900px) {
	#header {
		height: 70px;
	}

	#headerInnerWrap {
		height: 70px;
	}

	#headerInner {
		padding: 23px 10px;
	}

	#header .logo {
		width: 85px;
		height: 32px;
	}

	.header-util-box .icon-nav {
		display: none !important;
	}

	.header-util-box .mBtn {
		display: inline-block !important;
	}

	.header-util-box {
		top: 24px;
	}
}

@media all and (max-width:768px) {
	#header {
		height: 60px;
	}

	#headerInnerWrap {
		height: 60px;
	}

	#headerInner {
		padding: 19px 10px;
	}

	#header .logo {
		width: 80px;
		height: 30px;
	}

	.header-util-box {
		top: 18px;
	}
}

@media all and (max-width:480px) {
	.header-util-box .menu {
		padding: 0 8px;
		font-size: 12px;
	}

	.header-util-box .mBtn {
		margin: 0px 0 0 0px;
	}
}


#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .02);
	z-index: 4;
}

#header.fixed #headerInnerWrap {
	background-color: #fff;
}

#header.fixed #headerInner {
	position: relative;
	height: 100%;
	max-width: 1300px;
	margin: 0px auto;
	padding: 30px 15px;
}

#header.fixed .logo {
	background: url(/img/logo.png) no-repeat;
	background-size: 100%;
}

#header.fixed #gnb>ul>li>a {
	color: #000;
}

#header.fixed .header-icons a {
	background-position: bottom center;
}

#header.black {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
}

#header.black #headerInnerWrap {
	background-color: #fff;
}

#header.black #headerInner {
	position: relative;
	height: 100%;
	max-width: 1775px;
	margin: 0px auto;
	padding: 30px 15px;
}

#header.black .logo {
	background: url(/img/logo_c.png) no-repeat;
	background-size: 100%;
}

#header.black #gnb>ul>li>a {
	color: #000;
}

#header.black .header-icons a {
	background-position: bottom center;
}

@media all and (max-width:1000px) {
	#header.fixed {
		height: 80px;
	}

	#header.fixed #headerInnerWrap {
		height: 80px;
	}

	#header.fixed #headerInner {}

	#header.fixed .logo {}

	#header.black {
		height: 80px;
	}

	#header.black #headerInnerWrap {
		height: 80px;
	}

	#header.black #headerInner {}

	#header.black .logo {}
}

@media all and (max-width:900px) {
	#header.fixed {
		height: 70px;
	}

	#header.fixed #headerInnerWrap {
		height: 70px;
	}

	#header.fixed #headerInner {
		padding: 23px 10px;
	}

	#header.fixed .logo {}

	#header.black {
		height: 70px;
	}

	#header.black #headerInnerWrap {
		height: 70px;
	}

	#header.black #headerInner {}

	#header.black .logo {}
}

@media all and (max-width:768px) {
	#header.fixed {
		height: 60px;
	}

	#header.fixed #headerInnerWrap {
		height: 60px;
	}

	#header.fixed #headerInner {
		padding: 19px 10px;
	}

	#header.fixed .logo {}

	#header.black {
		height: 60px;
	}

	#header.black #headerInnerWrap {
		height: 60px;
	}

	#header.black .logo {}
}



/* -------- Header :: GNB(PC) -------- */
.gnb-cover-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

/* gnb overlay BG */

#gnbBg {
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	height: 230px;
	background: #fff;
	border-top: 1px solid #eee;
	z-index: 98
}

/* gnb 2depth BG */
#gnb {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0px;
	width: 100%;
	z-index: 99;
}

#gnb>ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#gnb>ul>li {
	position: relative;
	float: left;
}

#gnb>ul>li>a {
	position: relative;
	z-index: 100;
	display: block;
	height: 100px;
	padding: 60px 30px 0 30px;
	text-align: center;
	font-size: 17px;
	letter-spacing: -0.8px;
	font-weight: 500;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}

#gnb>ul>li>a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 3px;
	border-radius: 1.5px;
	background-color: #334ac0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#gnb>ul>li>a:hover,
#gnb>ul>li.on>a {
	color: #334ac0 !important;
}

#gnb>ul>li>a:hover:before,
#gnb>ul>li.on>a:before {
	width: 100%;
	margin-left: -50%;
}


@media all and (max-width:1000px) {
	#gnbBg {
		top: 80px;
		height: 190px;
	}

	#gnb>ul>li>a {
		height: 80px;
		font-size: 13px;
	}
}

@media all and (max-width:900px) {
	#gnb>ul>li>a {
		height: 70px;
	}
}

@media all and (max-width:768px) {
	#gnb>ul>li>a {
		height: 60px;
	}
}


/* GNB :: 2차 전체메뉴 */
#gnb.total-menu>ul>li .gnb-2dep {
	display: none;
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 101;
	width: 100%;
	height: 230px;
	text-align: left;
}

#gnb.total-menu>ul>li:hover .gnb-2dep {}

#gnb>ul>li .gnb-2dep ul {
	padding: 27px 0px;
}

#gnb>ul>li .gnb-2dep ul li {
	position: relative;
	padding: 7px 10px;
}

#gnb>ul>li .gnb-2dep ul li a {
	display: block;
	text-align: center;
	color: #000;
	font-size: 15px;
	letter-spacing: -0.25px;
	font-weight: 300;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s
}

#gnb>ul>li .gnb-2dep ul li a:hover {
	color: #334ac0;
	font-weight: 500;
}


@media all and (max-width:1200px) {
	#gnb>ul>li>a {
		padding: 60px 25px 0 25px;
		font-size: 15px;
	}
}

@media all and (max-width:1000px) {
	#gnb>ul>li>a {
		padding: 40px 25px 0 25px;
		font-size: 15px;
	}

	#gnb.total-menu>ul>li .gnb-2dep {
		top: 90px;
	}

	#gnb>ul>li .gnb-2dep ul li a {
		font-size: 13px;
	}
}

@media all and (max-width:900px) {
	#gnb {
		display: none;
	}
}


/* 사이트맵 */
.siteMap {
	position: fixed;
	top: -105%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	padding: 300px 0 50px 0px;
	z-index: 16;
}

.siteMap .sLogo {
	position: absolute;
	top: 40px;
	left: 5%;
}

.siteMap .sClose {
	position: absolute;
	top: 40px;
	right: 5%;
	width: 60px;
	height: 60px;
	background: url(/img/icon_x.png) no-repeat center;
	;
	cursor: pointer;
}

.siteMap .sInner {
	width: 55%;
	margin: 0px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.siteMap .sInner .cel {
	width: 20%;
	padding: 0 0 40px 0;
}

.siteMap .sInner .title {
	padding: 0 0 25px 1%;
	font-size: 28px;
	font-weight: 500;
	border-bottom: 2px solid #ccc;
}

.siteMap .sInner .cel:hover .title {
	border-bottom: 2px solid #334ac0;
}

.siteMap .sInner .cont {
	padding: 30px 0 0 1%;
	font-size: 17px;
	font-weight: 300;
}

.siteMap .sInner a {
	padding: 6px 0;
	color: #9a9a9a;
	display: block;
}

.siteMap .sInner a:hover {
	color: #000;
}

.siteMap .sInner .bottom {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid rgba(0, 0, 0, .05);
	overflow: hidden;
}

.sInner .bottom .link {
	float: left;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.sInner .bottom .space {
	float: left;
	margin: 5px 20px 0 20px;
	color: #ccc;
	font-weight: 200;
	display: inline-block;
}

.sInner .bottom .link a {
	color: #000;
	display: inline-block;
}

.sInner .bottom .csCenter {
	float: right;
	margin: -10px 0 0 0;
	font-size: 13px;
	padding: 9px 17px 7px 17px;
	line-height: 1.3;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.sInner .bottom .csCenter strong {
	font-size: 18px;
}

@media all and (max-width:1600px) {
	.siteMap {}
}

@media all and (max-width:1400px) {
	.siteMap {
		padding: 230px 0 50px 0;
	}

	.siteMap .sInner {
		width: 80%;
	}

	.siteMap .sInner .title {
		font-size: 25px;
	}

	.siteMap .sInner .cont {
		font-size: 15px;
	}
}


@media all and (max-width:1100px) {
	.siteMap .sInner .title {
		font-size: 23px;
	}
}

@media all and (max-width:900px) {}


/* basic */
.disflex {
	display: flex;
}

.disColumn {
	display: flex;
	flex-flow: column;
}


/* layout */
.mainWrap {
	width: 1300px;
	margin: 160px auto 65px auto;
}

.mainWrap .mWrap {
	width: 100%;
	display: flex;
}

.mainWrap .visual {
	position: relative;
	width: 58%;
	height: 444px;
	z-index: -1;
}

.mainWrap .visual .frame {
	position: absolute;
	top: 11%;
	width: 97%;
	height: 76%;
	border: 15px solid #fff;
	z-index: -1;
}

.mainWrap .visual .txtWrap {
	width: 40%;
	margin: 114px 0 0 70px;
	font-size: 18px;
	font-weight: 400;
	color: #283345;
	line-height: 1.1;
}

.mainWrap .midFont {
	padding: 26px 0;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -1px;
}

.mainWrap .bigFont {
	font-size: 47px;
	font-family: "Metropolis-ExtraBold";
}

.mainWrap .woman {
	position: absolute;
	right: 60px;
	bottom: 0;
	width: 382px;
	height: 447px;
}

.mainWrap .w01 {
	width: 100%;
	height: 100%;
	background: url(/img/main01.png) no-repeat;
	background-size: 100%;
}

.mainWrap .w02 {
	width: 100%;
	height: 100%;
	background: url(/img/main02.png) no-repeat;
	background-size: 100%;
}

.mainWrap .visual .txtWrap button {
	display: none !important;
}

@media all and (max-width:1300px) {
	.mainWrap {
		margin: 130px auto 65px auto;
	}

	.mainWrap {
		width: 95%;
	}

	.mainWrap .visual .frame {
		width: 100%;
	}

	.mainWrap .woman {
		right: 30px;
	}
}

@media all and (max-width:1200px) {
	.mainWrap .visual .txtWrap {
		margin: 114px 0 0 50px;
	}

	.mainWrap .midFont {
		font-size: 30px;
	}

	.mainWrap .bigFont {
		font-size: 40px;
	}
}

@media all and (max-width:1100px) {
	.mainWrap .visual {
		height: 424px;
	}

	.mainWrap .visual .txtWrap {
		width: 50%;
	}

	.mainWrap .woman {
		width: 362px;
		height: 424px;
	}
}

@media all and (max-width:1000px) {
	.mainWrap {
		margin: 100px auto 65px auto;
	}

	.mainWrap .mWrap {
		display: flex;
		flex-flow: column;
	}

	.mainWrap .visual {
		width: 100%;
	}

	.mainWrap .visual .frame {
		width: 95%;
		left: 2.5%;
	}

	.mainWrap .visual .txtWrap {
		width: 40%;
		margin: 114px 0 0 90px;
	}

	.mainWrap .midFont {
		font-size: 32px;
	}

	.mainWrap .bigFont {
		font-size: 45px;
	}

	.mainWrap .woman {
		width: 420px;
		height: 491px;
		right: 10%;
		bottom: auto;
		top: 0;
	}
}

@media all and (max-width:820px) {
	.mainWrap .visual .frame {
		width: 100%;
		left: 0;
	}

	.mainWrap .visual .txtWrap {
		margin: 114px 0 0 70px;
	}

	.mainWrap .midFont {
		font-size: 30px;
	}

	.mainWrap .bigFont {
		font-size: 40px;
	}

	.mainWrap .woman {
		width: 362px;
		height: 424px;
		right: 5%;
	}

}

@media all and (max-width:670px) {
	.mainWrap .visual {
		height: 350px;
	}

	.mainWrap .visual .txtWrap {
		width: 45%;
		margin: 95px 0 0 10%;
		font-size: 15px;
	}

	.mainWrap .midFont {
		padding: 15px 0;
		font-size: 25px;
	}

	.mainWrap .bigFont {
		font-size: 35px;
	}

	.mainWrap .woman {
		width: 325px;
		height: 380px;
	}
}

@media all and (max-width:460px) {
	.mainWrap {
		margin: 70px auto 65px auto;
	}

	.mainWrap .visual {
		height: 250px;
	}

	.mainWrap .visual .frame {
		top: 11%;
		width: 100%;
		height: 76%;
		border: 8px solid #fff;
	}

	.mainWrap .visual .txtWrap {
		width: 50%;
		margin: 60px 0 0 7%;
		font-size: 13px;
	}

	.mainWrap .midFont {
		padding: 12px 0;
		font-size: 23px;
	}

	.mainWrap .bigFont {
		font-size: 27px;
	}

	.mainWrap .woman {
		right: 4%;
		bottom: 0;
		width: 210px;
		height: 246px;
	}

}

@media all and (max-width:400px) {
	.mainWrap .midFont {
		font-size: 20px;
	}
}


.mainWrap .right {
	width: 41%;
	margin: 0 0 0 1%;
}

.mainWrap .evSlide {
	width: 48.7%;
	height: 209px;
	margin: 0 2.6% 0 0;
}

.mainWrap .evSlide button {
	display: none !important;
}

.mainWrap .event {
	width: 100%;
	height: 209px;
	padding: 17px 25px;
	background: url(/img/bg_blue.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
}

.mainWrap .event .tag {
	float: left;
	margin: 0 0 24px 0;
	padding: 7px 13px;
	background: rgba(20, 27, 33, .6);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.3px;
	border-radius: 50px;
	display: inline-block;
}

.mainWrap .event strong {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -2.2px;
}

.mainWrap .event .small {
	padding: 0 5px 0 0;
	font-size: 13px;
	color: rgba(255, 255, 255, .7);
	text-align: right;
}

.mainWrap .event .go {
	float: left;
	margin: 25px 0 0 10px;
	font-size: 12px;
	color: #fff;
}

.mainWrap .event .go img {
	margin: -3px 0 0 5px;
}

@media all and (max-width:1300px) {
	.mainWrap .event {
		font-size: 14px;
	}

	.mainWrap .event strong {
		font-size: 25px;
	}

	.mainWrap .event .small {
		font-size: 12px;
	}
}

@media all and (max-width:1200px) {
	.mainWrap .event {
		font-size: 12px;
	}

	.mainWrap .event strong {
		font-size: 22px;
	}
}

@media all and (max-width:1100px) {
	.mainWrap .event {
		height: 190px;
	}
}

@media all and (max-width:1000px) {
	.mainWrap .event {
		height: 209px;
	}

	.mainWrap .right {
		width: 100%;
		margin: 0;
		display: flex;
	}

	.mainWrap .right .disflex {
		width: 50%;
	}
}

@media all and (max-width:840px) {
	.mainWrap .event {
		height: 190px;
		padding: 17px 5%;
	}

	.mainWrap .event strong {
		font-size: 18px;
	}

	.mainWrap .event .small {
		padding: 0 0 35px 0;
		font-size: 11px;
		text-align: center;
	}

	.mainWrap .event .go {
		clear: both;
		float: none;
		margin: 25px 0 0 0 !important;
		text-align: center;
	}
}

@media all and (max-width:740px) {
	.mainWrap .event {
		width: 50%;
		margin: 0 1.6% 0 0;
	}

	.mainWrap .event {
		font-size: 14px;
	}

	.mainWrap .event strong {
		font-size: 25px;
	}

	.mainWrap .event .small {
		font-size: 12px;
	}

	.mainWrap .right {
		flex-flow: column;
	}

	.mainWrap .right .disflex {
		width: 100%;
	}
}

@media all and (max-width:460px) {
	.mainWrap .right {
		display: block;
	}

	.mainWrap .right .disflex {
		width: 100%;
	}

	.mainWrap .event {
		height: 180px;
		padding: 17px;
		font-size: 13px;
	}

	.mainWrap .event .tag {
		padding: 5px 10px;
	}

	.mainWrap .event strong {
		font-size: 23px;
	}

	.mainWrap .event .small {
		font-size: 12px;
	}
}

.mainWrap .dabuSlide {
	width: 48.7%;
	height: 209px;
}

.mainWrap .dabuSlide button {
	display: none !important;
}

.mainWrap .dabu {
	width: 100%;
	;
	height: 209px;
	background: url(/img/icon03.png) no-repeat right bottom #fff;
	background-size: auto;
	padding: 40px 30px;
}

.mainWrap .name {
	padding: 0 0 20px 0;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.mainWrap .more {
	float: right;
	width: 23px;
	height: 23px;
	background: #f0eeed;
	margin: -3px 0 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	line-height: 25px;
	border-radius: 50%;
	display: inline-block;
}

.mainWrap .txt {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.mainWrap .btnBlue {
	background: #334ac0;
	margin: 10px 0 0 0;
	padding: 7px 15px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
}

.mainWrap .notice {
	width: 100%;
	height: 210px;
	background: #fff;
	margin: 12px 0 0 0;
	padding: 30px;
}

.mainWrap .notice .nTop {
	padding: 5px 2px 15px 2px;
	border-bottom: 1px solid #e7e8e8;
}

.mainWrap .notice .nTop .title {
	font-size: 15px;
	font-weight: 500;
	font-family: "Metropolis-SemiBold", 'Noto Sans KR';
	cursor: pointer;
}

.mainWrap .notice .title {
	width: 80%;
	font-size: 14px;
	font-weight: 400;
}

.mainWrap .notice .date {
	width: 20%;
	text-align: right;
	font-size: 13px;
	color: #919191;
	font-weight: 300;
}

.mainWrap .notice .cont {
	margin: 15px 0 0 0;
}

.mainWrap .notice ul {
	padding: 5px 2px;
	display: flex;
}

.hand {
	cursor: pointer;
}


@media all and (max-width:1100px) {
	.mainWrap .dabu {
		height: 190px;
	}
}

@media all and (max-width:1000px) {
	.mainWrap .dabu {
		height: 209px;
		padding: 30px;
	}

	.mainWrap .notice {
		width: 48.7%;
		margin: 0 0 0 1.3%;
	}

	.mainWrap .notice .disflex {
		width: 100%;
	}
}

@media all and (max-width:840px) {
	.mainWrap .dabu {
		height: 190px;
		background-size: 130px auto;
		padding: 25px;
	}

	.mainWrap .name {
		font-size: 15px;
	}

	.mainWrap .txt {
		font-size: 13px;
	}

	.mainWrap .btnBlue {
		padding: 5px 10px;
		font-size: 11px;
	}

	.mainWrap .notice {
		height: 190px;
		padding: 25px;
	}

	.mainWrap .notice .nTop {
		padding: 5px 2px 10px 2px;
	}

	.mainWrap .notice .nTop .title {
		font-size: 14px;
	}

	.mainWrap .notice .title {
		font-size: 13px;
	}

	.mainWrap .notice .date {
		font-size: 12px;
	}

	.mainWrap .notice .cont {
		margin: 10px 0 0 0;
	}
}

@media all and (max-width:740px) {
	.mainWrap .notice {
		width: 100%;
		height: auto;
		margin: 1.3% 0 0 0;
	}
}

@media all and (max-width:460px) {
	.mainWrap .dabu {
		height: 180px;
		background-size: 130px auto;
		padding: 25px 20px;
	}

	.mainWrap .notice {
		width: 100%;
		height: auto;
		margin: 2.5% 0 0 0;
		padding: 30px 20px;
	}

	.mainWrap .notice .nTop {
		padding: 5px 2px 10px 2px;
	}

	.mainWrap .notice .nTop .title {
		font-size: 14px;
	}

	.mainWrap .notice .title {
		font-size: 13px;
	}

	.mainWrap .notice .cont {
		margin: 10px 0 0 0;
	}
}

@media all and (max-width:460px) {}


.mainWrap .bWrap {
	width: 100%;
	display: flex;
}

.mainWrap .left {
	width: 58%;
	height: 209px;
	display: flex;
}

.mainWrap .right1 {
	width: 41%;
	margin: 0 0 0 1%;
}

.mainWrap .vip {
	position: relative;
	width: 49.3%;
	height: 209px;
	background: #283345;
	padding: 35px 35px 35px 70px;
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	border-radius: 0 0 0 55px;
	z-index: -1;
}

.mainWrap .vip .medal {
	position: absolute;
	top: -20px;
	left: -38px;
	width: 92px;
	height: 127px;
	background: url(/img/medal.png) no-repeat;
	background-size: 100%;
}

.mainWrap .vip .flag {
	position: absolute;
	top: -35px;
	right: 0;
	width: 128px;
	height: 122px;
	background: url(/img/medal1.png) no-repeat;
	background-size: 100%;
}

.mainWrap .vip .name {
	padding: 0 0 30px 0;
	color: #fff;
}

.mainWrap .vip .vipList {
	height: 90px;
	overflow: hidden;
}

.mainWrap .vip .vTop {
	padding: 10px 0 16px 0;
	font-size: 15px;
	color: #fff;
}

.mainWrap .vip .txt {
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mainWrap .manual {
	width: 49%;
	height: 209px;
	margin: 0 0 0 1.7%;
	background: url(/img/manual.jpg) no-repeat center top #fff;
	padding: 120px 30px 0 30px;
	background-size: 101% auto;
	display: flex;
}

.mainWrap .maName {
	width: 37%;
	font-size: 16px;
}

.mainWrap strong {
	font-size: 22px;
	font-family: "Metropolis-Bold";
	display: block;
}

.mainWrap .btnGreen {
	background: #009da1;
	margin: 7px 0 0 0;
	padding: 4px 10px;
	font-size: 11px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
}

.mainWrap .maCont {
	width: 63%;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.2;
}

.mainWrap .small {
	padding: 2px 0 10px 0;
	font-size: 13px;
	color: #909090;
}


.slick-vertical button {
	display: none !important;
}

.slick-vertical .slick-current {
	height: 31px;
	line-height: 31px;
	font-size: 15px !important;
	color: #fff;
}


@media all and (max-width:1300px) {
	.mainWrap .manual {
		padding: 120px 20px 0 25px;
	}

	.mainWrap .maName {
		width: 35%;
		font-size: 14px;
	}

	.mainWrap strong {
		font-size: 20px;
	}

	.mainWrap .maCont {
		width: 65%;
		font-size: 13px;
	}

	.mainWrap .small {
		font-size: 12px;
	}
}


@media all and (max-width:1000px) {
	.mainWrap .bWrap {
		margin: 2.5% 0 0 0;
		flex-flow: column;
	}

	.mainWrap .left {
		width: 100%;
	}

	.mainWrap .vip {
		width: 50%;
		padding: 35px 35px 35px 120px;
		border-radius: 20px;
		z-index: 0;
	}

	.mainWrap .vip .medal {
		top: 20px;
		left: 12px;
	}

	.mainWrap .manual {
		width: 48.7%;
		background: url(/img/manual.jpg) no-repeat center -10px #fff;
		background-size: 100% auto;
		margin: 0 0 0 1.3%;
	}

	.mainWrap .right1 {
		width: 100%;
		margin: 1.5% 0 0 0;
	}
}

@media all and (max-width:768px) {
	.mainWrap .vip {
		padding: 35px 35px 35px 95px;
		overflow: hidden;
	}

	.mainWrap .vip .medal {
		top: 10px;
		left: -18px;
	}

	.mainWrap .vip .flag {
		top: -31px;
		width: 115px;
		height: 110px;
	}

	.mainWrap .vip .name {
		padding: 0 0 25px 0;
	}

	.mainWrap .vip .vTop {
		font-size: 13px;
	}

	.mainWrap .vip .txt {
		font-size: 12px;
	}

	.mainWrap .manual {
		background: url(/img/manual.jpg) no-repeat center 0px #fff;
		background-size: 100% auto;
	}

	.slick-vertical .slick-current {
		font-size: 14px !important;
	}


}

@media all and (max-width:520px) {
	.mainWrap .manual {
		background: url(/img/manual_520.jpg) no-repeat center 0px #fff;
		background-size: 100% auto;
	}
}

@media all and (max-width:520px) {
	.mainWrap .bWrap {
		flex-flow: column;
	}

	.mainWrap .left {
		height: auto;
		flex-flow: column;
	}

	.mainWrap .right1 .disflex {
		width: 100%;
		flex-flow: column;
	}

	.mainWrap .vip {
		width: 100%;
		overflow: hidden;
	}

	.mainWrap .manual {
		width: 100%;
		margin: 1.3% 0 0 0;
	}
}

@media all and (max-width:430px) {
	.mainWrap .manual {
		background: url(/img/manual.jpg) no-repeat center 0px #fff;
		background-size: 100% auto;
	}
}



.mainWrap .faq {
	width: 48.7%;
	height: 209px;
	background: #fff;
	margin: 0 2.6% 0 0;
	padding: 30px;
}

.mainWrap .fTop {
	padding: 0 0 18px 0;
	font-size: 13px;
	color: #a6a6a6;
}

.mainWrap .fTop .strong {
	color: #000;
	font-size: 15px;
	font-weight: 500;
}

.mainWrap .faq .line {
	padding: 4px 0;
	color: rgba(0, 0, 0, .7);
}

.mainWrap .faq .qFont {
	background: #334ac0;
	margin: 0 5px 0 0;
	padding: 2px 7px;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
}

.mainWrap .faqColumn {
	width: 48.7%;
	display: flex;
	flex-flow: column;
}

.mainWrap .cal {
	width: 100%;
	height: 98px;
	background: url(/img/icon01.png) no-repeat 85% bottom #0a959b;
	padding: 22px 0 0 32px;
	font-size: 13px;
	line-height: 1.3;
	color: rgba(255, 255, 255, .7);
	font-weight: 300;
}

.mainWrap .cal .name {
	padding: 0 0 5px 0;
	color: #fff;
}

.mainWrap .cs {
	width: 100%;
	height: 98px;
	background: url(/img/icon02.png) no-repeat 85% bottom #484955;
	margin: 12px 0 0 0;
	padding: 30px 0 0 32px;
	font-size: 13px;
	line-height: 1.3;
	color: rgba(255, 255, 255, .7);
	font-weight: 300;
}

.mainWrap .cs .name {
	padding: 0 0 5px 0;
	color: #fff;
}

@media all and (max-width:1300px) {
	.mainWrap .fTop {
		font-size: 12px;
	}

	.mainWrap .fTop .strong {
		font-size: 14px;
	}

	.mainWrap .faq .line {
		width: 100%;
		padding: 3px 0;
		font-size: 13px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.mainWrap .faq .qFont {
		padding: 2px 4px;
		font-size: 11px;
	}

	.mainWrap .cal {
		background: url(/img/icon01.png) no-repeat 105% bottom #0a959b;
		padding: 22px 0 0 20px;
		font-size: 12px;
	}

	.mainWrap .cs {
		background: url(/img/icon02.png) no-repeat 105% bottom #484955;
		padding: 30px 0 0 20px;
		font-size: 12px;
	}
}

@media all and (max-width:1000px) {
	.mainWrap .faq {
		width: 50%;
		margin: 0;
	}

	.mainWrap .faqColumn {
		width: 48.7%;
		margin: 0 0 0 1.3%;
	}

	.mainWrap .cal {
		background: url(/img/icon01.png) no-repeat 85% bottom #0a959b;
		padding: 22px 0 0 32px;
	}

	.mainWrap .cs {
		background: url(/img/icon02.png) no-repeat 85% bottom #484955;
		padding: 30px 0 0 32px;
	}
}

@media all and (max-width:840px) {
	.mainWrap .faq {
		height: 195px;
		padding: 25px;
	}

	.mainWrap .cal {
		height: 93px;
	}

	.mainWrap .cs {
		height: 93px;
		margin: 9px 0 0 0;
	}
}

@media all and (max-width:520px) {
	.mainWrap .faq {
		width: 100%;
		height: auto;
	}

	.mainWrap .faqColumn {
		width: 100%;
		margin: 1.3% 0 0 0;
		flex-flow: wrap;
	}

	.mainWrap .cal {
		width: 50%;
		background: url(/img/icon01.png) no-repeat 105% bottom #0a959b;
		padding: 22px 0 0 20px;
		font-size: 12px;
	}

	.mainWrap .cs {
		width: 50%;
		background: url(/img/icon02.png) no-repeat 105% bottom #484955;
		margin: 0;
		padding: 22px 0 0 20px;
		font-size: 12px;
	}
}


/* 파트너 */
.partWrap {
	width: 100%;
	height: 55px;
	background: #fff;
}

.partWrap span {
	width: 100%;
	height: 30px;
	text-align: center;
	display: inline-block;
}

.partWrap img {
	width: auto !important;
	height: 30px;
	margin: 0 auto;
}

.inner {
	position: relative;
	width: 1300px;
	margin: 0 auto;
	padding: 12px 10px 0 10px;
}

.regular .slick-current {
	background-position: center bottom;
}

.regular span {
	background-position: center top;
}

.part01 {
	background: url(/img/part01.jpg) no-repeat;
}

.part02 {
	background: url(/img/part02.jpg) no-repeat;
}

.part03 {
	background: url(/img/part03.jpg) no-repeat;
}

.part04 {
	background: url(/img/part04.jpg) no-repeat;
}

.part05 {
	background: url(/img/part05.jpg) no-repeat;
}

.part06 {
	background: url(/img/part06.jpg) no-repeat;
}

.part07 {
	background: url(/img/part07.jpg) no-repeat;
}

.part08 {
	background: url(/img/part08.jpg) no-repeat;
}

.part09 {
	background: url(/img/part09.jpg) no-repeat;
}

.part10 {
	background: url(/img/part10.jpg) no-repeat;
}

.part11 {
	background: url(/img/part11.jpg) no-repeat;
}



@media all and (max-width:1300px) {
	.inner {
		width: 95%;
	}
}


/* 하단영역 */
.footWrap {
	width: 100%;
	padding: 40px 0;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	z-index: -1;
}

.footWrap .comInfo {
	width: 45%;
	font-size: 13px;
	color: rgba(0, 0, 0, .7);
	font-weight: 400;
	line-height: 1.4;
	border: 0px solid red;
}

.footWrap strong {
	margin: 0 0 7px 0;
	font-size: 15px;
	color: rgba(0, 0, 0, .8);
	font-weight: 600;
	display: block;
}

.footWrap .copy {
	font-size: 11px;
	color: #000;
	letter-spacing: 0px;
}

.footWrap .copy span {
	font-family: "Metropolis-Bold";
	color: #334ac0;
}

.footWrap .csCenter {
	width: 30%;
	padding: 0 0 0 7%;
	border: 0px solid red;
}

.footWrap .tel {
	font-size: 25px;
	font-family: "Metropolis-ExtraBold";
	color: #334ac0;
}

.footWrap .info {
	padding: 3px 0 0 0;
	font-size: 12px;
	color: rgba(0, 0, 0, .8);
}

.footWrap .info span {
	letter-spacing: 0;
	font-size: 12px;
	font-family: "Metropolis-Medium";
}

.footWrap .link {
	width: 25%;
	border: 0px solid red;
}

.footWrap .useful {
	position: relative;
	width: 200px;
	height: 34px;
	background: url(/img/arrow_down.png) no-repeat 93% center;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 34px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

.footWrap .sub {
	position: absolute;
	top: -242px;
	left: -1px;
	width: 200px;
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	display: none;
}

.footWrap .sub a {
	line-height: 20px;
	display: block;
}

.footWrap .sub a:hover {
	text-decoration: underline;
}

.footWrap .sub .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: url(/img/icon_close.png) no-repeat center;
}

.footWrap .terms {
	width: 200px;
	margin: 10px 0 0 0;
	text-align: center;
}

.footWrap .terms a {
	padding: 0 5px;
	font-size: 12px;
}

@media all and (max-width:900px) {
	.footWrap {
		padding: 20px 0 30px 0;
	}

	.footWrap strong {
		font-size: 14px;
	}

	.footWrap .csCenter {
		padding: 0 0 0 3%;
	}

	.footWrap .tel {
		font-size: 22px;
	}

	.footWrap .info {
		font-size: 11px;
	}

	.footWrap .info span {
		font-size: 11px;
	}

	.footWrap .link .disColumn {
		width: 100%;
	}

	.footWrap .useful {
		width: 100%;
	}

	.footWrap .sub {
		width: 100%;
	}

	.footWrap .terms {
		width: 100%;
	}
}

@media all and (max-width:720px) {
	.footWrap .disflex {
		flex-flow: wrap;
	}

	.footWrap .comInfo {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.footWrap .csCenter {
		width: 60%;
		padding: 0;
	}

	.footWrap .link {
		width: 40%;
	}
}

@media all and (max-width:420px) {}