@charset "UTF-8";

.sub_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub_wrap p {
	margin: 0;
	word-break: keep-all;
}
.sub_wrap .desc {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 300;
	word-break: keep-all;
}
.sub_wrap .desc b {font-weight: 500;}
.sub_wrap div.more_btn {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 600;
	color: #ff3a77;
}
.sub_wrap div.more_btn::after {
	content: "";
	background: url("/img/custom/arrow_more_en.svg") no-repeat;
	background-size: cover;
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.sub_wrap a.more_btn {
	width: 180px;
	height: 45px;
	border-radius: 45px;
	line-height: 45px;
	border: 1px solid #ff3a77;
	text-align: center;
	font-size: 16px;
	color: #ff3a77;
	transition: all 0.3s;
	display: block;
	margin: 50px auto 0;
	background: #fff;
}
.sub_wrap a.more_btn::after {
	content: "";
	background: url("/img/custom/arrow_more_ko.svg") no-repeat;
	background-size: cover;
	width: 6px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -4px;
}
.sub_wrap a.more_btn:hover {
	background: #ff3a77;
	color: #fff;
	border: 1px solid #ff3a77;
}
.sub_wrap a.more_btn:hover::after {background: url("/img/custom/arrow_more_ko_white.svg") no-repeat;}

@media all and (max-width: 767px) {
	.sub_wrap .desc {line-height: 1.6}
	.sub_wrap a.more_btn {margin-top: 30px;}
}

.about_wrap .title {
	margin-bottom: 50px;
	text-align: center;
}
.about_wrap .title img {
	display: inline-block;
	width: 211px;
	height: 142px;
}
.about_wrap .title p {
	font-size: 24px;
	margin: 0 0 20px;
}
.about_wrap .title h2 {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}
.about_wrap .title h2 span {color: #942a6a;}
.about_wrap ul li {margin-bottom: 50px;}
.about_wrap ul li:last-child {margin-bottom: 0;}
.about_wrap ul li h3 {
	background: #f1f1f1;
	padding: 30px;
	text-align: center;
	margin: 0 0 30px;
}
.about_wrap ul li h3 span {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: "Montserrat";
}
.about_wrap ul li h3 b {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	margin-left: 20px;
}
.about_wrap ul li {overflow: hidden;}
.about_wrap ul li .left {
	float: left;
	width: 50%;
	position: relative;
}
.about_wrap ul li .img img {width: 100%;}
.about_wrap ul li .right {
	float: right;
	width: 50%;
	position: relative;
}
.about_wrap ul li .txt.right {padding-left: 80px;}
.about_wrap ul li .txt.left {padding-right: 80px;}
.about_wrap ul li .txt .desc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media all and (max-width: 767px) {
	.about_wrap .title {margin-bottom: 30px;}
	.about_wrap .title img {
		width: 120px;
		height: 80px;
	}
	.about_wrap .title p {
		font-size: 20px;
		margin: 0 0 20px;
	}
	.about_wrap .title h2 {font-size: 24px;}
	.about_wrap ul li {margin-bottom: 30px;}
	.about_wrap ul li h3 {
		padding: 20px;
		margin-bottom: 20px;
	}
	.about_wrap ul li h3 span {
		display: block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		margin: 0 auto 10px;
	}
	.about_wrap ul li h3 b {
		display: block;
		font-size: 20px;
		margin: 0;
	}
	.about_wrap ul li .left, .about_wrap ul li .right {
		float: none;
		width: 100%;
	}
	.about_wrap ul li .txt.right, .about_wrap ul li .txt.left {padding: 20px 0 0;}
	.about_wrap ul li .txt {height: auto !important;}
	.about_wrap ul li .txt .desc {
		position: relative;
		top: inherit;
		transform: none;
	}
}

.greeting_wrap .box_wrap {
	background: url("/img/custom/sub_1_2_img_1.jpg") no-repeat;
	background-size: cover;
	background-position: center right;
	height: 500px;
	padding: 30px;
	position: relative;
	margin-bottom: 50px;
}
.greeting_wrap .box_wrap .txt {
	position: absolute;
	left: 120px;
	top: 55%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.greeting_wrap .box_wrap .txt h3 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 40px;
}
.greeting_wrap .box_wrap .txt h3 b {font-weight: 500;}
.greeting_wrap .box_wrap .txt .sign b {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.greeting_wrap .box_wrap .txt .sign img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.greeting_wrap ul {
	margin: 100px 0 80px;
	overflow: hidden;
}
.greeting_wrap ul li {
	float: left;
	width: calc((100% - 40px)/2);
	margin-right: 40px;
}
.greeting_wrap ul li:last-child {margin-right: 0;}
.greeting_wrap ul li h3 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 50px;
}
.greeting_wrap ul li h3::before {
	content: "";
	background: #ff3a77;
	width: 40px;
	height: 5px;
	display: block;
	margin-bottom: 30px;
}
.greeting_wrap ul li h3 span {color: #ff3a77;}
.greeting_wrap .last_txt {
	margin-top: 100px;
	overflow: hidden;
}
.greeting_wrap .last_txt p {
	font-size: 24px;
	font-weight: 300;
	float: left;
}
.greeting_wrap .last_txt img {
	float: right;
	width: 170px;
	height: 114px;
}
@media all and (max-width: 767px) {
	.greeting_wrap .box_wrap {
		background: url("/img/custom/sub_1_2_img_1_m.jpg");
		background-size: cover;
		background-position: center;
		height: 400px;
	}
	.greeting_wrap .box_wrap .txt {
		left: 30px;
		top: 30px;
		transform: none;
		text-align: left;
	}
	.greeting_wrap .box_wrap .txt h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.greeting_wrap .box_wrap .txt .sign b {font-size: 12px;}
	.greeting_wrap .box_wrap .txt .sign img {width: 60px;}
	.greeting_wrap ul {margin: 50px 0;}
	.greeting_wrap ul li {
		float: none;
		width: 100%;
		margin: 0 0 50px;
	}
	.greeting_wrap ul li:last-child {margin-bottom: 0;}
	.greeting_wrap ul li h3 {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.greeting_wrap ul li h3::before {
		width: 30px;
		height: 3px;
		margin-bottom: 15px;
	}
	.greeting_wrap .last_txt {margin-top: 20px;}
	.greeting_wrap .last_txt p {
		font-size: 18px;
		float: none;
	}
	.greeting_wrap .last_txt img {display: none;}
}
@media all and (max-width: 480px) {
	.greeting_wrap .box_wrap .txt h3 {font-size: 16px;}
}

.awards_wrap {
	background: url("/img/custom/sub_1_4_bg.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 120px 50px 50px;
	color: #fff;
	text-align: center;
	position: relative;
}
.awards_wrap .top_wrap {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.awards_wrap .top_wrap > img {
	position: absolute;
	top: 0;
	right: 80px;
}
.awards_wrap .top_wrap .title {
	position: relative;
	display: inline-block;
}
.awards_wrap .top_wrap .title::before {
	content: "";
	background: url("/img/custom/sub_1_4_img_1.png") no-repeat;
	background-size: cover;
	width: 92px;
	height: 153px;
	display: inline-block;
	position: absolute;
	left: -70px;
	top: 0;
}
.awards_wrap .top_wrap .title::after {
	content: "";
	background: url("/img/custom/sub_1_4_img_2.png") no-repeat;
	background-size: cover;
	width: 92px;
	height: 153px;
	display: inline-block;
	position: absolute;
	right: -70px;
	top: 0;
}
.awards_wrap .top_wrap .title h2 {
	font-size: 50px;
	font-weight: bold;
	color: #ffc843;
	margin: 0 0 10px;
}
.awards_wrap .top_wrap .title p {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: "Roboto";
	margin-bottom: 20px;
}
.awards_wrap .top_wrap h3 {
	font-size: 30px;
	margin: 40px 0 20px;
	line-height: 1.4;
}
.awards_wrap .top_wrap h3 b {color: #ffc843;}
.awards_wrap .top_wrap > p {
	font-size: 16px;
	font-weight: bold;
}
.awards_wrap .bottom_wrap .txt_wrap p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.awards_wrap .bottom_wrap .txt_wrap ul {font-size: 0;}
.awards_wrap .bottom_wrap .txt_wrap ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}
.awards_wrap .bottom_wrap .txt_wrap ul li:last-child {margin-right: 0;}
.awards_wrap .bottom_wrap .txt_wrap ul li b {
	font-size: 16px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.awards_wrap .bottom_wrap .txt_wrap ul li img {
	display: inline-block;
	vertical-align: middle;
}
.awards_wrap .bottom_wrap .box_wrap {
	background: #fff;
	padding: 50px 0;
	position: relative;
	margin-top: 80px;
}
.awards_wrap .bottom_wrap .box_wrap::before {
	content: "";
	background: url("/img/custom/sub_1_4_img_5.png") no-repeat;
	background-size: cover;
	width: 249px;
	height: 245px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -245px;
}
.awards_wrap .bottom_wrap .box_wrap ul {font-size: 0;}
.awards_wrap .bottom_wrap .box_wrap ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	border-right: 1px solid #ddd;
	padding: 0 20px;
}
.awards_wrap .bottom_wrap .box_wrap ul li:last-child {border-right: none;}
.awards_wrap .bottom_wrap .box_wrap ul li p {
	font-size: 20px;
	line-height: 1.3;
	color: #333;
	margin-top: 20px;
	font-weight: bold;
}
.awards_wrap .bottom_wrap .box_wrap ul li b {
	font-size: 14px;
	color: #cc9c52;
	margin-top: 20px;
	display: block;
}
.awards_wrap .bottom_wrap .video_link {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
.awards_wrap .bottom_wrap .video_link a {
	color: #fff;
	margin-left: 10px;
	text-decoration: underline;
}
.awards_wrap .bottom_wrap .video_wrap {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
	margin-top: 50px;
}
.awards_wrap .bottom_wrap .video_wrap iframe {
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
@media all and (max-width: 767px) {
	.awards_wrap {padding: 0 20px 20px;}
	.awards_wrap .top_wrap {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.awards_wrap .top_wrap .title::before {
		width: 50px;
		height: 83px;
		left: -40px;
	}
	.awards_wrap .top_wrap .title::after {
		width: 50px;
		height: 83px;
		right: -40px;
	}
	.awards_wrap .top_wrap > img {
		position: relative;
		top: inherit;
		right: inherit;
		width: 80px;
		display: block;
		margin: 0 auto 20px;
	}
	.awards_wrap .top_wrap .title h2 {
		font-size: 24px;
		margin: 0 0 5px;
	}
	.awards_wrap .top_wrap .title p {
		font-size: 12px;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
	.awards_wrap .top_wrap .title img {width: 100px;}
	.awards_wrap .top_wrap h3 {
		font-size: 20px;
		margin: 30px 0 10px;
	}
	.awards_wrap .top_wrap > p {font-size: 14px;}
	.awards_wrap .bottom_wrap .txt_wrap p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.awards_wrap .bottom_wrap .box_wrap::before {content: none;}
	.awards_wrap .bottom_wrap .txt_wrap ul li {
		display: block;
		margin: 0 0 20px;
	}
	.awards_wrap .bottom_wrap .txt_wrap ul li:last-child {margin-bottom: 0;}
	.awards_wrap .bottom_wrap .txt_wrap ul li b {font-size: 14px;}
	.awards_wrap .bottom_wrap .box_wrap {
		padding: 20px 0;
		margin-top: 30px;
	}
	.awards_wrap .bottom_wrap .box_wrap ul li {
		width: 50%;
		border-right: none;
		margin-bottom: 30px;
	}
	.awards_wrap .bottom_wrap .box_wrap ul li:last-child {
		margin-bottom: 0;
		width: 100%;
	}
	.awards_wrap .bottom_wrap .box_wrap ul li img {height: 80px;}
	.awards_wrap .bottom_wrap .box_wrap ul li p {
		font-size: 14px;
		margin-top: 15px;
	}
	.awards_wrap .bottom_wrap .box_wrap ul li b {
		font-size: 12px;
		margin-top: 10px;
	}
	.awards_wrap .bottom_wrap .video_link {
		font-size: 14px;
		margin-top: 20px;
	}
	.awards_wrap .bottom_wrap .video_link a {display: block;}
}

.contact_wrap .txt {
	border-top: 1px solid #333;
	margin-top: 80px;
	padding: 50px 0;
	position: relative;
}
.contact_wrap .txt ul li {margin-bottom: 20px;}
.contact_wrap .txt ul li h3 {
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: bold;
	color: #ff3a77;
	margin: 0 0 10px;
}
.contact_wrap .txt ul li p {font-size: 24px;}
.contact_wrap .txt .btn_wrap {
	position: absolute;
	top: 50px;
	right: 0;
}
.contact_wrap .txt .btn_wrap a {
	display: inline-block;
	width: 180px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	text-align: center;
	font-size: 16px;
	background: #fff;
	transition: all 0.3s;
	margin-left: 10px;
}
.contact_wrap .txt .btn_wrap a.kakao_btn {
	border: 1px solid #3396ff;
	color: #3396ff;
}
.contact_wrap .txt .btn_wrap a.kakao_btn:hover {
	background: #3396ff;
	color: #fff;
}
.contact_wrap .txt .btn_wrap a.naver_btn {
	border: 1px solid #19ce60;
	color: #19ce60;
}
.contact_wrap .txt .btn_wrap a.naver_btn:hover {
	background: #19ce60;
	color: #fff;
}
.contact_wrap .info_wrap > li {
	border-top: 1px solid #ddd;
	padding: 30px 0;
	overflow: hidden;
}
.contact_wrap .info_wrap > li:last-child {border-bottom: 1px solid #ddd;}
.contact_wrap .info_wrap > li .title {
	float: left;
	width: 220px;
}
.contact_wrap .info_wrap > li .title .ico {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 46px;
	background: #f5f5f5;
	border: 1px solid #ff3a77;
	display: inline-block;
	text-align: center;
}
.contact_wrap .info_wrap > li .title b {
	font-size: 16px;
	color: #ff3a77;
	margin-left: 12px;
}
.contact_wrap .info_wrap > li .value {
	float: left;
	width: calc(100% - 220px);
	padding-top: 7px;
}
.contact_wrap .info_wrap > li .value p {
	font-size: 18px;
	margin-bottom: 8px;
}
.contact_wrap .info_wrap > li:first-child .value p:first-child span {
	background: #bf9f1e;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	line-height: 22px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 600;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}
.contact_wrap .info_wrap > li:first-child .value p:last-child span {
	background: #37b42d;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	line-height: 22px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 600;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}
.contact_wrap .info_wrap > li:nth-child(2) .value ul {margin-top: 20px;}
.contact_wrap .info_wrap > li:nth-child(2) .value ul li {
	margin-bottom: 10px;
	font-size: 18px;
}
.contact_wrap .info_wrap > li:nth-child(2) .value ul li span {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-right: 15px;
	padding: 0 8px;
	border-radius: 3px;
}
.contact_wrap .info_wrap > li:nth-child(2) .value ul li:first-child span,
.contact_wrap .info_wrap > li:nth-child(2) .value ul li:last-child span {background: #50a332;}
.contact_wrap .info_wrap > li:nth-child(2) .value ul li:nth-child(2) span {background: #395cb4;}
.contact_wrap .info_wrap > li:nth-child(2) .value ul li:nth-child(3) span {background: #d71119;}

@media all and (max-width: 1200px) {
	.contact_wrap .map .root_daum_roughmap {width: 100% !important;}
	.contact_wrap .map .root_daum_roughmap .wrap_map {height: 300px !important;}
}
@media all and (max-width: 767px) {
	.contact_wrap .txt {
		margin-top: 30px;
		padding: 30px 0;
	}
	.contact_wrap .txt ul li h3 {font-size: 14px;}
	.contact_wrap .txt ul li p {font-size: 16px;}
	.contact_wrap .txt .btn_wrap {
		position: relative;
		top: inherit;
		right: inherit;
		font-size: 0;
	}
	.contact_wrap .txt .btn_wrap a {width: calc((100% - 10px)/2);}
	.contact_wrap .txt .btn_wrap a:first-child {margin-left: 0;}
	.contact_wrap .info_wrap > li {padding: 20px 0;}
	.contact_wrap .info_wrap > li .title {
		float: none;
		width: 100%;
	}
	.contact_wrap .info_wrap > li .title .ico {
		width: 36px;
		height: 36px;
		line-height: 32px;
	}
	.contact_wrap .info_wrap > li .title .ico img {max-width: 16px; max-height: 20px;}
	.contact_wrap .info_wrap > li .title b {margin-left: 8px;}
	.contact_wrap .info_wrap > li .value {
		float: none;
		width: 100%;
		padding-top: 20px;
	}
	.contact_wrap .info_wrap > li .value p {font-size: 16px;}
	.contact_wrap .info_wrap > li:nth-child(2) .value ul li span {
		font-size: 14px;
		margin-right: 10px;
	}
	.contact_wrap .info_wrap > li:nth-child(2) .value ul li {font-size: 16px;}
}

.process_wrap > ul > li {
	margin-bottom: 30px;
	padding: 30px;
	overflow: hidden;
}
.process_wrap > ul > li:nth-child(odd) {background: #f9f4e9;}
.process_wrap > ul > li:nth-child(odd) .step {color: #ffae00;}
.process_wrap > ul > li:nth-child(2n) {background: #e6eef6;}
.process_wrap > ul > li:nth-child(2n) .step {color: #72b6f4;}
.process_wrap > ul > li .txt {
	float: left;
	width: 68%;
	padding: 20px;
	padding-right: 50px;
}
.process_wrap > ul > li .txt .step {
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.process_wrap > ul > li .txt h3 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.process_wrap > ul > li .txt ul li {
	margin-bottom: 5px;
	overflow: hidden;
}
.process_wrap > ul > li .txt ul li span {
	width: 6px;
	height: 6px;
	float: left;
	margin-top: 10px;
}
.process_wrap > ul > li:nth-child(odd) .txt ul li span {background: #ffae00;}
.process_wrap > ul > li:nth-child(2n) .txt ul li span {background: #72b6f4;}
.process_wrap > ul > li .txt ul li p {
	width: calc(100% - 6px);
	float: left;
	padding-left: 10px;
	font-size: 16px;
}
.process_wrap > ul > li .txt a.more_btn {
	width: 200px;
	margin: 25px 0 0;
}
.process_wrap > ul > li:nth-child(odd) .txt a.more_btn {
	background: #ffae00;
	border: 1px solid #ffae00;
	color: #fff;
}
.process_wrap > ul > li:nth-child(2n) .txt a.more_btn {
	background: #72b6f4;
	border: 1px solid #72b6f4;
	color: #fff;
}
.process_wrap > ul > li .txt a.more_btn::after {background-image: url("/img/custom/arrow_more_ko_white.svg");}

.process_wrap > ul > li .img {
	float: right;
	width: 32%;
}
.process_wrap .last_box {
	background: #f1f1f1;
	padding: 30px 20px;
	text-align: center;
}

.process_wrap .last_box .ico {
	background: #ff3a77;
	width: 46px;
	height: 46px;
	line-height: 42px;
	border-radius: 46px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.process_wrap .last_box h3 {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.process_wrap .last_box .number {
	font-family: "Roboto";
	font-size: 50px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	color: #ff3a77;
}
@media all and (max-width: 767px) {
	.process_wrap > ul > li {margin-bottom: 15px;}
	.process_wrap > ul > li .txt {
		float: none;
		width: 100%;
		padding: 0 0 30px;
	}
	.process_wrap > ul > li .txt .step {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.process_wrap > ul > li .txt h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.process_wrap > ul > li .txt a.more_btn {width: 100%;}
	.process_wrap > ul > li .img {
		float: none;
		width: 100%;
	}
	.process_wrap > ul > li .img img {width: 100%;}
	.process_wrap .last_box {padding: 20px;}
	.process_wrap .last_box .ico {
		width: 36px;
		height: 36px;
		line-height: 32px;
	}
	.process_wrap .last_box .ico img {width: 16px; height: 16px;}
	.process_wrap .last_box h3 {
		font-size: 18px;
		margin: 0 10px;
	}
	.process_wrap .last_box .number {
		display: block;
		font-size: 30px;
		margin-top: 5px;
	}
}


.class_service_wrap .at-container {
	position: relative;
	height: 100%;
}
.class_service_wrap .tab_menu {padding: 50px 0;}
.class_service_wrap .tab_menu ul {
	font-size: 0;
	padding-left: 320px;
}
.class_service_wrap .tab_menu ul li {
	width: calc((100% - 121px)/7);
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.class_service_wrap .tab_menu li:last-child {margin-right: 0;}
.class_service_wrap .tab_menu ul li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	background: #eee;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #111;
}
.class_service_wrap .tab_menu ul li:first-child.active a {background: #fed555;}
.class_service_wrap .tab_menu ul li:nth-child(2).active a {background: #94e3d0;}
.class_service_wrap .tab_menu ul li:nth-child(3).active a {background: #9dc7ed; color: #fff;}
.class_service_wrap .tab_menu ul li:nth-child(4).active a {background: #ff7fa6; color: #fff;}
.class_service_wrap .tab_menu ul li:nth-child(5).active a {background: #ee7421; color: #fff;}
.class_service_wrap .tab_menu ul li:nth-child(6).active a {background: #c0d560; color: #fff;}
.class_service_wrap .tab_menu ul li:last-child.active a {background: #c68cf3; color: #fff;}

.class_service_wrap .contents .banner {
	height: 500px;
	position: relative;
}
.class_service_wrap #section_1 .contents .banner {
	background: url("/img/custom/sub_2_2_img_1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.class_service_wrap #section_2 .contents .banner {
	background: url("/img/custom/sub_2_2_img_2.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.class_service_wrap #section_3 .contents .banner {
	background: url("/img/custom/sub_2_2_img_3.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.class_service_wrap #section_4 .contents .banner {
	background: url("/img/custom/sub_2_2_img_4.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.class_service_wrap #section_5 .contents .banner {
	background: url("/img/custom/sub_2_2_img_5.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.class_service_wrap #section_6 .contents .banner {
	background: url("/img/custom/sub_2_2_img_6.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.class_service_wrap #section_7 .contents .banner {
	background: url("/img/custom/sub_2_2_img_7.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.class_service_wrap .contents .banner .at-inner {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
}
.class_service_wrap .contents .banner .title {
	position: absolute;
	left: 0;
	bottom: 80px;
}
.class_service_wrap .contents .banner .title .class {
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.class_service_wrap .contents .banner .title h2 {
	font-size: 50px;
	font-weight: 500;
	margin: 0;
	color: #fff;
}
.class_service_wrap .contents .txt {padding: 80px 0 100px;}
.class_service_wrap .contents .txt .inner {padding-left: 320px;}
.class_service_wrap .contents .txt .inner ul li {
	overflow: hidden;
	margin-bottom: 15px;
}
.class_service_wrap .contents .txt .inner ul li span {
	width: 6px;
	height: 6px;
	float: left;
	margin-top: 12px;
}
.class_service_wrap .contents .txt .inner ul li p {
	width: calc(100% - 6px);
	float: left;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 300;
}
.class_service_wrap .contents .txt .inner ul li p b {font-weight: 500;}
.class_service_wrap .contents .txt .inner .right {
	overflow: hidden;
	margin-top: 40px;
}
.class_service_wrap .contents .txt .inner .right span {
	float: left;
	font-size: 16px;
	color: #111;
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 32px;
}
.class_service_wrap .contents .txt .inner .right .desc {
	float: left;
	width: calc(100% - 90px);
	padding-left: 20px;
	font-weight: normal;
}

.class_service_wrap #section_1 .contents .banner .title .class {color: #fed555;}
.class_service_wrap #section_1 .contents .txt {background: #f7f0e0;}
.class_service_wrap #section_1 .contents .txt .inner ul li span,
.class_service_wrap #section_1 .contents .txt .inner .right span {background: #fed555;}

.class_service_wrap #section_2 .contents .banner .title .class {color: #94e3d0;}
.class_service_wrap #section_2 .contents .txt {background: #e6f8f4;}
.class_service_wrap #section_2 .contents .txt .inner ul li span,
.class_service_wrap #section_2 .contents .txt .inner .right span {background: #94e3d0;}

.class_service_wrap #section_3 .contents .banner .title .class {color: #9dc7ed;}
.class_service_wrap #section_3 .contents .txt {background: #e6eef5;}
.class_service_wrap #section_3 .contents .txt .inner ul li span,
.class_service_wrap #section_3 .contents .txt .inner .right span {background: #9dc7ed; color: #fff;}

.class_service_wrap #section_4 .contents .banner .title .class {color: #ff7fa6;}
.class_service_wrap #section_4 .contents .txt {background: #f9e8ed;}
.class_service_wrap #section_4 .contents .txt .inner ul li span,
.class_service_wrap #section_4 .contents .txt .inner .right span {background: #ff7fa6; color: #fff;}

.class_service_wrap #section_5 .contents .banner .title .class {color: #ee7421;}
.class_service_wrap #section_5 .contents .txt {background: #f9ede5;}
.class_service_wrap #section_5 .contents .txt .inner ul li span,
.class_service_wrap #section_5 .contents .txt .inner .right span {background: #ee7421; color: #fff;}

.class_service_wrap #section_6 .contents .banner .title .class {color: #c0d560;}
.class_service_wrap #section_6 .contents .txt {background: #f4f7e7;}
.class_service_wrap #section_6 .contents .txt .inner ul li span {background: #c0d560;}

.class_service_wrap #section_7 .contents .banner .title .class {color: #c68cf3;}
.class_service_wrap #section_7 .contents .txt {background: #f2eaf8;}
.class_service_wrap #section_7 .contents .txt .inner ul li span {background: #c68cf3;}
@media all and (max-width: 1520px) {
	.class_service_wrap .tab_menu ul {
		padding-left: 250px;
		padding-right: 15px;
	}
}
@media all and (max-width: 1200px) {
	.class_service_wrap .tab_menu ul li {
		width: calc((100% - 61px)/7);
		margin-right: 10px;
	}
	.class_service_wrap .tab_menu ul li a {font-size: 14px;}
}
@media all and (max-width: 991px) {
	.class_service_wrap .tab_menu ul,
	.class_service_wrap .contents .txt .inner {padding-left: 0;}
	.class_service_wrap .contents .banner .at-inner {
		position: relative;
		right: inherit;
	}
}
@media all and (max-width: 767px) {
	.class_service_wrap .tab_menu {padding: 30px 0 15px;}
	.class_service_wrap .tab_menu ul {text-align: center;}
	.class_service_wrap .tab_menu ul li {
		width: calc((100% - 15px)/4);
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.class_service_wrap .tab_menu ul li:nth-child(4n) {margin-right: 0;}
	.class_service_wrap .tab_menu ul li a {
		height: 52px;
		padding: 5px 10px;
		word-break: keep-all;
		position: relative;
		line-height: 1.4;
	}
	.class_service_wrap .tab_menu ul li a p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		padding: 0 10px;
	}
	.class_service_wrap .contents .banner {height: 200px;}
	.class_service_wrap .contents .banner .title {
		left: 50%;
		bottom: 50%;
		transform: translate(-50%,50%);
		text-align: center;
		width: 100%;
	}
	.class_service_wrap .contents .banner .title .class {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.class_service_wrap .contents .banner .title h2 {
		font-size: 30px;
		line-height: 1.3;
	}
	.class_service_wrap .contents .txt {padding: 30px 0 50px;}
	.class_service_wrap .contents .txt .inner ul li p {font-size: 16px;}
	.class_service_wrap .contents .txt .inner .right {margin-top: 30px;}
	.class_service_wrap .contents .txt .inner .right span {
		float: none;
		font-size: 14px;
		display: inline-block;
	}
	.class_service_wrap .contents .txt .inner .right .desc {
		float: none;
		width: 100%;
		padding: 10px 0 0;
		font-size: 14px;
	}
}


.vvip_wrap .box_wrap {
	background: url("/img/custom/sub_2_3_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 20px;
	text-align: center;
}
.vvip_wrap .box_wrap .inner {
	border: 1px solid rgba(0,0,0,0.2);
	padding: 80px;
}
.vvip_wrap .box_wrap .title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	margin-bottom: 80px;
}
.vvip_wrap .box_wrap .title h2 {
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0 30px;
}
.vvip_wrap .box_wrap .title h2 span {color: #c3984f;}
.vvip_wrap .box_wrap .contents p {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.vvip_wrap .box_wrap .contents .more_btn {width: 250px;}
.vvip_wrap .box_wrap .contents ul {
	overflow: hidden;
	margin-top: 80px;
}
.vvip_wrap .box_wrap .contents ul li {
	float: left;
	width: calc((100% - 30px)/4);
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	background: #fff;
	min-height: 180px;
	position: relative;
}
.vvip_wrap .box_wrap .contents ul li:first-child {
	background: #ff3a77;
	border: #ff3a77;
	padding: 25px;
}
.vvip_wrap .box_wrap .contents ul li:first-child h3 {
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	margin: 0;
	line-height: 1.3;
	color: #fff;
}
.vvip_wrap .box_wrap .contents ul li:nth-child(4n),
.vvip_wrap .box_wrap .contents ul li:last-child {margin-right: 0;}
.vvip_wrap .box_wrap .contents ul li p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	width: 100%;
	padding: 0 15px;
	font-weight: normal;
	margin: 0;
}
.vvip_wrap .box_wrap .contents .note {
	text-align: right;
	font-size: 16px;
	color: #ff3a77;
	font-weight: 300;
	margin-top: 20px;
}
@media all and (max-width: 767px) {
	.vvip_wrap .box_wrap {padding: 10px;}
	.vvip_wrap .box_wrap .inner {padding: 30px;}
	.vvip_wrap .box_wrap .title {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.vvip_wrap .box_wrap .title img {width: 180px;}
	.vvip_wrap .box_wrap .title h2 {
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.vvip_wrap .box_wrap .contents p {font-size: 18px;}
	.vvip_wrap .box_wrap .contents ul {margin-top: 50px;}
	.vvip_wrap .box_wrap .contents ul li {
		width: 100%;
		margin: 0 0 10px;
		min-height: auto;
		padding: 20px !important;
	}
	.vvip_wrap .box_wrap .contents ul li:first-child h3 {
		font-size: 20px;
		text-align: center;
	}
	.vvip_wrap .box_wrap .contents ul li p {
		position: relative;
		top: inherit;
		left: inherit;
		transform: none;
		font-size: 16px;
	}
	.vvip_wrap .box_wrap .contents .note {
		text-align: left;
		font-size: 14px;
		margin-top: 10px;
	}
}

.children_wrap .box_wrap {
	background: url("/img/custom/sub_2_4_img_1.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	padding-top: 100px;
	padding-left: 80px;
	margin-bottom: 50px;
}
.children_wrap .box_wrap h3 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 40px;
}
.children_wrap .box_wrap h3 span {color: #0aad8e;}
.children_wrap .box_wrap .desc {font-size: 20px;}
.children_wrap .box_wrap .desc b {font-weight: 500;}
.children_wrap ul li {
	float: left;
	width: calc((100% - 30px)/2);
	margin-right: 30px;
	padding: 40px;
	border-radius: 20px;
	font-size: 0;
	position: relative;
}
.children_wrap ul li:first-child {background: #e8eff5;}
.children_wrap ul li:first-child::after {
	content: "";
	background: url("/img/custom/sub_2_4_img_4.png") no-repeat;
	width: 31px;
	height: 21px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -21px;
}
.children_wrap ul li:last-child {
	margin-right: 0;
	background: #f9e6ec;
}
.children_wrap ul li:last-child::after {
	content: "";
	background: url("/img/custom/sub_2_4_img_7.png") no-repeat;
	width: 31px;
	height: 21px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -21px;
}
.children_wrap ul li .img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	line-height: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.children_wrap ul li .txt {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	padding-left: 30px;
}
.children_wrap ul li .txt p {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.children_wrap .contents {
	text-align: center;
	margin-bottom: 50px;
}
.children_wrap .contents img {margin-left: 80px;}
.children_wrap .contents p {
	font-size: 20px;
	margin-top: -50px;
}
.children_wrap .contents h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0 20px;
	line-height: 1.5;
}
.children_wrap .contents h3 span {color: #ff3a77;}
.children_wrap .contents .more_btn {width: 250px;}
.children_wrap .bottom_wrap .last_box {
	background: #f1f1f1;
	padding: 30px 20px;
	text-align: center;
}
.children_wrap .bottom_wrap .last_box .ico {
	background: #ff3a77;
	width: 46px;
	height: 46px;
	line-height: 42px;
	border-radius: 46px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.children_wrap .bottom_wrap .last_box h3 {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.children_wrap .bottom_wrap .last_box .number {
	font-family: "Roboto";
	font-size: 50px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	color: #ff3a77;
}
@media all and (max-width: 767px) {
	.children_wrap .box_wrap {
		padding: 30px;
		height: 600px;
		background: url(/img/custom/sub_2_4_img_1_m.jpg) no-repeat;
		background-position: center bottom;
		background-size: cover;
		margin-bottom: 30px;
	}
	.children_wrap .box_wrap h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.children_wrap .box_wrap .desc {font-size: 16px;}
	.children_wrap ul li {
		width: calc((100% - 15px)/2);
		margin-right: 15px;
		padding: 20px;
		text-align: center;
		min-height: 253px;
	}
	.children_wrap ul li .img {
		width: 70px;
		height: 70px;
		line-height: 70px;
		display: block;
		margin: 0 auto;
	}
	.children_wrap ul li .txt {
		display: block;
		width: 100%;
		padding: 20px 0 0;
	}
	.children_wrap ul li .txt img {width: 20px;}
	.children_wrap ul li .txt p {font-size: 16px}
	.children_wrap .contents img {
		margin-left: 50px;
		width: 250px;
	}
	.children_wrap .contents p {
		font-size: 16px;
		margin-top: -30px;
	}
	.children_wrap .contents h3 {
		font-size: 20px;
		margin: 20px 0;
		word-break: keep-all;
	}
	.children_wrap .bottom_wrap .last_box {padding: 20px;}
	.children_wrap .bottom_wrap .last_box .ico {
		width: 36px;
		height: 36px;
		line-height: 32px;
	}
	.children_wrap .bottom_wrap .last_box .ico img {width: 16px; height: 16px;}
	.children_wrap .bottom_wrap .last_box h3 {
		font-size: 18px;
		margin: 0 10px;
	}
	.children_wrap .bottom_wrap .last_box .number {
		display: block;
		font-size: 30px;
		margin-top: 5px;
	}
}
@media all and (max-height: 480px) {
	.children_wrap .box_wrap h3 {font-size: 24px;}
}

.fee_wrap p {
	font-size: 20px;
	text-align: center;
	margin: 30px 0 50px;
	font-weight: 400;
}
.fee_wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.fee_wrap ul li {
	width: calc((100% - 20px)/2);
	margin-right: 20px;
	margin-bottom: 20px;
}
.fee_wrap ul li:nth-child(2n) {margin-right: 0;}

@media all and (max-width: 767px) {
	.fee_wrap p {
		font-size: 16px;
		margin: 0 0 30px;
	}
	.fee_wrap ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.fee_wrap ul li:last-child {margin-bottom: 0;}
}


.matching_system_wrap .inner {padding-left: 320px;}
.matching_system_wrap .title {
	text-align: center;
	padding: 100px 0 80px;
}
.matching_system_wrap .title p {
	font-size: 24px;
	font-weight: 300;
}
.matching_system_wrap .title h2 {
	font-size: 40px;
	font-weight: 500;
	margin: 15px 0 40px;
	line-height: 1.3;
}
.matching_system_wrap .title h2 span {color: #ff3a77;}
.matching_system_wrap .contents {
	background: #faf2f5;
	padding: 80px 0 120px;
	text-align: center;
}
.matching_system_wrap .contents h3 {
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 600;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 80px;
	display: inline-block;
	margin: 0 0 50px;
}
.matching_system_wrap .contents ul {margin-top: 50px;}
.matching_system_wrap .contents ul li {
	background: #fff;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 10px;
}
.matching_system_wrap .contents ul li:last-child {margin-bottom: 0;}
.matching_system_wrap .contents ul li b {font-weight: 500;}
.matching_system_wrap .contents ul li span {
	font-weight: 500;
	color: #ff3a77;
}
@media all and (max-width: 991px) {
	.matching_system_wrap .inner {padding-left: 0;}
}
@media all and (max-width: 767px) {
	.matching_system_wrap .title {padding: 50px 0;}
	.matching_system_wrap .title p {font-size: 20px;}
	.matching_system_wrap .title h2 {
		font-size: 24px;
		margin: 10px 0 25px;
	}
	.matching_system_wrap .contents {padding: 50px 0;}
	.matching_system_wrap .contents h3 {
		padding: 10px;
		font-size: 20px;
		margin-bottom: 30px;
	}
	.matching_system_wrap .contents ul {margin-top: 30px;}
	.matching_system_wrap .contents ul li {padding: 15px 20px;}
}

.member_wrap .tab_menu {
	overflow: hidden;
	margin-bottom: 50px;
}
.member_wrap .tab_menu li {
	float: left;
	width: calc((100% - 20px)/2);
	margin-right: 20px;
	background: #eee;
	font-size: 18px;
	color: #111;
	cursor: pointer;
	text-align: center;
	height: 55px;
	line-height: 55px;
}
.member_wrap .tab_menu li:last-child {margin-right: 0;}
.member_wrap .tab_menu li.active {background: #fed555;}
.member_wrap .contents > div {display: none;}
.member_wrap .contents > div.active {display: block;}
.member_wrap .contents h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 80px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
.member_wrap .contents ul {font-size: 0;}
.member_wrap .contents ul li {
	text-align: center;
	margin-bottom: 100px;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 80px)/2);
	margin-right: 80px;
}
.member_wrap .contents ul li:nth-child(2n) {margin-right: 0;}
.member_wrap .contents ul li:first-child,
.member_wrap .contents ul li:nth-child(2) {
	margin-right: 0;
	width: 100%;
}
.member_wrap .contents ul li h3 {
	width: 100%;
	max-width: 560px;
	font-size: 24px;
	font-weight: 500;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	display: inline-block;
	margin: 0 0 50px;
}
.member_wrap .contents .box_wrap {
	background: #f2f5f9;
	padding: 80px;
	text-align: center;
}
.member_wrap .contents .box_wrap h3 {
	width: 100%;
	max-width: 560px;
	font-size: 24px;
	font-weight: 500;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	display: inline-block;
	margin: 0 0 40px;
}
.member_wrap .contents .box_wrap table {
	font-size: 18px;
	width: 100%;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	text-align: center;
}
.member_wrap .contents .box_wrap table th,
.member_wrap .contents .box_wrap table td {
	padding: 15px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.member_wrap .contents > div:first-child .box_wrap table th {
	width: 220px;
	text-align: center;
	background: #e7ebf0;
	color: #00bbb2;
}
.member_wrap .contents > div:last-child .box_wrap table th {
	width: 220px;
	text-align: center;
	background: #e7ebf0;
	color: #0c8ad7;
}
.member_wrap .contents .box_wrap table td {
	border-right: 1px solid rgba(0,0,0,0.08);
	background: #fff;
}
.member_wrap .contents > div:first-child .box_wrap table tr:first-child th {
	background: #1ed6cd;
	color: #fff;
	width: auto;
	border-right: 1px solid #fff;
}
.member_wrap .contents > div:last-child .box_wrap table tr:first-child th {
	background: #0c8ad7;
	color: #fff;
	width: auto;
	border-right: 1px solid #fff;
}
@media all and (max-width: 767px) {
	.member_wrap .tab_menu {margin-bottom: 30px;}
	.member_wrap .tab_menu li {
		width: calc((100% - 10px)/2);
		margin-right: 10px;
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
	.member_wrap .contents h2 {
		font-size: 20px;
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
	.member_wrap .contents ul li {
		width: 100%;
		margin: 0 0 50px;
	}
	.member_wrap .contents ul li h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.member_wrap .contents .box_wrap {padding: 30px;}
	.member_wrap .contents .box_wrap h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.member_wrap .contents .box_wrap table {
		border-radius: 10px 10px 0 0;
		font-size: 14px;
	}
	.member_wrap .contents > div:first-child .box_wrap table th,
	.member_wrap .contents > div:last-child .box_wrap table th {width: 70px;}
	.member_wrap .contents .box_wrap table th, .member_wrap .contents .box_wrap table td {padding: 10px;}
}

.date_coaching_wrap {
	background: #f7f5ee;
	padding: 0 80px 80px;
}
.date_coaching_wrap .top_wrap {position: relative;}
.date_coaching_wrap .top_wrap .img {
	position: absolute;
	right: 0;
	top: 0;
}
.date_coaching_wrap .top_wrap .txt {
	padding-top: 120px;
	padding-left: 20px;
	z-index: 1;
	position: relative;
}
.date_coaching_wrap .top_wrap .txt > b {
	font-size: 20px;
	color: #ff3a77;
	display: block;
	margin: 30px 0 10px;
}
.date_coaching_wrap .top_wrap .txt p {
	font-size: 24px;
	font-weight: 300;
}
.date_coaching_wrap .top_wrap .txt h2 {
	font-size: 60px;
	font-weight: bold;
	margin: 20px 0 40px;
	line-height: 1.3;
}
.date_coaching_wrap .top_wrap .txt .desc {
	font-size: 18px;
	font-weight: 500;
}
.date_coaching_wrap .box_wrap {
	background: #fff;
	padding: 50px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	z-index: 1;
	position: relative;
	margin-top: 100px;
}
.date_coaching_wrap .box_wrap p {
	font-size: 30px;
	font-weight: 500;
	margin: 30px 0;
}
.date_coaching_wrap .box_wrap p span {color: #ff3a77;}
.date_coaching_wrap .box_wrap .more_btn {
	display: inline-block;
	margin: 10px 0 0;
	width: 250px;
}
@media all and (max-width: 767px) {
	.date_coaching_wrap {padding: 25px 15px;}
	.date_coaching_wrap .top_wrap .txt {padding: 0 10px;}
	.date_coaching_wrap .top_wrap .txt > b {
		font-size: 16px;
		margin: 15px 0 10px;
	}
	.date_coaching_wrap .top_wrap .txt p {font-size: 20px;}
	.date_coaching_wrap .top_wrap .txt h2 {
		font-size: 30px;
		margin: 20px 0;
	}
	.date_coaching_wrap .top_wrap .txt .desc {font-size: 16px;}
	.date_coaching_wrap .top_wrap .img {
		position: relative;
		right: inherit;
		top: inherit;
	}
	.date_coaching_wrap .box_wrap {
		padding: 35px 25px;
		margin-top: 0;
	}
	.date_coaching_wrap .box_wrap p {
		font-size: 20px;
		margin: 20px 0;
	}
	.date_coaching_wrap .box_wrap .more_btn {width: 100%;}
}