*::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

@media (min-width: 768px) {
	.bottom_line {
		display: block;
	}
	.top_line {
		display: block;
	}
}

/* ----------------------------- */

.pc_show {
	display: none;
}
.t_show {
	display: none;
}
.m_show {
	display: block;
}
.bottom_line {
	display: none;
}
.top_line {
	display: none;
}
input {
	-webkit-border-radius: 0;
}
.admin_btn {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: "Noto Sans KR";
	font-size: 12px;
	cursor: pointer;
}
.admin_btn2 {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: "Noto Sans KR";
	font-size: 12px;
	cursor: pointer;
}
.admin_btn3 {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: "Noto Sans KR";
	font-size: 12px;
	cursor: pointer;
}
.count_box .admin_btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
.slider_contents .admin_btn {
	position: absolute;
	right: 100px;
	bottom: 70px;
	z-index: 99;
}
.slider_contents .admin_btn2 {
	position: absolute;
	left: 100px;
	bottom: 70px;
	z-index: 99;
}
.slider_contents .admin_btn3 {
	position: absolute;
	left: 400px;
	bottom: 70px;
	z-index: 99;
}
#ribbon9 .admin_btn {
	position: absolute;
	right: 200px;
	bottom: 50px;
}
#ribbon9 .admin_btn_img {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: "Noto Sans KR";
	font-size: 12px;
	cursor: pointer;
}
#ribbon9 .img_form_area {
	width: 500px;
	margin: 0 auto;
	display: block;
}
.admin_input {
	display: inline-block;
	width: 2em;
	min-width: 100px;
	border-radius: 5px;
	border: 1px solid #ccc;
	vertical-align: bottom;
	text-align: right;
	padding-right: 5px;
}
.admin_input_w100 {
	display: inline-block;
	width: 2em;
	min-width: 100px;
	border-radius: 5px;
	border: 1px solid #ccc;
	vertical-align: bottom;
	text-align: right;
	padding-right: 5px;
	width: 100%;
}
.admin_textarea {
	width: 100%;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #ccc;
	vertical-align: bottom;
	text-align: left;
	padding-right: 5px;
}
@media (min-width: 768px) {
	.m_show {
		display: none;
	}
	.t_show {
		display: block;
	}
	.bottom_line {
		display: block;
	}
	.top_line {
		display: block;
	}
}

@media (min-width: 1200px) {
	.t_show {
		display: none;
	}
	.pc_show {
		display: block;
	}
}
/*birbbon*/
#ribbon {
	font-family: "Noto Sans KR";
}
/*ribbon1*/
#ribbon1 {
	width: 100%;
	position: relative;
	margin-top: 60px;
	z-index: 10;
}
#ribbon1 .ribbon_bg {
	background: url(/theme/hoesaeng/image/coven/section1_bg_m@2x.png) center
		center no-repeat;
	background-size: cover;
}
#ribbon1 .book_area {
	position: relative;
	width: 100%;
	max-width: 700px;
	height: 620px;
	margin: 0 auto;
	padding-top: 110px;
}
#ribbon1 .book_area .ribbon_top {
	display: none;
}
#ribbon1 .book_area .ribbon_bottom {
	display: none;
}
#ribbon1 .book_area img {
	width: 100%;
	max-width: 476px;
	margin: 0 auto;
}
#ribbon1 .book_area .border {
	display: none;
}
#ribbon1 .book_area .border span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
}
#ribbon1 .book_area .border span:nth-child(1) {
	transform: rotate(0deg);
}
#ribbon1 .book_area .border span:nth-child(2) {
	width: 660px;
	height: 465px;
	top: 14.5%;
	left: -20.5%;
	transform: rotate(90deg);
}
#ribbon1 .book_area .border span:nth-child(3) {
	transform: rotate(180deg);
}
#ribbon1 .book_area .border span:nth-child(4) {
	width: 660px;
	height: 465px;
	top: 14.5%;
	left: -21.3%;
	transform: rotate(270deg);
}
#ribbon1 .book_area .border span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	animation: animate 6s linear infinite;
}

@keyframes animate {
	0% {
		transform: scaleX(0);
		transform-origin: left;
	}
	50% {
		transform: scaleX(1);
		transform-origin: left;
	}
	50.1% {
		transform: scaleX(1);
		transform-origin: right;
	}
	100% {
		transform: scaleX(0);
		transform-origin: right;
	}
}
#ribbon1 .text_area {
	display: none;
	position: absolute;
	left: 0%;
	top: 8%;
}
#ribbon1 .text_area h1 {
	color: #787878;
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 38px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4.8px;
	padding-bottom: 25px;
	line-height: 1.2em;
	border-bottom: 1px solid #787878;
}
#ribbon1 .text_area h2 {
	color: #787878;
	font-size: 20px;
	font-weight: 400;
	line-height: 50.85px;
	text-transform: uppercase;
	letter-spacing: -0.06rem;
	padding-top: 20px;
}

#ribbon1 .count_box_area {
	position: absolute;
	width: 90%;
	padding: 0 5%;
	bottom: 50px;
}
#ribbon1 .count_box {
	position: relative;
	width: auto;
	max-width: 1000px;
	box-shadow: 7px 5px 9px 1px rgba(0, 0, 0, 0.24);
	background-color: #e8ecf1;
	margin: 0 auto;
	padding: 20px 10px;
}
#ribbon1 .count_box .box {
	width: 32%;
	display: inline-block;
	padding: 0 0%;
}
#ribbon1 .count_box .box .project_count {
	position: relative;
	font-family: "Noto Sans KR";
	color: #417caf;
	font-size: 15px;
	font-weight: 400;
	padding: 0;
	text-align: right;
}
#ribbon1 .count_box .box .project_count:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	-webkit-transition: width 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: width 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: width 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#ribbon1 .count_box .box .project_count.on:before {
	width: 100%;
}
#ribbon1 .count_box .box .project_count span {
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 24px;
	font-weight: 400;
}

#ribbon1 .count_box .box .description {
	font-family: "Noto Sans KR";
	font-size: 12px;
	letter-spacing: -0.06rem;
}
@media (min-width: 768px) {
	#ribbon1 .ribbon_bg {
		background: url(/theme/hoesaeng/image/coven/section1_bg_t.png) center center
			no-repeat;
		background-size: cover;
		height: 880px;
	}
	#ribbon1 .text_area {
		display: block;
		left: 5%;
		top: 8%;
	}
	#ribbon1 .text_area h1 {
		font-size: 38px;
	}
	#ribbon1 .text_area h2 {
		font-size: 20px;
		line-height: 35px;
		padding-top: 15px;
	}
	#ribbon1 .count_box_area {
		position: absolute;
		width: 90%;
		padding: 0 5%;
		bottom: 35px;
	}
	#ribbon1 .count_box {
		position: relative;
		width: auto;
		max-width: 1000px;
		box-shadow: 7px 5px 9px 1px rgba(0, 0, 0, 0.24);
		background-color: #e8ecf1;
		margin: 0 auto;
		padding: 30px 30px;
	}
	#ribbon1 .count_box .box {
		width: 26%;
		display: inline-block;
		padding: 0 3%;
	}
	#ribbon1 .count_box .box .project_count {
		font-size: 19px;
		padding: 20px 5px 10px 5px;
		text-align: right;
	}
	#ribbon1 .count_box .box .project_count:before {
		height: 2px;
	}
	#ribbon1 .count_box .box .project_count.on:before {
		width: 100%;
	}
	#ribbon1 .count_box .box .project_count span {
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 46px;
		font-weight: 400;
		line-height: 63.27px;
	}

	#ribbon1 .count_box .box .description {
		font-family: "Noto Sans KR";
	}
}

@media (min-width: 1200px) {
	#ribbon1 .ribbon_bg {
		background: url(/theme/hoesaeng/image/coven/section1_bg.png) center center
			no-repeat;
		background-size: cover;
		height: 1300px;
	}
	#ribbon1 .ribbon_bg_new {
		height: 1000px;
	}
	#ribbon1 .text_area {
		display: block;
		position: absolute;
		left: 14%;
		top: 115px;
	}
	#ribbon1 .text_area h1 {
		font-size: 54px;
	}
	#ribbon1 .text_area h2 {
		font-size: 30px;
	}
	/*리본 메인 책*/
	#ribbon1 .book_area {
		padding-top: 103px;
		height: 750px;
	}
	#ribbon1 .book_area img {
		position: absolute;
		top: 115px;
		left: 86px;
		width: 100%;
		max-width: 541px;
	}
	#ribbon1 .book_area .ribbon_top {
		display: block;
		position: absolute;
		top: 103px;
		right: 13px;
		width: 206px;
		height: 210px;
		background: url(/theme/hoesaeng/image/coven/ribbon_top.png) center center
			no-repeat;
		background-size: inherit;
		z-index: 10;
	}
	#ribbon1 .book_area .ribbon_bottom {
		display: block;
		position: absolute;
		bottom: 16px;
		left: -1px;
		width: 205px;
		height: 212px;
		background: url(/theme/hoesaeng/image/coven/ribbon_bottom.png) center center
			no-repeat;
		background-size: inherit;
		z-index: 10;
	}
	#ribbon1 .book_area .border {
		display: block;
		position: absolute;
		top: 135px;
		left: 110px;
		width: 465px;
		height: 660px;
		border: 1px solid;
		border-image: linear-gradient(45deg, rgb(56, 75, 102), rgb(196, 231, 215)) 1;
	}
	#ribbon1 .count_box_area {
		position: absolute;
		width: 100%;
		bottom: 170px;
		padding: 0;
	}
	#ribbon1 .count_box {
		position: relative;
		width: 100%;
		max-width: 1000px;
		box-shadow: 7px 5px 9px 1px rgba(0, 0, 0, 0.24);
		background-color: #e8ecf1;
		margin: 0 auto;
		padding: 40px 30px;
	}
	#ribbon1 .count_box .box {
		width: 27%;
		display: inline-block;
		padding: 0 3%;
	}
	#ribbon1 .count_box .box .project_count {
		position: relative;
		font-family: "Noto Sans KR";
		height: 55px;
		color: #417caf;
		font-size: 27px;
		font-weight: 400;
		padding: 20px 5px 10px 5px;
		text-align: right;
	}

	#ribbon1 .count_box .box .project_count.on:before {
		width: 100%;
	}
	#ribbon1 .count_box .box .project_count span {
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 65px;
		font-weight: 400;
		line-height: 63.27px;
	}

	#ribbon1 .count_box .box .description {
		font-family: "Noto Sans KR";
		font-size: 18px;
	}
	#ribbon1 .floating_ribbon_box {
		position: absolute;
		bottom: -200px;
		right: 0;
	}
}
/*situation_area*/
.situation_bg {
	background: url(/theme/hoesaeng/image/coven/situation/situation_bg_pc.png)
		no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 500px;
	margin-top: -165px;
}
.situation_area {
	min-height: 500px;
	padding-bottom: 30px;
}
.situation_area .part1 {
	width: 350px;
	margin: 0 auto;
}
.situation_area .nowtime_area {
	display: inline-block;
	vertical-align: top;
	min-height: 177px;
	padding: 35px 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.situation_area .nowtime_area .clock_area {
}
.situation_area .nowtime_area .clock_area img {
	width: 145px;
}
.situation_area .nowtime_area .title_area {
	text-align: center;
	padding-bottom: 15px;
	margin-top: -60px;
}
.situation_area .nowtime_area .title_area h5 {
	vertical-align: middle;
	color: #e3d7b6;
	font-family: "Akzidenz Grotesk BQ - Md Cnd Alt";
	font-size: 12px;
	font-weight: 400;
	line-height: 6.03px;
	text-align: justifyAll;
	text-transform: uppercase;
}
.situation_area .nowtime_area .title_area h5 span {
	font-family: "Noto Sans CJ Kkr";
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.06rem;
	line-height: normal;
}
.situation_area .nowtime_area .title_area h2 {
	vertical-align: middle;
	color: #e3d7b6;
	font-family: "Akzidenz Grotesk BQ - Md Cnd Alt";
	font-size: 30px;
	font-weight: 400;
	line-height: 25.44px;
	text-align: justifyAll;
	text-transform: uppercase;
}
.situation_area .nowtime_area .title_area h2 .colon {
	margin: 0 -2px;
}

.situation_area .part2 {
	width: 350px;
	margin: 0 auto;
}
.situation_area .dashborad_area {
	box-shadow: 0 0 32px #040000;
	background-color: #151515;
	background-image: linear-gradient(-198deg, #242424 0%, #131313 100%);
}
.situation_area .now_count_area {
	position: relative;
}
.situation_area .now_count_area .img_area {
	width: 100%;
}
.situation_area .now_count_area .img_area img {
	width: 100%;
}
.situation_area .now_count_area .contents_area {
	position: absolute;
	top: 0;
}
.situation_area .now_count_area .sub_title_area {
	display: block;
	text-align: center;
	padding-top: 15px;
	position: absolute;
	left: 7%;
	top: 10px;
}
.situation_area .now_count_area .sub_title_area h3 {
	color: #000;
	font-family: "Noto Sans CJ Kkr";
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -2.31px;
}
.situation_area .now_count_area .count_box {
	text-align: center;
	width: 65%;
	padding-left: 100px;
	padding-top: 9px;
}
.situation_area .now_count_area .count_box .box_title {
	display: none;
}
.situation_area .now_count_area .count_box .box {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
}
.situation_area .now_count_area .count_box .box .project_count {
	color: #000;
	font-weight: 400;
	text-align: justifyAll;
	text-transform: uppercase;
	font-family: "Noto Sans CJ Kkr";
	font-size: 12px;
	letter-spacing: normal;
	line-height: normal;
}
.situation_area .now_count_area .count_box .box .project_count span {
	font-size: 30px;
	font-family: "Akzidenz Grotesk BQ - Md Cnd Alt";
	line-height: 27.9px;
}
.situation_area .now_count_area .count_box .box .project_count:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 1px;
	-webkit-transition: width 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: width 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: width 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.situation_area .now_count_area .count_box .box .project_count.on:before {
	width: 100%;
}
.situation_area .now_count_area .count_box .box .description {
	color: #000;
	font-family: "Noto Sans CJ Kkr";
	font-size: 11px;
	font-weight: 300;
	line-height: 6.03px;
	text-align: justifyAll;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: -1.41px;
	line-height: normal;
	white-space: nowrap;
}

.situation_area .board_area {
	position: relative;
	margin: 0 5%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: -75px;
}
.situation_area .board_area .title_area {
	position: absolute;
	top: -75px;
	right: 0;
	text-align: center;
	padding-top: 18px;
	padding-right: 7%;
}
.situation_area .board_area .title_area h3 {
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.79);
	color: #c2a556;
	font-family: "Noto Sans CJ Kkr";
	font-size: 18px;
	font-weight: 500;
	line-height: 24.08px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1.35px;
}
.situation_area .board_area .list_title_area {
	display: none;
}
.situation_area .board_area .list_area {
	position: relative;
	text-align: center;
	margin-top: 10px;
	min-height: 85px;
	padding-left: 6%;
	overflow: hidden;
	height: 100px;
}
.situation_area .board_area .list_area .rolling {
	position: relative;
	overflow: hidden;
}
.situation_area .board_area li {
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	line-height: 10.34px;
	text-align: left;
	text-transform: uppercase;
	font-family: "Noto Sans CJ Kkr - Light";
	letter-spacing: -0.41px;
	height: 20px;
}
.situation_area .board_area li .tag {
	font-family: "Noto Sans CJ Kkr - Medium";
	font-weight: 500;
	font-style: normal;
	letter-spacing: -0.41px;
	line-height: normal;
}
.situation_area .board_area li .date {
	/* font-family: "Apple SD Gothic Neo L 00"; */
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.41px;
	line-height: normal;
}
.situation_area .chart_area {
	margin: 0 5%;
	box-shadow: 0 0 17px 1px rgba(4, 0, 0, 0.64);
	border: 1px solid #393636;
	background-color: #1b1b1b;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.situation_area .chart_area .line_top {
	border-top: 1px solid #c2a556;
	margin: 0 15px;
}
.situation_area .chart_area .title_area {
	text-align: left;
	padding-top: 20px;
}
.situation_area .chart_area .title_area h3 {
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.79);
	color: #c2a556;
	font-family: "Noto Sans CJ Kkr";
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -2.03px;
	background-color: #1b1b1b;
	width: 180px;
	margin: 0 auto;
	height: 22px;
	margin-top: -15px;
}
.situation_area .chart_area .chart_view {
	position: relative;
	padding: 0 20px;
	padding-top: 15px;
	padding-bottom: 0;
}
.situation_area .chart_area .chart_view img {
	width: 100%;
}
.situation_area .chart_area .chart_view .chart_text .left_label {
	position: absolute;
	top: 5%;
	left: 8%;
}
.situation_area .chart_area .chart_view .chart_text .left_label li {
	font-family: "Noto Sans CJ Kkr";
	font-size: 9px;
	font-weight: 400;
	line-height: 6.87px;
	letter-spacing: -0.51px;
	margin-bottom: 10px;
}
.situation_area
	.chart_area
	.chart_view
	.chart_text
	.left_label
	li:nth-child(1) {
	color: #5b9eff;
}
.situation_area
	.chart_area
	.chart_view
	.chart_text
	.left_label
	li:nth-child(2) {
	color: #17c6d5;
}
.situation_area .chart_area .chart_view .chart_text .left_label .color_box {
	width: 7px;
	height: 7px;
	margin-right: 3px;
	display: inline-block;
}
.situation_area
	.chart_area
	.chart_view
	.chart_text
	.left_label
	li:nth-child(1)
	.color_box {
	background-color: #5b9eff;
}
.situation_area
	.chart_area
	.chart_view
	.chart_text
	.left_label
	li:nth-child(2)
	.color_box {
	background-color: #17c6d5;
}
.situation_area .chart_area .chart_view .chart_text .line_label_count {
	font-family: "Akzidenz Grotesk BQ - Md Cnd Alt";
	font-size: 15px;
	font-weight: 400;
	line-height: 6.87px;
}
.situation_area .chart_area .chart_view .chart_text .line_label_count.count1 {
	position: absolute;
	right: 9%;
	top: 15%;
	color: #5b9eff;
}
.situation_area .chart_area .chart_view .chart_text .line_label_count.count2 {
	position: absolute;
	right: 9%;
	top: 40%;
	color: #17c6d5;
}
.situation_area .chart_area .chart_view .chart_text .line_label {
	font-family: "Noto Sans CJ Kkr";
	font-size: 11px;
	font-weight: 400;
	line-height: 6.87px;
	letter-spacing: -0.62px;
}
.situation_area .chart_area .chart_view .chart_text .line_label.label1 {
	position: absolute;
	right: 9%;
	top: 23%;
	color: #5b9eff;
}
.situation_area .chart_area .chart_view .chart_text .line_label.label2 {
	position: absolute;
	right: 9%;
	top: 48%;
	color: #17c6d5;
}
.situation_area .chart_area .chart_view .chart_text .years {
	color: #fff;
	font-family: "Akzidenz Grotesk BQ - Md Cnd Alt";
	font-size: 14px;
	font-weight: 400;
	line-height: 6.87px;
	margin-top: 10px;
}
.situation_area .chart_area .chart_view .chart_text .years ul {
}
.situation_area .chart_area .chart_view .chart_text .years li {
	float: left;
	margin-left: 14%;
}
.situation_area .chart_area .chart_view .chart_text .years li:nth-child(1) {
	margin-left: 8%;
}
.situation_area .chart_area .chart_view .chart_text .years li:nth-child(4) {
	color: #c2a556;
	font-size: 18px;
}

.highcharts-figure,
.highcharts-data-table table {
	min-width: 250px;
	max-width: 800px;
	margin: 1em auto;
	margin-bottom: 0;
}
.highcharts-data-table table {
	font-family: "Noto Sans CJ Kkr";
	border-collapse: collapse;
	border: 1px solid #ebebeb;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
	padding: 1em 0;
	font-size: 1.2em;
	color: #fff;
}
.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
	padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
	background: #f8f8f8;
}
.highcharts-data-table tr:hover {
	background: #f1f7ff;
}
.highcharts-credits {
	display: none;
}
.highcharts-a11y-proxy-button {
	display: none !important;
}
.highcharts-legend-item .text {
	fill: #fff;
}
.highcharts-legend .highcharts-series-0 tspan {
	fill: #c2a556;
}
.highcharts-legend .highcharts-series-1 tspan {
	fill: #5b9eff;
}

@media (min-width: 768px) {
	.situation_bg {
		margin-top: -178px;
	}
	.situation_area {
		min-height: 500px;
		padding-top: 100px;
		padding-bottom: 80px;
		text-align: center;
	}
	.situation_area .part1 {
		display: inline-block;
		vertical-align: top;
		width: 295px;
		width: 40%;
	}
	.situation_area .part2 {
		display: inline-block;
		vertical-align: top;
		width: 59%;
		padding: 0;
		padding-top: 15px;
	}
	.situation_area .nowtime_area {
		padding: 0;
		padding-top: 0;
		padding-bottom: 35px;
	}
	.situation_area .nowtime_area .clock_area img {
		width: 314px;
	}
	.situation_area .nowtime_area .title_area {
		margin-top: -190px;
		padding-right: 50px;
	}
	.situation_area .nowtime_area .title_area h5 {
		font-size: 15px;
		line-height: 8.89px;
		letter-spacing: normal;
	}
	.situation_area .nowtime_area .title_area h5 span {
		font-size: 13px;
		letter-spacing: -1.1px;
		line-height: normal;
	}
	.situation_area .nowtime_area .title_area h2 {
		font-size: 57px;
		line-height: normal;
	}
	.situation_area .nowtime_area .title_area h2 .colon {
		margin: 0 -7px;
	}
	.situation_area .dashborad_area {
		margin-right: 5%;
		padding: 5% 5%;
	}
	.situation_area .now_count_area .contents_area {
		width: 89%;
		padding: 0 5%;
	}
	.situation_area .now_count_area .img_area {
		margin-left: -2%;
	}
	.situation_area .now_count_area .img_area img {
		width: 111%;
	}
	.situation_area .now_count_area .line_top {
		border-top: 1px solid #000;
		margin: 0 25px;
		margin-top: 15px;
	}
	.situation_area .now_count_area .sub_title_area {
		position: relative;
		top: 0;
		left: 0;
	}
	.situation_area .now_count_area .sub_title_area h3 {
		text-align: center;
		width: 120px;
		height: 22px;
		margin: 0 auto;
		margin-top: -13px;
		background-color: #b49045;
		line-height: 22px;
		vertical-align: middle;
	}
	.situation_area .now_count_area .count_box {
		padding: 0;
		width: auto;
	}
	.situation_area .now_count_area .count_box .box {
		width: 24%;
		padding-top: 10px;
	}
	.situation_area .count_area {
		background: url(/theme/pasan/image/coven/situation_count_area_bg_t.png)
			no-repeat;
		background-size: cover;
		min-height: 415px;
		padding-bottom: 60px;
	}
	.situation_area .count_area .title_area h5 {
		display: block;
		font-size: 18px;
		line-height: 10.31px;
		margin-bottom: 15px;
		margin-top: 50px;
	}
	.situation_area .count_area .title_area h5 span {
		font-size: 14px;
		letter-spacing: -1.05px;
		line-height: normal;
	}
	.situation_area .count_area .title_area h2 {
		display: block;
		font-size: 65px;
		line-height: 43.48px;
		letter-spacing: normal;
		margin-bottom: 30px;
	}
	.situation_area .count_area .sub_title_area {
		display: none;
	}
	.situation_area .count_area .count_box {
	}
	.situation_area .count_area .count_box .box_title {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		padding-top: 60px;
		text-align: center;
	}
	.situation_area .count_area .count_box .box_title h3 {
		color: #ffffff;
		font-family: "Noto Sans CJ Kkr";
		font-size: 21px;
		font-weight: 500;
		line-height: 24px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: -1.58px;
		padding-left: 15px;
		padding-top: 5px;
	}
	.situation_area .count_area .count_box .box {
		width: 49%;
		padding-top: 60px;
	}
	.situation_area .count_area .count_box .box .project_count {
		font-size: 18px;
		white-space: nowrap;
		margin-bottom: 10px;
	}
	.situation_area .count_area .count_box .box .project_count span {
		font-size: 40px;
		line-height: 40.14px;
	}
	.situation_area .count_area .count_box .box .description {
		font-size: 13px;
		line-height: 10.31px;
	}
	.situation_area .board_area {
		margin: 0;
		margin-bottom: 10px;
		white-space: nowrap;
	}
	.situation_area .board_area .title_area {
		position: relative;
		top: 0;
		padding-bottom: 35px;
	}
	.situation_area .board_area .title_area h3 {
		text-align: center;
	}
	.situation_area .board_area .list_title_area {
		width: 100px;
		display: inline-block;
		vertical-align: top;
		padding-left: 12px;
	}
	.situation_area .board_area .list_title_area h3 {
		color: #ffffff;
		font-family: "Noto Sans CJ Kkr";
		font-size: 21px;
		font-weight: 500;
		line-height: 23.92px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: -1.58px;
	}
	.situation_area .board_area .list_area {
		display: inline-block;
		vertical-align: top;
		margin-top: 0;
		margin-left: 5px;
		min-height: 145px;
		width: 90%;
		padding-left: 0;
		height: 130px;
	}
	.situation_area .board_area li {
		font-size: 13px;
		line-height: 10.31px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		height: 30px;
	}
	.situation_area .chart_area {
		margin: 0;
		margin-bottom: 10px;
	}
	.situation_area .chart_area .line_top {
		margin: 0 45px;
	}
	.situation_area .chart_area .title_area {
		/*padding-bottom: 28px;*/
	}
	.situation_area .chart_area .title_area h3 {
		width: 190px;
	}
	.situation_area .chart_area .chart_view .chart_text .left_label li {
		font-size: 12px;
		line-height: 9.82px;
		letter-spacing: -0.47px;
	}
	.situation_area .chart_area .chart_view .chart_text .left_label .color_box {
		width: 9px;
		height: 10px;
		margin-right: 7px;
	}
	.situation_area .chart_area .chart_view .chart_text .line_label_count {
		font-size: 21px;
		line-height: 9.82px;
		letter-spacing: normal;
	}
	.situation_area .chart_area .chart_view .chart_text .line_label {
		font-size: 13px;
		line-height: 9.82px;
		letter-spacing: -0.06rem;
	}
	.situation_area .chart_area .chart_view .chart_text .years {
		font-size: 18px;
		line-height: 9.82px;
		letter-spacing: normal;
	}
	.situation_area .chart_area .chart_view .chart_text .years li {
		margin-left: 11%;
	}
	.situation_area .chart_area .chart_view .chart_text .years li:nth-child(1) {
		margin-left: 7%;
	}
	.situation_area .chart_area .chart_view .chart_text .years li:nth-child(4) {
		font-size: 22px;
	}

	.situation_area .chart_area .chart_view .chart_text .line_label_count.count2 {
		top: 36%;
	}
	.situation_area .chart_area .chart_view .chart_text .line_label.label1 {
		right: 5%;
		top: 25%;
	}
	.situation_area .chart_area .chart_view .chart_text .line_label.label2 {
		right: 3%;
		top: 46%;
	}
}

@media (min-width: 1200px) {
	.situation_bg {
		margin-top: 0;
	}
	.situation_area {
		padding-top: 160px;
		padding-bottom: 160px;
	}
	.situation_area .part1 {
		width: 530px;
	}
	.situation_area {
		width: 100%;
		max-width: 1350px;
		margin: 0 auto;
	}
	.situation_area .nowtime_area .clock_area img {
		width: 445px;
	}
	.situation_area .nowtime_area .title_area {
		margin-top: -272px;
	}
	.situation_area .nowtime_area .title_area h5 {
		font-size: 24px;
		letter-spacing: normal;
		line-height: 14.06px;
	}
	.situation_area .nowtime_area .title_area h5 span {
		font-size: 20px;
		letter-spacing: -1.1px;
		line-height: normal;
	}
	.situation_area .nowtime_area .title_area h2 {
		font-size: 90px;
		letter-spacing: normal;
		line-height: 60px;
		margin-top: 30px;
	}
	.situation_area .nowtime_area .title_area h2 .colon {
		margin: 0 -12px;
		margin-left: -20px;
	}
	.situation_area .board_area .title_area {
		padding-top: 40px;
		margin-top: 20px;
	}
	.situation_area .board_area .title_area h3 {
		font-size: 28px;
		letter-spacing: normal;
		line-height: 32.6px;
		font-size: 28px;
		letter-spacing: -1.54px;
		line-height: 14.06px;
	}
	.situation_area .now_count_area .contents_area {
		width: 95%;
		padding: 0 3%;
	}
	.situation_area .now_count_area .line_top {
		margin-top: 45px;
	}
	.situation_area .now_count_area .sub_title_area h3 {
		font-size: 28px;
		letter-spacing: normal;
		line-height: 14.06px;
		width: 240px;
		margin-top: -8px;
	}
	.situation_area .now_count_area .count_box .box .project_count {
		font-size: 25px;
	}
	.situation_area .now_count_area .count_box .box .project_count span {
		font-size: 57px;
		letter-spacing: normal;
		line-height: 66.9px;
	}
	.situation_area .now_count_area .count_box .box .description {
		font-size: 15px;
		letter-spacing: normal;
		line-height: 14.06px;
	}
	.situation_area .count_area {
		padding-bottom: 90px;
	}
	.situation_area .count_area .title_area {
		padding-bottom: 40px;
	}
	.situation_area .count_area .title_area h2 {
		line-height: normal;
		font-size: 90px;
		line-height: 59.31px;
		letter-spacing: normal;
	}
	.situation_area .count_area .title_area h5 {
		margin-top: 80px;
		font-size: 24px;
		line-height: 14.06px;
		margin-right: 0;
	}
	.situation_area .count_area .title_area h5 span {
		font-size: 20px;
		line-height: normal;
		letter-spacing: -1.1px;
		margin-left: 2px;
	}
	.situation_area .count_area .count_box {
		margin-bottom: 30px;
	}
	.situation_area .count_area .count_box .box .project_count {
		font-size: 24px;
		letter-spacing: normal;
		line-height: normal;
	}
	.situation_area .count_area .count_box .box .project_count span {
		font-size: 55px;
		line-height: 54.75px;
		letter-spacing: normal;
	}
	.situation_area .count_area .count_box .box .description {
		font-size: 15px;
		line-height: 14.06px;
		letter-spacing: -0.83px;
	}
	.situation_area .count_area .count_box .box_title {
		padding-top: 90px;
	}
	.situation_area .count_area .count_box .box_title h3 {
		width: 100px;
		margin: 0 auto;
		font-size: 28px;
		line-height: 30px;
		letter-spacing: -1.54px;
	}
	.situation_area .count_area .count_box .box {
		padding-top: 90px;
	}
	.situation_area .count_area .count_box .box .project_count {
		margin-bottom: 10px;
	}
	.situation_area .part2 {
		padding-top: 25px;
		min-width: 810px;
	}
	.situation_area .board_area {
		text-align: left;
	}
	.situation_area .board_area .list_title_area {
		width: 180px;
		margin-left: 20px;
		margin-right: 55px;
	}
	.situation_area .board_area .list_title_area h3 {
		font-size: 28px;
		letter-spacing: -1.54px;
		line-height: 32.63px;
	}
	.situation_area .board_area .list_area {
		min-height: 200px;
		height: 200px;
		overflow: hidden;
	}
	.situation_area .board_area li {
		font-size: 17px;
		line-height: 14.06px;
		letter-spacing: -1.5px;
		height: 40px;
	}
	.situation_area .board_area li span {
		margin-right: 30px;
	}
	.situation_area .chart_area {
		padding-bottom: 0;
	}
	.situation_area .chart_area .title_area {
		padding-left: 5px;
		padding-top: 35px;
		padding-bottom: 0;
	}
	.situation_area .chart_area .title_area h3 {
		font-size: 28px;
		letter-spacing: -1.54px;
		line-height: 14.06px;
		width: 320px;
		margin-top: -8px;
	}
	.situation_area .chart_area .chart_view {
		padding-top: 0px;
		max-width: 670px;
		padding-bottom: 0;
		margin-top: -8px;
	}
	.situation_area .chart_area .chart_view .chart_text .left_label .color_box {
		width: 12px;
		height: 14px;
		margin-right: 10px;
		vertical-align: top;
	}
	.situation_area .chart_area .chart_view .chart_text .left_label li {
		font-size: 14px;
		line-height: 14.06px;
		letter-spacing: -0.39px;
	}
	.situation_area .chart_area .chart_view .chart_text .line_label_count {
		font-size: 30px;
		line-height: 14.06px;
		letter-spacing: normal;
	}
	.situation_area .chart_area .chart_view .chart_text .line_label {
		font-size: 18px;
		line-height: 14.06px;
		letter-spacing: -0.06rem;
	}
	.situation_area .chart_area .chart_view .chart_text .line_label_count.count1 {
		right: 8%;
	}
	.situation_area .chart_area .chart_view .chart_text .line_label_count.count2 {
		right: 8%;
	}
	.situation_area .chart_area .chart_view .chart_text .years {
		font-size: 22px;
		line-height: 14.06px;
		letter-spacing: normal;
	}
	.situation_area .chart_area .chart_view .chart_text .years li:nth-child(4) {
		font-size: 29px;
	}
	.situation_area .chart_area .chart_view .chart_text .years li {
		margin-left: 16%;
	}
}
/*admin_area*/
.admin_area {
	max-width: 1200px;
	margin: 0 auto;
}
.admin_area h3 {
	font-size: 1.5em;
}
.admin_area h5 {
	font-size: 1.2em;
}
.admin_input {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: "Noto Sans KR";
	font-size: 12px;
}
.admin_textarea2 {
	width: 100%;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #ccc;
	vertical-align: bottom;
	text-align: left;
	padding-right: 5px;
	font-size: 12px;
}

/*ribbon2*/
#ribbon2 {
	width: 100%;
	position: relative;
	margin-top: -130px;
}
#ribbon2 .bottom_line {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #00479d;
}
#ribbon2 .ribbon_bg {
	background: url(/theme/hoesaeng/image/coven/section2_bg.jpg) center center
		no-repeat;
	background-size: cover;
}
#ribbon2 .contents {
	padding-top: 55px;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#ribbon2 .left_area {
	padding: 0 5%;
	padding-bottom: 45px;
}
#ribbon2 .left_area h5 {
	color: #010101;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 300;
	line-height: 48px;
	letter-spacing: -0.75px;
}
#ribbon2 .left_area h1 {
	color: #000000;
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.52px;
}
#ribbon2 .left_area p {
	font-size: 14px;
}
#ribbon2 .left_area p b {
	font-family: "Noto Sans KR";
	font-weight: 500;
	letter-spacing: -0.06rem;
}
#ribbon2 .left_area p span {
	color: #417caf;
	font-family: "Noto Sans KR";
	font-weight: 500;
	letter-spacing: -0.06rem;
	text-decoration: underline;
}

#ribbon2 .right_area {
	padding: 0 5%;
	padding-bottom: 95px;
}
#ribbon2 .right_area .title {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
#ribbon2 .right_area .box {
	display: inline-block;
	width: 22%;
	border-top: 1px solid #000000;
	margin: 0 1%;
	vertical-align: top;
	position: relative;
	min-height: 100px;
}
#ribbon2 .right_area .box h2 {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.06rem;
	padding-top: 7px;
	padding-bottom: 13px;
}
#ribbon2 .right_area .box h1 {
	color: #000000;
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 30px;
	font-weight: 400;
	line-height: 29.99px;
	margin-bottom: 13px;
	position: absolute;
	bottom: 0;
}
#ribbon2 .right_area .box p {
	color: #181818;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: -0.38px;
	padding-bottom: 45px;
}
@media (min-width: 768px) {
	#ribbon2 {
		width: 100%;
		position: relative;
		margin-top: -200px;
	}
	#ribbon2 .bottom_line {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #00479d;
	}
	#ribbon2 .ribbon_bg {
	}
	#ribbon2 .contents {
		padding-top: 195px;
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}
	#ribbon2 .left_area {
		padding: 0 5%;
		padding-bottom: 65px;
	}
	#ribbon2 .left_area h5 {
		color: #010101;
		font-family: "Noto Sans KR";
		font-size: 25px;
		font-weight: 300;
		line-height: 48px;
		letter-spacing: -0.75px;
	}
	#ribbon2 .left_area h1 {
		color: #000000;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 96px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 0.52px;
	}
	#ribbon2 .left_area p {
		font-size: 18px;
	}
	#ribbon2 .left_area p b {
		font-family: "Noto Sans KR";
		font-weight: 500;
		letter-spacing: -0.06rem;
	}
	#ribbon2 .left_area p span {
		color: #417caf;
		font-family: "Noto Sans KR";
		font-weight: 500;
		letter-spacing: -0.06rem;
		text-decoration: underline;
	}

	#ribbon2 .right_area {
		padding: 0 5%;
		padding-bottom: 95px;
	}
	#ribbon2 .right_area .title {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 40px;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: -1px;
		margin-bottom: 24px;
	}
	#ribbon2 .right_area .box {
	}
	#ribbon2 .right_area .box h2 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 24px;
		font-weight: 500;
		letter-spacing: -0.06rem;
		padding-top: 22px;
		padding-bottom: 13px;
		white-space: nowrap;
		font-size: 20px;
	}
	#ribbon2 .right_area .box h1 {
		color: #000000;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 48px;
		font-weight: 400;
		line-height: 29.99px;
		margin-bottom: 13px;
		position: relative;
	}
	#ribbon2 .right_area .box p {
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 300;
		line-height: 24px;
		letter-spacing: -0.38px;
		padding-bottom: 45px;
	}
}
@media (min-width: 1200px) {
	#ribbon2 {
		width: 100%;
		position: relative;
		margin-top: 0;
	}
	#ribbon2 .bottom_line {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #00479d;
	}
	#ribbon2 .ribbon_bg {
		height: 1065px;
	}
	#ribbon2 .contents {
		padding-top: 350px;
		width: 1280px;
		margin: 0 auto;
	}
	#ribbon2 .left_area {
		float: left;
	}
	#ribbon2 .left_area h5 {
		color: #010101;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 48px;
		letter-spacing: -0.75px;
	}
	#ribbon2 .left_area h1 {
		color: #000000;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 96px;
		font-weight: 400;
		line-height: 148.52px;
		text-transform: uppercase;
		letter-spacing: 0.52px;
	}
	#ribbon2 .left_area p {
		font-size: 20px;
		letter-spacing: -1.5px;
	}
	#ribbon2 .left_area p b {
		font-family: "Noto Sans KR";
		font-weight: 500;
		letter-spacing: -0.06rem;
	}
	#ribbon2 .left_area p span {
		color: #417caf;
		font-family: "Noto Sans KR";
		font-weight: 500;
		letter-spacing: -0.06rem;
		text-decoration: underline;
	}

	#ribbon2 .right_area {
		float: right;
		width: 530px;
		padding: 0;
		padding-top: 10px;
	}
	#ribbon2 .right_area .title {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 40px;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: -1px;
		margin-bottom: 24px;
	}
	#ribbon2 .right_area .box {
		display: inline-block;
		width: 47%;
		border-top: 1px solid #000000;
		margin: 0 1%;
	}
	#ribbon2 .right_area .box h2 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 24px;
		font-weight: 500;
		line-height: 29.99px;
		letter-spacing: -0.06rem;
		padding-top: 22px;
		padding-bottom: 13px;
	}
	#ribbon2 .right_area .box h1 {
		color: #000000;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 48px;
		font-weight: 400;
		line-height: 29.99px;
		margin-bottom: 13px;
	}
	#ribbon2 .right_area .box p {
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 300;
		line-height: 24px;
		letter-spacing: -0.38px;
		padding-bottom: 45px;
	}
}
/*ribbon3*/
#ribbon3 {
	width: 100%;
	position: relative;
}
#ribbon3 .top_line {
	position: absolute;
	top: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #fff;
}
#ribbon3 .bottom_line {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #fff;
}
#ribbon3 .ribbon_bg {
	background: url(/theme/hoesaeng/image/coven/section3_bg.png) center center;
	background-size: cover;
	background-repeat: repeat;
}
#ribbon3 .contents {
	margin: 0 auto;
	padding: 0 5%;
	padding-top: 50px;
}
#ribbon3 .left_area {
	padding-top: 10px;
}
#ribbon3 .left_area h2 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: -1.5px;
	margin-bottom: 20px;
}
#ribbon3 .left_area h1 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -4px;
	margin-bottom: 25px;
}
#ribbon3 .left_area p {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: -0.06rem;
	margin-bottom: 90px;
}
#ribbon3 .left_area p span {
	color: #417caf;
	letter-spacing: -0.06rem;
}
#ribbon3 .left_area dt {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.75px;
	line-height: 36px;
	margin-bottom: 5px;
}
#ribbon3 .left_area dd {
	font-family: "Noto Sans KR";
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.06rem;
	color: #fff;
	margin-bottom: 30px;
}
#ribbon3 .right_area {
	width: 100%;
	height: 250px;
}
#ribbon3 .right_area .phone_area {
	position: relative;
	width: 214px;
	height: 85px;
	background: url(/theme/hoesaeng/image/coven/section3_phone_m@2x.png) center
		center no-repeat;
	background-size: 100%;
	margin: 0 auto;
}
#ribbon3 .right_area .phone_area .time_area {
	position: absolute;
	top: 90px;
	width: 330px;
	text-align: center;
}
#ribbon3 .right_area .phone_area .time_area .time {
	font-size: 58px;
	letter-spacing: -1.45px;
	color: #3c3c3c;
	font-weight: 400;
	line-height: 50px;
	/* font-family: "Apple SD Gothic Neo T 00"; */
}
/*#ribbon3 .right_area .phone_area .time_area .time .colon{
	-webkit-animation-name: blinker_conlon;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: none;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker_conlon;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: none;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker_conlon;
	animation-duration: 1s;
	animation-timing-function: none; 
	animation-iteration-count: infinite;
}
@-moz-keyframes blinker_conlon {
	0% { opacity: 1.0; }
	50% { opacity: 1.0; }
	100% { opacity: 0; } 
}

@-webkit-keyframes blinker_conlon { 
	0% { opacity: 1.0; }
	50% { opacity: 1.0; }
	100% { opacity: 0; } 
} 

@keyframes blinker_conlon { 
	0% { opacity: 1.0; } 
	50% { opacity: 1.0; }
	100% { opacity: 0; } 
	}*/
#ribbon3 .right_area .phone_area .sub_title {
	position: absolute;
	top: 260px;
	width: 330px;
	text-align: center;
	font-family: "Noto Sans KR";
	font-size: 28px;
	font-weight: 500;
	line-height: 45px;
	text-transform: uppercase;
	letter-spacing: -0.55px;
}
#ribbon3 .right_area .phone_area .sub_title .text {
	display: inline-block;
}
#ribbon3 .right_area .phone_area .sub_title .circle {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ff0000;
	margin-right: 3px;
	vertical-align: middle;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
#ribbon3 .right_area .phone_area .form_area {
	position: absolute;
	top: 0;
}
#ribbon3 .right_area input {
	padding: 5px 0;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
}
#ribbon3 .right_area input::placeholder {
	font-size: 12px;
}
#ribbon3 .right_area .name_input {
	margin-left: 65px;
	margin-top: 2px;
}
#ribbon3 .right_area .name_input input {
	max-width: 125px;
	width: 100%;
	background-color: transparent;
}
#ribbon3 .right_area .phone_input {
	margin-left: 95px;
	margin-top: 14px;
}
#ribbon3 .right_area .phone_input input {
	max-width: 95px;
	width: 100%;
	background-color: transparent;
}
#ribbon3 .right_area .agree_input {
	margin-top: 14px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#ribbon3 .right_area .btn-blue {
	margin-top: 13px;
	margin-left: 0;
}
#ribbon3 .right_area .btn-blue {
	padding: 9px 45px;
	background-color: #417caf;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
@media (min-width: 768px) {
	#ribbon3 {
		width: 100%;
		position: relative;
	}
	#ribbon3 .top_line {
		position: absolute;
		top: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #fff;
	}
	#ribbon3 .bottom_line {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #fff;
	}
	#ribbon3 .ribbon_bg {
		background-color: #1b1b1b;
		height: 1050px;
	}
	#ribbon3 .contents {
		padding: 0 15px;
		padding-top: 230px;
		margin: 0 auto;
	}
	#ribbon3 .left_area {
		float: left;
		padding-top: 10px;
	}
	#ribbon3 .left_area h2 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 21px;
		font-weight: 300;
		letter-spacing: -1.5px;
		margin-bottom: 50px;
	}
	#ribbon3 .left_area h1 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 50px;
		font-weight: 500;
		letter-spacing: -4px;
		margin-bottom: 28px;
	}
	#ribbon3 .left_area p {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 300;
		line-height: 36px;
		letter-spacing: -0.06rem;
		margin-bottom: 90px;
	}
	#ribbon3 .left_area p span {
		color: #417caf;
		letter-spacing: -0.06rem;
	}
	#ribbon3 .left_area dt {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 700;
		letter-spacing: -0.75px;
		line-height: 36px;
		margin-bottom: 5px;
	}
	#ribbon3 .left_area dd {
		font-family: "Noto Sans KR";
		font-size: 16px;
		font-weight: 300;
		letter-spacing: -0.06rem;
		color: #fff;
		margin-bottom: 30px;
	}
	#ribbon3 .right_area {
		float: right;
		width: 350px;
		height: auto;
	}
	#ribbon3 .right_area .phone_area {
		position: relative;
		width: 385px;
		height: 700px;
		background: url(/theme/hoesaeng/image/coven/section3_phone.png) center
			center no-repeat;
		background-size: inherit;
	}
	#ribbon3 .right_area .phone_area .form_area {
		position: absolute;
		top: 365px;
	}
	#ribbon3 .right_area input {
		padding: 5px 0;
		padding-left: 10px;
		font-size: 12px;
		color: #000;
	}
	#ribbon3 .right_area input::placeholder {
		font-size: 12px;
	}
	#ribbon3 .right_area .name_input {
		margin-left: 130px;
		margin-top: 0;
	}
	#ribbon3 .right_area .name_input input {
		max-width: 125px;
		width: 100%;
		border-radius: 0;
	}
	#ribbon3 .right_area .phone_input {
		margin-left: 170px;
		margin-top: 12px;
	}
	#ribbon3 .right_area .phone_input input {
		max-width: 85px;
		width: 100%;
	}
	#ribbon3 .right_area .agree_input {
		color: #000;
		padding-left: 65px;
	}
	#ribbon3 .right_area .btn-blue {
		margin-top: 13px;
		margin-left: 65px;
	}
	#ribbon3 .right_area .btn-blue {
		padding: 9px 45px;
		background-color: #417caf;
		text-align: center;
		color: #fff;
	}
}
@media (min-width: 1200px) {
	#ribbon3 {
		width: 100%;
		position: relative;
	}
	#ribbon3 .top_line {
		position: absolute;
		top: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #fff;
	}
	#ribbon3 .bottom_line {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #fff;
	}
	#ribbon3 .ribbon_bg {
		background-color: #1b1b1b;
		height: 1050px;
	}
	#ribbon3 .contents {
		padding-top: 230px;
		width: 1400px;
		margin: 0 auto;
	}
	#ribbon3 .left_area {
		float: left;
		padding-top: 10px;
	}
	#ribbon3 .left_area h2 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: -1.5px;
		margin-bottom: 50px;
	}
	#ribbon3 .left_area h1 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 80px;
		font-weight: 500;
		line-height: 90px;
		letter-spacing: -4px;
		margin-bottom: 28px;
	}
	#ribbon3 .left_area p {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 20px;
		font-weight: 300;
		line-height: 36px;
		letter-spacing: -0.06rem;
		margin-bottom: 90px;
	}
	#ribbon3 .left_area p span {
		color: #417caf;
		letter-spacing: -0.06rem;
	}
	#ribbon3 .left_area dt {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 700;
		letter-spacing: -0.75px;
		line-height: 36px;
		margin-bottom: 5px;
	}
	#ribbon3 .left_area dd {
		font-family: "Noto Sans KR";
		font-size: 20px;
		font-weight: 300;
		letter-spacing: -0.06rem;
		color: #fff;
		margin-bottom: 30px;
	}
	#ribbon3 .right_area {
		float: right;
		width: 500px;
		height: 500px;
	}
	#ribbon3 .right_area .phone_area {
		position: relative;
		width: 400px;
		height: 700px;
		background: url(/theme/hoesaeng/image/coven/section3_phone.png) center
			center no-repeat;
		background-size: inherit;
	}
	#ribbon3 .right_area .phone_area .form_area {
		position: absolute;
		top: 365px;
	}
	#ribbon3 .right_area input {
		padding: 5px 0;
		padding-left: 10px;
		font-size: 12px;
	}
	#ribbon3 .right_area input::placeholder {
		font-size: 12px;
	}
	#ribbon3 .right_area .name_input {
		margin-left: 140px;
	}
	#ribbon3 .right_area .name_input input {
		max-width: 125px;
		width: 100%;
	}
	#ribbon3 .right_area .phone_input {
		margin-left: 180px;
		margin-top: 12px;
	}
	#ribbon3 .right_area .phone_input input {
		max-width: 85px;
		width: 100%;
	}
	#ribbon3 .right_area .btn-blue {
		margin-top: 13px;
		margin-left: 58px;
	}
	#ribbon3 .right_area .btn-blue {
		padding: 9px 45px;
		background-color: #417caf;
		text-align: center;
		color: #fff;
		cursor: pointer;
	}
}
/*ribbon4*/
#ribbon4 {
	width: 100%;
	position: relative;
}
#ribbon4 .top_line {
	position: absolute;
	top: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #00479d;
}
#ribbon4 .bottom_line {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #00479d;
}
#ribbon4 .ribbon_bg {
	background: url(/theme/hoesaeng/image/coven/section4_bg.png) center center
		no-repeat;
	background-size: inherit;
}
#ribbon4 .contents {
	padding-top: 25px;
}
#ribbon4 .sub_contents {
	margin: 0 auto;
	padding: 0 10%;
}
#ribbon4 .title_area {
}
#ribbon4 .title_area h3 {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -1.5px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#ribbon4 .title_area h1 {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -4px;
	margin-bottom: 25px;
}
#ribbon4 .title_area p {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: -0.06rem;
}
#ribbon4 .title_area p .blue {
	color: #417caf;
	letter-spacing: -0.06rem;
}
#ribbon4 .list_area {
	margin-top: 25px;
}
#ribbon4 .item {
	width: 49%;
	display: inline-block;
	margin-bottom: 18px;
	vertical-align: top;
}
#ribbon4 .item .img_icon {
	margin-bottom: 8px;
}
#ribbon4 .item .img_icon img {
	max-width: 30px;
	width: 100%;
}
#ribbon4 .item dt {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.65px;
	margin-bottom: 22px;
}
#ribbon4 .item dd {
	color: #505050;
	font-family: "Noto Sans KR";
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: -0.45px;
}
@media (min-width: 768px) {
	#ribbon4 {
		width: 100%;
		position: relative;
	}
	#ribbon4 .top_line {
		position: absolute;
		top: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #00479d;
	}
	#ribbon4 .bottom_line {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #00479d;
	}
	#ribbon4 .ribbon_bg {
		background: url(/theme/hoesaeng/image/coven/section4_bg.png) center center
			no-repeat;
		background-size: cover;
		padding-bottom: 65px;
	}
	#ribbon4 .contents {
		padding-top: 75px;
	}
	#ribbon4 .sub_contents {
		margin: 0 auto;
		padding: 0 5%;
	}
	#ribbon4 .title_area {
	}
	#ribbon4 .title_area h3 {
		font-size: 25px;
		margin-top: 60px;
		margin-bottom: 55px;
	}
	#ribbon4 .title_area h1 {
		font-size: 70px;
		margin-bottom: 35px;
		line-height: 80px;
	}
	#ribbon4 .title_area p {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 300;
		line-height: 33px;
		letter-spacing: -0.06rem;
	}
	#ribbon4 .title_area p .blue {
		color: #417caf;
		letter-spacing: -0.06rem;
	}
	#ribbon4 .list_area {
		margin-top: 65px;
	}
	#ribbon4 .item {
		width: 32%;
		display: inline-block;
		margin-bottom: 65px;
		vertical-align: top;
	}
	#ribbon4 .item .img_icon {
		height: 65px;
		margin-bottom: 10px;
	}
	#ribbon4 .item .img_icon img {
		max-width: none;
		width: auto;
	}
	#ribbon4 .item dt {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 22px;
		font-weight: 500;
		line-height: 26px;
		text-transform: uppercase;
		letter-spacing: -0.65px;
		margin-bottom: 22px;
	}
	#ribbon4 .item dd {
		color: #505050;
		font-family: "Noto Sans KR";
		font-size: 16px;
		font-weight: 300;
		line-height: 28px;
		text-transform: uppercase;
		letter-spacing: -1.45px;
	}
}
@media (min-width: 1200px) {
	#ribbon4 {
		width: 100%;
		position: relative;
	}
	#ribbon4 .top_line {
		position: absolute;
		top: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #00479d;
	}
	#ribbon4 .bottom_line {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #00479d;
	}
	#ribbon4 .ribbon_bg {
		background: url(/theme/hoesaeng/image/coven/section4_bg.png) center center
			no-repeat;
		background-size: cover;
		height: 1430px;
	}
	#ribbon4 .contents {
		padding-top: 75px;
	}
	#ribbon4 .sub_contents {
		width: 1350px;
		margin: 0 auto;
	}
	#ribbon4 .title_area {
	}
	#ribbon4 .title_area h3 {
		height: 28px;
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: -1.5px;
		margin-top: 60px;
		margin-bottom: 55px;
	}
	#ribbon4 .title_area h1 {
		height: 167px;
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 80px;
		font-weight: 500;
		line-height: 90px;
		letter-spacing: -4px;
		margin-bottom: 60px;
	}
	#ribbon4 .title_area p {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 20px;
		font-weight: 300;
		line-height: 36px;
		letter-spacing: -0.06rem;
	}
	#ribbon4 .title_area p .blue {
		color: #417caf;
		letter-spacing: -0.06rem;
	}
	#ribbon4 .list_area {
		margin-top: 130px;
	}
	#ribbon4 .item {
		width: 24.7%;
		display: inline-block;
		margin-bottom: 65px;
		vertical-align: top;
	}
	#ribbon4 .item .img_icon {
		height: 70px;
		margin-bottom: 25px;
	}
	#ribbon4 .item .img_icon img {
		max-width: none;
		width: auto;
	}
	#ribbon4 .item dt {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 26px;
		font-weight: 500;
		line-height: 30px;
		text-transform: uppercase;
		letter-spacing: -0.65px;
		margin-bottom: 22px;
	}
	#ribbon4 .item dd {
		color: #505050;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 300;
		line-height: 28px;
		text-transform: uppercase;
		letter-spacing: -0.45px;
	}
}
/*ribbon5*/
#ribbon5 {
	width: 100%;
	position: relative;
}
#ribbon5 .ribbon_bg {
	background: url(/theme/hoesaeng/image/coven/section5_bg.png) center center
		repeat;
	background-size: cover;
}
#ribbon5 .top_line {
	position: absolute;
	top: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #fff;
}
#ribbon5 .contents {
	padding-top: 60px;
	margin: 0 auto;
}
#ribbon5 h3 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -1.5px;
	text-align: center;
	margin-bottom: 5px;
}
#ribbon5 h2 {
	color: #ffffff;
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 35px;
	font-weight: 400;
	letter-spacing: 2.15px;
	text-align: center;
	margin-bottom: 15px;
}
#ribbon5 p {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.06rem;
	margin: 0 auto;
	text-align: center;
}
#ribbon5 p .blue {
	color: #417caf;
	letter-spacing: -0.06rem;
}
#ribbon5 .cards {
	margin-top: 45px;
}
#ribbon5 .cards .card {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
#ribbon5 .cards .card .card_img1 {
	position: relative;
	width: 100%;
	height: 160px;
	background: url(/theme/hoesaeng/image/coven/section5_card1.png) center center
		no-repeat;
	background-size: 100%;
}
#ribbon5 .cards .card .card_img2 {
	position: relative;
	width: 100%;
	height: 160px;
	background: url(/theme/hoesaeng/image/coven/section5_card2.png) center center
		no-repeat;
	background-size: 100%;
}
#ribbon5 .cards .card .card_img3 {
	position: relative;
	width: 100%;
	height: 160px;
	background: url(/theme/hoesaeng/image/coven/section5_card3.png) center center
		no-repeat;
	background-size: 100%;
}
#ribbon5 .card .description {
	width: 100%;
	max-width: 115px;
	margin: 0 auto;
	padding-left: 5px;
}
#ribbon5 .card h3 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 24px;
	font-weight: 400;
	line-height: 32.44px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
#ribbon5 .card h3 b {
	font-family: "Noto Sans KR";
	font-weight: 400;
	letter-spacing: -1.18px;
}
#ribbon5 .card h3.blue {
	color: #4f97d5;
}
#ribbon5 .card h2 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -1.48px;
	text-align: center;
	margin-bottom: 20px;
}
#ribbon5 .card ul {
	list-style: none;
	padding-left: 10px;
	padding-right: 5px;
	margin-left: 7px;
}
#ribbon5 .card li {
	list-style: none;
	color: #c2c2c2;
	font-family: "Noto Sans KR";
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-break: keep-all;
}
#ribbon5 .card li.small {
	font-size: 0.8em;
	line-height: 1;
	list-style: none;
	padding-bottom: 10px;
}
#ribbon5 .tab {
	position: relative;
	background-color: 000;
	color: #fff;
	padding: 10px 0;
}
#ribbon5 .tab .title {
	position: relative;
	padding: 10px 0;
	padding-left: 20px;
	display: block;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#ribbon5 .arrow_down {
	position: absolute;
	top: 0;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(/theme/hoesaeng/image/coven/arrow_down.png) center center
		no-repeat;
	background-size: inherit;
}
#ribbon5 .tab .tab_contents {
	display: none;
	position: relative;
	width: 100%;
	color: #fff;
	background: #000;
	z-index: 1;
}
#ribbon5 .tab .tab_contents table {
	width: 100%;
}
#ribbon5 .tab .tab_contents th,
#ribbon5 .tab .tab_contents td {
	padding: 10px;
}
#ribbon5 .tab .tab_contents th {
	text-align: left;
}
#ribbon5 .tab .tab_contents tr {
	border-bottom: 1px solid #999;
}
#ribbon5 .tab .tab_contents tr:nth-child(1) {
	border-top: 1px solid #999;
}
#ribbon5 .tab .tab_contents ul {
	list-style: disc;
}
#ribbon5 .tab .tab_contents li {
	list-style: disc;
	width: 127px;
	color: #c2c2c2;
	font-family: "Noto Sans KR";
	font-size: 11px;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;
	word-break: keep-all;
}
#ribbon5 .tab .tab_contents h5 {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.74px;
}
#ribbon5 .tab .tab_contents p {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: -0.64px;
	text-align: left;
}
#ribbon5 .tab .tab_contents p.blue {
	color: #4f97d5;
}
#ribbon5 .tab.on {
}
#ribbon5 .tab.on .arrow_down {
	transform: rotate(180deg);
}
#ribbon5 .tab.on .tab_contents {
	display: block;
}
@media (min-width: 768px) {
	#ribbon5 {
		width: 100%;
		position: relative;
	}
	#ribbon5 .top_line {
		position: absolute;
		top: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #fff;
	}
	#ribbon5 .ribbon_bg {
		height: auto;
	}
	#ribbon5 .contents {
		padding: 0 5%;
		padding-top: 170px;
		margin: 0 auto;
	}
	#ribbon5 h3 {
		height: 28px;
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: -1.5px;
		text-align: center;
		margin-bottom: 35px;
	}
	#ribbon5 h2 {
		height: 45px;
		color: #ffffff;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 100px;
		font-weight: 400;
		line-height: 72px;
		letter-spacing: 2.15px;
		text-align: center;
		margin-bottom: 45px;
	}
	#ribbon5 p {
		height: 55px;
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 20px;
		font-weight: 300;
		line-height: 36px;
		letter-spacing: -0.06rem;
		margin: 0 auto;
		text-align: center;
	}
	#ribbon5 p .blue {
		color: #417caf;
		letter-spacing: -0.06rem;
	}
	#ribbon5 .cards {
		margin-top: 70px;
		padding-bottom: 60px;
	}
	#ribbon5 .cards .card {
		width: 32%;
		display: inline-block;
		vertical-align: top;
	}
	#ribbon5 .cards .card .card_img1 {
		position: relative;
		width: 100%;
		height: 335px;
		background: url(/theme/hoesaeng/image/coven/section5_card1_t.png) center
			center no-repeat;
		background-size: 100% auto;
	}
	#ribbon5 .cards .card .card_img2 {
		position: relative;
		width: 100%;
		height: 335px;
		background: url(/theme/hoesaeng/image/coven/section5_card2_t.png) center
			center no-repeat;
		background-size: 100% auto;
	}
	#ribbon5 .cards .card .card_img3 {
		position: relative;
		width: 100%;
		height: 335px;
		background: url(/theme/hoesaeng/image/coven/section5_card3_t.png) center
			center no-repeat;
		background-size: 100% auto;
	}
	#ribbon5 .card .description {
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
	}
	#ribbon5 .card h3 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 19px;
		font-weight: 400;
		line-height: 32.44px;
		text-transform: uppercase;
		text-align: left;
		margin-top: 50px;
		margin-bottom: 50px;
		height: auto;
		white-space: nowrap;
	}
	#ribbon5 .card h3 b {
		font-family: "Noto Sans KR";
		font-weight: 400;
		letter-spacing: -1.18px;
	}
	#ribbon5 .card h3.blue {
		color: #4f97d5;
	}
	#ribbon5 .card h2 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 24px;
		font-weight: 500;
		line-height: 32.44px;
		text-transform: uppercase;
		letter-spacing: -1.48px;
		text-align: left;
		margin-bottom: 20px;
		border-bottom: 1px solid #fff;
		white-space: nowrap;
	}

	#ribbon5 .card li {
		list-style: disc;
		color: #c2c2c2;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 300;
		line-height: 36px;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
}
@media (min-width: 1200px) {
	#ribbon5 {
		width: 100%;
		position: relative;
	}
	#ribbon5 .top_line {
		position: absolute;
		top: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #fff;
	}
	#ribbon5 .ribbon_bg {
		height: auto;
	}
	#ribbon5 .contents {
		padding-top: 170px;
		width: 1400px;
		margin: 0 auto;
	}
	#ribbon5 h3 {
		height: 28px;
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: -1.5px;
		text-align: center;
		margin-bottom: 35px;
	}
	#ribbon5 h2 {
		height: 72px;
		color: #ffffff;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 100px;
		font-weight: 400;
		line-height: 72px;
		letter-spacing: 2.15px;
		text-align: center;
		margin-bottom: 45px;
	}
	#ribbon5 p {
		height: 55px;
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 20px;
		font-weight: 300;
		line-height: 36px;
		letter-spacing: -0.06rem;
		margin: 0 auto;
		text-align: center;
	}
	#ribbon5 p .blue {
		color: #417caf;
		letter-spacing: -0.06rem;
	}
	#ribbon5 .cards {
		margin-top: 70px;
	}
	#ribbon5 .cards .card {
		width: 33%;
		display: inline-block;
		vertical-align: top;
	}
	#ribbon5 .cards .card .card_img1 {
		position: relative;
		width: 385px;
		height: 450px;
		background: url(/theme/hoesaeng/image/coven/section5_card1.png) center
			center no-repeat;
		background-size: inherit;
	}
	#ribbon5 .cards .card .card_img2 {
		position: relative;
		width: 385px;
		height: 450px;
		background: url(/theme/hoesaeng/image/coven/section5_card2.png) center
			center no-repeat;
		background-size: inherit;
	}
	#ribbon5 .cards .card .card_img3 {
		position: relative;
		width: 385px;
		height: 450px;
		background: url(/theme/hoesaeng/image/coven/section5_card3.png) center
			center no-repeat;
		background-size: inherit;
	}
	#ribbon5 .card .description {
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
	}
	#ribbon5 .card h3 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 24px;
		font-weight: 400;
		line-height: 32.44px;
		text-transform: uppercase;
		text-align: left;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#ribbon5 .card h3 b {
		font-family: "Noto Sans KR";
		font-weight: 400;
		letter-spacing: -1.18px;
	}
	#ribbon5 .card h3.blue {
		color: #4f97d5;
	}
	#ribbon5 .card h2 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 500;
		line-height: 32.44px;
		text-transform: uppercase;
		letter-spacing: -1.48px;
		text-align: left;
		margin-bottom: 20px;
		border-bottom: 1px solid #fff;
		white-space: nowrap;
	}

	#ribbon5 .card li {
		list-style: disc;
		color: #c2c2c2;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 300;
		line-height: 36px;
		text-transform: uppercase;
		letter-spacing: -1px;
		white-space: nowrap;
	}
}

/*ribbon6*/
#ribbon6 {
	width: 100%;
	position: relative;
}
#ribbon6 .ribbon_bg {
	background-color: #1b1b1b;
}
#ribbon6 .top_line {
	position: absolute;
	top: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #fff;
}
#ribbon6 .contents {
	padding: 0 5%;
	padding-top: 30px;
	margin: 0 auto;
}
#ribbon6 .left_area {
	overflow: hidden;
	display: inline-block;
	margin-top: 0;
}
#ribbon6 .left_area h3 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -1.5px;
	margin-bottom: 15px;
}
#ribbon6 .left_area h1 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#ribbon6 .left_area p {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 20px;
	font-weight: 300;
	line-height: 36px; /* Text style for "자, 체 개발한 정" */
	letter-spacing: -0.06rem;
}
#ribbon6 .left_area p .blue {
	color: #417caf;
}
#ribbon6 .right_area {
	display: inline-block;
	width: 100%;
}
#ribbon6 .right_area .self_diagnosis_area {
	position: relative;
	width: 100%;
	background: #3a6f9d;
	margin-bottom: 10px;
}
#ribbon6 .right_area .text {
	color: #cacaca;
	font-family: "Noto Sans KR";
	font-size: 10px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: -0.28px;
	padding: 0 10px;
	padding-bottom: 40px;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}
#ribbon6 .right_area .self_diagnosis_area .self_test_contents {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #3a6f9d;
	border-radius: 10px;
}
#ribbon6 .right_area .self_diagnosis_area .self_test_contents .admin_btn {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.self1 {
	display: block;
}
.self1 .self1_main_img_area {
	margin: 0 auto;
	padding-top: 16%;
	text-align: center;
}
.self1 .self1_main_img_area img {
	width: 100%;
	max-width: 117px;
}
.self1 .btn_area {
	text-align: center;
}
.self1 .btn_area .btn-white {
	position: relative;
	min-width: 117px;
	padding: 5px 0px;
	background-color: #fff;
	text-align: center;
	color: #3a6f9d;
	font-size: 14px;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 13%;
	margin-bottom: 36px;
}

@-moz-keyframes blinker {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@keyframes blinker {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

.self1 .btn_area .btn-white span.icon {
	display: inline-block;
	background: url(/theme/hoesaeng/image/coven/arrow_right_circle.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 15px;
	height: 13px;
	vertical-align: middle;
	padding-bottom: 4px;
}
.self1 .btn_area .btn-white div.text2 {
	color: #3a6f9d;
	font-size: 14px;
	font-weight: 700;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 3s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
/**/
.self_select {
	display: none;
	background-color: #fff;
	width: 100%;
	height: auto;
	border-radius: 0;
}
.self_select .head {
	display: none;
	height: 70px;
	border-bottom: 1px solid #a0a0a0;
}
.self_select .head .self_logo {
  font-family: Pretendard;
  font-weight: 500;
  font-size: 18px;
	text-align: center;
	vertical-align: middle;
	width: 90%;
	margin: 0 auto;
}
.self_select .head .reset,
.self_result .head .reset {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 70px;
	padding: 0 5%;
	cursor: pointer;
	/* font-family: "Apple SD Gothic Neo R 00"; */
	font-size: 14px;
}
.self_select .sub_head {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 0;
}
.self_select .sub_head .menu {
	position: relative;
	display: inline-block;
	width: 19%;
	text-align: center;
	cursor: pointer;
	/* font-family: "Apple SD Gothic Neo R 00"; */
	padding-bottom: 10px;
}
.self_select .sub_head .menu:after {
	display: none;
	position: absolute;
	top: 0;
	right: 0px;
	content: "";
	width: 1px;
	height: 47px;
	border-right: 1px solid #b5b5b5;
}
.self_select .sub_head .menu:last-child:after {
	border: none;
}
.self_select .sub_head .pipe {
	display: inline-block;
}
.self_select .sub_head .icon {
	display: none;
	width: 52px;
	height: 52px;
	margin: 0 auto;
}
.self_select .sub_head .menu.on {
	border-bottom: 2px solid #3a6f9d;
}
.self_select .sub_head .menu:hover .icon1,
.self_select .sub_head .menu.on .icon1 {
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/cde1f272-39e1-49af-4b52-660957d69a00/w=65);
	background-position: center;
	background-repeat: no-repeat;
}
.self_select .sub_head .menu:hover .icon2,
.self_select .sub_head .menu.on .icon2 {
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/4d2dfe0e-bc6f-47d0-a5f3-832e3d9ce500/w=65);
	background-position: center;
	background-repeat: no-repeat;
}
.self_select .sub_head .menu:hover .icon3,
.self_select .sub_head .menu.on .icon3 {
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/af3c0823-a472-4268-3db1-30ea66200b00/w=65);
	background-position: center;
	background-repeat: no-repeat;
}
.self_select .sub_head .menu:hover .icon4,
.self_select .sub_head .menu.on .icon4 {
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/0b355a8d-80af-4e96-41fc-788a70bc8f00/w=65);
	background-position: center;
	background-repeat: no-repeat;
}
.self_select .sub_head .menu:hover .icon5,
.self_select .sub_head .menu.on .icon5 {
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/f15ea693-209e-459d-08fe-41b694f26000/w=65);
	background-position: center;
	background-repeat: no-repeat;
}
.self_select .sub_head .menu:hover .menu_name,
.self_select .sub_head .menu.on .menu_name {
	color: #417caf;
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.9px;
}
.self_select .sub_head .icon1 {
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/362f5895-ffbf-422b-7622-7f4ad1f55900/w=65);
	background-position: center;
	background-repeat: no-repeat;
}
.self_select .sub_head .icon2 {
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/cbe68343-9a37-4445-27f4-d7bdfe450a00/w=65);
	background-repeat: no-repeat;
	background-position: center;
}
.self_select .sub_head .icon3 {
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/00d9594f-1ccf-4e89-c135-54d0db39db00/w=65);
	background-position: center;
	background-repeat: no-repeat;
}
.self_select .sub_head .icon4 {
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/aa8ee482-a032-4238-dcc4-3bea3a3f3300/w=65);
	background-position: center;
	background-repeat: no-repeat;
}
.self_select .sub_head .icon5 {
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/0cf1b052-118b-41b8-cb29-7f6ab0cc3500/w=65);
	background-position: center;
	background-repeat: no-repeat;
}
.self_select .self_contents {
	display: none;
	position: relative;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.21);
	background-color: #fafafa;
	padding: 20px 32px;
}
.self_select .self_contents .title_area {
	position: relative;
	color: #626060;
	font-family: "Noto Sans KR";
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -0.9px;
	padding-bottom: 15px;
}
.self_select .self_contents .title_area b {
	font-weight: 700;
}
.self_select .self_contents .title_area .top_text {
	position: relative;
	display: inline-block;
	bottom: 0;
	color: #626060;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: -0.44px;
}
.self_select .self_contents .bottom_text {
	position: absolute;
	bottom: 7px;
	color: #626060;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: -0.44px;
}
.self_select .self_contents1 {
	display: block;
}
.self_select .self_contents1 .title_area .icon {
	position: absolute;
	top: 25px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/362f5895-ffbf-422b-7622-7f4ad1f55900/w=65);
	background-size: 100%;
	background-repeat: no-repeat;
}
.self_select .self_contents2 .title_area .icon {
	position: absolute;
	top: 20px;
	right: 0;
	width: 30px;
	height: 35px;
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/cbe68343-9a37-4445-27f4-d7bdfe450a00/w=65);
	background-size: 100%;
	background-repeat: no-repeat;
}
.self_select .self_contents3 .title_area .icon {
	position: absolute;
	top: 25px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/00d9594f-1ccf-4e89-c135-54d0db39db00/w=65);
	background-size: 100%;
	background-repeat: no-repeat;
}
.self_select .self_contents4 .title_area .icon {
	position: absolute;
	top: 25px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/aa8ee482-a032-4238-dcc4-3bea3a3f3300/w=65);
	background-size: 100%;
	background-repeat: no-repeat;
}
.self_select .self_contents5 .title_area .icon {
	position: absolute;
	top: 25px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/0cf1b052-118b-41b8-cb29-7f6ab0cc3500/w=65);
	background-size: 100%;
	background-repeat: no-repeat;
}
.self_select .self_contents .prev_btn_area {
	position: absolute;
	top: 142px;
	left: 10px;
	width: 8px;
	height: 50px;
	background: url(/theme/hoesaeng/image/coven/self_left_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 100%;
}
.self_select .self_contents .next_btn_area {
	position: absolute;
	top: 142px;
	right: 10px;
	width: 8px;
	height: 50px;
	background: url(/theme/hoesaeng/image/coven/self_right_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 100%;
}
.self_select .foot {
	position: relative;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.47);
	/* background-color: #417caf; */
	background: linear-gradient(
		92.11deg,
		#337cea 0%,
		#339dea 35.36%,
		#5733ea 55.62%
	);
	background-size: 400% 400%;
	background-position-y: 50%;
	background-position-x: 42%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 5px 10px;
	box-sizing: border-box;
	min-height: 50px;
}
.self_select .foot .selected_item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.self_select .foot .selected_item .text_area {
	position: relative;
	align-items: center;
	display: none;
	padding-right: 15px;
	cursor: pointer;
	margin-right: 5px;
}
.self_select .foot .selected_item .text_area span {
	color: #dddddd;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: -0.35px;
	margin-right: 3px;
}
.self_select .foot .selected_item .text_area .close_btn {
	/* position: absolute; */
	/* top: 9px; */
	right: 0;
	width: 9px;
	height: 9px;
	background: url(/theme/hoesaeng/image/coven/btn_circle_close.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.self_select .foot .btn_area2 {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.self_select .foot .btn_area2 .btn_text {
	position: relative;
	width: 60px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.45px;
	padding-right: 10px;
	/* font-family: "Apple SD Gothic Neo R 00"; */
}
.self_select .foot .btn_area2 .btn_text .icon {
	position: absolute;
	right: 0;
	top: 0px;
	background: url(/theme/hoesaeng/image/coven/btn_right_white.png);
	width: 7px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.select_area {
	position: relative;
}
.select_area .item {
	position: relative;
	background-color: #fafafa;
	padding: 0px 10px;
	margin-bottom: 6px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	box-sizing: border-box;
	box-shadow: 2.1789321899414062px 2.1789321899414062px 6.536797046661377px 0px
			#aeaec099,
		-5px -5px 6.536797046661377px 0px #ffffff;
	border-radius: 8px;
}
.select_area .item label {
	width: 100%;
	height: 100%;
	display: inline-block;
	font-weight: 400;
	color: #8c8989;
	/* font-family: "Apple SD Gothic Neo B 00"; */
	letter-spacing: -1px;
	font-size: 14px;
}
.select_area .item input {
	position: absolute;
	right: 30px;
	top: 15px;
	overflow: hidden;
	display: none;
}
.select_area .item .ico {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 12px;
	height: 12px;
	background: url("/image/common/icon_radio_new.svg") no-repeat 0 0;
	cursor: pointer;
	background-size: 100%;
}
.select_area .item input:checked + .ico {
	background: url("/image/common/icon_radio_on_new.svg") no-repeat 0 0;
	/* background: url("/theme/hoesaeng/image/coven/icon_radio_on.png") no-repeat 0 0; */
	background-size: 100%;
}
.select_area .item.on {
	/* background-color: rgba(81, 154, 218, 0.2); */
	background: rgba(220, 235, 248, 1);
}
.select_area .item.on label {
	/* color: #417caf; */
	color: rgba(51, 124, 234, 1);
}

.self_result {
	display: none;
	background-color: #eee;
	width: 100%;
	height: 400px;
	border-radius: 10px;
}
.self_result .top_area {
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.58);
	background-color: #417caf;
	min-height: 240px;
	padding-bottom: 20px;
	position: relative;
}
.self_result .top_blind {
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 270px;
	padding-top: 0px;
	z-index: 1;
}
.self_result .blind_text_area {
	display: flex;
	background-color: #fff;
	vertical-align: middle;
	height: 100%;
	height: -webkit-fill-available;
	text-align: center;
	font-size: 18px;
	position: absolute;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	letter-spacing: -0.06rem;
	width: 100%;
	flex-direction: column;
	align-content: center;
	bottom: 0;
}
.text-blue {
	color: #4a8fd2;
}
.self_result .head {
	/* display: none; */
	height: 70px;
}
.self_result .head.prev_btn {
	position: absolute;
}
.self_result .head .self_logo {
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
	border-bottom: 1px solid #000;
	width: 90%;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.self_result .graph_area {
	width: 200px;
	max-width: 440px;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}
.self_result .graph_area .graph_left_area {
	display: inline-block;
	vertical-align: top;
}
.self_result .graph_area .graph_right_area {
	display: inline-block;
	vertical-align: top;
	padding-top: 0px;
}
.self_result .graph_area .circle_border {
	background: url(/theme/hoesaeng/image/coven/60percent.png);
	background-position: center;
	width: 77px;
	height: 77px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.self_result .graph_area .circle_border h1 {
	text-shadow: 3px 3px 13px rgba(0, 0, 0, 0.21);
	color: #ffffff;
	font-family: "Helvetica 75";
	font-weight: 700;
	font-size: 17px;
	padding-top: 25px;
	line-height: 15px;
	text-align: center;
}
.self_result .graph_area .circle_border h1 span {
	font-size: 28px;
}
.self_result .graph_area .circle_border h4 {
	text-shadow: 3px 3px 13px rgba(0, 0, 0, 0.21);
	color: #ffffff;
	/* font-family: "Apple SD Gothic Neo R 00"; */
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.29px;
	text-align: center;
}
.self_result .graph_area .circle_fill {
	width: 77px;
	height: 77px;
	box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.21);
	background-color: #ffffff;
	border-radius: 50%;
}
.self_result .graph_area .circle_fill h1 {
	color: #417caf;
	/* font-family: "Apple SD Gothic Neo B 00"; */
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
	text-align: center;
	padding-top: 25px;
}
.self_result .graph_area .circle_fill h1 span {
	font-family: "Helvetica 75";
	font-weight: 700;
	font-size: 28px;
}
.self_result .graph_area .circle_fill h4 {
	text-shadow: 3px 3px 13px rgba(0, 0, 0, 0.21);
	color: #417caf;
	/* font-family: "Apple SD Gothic Neo R 00"; */
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.29px;
	text-align: center;
}
.self_result .result_text_area {
	max-width: 400px;
	margin: 5px auto 0 auto;
	padding: 0 5%;
}
.self_result .result_text_area h1 {
	color: #ffffff;
	/* font-family: "Apple SD Gothic Neo B 00"; */
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -1.13px;
	white-space: nowrap;
	text-align: center;
	font-style: italic;
}
.self_result .result_text_area h1 span {
	font-style: normal;
}
.self_result .result_text_area table {
	max-width: 200px;
	width: 80%;
	color: #d1d1d1;
	/* font-family: "Apple SD Gothic Neo B 00"; */
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.45px;
	margin: 0 auto;
	margin-top: 20px;
}
.self_result .result_text_area table th {
	text-align: left;
}
.self_result .result_text_area table td {
	text-align: right;
	/* font-family: "Apple SD Gothic Neo R 00"; */
}
.self_result .result_text_area table tr {
	border-bottom: 1px solid #fff;
}
.self_result .result_form_area {
	padding: 0 5%;
}
.self_result .result_form_area h2 {
	/* color: #282828; */
	/* font-family: "Apple SD Gothic Neo R 00"; */
	font-size: 19px;
	font-weight: 600;
	letter-spacing: -0.06rem;
	padding: 18px 0;
	padding-left: calc(15% / 2);
	/* text-align: center; */
	line-height: 1;
}
.self_result .result_input_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 3px auto;
}
.self_result .result_input_area input::-webkit-input-placeholder {
	color: #adb5bc;
}
.d-none {
	display: none !important;
}
.result_form_area {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
#self_update {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.self_result .result_input_area label {
	display: none;
	width: 100%;
	max-width: 100px;
	margin-right: 10px;
	/* font-family: "Apple SD Gothic Neo R 00"; */
	white-space: nowrap;
}
.self_result .result_input_area input {
	width: 85%;
	line-height: 3rem;
	outline: solid 1px #6f6f6f;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 500;
	text-indent: 12px;
}
.self_result .result_btn_area {
	margin-top: 10px;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
}
.self_result .result_btn_area .btn_text {
	background-color: #417caf;
	color: #ffffff;
	padding: 10px 15.5px;
	/* font-family: "Apple SD Gothic Neo B 00"; */
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.06rem;
	vertical-align: middle;
	margin: 0 auto;
	cursor: pointer;
}
.self-test-obj {
	height: 80px;
	padding-bottom: 10px;
}
.self_result .top_blind p {
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	#ribbon6 {
		width: 100%;
		position: relative;
	}
	#ribbon6 .ribbon_bg {
		background-color: #1b1b1b;
	}
	#ribbon6 .contents {
		padding-top: 130px;
		margin: 0 auto;
	}
	#ribbon6 .left_area {
		overflow: hidden;
		display: inline-block;
		margin-top: 200px;
	}
	#ribbon6 .left_area h3 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: -1.5px;
		margin-bottom: 55px;
	}
	#ribbon6 .left_area h1 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 40px;
		font-weight: 500;
		line-height: noraml;
		letter-spacing: -4px;
		margin-bottom: 30px;
	}
	#ribbon6 .left_area p {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 20px;
		font-weight: 300;
		line-height: 36px; /* Text style for "자, 체 개발한 정" */
		letter-spacing: -0.06rem;
	}
	#ribbon6 .left_area p .blue {
		color: #417caf;
	}
	#ribbon6 .right_area {
		display: inline-block;
	}
	#ribbon6 .right_area .text {
		color: #cacaca;
		font-family: "Noto Sans KR";
		font-size: 11px;
		font-weight: 300;
		line-height: 18px;
		letter-spacing: -0.28px;
		padding: 0 10px;
		padding-bottom: 40px;
		width: auto;
		margin: auto;
		margin-top: 20px;
	}
	#ribbon6 .right_area .self_diagnosis_area {
		position: relative;
		width: 701px;
		height: 920px;
		margin: 0 auto;
	}
	#ribbon6 .right_area .self_diagnosis_area .self_test_contents {
		position: relative;
		width: 100%;
		height: 100%;
		background-color: #3a6f9d;
		border-radius: 10px;
	}
	.self1 .self1_main_img_area {
		margin: 0 auto;
		padding-top: 20%;
		text-align: center;
	}
	.self1 .self1_main_img_area img {
		width: 100%;
		max-width: 335px;
	}
	.self1 .btn_area {
		text-align: center;
	}
	.self1 .btn_area .btn-white {
		position: relative;
		padding: 25px 100px;
		background-color: #fff;
		text-align: center;
		color: #3a6f9d;
		font-size: 30px;
		font-weight: 700;
		margin: 0 auto;
		margin-top: 5%;
	}
	.self1 .btn_area .btn-white span.icon {
		display: inline-block;
		background: url(/theme/hoesaeng/image/coven/arrow_right_circle.png);
		background-size: 28px 28px;
		background-repeat: no-repeat;
		width: 28px;
		height: 28px;
	}
	.self1 .btn_area .btn-white div.text2 {
		color: #3a6f9d;
		font-size: 30px;
		font-weight: 700;
	}
	.self_select {
		border-radius: 10px;
		background-color: #eee;
	}
	.self_select .sub_head {
		padding: 0 10%;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.self_select .sub_head .icon {
		display: block;
		padding-bottom: 0;
	}
	.self_select .sub_head .menu.on {
		border-bottom: 0;
	}
	.self_select .sub_head .menu:after {
		display: block;
	}
	.self_select .self_contents .title_area {
		font-size: 45px;
		line-height: 48px;
		padding-bottom: 40px;
	}
	.self_result .result_btn_area {
		margin-top: 0;
	}
	.self_select .self_contents1 .title_area .icon {
		position: absolute;
		top: 30px;
		right: 0;
		width: 60px;
		height: 60px;
		background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/cde1f272-39e1-49af-4b52-660957d69a00/w=95);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.self_select .self_contents2 .title_area .icon {
		position: absolute;
		top: 30px;
		right: 0;
		width: 60px;
		height: 63px;
		background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/4d2dfe0e-bc6f-47d0-a5f3-832e3d9ce500/w=95);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.self_select .self_contents3 .title_area .icon {
		position: absolute;
		top: 30px;
		right: 0;
		width: 65px;
		height: 60px;
		background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/af3c0823-a472-4268-3db1-30ea66200b00/w=95);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.self_select .self_contents4 .title_area .icon {
		position: absolute;
		top: 30px;
		right: 0;
		width: 60px;
		height: 60px;
		background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/0b355a8d-80af-4e96-41fc-788a70bc8f00/w=95);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.self_select .self_contents5 .title_area .icon {
		position: absolute;
		top: 30px;
		right: 0;
		width: 60px;
		height: 60px;
		background: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/f15ea693-209e-459d-08fe-41b694f26000/w=95);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.self_select .self_contents .title_area .top_text {
		position: absolute;
		display: block;
		bottom: 0;
		color: #626060;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: -0.44px;
	}
	.self_select .self_contents .prev_btn_area {
		position: absolute;
		top: 300px;
		left: 20px;
		width: 50px;
		height: 50px;
		background: url(/image/common/self_left_btn.png);
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
		background-size: contain;
	}
	.self_select .self_contents .next_btn_area {
		position: absolute;
		top: 300px;
		right: 20px;
		width: 50px;
		height: 50px;
		background: url(/image/common/self_right_btn.png);
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
		background-size: contain;
	}
	.select_area .item {
		padding: 0 30px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 13px;
	}
	.select_area .item .ico {
		position: absolute;
		top: 10px;
		right: 30px;
		width: 22px;
		height: 22px;
		background: url("/image/common/icon_radio_new.svg") no-repeat 0 0;
		cursor: pointer;
		background-size: 100%;
	}
	.self_select .head {
		display: grid;
		grid-template: "a b c" / 1fr 3fr 1fr;
		align-items: center;
		justify-items: center;
	}
	.self_result {
		height: 100%;
	}
	.self_result .result_form_area h2 {
		font-size: 20px;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		/* text-align: center; */
		margin-bottom: 20px;
		padding: 12px 0 8px;
	}
	.self_result .graph_area .circle_fill {
		width: 185px;
		height: 185px;
	}
	.self_result .graph_area .circle_border {
		width: 225px;
		height: 225px;
	}
	.self_result .graph_area .circle_border h1 {
		padding-top: 85px;
	}
	.self_result .graph_area .circle_fill h1 {
		padding-top: 65px;
	}
	.self_result .result_text_area {
		max-width: 400px;
		width: 100%;
		padding: 0;
		margin: 30px auto 0 auto;
		padding: 0 5%;
	}
	.self_result .result_form_area {
		padding: 0;
	}
	.self_result .top_area {
		min-height: 520px;
		padding-bottom: 40px;
	}
	.self_result .top_blind {
		padding-top: 70px;
		height: 520px;
	}
	.self_select .foot {
		height: 120px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.self_select .foot .btn_area2 {
		bottom: 30px;
	}
	.self_select .foot .btn_area2 .btn_text {
		position: relative;
		width: 140px;
		margin: 0 auto;
		color: #ffffff;
		font-size: 33px;
		font-weight: 400;
		letter-spacing: -0.45px;
		padding-right: 20px;
		/* font-family: "Apple SD Gothic Neo R 00"; */
	}
	.self_select .foot .btn_area2 .btn_text .icon {
		position: absolute;
		right: 0;
		top: 13px;
		background: url(/theme/hoesaeng/image/coven/btn_right_white.png);
		width: 13px;
		height: 23px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.self_select .foot .selected_item .text_area {
		position: relative;
		display: none;
		padding-right: 15px;
		cursor: pointer;
		margin-right: 5px;
	}
	.self_select .foot .selected_item .text_area span {
		color: #dddddd;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: -0.35px;
	}
	.self_select .foot .selected_item .text_area .close_btn {
		/* position: absolute; */
		/* top: 6px; */
		right: 0;
		width: 13px;
		height: 13px;
		background: url(/theme/hoesaeng/image/coven/btn_circle_close.png);
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}
	.self_result .head {
		display: block;
	}
	.self_result .graph_area {
		width: 100%;
		height: 100px;
		max-width: 440px;
		margin: 0 auto;
		padding-top: 30px;
		text-align: center;
	}
	.self_result .graph_area .graph_left_area {
		display: inline-block;
		vertical-align: top;
	}
	.self_result .graph_area .graph_right_area {
		display: inline-block;
		vertical-align: top;
		padding-top: 15px;
	}
	.self_result .graph_area .circle_border {
		background: url(/theme/hoesaeng/image/coven/60percent.png);
		background-position: center;
		width: 180px;
		height: 180px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.self_result .graph_area .circle_border h1 {
		text-shadow: 3px 3px 13px rgba(0, 0, 0, 0.21);
		color: #ffffff;
		font-family: "Helvetica 75";
		font-weight: 700;
		font-size: 41px;
		padding-top: 70px;
		line-height: 35px;
		text-align: center;
	}
	.self_result .graph_area .circle_border h1 span {
		font-size: 68px;
	}
	.self_result .graph_area .circle_border h4 {
		text-shadow: 3px 3px 13px rgba(0, 0, 0, 0.21);
		color: #ffffff;
		/* font-family: "Apple SD Gothic Neo R 00"; */
		font-size: 21px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -0.29px;
		text-align: center;
	}
	.self_result .graph_area .circle_fill {
		width: 150px;
		height: 150px;
		box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.21);
		background-color: #ffffff;
		border-radius: 50%;
	}
	.self_result .graph_area .circle_fill h1 {
		color: #417caf;
		/* font-family: "Apple SD Gothic Neo B 00"; */
		font-size: 28px;
		font-weight: 400;
		line-height: 35px;
		text-align: center;
		padding-top: 55px;
	}
	.self_result .graph_area .circle_fill h1 span {
		font-family: "Helvetica 75";
		font-weight: 700;
		font-size: 68px;
	}
	.self_result .graph_area .circle_fill h4 {
		text-shadow: 3px 3px 13px rgba(0, 0, 0, 0.21);
		color: #417caf;
		/* font-family: "Apple SD Gothic Neo R 00"; */
		font-size: 21px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -0.29px;
		text-align: center;
	}
	.self_result .result_text_area h1 {
		color: #ffffff;
		/* font-family: "Apple SD Gothic Neo B 00"; */
		font-size: 45px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: -1.13px;
		white-space: nowrap;
		text-align: center;
		font-style: italic;
	}
	.self_result .result_text_area h1 span {
		font-style: normal;
	}
	.self_result .result_text_area table {
		max-width: none;
		width: 80%;
		color: #d1d1d1;
		/* font-family: "Apple SD Gothic Neo B 00"; */
		font-size: 18px;
		font-weight: 400;
		line-height: 35.91px;
		text-transform: uppercase;
		letter-spacing: -0.45px;
		margin-top: 30px;
	}
	.self_result .result_text_area table th {
		text-align: left;
	}
	.self_result .result_text_area table td {
		text-align: right;
		/* font-family: "Apple SD Gothic Neo R 00"; */
	}
	.self_result .result_text_area table tr {
		border-bottom: 1px solid #fff;
	}
	.self_result .result_input_area label {
		display: inline-block;
		width: 100%;
		max-width: 100px;
		margin-right: 10px;
		/* font-family: "Apple SD Gothic Neo R 00"; */
		white-space: nowrap;
	}
	.self_result .result_input_area input {
		/* width: auto; */
		text-indent: revert;
		font-size: 16px;
		padding: 0 10px;
	}
	.self_result .result_btn_area c {
		padding: 15px 0;
		text-align: center;
	}
	.self-test-obj {
		height: 85px;
		padding: 0 0 1.3rem;
	}
	.self_result .result_btn_area .btn_text {
		width: 220px;
		background-color: #417caf;
		color: #ffffff;
		/* font-family: "Apple SD Gothic Neo B 00"; */
		font-size: 22px;
		font-weight: 500;
		vertical-align: middle;
		margin: 0 auto;
		padding: 8px 0;
		cursor: pointer;
	}
}
@media (min-width: 1200px) {
	#ribbon6 {
		width: 100%;
		position: relative;
	}
	#ribbon6 .ribbon_bg {
		background-color: #1b1b1b;
		height: 1100px;
	}
	#ribbon6 .contents {
		padding-top: 130px;
		width: 1450px;
		margin: 0 auto;
	}
	#ribbon6 .left_area {
		overflow: hidden;
		display: inline-block;
		margin-top: 200px;
	}
	#ribbon6 .left_area h3 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: -1.5px;
		margin-bottom: 55px;
	}
	#ribbon6 .left_area h1 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 80px;
		font-weight: 500;
		line-height: 92.86px;
		letter-spacing: -4px;
		margin-bottom: 60px;
	}
	#ribbon6 .left_area p {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: -0.06rem;
	}
	#ribbon6 .left_area p .blue {
		color: #417caf;
	}
	#ribbon6 .right_area {
		float: right;
		display: inline-block;
		width: auto;
	}
	#ribbon6 .right_area .self_diagnosis_area {
		position: relative;
		width: 701px;
		height: 920px;
		background: url(/theme/hoesaeng/image/coven/section6_self_diagnosis.png)
			center center no-repeat;
		background-size: inherit;
		box-sizing: border-box;
		padding: 28px 31px 24px 29px;
	}
	#ribbon6 .right_area .self_diagnosis_area .self_test_contents {
		position: relative;
		width: 100%;
		height: 100%;
		background-color: #3a6f9d;
		border-radius: 10px;
	}
	.self1 .self1_main_img_area {
		margin: 0 auto;
		padding-top: 20%;
		text-align: center;
	}
	.self1 .self1_main_img_area img {
		width: 100%;
		max-width: 335px;
	}
	.self1 .btn_area {
		text-align: center;
	}
	.self1 .btn_area .btn-white {
		position: relative;
		padding: 25px 100px;
		background-color: #fff;
		text-align: center;
		color: #3a6f9d;
		font-size: 30px;
		font-weight: 700;
		margin: 0 auto;
		margin-top: 5%;
		min-width: 350px;
		min-height: 100px;
	}
	.self1 .btn_area .btn-white span.icon {
		display: inline-block;
		background: url(/theme/hoesaeng/image/coven/arrow_right_circle.png);
		background-size: 28px 28px;
		background-repeat: no-repeat;
		width: 28px;
		height: 33px;
		vertical-align: middle;
		margin-left: 5px;
	}
	.self1 .btn_area .btn-white div.text2 {
		color: #3a6f9d;
		font-size: 30px;
		line-height: 30px;
		height: 30px;
		font-weight: 700;
		vertical-align: middle;
	}
	.self_select .self_contents {
		padding: 43px 100px;
	}
	.self_select .self_contents .bottom_text {
		bottom: 15px;
		font-size: 15px;
	}
	.self_select .foot {
		height: 113px;
		padding: 20px 50px;
		box-sizing: border-box;
		min-height: 137px;
	}
	.self_select .foot .selected_item .text_area {
		padding-right: 20px;
		margin-right: 10px;
	}
	.self_select .foot .selected_item .text_area .close_btn {
		/* position: absolute; */
		/* top: 9px; */
		right: 0;
	}
}
@media (min-width: 768px) {
	.self_result .blind_text_area {
		font-size: 20px;
	}
}
/*ribbon7*/
#ribbon7 {
	width: 100%;
	position: relative;
}
#ribbon7 .bottom_line {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #00479d;
}
#ribbon7 .ribbon_bg {
	background-color: #f5f5f5;
}
#ribbon7 .contents {
	padding: 0 5%;
	padding-top: 50px;
}
#ribbon7 .title_area {
	padding-bottom: 20px;
}
#ribbon7 .title_area h1 {
	display: inline-block;
	color: #000000;
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2.15px;
	text-align: center;
	margin-bottom: 0;
}
#ribbon7 .title_area h4 {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 30px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: -1.5px;
	text-align: center;
	margin-bottom: 35px;
}
#ribbon7 .title_area p {
	display: inline-block;
	float: right;
	color: #417caf;
	font-family: "Noto Sans KR";
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.45px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 12px;
}
#ribbon7 .title_area p a {
	font-size: 12px;
}
#ribbon7 .title_area p img {
	height: 13px;
}
#ribbon7 .slider_contents {
	display: block;
	padding-bottom: 40px;
}
#ribbon7 .slider_contents .owl-carousel .owl-stage-outer {
	width: 100%;
}
#ribbon7 .slider_area {
	display: block;
}
#ribbon7 .slider_contents {
	position: relative;
}
#ribbon7 .slider_contents .btn_left {
	position: absolute;
	top: 40%;
	left: 5%;
	width: 101px;
	height: 101px;
	background: url(/theme/hoesaeng/image/coven/btn_left.png) no-repeat;
	background-size: inherit;
	background-position: center center;
	float: left;
	cursor: pointer;
	z-index: 10;
}
#ribbon7 .slider_contents .btn_right {
	position: absolute;
	top: 40%;
	right: 5%;
	width: 101px;
	height: 101px;
	background: url(/theme/hoesaeng/image/coven/btn_right.png) no-repeat;
	background-size: inherit;
	background-position: center center;
	float: right;
	cursor: pointer;
	z-index: 10;
}
#ribbon7 .slider_area .item {
	position: relative;
}
#ribbon7 .slider_area .item_obj {
	min-width: auto;
	max-width: none;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	padding: 15px 15px;
	margin: 0 auto;
}
#ribbon7 .slider_area .slide_left {
	width: 100%;
	display: inline-block;
	padding-right: 4%;
}
#ribbon7 .slider_area .img_area {
	height: 150px;
	margin-bottom: 0;
}
#ribbon7 .slider_area .slide_left .tags {
	text-align: center;
}
#ribbon7 .slider_area .slide_left .tag {
	width: 32.5%;
	box-sizing: border-box;
	display: inline-block;
	color: #417caf;
	font-family: "Noto Sans KR";
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -1.9px;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #417caf;
}
#ribbon7 .slider_area .slide_right {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#ribbon7 .slider_area .slide_right h1 {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -1.5px;
	margin-bottom: 20px;
}
#ribbon7 .slider_area .slide_right h3 {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -1.2px;
	word-break: keep-all;
	margin-bottom: 35px;
}
#ribbon7 .slider_area .slide_right p {
	color: #666666;
	font-family: "Noto Sans KR";
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.9px;
	margin-bottom: 60px;
}
#ribbon7 .slider_area .slide_right .price_area {
}
#ribbon7 .slider_area .slide_right .price_area .left_price {
	position: relative;
	display: inline-block;
	padding-right: 60px;
}
#ribbon7 .slider_area .slide_right .price_area .left_price .icon {
	position: absolute;
	right: 20px;
	bottom: 18px;
	width: 13px;
	height: 24px;
	background: url(/theme/hoesaeng/image/coven/arrow_right2.png) no-repeat;
	background-size: inherit;
	background-position: center center;
}
#ribbon7 .slider_area .slide_right .price_area .right_price {
	display: inline-block;
	color: #417caf;
}
#ribbon7 .slider_area .price_area .top {
	color: #515151;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.9px;
}
#ribbon7 .slider_area .price_area .price_value {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.06rem;
	margin-top: -10px;
}
#ribbon7 .slider_area .price_area .price_value span {
	color: #000000;
	font-family: "AkzidenzGroteskBQ-MdCndAlt";
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.06rem;
}
#ribbon7 .slider_area .slide_right .price_area .right_price .top {
	color: #417caf;
}
#ribbon7 .slider_area .slide_right .price_area .right_price .price_value {
	color: #417caf;
}
#ribbon7 .slider_area .slide_right .price_area .right_price .price_value span {
	color: #417caf;
}

#ribbon7 .slider_area .text {
	max-width: 1300px;
	margin: 0 auto;
	padding-right: 0;
	color: #adadad;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.38px;
	margin-top: 15px;
}

@media (min-width: 768px) {
	#ribbon7 {
		width: 100%;
		position: relative;
	}
	#ribbon7 .bottom_line {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #00479d;
	}
	#ribbon7 .ribbon_bg {
		background-color: #f5f5f5;
	}
	#ribbon7 .contents {
		padding: 0;
		padding-top: 130px;
	}
	#ribbon7 .title_area h1 {
		display: block;
		color: #000000;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 90px;
		font-weight: 400;
		line-height: 72px;
		text-transform: uppercase;
		letter-spacing: 2.15px;
		text-align: center;
		margin-bottom: 35px;
	}
	#ribbon7 .title_area h4 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 25px;
		font-weight: 300;
		letter-spacing: -1.5px;
		text-align: center;
		margin-bottom: 28px;
	}
	#ribbon7 .title_area p {
		display: block;
		float: inherit;
		width: 200px;
		margin: 0 auto;
		color: #417caf;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: -0.45px;
		text-align: center;
		margin-bottom: 40px;
	}
	#ribbon7 .title_area p a {
		font-size: inherit;
	}
	#ribbon7 .title_area p img {
		height: auto;
	}
	#ribbon7 .slider_area {
	}
	#ribbon7 .slider_contents {
		position: relative;
		padding-bottom: 100px;
	}
	#ribbon7 .slider_contents .btn_area {
		position: absolute;
		top: 40%;
		z-index: 10;
		width: 84%;
		margin: 0 8%;
	}
	#ribbon7 .slider_contents .btn_area .btn_left {
		position: relative;
		width: 101px;
		height: 101px;
		background: url(/theme/hoesaeng/image/coven/btn_left.png) no-repeat;
		background-size: inherit;
		background-position: center center;
		float: left;
		cursor: pointer;
	}
	#ribbon7 .slider_contents .btn_area .btn_right {
		position: relative;
		width: 101px;
		height: 101px;
		background: url(/theme/hoesaeng/image/coven/btn_right.png) no-repeat;
		background-size: inherit;
		background-position: center center;
		float: right;
		cursor: pointer;
	}
	#ribbon7 .slider_area .item {
	}
	#ribbon7 .slider_area .item_obj {
		min-width: auto;
		max-width: 1300px;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
		background-color: #ffffff;
		padding: 70px 35px;
		margin: 0 auto;
	}
	#ribbon7 .slider_area .slide_left {
		width: 45%;
		display: inline-block;
		padding-right: 4%;
	}
	#ribbon7 .slider_area .img_area {
		height: 300px;
		margin-bottom: 40px;
	}
	#ribbon7 .slider_area .slide_left .tags {
		text-align: center;
	}
	#ribbon7 .slider_area .slide_left .tag {
		width: 32%;
		box-sizing: border-box;
		display: inline-block;
		color: #417caf;
		font-family: "Noto Sans KR";
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -1.9px;
		text-align: center;
		padding: 15px 5px;
		border: 1px solid #417caf;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	#ribbon7 .slider_area .slide_right {
		width: 50%;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
	}
	#ribbon7 .slider_area .slide_right h1 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 25px;
		font-weight: 700;
		letter-spacing: -1.5px;
		margin-bottom: 40px;
	}
	#ribbon7 .slider_area .slide_right h3 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 500;
		letter-spacing: -1.2px;
		word-break: keep-all;
		margin-bottom: 35px;
	}
	#ribbon7 .slider_area .slide_right p {
		color: #666666;
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 300;
		letter-spacing: -0.9px;
		margin-bottom: 60px;
		min-height: 140px;
	}
	#ribbon7 .slider_area .slide_right .price_area {
	}
	#ribbon7 .slider_area .slide_right .price_area .left_price {
		position: relative;
		display: inline-block;
		padding-right: 30px;
	}
	#ribbon7 .slider_area .slide_right .price_area .left_price .icon {
		position: absolute;
		right: 10px;
		width: 13px;
		height: 24px;
		background: url(/theme/hoesaeng/image/coven/arrow_right2.png) no-repeat;
		background-size: inherit;
		background-position: center center;
	}
	#ribbon7 .slider_area .slide_right .price_area .right_price {
		display: inline-block;
		color: #417caf;
	}
	#ribbon7 .slider_area .price_area .top {
		color: #515151;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: -0.9px;
	}
	#ribbon7 .slider_area .price_area .price_value {
		font-size: 21px;
		font-weight: 400;
		letter-spacing: -0.06rem;
		margin-top: -15px;
	}
	#ribbon7 .slider_area .price_area .price_value span {
		color: #000000;
		font-size: 42px;
		font-weight: 400;
		letter-spacing: -3.6px;
	}
	#ribbon7 .slider_area .slide_right .price_area .right_price .top {
		color: #417caf;
	}
	#ribbon7 .slider_area .slide_right .price_area .right_price .price_value {
		color: #417caf;
	}
	#ribbon7
		.slider_area
		.slide_right
		.price_area
		.right_price
		.price_value
		span {
		color: #417caf;
	}

	#ribbon7 .slider_area .text {
		max-width: 1300px;
		margin: 0 auto;
		padding-right: 130px;
		color: #adadad;
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 400;
		letter-spacing: -0.38px;
		margin-top: 15px;
		padding-left: 20px;
	}
}

@media (min-width: 1200px) {
	#ribbon7 {
		width: 100%;
		position: relative;
	}
	#ribbon7 .bottom_line {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #00479d;
	}
	#ribbon7 .ribbon_bg {
		background-color: #f5f5f5;
		min-height: 1400px;
	}
	#ribbon7 .contents {
		padding: 0;
		padding-top: 130px;
	}
	#ribbon7 .title_area h1 {
		color: #000000;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 100px;
		font-weight: 400;
		line-height: 72px;
		text-transform: uppercase;
		letter-spacing: 2.15px;
		text-align: center;
		margin-bottom: 40px;
	}
	#ribbon7 .title_area h4 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: -1.5px;
		text-align: center;
		margin-bottom: 35px;
	}
	#ribbon7 .title_area p {
		color: #417caf;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: -0.45px;
		text-align: center;
		margin-bottom: 65px;
	}
	#ribbon7 .slider_area {
	}
	#ribbon7 .slider_contents {
		position: relative;
		padding-bottom: 0;
	}
	#ribbon7 .slider_contents .btn_area {
		position: absolute;
		top: 40%;
		z-index: 10;
		width: 84%;
		margin: 0 8%;
	}
	#ribbon7 .slider_contents .btn_area .btn_left {
		position: relative;
		width: 101px;
		height: 101px;
		background: url(/theme/hoesaeng/image/coven/btn_left.png) no-repeat;
		background-size: inherit;
		background-position: center center;
		float: left;
		cursor: pointer;
	}
	#ribbon7 .slider_contents .btn_area .btn_right {
		position: relative;
		width: 101px;
		height: 101px;
		background: url(/theme/hoesaeng/image/coven/btn_right.png) no-repeat;
		background-size: inherit;
		background-position: center center;
		float: right;
		cursor: pointer;
	}
	#ribbon7 .slider_area .item {
	}
	#ribbon7 .slider_area .item_obj {
		min-width: 1200px;
		max-width: 1300px;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
		background-color: #ffffff;
		padding: 80px 65px;
		margin: 0 auto;
	}
	#ribbon7 .slider_area .slide_left {
		width: 45%;
		display: inline-block;
		padding-right: 4%;
	}
	#ribbon7 .slider_area .img_area {
		height: 370px;
		margin-bottom: 40px;
	}
	#ribbon7 .slider_area .slide_left .tags {
		text-align: center;
	}
	#ribbon7 .slider_area .slide_left .tag {
		width: 32.5%;
		box-sizing: border-box;
		display: inline-block;
		color: #417caf;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 400;
		letter-spacing: -1.9px;
		text-align: center;
		padding: 15px 5px;
		border: 1px solid #417caf;
	}
	#ribbon7 .slider_area .slide_right {
		width: 50%;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
	}
	#ribbon7 .slider_area .slide_right h1 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 700;
		letter-spacing: -1.5px;
		margin-bottom: 50px;
	}
	#ribbon7 .slider_area .slide_right h3 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 24px;
		font-weight: 500;
		letter-spacing: -1.2px;
		word-break: keep-all;
		margin-bottom: 35px;
	}
	#ribbon7 .slider_area .slide_right p {
		color: #666666;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 300;
		letter-spacing: -0.9px;
		margin-bottom: 60px;
	}
	#ribbon7 .slider_area .slide_right .price_area {
	}
	#ribbon7 .slider_area .slide_right .price_area .left_price {
		position: relative;
		display: inline-block;
		padding-right: 60px;
	}
	#ribbon7 .slider_area .slide_right .price_area .left_price .icon {
		position: absolute;
		right: 20px;
		width: 13px;
		height: 24px;
		background: url(/theme/hoesaeng/image/coven/arrow_right2.png) no-repeat;
		background-size: inherit;
		background-position: center center;
	}
	#ribbon7 .slider_area .slide_right .price_area .right_price {
		display: inline-block;
		color: #417caf;
	}
	#ribbon7 .slider_area .price_area .top {
		color: #515151;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: -0.9px;
	}
	#ribbon7 .slider_area .price_area .price_value {
		font-size: 24px;
		font-weight: 400;
		letter-spacing: -0.06rem;
	}
	#ribbon7 .slider_area .price_area .price_value span {
		color: #000000;
		font-size: 48px;
		font-weight: 400;
		letter-spacing: -0.06rem;
	}
	#ribbon7 .slider_area .slide_right .price_area .right_price .top {
		color: #417caf;
	}
	#ribbon7 .slider_area .slide_right .price_area .right_price .price_value {
		color: #417caf;
	}
	#ribbon7
		.slider_area
		.slide_right
		.price_area
		.right_price
		.price_value
		span {
		color: #417caf;
	}

	#ribbon7 .slider_area .text {
		max-width: 1300px;
		margin: 0 auto;
		padding-right: 130px;
		color: #adadad;
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 400;
		letter-spacing: -0.38px;
		margin-top: 15px;
		padding-left: 0;
	}
}

/*ribbon8*/
#ribbon8 {
	width: 100%;
	position: relative;
}
#ribbon8 .top_line {
	position: absolute;
	top: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #fff;
}
#ribbon8 .bottom_line {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #fff;
}
#ribbon8 .ribbon_bg {
	background: url(/theme/hoesaeng/image/coven/section8_bg.png) center center
		no-repeat;
	background-size: cover;
}
#ribbon8 .contents {
	padding: 0 5%;
	padding-top: 50px;
	margin: 0 auto;
}
#ribbon8 .title_area h1 {
	color: #ffffff;
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
}
#ribbon8 .title_area h3 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 30px;
	font-weight: 400;
	line-height: 15.51px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
}
#ribbon8 .cards {
	margin: 0 auto;
}
#ribbon8 .cards li {
	position: relative;
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 10px 10px;
	padding-right: 30px;
	margin: 0;
	margin-bottom: 25px;
	vertical-align: top;
	cursor: pointer;
}
#ribbon8 .cards li h3 {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.55px;
	min-height: 45px;
}
#ribbon8 .cards li h3 .blue {
	color: #417caf;
}
#ribbon8 .popup_area .blue {
	color: #417caf;
}
#ribbon8 .cards li figcaption {
	display: none;
	position: absolute;
	bottom: 29px;
	left: 29px;
	z-index: 1;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: -0.38px;
}
#ribbon8 .cards li .bt_more_arrow {
	display: none;
	position: absolute;
	bottom: 8px;
	left: 115px;
	width: 72px;
	padding-right: 20px;
	box-sizing: border-box;
	height: 27px;
	transition: all 400ms;
}
#ribbon8 .cards li .bt_more_arrow span {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #000;
}
#ribbon8 .cards li .bt_more_arrow span:after {
	content: "";
	display: block;
	width: 18px;
	height: 1px;
	background: #000;
	transform: rotate(45deg);
	position: absolute;
	right: -0.13em;
	bottom: 0.29em;
}
#ribbon8 .cards li:focus,
#ribbon8 .cards li:hover {
	animation: blinkBg 0.5s forwards;
}

@-webkit-keyframes blinkBg {
	0% {
		opacity: 0.5;
	}
	10% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blinkBg {
	0% {
		opacity: 0.5;
	}
	10% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#ribbon8 .cards li a:hover .bt_more_arrow {
	padding-right: 0;
}
#ribbon8 .cards li:hover {
	background-color: #417caf;
	color: #fff;
}
#ribbon8 .cards li:hover h3 {
	color: #fff;
	padding-bottom: 10px;
}
#ribbon8 .cards li:hover h3 .blue {
	color: #fff;
}
#ribbon8 .cards li:hover figcaption {
	color: #fff;
}
#ribbon8 .cards li:hover .bt_more_arrow span {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#ribbon8 .cards li:hover .bt_more_arrow span:after {
	background: #fff;
}
#ribbon8 .cards li .arrow_down {
	position: absolute;
	top: 0;
	right: 0px;
	width: 40px;
	height: 60px;
	background: url(/theme/hoesaeng/image/coven/btn_tab.png) center center
		no-repeat;
	background-size: inherit;
}
#ribbon8 .cards li.on .arrow_down {
	transform: rotate(180deg);
}
#ribbon8 .cards li .m_text {
	display: none;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#ribbon8 .faq_popup {
	display: none;
	position: absolute;
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	overflow: hidden;
}
#ribbon8 .popup_bg {
	width: 0%;
	height: 0%;
	background-color: rgba(0, 0, 0, 1);
	display: table;
}
#ribbon8 .popup_bg2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	display: block;
	z-index: 1;
}
#ribbon8 .popup_area {
	min-height: 500px;
	display: table-cell;
	vertical-align: middle;
}
#ribbon8 .popup {
	display: none;
	position: absolute;
	top: 23%;
	left: 21%;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 35px 50px;
	z-index: 2;
}
#ribbon8 .popup .btn_close {
	position: relative;
	width: 32px;
	height: 32px;
	background: url(/theme/hoesaeng/image/coven/btn_colse.png) center center
		no-repeat;
	background-size: inherit;
	margin: 0 auto;
	margin-bottom: 35px;
	cursor: pointer;
}
#ribbon8 .popup h2 {
	display: inline-block;
	color: #417caf;
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 24px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	border-bottom: 1px solid #417caf;
	margin-bottom: 40px;
}
#ribbon8 .popup .sub_title_area {
	margin-bottom: 65px;
}
#ribbon8 .popup h3 {
	display: inline-block;
	color: #000;
	font-family: "Noto Sans KR";
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: -0.55px;
}
#ribbon8 .popup h3 .blue {
	color: #417caf;
}
#ribbon8 .popup .page {
	display: inline-block;
	float: right;
}
#ribbon8 .popup .page_prev {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 35px;
	background: url(/theme/hoesaeng/image/coven/btn_page_left.png) center center
		no-repeat;
	background-size: inherit;
	vertical-align: middle;
	cursor: pointer;
}
#ribbon8 .popup .page_next {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 35px;
	background: url(/theme/hoesaeng/image/coven/btn_page_right.png) center center
		no-repeat;
	background-size: inherit;
	vertical-align: middle;
	cursor: pointer;
}
#ribbon8 .popup .page_number {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
#ribbon8 .popup .page_number .now {
	position: absolute;
	left: 0;
	top: 0;
	color: #0c7bb3;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.38px;
}
#ribbon8 .popup .page_number .border {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 28px;
	background: url(/theme/hoesaeng/image/coven/btn_page.png) center bottom
		no-repeat;
	background-size: inherit;
}
#ribbon8 .popup .page_number .total {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #949494;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.38px;
}
#ribbon8 .popup .popup_contents {
	display: inline-block;
	color: #4d4d4d;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.38px;
	min-height: 200px;
}
#ribbon8 .popup .left_area {
	display: inline-block;
	width: 45%;
	float: left;
}
#ribbon8 .popup .right_area {
	display: inline-block;
	width: 45%;
	float: right;
}
#ribbon8 .popup .foot_logo {
	text-align: center;
	margin-top: 50px;
}
@media (min-width: 768px) {
	#ribbon8 {
		width: 100%;
		position: relative;
	}
	#ribbon8 .top_line {
		position: absolute;
		top: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #fff;
	}
	#ribbon8 .bottom_line {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #fff;
	}
	#ribbon8 .ribbon_bg {
		background-color: #29374d;
		height: 1100px;
	}
	#ribbon8 .contents {
		padding: 0 15px;
		padding-top: 130px;
		margin: 0 auto;
	}
	#ribbon8 .title_area h1 {
		color: #ffffff;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 90px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 20px;
	}
	#ribbon8 .title_area h3 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 25px;
		font-weight: 400;
		line-height: 15.51px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 80px;
	}
	#ribbon8 .cards {
		margin: 0 auto;
	}
	#ribbon8 .cards li {
		position: relative;
		width: 30.5%;
		display: inline-block;
		background-color: #ffffff;
		height: 275px;
		box-sizing: border-box;
		padding: 45px 25px;
		margin: 0 1%;
		margin-bottom: 25px;
		vertical-align: top;
		cursor: pointer;
	}
	#ribbon8 .cards li h3 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 400;
		line-height: 30px;
		text-transform: uppercase;
		letter-spacing: -0.55px;
	}
	#ribbon8 .cards li h3 .blue {
		color: #417caf;
	}
	#ribbon8 .cards li figcaption {
		display: block;
		position: absolute;
		bottom: 29px;
		left: 29px;
		z-index: 1;
		color: #000;
		font-size: 15px;
		font-weight: 500;
		line-height: 30px;
		text-transform: uppercase;
		letter-spacing: -0.38px;
	}
	#ribbon8 .cards li .bt_more_arrow {
		display: block;
		position: absolute;
		bottom: 8px;
		left: 115px;
		width: 72px;
		padding-right: 20px;
		box-sizing: border-box;
		height: 27px;
		transition: all 400ms;
	}
	#ribbon8 .cards li .bt_more_arrow span {
		position: relative;
		display: block;
		width: 100%;
		height: 0;
		border-bottom: 1px solid #000;
	}
	#ribbon8 .cards li .bt_more_arrow span:after {
		content: "";
		display: block;
		width: 18px;
		height: 1px;
		background: #000;
		transform: rotate(45deg);
		position: absolute;
		right: -0.13em;
		bottom: 0.29em;
	}
	#ribbon8 .cards li a:hover .bt_more_arrow {
		padding-right: 0;
	}
	#ribbon8 .cards li:hover {
		background-color: #417caf;
		color: #fff;
	}
	#ribbon8 .cards li:hover h3 {
		color: #fff;
	}
	#ribbon8 .cards li:hover h3 .blue {
		color: #fff;
	}
	#ribbon8 .cards li:hover figcaption {
		color: #fff;
	}
	#ribbon8 .cards li:hover .bt_more_arrow span {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	#ribbon8 .cards li:hover .bt_more_arrow span:after {
		background: #fff;
	}
	#ribbon8 .cards li .arrow_down {
		display: none;
	}
	#ribbon8 .cards li .m_text {
		display: none;
		height: 0;
		width: 0;
		overflow: hidden;
	}

	#ribbon8 .faq_popup {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	#ribbon8 .popup_bg {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 1);
		display: table;
	}
	#ribbon8 .popup_area {
		min-height: 500px;
		display: table-cell;
		vertical-align: middle;
	}
	#ribbon8 .popup {
		display: none;
		position: absolute;
		top: 23%;
		left: 0;
		width: auto;
		max-width: 1000px;
		margin: 0 auto;
		background-color: #fff;
		padding: 35px 50px;
	}
	#ribbon8 .popup .btn_close {
		position: relative;
		width: 32px;
		height: 32px;
		background: url(/theme/hoesaeng/image/coven/btn_colse.png) center center
			no-repeat;
		background-size: inherit;
		margin: 0 auto;
		margin-bottom: 35px;
		cursor: pointer;
	}
	#ribbon8 .popup h2 {
		display: inline-block;
		color: #417caf;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 24px;
		font-weight: 400;
		height: 36px;
		line-height: 36px;
		text-transform: uppercase;
		border-bottom: 1px solid #417caf;
		margin-bottom: 40px;
	}
	#ribbon8 .popup .sub_title_area {
		margin-bottom: 65px;
	}
	#ribbon8 .popup h3 {
		display: inline-block;
		color: #000;
		font-family: "Noto Sans KR";
		font-size: 22px;
		font-weight: 400;
		line-height: 30px;
		text-transform: uppercase;
		letter-spacing: -0.55px;
	}
	#ribbon8 .popup h3 .blue {
		color: #417caf;
	}
	#ribbon8 .popup .page {
		display: inline-block;
		float: right;
	}
	#ribbon8 .popup .page_prev {
		display: inline-block;
		position: relative;
		width: 16px;
		height: 35px;
		background: url(/theme/hoesaeng/image/coven/btn_page_left.png) center center
			no-repeat;
		background-size: inherit;
		vertical-align: middle;
		cursor: pointer;
	}
	#ribbon8 .popup .page_next {
		display: inline-block;
		position: relative;
		width: 16px;
		height: 35px;
		background: url(/theme/hoesaeng/image/coven/btn_page_right.png) center
			center no-repeat;
		background-size: inherit;
		vertical-align: middle;
		cursor: pointer;
	}
	#ribbon8 .popup .page_number {
		display: inline-block;
		position: relative;
		vertical-align: middle;
	}
	#ribbon8 .popup .page_number .now {
		position: absolute;
		left: 0;
		top: 0;
		color: #0c7bb3;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -0.38px;
	}
	#ribbon8 .popup .page_number .border {
		display: inline-block;
		position: relative;
		width: 24px;
		height: 28px;
		background: url(/theme/hoesaeng/image/coven/btn_page.png) center bottom
			no-repeat;
		background-size: inherit;
	}
	#ribbon8 .popup .page_number .total {
		position: absolute;
		bottom: 0;
		right: 0;
		color: #949494;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -0.38px;
	}
	#ribbon8 .popup .popup_contents {
		display: inline-block;
		color: #4d4d4d;
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -0.38px;
		min-height: 200px;
	}
	#ribbon8 .popup .left_area {
		display: inline-block;
		width: 45%;
		float: left;
	}
	#ribbon8 .popup .right_area {
		display: inline-block;
		width: 45%;
		float: right;
	}
	#ribbon8 .popup .foot_logo {
		text-align: center;
		margin-top: 50px;
	}
}
@media (min-width: 1200px) {
	#ribbon8 {
		width: 100%;
		position: relative;
	}
	#ribbon8 .top_line {
		position: absolute;
		top: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #fff;
	}
	#ribbon8 .bottom_line {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #fff;
	}
	#ribbon8 .ribbon_bg {
		background-color: #29374d;
		height: 1100px;
	}
	#ribbon8 .contents {
		padding-top: 130px;
		width: 1450px;
		margin: 0 auto;
	}
	#ribbon8 .title_area h1 {
		color: #ffffff;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 90px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 20px;
	}
	#ribbon8 .title_area h3 {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 400;
		line-height: 15.51px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 80px;
	}
	#ribbon8 .cards {
		width: 1100px;
		margin: 0 auto;
	}
	#ribbon8 .cards li {
		position: relative;
		width: 31%;
		display: inline-block;
		background-color: #ffffff;
		height: 275px;
		box-sizing: border-box;
		padding: 45px 35px;
		margin: 0 1%;
		margin-bottom: 25px;
		vertical-align: top;
		cursor: pointer;
	}
	#ribbon8 .cards li h3 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 22px;
		font-weight: 400;
		line-height: 30px;
		text-transform: uppercase;
		letter-spacing: -1.55px;
	}
	#ribbon8 .cards li h3 .blue {
		color: #417caf;
	}
	#ribbon8 .cards li figcaption {
		position: absolute;
		bottom: 29px;
		left: 29px;
		z-index: 1;
		color: #000;
		font-size: 15px;
		font-weight: 500;
		line-height: 30px;
		text-transform: uppercase;
		letter-spacing: -0.38px;
	}
	#ribbon8 .cards li .bt_more_arrow {
		display: block;
		position: absolute;
		bottom: 8px;
		left: 115px;
		width: 72px;
		padding-right: 20px;
		box-sizing: border-box;
		height: 27px;
		transition: all 400ms;
	}
	#ribbon8 .cards li .bt_more_arrow span {
		position: relative;
		display: block;
		width: 100%;
		height: 0;
		border-bottom: 1px solid #000;
	}
	#ribbon8 .cards li .bt_more_arrow span:after {
		content: "";
		display: block;
		width: 18px;
		height: 1px;
		background: #000;
		transform: rotate(45deg);
		position: absolute;
		right: -0.13em;
		bottom: 0.29em;
	}
	#ribbon8 .cards li:hover .bt_more_arrow {
		padding-right: 0;
	}
	#ribbon8 .cards li:hover {
		background-color: #417caf;
		color: #fff;
	}
	#ribbon8 .cards li:hover h3 {
		color: #fff;
	}
	#ribbon8 .cards li:hover h3 .blue {
		color: #fff;
	}
	#ribbon8 .cards li:hover figcaption {
		color: #fff;
	}
	#ribbon8 .cards li:hover .bt_more_arrow span {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	#ribbon8 .cards li:hover .bt_more_arrow span:after {
		background: #fff;
	}

	#ribbon8 .faq_popup {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	#ribbon8 .popup_bg {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 1);
		display: table;
	}
	#ribbon8 .popup_area {
		min-height: 500px;
		display: table-cell;
		vertical-align: middle;
	}
	#ribbon8 .popup {
		display: none;
		position: absolute;
		top: 23%;
		left: 21%;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		background-color: #fff;
		padding: 35px 50px;
	}
	#ribbon8 .popup .btn_close {
		position: relative;
		width: 32px;
		height: 32px;
		background: url(/theme/hoesaeng/image/coven/btn_colse.png) center center
			no-repeat;
		background-size: inherit;
		margin: 0 auto;
		margin-bottom: 35px;
		cursor: pointer;
	}
	#ribbon8 .popup h2 {
		display: inline-block;
		color: #417caf;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 24px;
		font-weight: 400;
		height: 36px;
		line-height: 36px;
		text-transform: uppercase;
		border-bottom: 1px solid #417caf;
		margin-bottom: 40px;
	}
	#ribbon8 .popup .sub_title_area {
		margin-bottom: 65px;
	}
	#ribbon8 .popup h3 {
		display: inline-block;
		color: #000;
		font-family: "Noto Sans KR";
		font-size: 22px;
		font-weight: 400;
		line-height: 30px;
		text-transform: uppercase;
		letter-spacing: -0.55px;
	}
	#ribbon8 .popup h3 .blue {
		color: #417caf;
	}
	#ribbon8 .popup .page {
		display: inline-block;
		float: right;
	}
	#ribbon8 .popup .page_prev {
		display: inline-block;
		position: relative;
		width: 16px;
		height: 35px;
		background: url(/theme/hoesaeng/image/coven/btn_page_left.png) center center
			no-repeat;
		background-size: inherit;
		vertical-align: middle;
		cursor: pointer;
	}
	#ribbon8 .popup .page_next {
		display: inline-block;
		position: relative;
		width: 16px;
		height: 35px;
		background: url(/theme/hoesaeng/image/coven/btn_page_right.png) center
			center no-repeat;
		background-size: inherit;
		vertical-align: middle;
		cursor: pointer;
	}
	#ribbon8 .popup .page_number {
		display: inline-block;
		position: relative;
		vertical-align: middle;
	}
	#ribbon8 .popup .page_number .now {
		position: absolute;
		left: 0;
		top: 0;
		color: #0c7bb3;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -0.38px;
	}
	#ribbon8 .popup .page_number .border {
		display: inline-block;
		position: relative;
		width: 24px;
		height: 28px;
		background: url(/theme/hoesaeng/image/coven/btn_page.png) center bottom
			no-repeat;
		background-size: inherit;
	}
	#ribbon8 .popup .page_number .total {
		position: absolute;
		bottom: 0;
		right: 0;
		color: #949494;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -0.38px;
	}
	#ribbon8 .popup .popup_contents {
		display: inline-block;
		color: #4d4d4d;
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -0.38px;
		min-height: 200px;
	}
	#ribbon8 .popup .left_area {
		display: inline-block;
		width: 45%;
		float: left;
	}
	#ribbon8 .popup .right_area {
		display: inline-block;
		width: 45%;
		float: right;
	}
	#ribbon8 .popup .foot_logo {
		text-align: center;
		margin-top: 50px;
	}
}

/*ribbon9*/
#ribbon9 {
	width: 100%;
	position: relative;
}
#ribbon9 .ribbon_bg {
	background-color: #e0e0e0;
	padding-bottom: 0;
}
#ribbon9 .top_line {
	position: absolute;
	top: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #00479d;
}
#ribbon9 .contents {
	padding-top: 40px;
	margin: 0 auto;
}
#ribbon9 .news_area {
	padding-top: 40px;
}
#ribbon9 .news_area .bg_area {
	position: relative;
	background: url(/theme/hoesaeng/image/coven/new_bg_m.png) center center
		no-repeat;
	background-size: cover;
	background-position: top;
	margin: 0 auto;
	padding-bottom: 20px;
}
#ribbon9 .new_contents {
	padding: 0px 9.5%;
}
#ribbon9 .new_contents a:hover {
	text-decoration: underline;
}
#ribbon9 .new_contents h1 {
	color: #000000;
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
	text-align: center;
}
#ribbon9 .new_contents .sub_title_area {
	height: 25px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 4px;
	position: relative;
}
#ribbon9 .new_contents .sub_title_area .page {
	position: absolute;
	left: 0;
	color: #5a5a5a;
	font-family: "Times New Roman PSMT";
	font-size: 18px;
	font-weight: 400;
	line-height: 55px;
	text-transform: uppercase;
}
#ribbon9 .new_contents .sub_title_area .subtitle {
	text-align: center;
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	text-transform: uppercase;
}
#ribbon9 .new_contents .sub_title_area .more {
	position: absolute;
	top: 0;
	right: 20px;
	color: #417caf;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -0.45px;
}
#ribbon9 .new_contents .sub_title_area .more a {
	display: inline-block;
	line-height: 55px;
}
#ribbon9 .new_contents .sub_title_area .more .icon {
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(/theme/hoesaeng/image/coven/arrow_right.png) no-repeat;
	background-size: inherit;
	background-position: center center;
}
#ribbon9 .new_contents .contents_top {
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
}
#ribbon9 .new_contents .contents_top .right_area img {
	width: 100%;
}
#ribbon9 .new_contents h2 {
	color: #000000;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.65px;
	margin-bottom: 10px;
}
#ribbon9 .new_contents h5 {
	color: #666666;
	font-family: "Noto Sans KR";
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.45px;
	margin-bottom: 8px;
}
#ribbon9 .new_contents p {
	color: #666666;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -0.38px;
	margin-bottom: 5px;
}
#ribbon9 .new_contents .left_area {
	width: 50%;
	display: inline-block;
	padding: 0;
	vertical-align: top;
}
#ribbon9 .new_contents .right_area {
	width: 42%;
	display: inline-block;
	padding: 0;
	vertical-align: top;
}
#ribbon9 .new_contents .contents_bottom {
	position: relative;
}
#ribbon9 .new_contents .contents_bottom .left_area {
	width: 100%;
	position: relative;
	padding-bottom: 10px;
}
#ribbon9 .new_contents .contents_bottom .right_area {
	width: 100%;
	position: relative;
	padding-bottom: 10px;
}
#ribbon9 .new_contents .more_btn {
	position: absolute;
	bottom: 0px;
	right: 0;
	float: right;
	color: #000;
	font-family: "Noto Sans KR";
	font-size: 10px;
	font-weight: 400;
	letter-spacing: -0.38px;
	padding-right: 10px;
}
#ribbon9 .new_contents .more_btn .icon {
	display: inline-block;
	width: 13px;
	height: 8px;
	background: url(/theme/hoesaeng/image/coven/arrow_right2.png) no-repeat;
	background-size: inherit;
	background-position: center center;
}
#ribbon9 .more_text {
	text-align: center;
}
#ribbon9 .more_text a {
	display: inline-block;
	line-height: 55px;
	color: #417caf;
	font-size: 12px;
}
#ribbon9 .more_text .icon {
	display: inline-block;
	width: 13px;
	height: 11px;
	background: url(/theme/hoesaeng/image/coven/arrow_right.png) no-repeat;
	background-size: inherit;
	background-position: center center;
}
@media (min-width: 768px) {
	#ribbon9 {
		width: 100%;
		position: relative;
	}
	#ribbon9 .ribbon_bg {
		background-color: #e0e0e0;
		height: 1100px;
		padding: 0 2%;
	}
	#ribbon9 .top_line {
		position: absolute;
		top: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #00479d;
	}
	#ribbon9 .contents {
		padding-top: 130px;
		margin: 0 auto;
	}
	#ribbon9 .news_area {
		padding-top: 115px;
	}
	#ribbon9 .news_area .bg_area {
		position: relative;
		height: 1010px;
		background: url(/theme/hoesaeng/image/coven/section9_bg.png) center center
			no-repeat;
		background-size: inherit;
		margin: 0 auto;
	}
	#ribbon9 .new_contents {
		padding: 0px 3%;
		padding-right: 40px;
	}
	#ribbon9 .new_contents h1 {
		color: #000000;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 100px;
		font-weight: 400;
		text-transform: uppercase;
		padding-top: 60px;
		padding-bottom: 25px;
		border-bottom: 3px solid #000;
		text-align: center;
	}
	#ribbon9 .new_contents .sub_title_area {
		height: 55px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		margin-top: 4px;
		position: relative;
	}
	#ribbon9 .new_contents .sub_title_area .page {
		position: absolute;
		left: 0;
		color: #5a5a5a;
		font-family: "Times New Roman PSMT";
		font-size: 18px;
		font-weight: 400;
		line-height: 55px;
		text-transform: uppercase;
	}
	#ribbon9 .new_contents .sub_title_area .subtitle {
		text-align: center;
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 28px;
		font-weight: 300;
		line-height: 55px;
		text-transform: uppercase;
	}
	#ribbon9 .new_contents .sub_title_area .more {
		position: absolute;
		top: 0;
		right: 20px;
		color: #417caf;
		font-family: "Noto Sans KR";
		font-size: 14px;
		font-weight: 400;
		line-height: 55px;
		letter-spacing: -0.45px;
	}
	#ribbon9 .new_contents .sub_title_area .more a {
		display: inline-block;
		line-height: 55px;
	}
	#ribbon9 .new_contents .sub_title_area .more .icon {
		display: inline-block;
		width: 13px;
		height: 15px;
		background: url(/theme/hoesaeng/image/coven/arrow_right.png) no-repeat;
		background-size: inherit;
		background-position: center center;
	}
	#ribbon9 .new_contents .contents_top {
		padding-top: 40px;
		padding-bottom: 0;
	}
	#ribbon9 .new_contents h2 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 26px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: -0.65px;
		margin-bottom: 25px;
	}
	#ribbon9 .new_contents h5 {
		color: #666666;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -0.45px;
		margin-bottom: 0;
		min-height: 40px;
	}
	#ribbon9 .new_contents p {
		color: #666666;
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: -0.38px;
		margin-bottom: 15px;
	}
	#ribbon9 .new_contents .left_area {
		position: relative;
		width: 47.5%;
		display: inline-block;
		padding: 0 1%;
		vertical-align: top;
	}
	#ribbon9 .new_contents .right_area {
		width: 45.5%;
		display: inline-block;
		padding: 0 1%;
		vertical-align: top;
	}
	#ribbon9 .new_contents .contents_bottom {
		margin-top: 45px;
	}
	#ribbon9 .new_contents .contents_bottom .left_area {
		width: 47.5%;
		position: relative;
	}
	#ribbon9 .new_contents .contents_bottom .right_area {
		width: 47.5%;
		position: relative;
	}
	#ribbon9 .new_contents .more_btn {
		position: relative;
		float: right;
		color: #000;
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 400;
		letter-spacing: -0.38px;
		padding-right: 40px;
		padding-top: 20px;
	}
	#ribbon9 .new_contents .more_btn .icon {
		display: inline-block;
		width: 13px;
		height: 12px;
		background: url(/theme/hoesaeng/image/coven/arrow_right2.png) no-repeat;
		background-size: inherit;
		background-position: center center;
	}
}
@media (min-width: 1200px) {
	#ribbon9 {
		width: 100%;
		position: relative;
	}
	#ribbon9 .ribbon_bg {
		background-color: #e0e0e0;
		height: 1150px;
	}
	#ribbon9 .top_line {
		position: absolute;
		top: 0;
		left: 50%;
		height: 76px;
		border-right: 2px solid #00479d;
	}
	#ribbon9 .contents {
		padding-top: 130px;
		width: 1450px;
		margin: 0 auto;
	}
	#ribbon9 .news_area {
		padding-top: 115px;
	}
	#ribbon9 .news_area .bg_area {
		position: relative;
		width: 1205px;
		height: 911px;
		background: url(/theme/hoesaeng/image/coven/section9_bg.png) center center
			no-repeat;
		background-size: inherit;
		margin: 0 auto;
		padding-bottom: 90px;
	}
	#ribbon9 .new_contents {
		padding: 0px 60px;
		padding-right: 70px;
	}
	#ribbon9 .new_contents h1 {
		color: #000000;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 100px;
		font-weight: 400;
		text-transform: uppercase;
		padding-top: 60px;
		padding-bottom: 25px;
		border-bottom: 3px solid #000;
		text-align: center;
		height: 110px;
	}
	#ribbon9 .new_contents .sub_title_area {
		height: 55px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		margin-top: 4px;
		position: relative;
	}
	#ribbon9 .new_contents .sub_title_area .page {
		position: absolute;
		left: 0;
		color: #5a5a5a;
		font-family: "Times New Roman PSMT";
		font-size: 18px;
		font-weight: 400;
		line-height: 55px;
		text-transform: uppercase;
	}
	#ribbon9 .new_contents .sub_title_area .subtitle {
		text-align: center;
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 55px;
		text-transform: uppercase;
	}
	#ribbon9 .new_contents .sub_title_area .more {
		position: absolute;
		top: 0;
		right: 20px;
		color: #417caf;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 400;
		line-height: 55px;
		letter-spacing: -0.45px;
	}
	#ribbon9 .new_contents .sub_title_area .more a {
		display: inline-block;
		line-height: 55px;
	}
	#ribbon9 .new_contents .sub_title_area .more .icon {
		display: inline-block;
		width: 13px;
		height: 15px;
		background: url(/theme/hoesaeng/image/coven/arrow_right.png) no-repeat;
		background-size: inherit;
		background-position: center center;
	}
	#ribbon9 .new_contents .contents_top {
		padding-top: 40px;
	}
	#ribbon9 .new_contents h2 {
		color: #000000;
		font-family: "Noto Sans KR";
		font-size: 26px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: -0.65px;
		margin-bottom: 25px;
	}
	#ribbon9 .new_contents h5 {
		color: #666666;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -0.45px;
		margin-bottom: 0;
	}
	#ribbon9 .new_contents p {
		color: #666666;
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: -0.38px;
		margin-bottom: 15px;
	}
	#ribbon9 .new_contents .left_area {
		width: 47.5%;
		display: inline-block;
		padding: 0 1%;
		vertical-align: top;
	}
	#ribbon9 .new_contents .right_area {
		width: 45.5%;
		display: inline-block;
		padding: 0 1%;
		vertical-align: top;
	}
	#ribbon9 .new_contents .more_btn {
		float: right;
		color: #000;
		font-family: "Noto Sans KR";
		font-size: 15px;
		font-weight: 400;
		letter-spacing: -0.38px;
		padding-right: 40px;
	}
	#ribbon9 .new_contents .more_btn .icon {
		display: inline-block;
		width: 13px;
		height: 12px;
		background: url(/theme/hoesaeng/image/coven/arrow_right2.png) no-repeat;
		background-size: inherit;
		background-position: center center;
	}
}

/*#ribbon10*/
#main_visual {
	background-color: #000000;
	background-image: url("/theme/hoesaeng/image/coven/video_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 30px;
}
#main_visual .video_wrap .video-cover {
	background: none;
}
#main_visual .video_wrap {
	display: none;
	opacity: 0.3;
}
/*#main_visual .video-js button{display: none;}*/
/*#main_visual .video-js .vjs-control-bar{display: none !important; visibility: hidden !important;}*/
#main_visual .main_box {
	position: relative;
	transform: none;
	width: auto;
	top: 50px;
	left: 0;
}
#main_visual .main_box h1 {
	color: #ffffff;
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
#main_visual .main_box .img_area {
	position: relative;
}
#main_visual .main_box .img_area .video-js {
	margin: 0 auto;
}
#main_visual .main_box .video_bottom_text {
	font-size: 14px;
	color: #fff;
	font-family: "Noto Sans KR";
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 10px;
}
#main_visual .main_box .video_text {
	position: absolute;
	left: -170px;
	top: 420px;
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
}
#main_visual .main_box .video_text b {
	font-family: "Noto Sans KR";
	font-weight: 500;
}
.vjs-theme-forest .vjs-big-play-button {
	width: 40px !important;
	height: 40px !important;
	background-size: 100% !important;
	margin-top: -22px !important;
	margin-left: -22px !important;
}
.vjs-poster {
	background-size: cover !important;
}
/*.mobile_video_area video{display: none;}*/
.mobile_poster {
	width: 300px !important;
	cursor: pointer;
	margin: 0 auto;
	display: block;
}
.bottomvideo1-dimensions {
	width: 100% !important;
}
@media (min-width: 768px) {
	#main_visual {
		background-color: #000000;
		padding-bottom: 0;
	}
	#main_visual .video_wrap {
		position: absolute;
		top: 0;
		display: block;
		opacity: 0.3;
	}
	/*#main_visual .video-js button{display: none;}*/
	#main_visual .video-js .vjs-control-bar {
		display: none !important;
		visibility: hidden !important;
	}
	#main_visual .main_box {
		position: relative;
		transform: none;
		width: auto;
		top: 50px;
		left: 0;
		padding-bottom: 100px;
	}
	#main_visual .main_box h1 {
		color: #ffffff;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 100px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
	}
	#main_visual .main_box .img_area {
		margin: 0 auto;
	}
	#main_visual .main_box .video_text {
		display: none;
	}
	#main_visual .main_box .video_text b {
		font-family: "Noto Sans KR";
		font-weight: 500;
	}
	#main_visual .owl-dots {
		display: none;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	#main_visual .owl-dot {
		width: 50%;
		height: 4px;
		border-bottom: 1px solid #dcdcdc;
	}
	#main_visual .owl-dot.active {
		background-color: #dcdcdc;
	}
	.vjs-theme-forest .vjs-big-play-button {
		width: 88px !important;
		height: 88px !important;
		background-size: 100% !important;
		margin-top: -44px !important;
		margin-left: -44px !important;
	}
}
@media (min-width: 1200px) {
	#main_visual {
		background-color: #000000;
	}
	#main_visual .video_wrap {
		opacity: 0.3;
	}
	/*#main_visual .video-js button{display: none;}*/
	#main_visual .video-js .vjs-control-bar {
		display: none !important;
		visibility: hidden !important;
	}
	#main_visual .main_box {
		position: relative;
		transform: none;
		width: auto;
		top: 50px;
		left: 0;
		padding-bottom: 100px;
		margin-top: 150px;
	}
	#main_visual .main_box h1 {
		color: #ffffff;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 100px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		line-height: 75px;
		padding-bottom: 90px;
	}
	#main_visual .main_box .img_area {
		width: 1000px;
		margin: 0 auto;
	}
	#main_visual .main_box .video_text {
		display: block;
		position: absolute;
		left: -170px;
		top: 420px;
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 40px;
		text-transform: uppercase;
	}
	#main_visual .main_box .video_text b {
		font-family: "Noto Sans KR";
		font-weight: 500;
	}
}
.bottomvideo1-dimensions {
	width: auto;
}
.bottom_contact {
	position: fixed;
	bottom: 0;
	z-index: 20;
	width: 100%;
}

/*add_20210715*/

.card_option_section {
	width: 100%;
	position: relative;
}
.card_option_section .ribbon_bg {
	background: url(/theme/hoesaeng/image/coven/section5_bg.png) center center
		repeat;
	background-size: cover;
}
.card_option_section .top_line {
	position: absolute;
	top: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #fff;
}
.card_option_section .contents {
	padding-top: 60px;
	margin: 0 auto;
}
.card_option_section .title_area h3 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: -0.75px;
}
.card_option_section .title_area h2 {
	color: #ffffff;
	font-family: "AkzidenzGroteskBQ-MdCnd";
	font-size: 35px;
	font-weight: 400;
	letter-spacing: 2.15px;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 32px;
}
.card_option_section .title_area p {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-weight: 300;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	letter-spacing: normal;
}
.card_option_section .title_area p .blue {
	color: #417caf;
	letter-spacing: -0.06rem;
}
.card_option_section .cards {
	padding: 0 5%;
	margin-top: 30px;
}
.card_option_section .card {
	padding-top: 37px;
	padding-bottom: 35px;
	position: relative;
}
.card_option_section .card .img_area {
	position: absolute;
	left: 0;
	width: 80px;
}
.card_option_section .card .img_area img {
	width: 100%;
}
.card_option_section .card .img_area_pc {
	display: none;
}
.card_option_section .card .text_area1 {
	padding-left: 100px;
	text-align: left;
}
.card_option_section .card .text_area1 h1 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
}
.card_option_section .card .text_area1 h2 {
	font-family: "Noto Sans CJ Kkr - Bold";
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.69px;
	line-height: normal;
	text-align: left;
}
.card_option_section .card .text_area1 h3 {
	color: #ffffff;
	font-family: "Noto Sans KR";
	font-size: 19px;
	font-weight: 700;
	line-height: 32.42px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 30px;
}
.card_option_section .card .text_area1 h4 {
	display: none;
}
.card_option_section .card .text_area1 p {
	display: none;
}
.card_option_section .card .arrow_down {
	display: block;
	position: absolute;
	right: 10px;
	top: 70px;
	width: 21px;
}
.card_option_section .card .arrow_down img {
	width: 100%;
}

.card_option_section .card .description_area {
	display: none;
	margin-top: 15px;
}
.card_option_section .card .card_ribbon {
	display: none;
}
.card_option_section .card .card_ribbon img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.card_option_section .card .text_area2 {
	display: none;
}

.card_option_section .card.on .description_area {
	display: block;
}
.card_option_section .card.on .text_area1 {
	padding-left: 90px;
}
.card_option_section .card.on .arrow_down {
	transform: rotate(180deg);
}
.card_option_section .card.on .card_ribbon {
	display: block;
}

.card_option_section .card .description_area {
	position: relative;
	box-shadow: 2px 1px 1px rgba(4, 0, 0, 0.65);
	border: 2px solid #b9d8c7;
	background-color: #334933;
	padding: 30px 20px;
}
.card_option_section .card .description_area h5 {
	font-family: "Noto Sans CJ Kkr";
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	letter-spacing: -0.42px;
	margin-bottom: 10px;
}
.card_option_section .card .description_area p {
	color: #ffffff;
	font-family: "Noto Sans CJ Kkr";
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	letter-spacing: -0.35px;
	word-break: keep-all;
}
.card_option_section .card .description_area .icons {
	padding-top: 15px;
	padding-bottom: 20px;
}
.card_option_section .card .description_area .icons img {
	width: 100%;
}
.card_option_section .card .description_area .top20 {
	margin-top: 20px;
}
.card_option_section .card .description_area ul {
	padding-left: 10px;
}
.card_option_section .card .description_area li {
	color: #ffffff;
	font-family: "Noto Sans CJ Kkr";
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	letter-spacing: -0.35px;
	line-height: normal;
	list-style: none;
	word-break: keep-all;
}
.card_option_section .card .description_area ul li:before {
	content: "·";
	font-size: 14px;
	padding-right: 5px;
	margin-left: -10px;
}
.card_option_section .card .description_area .link_text {
	position: relative;
	font-family: "Noto Sans CJ Kkr";
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.75px;
	text-align: left;
	height: 44px;
	line-height: 44px;
	width: 150px;
	margin-left: 0;
	padding-left: 10px;
	cursor: pointer;
}
.card_option_section .card .description_area .link_text .icon_right {
	position: absolute;
	right: 10px;
	top: 16px;
}
.card_option_section .card .description_area .link_text .icon_right img {
	width: 8px;
}

.card_option_section .card1 {
	border-top: 3px solid #73a76f;
}
.card_option_section .card1 .text_area1 h2 {
	color: #b9d7c4;
}
.card_option_section .card1 .description_area h5 {
	color: #b9d7c4;
}
.card_option_section .card1 .description_area .icons {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #b9d8c7;
}
.card_option_section .card1 .description_area .icons .icon {
	width: 25%;
	float: left;
	text-align: center;
}
.card_option_section .card1 .description_area .icons .icon img {
	width: 43px;
}
.card_option_section .card1 .description_area .icons .icon .icon_text {
	color: #ffffff;
	font-family: "Noto Sans CJ Kkr";
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.33px;
	line-height: normal;
	white-space: nowrap;
}
.card_option_section .card1 .description_area .link_text {
	border: 1px solid #b9d7c4;
	color: #b9d7c4;
	margin-top: 40px;
}

.card_option_section .card1.on {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.card_option_section .card1.on .text_area1 h1 {
	color: #8d8f92;
	font-size: 15px;
}
.card_option_section .card1.on .text_area1 h2 {
	color: #8d8f92;
	font-size: 15px;
}
.card_option_section .card1.on .text_area1 h3 {
	color: #8d8f92;
	font-size: 18px;
}

.card_option_section .card2 {
	border-top: 3px solid #c2a556;
}
.card_option_section .card2 .text_area1 h2 {
	color: #c2a556;
}
.card_option_section .card2 .description_area {
	border: 2px solid #c2a556;
	background-color: #262625;
}
.card_option_section .card2 .description_area h5 {
	color: #c2a556;
}
.card_option_section .card2 .description_area .icons {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #c2a556;
}
.card_option_section .card2 .description_area .icons .icon {
	width: 20%;
	float: left;
	text-align: center;
}
.card_option_section .card2 .description_area .icons .icon img {
	width: 43px;
}
.card_option_section .card2 .description_area .icons .icon .icon_text {
	color: #ffffff;
	font-family: "Noto Sans CJ Kkr";
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.33px;
	line-height: normal;
	white-space: nowrap;
}
.card_option_section .card2 .description_area .link_text {
	border: 1px solid #c2a556;
	color: #c2a556;
	margin-top: 40px;
}

.card_option_section .card2.on {
	background-color: #262625;
	padding-left: 10px;
	padding-right: 10px;
}
.card_option_section .card2.on .text_area1 h1 {
	color: #fff;
	font-size: 15px;
}
.card_option_section .card2.on .text_area1 h2 {
	color: #fff;
	font-size: 15px;
}
.card_option_section .card2.on .text_area1 h3 {
	color: #fff;
	font-size: 18px;
}

.card_option_section .card3 {
	border-top: 3px solid #3a6f9d;
}
.card_option_section .card3 .text_area1 .top {
	margin-top: -15px;
	display: block;
}
.card_option_section .card3 .text_area1 h5 {
	color: #ffffff;
	font-family: "Noto Sans CJ Kkr";
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -0.94px;
	padding: 5px 12px;
	display: inline;
	margin-top: -10px;
}
.card_option_section .card3 .text_area1 h5.plan1 {
	background-color: #3a6f9d;
}
.card_option_section .card3 .text_area1 h5.plan2 {
	background-color: #134774;
}
.card_option_section .card3 .text_area1 h1 {
	margin-top: 10px;
}
.card_option_section .card3 .text_area1 h2 {
	color: #99c5e5;
}
.card_option_section .card3 .text_area1 h3 {
	margin-top: 5px;
}

.card_option_section .card3 .description_area {
	border: 2px solid #3a6f9d;
	background-color: #141f35;
}
.card_option_section .card3 .description_area h5 {
	color: #3a6f9d;
}
.card_option_section .card3 .description_area .icons {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #3a6f9d;
}
.card_option_section .card3 .description_area .icons .icon {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
.card_option_section .card3 .description_area .icons .icon img {
	width: 43px;
}
.card_option_section .card3 .description_area .icons .icon .icon_text {
	color: #ffffff;
	font-family: "Noto Sans CJ Kkr";
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.33px;
	line-height: normal;
	white-space: nowrap;
}
.card_option_section .card3 .description_area .link_text {
	border: 1px solid #99c5e5;
	color: #99c5e5;
	margin-top: 40px;
}

.card_option_section .card3.on {
	background-color: #141f35;
	border: 2px solid #99c5e5;
	padding-left: 10px;
	padding-right: 10px;
}
.card_option_section .card3.on .text_area1 h1 {
	color: #fff;
	font-size: 15px;
}
.card_option_section .card3.on .text_area1 h2 {
	color: #fff;
	font-size: 15px;
}
.card_option_section .card3.on .text_area1 h3 {
	color: #fff;
	font-size: 18px;
}

@media (min-width: 768px) {
	.card_option_section .ribbon_bg {
		height: auto;
	}
	.card_option_section .contents {
		padding: 0 2%;
		padding-top: 170px;
		margin: 0 auto;
	}
	.card_option_section .title_area h3 {
		height: 28px;
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: -1.5px;
		text-align: center;
		margin-bottom: 35px;
	}
	.card_option_section .title_area h2 {
		height: 45px;
		color: #ffffff;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 100px;
		font-weight: 400;
		line-height: 72px;
		letter-spacing: 2.15px;
		text-align: center;
		margin-bottom: 45px;
	}
	.card_option_section .title_area p {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 20px;
		font-weight: 300;
		line-height: 36px;
		letter-spacing: -0.06rem;
		margin: 0 auto;
		text-align: center;
	}
	.card_option_section .title_area p .blue {
		color: #417caf;
		letter-spacing: -0.06rem;
	}
	.card_option_section .cards {
		padding: 0 0;
		margin-top: 30px;
	}
	.card_option_section .card {
		display: inline-block;
		width: 100%;
	}
	.card_option_section .card .img_area {
		display: none;
	}
	.card_option_section .card .img_area_pc {
		display: block;
		position: relative;
		width: 26%;
		float: left;
		text-align: center;
	}
	.card_option_section .card .img_area_pc .card_area {
		width: 200px;
		margin: 0 auto;
		margin-left: -10px;
	}
	.card_option_section .card .img_area_pc img {
		width: 200px;
	}
	.card_option_section .card .img_area_pc .link_text {
		position: relative;
		font-family: "Noto Sans CJ Kkr";
		font-size: 15px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: -0.75px;
		text-align: left;
		height: 44px;
		line-height: 44px;
		width: 150px;
		margin-left: 30px;
		padding-left: 10px;
		cursor: pointer;
	}
	.card_option_section .card .img_area_pc .link_text .icon_right {
		position: absolute;
		right: 10px;
		top: 16px;
	}
	.card_option_section .card .img_area_pc .link_text .icon_right img {
		width: 8px;
	}
	.card_option_section .card .arrow_down {
		display: none;
	}
	.card_option_section .card .text_area1 {
		float: left;
		padding-left: 0;
		width: 30%;
	}
	.card_option_section .card .text_area1 h1 {
		display: none;
	}
	.card_option_section .card .text_area1 h2 {
		margin-bottom: 0;
		height: auto;
		font-family: "Noto Sans CJ Kkr";
		font-size: 15px;
		font-weight: 300;
		letter-spacing: normal;
		line-height: 19.33px;
		text-align: left;
	}
	.card_option_section .card .text_area1 h3 {
		margin-top: 5px;
		font-size: 20px;
	}
	.card_option_section .card .text_area1 h4 {
		display: block;
		margin-top: 70px;
		font-family: "Noto Sans CJ Kkr";
		font-size: 17px;
		font-weight: 500;
		line-height: 20.08px;
		text-align: left;
		letter-spacing: -0.57px;
		margin-bottom: 10px;
	}
	.card_option_section .card .text_area1 p {
		display: block;
		color: #ffffff;
		font-family: "Noto Sans CJ Kkr";
		font-size: 14px;
		font-weight: 300;
		line-height: normal;
		text-align: left;
		letter-spacing: -0.47px;
		word-break: keep-all;
	}
	.card_option_section .card .text_area1 p.t_show {
		display: block;
	}
	.card_option_section .card .text_area1 p.pc_show {
		display: none;
	}
	.card_option_section .card .text_area2 {
		display: block;
		float: left;
		width: 44%;
	}
	.card_option_section .card .text_area2 .icons {
	}
	.card_option_section .card .text_area2 .icons img {
		max-width: 100%;
	}
	.card_option_section .card .text_area2 .icons {
		display: inline-block;
		width: 100%;
	}
	.card_option_section .card .text_area2 .icons .icon {
		width: 16.66%;
		float: left;
		text-align: center;
	}
	.card_option_section .card .text_area2 .icons .icon img {
		width: 43px;
	}
	.card_option_section .card .text_area2 .icons .icon .icon_text {
		color: #ffffff;
		font-family: "Noto Sans CJ Kkr";
		font-size: 11px;
		font-weight: 400;
		text-align: center;
		letter-spacing: -0.33px;
		line-height: 16px;
		white-space: nowrap;
	}

	.card_option_section .card .text_area2 h1 {
		font-family: "Noto Sans CJ Kkr";
		font-size: 17px;
		font-weight: 500;
		line-height: 22px;
		text-align: left;
		letter-spacing: -0.57px;
		margin-top: 40px;
	}
	.card_option_section .card .text_area2 ul {
		list-style: none;
		padding-left: 10px;
		margin-top: 20px;
	}
	.card_option_section .card .text_area2 li {
		color: #ffffff;
		font-family: "Noto Sans CJ Kkr";
		font-size: 14px;
		font-weight: 300;
		line-height: 22px;
		letter-spacing: -0.47px;
		word-break: keep-all;
	}
	.card_option_section .card .text_area2 ul li:before {
		content: "·";
		font-size: 14px;
		padding-right: 5px;
		margin-left: -10px;
	}

	.card_option_section .card1 {
		border-top: 0;
	}
	.card_option_section .card1 .text_area1 h2 {
		color: #b9d7c4;
	}
	.card_option_section .card1 .text_area1 h4 {
		color: #b9d7c4;
	}
	.card_option_section .card1 .text_area2 h1 {
		color: #b9d7c4;
	}
	.card_option_section .card1 .img_area_pc .link_text {
		color: #b9d7c4;
		border: 1px solid #b9d7c4;
	}
	.card_option_section .card1 .img_area_pc .link_text:hover {
		color: #fff;
		background-color: #b9d7c4;
	}

	.card_option_section .card2 {
		border-top: 1px solid #c2a556;
	}
	.card_option_section .card2 .text_area1 h2 {
		color: #c2a556;
	}
	.card_option_section .card2 .text_area1 h4 {
		color: #c2a556;
	}
	.card_option_section .card2 .text_area2 h1 {
		color: #c2a556;
	}
	.card_option_section .card2 .img_area_pc .link_text {
		color: #c2a556;
		border: 1px solid #c2a556;
	}
	.card_option_section .card2 .img_area_pc .link_text:hover {
		color: #fff;
		background-color: #c2a556;
	}

	.card_option_section .card3 {
		border-top: 1px solid #99c5e5;
	}
	.card_option_section .card3 .text_area1 .top {
		display: none;
	}
	.card_option_section .card3 .text_area1 h2 {
		color: #99c5e5;
	}
	.card_option_section .card3 .text_area1 h4 {
		color: #99c5e5;
		margin-top: 52px;
	}
	.card_option_section .card3 .text_area2 h1 {
		color: #99c5e5;
	}
	.card_option_section .card3 .img_area_pc .link_text {
		color: #99c5e5;
		border: 1px solid #99c5e5;
	}
	.card_option_section .card3 .img_area_pc .link_text:hover {
		color: #fff;
		background-color: #99c5e5;
	}
}

@media (min-width: 1200px) {
	.card_option_section .contents {
		padding-top: 170px;
		width: 1400px;
		margin: 0 auto;
		padding-bottom: 150px;
	}
	.card_option_section .title_area h3 {
		height: 28px;
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 30px;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: -1.5px;
		text-align: center;
		margin-bottom: 35px;
	}
	.card_option_section .title_area h2 {
		height: 72px;
		color: #ffffff;
		font-family: "AkzidenzGroteskBQ-MdCnd";
		font-size: 100px;
		font-weight: 400;
		line-height: 72px;
		letter-spacing: 2.15px;
		text-align: center;
		margin-bottom: 45px;
	}
	.card_option_section .title_area p {
		color: #ffffff;
		font-family: "Noto Sans KR";
		font-size: 20px;
		font-weight: 300;
		line-height: 36px;
		letter-spacing: -0.06rem;
		margin: 0 auto;
		text-align: center;
	}
	.card_option_section .title_area p .blue {
		color: #417caf;
		letter-spacing: -0.06rem;
	}

	.card_option_section .card .img_area_pc {
		width: 22%;
	}
	.card_option_section .card .img_area_pc .card_area {
		width: 290px;
		margin: 0 auto;
		float: left;
	}
	.card_option_section .card .img_area_pc img {
		width: 290px;
	}
	.card_option_section .card .text_area2 .icons .icon .icon_text {
		font-size: 15px;
		font-weight: 400;
		line-height: 18px;
		text-align: center;
		letter-spacing: -0.38px;
	}
	.card_option_section .card .img_area_pc .link_text {
		width: 183px;
		margin-left: 45px;
		padding-left: 47px;
	}

	.card_option_section .card .text_area1 {
		float: left;
		padding-left: 0;
		width: 36%;
	}
	.card_option_section .card .text_area1 h2 {
		font-size: 24px;
		line-height: normal;
	}
	.card_option_section .card .text_area1 h3 {
		font-size: 36px;
		margin-top: 15px;
	}
	.card_option_section .card .text_area1 h4 {
		font-size: 22px;
		line-height: normal;
		margin-top: 120px;
	}
	.card_option_section .card .text_area1 p {
		font-size: 18px;
		line-height: normal;
	}
	.card_option_section .card .text_area1 p.t_show {
		display: none;
	}
	.card_option_section .card .text_area1 p.pc_show {
		display: block;
	}
	.card_option_section .card .text_area2 {
		width: 41%;
		padding-left: 1%;
		position: relative;
	}
	.card_option_section .card .text_area2 h1 {
		font-size: 22px;
		line-height: normal;
		margin-top: 60px;
	}
	.card_option_section .card .text_area2 li {
		font-size: 18px;
		line-height: normal;
	}

	.card_option_section .card2 .text_area1 h4 {
		margin-top: 120px;
	}

	.card_option_section .card3 .text_area1 h4 {
		margin-top: 30px;
	}
	.card_option_section .card3 .text_area2 h1 {
		font-size: 22px;
		line-height: normal;
		position: absolute;
		left: 0;
		margin-top: 30px;
		padding-left: 15px;
	}
	.card_option_section .card3 .text_area2 ul {
		padding-left: 210px;
		margin-top: 30px;
	}
}

/*card_review_section*/
.card_review_section {
	display: none;
	width: 100%;
	position: relative;
}
.card_review_section .bottom_line {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 76px;
	border-right: 2px solid #00479d;
}
.card_review_section .contents {
	padding-top: 60px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.card_review_section .title_area {
	margin-bottom: 70px;
}
.card_review_section .title_area h1 {
	color: #000000;
	font-family: "Noto Sans CJ Kkr";
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}
.card_review_section .cards {
	display: inline-block;
	width: 100%;
}
.card_review_section .card {
	float: left;
	width: 31%;
	padding: 0 1%;
}
.card_review_section .card .top_area h5 {
	font-family: "Noto Sans CJ Kkr";
	font-size: 17px;
	font-weight: 300;
	text-align: left;
	color: #000000;
}
.card_review_section .card .top_area h4 {
	color: #000000;
	font-family: "Noto Sans CJ Kkr";
	font-size: 24px;
	font-weight: 700;
	text-align: left;
}
.card_review_section .card .review {
	position: relative;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.32);
	min-height: 360px;
	padding: 15px 15px;
	margin-top: 10px;
}
.card_review_section .card .review .top {
	position: relative;
	margin-bottom: 30px;
}
.card_review_section .card .review .top .img_area {
	position: absolute;
	top: 0;
	left: 0;
}
.card_review_section .card .review .top .text_area {
	padding-left: 60px;
}
.card_review_section .card .review .top .text_area h5 {
	color: #ffffff;
	font-family: "Noto Sans CJ Kkr";
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
}
.card_review_section .card .review p {
	color: #cccccc;
	font-family: "Noto Sans CJ Kkr";
	font-size: 15px;
	font-weight: 300;
	word-break: keep-all;
}
.card_review_section .card .review .bottom_card {
	position: absolute;
	bottom: -80px;
	right: 0;
}
.card_review_section .card .review .bottom_card img {
	width: 87px;
}
.card_review_section .card .link_text {
	width: 135px;
	font-family: "Noto Sans CJ Kkr";
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	position: relative;
}
.card_review_section .card .arrow_right {
	position: absolute;
	right: 0;
	top: 8px;
}

.card_review_section .card1 .top_area h5 .tag {
	color: #73a76f;
}
.card_review_section .card1 .review {
	border: 2px solid #b9d7c4;
	background-color: #334933;
}
.card_review_section .card1 .link_text {
	color: #73a76f;
}

.card_review_section .card2 .top_area h5 .tag {
	color: #c2a556;
}
.card_review_section .card2 .review {
	border: 2px solid #c2a556;
	background-color: #000000;
}
.card_review_section .card2 .link_text {
	color: #c2a556;
}

.card_review_section .card3 .top_area h5 .tag {
	color: #3a6f9d;
}
.card_review_section .card3 .review {
	border: 2px solid #5e9acc;
	background-color: #134774;
}
.card_review_section .card3 .link_text {
	color: #5e9acc;
}

@media (min-width: 768px) {
	.card_review_section {
		display: block;
	}
	.card_review_section .contents {
		padding: 0 1%;
		padding-top: 70px;
		padding-bottom: 100px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.card_review_section .contents {
		padding-top: 170px;
		width: 1400px;
		margin: 0 auto;
		padding-bottom: 150px;
	}
	.card_review_section .title_area h1 {
		font-size: 48px;
	}
	.card_review_section .card {
		width: 27%;
		padding: 0 3%;
	}
	.card_review_section .card .top_area h5 {
		font-size: 18px;
	}
	.card_review_section .card .top_area h4 {
		font-size: 30px;
		font-weight: 500;
	}
	.card_review_section .card .review .top .text_area h5 {
		font-size: 18px;
		line-height: 45px;
		height: 45px;
		vertical-align: middle;
		letter-spacing: -0.9px;
	}
	.card_review_section .card .review p {
		font-size: 18px;
	}
	.card_review_section .card .review .bottom_card {
		right: 25px;
	}
	.card_review_section .card .review .bottom_card img {
		width: auto;
	}
	.card_review_section .card .link_text {
		font-size: 20px;
		width: 150px;
		font-weight: 500;
	}
}

/*왼쪽에서 오른쪽으로 이동하는 에니메이션*/
.to-right-underline {
	position: relative;
}
.to-right-underline:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0px;
	height: 1px;
	margin: 5px 0 0;
	transition: all 0.2s ease-in-out;
	transition-duration: 0.3s;
	opacity: 0;
	background-color: #8fd3f4;
}
.to-right-underline:hover:after {
	width: 90%;
	opacity: 1;
}
/*왼쪽에서 오른쪽으로 이동하는 에니메이션:끝*/
.under-line-color1:after {
	background-color: #73a76f;
}
.under-line-color2:after {
	background-color: #c2a556;
}
.under-line-color3:after {
	background-color: #3a6f9d;
}

aside.quick,
aside.m_quick {
	display: none !important;
}

@media (min-width: 1024px) {
	.self_result .graph_area {
		height: 105px;
	}
	.self_result .result_form_area h2 {
		padding: 0;
	}
	.self-test-obj {
		height: 95px;
	}
	.self_result .top_area {
		padding-bottom: 25px;
	}
	.self_result .result_input_area input {
		line-height: 2.5rem;
	}
}
@media (max-width: 1024px) {
	.wd70-1024 {
		width: 70% !important;
	}
}

@media screen and (max-width: 768px) {
	.self_result .graph_area {
		transform: matrix(1.3, 0, 0, 1.3, 0, 15);
	}

	#s11 .self_select {
		width: 100%;
		transform: none !important;
		-webkit-transform: none !important;
	}

	.select_area .item {
		display: flex;
		align-items: center;
		height: 36px;
		line-height: 0;
	}

	.select_area .item label {
		display: flex;
		/* height: auto; */
		font-size: 16px;
		align-items: center;
	}

	.select_area .item .ico {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 17px;
		height: 17px;
	}

	.self_select .foot .selected_item .text_area span {
		font-size: 14px;
	}

	.self_select .foot .btn_area2 .btn_text {
		width: fit-content;
		font-size: 20px;
	}

	#s11 .self_select .foot {
		height: 100px;
	}

	.self_select .foot .selected_item .text_area .close_btn {
		width: 12px;
		height: 12px;
	}

	.self_select .self_contents .title_area {
		font-size: 24px;
	}

	.self_select .self_contents .title_area .top_text {
		font-size: 14px;
	}

	.self_select .self_contents .title_area .icon {
		top: 4px;
		width: 45px;
		height: 45px;
	}

	.self_select .self_contents2 .title_area .icon {
		/* width: 35px; */
	}

	.self_select .self_contents .next_btn_area,
	.self_select .self_contents .prev_btn_area {
		top: 200px;
		width: 14px;
	}

	.self_select .foot {
		padding: 15px 10px;
	}

	.self_select .foot .btn_area2 .btn_text .icon {
		right: -7px;
		width: 10px;
		height: 30px;
	}

	.self_result .result_form_area {
		padding-bottom: 12px;
	}
}

#s11 .self_result .top_blind {
	padding-top: 0 !important;
}

@media screen and (max-width: 524px) {
	.self_result .result_form_area h2 {
		font-size: 18px;
	}

	.self_result .result_input_area input {
		font-size: 16.5px;
	}
}
