@charset "UTF-8";

/* ---------------------------------------------
	Noto Sans
------------------------------------------------ */
/* 
	[ Google Fonts에서 Noto Sans 폰트 패밀리를 한번에 가져오도록 import ]
	- Noto Sans KR: 한국어를 지원
	- Noto Sans: 라틴 문자 및 키릴 문자(영어, 러시아어, 말레이어 등)를 지원
	- Noto Sans JP: 일본어를 지원
	- Noto Sans SC: 중국어 간체(简体字)를 지원
	- Noto Sans TC: 중국어 번체(繁體字)를 지원
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&family=Noto+Sans&family=Noto+Sans+JP&family=Noto+Sans+SC&family=Noto+Sans+TC&display=swap');

html body {
	font-family: 'Noto Sans KR', 'Noto Sans', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 300;
	color: #666;
}

.sub-contents .sub-contents-inner {
	max-width: 100%;
	/* padding-bottom: 0; */
}

/* .sub-contents .sub-visual-element {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 671px;
  position: relative; }
  .sub-contents .sub-visual-element h1 {
	position: absolute;
	bottom: 89px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	font-size: 58px;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.25px; } */

.section .cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 90px;
}

.sub-contents .sub-contents-inner {
	max-width: 100%;
	/* padding-bottom: 0; */
}


/* .sub-contents .sub-visual-element {	
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 671px;
  position: relative; }
 
  .sub-contents .sub-visual-element h1 {
	position: absolute;
	bottom: 89px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	font-size: 58px;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.25px; } */

.section .cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 90px;
}

.section .sub-title {
	position: relative;
}

.section .sub-title:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 9px;
	margin-top: -4.5px;
	content: '';
}

.section .sub-title span {
	display: block;
	font-size: 40px;
	color: #231f20;
	font-weight: 700;
	letter-spacing: -0.25px;
	padding-left: 25px;
	position: relative;
}

.section .item-list {
	overflow: hidden;
	width: 1200px;
	margin-top: 40px;
}

.section .item-list li {
	float: left;
	background: none;
	padding-left: 0px;
	margin-left: 85px;
}

.section .item-list li:first-child {
	margin-left: 25px;
}

.section .item-list a {
	display: block;
	width: 335px;
	height: 406px;
	position: relative;
}

.section .item-list a:hover em.img img {
	transform: scale(1.1);
	transition: all 0.5s ease-out;
}

.section .item-list a:hover span {
	box-shadow: 5px 2px 5px rgba(15, 15, 15, 0.3);
	transition: all 0.5s ease-out;
}

.section .item-list a:hover strong:before {
	animation-duration: 0.5s;
	animation-name: border-change;
}

.section .item-list em.img {
	display: inline-block;
	width: 335px;
	height: 365px;
	overflow: hidden;
}

.section .item-list em.img img {
	transform: scale(1);
	transition: all 0.3s ease-in;
}

.section .item-list span {
	position: absolute;
	bottom: 10px;
	left: -25px;
	width: 292px;
	height: 255px;
	font-size: 18px;
	line-height: 26px;
	color: #0f0f0f;
	letter-spacing: -0.25px;
	padding: 25px 0 0 25px;
	box-sizing: border-box;
	box-shadow: 0 0 0 rgba(15, 15, 15, 0.3);
	transition: box-shadow 0.3s ease-in;
}

.section .item-list span:before {
	position: absolute;
	bottom: 26px;
	right: 0;
	width: 66px;
	height: 28px;
	background-image: url("../img/index/item-list-btn-arr.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	content: '';
}

.section .item-list strong {
	position: absolute;
	top: 135px;
	left: 25px;
	font-size: 35px;
	color: #0f0f0f;
	font-weight: 700;
	letter-spacing: -0.25px;
}

.section .item-list strong:before {
	position: absolute;
	top: -30px;
	left: 0;
	width: 315px;
	height: 3px;
	content: '';
	background: #231f20;
}

.section-1 .sub-title:before {
	background: #d5e242;
}

.section-1 .item-list span {
	background: rgba(213, 226, 66, 0.9);
}

.section-2 {
	background: #f3f5e0;
}

.section-2 .sub-title:before {
	background: #ffc453;
}

.section-2 .item-list span {
	background: rgba(255, 196, 83, 0.9);
}

.section-3 .sub-title:before {
	background: #68d5b7;
}

.section-3 .item-list span {
	background: rgba(104, 213, 183, 0.9);
}

@media screen and (max-width: 1199px) {
	.sub-contents .sub-visual-element h1 {
		width: 100%;
		left: 20px;
		margin-left: 0;
	}

	.section .cont {
		max-width: 100%;
		padding: 30px 20px 40px;
	}

	.section .item-list {
		width: 720px;
		margin: 40px auto 0;
	}

	.section .item-list li {
		margin: 0 25px 35px;
	}

	.section .item-list a {
		width: 310px;
	}

	.section .item-list span {
		bottom: 30px;
	}

	.section .item-list strong:before {
		width: 295px;
	}
}

@media screen and (max-width: 767px) {

	/* .sub-contents .sub-visual-element {
	background-image: url("../img/common/m-header-bg.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 410px; }
	.sub-contents .sub-visual-element h1 {
	  font-size: 34px;
	  text-align: center;
	  left: 0;
	  bottom: 110px; } */
	.section .cont .sub-title span {
		font-size: 30px;
		padding-left: 20px;
	}

	.section .item-list {
		max-width: 365px;
		width: 100%;
	}
}

@keyframes border-change {
	from {
		width: 0;
	}

	to {
		width: 315px;
	}
}

.section-news .cont {
	padding: 60px 40px 0px;
	box-sizing: border-box;
}

.section-news .cont>p {
	font-size: 18px;
	line-height: 32px;
	color: #393939;
	font-weight: 300;
	letter-spacing: -0.5px;
	padding-top: 30px;
	margin: 0 auto;
}

.section-news .cont>p:first-child {
	padding-top: 0;
}

.section-news .cont>p.type {
	letter-spacing: -0.75px;
}

.section-news .cont.type2 .title:before,
.section-news .cont.type2 .subTitle:before {
	background: #ffc453;
}

.section-news .cont.type2 .img-box .copy span:before {
	background-image: url("../img/news/icon-quotes-left-type2.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.section-news .cont.type2 .img-box .copy span:after {
	background-image: url("../img/news/icon-quotes-right-type2.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.section-news .cont.type2 .img-box .ceo:before {
	background: #ffc453;
}

.section-news .cont.type2 .img-box.line {
	border-color: #ffc453;
}

.section-news .cont.type3 .title:before,
.section-news .cont.type3 .subTitle:before {
	background: #68d5b7;
}

.section-news .cont.type3 .img-box .copy span:before {
	background-image: url("../img/news/icon-quotes-left-type3.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.section-news .cont.type3 .img-box .copy span:after {
	background-image: url("../img/news/icon-quotes-right-type3.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.section-news .cont.type3 .img-box .ceo:before {
	background: #68d5b7;
}

.section-news .cont.type3 .img-box.line {
	border-color: #68d5b7;
}

.section-news .title {
	font-size: 48px;
	color: #0f1110;
	font-weight: 700;
	letter-spacing: -0.25px;
	padding-bottom: 66px;
	position: relative;
}

.section-news .title:before {
	position: absolute;
	top: 95px;
	left: -40px;
	width: 1200px;
	height: 5px;
	content: '';
	background: #dae659;
}

.section-news .subTitle {
	font-size: 40px;
	line-height: 54px;
	color: #0f1110;
	letter-spacing: -0.3px;
	padding: 90px 0 60px;
	position: relative;
}

.section-news .subTitle:before {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 175px;
	height: 5px;
	content: '';
	background: #dae659;
}

.section-news .subTitle strong {
	display: block;
	font-weight: 700;
}

.section-news .subTitle strong.type {
	display: inline-block;
}

.section-news .info {
	overflow: hidden;
	min-height: 285px;
	margin: 0 auto;
	padding-top: 40px;
	background: #ebebeb;
	position: relative;
	box-sizing: border-box;
}

.section-news .info img {
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 40px;
}

.section-news .info .txt-box {
	font-size: 16px;
	color: #0f1110;
	letter-spacing: -0.25px;
	display: inline-block;
	max-width: 810px;
	text-align: left;
	margin-bottom: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}

.section-news .info .txt-box li {
	padding: 6px 0 0 30px;
	position: relative;
}

.section-news .info .txt-box li:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 21px;
	height: 21px;
	background-image: url("../img/news/icon-list.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	content: '';
}

.section-news .info .txt-box li:first-child {
	padding-top: 0;
}

.section-news .info .txt-box li.company:before {
	top: 0;
}

.section-news .info .txt-box li.date:before {
	background-position-y: -30px;
}

.section-news .info .txt-box li.ceo:before {
	background-position-y: -60px;
}

.section-news .info .txt-box li.address:before {
	background-position-y: -90px;
}

.section-news .info .txt-box li.tel:before {
	background-position-y: -120px;
}

.section-news .info .txt-box li.homepage:before {
	background-position-y: -150px;
}

.section-news .info .txt-box li.email:before {
	background-position-y: -180px;
}

.section-news .info .txt-box li.company strong,
.section-news .info .txt-box li.date strong {
	letter-spacing: -0.5px;
}

.section-news .info .txt-box li.address strong {
	letter-spacing: -0.3px;
}

.section-news .info .txt-box li.email strong {
	letter-spacing: 1.4px;
}

.section-news .info .txt-box strong {
	display: inline-block;
	width: auto;
	text-align: justify;
}

.section-news .info .txt-box span {
	display: block;
	font-weight: 700;
}

.section-news .info .txt-box a {
	color: inherit;
}

.section-news .info .sns {
	position: absolute;
	bottom: 40px;
	right: 40px;
	height: 40px;
}

.section-news .info .sns a {
	background-image: url("../img/news/icon-sns.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	display: inline-block;
	width: 40px;
	height: 100%;
	text-indent: -99999em;
	margin-left: 6px;
}

.section-news .info .sns a:first-child {
	margin-left: 0;
}

.section-news .info .sns a.blog {
	background-position-x: 0;
}

.section-news .info .sns a.youtube {
	background-position-x: -46px;
}

.section-news .info .sns a.facebook {
	background-position-x: -92px;
}

.section-news .info .sns a.instagram {
	background-position-x: -138px;
}

.section-news .img-box {
	overflow: hidden;
	margin-top: 35px;
}

.section-news .img-box.line {
	border-top: 2px solid #dae659;
	border-bottom: 2px solid #dae659;
	padding-bottom: 20px;
}

.section-news .img-box .img {
	display: block;
	float: left;
	width: 50%;
	padding-top: 20px;
}

.section-news .img-box .img:nth-of-type(1) img {
	margin-right: 15px;
}

.section-news .img-box .img:nth-of-type(2) img {
	margin-left: 15px;
}

.section-news .img-box .copy {
	text-align: center;
	padding: 75px 0 40px;
}

.section-news .img-box .copy span {
	font-size: 26px;
	line-height: 36px;
	color: #393939;
	font-weight: 700;
	display: inline-block;
	width: auto;
	font-style: oblique;
	text-align: center;
	padding: 0 80px;
	position: relative;
}

.section-news .img-box .copy span:before {
	position: absolute;
	top: 0;
	left: 40px;
	width: 23px;
	height: 18px;
	background-image: url("../img/news/icon-quotes-left.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	content: '';
}

.section-news .img-box .copy span:after {
	position: absolute;
	top: 0;
	right: 40px;
	width: 23px;
	height: 18px;
	background-image: url("../img/news/icon-quotes-right.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	content: '';
}

.section-news .img-box .ceo {
	font-size: 14px;
	color: #4b4b4b;
	letter-spacing: -0.25px;
	padding-top: 30px;
	position: relative;
}

.section-news .img-box .ceo:before {
	position: absolute;
	top: 19px;
	left: 0;
	width: 45px;
	height: 5px;
	content: '';
	background: #dae659;
}

.section-news .img-box .ceo strong {
	display: inline-block;
	font-weight: 700;
	padding-right: 3px;
}

.section-news .video-box {
	width: 100%;
	height: 530px;
	padding-top: 60px;
}

.section-news .video-box iframe {
	width: 100%;
	height: 100%;
}

.section-news .partner-slide {
	margin-top: 55px;
	border-top: 3px solid #0f1110;
}

.section-news .partner-slide .bx-viewport {
	padding: 50px 0 75px;
}

.section-news .partner-slide li {
	position: relative;
	padding-left: 0px;
	background: none
}

.section-news .partner-slide li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	content: '';
	z-index: 1;
	transition: width 0.15s ease-in;
}

.section-news .partner-slide li:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 5px;
	content: '';
	z-index: 1;
	transition: width 0.15s ease-in;
}

.section-news .partner-slide li:hover:before,
.section-news .partner-slide li:hover:after {
	width: 100%;
	transition: width 0.3s ease-out;
}

.section-news .partner-slide li:hover a:before,
.section-news .partner-slide li:hover a:after {
	height: 100%;
	transition: height 0.3s ease-out;
}

.section-news .partner-slide li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.section-news .partner-slide li a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 0;
	content: '';
	z-index: 1;
	transition: height 0.15s ease-in;
}

.section-news .partner-slide li a:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 0;
	content: '';
	z-index: 1;
	transition: height 0.15s ease-in;
}

.section-news .partner-slide li span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 220px;
	margin-top: -110px;
	margin-left: -110px;
	display: table;
	text-align: center;
}

.section-news .partner-slide li span strong {
	font-size: 18px;
	line-height: 36px;
	color: #0f0f0f;
	font-weight: 700;
	letter-spacing: -0.25px;
	display: table-cell;
	vertical-align: middle;
}

.section-news .partner-slide li span strong em {
	position: relative;
}

.section-news .partner-slide li span strong em:before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #231f20;
}

.section-news .partner-slide li img {
	display: block;
}

.section-news .partner-slide li.type1:before,
.section-news .partner-slide li.type1:after,
.section-news .partner-slide li.type1 a:before,
.section-news .partner-slide li.type1 a:after {
	background: #d5e242;
}

.section-news .partner-slide li.type1 span {
	background: rgba(213, 226, 66, 0.9);
}

.section-news .partner-slide li.type2:before,
.section-news .partner-slide li.type2:after,
.section-news .partner-slide li.type2 a:before,
.section-news .partner-slide li.type2 a:after {
	background: #ffc453;
}

.section-news .partner-slide li.type2 span {
	background: rgba(255, 196, 83, 0.9);
}

.section-news .partner-slide li.type3:before,
.section-news .partner-slide li.type3:after,
.section-news .partner-slide li.type3 a:before,
.section-news .partner-slide li.type3 a:after {
	background: #68d5b7;
}

.section-news .partner-slide li.type3 span {
	background: rgba(104, 213, 183, 0.9);
}

.section-news .partner-slide .bx-prev {
	background-image: url("../img/news/slide-arr.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 25px;
	height: 40px;
	left: -68px;
}

.section-news .partner-slide .bx-next {
	background-image: url("../img/news/slide-arr.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 25px;
	height: 40px;
	right: -68px;
}

@media screen and (max-width: 1199px) {
	.section-news .cont {
		padding: 20px 40px;
	}

	.section-news .title:before {
		width: 100%;
		left: 0;
		right: 0;
	}

	.section-news .info {
		text-align: center;
	}

	.section-news .info .sns {
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 40px;
		position: static;
	}

	.section-news .partner-slide {
		margin-top: 35px;
	}

	.section-news .partner-slide .bx-viewport {
		padding: 30px 0 45px;
	}

	.section-news .partner-slide .bx-prev {
		left: -35px;
	}

	.section-news .partner-slide .bx-next {
		right: -35px;
	}
}

@media screen and (max-width: 767px) {
	.section-news .cont {
		padding: 0 20px;
	}

	.section-news .title {
		font-size: 36px;
		padding-bottom: 40px;
	}

	.section-news .title:before {
		top: 68px;
	}

	.section-news .subTitle {
		font-size: 28px;
		line-height: 36px;
		padding: 40px 0;
	}

	.section-news .subTitle:before {
		width: 115px;
	}

	.section-news .subTitle strong {
		display: inline-block;
	}

	.section-news .info {
		padding: 20px 20px 0;
	}

	.section-news .info img {
		margin-bottom: 20px;
	}

	.section-news .info .txt-box {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.section-news .info .sns {
		margin-bottom: 20px;
	}

	.section-news .img-box {
		margin-top: 25px;
	}

	.section-news .img-box .copy {
		padding: 30px 0 0;
	}

	.section-news .img-box .copy span {
		font-size: 20px;
		line-height: 28px;
		padding: 0 40px;
	}

	.section-news .img-box .copy span:before {
		left: 0;
	}

	.section-news .img-box .copy span:after {
		right: 0;
	}

	.section-news .img-box .img {
		width: 100%;
		text-align: center;
	}

	.section-news .img-box .img img {
		width: 100%;
		margin: 0 !important;
	}

	.section-news .video-box {
		height: 300px;
		padding-top: 35px;
	}

	.section-news .partner-slide .bx-prev {
		left: -42px;
	}

	.section-news .partner-slide .bx-next {
		right: -42px;
	}
}

@media screen and (max-width: 320px) {
	.section-news .info img {
		margin: 0 0 20px;
	}
}

main.sub-contents[data-lang="en"] {
	font: 16px/1.3 "Noto Sans", "Arial", "Nanum Barun Gothic", "맑은 고딕", "Malgun Gothic";
}

main.sub-contents[data-lang="en"] .section .item-list strong {
	line-height: 36px;
	font-size: 32px;
}

main.sub-contents[data-lang="en"] .section .item-list strong:before {
	top: -15px;
}

main.sub-contents[data-lang="en"] .section .item-list span {
	font-size: 17px;
}

main.sub-contents[data-lang="en"] .section-news .cont>p.italic {
	font-style: italic;
}

main.sub-contents[data-lang="en"] .section-news .info .txt-box strong {
	width: auto;
}

main.sub-contents[data-lang="jp"] {
	font: 16px/1.3 "Noto Sans", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Nanum Barun Gothic";
	font-weight: 400;
}

main.sub-contents[data-lang="jp"] .sub-visual-element h1 {
	letter-spacing: -1px;
}

main.sub-contents[data-lang="jp"] .section .item-list span {
	line-height: 24px;
}

main.sub-contents[data-lang="jp"] .section .item-list strong {
	font-size: 28px;
	letter-spacing: -3.5px;
	top: 145px;
}

main.sub-contents[data-lang="jp"] .section-news .cont>p {
	letter-spacing: -0.5px;
	font-weight: 400;
}

main.sub-contents[data-lang="jp"] .section-news .info .txt-box strong {
	width: auto;
}

main.sub-contents[data-lang="jp"] .section-news .img-box .copy span.type {
	letter-spacing: -1px;
}

main.sub-contents[data-lang="jp"] .section-news .partner-slide li strong {
	font-size: 22px;
}

main.sub-contents[data-lang="jp"] .section-news .partner-slide li strong em {
	letter-spacing: -3px;
}

main.sub-contents[data-lang="ch"] {
	font: 16px/1.3 "Noto Sans", "Microsoft Yahei", "simsun", "Nanum Barun Gothic";
}

main.sub-contents[data-lang="ch"] .section .item-list span {
	line-height: 24px;
}

main.sub-contents[data-lang="ch"] .section .item-list strong {
	top: 140px;
}

main.sub-contents[data-lang="ch"] .section-news .cont>p {
	letter-spacing: -0.5px;
	font-weight: 400;
}

main.sub-contents[data-lang="ch"] .section-news .info .txt-box strong {
	width: auto;
}

main.sub-contents[data-lang="ch"] .section-news .partner-slide li strong {
	font-size: 28px;
}

main.sub-contents[data-lang="ch"] .section-news .partner-slide li strong em {
	letter-spacing: -1px;
}


/*# sourceMappingURL=index.css.map*/