@charset "utf-8";
/* CSS Document */
/*=======================================================================================

 ** Layout

========================================================================================*/
body {
	margin: 0;
	padding: 0;
	color: #161616;
	font-family: 'Montserrat', 'NotoSansKR', Helvetica, sans-serif;
	box-sizing: border-box;
	letter-spacing: -0.025em;
	background: #fff;
	font-size: 16px;
}
#landing_wrap {
	position: relative;
	width: 100%;
	text-align: center;
	background: #fff;
}
#landing_wrap .inner-container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
	overflow: hidden;
}
#landing_wrap .section {
	padding: 0;
	width: 100% !important;
	overflow: visible;
}
#landing_wrap .h1_logo_landing {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
}
.bg-lightgray {
	background: #F2F2F2 !important;
}
.bg-lightblue {
	background: #F2F6FE !important;
}
.highlight {
	background: linear-gradient(to top, #FFC312 50%, transparent 50%);
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.space-between {
	justify-content: space-between;
}
.flex-start {
	justify-content: flex-start;
}
.flex-end {
	justify-content: flex-end;
}
.text-white {
	color: #fff;
}
@media screen and (max-width: 1024px) {
	/* Tablet */
	body {
		font-size: 14px;
	}
	#landing_wrap .inner-container {
		width: 95%;
	}
	#landing_wrap .h1_logo_landing {		
		top: 20px;
		left: 20px;
		z-index: 10;
		width: 120px;
	}
}
@media screen and (max-width: 767px) {
	/* Mobile */
	body {
		font-size: 12px;
	}
	#landing_wrap .inner-container{ 
		width: 95%;
		padding: 55px 0;
	}
}
/*=======================================================================================

 ** button style

========================================================================================*/
.button-wrap {
	margin-top: 50px;
}
.btn {
	display: block;
	width: 360px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	line-height: 75px;
	font-size: 1.500em;
	transition: all 0.1s cubic-bezier(.86, .31, .55, .99);
	text-align: center;
	border-radius: 0;
}
.btn:hover {
	transform: scale(0.98);
}
.btn-round {
	border-radius: 80px;
	background: #FA983A;
	color: #fff
}
.btn-basic {
	background: #FA983A;
	border: 1px solid #fff;
	box-shadow: 0 0 10px rgba(250, 152, 58, .5);
	color: #fff;
}
.btn-secondary {
	background: #000;
	border: 1px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	color: #fff;
}
.btn-basic:hover, .btn-secondary:hover {
	color: #fff;
}
.btn_small {
	display: inline-block;
	padding: 6px 15px;
	border-radius: 3px;
	font-size: 14px;
}
.btn-orange {
	background: #ff7800;
	color: #fff;
}
.btn-orange:visited {
	background: #ff7800;
	color: #fff;
}
.btn-orange:hover, .btn-orange:active {
	background: #FF6700;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	/* Tablet */
}
@media screen and (max-width: 767px) {
	/* Mobile */
	.button-wrap {
		margin-top: 30px;
	}
	.btn {
		width: 90%;
		height: 55px;
		line-height: 55px;
	}
}
/*=======================================================================================

 ** 기존 Header

========================================================================================*/
#header {
	width: 1000px;
	height: 120px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
#header h1 {
	position: absolute;
	top: 30px;
	left: 0;
}
#nav {}
#nav .lnb ul {
	position: absolute;
	top: 25px;
	right: 100px;
	font-size: 12px;
}
#nav .lnb li {
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
	border-left: solid 1px #e1e1e1;
}
#nav .lnb li:first-child {
	border-left: none;
}
#nav .lnb li a {
	font-size: 13px;
	color: #888;
}
#nav .lnb li a:hover {
	font-weight: 600;
}
#nav .coupon_btn {
	position: absolute;
	top: 18px;
	right: 0;
}
#nav .gnb {
	position: absolute;
	top: 70px;
	right: 0;
}
#nav .gnb li {
	display: inline-block;
	margin-left: 16px;
	padding-left: 16px;
	border-left: solid 1px #e1e1e1;
}
#nav .gnb li:first-child {
	border-left: none;
}
#nav .gnb li a {
	font-size: 16px;
	color: #232323;
	font-weight: 600;
}
#nav .gnb li a:hover, #nav .gnb li a.active {
	color: #ff7800;
}
/*=======================================================================================

 ** top visual

========================================================================================*/
.top-visual {
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
	background: #fff;
}
.top-visual .inner-container {
	position: relative;
	height: 680px;
	overflow: visible;
}
.top-visual.visual01 {
	background: #F7700F url("../images/top-visual01.png") 100% no-repeat;
	background-size: cover;
}
.top-visual.visual02 {
	background: #95BDE2 url("../images/top-visual02.png") 100% no-repeat;
	background-size: cover;
}
.top-visual.visual03 {
	background: #FFC73C url("../images/top-visual03.png") 100% no-repeat;
	background-size: cover;
}
.top-visual.visual04 {
	background: #6DDB9B url("../images/top-visual04.png") 100% no-repeat;
	background-size: cover;
}
.visual01 .main-img-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}
.visual02 .main-img-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
}
.visual03 .main-img-wrap {
	position: absolute;
	bottom: 0;
	right: -80px;
}
.top-visual .main-text-wrap {
	position: absolute;
	top: 24%;
	left: 0;
	text-align: left;
}
.top-visual .main-text-wrap .sub-title {
	margin-bottom: 16px;
	font-size: 3.625em;
	line-height: 1;
	font-family: "Cafe24Shiningstar";
	font-style: italic;
}
.top-visual .main-text-wrap .title {
	font-size: 4.875em;
	font-weight: 700;
	line-height: 1;
}
.top-visual .main-text-wrap .desc {
	font-size: 1.875em;
	font-weight: 700;
}
.top-visual .main-text-wrap .button-wrap {}
.top-visual .main-text-wrap .button-wrap a {
	margin: 0;
}
.top-visual.visual03 .main-img-wrap img {
	width: 80%;
}
@media screen and (max-width: 1024px) {
	/* Tablet */
	.top-visual .inner-container {
		height: 480px;
	}
	.visual01 .main-img-wrap {
		right: 0;
		width: 50%;
	}
	.visual02 .main-img-wrap {
		right: -60px;
		bottom: -20px;
		width: 50%;
	}
	.visual03 .main-img-wrap {
		bottom: -60px;
		right: 0;
		width: 50%;
	}
	.top-visual .main-text-wrap {
		width: 100%;
		top: 20%;
	}
	.top-visual .main-text-wrap .title {
		font-size: 2.875em;
	}
	.top-visual .main-text-wrap .sub-title {
		font-size: 1.875em;
	}
}
@media screen and (max-width: 767px) {
	/* Mobile */
	.top-visual .inner-container {
		height: 520px;
	}
	#landing_wrap .top-visual .inner-container {
		padding-top: 80px;
	}
	.top-visual .main-text-wrap {
		position: initial;
		width: 100%;
	}
	.visual01 .main-img-wrap {
		right: 15%;
		width: 70%;
	}
	.visual02 .main-img-wrap {
		right: 7%;
		width: 80%;
		bottom: -70px;
	}
	.visual03 .main-img-wrap {
		right: 16%;
		width: 70%;
	}
	.top-visual .main-text-wrap {
		text-align: center;
	}
	.visual04 .main-text-wrap {
		position: absolute;
		width: 100%;
	}
	.top-visual .main-text-wrap .button-wrap a {
		margin: 0 auto;
	}
}
/*=======================================================================================

 ** title 

========================================================================================*/
.title-wrap {
	margin-bottom: 70px;
}
.title-wrap .sub-title {
	margin-bottom: 8px;
	font-size: 1.500em;
	color: #FA983A;
}
.title-wrap .box-title {
	font-size: 2.500em;
	font-weight: 700;
	color: #232323;
}
.title-wrap .desc {
	font-size: 1.875em;
	line-height: 1.4em;
}
.title-wrap .desc span {
	color: #FA983A;
}
@media screen and (max-width: 1024px) {
	/* Tablet */
}
@media screen and (max-width: 767px) {
	/* Mobile */
	.title-wrap {
		margin-bottom: 30px;
	}
}
/*=======================================================================================

 ** landing00 

========================================================================================*/
.landing00 .section03 .list-client {
	margin-bottom: 30px;
}
.landing00 .section03 .swiper-button-prev, .landing00 .section03 .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/icon-arrow-left.png);
	left: -30px;
	right: auto
}
.landing00 .section03 .swiper-button-next, .landing00 .section03 .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/icon-arrow-right.png);
	right: -30px;
	left: auto;
}
.landing00 .section07 {
	min-height: 324px;
	background: #FFC73C url(../images/img-landing00-bg.png) center no-repeat;
}
.landing00 .section07 .text-area {
	text-align: left;
}
.landing00 .section07 .text01 {
	margin-bottom: 8px;
	font-size: 2em;
}
.landing00 .section07 .text02 {
	font-size: 3em;
	font-weight: bold;
}
.multi-device .title-wrap .sub-title {
	color: #232323;
}
.multi-device .title-wrap .box-title {
	margin-bottom: 32px;
	color: #FA983A;
}
.multi-device .title-wrap .desc {
	font-size: 1.215em;
	line-height: 1.4;
}
.multi-device .cont-wrap .text01 {
	display: inline-block;
	font-size: 1.875em;
}
.multi-device .img-area {
	height: 600px;
	background: url("../images/multi_device.png") 45% center no-repeat;
}
.multi-device .button-wrap a {
	display: inline-block;
	width: auto;
	padding: 0 24px;
}
@media screen and (max-width: 1024px) {
	/* Tablet */
}
@media screen and (max-width: 767px) {
	/* Mobile */
	.landing00 .section03 .list-client .swiper-slide img {
		width: 110px;
	}
	.landing00 .section07 .text-area {
		text-align: center;
	}
	.multi-device .img-area {
		height: 300px;
		background-size: contain;
	}
	.multi-device .button-wrap a {
		width: 100%;
		margin-bottom: 4px;
	}
}
/*=======================================================================================

 ** landing01 

========================================================================================*/
.landing01 {}
.landing01 .section01 .img-area, .landing00 .section01 .img-area {
	width: 100%;
	height: 587px;
	background: url("../images/img-landing01.png") center no-repeat;
}
.ql-list-area {
	text-align: center;
}
.ql-list-area ul {
	display: inline-block;
}
.ql-list-item {
	position: relative;
	width: 300px;
	height: 367px;
	float: left;
	margin-right: 50px;
	padding: 60px 20px;
	border-radius: 8px;
	box-sizing: border-box;
}
.ql-list-item .number {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	font-size: 4.250em;
	color: rgba(250, 152, 58, 0.25);
	font-weight: bold;
	letter-spacing: -0.05em;
}
.ql-list-item .text01 {
	font-size: 1.875em;
	font-weight: 700;
}
.ql-list-item .text02 {
	font-size: 1.000em;
}
.ql-list-item.item01 {
	background: #fff url("../images/box-img01.png") center 70% no-repeat;
}
.ql-list-item.item02 {
	background: #fff url("../images/box-img02.png") center 70% no-repeat;
}
.ql-list-item.item03 {
	margin-right: 0;
	background: #fff url("../images/box-img03.png") center 70% no-repeat;
}
#landing_wrap.landing01 .section06 {
	background: rgb(15, 32, 18);
	background: -webkit-linear-gradient(left, rgba(15, 32, 18, 1) 0%, rgba(30, 61, 36, 1) 100%);
	background: -o-linear-gradient(left, rgba(15, 32, 18, 1) 0%, rgba(30, 61, 36, 1) 100%);
	background: linear-gradient(to right, rgba(15, 32, 18, 1) 0%, rgba(30, 61, 36, 1) 100%);
}
.landing01 .section06 .inner-container {
	height: 100px;
	padding: 0;
	color: #fff;
}
.landing01 .section06 .text01 {
	font-size: 1.500em;
}
.landing01 .section06 .text01 span {
	color: #FA983A;
}
@media screen and (max-width: 1024px) {
	/* Tablet  */
	.landing01 .section01 .img-area, .landing00 .section01 .img-area {
		background-size: 100%;
	}
	.ql-list-area ul {
		display: inline-block;
		text-align: center;
	}
	.ql-list-item {
		width: 220px;
		height: 300px;
		margin-right: 20px;
		padding: 40px 16px;
	}
	.ql-list-item .number {
		top: 10px;
		left: 16px;
	}
}
@media screen and (max-width: 767px) {
	/* Mobile */
	.landing01 .section01 .img-area, .landing00 .section01 .img-area {
		height: 250px;
		background-size: contain;
	}
	.ql-list-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.ql-list-item.item01 {
		background: #fff url("../images/box-img01.png") center 70% no-repeat;
		background-size: inherit;
	}
	.ql-list-item.item02 {
		background: #fff url("../images/box-img02.png") center 70% no-repeat;
	}
	.ql-list-item.item03 {
		margin-right: 0;
		background: #fff url("../images/box-img03.png") center 70% no-repeat;
	}
	.landing01 .section06 .inner-container {
		flex-direction: column;
		height: auto;
		padding: 20px 0;
	}
	.landing01 .section06 .inner-container .text01 {
		margin-bottom: 20px;
	}
	.landing01 .section06 .inner-container .text02 {
		width: 100%;
	}
}
/*=======================================================================================

 ** landing02

========================================================================================*/
.landing02 {}
.landing02 .section01 .title-wrap .desc, .landing00 .section04 .title-wrap .desc {
	position: relative;
	margin-top: 100px;
}
.landing02 .section01 .title-wrap .desc:after, .landing00 .section04 .title-wrap .desc:after {
	position: absolute;
	top: -80px;
	left: 50%;
	width: 1px;
	height: 50px;
	background: #000;
}
.training-wrap .text01 {
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 32px;
	font-size: 1.250em;
	color: #FA983A;
	border: 1px solid #FA983A;
	border-radius: 40px;
}
.training-wrap .text02 {
	font-size: 1.250em;
}
.landing02 .section02 .text01, .landing00 .section05 .text01 {
	font-size: 1.875em;
}
#landing_wrap .client-info {
	width: 100%;
	background: rgb(6, 82, 221) url("../images/img-landing02-bg02.png") center no-repeat;
	background: -webkit-linear-gradient(left, rgba(6, 82, 221, 1) 0%, rgba(128, 0, 255, 1) 62%) url("../images/img-landing02-bg02.png") center no-repeat;
	background: -o-linear-gradient(left, rgba(6, 82, 221, 1) 0%, rgba(128, 0, 255, 1) 62%) url("../images/img-landing02-bg02.png") center no-repeat;
	background: linear-gradient(to right, rgba(6, 82, 221, 1) 0%, rgba(128, 0, 255, 1) 62%) url("../images/img-landing02-bg02.png") center no-repeat;
	/*background: ;*/
	background-attachment: fixed;
	color: #fff;
}
.client-info .text01 {
	font-size: 1.500em;
	color: #fff;
}
.client-info .text02 {
	margin: 8px 0 40px;
	font-size: 2.625em;
	font-weight: bold;
}
.client-info .text03 {
	font-size: 1.250em;
}
.list-client {
	text-align: left;
}
.list-client h3 {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 1.500em;
	color: #fff;
	background: #232323;
	padding: 8px 20px;
	border-radius: 40px;
}
@media screen and (max-width: 1024px) {
	/* Tablet  */
	.client-info {
		background-position: 50% 35%;
		background-attachment: inherit;
	}
}
@media screen and (max-width: 767px) {
	/* Mobile */
	.training-wrap {
		flex-direction: column;
	}
	.training-wrap .box {
		margin-bottom: 40px;
	}
}
/*=======================================================================================

 ** landing03

========================================================================================*/
.landing03 .section01, .landing00 .section08 {
	background: #fff url(../images/img-book-landing03.png) center 100% no-repeat;
}
.landing03 .section01 .cont-wrap, .landing00 .section08 .cont-wrap {
	min-height: 650px;
}
.item-iist-book {}
.item-iist-book .item {
	position: relative;
	width: 1000px;
	margin: 0 auto 20px;
	padding: 30px 40px;
	background: #fff;
	border: 1px solid #E9E9E9;
}
.item-iist-book .item .img-area {}
.item-iist-book .item .text-area {
	flex: 2;
	text-align: left;
	height: 100%;
	padding: 0 0 0 40px;
}
.item-iist-book .item .text-area .text01 {
	margin-bottom: 32px;
	font-size: 1.500em;
	font-weight: bold;
}
.item-iist-book .item .text-area .text02 {
	font-size: 1.125em;
	font-size: 400;
}
.item-iist-book .item .text-area .btn-small {
	position: absolute;
	bottom: 40px;
	right: 40px;
	display: block;
	text-align: right;
	color: #666;
	font-size: 0.875em;
	padding: 0 20px 4px 0;
	border-bottom: 1px solid #666;
}
.item-iist-book .item .text-area .btn-small span {
	position: relative;
	display: block;
}
.item-iist-book .item .text-area .btn-small span:after {
	position: absolute;
	bottom: -6px;
	right: -16px;
	display: block;
	clear: both;
	content: '';
	width: 1px;
	height: 12px;
	background: #666;
	transform: rotate(-45deg);
}
.landing03 .section04 {
	background: url("../images/img-landing03-bg02.png") center no-repeat;
}
.landing03 .section04 .text01 {
	margin-bottom: 24px;
	color: #fff;
	font-size: 3em;
}
@media screen and (max-width: 1024px) {
	/* Tablet  */
	.landing03 .section01 .cont-wrap {
		min-height: 360px;
		background-size: 100%;
	}
	.item-iist-book .item .img-area {
		width: 180px;
	}
	.item-iist-book .item {
		width: 100%;
		padding: 20px 30px;
	}
}
@media screen and (max-width: 767px) {
	/* Mobile */
	.landing03 .section01, .landing00 .section08 {
		background: #fff url(../images/img-book-landing03_m.png) center 100% no-repeat;
		background-size: contain;
	}
	.landing03 .section01 .cont-wrap, .landing00 .section08 .cont-wrap {
		min-height: 450px;
	}
	.item-iist-book .item {
		flex-direction: column;
		padding: 20px 30px 60px;
	}
	.item-iist-book .item .text-area {
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}
	.item-iist-book .item .text-area .btn-small {
		right: 50%;
		margin-right: -35px;
		bottom: 20px;
	}
}
/*=======================================================================================

 ** landing04

========================================================================================*/
.landing04 .section01 {
	padding: 80px 0 !important;
}
.teacher-list {}
.teacher-list .teacher-list-item {
	width: 330px;
	background: #232323;
	padding: 40px 20px;
}
.teacher-list .teacher-list-item .img-area {
	width: 230px;
	height: 230px;
	margin: 0 auto 30px;
	border-radius: 50%;
	overflow: hidden;
}
.teacher-list .teacher-list-item .text-area {
	color: #fff;
}
.teacher-list .teacher-list-item .text-area .text01 {
	font-size: 1.125em;
}
.teacher-list .teacher-list-item .text-area .text02 {
	height: 60px;
	font-size: 1.500em;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/icon-arrow-left.png);
	left: 140px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/icon-arrow-right.png);
	right: 140px;
	left: auto;
}
.landing04 .section02 .img-area {
	height: 500px;
	background: url(../images/img-map-landing04.png) center no-repeat;
	background-size: contain;
}
.landing04 .section03 .inner-container {
	overflow: visible;
}
.landing04 .section03 .bar-banner {
	width: 100%;
}
.landing04 .section03 .bar-banner .img-area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 363px;
	background: url(../images/img-usa-landing04.png) center no-repeat;
}
.landing04 .section03 .bar-banner .text-area {
	text-align: right;
}
.landing04 .section03 .bar-banner .text-area .text01 {
	margin-bottom: 8px;
	font-size: 2.000em;
	color: #FA983A;
}
.landing04 .section03 .bar-banner .text-area .text02 {
	font-size: 3.000em;
	font-weight: bold;
}
.landing04 .section04 {}
.ucan-info .text-area {
	min-height: 490px;
	margin-bottom: 70px;
	text-align: left;
	background: url(../images/img-phone-landing04.png) 100% center no-repeat;
}
.ucan-info .text-area .text01 {
	margin-bottom: 70px;
	font-size: 3em;
	font-weight: bold;
}
.ucan-info .text-area .text02 {
	position: relative;
	margin-bottom: 40px;
	font-size: 1.5em;
	display: inline-block;
	line-height: 1.4;
}
.ucan-info .text-area .text02:before, .ucan-info .text-area .text02:after {
	position: absolute;
	display: block;
	clear: both;
	content: '';
	width: 23px;
	height: 21px;
	background-image: url("../images/img-quotes.png");
	background-repeat: no-repeat;
}
.ucan-info .text-area .text02:before {
	background-position: 0 0;
	top: -19px;
	left: -23px;
}
.ucan-info .text-area .text02:after {
	background-position: 100% 100%;
	bottom: 22px;
	right: -26px;
}
.ucan-info .text-area .text03 {
	margin-bottom: 40px;
	font-size: 1.125em;
	color: #666;
	line-height: 1.4;
}
.ucan-info .text-area .text04 {
	font-size: 1.5em;
	color: #FA983A;
	font-weight: bold;
	line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
	/* Tablet  */
	.landing04 .section01 {
		padding: 55px 0;
	}
	.teacher-list .teacher-list-item .img-area {
		width: 180px;
		height: 180px;
		margin: 0 auto 20px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 40px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 40px;
	}
	.landing04 .section02 .img-area {
		height: 350px;
		background-size: contain;
	}
	.landing04 .section03 .bar-banner .img-area {
		width: 50%;
		height: 268px;
		background-size: contain;
	}
	.ucan-info .text-area {
		min-height: 490px;
		margin-bottom: 70px;
		padding-left: 20px;
		text-align: left;
		background-size: 250px;
	}
	.ucan-info .text-area .text02:before, .ucan-info .text-area .text02:after {
		width: 15px;
		height: 16px;
		background-size: 30px;
	}
	.ucan-info .text-area .text02:before {
		top: -15px;
		left: -8px;
	}
	.ucan-info .text-area .text02:after {
		bottom: 19px;
		right: -14px;
	}
	.ucan-info .text-area .text04 {
		width: 63%;
	}
}
@media screen and (max-width: 767px) {
	/* Mobile */
	.teacher-list .teacher-list-item .img-area {
		width: 140px;
		height: 140px;
	}
	.landing04 .section02 .img-area {
		height: 200px;
	}
	.landing04 .section03 .bar-banner {
		flex-direction: column-reverse;
	}
	.landing04 .section03 .bar-banner .img-area {
		position: inherit;
		width: 100%;
	}
	.landing04 .section03 .bar-banner .text-area {
		text-align: center;
	}
	.ucan-info .text-area {
		padding-left: 0;
		text-align: center;
		background-position: center 53%;
	}
	.ucan-info .text-area .text01 {
		margin-bottom: 40px;
	}
	.ucan-info .text-area .text02 {
		margin-bottom: 420px;
	}
	.ucan-info .text-area .text02:before {
		top: -19px;
		left: 47%;
	}
	.ucan-info .text-area .text02:after {
		bottom: -19px;
		right: 50%;
	}
	.ucan-info .text-area .text04 {
		width: 100%;
	}
}
/*=======================================================================================

 ** 기존 css reset 

========================================================================================*/
#landing_wrap .section02 {
	width: 100%;
	min-width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#landing_wrap.landing04 .section02 {
	background: none;
}
#landing_wrap.landing04 .section03 .inner-container {
	overflow: visible
}
#landing_wrap .section05 {
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: none;
	background-size: auto;
}
#landing_wrap .section05 ul {
	margin-left: 0;
}
#landing_wrap .section05 ul li {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 600;
}
#landing_wrap .section05 ul li span {
	font-weight: normal;
}
#landing_wrap .section06 {
	min-width: 100%;
	height: auto;
	position: relative;
}
#landing_wrap .section06 img {
	margin: 0;
}
#landing_wrap .section07 {
	min-width: 100%;
}
#landing_wrap .section07 img {
	max-width: 100%;
}
#landing_wrap .section04 .inner-container {
	overflow: inherit;
}