.clip {
	width: 100%;
	height: calc(100vh - 70px);
	position: relative;
	overflow: hidden;
}

.clip > div {
	width: 100%;
	padding-top: 56.25%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.clip > div > .intro_clip {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: right;
}

.clip > div.center > .intro_clip {
	object-position: center;
}

.clip > div.center {
	left: 50%;
	transform: translate(-50%, -50%);
}

.clip > div.right {
	right: 0;
}

.intro_bg {
	width: 100%;
	height: calc(100vh - 70px);
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 메인 */

.main_top {
	width: 100%;
	padding-top: 90px;
	position: relative;
	margin-left: -36px;
}

.main_top .main_slider {
	width: 100%;
	position: relative;
}

.main_top .main_slider > ul {
	width: 100%;
}

.main_top .main_slider > ul > li {
	width: 100%;
}

.main_top .main_slider .nav {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 30;
}

.main_top .main_slider .nav button {
	position: absolute;
	top: 0;
	width: 34px;
	height: 66px;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
}

.main_top .main_slider .nav button.nav_prev {
	left: 6.5%;
	background-image: url(../img/assets/ico-angle-nav-prev.svg);
}

.main_top .main_slider .nav button.nav_next {
	right: 5%;
	background-image: url(../img/assets/ico-angle-nav-next.svg);
}

.main_top .main_slider .dots {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	text-align: center;
	z-index: 30;
	font-size: 0;
}

.main_top .main_slider .dots .dot {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	transition: All 0.2s ease-out;
	-webkit-transition: All 0.2s ease-out;
	-moz-transition: All 0.2s ease-out;
	-o-transition: All 0.2s ease-out;
}

.main_top .main_slider .dots .dot + .dot {
	margin-left: 18px;
}

.main_top .main_slider .dots .dot.active {
	background-color: #00aad2;
}

.main_top .main_slider .copy_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	padding-left: 15.63%;
}

.main_top .main_slider .copy_wrap img {
	width: 100%;
	max-width: 600px;
}

.main_top .main_slider .copy_wrap p.title {
	font-size: 5em;
	color: #fff;
	line-height: 1em;
	margin-bottom: 30px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 300;
}

.main_top .main_slider .copy_wrap p {
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: -0.02em;
	color: #fff;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}
.main_top .main_slider .copy_wrap p.cap {
	font-weight: 400;
}

.main_top .main_slider .copy_wrap p i {
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

.main_top .main_slider .copy_wrap p span {
	font-weight: 500;
}
.main_top .main_slider .copy_wrap p.title strong {
	color: inherit;
}

/* 서브 탑 */
.sub_top {
	width: 100%;
	height: 568px;
	position: relative;
	margin-top: 90px;
}

.sub_top .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub_top .bg::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/assets/img-sub-top-cover.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

.sub_top .inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
}

.sub_top .inner .breadcrumbs {
	font-size: 0;
}

.sub_top .inner .breadcrumbs > span {
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	color: #cacaca;
	position: relative;
}

.sub_top .inner .breadcrumbs > span + span::before {
	content: '>';
	display: inline-block;
	vertical-align: top;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0 5px;
}

.sub_top .inner h1 {
	font-weight: 500;
	font-size: 60px;
	line-height: 76px;
	text-align: left;
	color: #ffffff;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

.sub_top .inner h1 span {
	font-weight: 300;
	display: block;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

/* .sub_top .inner h1 i {
  font-weight: 500;
  font-size: 60px;
  display: block;
  font-family: "HyundaiSansHead";
} */

.sub_nav {
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 120px 0 0;
}

@media screen and (min-width: 1024px) {
	.sub_nav {
		position: sticky;
		top: 0;
		z-index: 50;
		background-color: #f7f7f7;
	}
}

.design2022 .sub_nav {
	background-color: #f7f7f7;
}

.sub_nav ul {
	display: inline-block;
	font-size: 0;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	width: 100%;
	padding: 0 20px 8px;
}

.sub_nav ul li {
	display: inline-block;
	vertical-align: top;
}

.sub_nav ul li + li {
	margin-left: 50px;
}

.sub_nav ul li a {
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: #676767;
	opacity: 0.3;
	position: relative;
	transition: All 0.2s ease-out;
	-webkit-transition: All 0.2s ease-out;
	-moz-transition: All 0.2s ease-out;
	-o-transition: All 0.2s ease-out;
}

.sub_nav ul li.active a {
	opacity: 1;
	color: #002c5f;
}
.sub_nav ul li:hover a {
	opacity: 1;
}

.sub_nav ul li a::after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background-color: #002c5f;
	transition: All 0.2s ease-out;
	-webkit-transition: All 0.2s ease-out;
	-moz-transition: All 0.2s ease-out;
	-o-transition: All 0.2s ease-out;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.sub_nav ul li.active a::after {
	width: 100%;
}

/* 서브 섹션 레이아웃 */
section {
	position: relative;
	overflow: hidden;
}

section .inner {
	width: 100%;
	max-width: 1740px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}

section .inner.wrap1400 {
	max-width: 1400px;
}

section.about.sc01 {
	padding: 120px 0 130px;
}

section.about.sc02 {
	padding: 0 0 220px;
}

section.about.sc03 {
	padding: 230px 0;
}

section.about.sc04 {
	padding: 220px 0;
}

section.about.sc05 {
	padding: 220px 0 150px;
}

.layout_zig > .zig_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.layout_zig > .zig_row > div {
	width: 100%;
}

/* 서브 섹션 컨텐츠 */

section.sc01 em {
	font-size: 47px;
	line-height: 68px;
	letter-spacing: -0.02em;
	color: #000;
	display: block;
	font-weight: 500;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc01 em span {
	font-weight: 500;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc01.about .layout_zig {
	margin-top: 144px;
}

section.sc01.about .layout_zig > .zig_row > div + div {
	margin-left: 155px;
}

section.sc01.about .layout_zig > .zig_row > div.left {
	width: 100%;
	max-width: 597px;
}

section.sc01.about .layout_zig > .zig_row > div.right {
	width: 100%;
	max-width: 650px;
}

section.sc01.about .layout_zig > .zig_row > div img {
	max-width: 100%;
}

section.sc01.about .layout_zig > .zig_row > div p {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 300;
	letter-spacing: -0.03em;
}

section.sc01.about .prlx_cont.moving_l {
	position: absolute;
	left: 0;
	bottom: -135px;
	transition: All 0.6s ease-out;
	-webkit-transition: All 0.6s ease-out;
	-moz-transition: All 0.6s ease-out;
	-o-transition: All 0.6s ease-out;
}

section.sc01.about .prlx_cont.moving_l i {
	font-weight: 600;
	font-size: 150px;
	line-height: 190px;
	letter-spacing: -0.02em;
	color: #f7f7f7;
	white-space: nowrap;
}

section.sc02.about .cont_col {
	position: relative;
}

section.sc02.about .cont_col .inner_cont > div em {
	font-size: 47px;
	line-height: 54px;
	color: #000;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 500;
	text-align: left;
	display: block;
}

section.sc02.about .cont_col .inner_cont > div p {
	margin-top: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    letter-spacing: -0.03em;
}

section.sc02.about .cont_col .slider_cont {
	width: 100%;
	position: relative;
	/* max-width: 900px; */
	max-width: auto;
	margin-top: 50px;
}

section.sc02.about .cont_col .slider_cont .slider_about {
	width: 100%;
	position: relative;
}

section.sc02.about .cont_col .slider_cont .slider_about ul {
	font-size: 0;
}

section.sc02.about .cont_col .slider_cont .slider_about ul li {
	display: inline-block;
	width: 100%;
	padding-top: 57.8571%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.sc02.about .cont_col .slider_cont .dots {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	text-align: center;
	z-index: 30;
	font-size: 0;
}

section.sc02.about .cont_col .slider_cont .dots .dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	transition: All 0.2s ease-out;
	-webkit-transition: All 0.2s ease-out;
	-moz-transition: All 0.2s ease-out;
	-o-transition: All 0.2s ease-out;
}

section.sc02.about .cont_col .slider_cont .dots .dot + .dot {
	margin-left: 10px;
}

section.sc02.about .cont_col .slider_cont .dots .dot.active {
	background-color: #00aad2;
}

section.sc02.about .cont_col .slider_cont .nav {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 30;
}

section.sc02.about .cont_col .slider_cont .nav button {
	position: absolute;
	top: 0;
	width: 32px;
	height: 62px;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

section.sc02.about .cont_col .slider_cont .nav button.nav_prev {
	left: 40px;
	background-image: url(../img/assets/ico-angle-prev-white.svg);
}

section.sc02.about .cont_col .slider_cont .nav button.nav_next {
	background-image: url(../img/assets/ico-angle-next-white.svg);
	right: 40px;
}

section.sc03.about {
	background-color: #0fa5d1;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 220px 0;
}

section.sc03.about ul {
	display: flex;
	padding-top: 100px;
	width: 100%;
	font-size: 0;
	align-items: flex-start;
}

section.sc03.about ul li {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 150px;
	text-align: center;
	position: relative;
}

section.sc03.about ul li + li {
	margin-left: 70px;
}

section.sc03.about ul li + li::before {
	content: '';
	display: block;
	width: 12px;
	height: 23px;
	background-image: url(../img/assets/ico-angle-next-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -41px;
	top: 27px;
}

section.sc03.about ul li i {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

section.sc03.about ul li p {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 300;
}
section.sc03.about ul li p span {
	white-space: nowrap;
}
section.sc03.about .in-box {
	display: inline-block;
	margin-top: 20px;
	text-align: left;
}
section.sc03.about .in-box span {
	font-size: 40px;
    font-weight: 300;
    font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
    line-height: 50px;
	margin-bottom: 14px;
}

section.sc03.about span.tit {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	display: block;
	margin-bottom: 14px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc03.about em {
	font-size: 47px;
	font-weight: 500;
	line-height: 64px;
	letter-spacing: -0.02em;
	color: #ffffff;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc04.about {
	background-color: #f7f7f7;
}

section.sc04.about .tit {
	text-align: center;
	margin-bottom: 80px;
}

section.sc04.about .tit h2 {
	font-weight: 500;
	font-size: 47px;
	line-height: 63px;
	letter-spacing: -0.02em;
	color: #0d0d0d;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc04.about .tit span {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	display: block;
	margin-bottom: 14px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc04.about .cont_col {
	font-size: 0;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

section.sc04.about .cont_col > div {
	display: inline-flex;
	vertical-align: top;
	width: 55%;
}

section.sc04.about .cont_col > div {
	position: relative;
	display: flex;
	justify-content: flex-start;
}

section.sc04.about .cont_col > div:last-child {
	justify-content: flex-end;
	width: 45%;
}

section.sc04.about .cont_col > div > div {
	padding-left: 298px;
	position: relative;
}

section.sc04.about .cont_col > div:last-child > div {
	padding-left: 243px;
}

section.sc04.about .cont_col > div p {
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}

section.sc04.about .cont_col > div li {
	font-weight: 300;
	font-size: 20px;
	line-height: 34px;
	color: #000000;
	text-align: left;
	letter-spacing: -0.03em;
}

section.sc04.about .cont_col > div button {
	margin-top: 16px;
}

section.sc04.about .bot-text-box {
	text-align: center;
}
section.sc04.about .bot-text-box .cap {
	width:920px;
	display: inline-block;
	text-align: left;
	line-height: 25px;
    font-size: 16px;
    color: #717171;
}
@media screen and (max-width: 1023px) {
	section.sc04.about .bot-text-box .cap {
		width:auto;
	}
}
section.sc05.about .tit {
	position: relative;
	padding-left: 448px;
	text-align: right;
}

section.sc05.about .tit h2 {
	position: absolute;
	top: 0;
	left: 0;
}

section.sc05.about .tit h2 img {
	width: 100%;
	max-width: 350px;
}

section.sc05.about .tit > div {
	/* text-align: right; */
	display: inline-block;
	text-align: left;
}

section.sc05.about .tit > div em {
	font-size: 28px;
	line-height: 38px;
	color: #000000;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 500;
}

section.sc05.about .tit > div p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin-top: 30px;
	letter-spacing: -0.03em;
	font-weight: 300;
}

section.sc05.about .inner + .inner {
	text-align: center;
	margin-top: 100px;
}

section.sc05.about .inner + .inner a {
	margin-top: 60px;
}

section.sc05.about .inner + .inner img {
	width: 100%;
}

/* 컨텐츠 모달 */

.content_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 200;
	opacity: 0;
	pointer-events: none;
	transition: All 0.4s ease-out;
	-webkit-transition: All 0.4s ease-out;
	-moz-transition: All 0.4s ease-out;
	-o-transition: All 0.4s ease-out;
}

.content_modal.open {
	opacity: 1;
	pointer-events: visible;
}

.content_modal .modal_cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9;
	cursor: pointer;
}

.content_modal .scroll_wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
}

.content_modal .scroll_wrap .inner {
	display: block;
	padding: 80px 10px;
	width: auto;
	margin: 0 auto;
}

.content_modal .scroll_wrap .inner > div {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
	padding: 60px;
	display: none;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	-webkit-animation: showUp 0.8s backwards;
	animation: showUp 0.8s backwards;
}

.content_modal.open .scroll_wrap .inner > div {
	display: block;
}

.content_modal .cont_col {
	display: flex;
	justify-content: space-between;
}

.content_modal .cont_col > div {
	width: 100%;
	max-width: 850px;
}

.content_modal .cont_col > div.tit {
	max-width: 360px;
	margin-right: 60px;
}

.content_modal .cont_col > div.tit img {
	max-width: 100%;
}

.content_modal .cont_col > div.interview_profile {
	width: 100%;
	max-width: 376px;
	margin-right: 60px;
}

.content_modal .cont_col > div.interview_profile .tag {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #000;
	margin-bottom: -28px;
	text-transform: capitalize;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	display: block;
	text-align: center;
	padding: 55px 0 8px;
}

.content_modal .cont_col > div.interview_profile .profile_img {
	width: 100%;
}

.content_modal .cont_col > div.interview_profile .profile_img > div {
	width: 100%;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
	height: 450px;
}
@media screen and (max-width: 1023px) {
	.content_modal .cont_col > div.interview_profile .profile_img > div {
		padding-top: 124.468%;
		height: auto;
	}
	.content_modal .cont_col > div.interview_profile .tag {
		text-align: left;
		padding-left: 0;
	}
}
.content_modal .cont_col > div.interview_profile .name {
	text-align: center;
}

.content_modal .cont_col > div.interview_profile p {
	display: inline-block;
	font-weight: 500;
	font-size: 35px;
	line-height: 44px;
	letter-spacing: -0.02em;
	text-align: center;
	margin-top: 30px;
}

.content_modal .cont_col > div.interview_profile i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.02em;
	font-weight: normal;
}

.content_modal .cont_col .cont .cont_row .video_wrap {
	width: 100%;
}

.content_modal .cont_col .cont .cont_row .video_wrap > div {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.content_modal .cont_col .cont .cont_row .video_wrap > div > iframe,
.content_modal .cont_col .cont .cont_row .video_wrap > div > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content_modal .cont_col .cont .cont_row .inner_tit {
	margin-bottom: 14px;
	font-size: 18px;
	line-height: 23px;
}

.content_modal .cont_col .cont .cont_row .inner_tit h4 {
	font-weight: 500;
	font-size: 30px;
	line-height: 51px;
	letter-spacing: -0.02em;
}

.content_modal .cont_col .cont .cont_row .inner_tit h4 span {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
}

.content_modal .cont_col .cont .cont_row p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.03em;
}

.content_modal .cont_col .cont .cont_row p i {
	font-style: italic;
}

.content_modal .cont_col .cont .cont_row em {
	color: #999999;
	font-size: 20px;
	line-height: 28px;
	display: block;
	margin-bottom: 28px;
	letter-spacing: -0.03em;
	font-weight: 400;
}

.content_modal .cont_col .cont.interview_cont {
	display: flex;
	flex-direction: column;
	max-width: 800px;
}

.content_modal .cont_col .cont.interview_cont.centered {
	align-items: center;
	flex-direction: row;
}

.content_modal .cont_col .cont.interview_cont .cont_row + .cont_row {
	margin-bottom: 50px;
}

.content_modal .cont_col .cont.interview_cont .video_wrap {
	margin-bottom: 50px;
}

.content_modal .col_full {
	margin-top: 100px;
}

.content_modal .col_full img {
	max-width: 100%;
}

.content_modal .btn_wrap {
	margin-top: 60px;
	text-align: center;
}

.content_modal .modal_inner_slider {
	position: relative;
}

.content_modal .modal_inner_slider li > div {
	width: 100%;
	padding-top: 46.875%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content_modal .modal_inner_slider .nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 30;
}

.content_modal .modal_inner_slider .nav button {
	position: absolute;
	top: 0;
	width: 32px;
	height: 62px;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.content_modal .modal_inner_slider .nav button.nav_prev {
	left: 40px;
	background-image: url(../img/assets/ico-angle-prev-white.svg);
}

.content_modal .modal_inner_slider .nav button.nav_next {
	background-image: url(../img/assets/ico-angle-next-white.svg);
	right: 40px;
}

.content_modal .modal_inner_slider .dots {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	text-align: center;
	z-index: 30;
	font-size: 0;
}

.content_modal .modal_inner_slider .dots .dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	transition: All 0.2s ease-out;
	-webkit-transition: All 0.2s ease-out;
	-moz-transition: All 0.2s ease-out;
	-o-transition: All 0.2s ease-out;
}

.content_modal .modal_inner_slider .dots .dot + .dot {
	margin-left: 10px;
}

.content_modal .modal_inner_slider .dots .dot.active {
	background-color: #00aad2;
}

/* 디자인 2021 페이지 */

section.design .layout_col {
	display: flex;
	margin-bottom: 15%;
}

section.design .layout_col > div.col_40 {
	width: 35%;
	margin-right:5%;
}

section.design .layout_col > div.col_60 {
	width: 60%;
}

section.design .tit_center span {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.02em;
	/* color: #ffffff; */
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.design .tit_center h2 {
	font-size: 36px;
	line-height: 57px;
	letter-spacing: -0.02em;
	/* color: #ffffff; */
	margin-top: 10px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 500;
}

section.design .tit_center.dark span {
	color: #000;
}

section.design .tit_center.dark h2 {
	color: #000;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 500;
}

section.design .tit h2 {
	font-size: 36px;
	line-height: 46px;
	letter-spacing: -0.02em;
	margin-top: 10px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 500;
}

section.design .tit h2 span {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.02em;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.design .tit.light * {
	color: #fff;
}

.design2022 .sc01.design {
	background-color: #f7f7f7;
}

section.sc01.design .inner {
	padding: 200px 0 120px;
}

section.sc01.design .theme_tit h2 {
	font-weight: 500;
	font-size: 47px;
	line-height: 63px;
	letter-spacing: -0.02em;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc01.design .theme_tit i {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.02em;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 400;
}

section.sc01.design p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
}

section.sc01_1.design {
	padding: 200px 0 120px;
	background-color: #0fa5d1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.sc01_1.design .tit {
	margin-bottom: 50px;
}

section.sc01_1.design .profile {
	max-width: 400px;
	position: relative;
	margin-bottom: 33px;
}

section.sc01_1.design .profile img {
	width: 100%;
}

section.sc01_1.design .profile i {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(50%, 44px);
	width: 155px;
	height: 155px;
	display: flex;
	background-color: #002c5f;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-align: center;

	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #ffffff;
}

section.sc01_1.design .name {
	max-width: 400px;
	text-align: center;
}

section.sc01_1.design .name p {
	font-weight: 500;
	font-size: 45px;
	line-height: 57px;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin-bottom: 6px;
}

section.sc01_1.design .name span {
	font-size: 35px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #ffffff;
}

section.sc01_1.design .winner_right em {
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: -0.02em;
	color: #ffffff;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc01_1.design .winner_right em br {
	display: none;
}

section.sc01_1.design .winner_right p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0003em;
	color: #ffffff;
	margin-top: 24px;
}

section.sc01_1.design .winner_right > .btn_wave {
	display: none;
	margin: 0 auto;
}

section.sc01_1.design .winner_right .btn_wrap {
	margin-top: 60px;
	text-align: center;
	font-size: 0;
}

section.sc01_1.design .winner_right .btn_wrap > * + * {
	margin-left: 30px;
}

section.sc01_2.design {
	/* padding: 200px 0;
  background-color: #f7f7f7; */
	padding: 0 0 200px;
	background-color: #0fa5d1;
}

section.sc01_2.design .tit_center {
	text-align: left;
}

section.sc01_2.design .tit_center span,
section.sc01_2.design .tit_center h2 {
	color: #fff;
}

section.sc01_2.design .review_slider {
	margin-top: 65px;
}

section.sc01_2.design .review_slider li {
	text-align: center;
	padding: 10px 0;
}

section.sc01_2.design .review_slider li dl {
	display: flex;
	justify-content: center;
	padding: 0 150px;
}

section.sc01_2.design .review_slider li dl dt {
	flex: 0 0 245px;
	vertical-align: top;
	text-align: left;
	margin-right: 50px;

	font-size: 18px;
	line-height: 23px;
	letter-spacing: -0.02em;
	color: #fff;
}

section.sc01_2.design .review_slider li dl dt i {
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: -0.02em;
	color: #fff;
	margin-right: 14px;
}

section.sc01_2.design .review_slider li dl dd {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0003em;
	color: #fff;
	padding-top: 4px;
}
section.sc01_2.design .review_slider li dl dd span {
	color:#004b82;
}

section.sc01_2.design .review_slider .pagination {
	font-size: 0;
	text-align: center;
	margin-top: 70px;
}

section.sc01_2.design .review_slider .pagination span {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transition: All 0.3s ease;
	cursor: pointer;
	background-color: #fff;
}

section.sc01_2.design .review_slider .pagination span + span {
	margin-left: 10px;
}

section.sc01_2.design .review_slider .pagination span.active {
	/* background-color: #00aad2; */
	background-color: #004b82;
}

section.sc01_2.design .review_slider .nav {
	position: absolute;
	top: calc(50% - 40px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

section.sc01_2.design .review_slider .nav button {
	width: 30px;
	height: 57px;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

section.sc01_2.design .review_slider .nav button.nav_prev {
	left: 0;
	/* background-image: url(../img/assets/ico-angle-prev.svg); */
	background-image: url(../img/assets/ico-angle-prev-white.svg);
}

section.sc01_2.design .review_slider .nav button.nav_next {
	right: 0;
	/* background-image: url(../img/assets/ico-angle-next.svg); */
	background-image: url(../img/assets/ico-angle-next-white.svg);
}

section.sc01_3.design {
	padding-top: 200px;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

section.sc01_3.design .winner_slider {
	position: relative;
}

section.sc01_3.design .winner_slider li {
	width: 100%;
}

section.sc01_3.design .winner_slider li img {
	width: 100%;
	vertical-align: top;
}

section.sc01_3.design .winner_slider li .slide_title {
	padding-top: 20px;
	overflow: hidden;
}

section.sc01_3.design .winner_slider li .slide_title .pull-left {
    float: left;
    text-align: left;
    line-height: 22px;
    font-size: 16px;
}
section.sc01_3.design .winner_slider li .slide_title .pull-right {
    float: right;
    text-align: right;
    line-height: 32px;
    font-size: 24px;
}
section.sc01_3.design .winner_slider .dots {
	width: 100%;
	position: absolute;
	bottom: 120px;
	left: 0;
	text-align: center;
	z-index: 30;
	font-size: 0;
}

section.sc01_3.design .winner_slider .dots .dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	transition: All 0.2s ease-out;
	-webkit-transition: All 0.2s ease-out;
	-moz-transition: All 0.2s ease-out;
	-o-transition: All 0.2s ease-out;
}

section.sc01_3.design .winner_slider .dots .dot + .dot {
	margin-left: 10px;
}

section.sc01_3.design .winner_slider .dots .dot.active {
	background-color: #00aad2;
}

section.sc01_3.design .winner_slider .nav {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 30;
}

section.sc01_3.design .winner_slider .nav button {
	position: absolute;
	top: 0;
	width: 32px;
	height: 62px;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

section.sc01_3.design .winner_slider .nav button.nav_prev {
	left: 40px;
	background-image: url(../img/assets/ico-angle-prev-white.svg);
}

section.sc01_3.design .winner_slider .nav button.nav_next {
	background-image: url(../img/assets/ico-angle-next-white.svg);
	right: 40px;
}

section.sc02.design {
	/* padding: 100px 0 0; */
	margin-top: 100px;
}

section.design .person_list {
	margin-top: 50px;
}

section.design .person_list ul {
	font-size: 0;
	display: flex;
	align-item: center;
}

section.design .person_list ul li {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 80px) / 5 - 1px);
	margin-right: 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

section.design .person_list ul li:nth-child(5n) {
	margin-right: 0;
}

section.design .person_list ul li:nth-child(n + 6) {
	margin-top: 20px;
}

section.design .person_list ul {
	display: flex;
	flex-wrap: wrap;
}

section.design .person_list ul li .thumb {
	width: 100%;
	padding-top: 124.6636%;
	background-color: #f4f4f4;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

section.design .person_list ul li .name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 18px;
	box-sizing: border-box;
}

section.design .person_list ul li .name p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	display: inline-block;
	vertical-align: bottom;
}

section.design .person_list ul li .name span {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.02em;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 8px;
	color: #999;
}

section.design .person_list ul li .dimed {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: 5px solid #002c5f;
	pointer-events: none;
	transition: All 0.4s ease-out;
	-webkit-transition: All 0.4s ease-out;
	-moz-transition: All 0.4s ease-out;
	-o-transition: All 0.4s ease-out;
}

section.design .person_list ul li:hover .dimed {
	opacity: 1;
	pointer-events: visible;
}

section.sc03.design {
	margin-top: 100px;
}

section.sc04.design {
	padding-top: 100px;
	margin-top: 100px;
	background-color: #f7f7f7;
}

section.sc04.design .tit_center {
	margin-bottom: 36px;
}

section.sc04.design p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	/* text-align: center; */
	letter-spacing: -0.0003em;
	/* color: #ffffff; */
}

section.sc04.design .col_60 p {
	padding-top: 40px;
}

section.sc05.design {
	background-color: #f7f7f7;
}

section.sc05.design .inner {
	padding: 175px 0 186px;
}

section.sc05.design .moderator::after {
	content: '';
	display: block;
	width: 455px;
	height: 449px;
	background-image: url(../img/design/img-profile-moderator.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	right: 0;
	bottom: 0;
}

section.sc05.design .moderator em {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -0.02em;
	display: block;
	margin-bottom: 30px;
}

section.sc05.design .moderator em i {
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
	margin-right: 13px;
}

section.sc05.design .moderator p {
	padding-right: 420px;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: -0.0003em;
	word-break: keep-all;
}

section.sc05.design .moderator p span {
	font-style: italic;
}

section.sc05.design .moderator p i {
	font-style: italic;
}

section.sc06.design {
	padding: 200px 0;
}

section.sc06.design .session_wrap + .session_wrap {
	margin-top: 200px;
}

section.sc06.design .session_wrap .session_tit h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc06.design .session_wrap p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0003em;
}
section.sc06.design .session_wrap p i,
section.sc06.design .session_wrap p em {
	font-style: italic;
}

section.sc06.design .session_clip {
	margin-top: 80px;
	position: relative;
}

section.sc06.design .session_clip .thumb {
	width: 100%;
	padding-top: 49.7142%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.sc06.design .session_clip .inner_tit {
	position: absolute;
	top: 10px;
	left: 40px;
}

section.sc06.design .session_clip .inner_tit > div {
	padding: 30px 0;
}

section.sc06.design .session_clip .inner_tit > div span {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #fff;
}

section.sc06.design .session_clip .inner_tit > div em {
	display: block;
	font-weight: 500;
	font-size: 35px;
	line-height: 44px;
	color: #ffffff;
	margin-top: 5px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc06.design .session_clip .inner_tit > div em br {
	display: none;
}

section.sc06.design .session_clip .inner_tit > div i {
	display: block;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	margin-top: 6px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 400;
}

section.sc06.design .session_clip .inner_tit > p {
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #ffffff;
	margin-top: 20px;
}

section.sc06.design .session_clip .inner_tit > p i {
	font-size: 18px;
	line-height: 23px;
	display: inline-block;
	margin-right: 8px;
}

section.sc06.design .session_clip .play_clip {
	position: absolute;
	bottom: 60px;
	right: 60px;
	width: 100px;
	height: 100px;
	border: none;
	background-image: url(../img/assets/ico-play-circle.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

section.design.sc06 .inner .session_wrap {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

section.design.sc06 .inner .session_wrap .session_clip {
	flex: 1;
	margin-top: 0;
}

section.design.sc06 .inner .session_wrap .layout_col {
	flex: 1;
	flex-direction: column;
	gap: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

section.sc07.design {
	padding: 150px 0;
	background-color: #fff;
}

section.sc07.design .bottom_slider {
	margin-top: 80px;
}

section.sc07.design .bottom_slider li {
	display: flex;
	align-items: center;
	padding: 0 114px;
	position: relative;
}

section.sc07.design .bottom_slider li .profile {
	width: 400px;
	height: 400px;
}

section.sc07.design .bottom_slider li .profile > div {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-color: #fff;
}

section.sc07.design .bottom_slider li .review {
	position: absolute;
	right: 114px;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 610px;
}

section.sc07.design .bottom_slider li .review em {
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: -0.02em;
	/* color: #ffffff; */
}

section.sc07.design .bottom_slider li .review em i {
	font-size: 18px;
	line-height: 23px;
	display: inline-block;
	margin-left: 11px;
}

section.sc07.design .bottom_slider li .review p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0003em;
	/* color: #ffffff; */
	margin-top: 28px;
}

section.sc07.design .bottom_slider {
	position: relative;
}

section.sc07.design .bottom_slider .nav {
	position: absolute;
	top: calc(50% - 33px);
	left: 0;
	width: 100%;
	z-index: 1;
}

section.sc07.design .bottom_slider .nav button {
	width: 30px;
	height: 57px;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

section.sc07.design .bottom_slider .nav button.nav_prev {
	left: 0;
	/* background-image: url(../img/assets/ico-angle-prev-white.svg); */
	background-image: url(../img/assets/ico-angle-prev.svg);
}

section.sc07.design .bottom_slider .nav button.nav_next {
	right: 0;
	/* background-image: url(../img/assets/ico-angle-next-white.svg); */
	background-image: url(../img/assets/ico-angle-next.svg);
}

section.sc07.design .bottom_slider .pagination {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

section.sc07.design .bottom_slider .pagination span {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transition: All 0.3s ease;
	cursor: pointer;
	/* background-color: #fff; */
	background-color: #bbb;
}

section.sc07.design .bottom_slider .pagination span + span {
	margin-left: 10px;
}

section.sc07.design .bottom_slider .pagination span.active {
	background-color: #004b82;
}

/* 뉴스 페이지 */
.borad_wrap {
	padding-top: 70px;
	padding-bottom: 200px;
}

.borad_wrap .tit {
	padding-top: 150px;
	text-align: center;
}

.borad_wrap .tit h1 {
	font-weight: 500;
	font-size: 47px;
	line-height: 63px;
	text-align: center;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

.borad_wrap .borad_search {
	margin-top: 60px;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 480px;
}

.borad_wrap .borad_search input[type='search'] {
	width: 100%;
	border: 1px solid #e5e5e5;
	line-height: 65px;
	height: 67px;
	padding: 0 120px 0 40px;
	font-weight: 300;
	font-size: 18px;
}

.borad_wrap .borad_search input::placeholder {
	color: #999999;
	font-weight: 300;
}

.borad_wrap .borad_search input[type='search'] + label {
	display: none;
}

.borad_wrap .borad_search button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 67px;
	border: none;
	background-color: transparent;
}

.borad_wrap .borad_search button i {
	width: 100%;
	display: inline-block;
	border-left: 1px solid #e5e5e5;
	line-height: 28px;
	font-weight: 500;
	font-size: 18px;
	color: #002c5f;
}

.borad_wrap .board_list {
	width: 100%;
	max-width: 1400px;
	margin: 60px auto 0;
	border-top: 2px solid #e4dcd3;
}

.borad_wrap .board_list ul {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.borad_wrap .board_list ul li {
	display: flex;
}

.borad_wrap .board_list ul li + li {
	border-top: 1px solid #e5e5e5;
}

.borad_wrap .board_list .title_wrap ul li p {
	font-size: 18px;
	line-height: 70px;
	color: #000000;
	text-align: center;
	padding: 0 15px;
}

.borad_wrap .board_list .list_wrap ul li p {
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	text-align: center;
	padding: 20px 15px;
	min-width: 0;
}

.borad_wrap .board_list .list_wrap ul li p a {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 500;
}

.borad_wrap .board_list ul li p.title {
	text-align: left;
}

.borad_wrap .board_list ul li p.date {
	/* color: #999999; */
	color: #000;
}

.borad_wrap .board_list ul li p:nth-child(1) {
	width: 130px;
}

.borad_wrap .board_list ul li p:nth-child(2) {
	flex: 1;
	-webkit-flex: 1;
}

.borad_wrap .board_list ul li p:nth-child(3) {
	width: 160px;
}

.borad_wrap .board_list ul li p:nth-child(4) {
	width: 130px;
}

.paging {
	text-align: center;
	margin-top: 50px;
	font-size: 0;
}

.paging a,
.paging ul,
.paging ul li {
	display: inline-block;
	vertical-align: top;
}

.paging ul {
	font-size: 0;
	margin: 0 15px;
}

/* .paging ul li {
} */

.paging ul li + li {
	margin-left: 10px;
}

.paging a {
	width: 30px;
	min-height: 30px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	font-size: 13px;
	line-height: 28px;
	color: #999;
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: All 0.2s ease-out;
	-webkit-transition: All 0.2s ease-out;
	-moz-transition: All 0.2s ease-out;
	-o-transition: All 0.2s ease-out;
}

.paging li.current a {
	font-weight: 500;
	color: #0fa5d1;
	border-color: #0fa5d1;
}

.paging li:hover a {
	font-weight: 500;
	color: #0fa5d1;
	border-color: #0fa5d1;
}

.paging a.page_prev {
	background-image: url(../img/assets/ico-slider-prev.svg);
}

.paging a.page_next {
	background-image: url(../img/assets/ico-slider-next.svg);
}

.article_wrap {
	padding-top: 70px;
	padding-bottom: 150px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.article_wrap .title {
	margin-top: 150px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}

.article_wrap .title span {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

.article_wrap .title h2 {
	font-size: 40px;
	line-height: 51px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 500;
}

.article_wrap .title > div {
	font-size: 0;
}

.article_wrap .title > div i {
	display: inline-block;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #000;
}

.article_wrap .title > div i + i {
	margin-left: 30px;
}

.article_wrap .detail {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 60px;
}

.article_wrap .detail .attach {
	margin-bottom: 30px;
}

.article_wrap .detail .attach li a {
	display: inline-block;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #999999;
}

.article_wrap .detail .attach li a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	background-image: url(../img/assets/ico-attach-doc.svg);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 6px;
}

.article_wrap .detail .desc {
	min-height: 300px;
}

.article_wrap .detail .desc * {
	font-family: 'HyundaiSansTextEn', 'HyundaiSansText', sans-serif;
	line-height: 1.4em;
	color: #000000;
}

.article_wrap .detail .desc b {
	font-weight: bold;
}

.article_wrap .detail .desc i {
	font-style: italic;
}

.article_wrap .detail .desc img {
	max-width: 100%;
}

.article_wrap .btn_wrap {
	text-align: center;
}

.tube_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: All 0.4s ease-out;
	-webkit-transition: All 0.4s ease-out;
	-moz-transition: All 0.4s ease-out;
	-o-transition: All 0.4s ease-out;
}

.tube_modal.open {
	opacity: 1;
	pointer-events: visible;
}

.tube_modal .close_tube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
	cursor: pointer;
}

.tube_modal > .inner {
	width: 90%;
	max-width: 1400px;
	position: relative;
	z-index: 2;
}

.tube_modal .tube_wrap {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	background-color: #fff;
	display: none;
	-webkit-animation: showUp 0.8s backwards;
	animation: showUp 0.8s backwards;
}

.tube_modal.open .tube_wrap {
	display: block;
}

.tube_modal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tube_modal video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tube_modal button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70px;
	height: 70px;
	background-color: transparent;
	border: none;
	background-image: url(../img/assets/ico-close-light.svg);
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

/* apply */

section.sc01.apply {
	padding: 150px 0;
	background-color: #f7f7f7;
}

section.sc01.apply .layout_col_dl dl {
	display: flex;
}

section.sc01.apply .layout_col_dl dl + dl {
	margin-top: 60px;
}

section.sc01.apply .layout_col_dl dl dt {
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	width: 256px;
	flex: 256px 0 0;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -0.02em;
	font-weight: 500;
}

section.sc01.apply .layout_col_dl dl dd {
	flex: 1;
}

section.sc01.apply .layout_col_dl dl dd strong {
	display: block;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #000000;
	font-weight: 500;
}

section.sc01.apply .layout_col_dl dl dd strong + p {
	margin-top: 10px;
}

section.sc01.apply .layout_col_dl dl dd strong + ol {
	margin-top: 10px;
}

section.sc01.apply .layout_col_dl dl dd p + strong,
section.sc01.apply .layout_col_dl dl dd ol + strong {
	margin-top: 30px;
}

section.sc01.apply .layout_col_dl dl dd p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}

section.sc01.apply .benefit-caption {
    margin: 40px 0 0;
    line-height: 25px;
    font-size: 16px;
    color: #999999;
}

section.sc01.apply .layout_col_dl dl dd ul.bullet > li > p {
	text-indent: -12px;
	padding-left: 12px;
}

section.sc01.apply .layout_col_dl dl dd p.single {
	line-height: 38px;
}

section.sc01.apply .layout_col_dl dl dd p + a,
section.sc01.apply .layout_col_dl dl dd p + button {
	margin-top: 30px;
}

section.sc01.apply .layout_col_dl dl dd > i {
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	color: #999999;
	margin-top: 4px;
}

section.sc01.apply .layout_col_dl dl dd .text_box {
	padding: 22px 30px;
	margin-top: 15px;
}

section.sc01.apply .layout_col_dl dl dd .text_box ul li {
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	color: #999999;
	text-indent: -10px;
	padding-left: 10px;
}

section.sc01.apply .layout_col_dl dl dd .text_box ul li i {
	padding-left: 10px;
}

section.sc01.apply .layout_col_dl dl dd .text_box + a {
	margin-top: 30px;
}

section.sc01.apply .layout_col_dl dl dd .step {
	margin-left: -30px;
    white-space: normal;
    display: flex;
    justify-content: space-between;
}

section.sc01.apply .layout_col_dl dl dd .step > div {
	display: inline-block;
	vertical-align: top;
	width: auto;
	flex: 1;
}

section.sc01.apply .layout_col_dl dl dd .step > div + div {
	margin-left: 2.5%;
	position: relative;
}

section.sc01.apply .layout_col_dl dl dd .step > div p {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #000000;
}

section.sc01.apply .layout_col_dl dl dd .step > div p i {
	font-weight: 600;
	font-size: 16px;
	white-space: nowrap;
}

section.sc01.apply .layout_col_dl dl dd .step > div + div::before {
	content: '';
	display: block;
	width: 12px;
	height: 23px;
	background-image: url(../img/apply/ico-step-angle.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 35px;
	left: -6px;
}
@media screen and (max-width: 1440px) {
	section.sc01.apply .layout_col_dl dl dd .step > div + div::before {
		/* left: -35px; */
	}
}
@media screen and (max-width: 1280px) {
	section.sc01.apply .layout_col_dl dl dd .step > div + div::before {
		left: -4px;
	}
}
section.sc01.apply .layout_col_dl dl.vert {
	display: block;
}

section.sc01.apply .layout_col_dl dl.vert dt {
	margin-bottom: 20px;
}

section.sc01.apply .layout_col_dl dl .jury_list {
	font-size: 0;
}

section.sc01.apply .layout_col_dl dl .jury_list li {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 68px) / 5 - 0.1px);
	text-align: center;
}

section.sc01.apply .layout_col_dl dl .jury_list li + li {
	margin-left: 17px;
}

section.sc01.apply .layout_col_dl dl .jury_list li img {
	width: 100%;
}

section.sc01.apply .layout_col_dl dl .jury_list li p {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #000000;
	text-align: center;
	margin-top: 14px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc01.apply .layout_col_dl dl .jury_list li p i {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: #999999;
	margin-left: 8px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc01.apply .layout_col_dl dl .jury_list li span {
	display: block;
	font-weight: 400;
	margin-top: 8px;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -0.02em;
	color: #000000;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc02.apply {
	background-color: #0fa5d1;
	padding: 150px 0;
}
.design2022 section.sc02.apply {
	background-color: #f7f7f7;
	padding: 0 0 120px;
}

section.sc02.apply .tit_center h2 {
	font-size: 40px;
	line-height: 51px;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-align: center;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 500;
}

section.sc02.apply .tit_center p {
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #ffffff;
	font-weight: 400;
	margin-top: 30px;
}

section.sc02.apply .session_clip {
	position: relative;
	margin-top: 80px;
}
.design2022 section.sc02.apply .session_clip {
	margin-top: 0;
	margin-bottom: 80px;
}
.design2022 section.sc02.apply .col_40 h2 {
	font-size: 36px;
	line-height: 46px;
	letter-spacing: -0.02em;
	margin-top: 10px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 500;
}
.design2022 section.sc02.apply .col_40 h2.en_h2 {
	font-weight: 500;
	margin-top: 0;
}

.design2022 section.sc02.apply .col_60 p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0003em;
	word-break: keep-all;
}

section.sc02.apply .session_clip .thumb {
	width: 100%;
	padding-top: 49.7142%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.sc02.apply .session_clip .inner_tit {
	position: absolute;
	top: 50px;
	left: 60px;
}

section.sc02.apply .session_clip .inner_tit > div {
	padding: 30px 0;
	text-align: left;
}

section.sc02.apply .session_clip .inner_tit > div span {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #fff;
}

section.sc02.apply .session_clip .inner_tit > div em {
	display: block;
	font-weight: 500;
	font-size: 35px;
	line-height: 44px;
	color: #ffffff;
	margin-top: 5px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

section.sc02.apply .session_clip .inner_tit > div em br {
	display: none;
}

section.sc02.apply .session_clip .inner_tit > div i {
	display: block;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	margin-top: 6px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 400;
}

section.sc02.apply .session_clip .inner_tit > p {
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #ffffff;
	margin-top: 20px;
}

section.sc02.apply .session_clip .inner_tit > p i {
	font-size: 18px;
	line-height: 23px;
	display: inline-block;
	margin-right: 8px;
}

section.sc02.apply .session_clip .play_clip {
	position: absolute;
	bottom: 60px;
	right: 60px;
	width: 100px;
	height: 100px;
	border: none;
	background-image: url(../img/assets/ico-play-circle.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

section.sc02.apply .speaker {
	margin-top: 60px;
}

section.sc02.apply .speaker em {
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #ffffff;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 400;
}

section.sc02.apply .speaker em i {
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	margin-left: 12px;
}

section.sc02.apply .speaker p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: #ffffff;
	font-weight: 300;
}

.winner_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 200;
	opacity: 0;
	pointer-events: none;
	transition: All 0.4s ease-out;
	-webkit-transition: All 0.4s ease-out;
	-moz-transition: All 0.4s ease-out;
	-o-transition: All 0.4s ease-out;
}

.winner_modal.open {
	opacity: 1;
	pointer-events: visible;
}

.winner_modal .modal_cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9;
	cursor: pointer;
}

.winner_modal .scroll_wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
}

.winner_modal .scroll_wrap .inner {
	display: block;
	padding: 80px 10px;
	width: auto;
	margin: 0 auto;
}

.winner_modal .scroll_wrap .inner > div {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
	padding: 60px 150px;
	display: none;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	-webkit-animation: showUp 0.8s backwards;
	animation: showUp 0.8s backwards;
}

.winner_modal.open .scroll_wrap .inner > div {
	display: block;
}

.winner_modal .btn_close {
	width: 30px;
	height: 30px;
	background-position: center;
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-image: url(../img/assets/ico-close-dark.svg);
	border: none;
	background-color: transparent;
	position: absolute;
	top: 20px;
	right: 20px;
}

.winner_modal .cont_col {
	display: flex;
	justify-content: space-between;
}

.winner_modal .cont_col > div {
	width: 100%;
}

.winner_modal .cont_col .tit h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: -0.02em;
	color: #000000;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

.winner_modal .cont_col .tit h3 b {
	display: block;
	font-weight: 500;
	margin-top: 6px;
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
}

.winner_modal .cont_col .cont {
	position: relative;
	margin-top: 30px;
}

.winner_modal .cont_col .cont .btn_brochure {
	position: absolute;
	right: 0;
	top: -40px;
	padding-left: 20px;
	background-image: url(../img/assets/ico-download.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 10px auto;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #000000;
}

.winner_modal .cont_col .cont .dots {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.winner_modal .cont_col .cont .dots span {
	display: inline-block;
	opacity: 1;
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 0;
	border-radius: 50%;
	cursor: pointer;
}

.winner_modal .cont_col .cont .dots span + span {
	margin-left: 10px;
}

.winner_modal .cont_col .cont .dots span.active {
	background-color: #00aad2;
}

.winner_modal .cont_col .cont .nav {
	position: absolute;
	top: calc(50% - 40px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

.winner_modal .cont_col .cont .nav button {
	width: 30px;
	height: 57px;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.winner_modal .cont_col .cont .nav button.nav_prev {
	left: 10px;
	background-image: url(../img/assets/ico-angle-prev-white.svg);
}

.winner_modal .cont_col .cont .nav button.nav_next {
	right: 10px;
	background-image: url(../img/assets/ico-angle-next-white.svg);
}

.winner_modal .cont_col .cont img {
	width: 100%;
}

.winner_modal .cont_col .cont .part_cont {
	margin-top: 30px;
}

.winner_modal .cont_col .cont .part_cont h4 {
	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.0003em;
	color: #000000;
}

.winner_modal .cont_col .cont .part_cont p {
	margin-top: 10px;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #888888;
	word-break: break-all;
	white-space: pre-wrap;
}

.winner_modal .cont_col .cont .part_cont p i {
	font-style: italic;
}

.winner_modal .cont_col .btn_wrap {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}

.winner_modal .cont_col .btn_wrap button {
	margin-left: 8px;
}

.winner_modal .nav_part {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	pointer-events: none;
	transform: translateY(-50%);
}

.winner_modal .nav_part button {
	position: absolute;
	top: 50%;
	pointer-events: visible;
	transform: translateY(-50%);
	width: 50px;
	padding-top: 60px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	border: none;
	background-color: transparent;

	font-family: 'HyundaiSansHeadEn', 'HyundaiSansHead';
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	letter-spacing: -0.0003em;
	color: #c4c4c4;
}

.winner_modal .nav_part button.nav_part_prev {
	left: 50px;
	background-image: url(../img/assets/ico-part-nav-prev.svg);
}

.winner_modal .nav_part button.nav_part_next {
	right: 50px;
	background-image: url(../img/assets/ico-part-nav-next.svg);
}

.en_page section.sc06.design .session_wrap .session_tit h2 {
	font-weight: 500;
}
.en_page section.design .tit_center h2 {
	font-weight: 500;
}
.en_page section.sc04.design .col_60 p {
	padding-top: 20px;
}

.layout_line_item .text_wrap {
	overflow: hidden;
	margin-bottom: 100px;
}
.layout_line_item .tit {
	position: relative;
	padding-top: 40px;
	float: left;
	width: 39%;
}
.layout_line_item .tit span {
	font-size: 20px;
	position: absolute;
	top: 0;
	line-height: 1;
}
.layout_line_item .cap_wrap {
	float: left;
	width: 61%;
	line-height: 28px;
	font-size: 18px;
	font-weight: 300;
}
.layout_line_item .vis_wrap {
	overflow: hidden;
}
.layout_line_item .vis_wrap img {
	float: left;
	width: 50%;
}
