@charset "utf-8";

body {
	width: 100%;
	overflow: initial;
}

body,
html {
	text-align: initial;
}

html {}

a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

img {
	max-width: 100%;
}

#wrap {
	width: 100%;
	word-break: break-word;
	overflow: hidden;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 100px;
	right: 10px;
	overflow: hidden;
	width: 38px;
	height: 36px;
	border: none;
	text-indent: -999999px;
	background: url(../images/common/totop.png);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: 99999;
	background-color: #9a8576;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#toTop:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

body.main {
	overscroll-behavior-y: auto;
}

.section .scroll {
	position: absolute;
	bottom: 20%;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
	z-index: 5;
}

.section .scroll .txt {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	padding-bottom: 20px;
}

.section .scroll .arr {
	position: relative;
	width: 22px;
	height: 43px;
	border: 1px solid #fff;
	background-color: transparent;
	left: 50%;
	margin-left: -11px;
	border-radius: 100px;
}

.section .scroll .arr:after {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 4px;
	height: 10px;
	margin-left: -2px;
	border-radius: 100px;
	background-color: #fff;
	animation: scroll 1.3s infinite;
}

@keyframes scroll {
	0% {
		transform: translate(0, -5px);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(0, 100px);
	}

	100% {
		opacity: 0;
	}
}

.hidden2 {
	visibility: hidden;
	opacity: 0;
}

.hidden_txt {
	position: absolute !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
}

.intro * {}

.intro {
	position: fixed;
	display: grid;
	place-items: center;
	height: 100vh;
	width: 100%;
	background-color: transparent;
	z-index: 999999;
}

.intro__title {
	color: #666;
	text-align: center;
	z-index: 2;
	font-size: 1.9vw;
	font-weight: 400;
	font-family: 'Poppins', 'na200', '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;
	width: 100%;
}

.intro__title span {
	padding-bottom: 30px;
	display: inline-block;
}

.intro__title svg {
	width: 300px;
}

.intro__background {
	position: absolute;
	top: 0;
	background-color: #fff;
	width: 50%;
	height: 100%;
	transform: scaleX(1);
}

.intro__background--left {
	left: 0;
	transform-origin: left center;
}

.intro__background--right {
	left: 50%;
	transform-origin: right center;
}

.main .all_wrap2 {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 999999;
	background-color: #000;
	height: 100vh;
}

.video_wrap2 {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

.video_wrap2 {
	overflow: hidden;
}

.video_wrap2 video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 3;
	overflow: hidden;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.video_end .all_wrap2 {
	display: none;
}


.Ad-txt {
	position: fixed;
	left: 50%;
	bottom: 40px;
	z-index: 99;
	transform: translateX(-50%);
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	padding: 0;
}

/* .main-play { display: block; opacity: 0.7; width: 80px; height: 80px; z-index: 100;position: absolute;right: 50%;bottom: 50%;transform: translate(50%,50%);border: 1px solid rgba(255, 255, 255, 1);border-radius: 100px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.main-play2 { display: block; opacity: 0.7; width: 80px; height: 80px; z-index: 100;position: absolute;right: 50%;bottom: 50%;transform: translate(50%,50%);border: 1px solid rgba(255, 255, 255, 1);border-radius: 100px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}

.play_on .main-play::after { transform: translate(-50%, -50%); width: 20px; height: 25px; border-left: 5px solid #fff; border-right: 5px solid #fff; border-width:0px 5px 0px 5px }
.play_on .main-play { right: 0px; bottom: 0px; left: auto; top: auto; transform: translate(-50%,-50%); }
.main-play::after{content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0;transform: translate(-35%, -50%); border-style: solid; border-width: 15px 0px 15px 25px; border-color: transparent transparent transparent #fff;}

.play_on .main-play2::after { transform: translate(-50%, -50%); width: 20px; height: 25px; border-left: 5px solid #fff; border-right: 5px solid #fff; border-width:0px 5px 0px 5px }
.play_on .main-play2 { right: 0px; bottom: 0px; left: auto; top: auto; transform: translate(-50%,-50%); }
.main-play2::after{content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0;transform: translate(-35%, -50%); border-style: solid; border-width: 15px 0px 15px 25px; border-color: transparent transparent transparent #fff;}
 */
.web_vid,
.web_vid_btn {
	display: block;
}

.mob_vid,
.mob_vid_btn {
	display: none;
}

/*Header*/
.logo_off {
	display: inline-block;
}

.logo_on {
	display: none;
}

.header_wrap * {
	z-index: 1004;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.header_wrap a {
	display: block;
}

.header_wrap {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1004;
}

.header_top_wrap {
	width: 100%;
	display: none;
}

.header_top {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.header_top:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.header_top_box {
	float: left;
	margin-right: 30px;
}

.header_top_box_in {
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 30px;
	background-image: url(../images/common/header_top_box.png);
	background-repeat: no-repeat;
	background-position: 0 center
}

.header_top_box_in span {
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
}

.header_mid_wrap {
	width: 100%;
}

.header_mid {
	width: 100%;
	position: relative;
	top: 0;
	left: 0px;
	padding: 20px 5%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.header_mid:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 10px 0px #00000012;
}

/* .open .header_mid:before {background-color: #fff;backdrop-filter: none;-webkit-backdrop-filter:none;} */

.header_mid:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.header_bottom_wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.header_bottom {
	width: 1540px;
	margin: 0 auto;
}

.logo_wrap {
	position: relative;
	top: -5px;
	z-index: 2;
	display: inline-block;
	padding-right: 80px;
	height: max-content;
}

/*.logo_wrap:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -0.25em;font-size: large;}*/
.header_wrap a.logo {
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	width: 100%;
	text-align: center;
}

.logo_off {
	display: none;
}

.logo_long {
	display: none !important;
}

.m_menu_btn_wrap {
	position: absolute;
	top: 45px;
	right: 5%;
	height: 12px;
	width: 40px;
	z-index: 3
}

.header_wrap .m_menu_btn_wrap .m_menu_btn {
	width: 100%;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -15px;
}

.m_menu_btn span {
	display: block;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	margin-top: -2px;
	left: 0px;
	right: 0px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.m_menu_btn:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.m_menu_btn_wrap:hover .m_menu_btn span {
	right: 0px;
}

.m_menu_btn_wrap:hover .m_menu_btn:before {
	right: 0px;
}

.m_menu_btn_wrap:hover .m_menu_btn:after {
	background-color: #f26121;
	right: 0px;
}

.m_close_wrap {
	position: relative;
	top: 0px;
	right: 0px;
	padding: 30px;
}

.m_close_btn {
	width: 40px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	left: auto;
}

.m_close_btn:before,
.m_close_btn:after {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 2px;
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.m_close_btn:before {
	transform: rotate(-45deg);
	transition: all .3s ease
}

.m_close_btn:after {
	transform: rotate(45deg);
	transition: all .3s ease .15s
}



.m_menu_wrap {
	width: 258px;
	height: 946px;
	padding-bottom: 180px;
	position: fixed;
	top: 0px;
	right: -258px;
	bottom: auto;
	z-index: 9999;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.279807) 57.36%, rgba(0, 0, 0, 0) 87.09%);
	backdrop-filter: blur(30px)
}

.m_menu_wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.m_menu_wrap a {
	display: block;
	color: #666;
}

.m_menu_wrap .menu_a {
	margin: 0;
	margin-top: 10px;
	padding: 10px 40px;
	text-align: left;
	cursor: pointer;
	font-size: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Inter;
	font-weight: 200;
	line-height: 100%;
	color: #fff;
}

.m_menu_wrap .menu_a.void_link:after {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(-45deg);
	transition: all .3s ease;
	margin-top: -5px
}

.m_menu_wrap .menu_a.void_link.menu_on:after {
	transform: rotate(-225deg);
}

.m_menu_logo {
	margin-top: 20px;
	margin-left: 35px;
	margin-bottom: 50px;
	width: 56px;
	height: 26px;
}

.m_menu_wrap .side_menu_divider {
	width: 100%;
	height: 1px;
	display: flex;
	align-items: center;
	margin: 30px 0;
	padding-left: 40px;
}

.m_menu_wrap .side_menu_divider::before {
	content: '';
	width: 49px;
	height: 0.5px;
	background-color: rgba(255, 255, 255, 0.5);
}

.m_menu_wrap .sub_menu_wrap {
	display: none;
	background-color: #444;
	width: 100% !important
}

.m_menu_wrap .sub_menu_wrap .sub_menu_a {
	height: 38px;
	line-height: 38px;
	padding-left: 30px;
	border-bottom: 1px solid #666;
}

.m_menu_wrap .sub_menu_wrap .sub_menu_a:first-child {
	border-top: none;
}

.m_menu_wrap .menu_a:hover,
.m_menu_wrap .menu_a.active {
	color: #fff;
	font-weight: 600;
}

.m_menu_wrap .sub_menu_wrap .sub_menu_a:hover,
.m_menu_wrap .sub_menu_wrap .sub_menu_a.active {
	background-color: #777;
	border-color: #777;
	color: #fff;
}

.m_menu_wrap .menu_a.menu_on {
	background-color: #f26121;
	border-color: #f26121;
	color: #fff;
}

.m_menu_wrap .thd_menu_wrap {
	background-color: #888
}

.m_menu_wrap .thd_menu_wrap .thd_menu_a {
	height: 38px;
	line-height: 38px;
	padding-left: 30px;
	border-bottom: 1px solid #666;
}

.m_menu_wrap .thd_menu_wrap .thd_menu_a:first-child {
	border-top: none;
}

.m_menu_wrap .thd_menu_wrap .thd_menu_a:hover {
	background-color: #777;
	border-color: #777;
	color: #fff;
}

.side_menubar {
	padding: 0;
}

.side_menu_btm .menu_a {
	font-size: 16px;
}


/* .all_bg {background-color: #000;opacity: 0.5;position: fixed;top: 0px;left: 0px;width: 100%!important;height: 100%!important;bottom: 0px;right: 0px;display: none;z-index: 1004;} */
.m_all_bg {
	background-color: #000;
	opacity: 0.5;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	bottom: 0px;
	right: 0px;
	display: none;
	z-index: 1005;
}

.header_all_wrap {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1005;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header_all_wrap:before {
	content: "";
	position: absolute;
	top: 100px;
	width: 0px;
	height: 1px;
	background-color: #fff;
	transform: translateX(-50%);
	left: 50%;
	animation-delay: 0.5s;
	animation-duration: 3s;
	animation-name: line;
	animation-fill-mode: forwards;
	display: none;
}

@keyframes line {
	from {
		width: 0px;
		opacity: 0
	}

	to {
		width: 100%;
		opacity: 0.4
	}
}

.m_menu .menu:hover,
.m_menu .menu.active {
	background: linear-gradient(90deg, rgba(170, 139, 119, 0.32) 0%, rgba(170, 139, 119, 0) 100%);
}


.top_menubar {
	display: flex;
	gap: 20px;
}

.m_menu_wrap .top_menubar {
	display: none;
}

.top_nav {
	position: relative;
	top: 0;
	left: 0px;
	font-size: 0px;
	z-index: 1;
	padding-top: 0px;
	display: inline-block;
	width: 100%;
}

.top_nav .side_menubar {
	display: none;
}

.top_nav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.top_nav .menu {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}

.top_nav .menu_a {
	padding: 0px;
	color: #ffffff94;
	padding: 0 5px;
	font-weight: 300;
}

.top_nav .menu_a span {
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	max-width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

.top_nav .sub_menu_a {
	line-height: 1.6;
	font-size: 15px;
	color: #666;
	text-align: center;
	border-bottom: none;
	padding: 10px 0;
	-webkit-transition: none;
	transition: none;
	font-weight: 300;
}

.top_nav .sub_menu_wrap {
	width: 100% !important;
	position: absolute;
	top: 100%;
	left: 0px;
	-webkit-transition: none;
	transition: none;
	text-decoration: none;
	display: none;
	padding: 30px 0;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.95);
}

.top_nav .sub_menu_wrap>div:hover .sub_menu_a,
.top_nav .sub_menu_wrap>div.active .sub_menu_a {
	color: #f26121;
	-webkit-transition: none;
	transition: none;
}

.top_nav .menu:hover .menu_a,
.top_nav .menu.active .menu_a {
	color: #fff
}

.top_nav .menu_a:hover .menu_a span:after {
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.top_nav .menu_a.active .menu_a span:after {
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.top_nav .menu_02::after {
	content: '';
	position: relative;
	display: inline-block;
	width: 150px;
}

.top_nav .menu_left_wrap,
.top_nav .menu_right_wrap {
	width: 50%;
	display: flex;
	position: relative;
}

.top_nav .menu_left_wrap {
	justify-content: flex-start;
}

.top_nav .menu_right_wrap {
	justify-content: flex-end;
	padding-right: 100px;
}

.top_nav .pc_lang_all_wrap {
	top: 50%;
	transform: translateY(-50%);
	z-index: 1010;
}

.top_nav .lang_box {
	border: 1px solid transparent;
}

.top_nav .lang_box_a {
	color: #fff;
	line-height: 20px !important;
}

.lang_box .lang_box_a:after {
	border-color: #fff;
}

.main .top_nav .lang_box_a {
	color: #222;
	line-height: 20px !important;
}

.main .lang_box .lang_box_a:after {
	border-color: #222;
}

.sec_all_wrap {
	width: 100%;
	overflow: hidden;
}

.sec_tit {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.4;
	color: #222;
	word-break: keep-all;
}

.sec_tit b {
	font-weight: 500;
}

.sec_tit2 {
	font-size: 22px;
	font-weight: 200;
	line-height: 1.4;
	color: #222;
	word-break: keep-all;
}

.sec_tit2 b {
	font-weight: 500;
}

.sec_tit30 {
	font-size: 30px;
	font-weight: 200;
	line-height: 1.4;
	color: #222;
	word-break: keep-all;
}

.sec_tit30 b {
	font-weight: 500;
}

.sec_tit3 {
	font-size: 36px;
	font-weight: 200;
	line-height: 1.4;
	color: #222;
	word-break: keep-all;
}

.sec_tit3 b {
	font-weight: 500;
}

.sec_tit4 {
	font-size: 48px;
	font-weight: 200;
	line-height: 1.4;
	color: #222;
	word-break: keep-all;
}

.sec_tit4 b {
	font-weight: 500;
}

.sec_tit5 {
	font-size: 90px;
	font-weight: 400;
	line-height: 1;
	color: #222;
	word-break: keep-all;
}

.sec_tit5 b {
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.03;
}

.sec_tit6 {
	font-size: 24px;
	font-weight: 200;
	line-height: 1.4;
	color: #222;
	word-break: keep-all;
}

.sec_tit6 b {
	font-weight: 500;
}

.sec_tit7 {
	font-size: 60px;
	font-weight: 200;
	line-height: 1.4;
	color: #222;
	word-break: keep-all;
}

.sec_tit7 b {
	font-weight: 500;
}

.sec_tit8 {
	font-size: 72px;
	font-weight: 200;
	line-height: 1.2;
	color: #000;
	word-break: keep-all;
}

.sec_tit8 b {
	font-weight: 500;
}

.sec_tit9 {
	font-size: 6vw;
	font-weight: 200;
	line-height: 1.2;
	color: #000;
	word-break: keep-all;
}

.sec_tit9 b {
	font-weight: 500;
}

.sec_txt10 {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	color: #777 !important;
	word-break: keep-all;
}

.sec_txt {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	color: #777;
	opacity: 0.9;
	word-break: keep-all;
}

.sec_txt b {
	font-weight: 500;
}

.sec_txt2 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	color: #777;
	word-break: keep-all;
}

.sec_txt2 b {
	font-weight: 500;
}

.sec_txt3 {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.6;
	color: #777;
	word-break: keep-all;
}

.sec_txt3 b {
	font-weight: 500;
}

.sec_txt4 {
	font-size: 52px;
	font-weight: 300;
	line-height: 1.4;
	color: #222;
	word-break: keep-all;
}

.sec_txt4 b {
	font-weight: 500;
}

.sec_txt5 {
	font-size: 14px;
	font-weight: 200;
	line-height: 1.4;
	color: #222;
	word-break: keep-all;
}

.sec_txt5 b {
	font-weight: 500;
}

.mid_txt_wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
	font-size: large;
}

.mid_txt {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	position: relative;
	top: 0px;
	left: 0px;
}

.w_color {
	color: #fff;
}

.txt_color_01 {
	color: #f26121 !important
}

.txt_color_bl {
	color: #ffffff !important;
}

.main .header_all_wrap {
	box-shadow: none;
	background-color: transparent;
}

.main .logo_on {
	display: none;
}

.main .logo_off {
	display: inline-block;
}

.main .top_nav .menu_a {
	color: #ffffff;
}

.main .m_menu_btn span {
	background-color: #fff;
}

.main .m_menu_btn:before {
	background-color: #fff;
}

.main .m_menu_btn:after {
	background-color: #f26121;
}

.sub .header_all_wrap {
	box-shadow: none;
}

.sub .logo_on {
	display: none;
}

.sub .logo_off {
	display: inline-block;
}

.sub .top_nav .menu_a {
	color: #ffffff94;
}

.sub .m_menu_btn span {
	background-color: #ffffff;
}

.sub .m_menu_btn:before {
	background-color: #ffffff;
}

.sub .m_menu_btn:after {
	background-color: #fff;
}

.file_login .header_all_wrap {
	box-shadow: none;
}

.file_login .logo_on {
	display: none;
}

.file_login .logo_off {
	display: inline-block;
}

.file_login .top_nav .menu_a {
	color: #ffffffcc;
}

.file_login .m_menu_btn span {
	background-color: #fff;
}

.file_login .m_menu_btn:before {
	background-color: #fff;
}

.file_login .m_menu_btn:after {
	background-color: #000;
}

.file_login .open .header_all_wrap {}

.file_login .open .logo_on {
	display: inline-block;
}

.file_login .open .logo_off {
	display: none;
}

.file_login .open .top_nav .menu_a {
	color: #ffffffcc;
}

.file_login .open .m_menu_btn span {
	background-color: #fff;
}

.file_login .open .m_menu_btn:before {
	background-color: #fff;
}

.file_login .open .m_menu_btn:after {
	background-color: #fff;
}

.file_login .open .top_nav .menu:hover .menu_a,
.file_login .open .top_nav .menu.active .menu_a {
	color: #fff;
}

.file_login.scroll .header_all_wrap {}

.file_login.scroll .logo_on {
	display: none;
}

.file_login.scroll .logo_off {
	display: inline-block;
}

.file_login.scroll .top_nav .menu_a {
	color: #ffffffcc;
}

.file_login.scroll .m_menu_btn span {
	background-color: #fff;
}

.file_login.scroll .m_menu_btn:before {
	background-color: #fff;
}

.file_login.scroll .m_menu_btn:after {
	background-color: #fff;
}

.file_login.scroll .top_nav .menu:hover .menu_a,
.file_login.scroll .top_nav .menu.active .menu_a {
	color: #fff;
}



/*.open .header_mid:before {background-color: #fff;backdrop-filter: none;-webkit-backdrop-filter:none;}*/

.scroll .header_all_wrap {}

.scroll .logo_on {
	display: inline-block;
}

.scroll .logo_off {
	display: none;
}

.scroll .top_nav .menu_a {
	color: #666;
}

.scroll .m_menu_btn span {
	background-color: #222;
}

.scroll .m_menu_btn:before {
	background-color: #222;
}

.scroll .header_mid:before {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: none;
}

.scroll .top_nav .menu:hover .menu_a,
.scroll .top_nav .menu.active .menu_a {
	color: #000;
}


.open .header_all_wrap {}

.open .logo_on {
	display: inline-block;
}

.open .logo_off {
	display: none;
}

.open .top_nav .menu_a {
	color: #ffffff94;
}

.open .m_menu_btn span {
	background-color: #fff;
}

.open .m_menu_btn:before {
	background-color: #fff;
}

.open .m_menu_btn:after {
	background-color: #fff;
}

/* .open .header_mid:before {background-color: #fff;backdrop-filter: none;-webkit-backdrop-filter:none;} */
.open .top_nav .menu:hover .menu_a,
.open .top_nav .menu.active .menu_a {
	color: #ffffff;
}

.scroll .open .header_all_wrap {}

.scroll .open .logo_on {
	display: inline-block;
}

.scroll .open .logo_off {
	display: none;
}

.scroll .open .top_nav .menu_a {
	color: #222
}

.scroll .open .m_menu_btn span {
	background-color: #222;
}

.scroll .open .m_menu_btn:before {
	background-color: #222;
}

.scroll .open .m_menu_btn:after {
	background-color: #222;
}

.scroll .open .header_mid:before {
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	border: none;
}

.scroll .open .top_nav .menu:hover .menu_a,
.scroll .top_nav .menu.active .menu_a {
	color: #f26121;
}


.target_div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}


.w_tp .header_all_wrap {}

.w_tp .logo_on {
	display: inline-block;
}

.w_tp .logo_off {
	display: none;
}

.w_tp .top_nav .menu_a {
	color: #777;
}

.w_tp .m_menu_btn span {
	background-color: #222;
}

.w_tp .m_menu_btn:before {
	background-color: #222;
}

.w_tp .m_menu_btn:after {
	background-color: #222;
}

/* .w_tp .top_nav .lang_box_a { color: #222 !important; }
.w_tp .lang_box .lang_box_a:after { border-color: #222 !important; }
.w_tp .top_nav:hover .lang_box_a { color: #fff !important; }
.w_tp .lang_box:hover .lang_box_a:after { border-color: #fff !important; } */
/* .w_tp .header_mid:before {background-color: #fff;backdrop-filter: none;-webkit-backdrop-filter:none;} */
.w_tp .top_nav .menu:hover .menu_a,
.w_tp .top_nav .menu.active .menu_a {
	color: #000;
}

.w_tp .m_menu_wrap .lang_box .lang_box_a:after {
	border-color: #fff !important;
}

.register {
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px;
	background-color: #fff;
	border-radius: 30px;
}


.line_all_wrap {
	width: 100%;
	background-color: #333;
}

.line_wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.line_wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.line_nav_wrap {
	float: left;
}

.line_notice_all_wrap {
	float: right;
}

.line_nav_home {
	float: left;
}

.line_nav_home a {
	display: block;
	height: 50px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	line-height: 50px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.line_nav_home a:hover {
	background-color: #f26121;
	color: #fff;
	border-color: #f26121;
}

.line_nav {
	float: left;
}

.line_nav_box {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

.line_nav_target .menu {
	display: none;
}

.line_nav_target .menu.active {
	display: block;
}

.line_nav_box_01 {
	overflow: hidden;
	height: 50px;
}

.line_nav_box_01 .line_nav_target .sub_menu_wrap {
	display: none;
}

.line_nav_menu {
	background-color: #fff;
}

.line_nav_target .menu_a {
	display: block;
	padding: 0 50px 0 25px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	min-width: 180px;
	position: relative;
	top: 0px;
	left: 0px;
	color: #fff;
}

.line_nav_target .menu_a:after {
	content: "";
	border-top: 5px solid #fff;
	border-bottom: 0px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
}

.line_nav_target {
	border-right: 1px solid #555;
}

.line_nav_box_01 .line_nav_menu {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: -1px;
	left: 0px;
	right: 0px;
	position: relative;
	top: 0px;
	border-top: 1px solid #ddd;
}

.line_nav_box_01 .line_nav_menu .sub_menu_wrap {
	display: none;
}

.line_nav_box_01 .line_nav_menu .menu_a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	padding: 0 25px;
	color: #666
}

.line_nav_box_01 .line_nav_menu .menu_a:hover {
	background-color: #f7f7f7;
	color: #f26121;
}

/*.line_nav_box_01 .line_nav_menu .menu.active{display:none;}*/
.line_nav_box_01:hover {
	overflow: visible;
}

.line_nav_box_01:hover .line_nav_target .menu_a {
	background-color: #f26121
}

.line_nav_box_01:hover .line_nav_target .menu_a:after {}

.line_nav_box_01:hover .line_nav_menu {
	display: block;
}

.line_nav_box_02 {
	overflow: hidden;
	height: 50px;
}

.line_nav_box_02 .line_nav_target .menu_a {
	display: none;
}

.line_nav_box_02 .line_nav_target .sub_menu {
	display: none;
}

.line_nav_box_02 .line_nav_target .sub_menu.active {
	display: block;
}

.line_nav_box_02 .line_nav_target .sub_menu_a {
	display: block;
	padding: 0 50px 0 25px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	min-width: 180px;
	position: relative;
	top: 0px;
	left: 0px;
	color: #fff;
}

.line_nav_box_02 .line_nav_target .sub_menu_a:after {
	content: "";
	border-top: 5px solid #fff;
	border-bottom: 0px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
}

.line_nav_box_02 .line_nav_menu {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: -1px;
	left: 0px;
	right: 0px;
	position: relative;
	top: 0px;
	border-top: 1px solid #ddd;
}

.line_nav_box_02 .line_nav_menu .menu {
	display: none;
}

.line_nav_box_02:hover {
	overflow: visible;
}

.line_nav_box_02:hover .line_nav_menu {
	display: block;
}

.line_nav_box_02:hover .line_nav_target .sub_menu_a {
	background-color: #f26121
}

.line_nav_box_02:hover .line_nav_target .sub_menu_a:after {}

.line_nav_box_02 .line_nav_menu .menu.active {
	display: block;
}

.line_nav_box_02 .line_nav_menu .menu_a {
	display: none;
}

.line_nav_box_02 .line_nav_menu .sub_menu_a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	padding: 0 25px;
	font-size: 15px;
	color: #666
}

.line_nav_box_02 .line_nav_menu .sub_menu_a:hover {
	background-color: #f7f7f7;
	color: #f26121
}

/*.line_nav_box_02 .line_nav_menu .sub_menu.active {display: none;}*/

.line_all_wrap .thd_menu_wrap {
	display: none;
}

.sub_02 .sub_wrap>div.line_all_wrap {
	display: none;
}

.sub_label_menu .menu {
	display: none;
}

.sub_label_menu .menu.active {
	display: block;
}

.sub_label_menu .menu_a {
	display: none;
}

.sub_label_menu .sub_menu {
	display: none;
}

.sub_label_menu .sub_menu.active {
	display: block;
}



/*Main Common*/
#fp-nav {
	display: block !important;
	z-index: 9999 !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background-color: #fff;
	width: 10px;
	height: 10px;
	margin: 0;
	transform: translate(-50%, -50%);
	opacity: 0.3;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	margin: 0;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	opacity: 1;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {}

#fp-nav.left {
	left: 1%;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	margin: 0;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	opacity: 1;
	z-index: 2;
}

#fp-nav ul li a.active:before,
.fp-slidesNav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li:hover a.active:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 21px;
	height: 21px;
	border-radius: 100px;
	background-color: #fff;
	content: "";
	margin: 0;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0.3;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	width: 30px;
	height: 30px;
	margin: 10px 0
}

#fp-nav ul li .fp-tooltip {
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.left {
	left: 100%;
	padding-left: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	color: #fff;
	background-color: #9b151580;
	padding: 5px 10px;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#fp-nav ul li:hover .fp-tooltip.left {
	background-color: #9b1515 !important;
}

#fp-nav ul li .fp-tooltip.right {
	right: 100%;
	padding-right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#fp-nav ul:hover li .fp-tooltip.left {
	opacity: 1 !important;
}

#fp-nav ul:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 240px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	opacity: 0.3;
}

.fp-viewing-3 #fp-nav ul li .fp-tooltip.left {
	color: #fff;
	background-color: #9b151580;
	padding: 5px 10px;
	border-radius: 100px;
}

.fp-viewing-3 #fp-nav ul li a span,
.fp-slidesNav ul li a span * {
	background-color: #000000;
}

.fp-viewing-3 #fp-nav ul li a.active:before,
.fp-viewing-3 .fp-slidesNav ul li a.active:before,
.fp-viewing-3 #fp-nav ul li:hover a.active:before,
.fp-viewing-3 .fp-slidesNav ul li:hover a.active:before {
	border-color: #000;
}

.fp-viewing-5 #fp-nav ul li .fp-tooltip.left {
	color: #fff;
	background-color: #9b151580;
	padding: 5px 10px;
	border-radius: 100px;
}

.fp-viewing-5 #fp-nav ul li a span,
.fp-slidesNav ul li a span * {
	background-color: #000000;
}

.fp-viewing-5 #fp-nav ul li a.active:before,
.fp-viewing-5 .fp-slidesNav ul li a.active:before,
.fp-viewing-5 #fp-nav ul li:hover a.active:before,
.fp-viewing-5 .fp-slidesNav ul li:hover a.active:before {
	border-color: #000;
}

#mainwrap03 .logo_on {
	display: inline-block;
}

#mainwrap03 .logo_off {
	display: none;
}

#mainwrap03 .top_nav .menu_a {
	color: #777;
}

#mainwrap03 .m_menu_btn span {
	background-color: #222;
}

#mainwrap03 .m_menu_btn:before {
	background-color: #222;
}

#mainwrap03 .m_menu_btn:after {
	background-color: #222;
}

#mainwrap03 .scrolled .txt {
	color: #777;
}

#mainwrap03 .scrolled .arr {
	background-color: #00000026;
}

#mainwrap03 .scrolled .arr:after {
	background-color: #9a8576;
}

#mainwrap04 .logo_on {
	display: inline-block;
}

#mainwrap04 .logo_off {
	display: none;
}

#mainwrap04 .top_nav .menu_a {
	color: #777;
}

#mainwrap04 .m_menu_btn span {
	background-color: #222;
}

#mainwrap04 .m_menu_btn:before {
	background-color: #222;
}

#mainwrap04 .m_menu_btn:after {
	background-color: #222;
}

#mainwrap04 .scrolled .txt {
	color: #777;
}

#mainwrap04 .scrolled .arr {
	background-color: #00000026;
}

#mainwrap04 .scrolled .arr:after {
	background-color: #9a8576;
}

.c_line_wrap {
	padding: 10px 0
}

.c_line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #eee;
}

.sec_pd80 {
	padding: 80px 0;
}

.sec_pd150 {
	padding: 150px 0;
}

.sec_pd180 {
	padding: 180px 0;
}

@keyframes sizeup {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1.01);
	}

	50% {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1.01);
	}
}

.embed_video_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}

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

.sori_start {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.video_section {
	position: relative;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
}

.simul_video_in .video_section {
	position: relative;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video_section.none_vid {
	height: 100vh;
	background-color: #5d5d5d;
}

.video_sec_txt {
	color: #fff;
	font-weight: 400;
	line-height: 1.4;
	font-size: 18px;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.olVid {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}

.olVid.pc {
	display: block;
}

.olVid.mob {
	display: none;
}

.olVid .pc {
	display: block;
}

.olVid .mob {
	display: none;
}

#myVideo {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}

#myVideo2 {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	filter: brightness(0.5);
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}

#myVideo3 {
	width: 100%;
	background-size: 100% 100%;
	background-color: transparent;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}

.bg_video_box {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}


.main_visual_all_wrap {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	overflow: hidden;
}

.main_visual_wrap {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 4;
}

/* .main_wrap .sec_wrap {overflow: hidden;} */


.more_btn_wrap :hover {
	padding-right: 45px;
}

.more_btn_wrap .more_btn_a {
	display: inline-block;
	position: relative;
	padding: 0 50px 0 0;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	font-size: 16px;
}

.more_btn_wrap .more_btn_a:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #222;
	margin-top: -5px;
}

.more_btn_wrap .more_btn_a:before {
	content: "";
	position: absolute;
	right: 1px;
	top: 50%;
	width: 25px;
	height: 1px;
	background-color: #222;
	margin-top: -1px;
}

.more_btn_wrap .more_btn_a span {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #222;
	padding: 10px 0
}

.more_btn_wrap .more_btn_a:hover {
	padding-right: 45px;
}

.sec_bumo {
	position: relative;
	top: 0px;
	left: 0px;
}

.sec_bumo:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.opa4 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.opa6 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.opa8 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.bold700 {
	font-weight: 700 !important
}

.bold600 {
	font-weight: 600 !important
}

.bold500 {
	font-weight: 500 !important
}

.bold400 {
	font-weight: 400 !important
}

.bold300 {
	font-weight: 300 !important
}

* {
	word-break: keep-all;
}

.upp {
	text-transform: uppercase;
}



.sec_all_wrap .section {
	overflow: hidden;
}

.sec_btn_wrap {
	display: block;
}

.sec_btn_wrap .sec_btn {
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100px;
}

.sec_btn_wrap .sec_btn:hover {
	background-color: #f26121;
	border-color: #f26121;
}

.sec_btn_wrap.color_btn .sec_btn {
	border-color: #ddd;
	color: #666
}

.sec_btn_wrap.color_btn .sec_btn:hover {
	background-color: #f26121;
	border-color: #f26121;
	color: #fff
}

.bt_sec_wrap {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

.bt_sec_wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bt_sec_box {
	float: left;
	width: 50%;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

.bt_sec_box_bg_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	;
	background-size: cover;
	z-index: 1
}

.bt_sec_box_in {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 440px;
	z-index: 2;
	text-align: center;
}

.bt_sec_box_in:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
	font-size: large;
}

.bt_sec_box_inner {
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	width: 100%;
	padding: 0 20px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	z-index: 2;
	max-width: 700px;
}

.bt_sec_box_bg_wrap {
	animation-duration: 15s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: sizeup;
}

.bt_sec_box_01 .bt_sec_box_bg_wrap {
	background-image: url(../images/main/bt_sec_box_01.jpg);
}

.bt_sec_box_02 .bt_sec_box_bg_wrap {
	background-image: url(../images/main/bt_sec_box_02.jpg);
}

.bt_sec_box_02 .bt_sec_box_inner {
	text-align: right;
}

.bt_sec_wrap * {
	color: #fff;
}

.bt_sec_wrap .more_btn_wrap .more_btn_a span {
	color: #fff;
}

.bt_sec_wrap .more_btn_wrap .more_btn_a:before {
	background-color: #fff;
}

.bt_sec_wrap .more_btn_wrap .more_btn_a:after {
	border-left-color: #fff;
}

.white_btn.more_btn_wrap * {
	color: #fff;
}

.white_btn.more_btn_wrap .more_btn_a span {
	color: #fff;
}

.white_btn.more_btn_wrap .more_btn_a:before {
	background-color: #fff;
}

.white_btn.more_btn_wrap .more_btn_a:after {
	border-left-color: #fff;
}

.item_label {
	font-size: 22px;
	color: #222
}

.item_link {
	text-align: right;
}

.item_link a {
	display: inline-block;
	padding: 0 30px;
	position: relative;
	top: 0px;
	left: 0px;
}

.item_link a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
	display: block;
	width: 5px;
	height: 5px;
	background-color: transparent;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	transform: rotate(135deg);
	text-indent: -9999px;
	transition: all .3s ease;
	z-index: 2
}

.item_img {
	text-align: center;
}

@keyframes scrolled {
	0% {
		transform: translate(0, -5px);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(0, 10px);
	}

	100% {
		opacity: 0;
	}
}






/*슬라이드*/
.owl-carousel {
	position: relative;
	top: 0px;
	left: 0px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	width: 12px;
	height: 20px;
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20%;
	padding: 20px !important;
	background-color: transport;
	border-radius: 100%;
}

.owl-carousel .owl-nav button span {
	display: none;
}

.owl-carousel .owl-nav button.owl-prev {
	left: -30px;
	background-image: url(../images/common/arr_prev.svg);
}

.award_slider_wrap .owl-nav button.owl-next,
.award_slider_wrap .owl-nav button.owl-prev {}

.owl-carousel .owl-nav button.owl-next {
	right: -30px;
	background-image: url(../images/common/arr_next.svg);
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 0px;
}

.owl-carousel .owl-dots button {
	display: inline-block;
}

.owl-carousel .owl-dots button span {
	display: inline-block;
	width: 60px !important;
	height: 4px !important;
	overflow: hidden;
	background-color: #ffffff80 !important;
	border-radius: 0 !important;
	margin: 2px;
	opacity: 1 !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.owl-carousel .owl-dots button.active span {
	opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff !important;
}

.owl-carousel .item {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.sub_01_07 .owl-carousel .item {
	height: 100vh;
}

.sub_01_07 .olidia_sub_ft_section .owl-carousel .item {
	height: auto;
}

.item_tit_en {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #333;
	padding: 5px 0;
}

.item_tit_kr {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
	color: #666;
	padding: 5px 0
}

.owl-carousel .owl-item .item_img img {
	width: initial;
}

.owl-carousel .owl-item .item_img img {
	width: initial;
	display: inline-block;
}

.sub_01_02 .owl-carousel .owl-nav button.owl-prev,
.sub_01_03 .owl-carousel .owl-nav button.owl-prev {
	background-color: #222;
	background-image: url(../images/common/arr_prev_on.svg);
}

.sub_01_02 .owl-carousel .owl-nav button.owl-next,
.sub_01_03 .owl-carousel .owl-nav button.owl-next {
	background-color: #222;
	text-decoration: none;
	background-image: url(../images/common/arr_next_on.svg);
}

.owl-carousel .owl-nav button.owl-prev:hover {
	/* background: inherit; */
	background-color: #222;
	background-image: url(../images/common/arr_prev_on.svg);
}

.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #222;
	text-decoration: none;
	background-image: url(../images/common/arr_next_on.svg);
}




/*Sub Common*/
.sub_wrap {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

.sub_wrap>div {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 800;
}

.sub_wrap>div.line_all_wrap {
	z-index: 850;
}

.sub_wrap .sec_wrap {
	overflow: hidden;
}

.sub_visual_all_wrap {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 900 !important;
	overflow: hidden;
	background-color: #fff;
	height: 100vh;
}

.sub_visual_bg_wrap {
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	padding: 0 50px;
	height: 400px;
	overflow: hidden;
}

.sub_visual_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
}

.sub_visual_bg2 {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	overflow: hidden
}

.sub_visual_bg_a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 8;
}


@keyframes pd100 {
	0% {
		transform: scale(0.6);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes border100 {
	0% {
		border-width: 1000px;
	}

	100% {
		border-width: 0px;
	}
}

@keyframes sbg_wide {
	0% {
		width: 0%;
	}

	100% {
		width: 90%;
	}
}

@keyframes sbg_wide2 {
	0% {
		width: 20%;
	}

	100% {
		width: 100%;
	}
}

@keyframes hide_line {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		width: 0px;
	}
}

.ovflow {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

.sub_visual_wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	padding: 0 50px;
	margin: 0 auto;
	text-align: center;
}

.sub_visual_txt_wrap * {
	color: #fff;
}

.sub_visual_txt_wrap {
	position: absolute;
	bottom: 150px;
	left: 250px;
	z-index: 10;
}

.sub_01_03 .sub_visual_txt_wrap2 {
	text-align: left;
}

.sub_visual_txt_wrap2 {
	position: absolute;
	bottom: 10%;
	left: 0px;
	z-index: 10;
}

.sub_visual_txt {
	padding-bottom: 20px;
	padding-top: 50px;
}

.sub_visual_txt a {
	font-size: 56px;
	color: #fff;
	;
	font-weight: 600;
}

.sub_visual_txt .menu {
	display: none;
}

.sub_visual_txt .menu.active {
	display: block;
}

.sub_visual_txt .menu_a {
	display: none;
}

.sub_visual_txt .sub_menu_wrap {}

.sub_visual_txt .sub_menu {
	display: none;
}

.sub_visual_txt .sub_menu.active {
	display: block;
}

.sub_visual_txt2 {
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
	font-weight: 400;
	padding-top: 10px;
}

.sub_visual_txt2 b {
	font-weight: 700;
}

.sub_visual_txt2 span {
	-webkit-text-stroke: 1px #000;
	-webkit-text-fill-color: transparent;
}

.sub_visual_box {
	padding: 100px 0
}

.sub_visual_box .thd_menu_wrap {
	display: none;
}

.sub_con_wrap {
	width: 100%;
}

.sub_con {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

.txt_center {
	text-align: center;
}

.bgap {
	height: 160px;
}

.gap {
	height: 100px;
}

.sgap {
	height: 50px;
}

.ssgap {
	height: 25px;
}

.sssgap {
	height: 15px;
}

.ssssgap {
	height: 5px
}

.c_list_01 {
	text-align: left;
	line-height: 2;
	padding-left: 18px;
	margin: 0px;
	counter-reset: chapter 0;
	list-style: none;
}

.c_list_01>li {
	position: relative;
	margin: 0;
	box-sizing: border-box;
}

.c_list_01>li::marker {}

.c_list_01>li:before {
	counter-increment: chapter;
	content: counter(chapter) ".";
	text-indent: -18px;
	display: inline-block;
	color: #333;
	font-weight: 500;
}

.c_list_01 span {
	color: #a5272b;
}

.c_list_02 {
	text-align: left;
	line-height: 1.6;
	padding-left: 18px;
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
	word-break: keep-all;
}

.c_list_02>li {
	position: relative;
	margin: 0;
	box-sizing: border-box;
}

.c_list_02>li::marker {}

.c_list_02>li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -15px;
	width: 4px;
	height: 4px;
	background-color: #f26121;
	border-radius: 100px;
}

.c_list_02 span {
	color: #a5272b;
}


.sec_in {
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.sec_in2 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.sub_01 .sub_vs_bt_wrap {
	display: none;
}

.sub_vs_bt_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	padding: 50px 0
}

.sub_01 .top_nav .lang_box_a {
	color: #fff;
}

.sub_01 .lang_box .lang_box_a:after {
	border-color: #fff;
}

.sub_top_nav {
	max-width: 100%;
}

.sub_top_nav .menu {
	display: none;
}

.sub_top_nav .menu.active {
	display: block;
}

.sub_top_nav .menu_a {
	display: none;
}

.sub_top_nav .sub_menu_wrap {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0px;
	max-width: 1700px;
	margin: 0 auto;
}

.sub_top_nav .sub_menu {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	vertical-align: bottom;
	padding: 5px 0;
}

.sub_top_nav .sub_menu.active,
.sub_top_nav .sub_menu:hover {
	opacity: 1;
}

.sub_top_nav .sub_menu_a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: transparent;
	border-radius: 0px;
	min-width: 150px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-left-color: #fff;
}

.sub_top_nav .sub_menu:first-child .sub_menu_a {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.sub_top_nav .sub_menu_a span {
	position: relative;
	bottom: 0px;
	left: 0px;
	padding: 18px 8px;
	opacity: 1;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 3;
}

.sub_top_nav .sub_menu:hover .sub_menu_a,
.sub_top_nav .sub_menu.active .sub_menu_a {
	border-color: #000;
	color: #000;
}

.pdt_list_all_wrap {
	padding: 160px 0;
	overflow: hidden;
}

.pdt_list_wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.pdt_list_top_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.pdt_list_top {
	width: 100%;
}

.pdt_list_top:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pdt_list_top_left {
	float: left;
	width: 50%;
	padding-right: 12%;
}

.pdt_list_top_left_in {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 100px 0 30px
}

.pdt_list_top_left_in:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	height: 5000px;
	width: 2000px;
	background-color: #ececec;
	z-index: -1;
	border-top-right-radius: 100px;
}

.pdt_list_top_right {
	float: right;
	width: 50%;
}

.pdt_list_top_right_in {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: right;
	padding-top: 100px;
}

.pdt_list_top_right_txt {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 200%;
	z-index: -1;
	text-align: left;
}

.pdt_list_bt_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.pdt_list_bt {
	padding-left: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

.pdt_list_bt:before {
	content: "";
	position: absolute;
	top: 150px;
	left: 200px;
	bottom: 150px;
	width: 2000px;
	background-color: #132447;
	z-index: -1;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/sub/pdt_list_bt.jpg);
	min-height: 600px;
}

.pdt_list_box_wrap {
	margin-left: -60px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.pdt_list_box_wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pdt_list_box {
	float: left;
	width: 29%;
	padding-left: 60px;
	padding-bottom: 100px;
}

.pdt_list_box_in {
	display: block;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 20px;
}

.pdt_list_box:nth-child(6n+1) {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 13%;
}

.pdt_list_img {
	padding: 50px 0;
	text-align: center;
}

.pdt_list_label {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.6;
	color: #222;
}

.pdt_list_label b {
	font-weight: 700;
}

.pdt_list_link {
	text-align: right;
}

.pdt_list_link span {
	display: inline-block;
	padding: 0 30px;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 16px;
	color: #555;
}

.pdt_list_link span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
	display: block;
	width: 5px;
	height: 5px;
	background-color: transparent;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	transform: rotate(135deg);
	text-indent: -9999px;
	transition: all .3s ease;
	z-index: 2
}

.pdt_view_all_wrap {
	width: 100%;
	padding: 160px 0
}

.pdt_view_wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.pdt_view_con {
	width: 100%;
}

.pdt_view_con:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pdt_view_left {
	float: left;
	width: 49%;
}

.pdt_view_right {
	float: right;
	width: 49%;
}

.pdt_view_left_txt {
	font-size: 60px;
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
	filter: alpha(opacity=7);
	opacity: 0.07;
	word-break: keep-all;
	color: #222;
	line-height: 1.6;
}

.pdt_view_left_img {
	padding: 50px 0;
	text-align: center;
}

.pdt_view_right_top_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.pdt_view_info_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	padding-top: 30px;
}

.pdt_view_right_top {
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 200px;
}

.pdt_view_right_top_name {
	font-size: 70px;
	font-weight: 700;
	line-height: 1.6;
	color: #000;
}

.pdt_view_nav_wrap {
	position: absolute;
	top: 100%;
	right: 0px;
	margin-top: -50px;
}

.pdt_menu {
	display: none;
}

.pdt_menu.active {
	display: block;
}

.pdt_view_nav_top .pdt_menu_a {
	display: none;
	font-size: 18px;
	font-weight: 400;
	color: #222;
	min-width: 150px;
}

.pdt_view_nav_top .pdt_menu_a.active {
	display: block;
	padding: 10px 40px 10px 20px;
}

.pdt_view_nav_wrap {
	border: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
}

.pdt_view_nav_top .pdt_menu:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 12px;
	width: 8px;
	height: 8px;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
	transform: rotate(-45deg);
	transition: all .3s ease
}

.pdt_menu_a {
	display: block;
}

.pdt_view_nav_wrap:hover {
	border-radius: 0px;
}

.pdt_view_nav_wrap:hover .pdt_view_nav_top .pdt_menu_a {
	color: #fff;
	background-color: #f26121;
}

.pdt_view_nav_wrap:hover .pdt_view_nav_top .pdt_menu:after {
	transform: rotate(135deg);
	top: 16px;
	border-color: #fff !important;
}

.pdt_view_nav_top_box {
	display: none;
}

.pdt_view_nav_top_box .pdt_menu_a {
	padding: 10px 20px;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	background-color: #fff;
}

.pdt_view_nav_top_box .pdt_menu_a:hover {
	background-color: #f1f1f1;
	color: #f26121
}

.pdt_view_nav_wrap:hover .pdt_view_nav_top_box {
	display: block;
}

.pdt_view_info {
	padding-bottom: 40px;
}

.pdt_view_info_label_dot {
	font-size: 20px;
	padding-left: 15px;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 1.6;
	padding-bottom: 10px;
	color: #222;
	font-weight: 500;
}

.pdt_view_info_label_dot:before {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #f26121;
	position: absolute;
	top: 8px;
	left: 0px;
}

.pdt_view_info_desc {}

.pdt_view_down_wrap {
	padding: 40px 0
}

.pdt_view_down_wrap .pdt_view_down {
	display: inline-block;
	padding: 20px 40px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	background-color: #f26121;
	border-radius: 100px;
}

.sub_sec_pd {
	padding: 180px 0
}

.sub_sec_pd2 {
	padding: 230px 0
}

.sub_sec_pd_bt {
	padding-top: 0px !important
}

.sub_3_box_wrap {
	float: left;
	width: 33.33%;
	padding-left: 40px;
	padding-bottom: 40px;
}

.sub_3_box_txt .sec_txt {
	color: #888;
	max-width: 260px;
}


.sub_side_wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.sub_side_inner {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

.sub_sec_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	overflow: hidden;
}

.sub_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	animation-duration: 15s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: sizeup;
}


.black_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 1;
	z-index: 5;
}

.black_bg2 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 0.2;
	z-index: 5;
}

.black_bg3 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 0.6;
	z-index: 5;
}

.black_bg4 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 0.4;
	z-index: 5;
}

.sub_visual_bg.animated .black_bg {
	opacity: 0.3;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.c_list01 {
	text-align: left;
}

.c_list01>li {
	padding: 10px 0 10px 15px;
	position: relative;
	top: 0px;
	left: 0px;
	word-break: break-all;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

.c_list01>li>.c_list01_desc {
	padding-left: 10px;
}

.c_list01>li>.c_list01_desc:before {
	content: "";
	position: absolute;
	top: 41px;
	left: 20px;
	width: 3px;
	height: 3px;
	border-radius: 100px;
	background-color: #555;
}

.c_list01>li>.tit {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 1em;
	vertical-align: top;
	color: #fff;
	font-weight: 500;
	display: inline-block
}

.c_list01>li>.txt {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 1em;
	display: inline-block
}

.c_list01>li>.tit:before {
	display: inline-block;
	vertical-align: top
}

.c_list01>li>.txt:before {
	display: inline-block;
	vertical-align: top
}

.c_list01>li>.tit:after {
	display: inline-block;
	vertical-align: top;
	font-size: 1em
}

.c_list01>li>.tit.no-blt {
	display: block
}

.c_list01>li>.tit.no-blt:after {
	display: none
}

.c_list01>li>.txt:after {
	display: inline-block;
	vertical-align: top
}

.c_list01>li>.tit:first-child:after {
	content: ":";
	padding: 0 7px;
	position: relative;
	top: 1px;
	right: 0px;
	vertical-align: top
}

.c_list01>li>ul,
.c_list01>li>ol {
	display: block;
	width: 100%;
	padding: 10px 0
}


.sub_vision_all_wrap .c_list01>li:before {
	background-color: #fff
}

.sub_btn_wrap {
	display: inline-block;
}

.sub_btn_wrap .sub_btn_a {
	display: inline-block;
	padding: 10px 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.sub_btn_a span {
	display: inline-block;
	vertical-align: middle;
}

.sub_btn_wrap .sub_btn_a:hover {
	border-color: #ff0f0f;
	color: #ff0f0f;
}

.none_tbl_wrap table {
	border-top: 2px solid #000;
	width: 100%;
	font-size: 16px;
	color: #000;
}

.none_tbl_wrap td {
	padding: 25px 10px;
	font-weight: 300;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.none_tbl_wrap th {
	padding: 25px 10px;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #ddd;
	background-color: #f7f7f7
}

.c_step_all_wrap {
	margin-left: -15px;
}

.c_step_box_wrap {
	float: left;
	width: 16.66%;
	width: calc(100%/6);
	padding-left: 15px;
}

.c_step_box {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	height: 0px;
	padding-bottom: 100%;
	border: 1px solid #f26121;
	background-color: #fff;
	border-radius: 400px;
	line-height: 1.6;
}

.c_step_box_in {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.c_step_box_num {
	font-size: 50px;
	font-weight: 500;
	color: #d3d3d3
}

.c_step_box_txt {
	font-size: 14px;
	font-weight: 500;
	color: #f26121
}

.c_step_box:hover {
	background-color: #f26121;
}

.c_step_box:hover * {
	color: #fff;
}

.c_step_all_wrap:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1000px;
	right: -1000px;
	height: 1px;
	background-color: #f26121
}

#bo_v_link li i {
	font-size: 1.2em;
}

.sub_05 #bo_list .td_num2 {
	width: 100px !important;
	min-width: 70px;
}

.sub_05 #bo_list .td_datetime {
	width: 130px !important;
	min-width: 100px;
}

.sub_05 #bo_list span.ing {
	background-color: #f26121;
}

.sub_05 #bo_list span.end {
	background-color: #c6c6c6;
}

.sub_05 #bo_list .td_state {
	text-align: center;
	width: 150px !important;
	min-width: 100px;
}

.sub_05 #bo_list .td_state span {
	display: inline-block;
	color: #fff;
	border-radius: 0px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-weight: 300;
	text-align: center;
	min-width: 80px;
}

.main_sec_in {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100vh
}

.main_h_100 {
	height: 100vh;
	min-height: 500px;
}

.sub_video_wrap {
	position: relative;
	padding-bottom: 56.2%;
	height: 0px;
}

.seok_video_wrap {
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
	padding-bottom: 56%;
}

.videoWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*	pointer-events: none;*/
}

.sub_video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*	pointer-events: none;*/
}

.non_video {
	max-width: 100%;
}

#canvas {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	opacity: 0.8;
}

#canvas canvas {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

#pinned-video {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
}

#pinned-video canvas {
	width: 100%;
	object-fit: cover;
	object-position: 50% 80%;
}

.sub_visual_box .thd_menu_wrap {
	display: none;
}

.none_tbl_wrap {
	overflow: auto;
}

.none_tbl_wrap2 {
	overflow: auto;
}

.none_tbl_wrap3 {
	overflow: auto;
}

.none_tbl_wrap4 {
	overflow: auto;
}

.none_tbl_wrap::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.none_tbl_wrap::-webkit-scrollbar-thumb {
	background: #083c85;
	border-radius: 100px;
}

.none_tbl_wrap::-webkit-scrollbar-track {
	border-radius: 100px;
	background-color: #eee;
	box-shadow: inset 0px 0px 10px #ccc;
	padding: 5px;
}

.none_tbl_wrap2::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.none_tbl_wrap2::-webkit-scrollbar-thumb {
	background: #083c85;
	border-radius: 100px;
}

.none_tbl_wrap2::-webkit-scrollbar-track {
	border-radius: 100px;
	background-color: #eee;
	box-shadow: inset 0px 0px 10px #ccc;
	padding: 5px;
}

.none_tbl_wrap2 table {
	width: 100%;
	font-size: 16px;
	color: #000;
	line-height: 1.6
}

.none_tbl_wrap2 td {
	padding: 25px 10px 25px 5%;
	font-weight: 300;
	text-align: left;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.none_tbl_wrap2 th {
	padding: 25px 10px 25px 5%;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.none_tbl_wrap2 td.td_01 {
	width: 250px;
	background-color: #f7f7f7;
	padding-left: 3%;
	color: #000
}

.none_tbl_wrap td.td_02 {
	text-align: left;
}

.none_tbl_wrap3::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.none_tbl_wrap3::-webkit-scrollbar-thumb {
	background: #083c85;
	border-radius: 100px;
}

.none_tbl_wrap3::-webkit-scrollbar-track {
	border-radius: 100px;
	background-color: #eee;
	box-shadow: inset 0px 0px 10px #ccc;
	padding: 5px;
}

.none_tbl_wrap4::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.none_tbl_wrap4::-webkit-scrollbar-thumb {
	background: #083c85;
	border-radius: 100px;
}

.none_tbl_wrap4::-webkit-scrollbar-track {
	border-radius: 100px;
	background-color: #eee;
	box-shadow: inset 0px 0px 10px #ccc;
	padding: 5px;
}



/*Table Common*/
.table_wrap table {
	border-top: 2px solid #000;
	width: 100%;
	font-size: 16px;
	color: #000
}

.table_wrap td {
	padding: 25px 10px;
	font-weight: 300;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.table_wrap th {
	padding: 25px 10px;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.table_wrap td img {
	width: auto;
	max-width: none;
}

.td_01 {
	text-align: center;
}

.td_02 {
	text-align: center;
}

.table_01_wrap table {
	font-size: 14px;
}

.table_01_wrap th {
	width: 130px;
	background-color: #f7f7f7
}

.table_wrap.table_01_wrap td {
	padding-left: 30px;
	text-align: left;
}

.board_wrap .table_wrap table {}

.board_wrap .table_wrap td {
	text-align: left;
}

.board_wrap .table_wrap th {
	background-color: #f7f7f7
}

.table_03_wrap table {
	font-size: 14px;
}

.table_03_wrap th {
	width: 130px;
	background-color: #f7f7f7;
	border-right: 1px solid #ddd;
}

.table_03_wrap td {
	padding-left: 30px;
	text-align: center;
	border-right: 1px solid #ddd;
}

.table_03_wrap th.on,
.table_03_wrap td:last-child {
	border-right: none;
}

.board_wrap {}

#bo_v_atc {
	padding: 20px;
}




/*Board*/
.s_board_label_wrap {
	width: 100%;
	padding: 30px 0 10px
}

.s_board_label_in {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.s_board_label {
	border-bottom: 3px solid #335ca6;
	display: inline-block;
	padding-bottom: 15px;
	padding-right: 10px;
}

.s_board_label span {
	display: inline-block;
	font-size: 20px;
	color: #333;
	padding-right: 10px;
}



/*Category*/
.b_view .s_cate_all_wrap,
.b_write .s_cate_all_wrap {
	display: none;
}

.s_cate_all_wrap {
	width: 100%
}

.s_cate_wrap {
	width: 100%
}

.s_cate_wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.s_cate_wrap .menu {
	display: none;
}

.s_cate_wrap .menu.active {
	display: block;
	width: 100%;
	overflow: hidden;
}

.s_cate_wrap .menu_a {
	display: none;
}

.s_cate_wrap .sub_menu_wrap {
	margin-left: -5px;
}

.s_cate_wrap .sub_menu_wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.s_cate_wrap .sub_menu {
	float: left;
	padding-left: 5px;
}

.s_cate_wrap .sub_menu_a {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #999;
	border: 1px solid #eee;
	display: block;
}

.s_cate_wrap .sub_menu_a.active,
.s_cate_wrap .sub_menu_a:hover {
	background-color: #f26121;
	border-color: #f26121;
	color: #fff;
}

.rdos {
	display: inline-block
}

.rdos input[type="radio"] {
	position: absolute;
	width: 16px;
	height: 16px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	background: #fff;
	margin: 8px 0
}

.rdos input[type="radio"]+label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 30px;
	min-height: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	line-height: 1.3;
	margin-right: 5px;
	font-size: 1em;
	font-weight: 500;
	word-break: break-all;
	white-space: nowrap;
}

.rdos input[type="radio"]+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	margin: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #fff;
	border: 2px solid #ccc;
	box-sizing: border-box;
	transition: all .3s ease;
	border-radius: 100px
}

.rdos input[type="radio"]+label:after {
	content: '';
	position: absolute;
	top: 9px;
	margin: 0 0 0 0px;
	left: 7px;
	width: 6px;
	height: 6px;
	background: #ddd;
	border-radius: 100%;
	transition: all .3s ease
}

.rdos input[type="radio"]+label:active:before,
.rdos input[type="radio"]:checked+label:active:before {}

.rdos input[type="radio"]:checked+label:before {}

.rdos input[type="radio"]:checked+label:after {
	background-color: #2767c9
}

.rdos input[type="radio"]:checked+label:before {
	border-color: #2767c9
}

.chks {
	display: block;
	position: relative
}

.chks.inline {
	display: inline-block
}

.chks input[type="checkbox"] {
	position: absolute;
	width: 16px;
	height: 16px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	background: #fff;
}

.chks input[type="checkbox"]+label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 30px;
	min-height: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	line-height: 1.6;
	margin-right: 5px;
	font-size: 16px;
	font-weight: 300;
	word-break: break-all;
}

.chks input[type="checkbox"]+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	margin: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #bbb;
	box-sizing: border-box;
	transition: all .3s ease
}

.chks input[type="checkbox"]+label:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 6px;
	left: 4px;
	top: 8px;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: transparent transparent #ddd #ddd;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transition: all .3s ease
}

.chks input[type="checkbox"]:checked+label:after {
	border-color: transparent transparent #fff #fff
}

.chks input[type="checkbox"]:checked+label:before {
	background-color: #f26121;
	border-color: #f26121;
}



/*Map*/
.map_wrap {
	font-size: 18px;
	position: relative;
	top: 0px;
	left: 0px;
}

.map_wrap .root_daum_roughmap {
	width: 100% !important
}

.map_wrap .root_daum_roughmap .wrap_controllers {
	display: none;
}

.map_wrap .root_daum_roughmap .wrap_map {
	height: 670px !important
}

.map_wrap .roughmap_maker_label {
	border: none !important;
}

.map_wrap .roughmap_maker_label .roughmap_lebel_text {
	width: 169px;
	height: 60px;
	background-image: url(../images/sub/map_logo.png);
	background-color: transparent;
	border: none;
	font-size: 0px !important;
	top: 55px;
}

.r_step_all_wrap {
	width: 100%;
}

.r_step_wrap {
	text-align: center;
	font-size: 0px
}

.r_step_box {
	width: 200px;
	height: 200px;
	display: inline-block;
	border: 5px solid #849bd3;
	border-radius: 100px;
	vertical-align: middle;
}

.r_step_arr_wrap {
	display: inline-block;
	height: 200px;
	width: 15%;
	position: relative;
	top: 0px;
	left: 0px;
	vertical-align: middle;
}

.r_step_box:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
	font-size: large;
}

.r_step_box .r_step_box_in {
	vertical-align: middle;
	display: inline-block;
	line-height: 1.6;
	width: 100%;
	padding: 10px
}

.r_step_box_num {
	font-size: 18px;
	font-weight: 300;
	color: #0032a9
}

.r_step_box_txt {
	font-size: 28px;
	font-weight: 400;
	color: #222;
	padding: 5px 0
}

.r_step_arr_wrap:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	height: 1px;
	background-color: #ccc
}

.r_step_arr_wrap:after {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #ccc;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}





/*Olidia*/
.file_password_lost .sub_all_wrap {
	background-color: #f9f9f9;
	padding: 150px 0;
}

#find_info {
	max-width: 1400px;
	padding: 80px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 30px;
}

#find_info .new_win_con {
	background: transparent;
}

.file_register .sub_all_wrap {
	background-color: #f9f9f9;
	padding: 150px 0;
	margin: 0 auto;
}

.file_register_form .sub_all_wrap {
	background-color: #f9f9f9;
	padding: 150px 0;
}

.select2-container--default .select2-selection--single {
	background-color: #f9f9f9;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eee;
}

#select2-mb_2-container {
	line-height: 40px;
	padding-left: 20px;
}

.select2-selection__arrow {
	width: 40px !important;
	height: 40px !important;
}

.select2-search__field {
	border: 1px solid #ddd !important;
}

.select2-dropdown.select2-dropdown--below {
	border: 1px solid #ddd;
}

.select2-search.select2-search--dropdown {
	padding: 5px 15px;
	border-radius: 10px;
	overflow: hidden;
}

.btn_confirm {
	padding-top: 50px;
}

.register .btn_confirm .btn_submit,
.register .btn_confirm .btn_close {
	width: auto;
	padding: 5px 30px;
	font-size: 16px;
	height: auto !important;
	line-height: normal !important;
	border-radius: 100px;
	float: none;
	font-family: 'Poppins', 'Noto Sans KR', '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;
}

.btn_submit {
	background-color: #5f5b58;
}

.btn_submit:hover {
	background: #9a8576;
}

.contactus_label_list {
	display: grid;
	gap: 20px;
	padding-top: 20px;
}

.form_01 .frm_label {
	width: 250px;
}

.st1 {
	fill: #f16121;
}

.header_wrap a.logo svg {
	max-width: 120px;
	width: 100%;
}

.header_wrap a.logo .logo_off svg * {
	animation: stroke 1s forwards;
	stroke-width: 1;
	text-anchor: start
}

@keyframes stroke {
	0% {
		fill: rgba(255, 255, 255, 0);
		stroke: rgba(255, 255, 255, 1);
		strok-dashoffset: 25%;
		stroke-dasharray: 0 50%;
		stroke-width: 1;
	}

	40% {
		fill: rgba(255, 255, 255, 0);
		stroke: rgba(255, 255, 255, 1);
		stroke-width: 1;
	}

	100% {
		fill: rgba(255, 255, 255, 1);
		stroke: rgba(255, 255, 255, 0);
		stroke-dashoffset: -25%;
		stroke-dasharray: 50% 0;
		stroke-width: 0;
	}
}

.header_wrap a.logo .logo_off svg .st1 {
	fill: #fff;
}

.header_wrap a.logo .logo_on svg .st1 {
	animation: stroke2 2s forwards;
	stroke-width: 1;
	text-anchor: start
}

@keyframes stroke {
	0% {
		fill: rgba(255, 255, 255, 0);
		stroke: rgb(255, 255, 255);
		stroke-dashoffset: 25%;
		stroke-dasharray: 0 50%;
		stroke-width: 1;
	}

	40% {
		fill: rgba(255, 255, 255, 0);
		stroke: rgba(255, 255, 255, 1);
		stroke-width: 1;
	}

	60% {
		fill: rgba(255, 255, 255, 1);
		stroke: rgba(255, 255, 255, 0);
		stroke-dashoffset: -25%;
		stroke-dasharray: 50% 0;
		stroke-width: 0;
	}
}

@keyframes stroke2 {
	0% {
		fill: rgba(242, 97, 33, 0);
		stroke: rgba(242, 97, 33, 1);
		stroke-dashoffset: 25%;
		stroke-dasharray: 0 50%;
		stroke-width: 1;
	}

	40% {
		fill: rgba(242, 97, 33, 0);
		stroke: rgba(242, 97, 33, 1);
		stroke-width: 1;
	}

	60% {
		fill: rgba(242, 97, 33, 1);
		stroke: rgba(242, 97, 33, 0);
		stroke-dashoffset: -25%;
		stroke-dasharray: 50% 0;
		stroke-width: 0;
	}
}


.text_logo {
	display: inline-block;
	max-width: 180px;
	width: 100%;
}

.text_logo svg * {
	fill: #fff;
}

@keyframes sizeup2 {
	0% {
		transform: scale(3);
		-ms-transform: scale(3);
		-webkit-transform: scale(3);
	}

	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.logo_ani {
	display: inline-block;
	max-width: 600px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

.logo_ani .logo_ani_01 svg * {
	fill: #fff;
}

.logo_ani_02 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}

.logo_ani_02 .sec_txt {
	color: #f26121;
}

@keyframes sizeup3 {
	0% {
		transform: scale(4);
		-ms-transform: scale(4);
		-webkit-transform: scale(4);
	}

	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}



.line_wrap {
	max-width: 1400px;
}

.main_wrap {
	position: relative;
}

.sub_wrap {
	overflow: hidden;
}

.sub_wrap>div.line_all_wrap {
	display: none;
}

.sub_wrap>div.sub_top_nav {
	display: block;
	border-bottom: none;
	z-index: 902;
}

.none_img {
	border-radius: 20px;
	overflow: hidden;
}

.none_img img {
	animation-duration: 10s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: sizeup;
}

.sub_logo_ani_wrap {
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 20px;
	text-align: center;
}

.sub_logo_ani {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	padding: 30px;
}

.sub_logo_ani_wrap.animated svg .st0 {
	animation: stroke2 3s infinite;
	stroke-width: 1;
	text-anchor: start
}

.sub_logo_ani_wrap.animated svg .st1 {
	animation: stroke3 3s infinite;
	stroke-width: 1;
	text-anchor: start
}

.sub_logo_ani_wrap.animated svg .st2 {
	animation: stroke4 3s infinite;
	stroke-width: 1;
	text-anchor: start
}

.pt_nav .menu {
	display: none;
}

.pt_nav .menu.active {
	display: block;
}

.pt_nav .menu_a {
	display: none;
}

.pt_nav .sub_menu {
	display: none;
}

.pt_nav .sub_menu.active {
	display: block;
}

.n_pt_slider .item {
	overflow: hidden;
	display: block;
}

.item_label2 {
	font-size: 18px;
	color: #222;
	line-height: 1.4;
	padding-top: 20px;
}

.item_desc2 {
	font-size: 16px;
	color: #666;
	line-height: 1.4;
	padding-top: 20px;
	font-weight: 300;
	word-break: keep-all;
}

.n_pt_slider_wrap {
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	padding: 50px 0 150px;
}

.n_pt_slider.owl-carousel .owl-stage-outer {}

.n_pt_slider.owl-carousel .owl-dots {
	bottom: -80px;
	text-align: left;
	max-width: 98%;
	display: block !important;
}

.n_pt_slider.owl-carousel .owl-dots button {
	display: inline-block;
}

.n_pt_slider.owl-carousel .owl-dots button span {
	display: inline-block;
	height: 3px;
	overflow: hidden;
	background-color: #d9d9d9;
	border-radius: 0px;
	margin: 0px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 100%;
}

.n_pt_slider.owl-carousel .owl-dots button.active span {
	background-color: #000;
}

.n_pt_slider.owl-carousel .owl-stage-outer {
	width: 200%;
}

.pd_num {
	font-size: 42px;
	font-weight: 200;
	color: #f26121;
}

.sub_txt {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	color: #aaa;
	word-break: keep-all;
}

.m_sec_in {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.m_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.scrolled {
	position: absolute;
	bottom: 0;
	left: auto;
	right: 5%;
	z-index: 100;
	transform: translateX(-50%);
	z-index: 10;
}

.scrolled .txt {
	position: absolute;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding-top: 20px;
	rotate: 90deg;
	white-space: nowrap;
	right: -55px;
	left: auto;
	top: 20px;
}

.scrolled .arr {
	position: relative;
	width: 1px;
	height: 120px;
	background-color: #ffffff6b;
	left: 50%;
	bottom: auto;
	margin-left: -11px;
	border-radius: 100px;
}

.scrolled .arr:after {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 5px;
	height: 5px;
	margin-left: -2px;
	border-radius: 100px;
	background-color: #fff;
	animation: scroll 3s infinite;
}

.pd_more {
	display: inline-block;
	position: relative;
}

.pd_more .circle {
	border-radius: 100px;
	background-color: #f26121;
	width: 45px;
	height: 45px;
	top: 0;
	right: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pd_more_tit {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 45px;
	padding: 0 60px 0 0px;
	display: block;
	font-size: 14px;
	transition: all .5s ease;
}

.circle:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(225deg);
	transition: all .3s ease;
	margin: auto;
	top: 0px;
	right: 20px;
	bottom: 0px;
}

.pd_more:hover .circle {
	width: 100%;
}

.pd_more:hover .pd_more_tit {
	color: #fff;
	padding: 0 60px 0 30px;
}

.owlCustomNav button {
	border-radius: 100px;
	background-color: transparent;
	width: 45px;
	height: 45px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	;
	border: 1px solid #eee;
	outline: none;
	text-indent: -9999px;
}

.owlCustomNav button span {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	transition: all .3s ease;
	margin: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.owlCustomNav .owl-next {
	margin-left: 15px;
}

.owlCustomNav .owl-next span {
	transform: rotate(225deg);
}

.owlCustomNav .owl-prev span {
	transform: rotate(45deg);
}

.owlCustomNav button:hover {
	background-color: #f26121;
	border-color: #f26121
}

.owlCustomNav button:hover span {
	border-color: #fff;
}


.item_box_img_01 {
	background-image: url(../images/main/item_box_img_01.png);
}

.item_box_img_02 {
	background-image: url(../images/main/item_box_img_02.png);
}

.item_box_img_03 {
	background-image: url(../images/main/item_box_img_03.png);
}

.item_box_img_04 {
	background-image: url(../images/main/item_box_img_04.png);
}

.item_box_img_05 {
	background-image: url(../images/main/item_box_img_05.png);
}

.item_box_img_06 {
	background-image: url(../images/main/item_box_img_06.png);
}

.item_box_img_07 {
	background-image: url(../images/main/item_box_img_07.png);
}

.item_box_img_08 {
	background-image: url(../images/main/item_box_img_08.png);
}

.m_bg {
	animation-duration: 15s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: sizeup;
}






/* Olidia Mainpage */
div[class^="gsap-marker"] {
	z-index: 9999999 !important
}

.txt_wh {
	color: #fff !important;
}

.main_top_txt_bg_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

.main_top_txt_all_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	scale: 0.5;
	transform: translateY(100%);
	width: 100%;
	height: 100%;
	color: #f26121;
}

.main_bt_txt_all_wrap {
	position: absolute;
	text-align: left;
	bottom: 0;
}

.sec_all_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
}

.main_sec_all_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 900;
}

.main_sec_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 900;
}

.main_sec_all_bg_wrap {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 800;
	width: 100%;
}

.main_sec_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: #000
}

.main_sec_pdt2 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: transparent
}

.main_sec_pdt2::after {
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/sub/main_sec_03_03_con_left_in.jpg);
	background-position: 67% center;
}

.main_sub_logo_txt svg {
	display: inline-block;
	width: 280px;
	text-align: center;
}

.main_sec_01_con_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
}

.main_sec_01_con_in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.main_sec_01_con {
	position: relative;
	top: 0;
	left: 0;
	height: 100vh;
}

.main_sec_01_btn_wrap {
	position: absolute;
	bottom: 10%;
	left: 5%;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: left;
}

.main_sec_01_con_bg {
	position: absolute;
	background-color: #bbbbbb;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -10;
	filter: brightness(0.8) blur(5px);
	transform: scale(1.05);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main_sec_01_con_in:hover .main_sec_01_con_bg {
	filter: brightness(1) blur(0px);
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main .more_btn {
	background-color: transparent;
	width: 143px;
	height: 34px;
	border-radius: 17px;
	padding: 7px 20px;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.main_sec_01_con_txt_wrap {
	color: #fff;
	position: absolute;
	bottom: 17%;
	left: 5%;
	text-align: left;

	font-family: Inter;
	font-weight: 500;
	font-size: 32px;
	line-height: 1;

}

.more_btn {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	padding: 10px 20px;
}

.more_btn i {
	padding-left: 20px;
}

.main_sec_01_con_in:hover .main_sec_01_btn_wrap {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main_sec_01_con_bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.main_sec_01_con_01 .main_sec_01_con_bg {
	background-image: url(../images/main/main_sec_01_con_bg_01.jpg);
}

.main_sec_01_con_02 .main_sec_01_con_bg {
	background-image: url(../images/main/main_sec_01_con_bg_02.jpg);
}

.main_sec_01_con_03 .main_sec_01_con_bg {
	background-image: url(../images/main/main_sec_01_con_bg_03.jpg);
}

.main_sec_02_bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: 1;
}

.main_sec_02_all_wrap {
	overflow: hidden;
	z-index: 800;
	background-color: #fdf9f6;
	height: 100vh;
	display: grid;
	align-items: center;
}

.main_sec_02_con_wrap {
	text-align: center;
}

.main_sec_02_btn_wrap .more_btn {
	background-color: #71645c;
	border-color: transparent;
}

.main_sec_02_btn_wrap {
	text-align: center;
}

.main_sec_02_con_img_list ul li {
	width: 100%;
}

.main_sec_02_con_img_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.main_sec_02_con_img {
	position: relative;
	width: 100%;
	height: 254px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	overflow: hidden;
}

.main_sec_02_con_img::after {
	content: '';
	position: absolute;
	right: 30px;
	bottom: 10px;
	width: 56px;
	height: 40px;
	background-image: url('/theme/basic/images/main/bot_arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 100;
}

.main_sec_02_con_img:hover::after {
	opacity: 1;
}

.main_sec_02_con_img:hover .main_sec_02_con_ibg {
	filter: grayscale(0%);
}


.main_sec_02_con_img_list {
	padding: 50px 0;
}

.main_sec_02_con_ibg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	filter: grayscale(100%);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.main_sec_02_con_itxt {
	color: #fff;
	z-index: 100;
	position: relative;
	z-index: 99;
	font-size: 14px;
	line-height: 1;
}

.main_sec_02_con_img_01 .main_sec_02_con_ibg {
	background-image: url(../images/main/main_sec_02_con_img_01.jpg);
}

.main_sec_02_con_img_02 .main_sec_02_con_ibg {
	background-image: url(../images/main/main_sec_02_con_img_02.jpg);
}

.main_sec_02_con_img_03 .main_sec_02_con_ibg {
	background-image: url(../images/main/main_sec_02_con_img_03.jpg);
}

.main_sec_02_con_img:hover .main_sec_02_con_ibg {
	filter: grayscale(0%);
}

.main_sec_03_btn_wrap .more_btn {
	background-color: #71645c;
	border-color: transparent;
}

.main_sec_03_btn_wrap {
	text-align: right;
	display: block;
}

.main_sec_03_btn_wrap .more_btn:hover {
	background-color: #9a8576;
}

.main_sec_03_con_img_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
}


.wd_50 {
	width: 50%;
}

.wd_48 {
	width: 48%;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5 {
	fill: none;
}

.path_ani {
	position: absolute;
	top: 15%;
	left: -15%;
	z-index: -1;
	width: 75%;
	transform: rotate(10deg)
}

.path_ani .animated .cls-1 {
	fill: #e65f26;
}

.path_ani .animated .cls-2 {
	stroke-width: .83px;
}

.path_ani .animated .cls-3 {
	stroke-width: .68px;
}

.path_ani .animated .cls-5 {
	stroke-width: .6px;
}

.path_ani .animated .cls-2,
.path_ani .animated .cls-3,
.path_ani .animated .cls-4,
.path_ani .animated .cls-5 {
	stroke-miterlimit: 10;
}

.path_ani .animated .cls-2,
.path_ani .animated .cls-3,
.path_ani .animated .cls-4,
.path_ani .animated .cls-5 {
	stroke: #ee8a4c;
	stroke-dasharray: 15000;
	stroke-dashoffset: 15000;
	animation: offset 60s linear forwards, fill-it .8s .5s forwards;
}

@keyframes offset {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes fill-it {
	100% {
		stroke: #ee8a4c;
	}
}

.main_sec_03_wrap {
	background-color: #fff;
}

.main_sec_03_01_con_wrap {
	position: relative;
	display: grid;
	height: 100vh;
	grid-template-columns: 4.5fr 5.5fr;
	align-content: stretch;
}

.main_pdt_object {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.main_pdt_path,
.main_pdt_icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.main_sub_logo_txt .st1 {
	fill: #fff;
}

.main_sec_03_01_con_left {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_sec_03_01_con_left_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/main/hcp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #eee;
}

.main .main_sec_03_01_con_right_in {
	margin-left: 10%;
}

.main_sec_03_01_subject {
	font-family: 'NuosuSIL', sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1;
	color: rgba(43, 21, 5, 1);
	margin-bottom: 50px;
}

.main_sec_03_01_tit {
	font-family: 'Inter', sans-serif;
	font-weight: 100;
	font-style: Thin;
	font-size: 24px;
	line-height: 1.2;
	color: 000;
	margin-bottom: 120px;
}

.main_sec_03_01_desc {
	font-family: Inter;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: rgba(58, 35, 19, 1);
	margin-bottom: 20px;
}

.main_sec_03_01_con_right {
	padding: 0 60px;
	display: flex;
	align-items: center;
}

.main_sec_03_01_con_left_in {
	position: absolute;
	top: 80px;
	left: 80px;
	right: 80px;
	bottom: 80px;
	text-align: center;
}

.main_sec_03_01_con_left_tit {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
}

.main_sec_03_01_con_right_dot {
	font-family: Inter;
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	color: rgba(142, 131, 122, 1);
}

.main_sec_03_01_con_left_in .sec_tit6 {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 5px 20px;
	background-color: #ffffff82;
	border-radius: 100px;
	display: inline-block;
	border: 1px solid #ffffff;
	color: #71645c;
}

.main_pdt_object {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.main_pdt_path,
.main_pdt_icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.main_top_txt {
	position: absolute;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.main_top_txt_01 {
	top: 0;
	left: 0;
}

.main_top_txt_02 {
	top: 32%;
	left: 32%;
}

.main_top_txt_03 {
	bottom: 0;
	right: 0;
}

.main_sec_pdt_img {
	animation: up-down 1.4s infinite ease-in-out alternate;
}

@keyframes up-down {
	from {
		transform: translatey(0px);
	}

	to {
		transform: translatey(-20px);
	}
}



.main_sec_02_bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	filter: brightness(0.8);
}

.main_lf_txt_all_wrap {
	padding-top: 230px;
}

.main_obj_logo .st1 {
	fill: #fff !important;
	opacity: 0.3;
}

.main_obj_logo svg {
	width: 50vw;
}

.main_obj_txt {
	font-size: 250px;
	margin-left: -180px;
	line-height: 160px;
}

.main_obj_txt_all_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
}

.main_sec_02_scr_img_all_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}

.main_sec_02_scr_img_01 {
	padding-top: 80px;
	position: relative;
	left: 50%;
}

.main_sec_02_scr_img_02 {
	padding-top: 80px;
	position: relative;
	left: 65%;
}

.main_sec_02_scr_img_03 {
	padding-top: 80px;
	position: relative;
	left: 50%;
}

.main_sec_03_01_con_info {
	padding-top: 300px;
}

.main_sec_04_01_wrap {
	position: relative;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
}

.main_sec_04_01_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/main/main_sec_04_01_bg_re.jpg);
	background-position: bottom;
}

.main_sec_04_01_con_wrap {
	height: 1080px;
	width: 100%;
}

.main_sec_04_01_pdt_wrap {
	position: absolute;
}

.main_sec_04_01_pdt {
	position: relative;
}

.main_sec_04_01_pdt_more_info_wrap {
	display: none;
}

.main_sec_04_01_pdt_more_info_wrap td {
	white-space: nowrap;
}

.main_pdt_more_info_tit {
	color: #fff;
}

.main_sec_04_01_pdt img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.main_sec_04_01_pdt_wrap:hover .main_sec_04_01_pdt img {
	filter: drop-shadow(0 0 30px #ffffffc9);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.pdt_more_btn_a {
	position: relative;
	display: inline-block;
	padding: 10px 52px 10px 20px;
	background-color: #ffffffc4;
	color: #f26121;
	font-family: "Crimson Text", sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-style: normal;
}

.pdt_more_btn_a span {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 35px;
}

.pdt_more_btn_a span::before,
.pdt_more_btn_a span::after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 2px;
	background: #f26121;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.pdt_more_btn_a span:before {
	transform: rotate(-90deg);
	transition: all .3s ease;
}

.pdt_more_btn_a:hover {
	background-color: #f26121;
	color: #fff;
}

.pdt_more_btn_a:hover span::before,
.pdt_more_btn_a:hover span::after {
	background-color: #fff;
}

.main_sec_04_01_pdt_more_btn {
	position: absolute;
	display: inline-block;
	left: -8%;
	top: -18%;
}


.pdt2_more_btn_a {
	position: absolute;
	display: inline-block;
	padding: 0;
	background-color: #ffffffc4;
	color: #f26121;
	top: 70px;
	left: 43%;
	z-index: 9999;
	width: 50px;
	height: 50px;
	border-radius: 100px;
}

.pdt2_more_btn_a span {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 34px;
}

.pdt2_more_btn_a span::before,
.pdt2_more_btn_a span::after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 2px;
	background: #f26121;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.pdt2_more_btn_a span:before {
	transform: rotate(-90deg);
	transition: all .3s ease;
}

.pdt2_more_btn_a:hover {
	background-color: #f26121;
	color: #fff;
}

.pdt2_more_btn_a:hover span::before,
.pdt2_more_btn_a:hover span::after {
	background-color: #fff;
}

.main_pdt_more_on .main_sec_04_01_pdt_more_btn {
	left: 25%;
	top: -25%;
	background-color: #f26121e6;
	padding: 50px 100px;
	z-index: 9999;
}

.main_pdt_more_on .pdt_more_btn_a {
	padding: 0;
	position: absolute;
	top: 50px;
	left: 50px;
	transform: rotate(45deg);
}

.main_pdt_more_on .pdt_more_btn_a p {
	display: none;
}

.main_pdt_more_on .pdt_more_btn_a span::before,
.main_pdt_more_on .pdt_more_btn_a span::after {
	background: #fff;
}

.main_pdt_more_on .main_sec_04_01_pdt_more_info_wrap {
	color: #fff;
	white-space: nowrap;
}

.main_sec_04_02_wrap {
	display: none;
}

.main_sec_05_01_wrap {
	background-color: #fff;
}

.main_sec_05_in_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 0px;
	text-align: center;
}

.main_sec_05_in_wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
	font-size: large;
}

.main_sec_05_inner {
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
}

.main_sec_05_con_right .main_sec_05_in_wrap {
	text-align: left;
}

.main_sec_05_in {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

.main_sec_05_con_in {
	overflow: visible;
}

.main_sec_05_con_wrap {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 4;
}

.main_sec_05_con {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 50%;
}

.main_sec_05_con_left {
	left: 0px;
}

.main_sec_05_con_right {
	right: 0px;
}

.main_sec_05_con_right .main_sec_05_inner {
	width: 100%;
	max-width: 700px;
}

.main_sec_05_01_left_wrap {
	float: left;
	width: 20%
}

.main_sec_05_01_right_wrap {
	float: left;
	width: 80%
}

.main_sec_05_01_more_btn {
	position: relative;
	display: inline-block;
}

.more_btn_a {
	border: 1px solid #ddd;
	color: #555;
	font-size: 18px;
	padding: 10px 25px;
	font-family: "Crimson Text", sans-serif;
	font-weight: 400;
}

.more_btn_a:hover {
	border-color: #f26121;
	background-color: #f26121;
	color: #fff;
}

.main_sec_06_all_wrap {
	background-color: #fafafa;
}

.main_sec_06_01_right_wrap {
	padding-top: 50px;
}


.main_sec_insta_box_con {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 10px;
}

.main_sec_07_wrap * {
	color: #fff !important;
}

.main_sec_07_01_left_wrap {
	float: left;
	width: 50%;
}

.main_sec_07_01_right_wrap {
	float: left;
	width: 50%;
}

.main_sec_07_01_bg {
	background-color: #000;
}

.main_sec_08_all_wrap {
	background-color: #f1f1f1;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.main_sec_08_wrap {
	position: relative;
	top: 0px;
	left: 0px;
}

.p_info_box {
	padding: 50px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.p_info_label {
	display: inline-block;
	width: 100%;
	color: #000;
	font-weight: 500;
	font-size: 24px;
	font-family: "Crimson Text", sans-serif;
}

.p_info_desc_wrap {
	padding-top: 30px;
	color: #666;
	font-weight: 500;
	line-height: 1.6;
}

.p_info_desc {
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 10px;
}

.p_info_label_wrap:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0px;
	height: 2px;
	background-color: #f26121;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
	display: none;
}

.p_info_label {
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 80px;
}

.p_info_label:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	transform: rotate(90deg);
	width: 12px;
	height: 2px;
	margin: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p_info_label:before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	transform: rotate(180deg);
	width: 12px;
	height: 2px;
	margin: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p_info_on .p_info_label:after {
	transform: rotate(180deg);
	border-color: #000
}

.p_info_on .p_info_label:before {
	border-color: #000
}

.p_info_on .p_info_label_wrap:after {
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


.main_pdt_comp_li {
	position: absolute;
}

.main_pdt_comp_li.animated {
	animation-duration: 1.5s;
	animation-name: fadeIn;
}

.main_pdt_comp_li_01 {
	top: 45%;
	left: -15%;
	animation-delay: 0.6s;
}

.main_pdt_comp_li_02 {
	top: 35%;
	right: 1%;
	animation-delay: 0.9s;
}

.main_pdt_comp_li_03 {
	bottom: -5%;
	left: 2%;
	animation-delay: 1.2s;
}

.main_pdt_comp_li_04 {
	bottom: -5%;
	right: -4%;
	animation-delay: 1.5s;
}

.main_pdt_more_info_txt table {
	font-size: 18px;
	line-height: 1.6;
}

.main_pdt_more_info_txt th {
	min-width: 100px;
	font-weight: 300;
}

.main_pdt_more_info_txt td {
	font-weight: 500;
}

.bo_v_info_catalog {
	border: none;
}

.bo_v_com_catalog li a {
	border-bottom: 1px solid rgba(77, 75, 74, 1);
}

/* Olidia Subpage */
.s_sec_01_01_01_con_left_in_custom {
	text-align: left;
	width: 400px;
}

.s_sec_01_01_01_con_left_in_custom .sec_tit4 {
	margin-top: 20px;
	text-align: left;
	line-height: 1;
}

.s_sec_01_01_01_con_left_in_custom::before {
	content: '';
	position: absolute;
	width: 153px;
	height: 0;
	border-top: 1px solid rgba(77, 75, 74, 1);
	top: -20px;
	left: 0;
	opacity: 1;
}

.sub_visual_box_ani_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.sub_visual_box_ani {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 30px;
	line-height: 1.4;
	color: #fff;
	font-weight: 200;
	font-size: 2vw;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/* opacity: 0; */
}

.sub_visual_box_ani b {
	font-weight: 600;
}

.sub_visual_box_ani {
	color: #000000;
	font-size: 120px;
	font-weight: 400;
	font-family: "Crimson Text", 'Noto Sans KR', '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;
}

.sub_visual_vid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -100;
}

.s_sec_01_02_04_01_con_left {
	position: relative;
}

.s_sec_01_02_04_01_con_left_bot_desc {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-family: Inter;
	font-weight: 200;
	font-size: 14px;
	line-height: 100%;
	color: rgba(87, 78, 69, 1);
}

.s_sec_01_02_04_01_con_right_bot_desc {
	position: absolute;
	bottom: -25px;
	right: 20px;
	font-family: Inter;
	font-weight: 200;
	font-size: 14px;
	line-height: 100%;
	color: rgba(87, 78, 69, 1);
	display: none;
}

.sub_01_02 .s_sec_01_02_04_con_right_card_wrap .owl-nav button {
	background-color: #e6e6e6;
}

.sub_01_02 .sub_visual_txt_wrap {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.sub_01_02 .sub_visual_wrap {
	text-align: left;
}

.sub_01_02 .sub_visual_txt_wrap .txt_wrap {
	position: absolute;
	bottom: 10%;
	left: 0;
}

.sub_01_02 .sub_visual_txt_wrap .sec_tit8 {
	position: relative;
	padding-top: 45vh;
}

.sub_01_02 .sub_visual_vid video {
	filter: brightness(0.9);
}

.s_sec_01_02_01_wrap {
	padding: 150px 0;
}

.sub_visual_wrap_01_02 {
	max-width: none;

}

.sub_visual_wrap .sub_visual_box_01_02 {
	left: 120px;
}

.sub_01_02_main_txt {
	font-weight: 400 !important;
	font-size: 64px;
	line-height: 1;
}

.sub_01_02_main_sub_txt {
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
}

.sub_01_02_main_des_txt {
	font-weight: 200;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0%;
}

.s_sec_01_02_01_con_logo svg .st0 {
	animation: stroke2 4s forwards;
	stroke-width: 1;
	text-anchor: start
}

.s_sec_01_02_01_con_logo svg .st1 {
	animation: stroke3 4s forwards;
	stroke-width: 1;
	text-anchor: start
}

.s_sec_01_02_02_con_right {
	position: relative;
	height: auto;
}

.s_sec_01_02_02_con_right_img_wrap .owl-nav,
.s_sec_01_02_02_con_right_img_wrap .owl-nav.disabled {
	display: block !important;
}

.s_sec_01_02_02_con_right_img_wrap .owl-dots,
.s_sec_01_02_02_con_right_img_wrap .owl-dots.disabled {
	display: none !important;
}

.s_sec_01_02_02_con_left {
	position: relative;
}

.s_sec_01_02_02_con_left_in {
	display: inline-block;
	padding-top: 50px;
}

.s_sec_01_02_02_con_left_in .sec_txt3 b {
	color: #000;
}

.s_sec_01_02_02_con_left_info {
	display: inline-block;
	margin-top: 80px;
	width: 143px;
	height: 34px;
}

.s_sec_01_02_02_con_left_info span {
	padding: 7px 20px;
	display: inline-block;
	background-color: rgba(95, 91, 88, 1);
	border-radius: 100px;
	color: #fff;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	width: 100%;
	height: 100%;
}

.s_sec_01_02_02_con_left_info span:hover {
	background-color: #9a8576;
}

.s_sec_01_02_02_wrap {
	background-color: #f9f9f9;
	padding-bottom: 150px;
}

.s_logo {
	position: relative;
	display: inline-block;
	width: 30vw;
}

.s_sec_01_02_01_path {
	display: inline-block;
	margin: 80px auto;
	width: 1px;
	height: 120px;
	background-color: #ddd;
}

.s_sec_01_02_02_con_wrap.typ1 {
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
}

.s_sec_01_02_02_con_wrap.typ1 .s_sec_01_02_02_con_right_in {
	background-color: #fff;
	position: relative;
	border-radius: 30px;
	padding: 80px;
	display: block;
}

.ceo_info_wrap b {
	color: #000;
}

.ceo_info_wrap .sec_txt {
	text-align: right;
}

.s_sec_01_02_02_con_wrap.typ2 {
	display: grid;
	grid-template-columns: 65% 35%;
	padding: 100px;
	border-radius: 30px;
	background-color: #fff;
}

.s_sec_01_02_02_con_wrap.typ2 .s_sec_01_02_02_con_wrap_in {
	background-color: #fff;
}

.comp_info_wrap {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	gap: 50px;
}

.ceo_info_sign {
	position: relative;
	top: 10px;
}

.article_img {
	width: 100%;
	height: 500px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.article_sub {
	position: relative;
	display: block;
}

.s_sec_01_02_02_con_wrap.typ1 .s_sec_01_02_02_con_right_img_wrap .item {
	width: 100%;
	height: auto;
}

.s_sec_01_02_02_con_wrap.typ1 .s_sec_01_02_02_con_right_img_wrap {
	display: inline-block;
}

.s_sec_01_02_03_con_img {
	background-image: url(../images/sub/s_sec_01_02_03_con_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 350px;
	background-position: center center;
}

.s_sec_01_02_03_con_right {
	padding-top: 100px;
}

.s_sec_01_02_04_wrap:after {
	content: "";
	background-color: #f6f4ef;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 500px;
}

.s_sec_01_02_04_con_left_in {
	display: flex;
	align-items: baseline;
}

.s_sec_01_02_04_con_logo {
	width: 200px;
	display: inline-block;
}

.s_sec_01_02_04_con_tit {
	padding-left: 20px;
}

.s_sec_01_02_04_con_logo svg .st1 {
	fill: #fff;
}

.s_sec_01_02_04_con_right {
	width: 100%;
}

.s_sec_01_02_04_con_right_card_wrap .owl-nav,
.s_sec_01_02_04_con_right_card_wrap .owl-nav.disabled {
	display: block !important;
	position: absolute;
	left: -8%;
	right: auto;
	bottom: 10%;
	width: 30px;
}

.s_sec_01_02_04_con_right_card_wrap .owl-dots,
.s_sec_01_02_04_con_right_card_wrap .owl-dots.disabled {
	display: flex !important;
	left: -27%;
	width: 13%;
	bottom: 14%;
	justify-content: flex-end;
}

.s_sec_01_02_04_01_con_wrap {
	display: grid;
	grid-template-columns: 30% 70%;
	padding-bottom: 150px;
}

.s_sec_01_02_04_01_con_right {
	width: 150%;
}

.s_sec_01_02_04_con_right_card_wrap .owl-nav button.owl-prev,
.s_sec_01_02_04_con_right_card_wrap .owl-nav button.owl-next {
	top: auto;
	bottom: 10%;
}

.s_sec_01_02_04_con_right_card_wrap .owl-dots button span {
	height: 2px !important;
	background: #d4d4d4 !important;
	width: 30px !important;
	margin: 0;
}

.s_sec_01_02_04_con_right_card_wrap .owl-dots .owl-dot.active span,
.s_sec_01_02_04_con_right_card_wrap .owl-dots .owl-dot:hover span {
	background: #000 !important;
}

.feat_txt_wrap_01 {}

.feat_txt_wrap {
	position: relative;
	top: 0;
	left: 0;
	line-height: 2;
}

.feat_txt_wrap .dot_line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 100%;
	transform: translateY(-50%);
	z-index: 9999;
}

.feat_txt_wrap_01 .dot_line {
	left: 158%;
}

.feat_txt_wrap_02 .dot_line {
	left: 150%;
}

.feat_txt_wrap_03 .dot_line {
	left: 145%;
}

.feat_txt_wrap .dot_line::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	height: 1px;
	width: 150px;
	background: transparent;
	border-bottom: 2px dotted #c7c7c7a8;
	transform: translateY(-50%);
	z-index: 9997;
}

.feat_txt_wrap_01 .dot_line::after {
	width: 900px;
}

.feat_txt_wrap_02 .dot_line::after {
	width: 900px;
}

.feat_txt_wrap_03 .dot_line::after {
	width: 700px;
}

.his_con_all_wrap {
	padding-top: 80px;
}

.his_con_wrap {
	position: relative;
	top: 0;
	left: 0;
}

.his_con_line {
	height: 4px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-55%);
}

.his_con_pin {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 100%;
	top: 10px;
}

.his_con_box {
	position: relative;
	top: 0;
	left: 0;
}

.his_con_box::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #fff;
	left: 0;
}

.his_con_info_all_wrap {
	padding: 0 0 0 50px;
}

.his_con_year {
	font-size: 36px;
	font-weight: 300;
	font-family: "Crimson Text", sans-serif;
	color: #4cb6d3;
	padding-bottom: 20px;
}

.his_con_info_tit {
	font-size: 24px;
	letter-spacing: -0.05em;
	line-height: 1.4;
	color: #000;
}

.his_con_info_tit b {
	font-weight: 500;
}

.his_con_info_con ul {
	padding-top: 20px;
}

.his_con_info_txt {
	font-size: 16px;
	line-height: 1.6;
	color: #777;
	font-weight: 300;
	text-align: left;
	white-space: nowrap;
}

.his_con_top_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 75%;
	margin: 0 auto;
	padding-bottom: 120px;
}

.his_con_top_wrap .his_con_box::after {
	top: 260px;
}

.his_con_top_wrap .his_con_pin::after {
	height: 240px;
	top: 10px;
}

.his_con_bottom_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-top: 100px;
}

.his_con_bottom_wrap .his_con_box::after {
	top: -143px;
}

.his_con_pin::after {
	content: '';
	position: absolute;
	left: 4px;
	width: 1px;
	background: transparent;
	border-left: 1px dotted #ffffff60;
}

.his_con_bottom_wrap .his_con_pin::after {
	height: 150px;
	top: -150px;
}

.his_con_line.animated {
	animation-duration: 2s;
	animation-name: hisline;
	animation-fill-mode: forwards;
}

.side-scr {
	display: none;
	animation: sidscroll 1.3s infinite;
}

@keyframes sidscroll {
	0% {
		transform: translate(-5px, 0);
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(10px, 0);
	}

	100% {
		opacity: 1;
	}
}

.now_circle {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #ffffff2d;
	left: -27px;
	top: -170px;
	animation-duration: 15s;
	animation-duration: 30s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: hisrotate;
}

.now_circle::before {
	content: '';
	position: absolute;
	width: 170px;
	height: 170px;
	border-radius: 100%;
	background-color: #ffffff2d;
	left: 35px;
	top: 35px;
	animation-duration: 15s;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: hissizeup;
}

.now_circle::after {
	content: '';
	position: absolute;
	width: 365px;
	height: 365px;
	background-image: url(../images/sub/his_line_circle.svg);
	background-position: center center;
	left: -150px;
	top: -150px;
}


@keyframes hisline {
	from {
		width: 0;
		background-color: transparent;
	}

	to {
		width: 110%;
		background-color: #fff;
	}
}

@keyframes hissizeup {
	0% {
		transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
		opacity: 0.5;
	}

	50% {
		transform: translate(-50%, -50%) scale(1.5);
		-ms-transform: translate(-50%, -50%) scale(1.5);
		-webkit-transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
		opacity: 0.5;
	}
}

@keyframes hisrotate {
	100% {
		transform: rotate(360deg);
	}
}


.product_visual_01 .sub_visual_bg_01 {
	background-image: url(../images/sub/olidia_products_bg_01.jpg);
	background-position: bottom;
}

.product_visual_02 .sub_visual_bg_02 {
	background-image: url(../images/sub/olidia_products_bg_02.jpg);
	background-position: bottom;
}

.product_visual_01 .sub_visual_wrap {
	text-align: left;
}

.product_visual_02 .sub_visual_wrap {
	text-align: left;
}

.sub_visual_txt_wrap2 .sec_txt {
	color: #4f4436;
	font-weight: 400;
	opacity: 0.8;
}

.sub_04_05 .sub_visual_bg {
	background-image: url(../images/sub/sub_04_05_bg.jpg);
	background-position: center center;
}

.sub_04_05 .sub_visual_box {
	padding: 0;
}

.s_sec_02_01_01_in {
	position: relative;
	z-index: 10;
}

.s_sec_02_01_01_con_wrap {
	display: flex;
	align-items: center;
}

.s_sec_02_01_01_con_left {
	width: 50%;
}

.s_sec_02_01_01_con_right {
	width: 50%;
}

.s_sec_02_01_01_con_right_bg_wrap {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
}

.s_sec_02_01_01_con_right_bg {
	background-image: url(../images/sub/s_sec_02_01_01_con_right_bg.jpg);
	background-position: top center;
}

.s_sec_02_01_02_wrap {
	background-color: #fafafa;
}



.s_sec_02_01_03_con_wrap {
	display: flex;
	align-items: center;
}

.s_sec_02_01_03_con_left {
	width: 50%;
	position: relative;
}

.s_sec_02_01_03_con_right {
	width: 50%;
}

.s_sec_02_01_03_con_right_in {
	padding-left: 150px;
}

.s_sec_02_01_03_con_left_bg_wrap {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
}

.s_sec_02_01_03_con_left_bg {
	background-image: url(../images/sub/s_sec_02_01_03_con_left_bg.jpg);
	background-position: center;
}

.s_sec_02_01_03_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.s_sec_02_01_03_con * {
	color: #fff !important;
}

.cmc_txt_box {
	background-color: #00000049;
	padding: 30px 80px;
}


.sub_visual_carousel_warp {
	position: relative;
}

.sub_01_07 .sub_visual_all_wrap {
	padding: 0;
}

.sub_01_07 .pt_list_box {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 0;
	padding-bottom: 0;
	float: none;
}

.sub_01_07 .pt_list_box img {
	padding: 20px;
}

.sub_01_07 .sub_bg_wrap {
	overflow: hidden;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	animation-duration: 15s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: sizeup5;
}

.sub_01_07 .sub_bg_00 {
	text-align: center;
	display: block;
	background-image: url(../images/main/main_bg_00.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #30332c
}

.sub_01_07 .sub_visual_box {
	text-align: left;
	display: inline-block;
	position: absolute;
	top: auto;
	left: 20%;
	right: auto;
	bottom: auto;
	height: auto;
	padding: 35vh 0 0 0;
}

.sub_01_07 .sub_visual_wrap {
	display: inline-block;
	right: auto !important;
	bottom: auto !important;
}

.sub_01_07 .pt_list_info_wrap {
	display: none;
}

.sub_01_07 .pt_list_wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	gap: 50px 30px;
}

.s_sec_01_07_01_con_wrap {
	padding-top: 30px;
}

.sub_visual_carousel_warp .sub_visual_wrap {
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 0;
	max-width: 1400px;
}

.sub_visual_box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	height: 100vh;
	z-index: 9999;
}

.s_sec_04_05_02_con_vid .video_section {
	height: 790px;
	border-radius: 30px;
	text-align: center;
	overflow: hidden;
}

.s_sec_04_05_02_wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 130%;
	height: 110%;
	border-radius: 50% 50% 0 0;
	background-color: #fbf6f2;
	transform: translateX(-50%);
}

.s_sec_04_05_02_wrap {
	position: relative;
}

.s_sec_01_02_03_con_img_wrap {
	padding: 100px 0;
}

.ingredient_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.s_sec_01_02_03_con {
	position: relative;
}

.ingredient_name .tit {
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

.ingredient_name {
	width: 350px;
	text-align: left;
	position: absolute;
}

.ingredient_name .txt {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 1.2;
}

.ingredient_list .ingredient_name:first-child {
	top: 20%;
	right: 5%;
}

.ingredient_list .ingredient_name:nth-child(2) {
	bottom: 13%;
	left: 9%;
}

.ingredient_list .ingredient_name:last-child {
	bottom: -7%;
	right: 5%;
}

.s_sec_01_02_04_con_right_card_wrap .item {
	height: 600px;
}

.s_sec_01_02_04_con_right_card_wrap .item:hover .expert_tit .job {
	color: rgba(197, 196, 196, 1);
}

.s_sec_01_02_04_con_right_card_wrap .item:hover .expert_tit .name {
	color: rgba(217, 217, 217, 1);
}

.s_sec_01_02_04_con_right_card_wrap .item:hover .expert_img {
	background-color: rgba(95, 91, 88, 1);
}

.expert_info_tag {
	display: none;
	align-items: flex-end;
	justify-content: flex-end;
	position: absolute;
	bottom: 10%;
	z-index: 10;
	color: #fff;
	width: 85%;
	height: 18%;
	margin: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: rgba(61, 56, 52, 0.6);
	backdrop-filter: blur(4px);
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	text-align: right;
	border-radius: 41px;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 20px;
	padding-right: 20px;

	background-image: url('/theme/basic/img/tag_label.png');
	background-repeat: no-repeat;
	background-position: left 15px top 15px;
	background-size: 25px 25px;
}



.expert_info_sub_tag {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	color: #fff;
	width: 227px;
	height: 37px;
	background-color: rgba(61, 56, 52, 0.6);
	backdrop-filter: blur(4px);
	padding: 10px 0px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 41px;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.top_footer {
	display: none;
}

.sub_04_05.b_list .top_footer {
	display: block;
}

.s_sec_01_02_04_con_right_card_wrap .item:hover .expert_info_sub_tag {
	display: none;
}

.s_sec_01_02_04_con_right_card_wrap .item:hover .expert_info_tag {
	display: flex;
}

.sub_01_02 #myVideo {
	object-fit: fill;
}

.expert_sub {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px;
}

.expert_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	background-repeat: no-repeat;
	background-color: rgba(217, 217, 217, 1);
	background-size: contain;
	background-position: bottom;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.expert_tit {
	position: relative;
	z-index: 99;
}

.expert_tit .job {
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: rgba(136, 131, 127, 1);
}

.expert_tit .name {
	font-family: Inter;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	color: rgba(95, 91, 88, 1);
}

.s_sec_01_02_05_in {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.award_slider_wrap .owl-stage-outer {
	overflow: visible;
}

.s_sec_01_02_05_in {
	overflow: hidden;
}

.award_slider_wrap .owl-dots.disabled,
.award_slider_wrap .owl-nav.disabled {
	display: block;
}

.s_sec_01_02_05_wrap {
	padding: 50px 0 150px 0;
}

.s_sec_01_02_05_con_wrap {
	text-align: center;
}

.s_sec_01_02_05_con_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/sub/award_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -10;
}

.award_slider_wrap .item {
	height: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.award_img {
	width: 100%;
	height: 390px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.award_slider_wrap {
	width: 20%;
	margin: 0 auto;
	overflow: visible;
}

.award_slider_wrap .owl-item.active {
	transform: scale(1);
	filter: brightness(1);
}

.award_slider_wrap .owl-item {
	transform: scale(0.6);
	filter: brightness(0.4);
}

.award_slider_wrap .owl-dots {
	display: none;
}


/* Olidia Footer*/
.footer_logo_mobile {
	display: none;
}

.footer_all_wrap {
	width: 100%;
	background-color: #5f5b58;
	color: #fff;
}

.footer_wrap {
	width: 100%;
	padding: 100px 2% 100px;
}

.footer_mid_wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.footer_mid_left {
	float: left;
	width: auto;
	text-align: left;
}

.footer_mid_copy {
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	font-weight: 300;
}

.footer_mid_right {
	padding: 0;
	font-size: 14px;
	text-align: left;
}

.footer_mid_right * {
	color: #fff;
}

.footer_mid {
	display: flex;
	gap: 80px;
}

.footer_mid_info {
	padding: 0 10px;
}

.footer_nav {
	display: flex;
	padding-bottom: 30px;
}

.footer_nav .side_menubar {
	padding: 0;
}

.footer_mid_wrap .top_menubar,
.footer_mid_wrap .side_menu_btm {
	display: none;
}

.footer_mid_wrap .side_menu_btm {
	border-top: none !important;
}

.footer_mid_right .menu {
	float: left;
	padding: 0 10px;
	width: auto;
	text-align: center;
	/* border-left: 1px solid rgba(255, 255, 255, 0.2); */
}

.footer_mid_right .menu:first-child {
	border-left: none;
}

.footer_mid_right .sub_menu_wrap {
	display: none;
	padding-top: 10px;
	font-size: 14px;
}

.footer_mid_right .sub_menu {
	padding: 10px 0
}

.footer_mid_right .sub_menu_wrap a {
	font-weight: 300;
	opacity: 0.7
}

.footer_mid_right .menu_a {
	font-size: 18px;
	font-family: "Crimson Text", sans-serif;
	font-weight: 400;
}

.footer_mid_right .menu.menu_02 .sub_menu {
	padding: 0
}

.footer_mid_right .menu.menu_02 .sub_menu_a {
	display: none;
}

.footer_mid_right .thd_menu {
	padding: 6px 0
}

.footer_mid_list li a:hover {
	color: #fff;
}

.footer_mid_tit {
	font-size: 16px;
	font-weight: 600;
}

.footer_mid_list {
	padding-top: 20px
}

.footer_mid_nav {
	float: left;
	padding: 20px 30px 0;
}

.footer_mid_nav a {
	font-size: 14px;
	line-height: 2;
	font-weight: 300;
	color: #aaa;
}

.footer_mid_nav:last-child {
	padding-right: 0;
}

.footer_info {
	color: rgba(255, 255, 255, 0.6);
	padding-bottom: 10px;
}

.footer_info b {
	color: #fff;
	padding-right: 10px;
	font-weight: 500;
}

.footer_info_h {
	color: #fff;
}

.footer_info_flx {
	display: flex;
	gap: 15px;
}

.footer_info_fli {
	color: rgba(255, 255, 255, 0.6);
}

.footer_ft_box_wrap {
	display: flex;
	align-items: flex-end;
}

.footer_ft_box_in {
	position: relative;
}

.footer_ft_box_in .lang_box .lang_box_a:after {
	border-color: #fff !important;
}

.footer_safty {
	color: #888;
}

.footer_safty_main_on {
	display: none;
}

.main .footer_safty_main_on {
	display: block !important;
}

.footer_safty_01_on {
	display: none;
}

.sub_01 .footer_safty_01_on {
	display: block !important;
}

.footer_safty_02_on {
	display: none;
}

.sub_02 .footer_safty_02_on {
	display: block !important;
}

.footer_safty_03_on {
	display: none;
}

.sub_03 .footer_safty_03_on {
	display: block !important;
}

.footer_safty_04_on {
	display: none;
}

.file_hospital .footer_safty_04_on {
	display: block !important;
}

.footer_logo_wrap svg {
	width: 100%;
	max-width: 200px;
}

.footer_logo_wrap svg .st0 {
	fill: #fff
}

.footer_logo_wrap svg .st1 {
	fill: #001533
}

.footer_label_txt {
	font-size: 32px;
	line-height: 1.4;
	color: #fff;
	font-weight: 600;
}

.footer_label_txt_kr {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	font-weight: 400;
	opacity: 0.7
}

.footer_ft_all_wrap {
	line-height: 1.4;
}

.footer_ft_box {
	float: left;
	width: 50%;
}

.footer_mid_sns_all_wrap {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.footer_mid_sns_all_wrap ul {
	display: flex;
	gap: 10px;
}

.footer_sns_a {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
	padding: 10px;
	background-color: #ffffff3d;
	border-radius: 100%;
}

.footer_sns_a.footer_sns_01 {}

.footer_sns_01 {
	background-image: url(../images/main/ft_in_icon.png);
}

.footer_sns_02 {
	background-image: url(../images/main/ft_tt_icon.png);
}

.footer_sns_03 {
	background-image: url(../images/main/ft_yt_icon.png);
}

.footer_sns_04 {
	background-image: url(../images/main/ft_fb_icon.png);
}


.sub_01_ft_on {
	display: none;
}

.sub_02_ft_on {
	display: none;
}

.sub_01 .p_info_ref {
	display: block;
}

.sub_02 .p_info_ref {
	display: block;
}

.sub_01 .sub_01_ft_on {
	display: block;
}

.sub_02 .sub_02_ft_on {
	display: block;
}



.video_wrap {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100svh;
	background-color: #fff;
	overflow: hidden;
}

.video_seok_box_wrap {
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: visible;
	overflow-clip-margin: inherit;
	scale: 1.03;
}

.video_seok_box_wrap2 {
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: visible;
	overflow-clip-margin: inherit;
	scale: 1.03;
}

/* Search for clinic */
.s_sec_04_01_01_con_left_in .btn_admin.btn {
	position: absolute;
	right: 10%;
	top: 10%;
}

.s_sec_04_01_01_in {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.s_sec_04_01_01_con_right {
	height: 100%;
	position: relative;
	width: 100%;
}

.s_sec_04_01_01_con_left {
	padding: 80px 80px 0px 80px;
	width: 100%;
}

.s_sec_04_01_01_con_wrap {
	width: 100%;
}

.clinic_wrap {
	background-color: #f9f9f9;
	padding: 120px 0;
}

.clinic_inner {
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
}

.hospital-search-box {
	margin-top: 10px;
	margin-bottom: 50px;
}

.hospital-filter {
	width: 100%;
	display: inline-block;
	justify-content: center;
	gap: 10px;
	border-radius: 0px;
	padding-bottom: 30px;
}

.hospital-filter select,
.hospital-filter input {
	height: 40px;
	font-size: 14px;
	padding: 5px 15px;
	line-height: 40px;
	border-radius: 10px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
}

.hospital-filter input {
	width: 88%;
}

.hospital-filter select {
	width: auto;
	display: none;
}

.hospital-filter button {
	height: 40px;
	line-height: 21px;
	font-size: 21px;
	background: #333;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	vertical-align: middle;
	width: 10%;
	margin: 0 auto;
	text-align: center;
}

.hospital-wrapper {}

.total {
	margin-bottom: 15px;
	font-size: 15px;
	text-align: left;
	color: #666;
	font-size: 14px;
	font-weight: 300;
}

.hospital-content {}

.hospital-list {
	flex: 1;
	min-width: 250px;
	height: auto;
	max-height: 350px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px 50px;
	overflow-y: scroll;
}

.hospital-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	order: 1;
}

.paging {
	height: 30px;
	text-align: center;
	line-height: 50px;
	background: #fff;
}

.paging a {
	margin: 0 5px;
	text-decoration: none;
	color: #333;
}

.hospital-map {
	width: 100%;
	height: 800px;
	background: #f4f4f4;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aaa;
	order: 2;
}

.hospital-item {
	padding: 15px 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.hospital-item:hover strong {
	color: #5f5b58;
}

.hospital-item:last-child {
	border-bottom: none
}

.item-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.hospital-item strong {
	color: #000;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.4;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hospital-item span {
	color: #666;
	line-height: 1.4;
	font-size: 13px;
}

.hospital-item .tag {
	display: inline-block;
	margin-left: 8px;
	font-size: 10px;
	background: orange;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
}

.hospital-info-text {
	color: #666;
	font-size: 13px;
	line-height: 1.6;
	word-break: keep-all;
	white-space: normal;
	margin: 0 auto;
	padding: 10px 0;
}

.item-info li {
	display: flex;
	gap: 10px;
	padding-bottom: 5px;
}

.item-info li:last-child {
	display: none;
	padding-bottom: 0;
}

.loader {
	border: 6px solid #f3f3f3;
	border-top: 6px solid #ff6600;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}

.sk-chase {
	width: 40px;
	height: 40px;
	position: relative;
	animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
	content: '';
	display: block;
	width: 25%;
	height: 25%;
	background-color: #fff;
	border-radius: 100%;
	animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
	animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
	animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
	animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
	animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
	animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
	animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
	animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
	animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
	animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
	animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
	animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
	animation-delay: -0.6s;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase-dot {

	80%,
	100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase-dot-before {
	50% {
		transform: scale(0.4);
	}

	100%,
	0% {
		transform: scale(1.0);
	}
}

.sub_01_07 .sec_all_wrap {
	padding: 0 !important;
}

.file_board .sec_all_wrap {
	padding: 150px 0 100px;
}

.file_content .sub_all_wrap {
	padding: 100px 0;
}

.ctt_privacy {
	max-width: 1400px;
	margin: 0 auto !important;
}

.ctt_disclaimer {
	max-width: 1400px;
	margin: 0 auto !important;
}

.ctt_patientSafety {
	max-width: 1400px;
	margin: 0 auto !important;
}

.policy_tit {
	font-family: "Crimson Text", serif;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.file_content .sub_all_wrap {
	padding: 100px 0;
}



#olidia_insta_wrap {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.olidia_insta_img img {
	width: 100%;
}

.product_visual_02 {
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
}

.sub_visual_wrap_01_03 {
	max-width: none;
	margin-left: 5%;
}

.sub_visual_wrap_01_03 .mo_sec_txt {
	word-break: keep-all;
	line-height: 1.6;
	font-size: 12px;
	color: #4f4436;
	font-weight: 400;
	opacity: 0.8;
	display: none;
}

.s_sec_01_03_02_con_title_wrap {
	position: relative;
	z-index: 9999;
}

.s_sec_01_03_01_btn_wrap .more_btn {
	background-color: rgba(95, 91, 88, 1);
}

.s_sec_01_03_01_btn_wrap .more_btn:hover {
	background-color: rgba(95, 91, 88, 1);
}

.simulation_video_section {
	position: absolute;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.simul_video_wrap {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	z-index: -10;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.simul_video_in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.comparison-slider {
	position: relative;
	width: 100%;
	margin: auto;
	user-select: none;
	overflow: hidden;
	touch-action: none;
	border-radius: 30px;
}

.comparison-slider>figure {
	margin: 0;
}

.comparison-slider>figure:last-of-type {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.comparison-slider>figure>img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	pointer-events: none;
}

.comparison-slider>figure>figcaption {
	position: absolute;
	bottom: 0;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1.5;
	background: rgba(30, 30, 30, 0.7);
	max-width: 30%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #f1f1f1;
	transition: opacity 0.35s, transform 0.35s;
}

.comparison-slider>figure:last-of-type>figcaption {
	right: 0;
}

.comparison-slider>figure>figcaption.hide {
	opacity: 0;
	transform: translate3d(-10px, 0, 0);
}

.comparison-slider>figure:last-of-type>figcaption.hide {
	transform: translate3d(10px, 0, 0);
}

.comparison-slider>.slider {
	position: absolute;
	top: calc(90% - 20px);
	left: 50%;
	display: flex;
	width: 116px;
	height: 6px;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 10px;
	transform: translate3d(-58px, 0, 0);
	text-align: center;
	cursor: grab;
	z-index: 3
}

.comparison-slider.dragging,
.comparison-slider.dragging>.slider {
	cursor: grabbing;
}

.comparison-slider>.slider>span {
	width: 1px;
	height: 40%;
	background-color: #ddd;
}

.comparison-slider>.slider:after {
	content: '';
	width: 58px;
	height: 6px;
	margin-top: 0;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(4px);
	border-top-right-radius: 23px;
	border-bottom-right-radius: 23px;
}

.comparison-slider>.slider:before {
	content: '';
	width: 58px;
	height: 6px;
	margin-top: 0;
	background-color: rgba(231, 222, 216, 1);
	border-top-left-radius: 23px;
	border-bottom-left-radius: 23px;

}

.s_sec_01_03_02_in {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	z-index: 2;
	height: 580px;
}

.s_sec_01_03_03_wrap {
	padding: 150px 0;
}

.s_sec_01_03_02_wrap {
	background-color: #817e75;
	overflow: hidden;
}

.s_sec_01_03_01_tech_wrap {
	padding-top: 200px;
}

.s_sec_01_03_02_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/sub/s_sec_01_03_02_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.tech_vid_item .tech_vid_item_a {
	display: block;
	padding-top: 20px;
	border-top: 2px solid #000;
	opacity: 0.2
}

.tech_vid_item.active .tech_vid_item_a {
	display: block;
	padding-top: 20px;
	border-top: 2px solid #000;
	opacity: 1
}

.tech_vid_item_a span {
	display: block;
	line-height: 1.6;
	font-size: 18px;
	font-weight: 500;
}

.tech_vid_list {
	width: 80%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.s_sec_01_03_01_in {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 100vh;
}

.tech_vid_view_wrap_in {
	position: relative;
	width: 100%;
	height: max-content;
}

.tech_video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: max-content;
	text-align: center;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 30px;
	overflow: hidden;
}

.tech_video .video_section {
	height: 100%;
}

.tech_video_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 75%;
}

.tech_vid_view_wrap {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 100%;
}

.s_sec_01_03_01_con_left_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.simul_tag span {
	text-align: center;
	margin: 0 auto;
	padding: 6px 20px;
	border-radius: 100px;

	font-family: Inter;
	font-weight: 200;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.simulation_simul_tag {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 1);

	font-family: Inter;
	font-weight: 200;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
}

.bfat_simul_tag {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 1);
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.simul_tag {}

.sub_visual_pdt_motion {
	width: 100%;
	top: 0 !important
}

.product_visual_02 {
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
}

.txt-deco-container {
	position: absolute;
	width: 100%;
	top: -200px;
}

.txt-deco {
	white-space: nowrap;
	animation: flowingAnimation 20s linear infinite;
	display: inline-block;
	font-size: 15vw;
	width: 200%;
	color: #fff;
}

.s_sec_01_03_03_wrap {
	background-color: #f4f1e9;
}



@keyframes flowingAnimation {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

.sub_01_07 .s_sec_01_03_06_btn_wrap a {
	width: 160px;
	height: 34px;
	padding: 5px 0px 5px 15px;
}


.s_sec_01_03_06_btn_wrap .more_btn {
	background-color: #5f5b58;
	border-color: transparent;
}

.s_sec_01_03_06_btn_wrap .more_btn:hover {
	background-color: #71645c;
}

.sub_03_01 .sub_visual_bg {
	background-image: url(../images/sub/sub_03_01.jpg);
	background-position: center center;
}

.sub_03_01 .sub_visual_box {
	padding: 0;
}

.sub_03_01 .sub_visual_txt_wrap {
	bottom: auto;
	top: 50%;
	left: 0;
	text-align: left;
	transform: translateY(-50%);
}

.s_sec_03_01_03_btn_wrap .more_btn {
	background-color: #000;
	border-color: transparent;
}

.s_sec_03_01_03_btn_wrap .more_btn:hover {
	background-color: #71645c;
}

.verf_pdt_con_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	padding-top: 80px;
}

.verf_pdt_con {
	padding: 50px;
	background-color: #f9f9f9;
	border-radius: 30px;
	border: 1px solid #eee;
}

.verf_pdt_tit {
	padding-top: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.s_sec_03_01_02_con_pdt_bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(../images/sub/s_sec_03_01_02_con_pdt_bg.jpg);
}

.s_sec_03_01_02_con_wrap.txt_center {
	padding-top: 45vh;
}

.sub_01_04 .top_footer {
	display: none;
}

.sub_01_04 .sub_visual_txt_wrap {
	top: 50%;
	bottom: auto;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.sub_01_04 .sub_visual_wrap {
	max-width: 1600px;
}

.sub_01_04 .divider-line {
	display: inline-block;
	width: 90px;
	height: 2px;
	background-color: #fff;
	margin: 0 10px;
	vertical-align: middle;
}

.sub_01_04 #myVideo {
	filter: brightness(0.8);
}

.value_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.value_item {
	padding: 80px 50px;
	background-color: #f9f9f9;
	text-align: center;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.value_item:hover {
	background-color: #f7f6f4;
}

.value_item .ico {
	padding-bottom: 20px;
	mix-blend-mode: multiply;
	width: 80px;
	margin: 0 auto;
}

.s_sec_01_04_02_left_con {
	position: relative;
	height: 100vh;
	width: 120%;
}

.s_sec_01_04_02_con_wrap {
	display: grid;
	grid-template-columns: 40% 60%;
	align-items: center;
}

.value_detail_wrap {
	max-width: 900px;
}

.value_bg_warp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.value_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* background-color: #000; */
	z-index: -10;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.value_bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	right: -100%;
	bottom: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
	z-index: 10;
}

.s_sec_01_04_02_right_con {
	position: relative;
	z-index: 10;
}

.value_bg_warp .value_bg_01 {
	background-image: url(../images/sub/value_bg_01.jpg);
}

.value_bg_warp .value_bg_02 {
	background-image: url(../images/sub/value_bg_02.jpg);
}

.value_bg_warp .value_bg_03 {
	background-image: url(../images/sub/value_bg_03.jpg);
}

.value_bg_warp .value_bg_04 {
	background-image: url(../images/sub/value_bg_04.jpg);
}

.value_detail_tit .faq_desc {
	display: block;
}

.value_detail_con_in.faq_box_in {
	border-bottom: 1px solid #00000017;
}

.review_con {
	padding: 50px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 30px;
}

.persona_img {
	display: inline-block;
}

.review_con {
	display: flex;
	align-items: center;
}

.review_con .name_wrap {
	padding-left: 30px;
	width: 35%;
}

.review_con .name_wrap .nick {
	font-size: 14px;
	color: #999;
	font-weight: 500;
}

.review_con .name_wrap .keyword {
	font-size: 24px;
	color: #000;
	font-weight: 500;
	padding-bottom: 20px;
}

.review_detail {
	font-size: 16px;
	color: #666;
	font-weight: 300;
	line-height: 1.6;
}

.bfat_tag {
	position: absolute;
	top: auto;
	bottom: 30px;
	font-size: 18px;
	color: #fff;
	padding: 7px 30px;
	border-radius: 100px;
}

.bfat_tag_bf {
	left: 50px;
	background-color: rgba(123, 113, 105, 1);
	font-family: Inter;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.bfat_tag_af {
	right: 50px;
	background-color: rgba(75, 67, 60, 1);
	font-family: Inter;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.bfat_con_wrap .side-tag {
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 1);
	font-family: Inter;
	font-weight: 200;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
}

.review_con {
	padding: 50px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 30px;
}

.review_con_list {
	display: grid;
	gap: 30px;
}

.pdt_info_con_wrap .review_con_list {
	display: grid;
	gap: 0px;
}

.persona_img {
	display: inline-block;
}

.review_con {
	display: flex;
	align-items: center;
}

.review_con .name_wrap {
	padding-left: 30px;
	width: 35%;
}

.review_con .name_wrap .nick {
	font-size: 14px;
	color: #999;
	font-weight: 500;
}

.review_con .name_wrap .keyword {
	font-size: 24px;
	color: #000;
	font-weight: 500;
	padding-bottom: 20px;
}

.review_detail {
	font-size: 16px;
	color: #666;
	font-weight: 300;
	line-height: 1.6;
}

.s_sec_01_03_05_wrap {
	background-color: #f9f9f9;
}

.pdt_info_con_wrap {
	padding: 80px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
	transition: max-height .35s ease;
}

.pdt_info_con_wrap.is-expanded::after {
	opacity: 0;
}

.pdt_info_con:first-child {
	position: relative;
}

.psi_toggle {
	position: absolute;
	right: 20px;
	top: 40px;
	color: rgba(167, 164, 162, 1);
	font-family: Inter;
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	border: none;
	background-color: transparent;
	background-image: url('/theme/basic/images/common/plus.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.psi_tit {
	position: relative;
}

#psi_body {
	max-height: 400px;
	overflow: hidden;
}

.pdt_toggle {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: rgba(167, 164, 162, 1);
	font-family: Inter;
	font-weight: 300;
	font-size: 42px;
	line-height: 1;
	text-align: center;
	border: none;
	background-color: transparent;
}

.pdt_info_con {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 2;
	border-bottom: 1px solid #eee;
	padding: 35px 0;
}

.pdt_info_con:last-child {
	border-bottom: none;
}

.pdt_info_con_sub_tit {
	font-size: 32px;
}

.s_sec_01_03_05_con .sec_tit8 {
	position: absolute;
	left: 80px;
	top: -20px;
	z-index: 3;
}

.s_sec_01_03_06_con_left_img {
	overflow: hidden;
	display: inline-block;
}

.s_sec_01_03_06_con_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 50px;
}

.simulation_region {
	font-size: 24px;
	position: absolute;
	z-index: 100;
	opacity: 0.3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.simulation_region.active {
	opacity: 1;
}

.simulation_region_wrap_in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.region_01 {
	margin-left: -260px;
	margin-top: -70px;
}

.region_02 {
	margin-top: -40px;
	margin-left: 330px;
}

.region_03 {
	margin-top: 20px;
	margin-left: -350px;
}

.region_04 {
	margin-top: 40px;
	margin-left: 420px;
}

.region_05 {
	margin-top: 130px;
	margin-left: -330px;
}

.region_06 {
	margin-top: 120px;
	margin-left: 420px;
}

.region_07 {
	margin-top: 250px;
	margin-left: -260px;
}

.region_08 {
	margin-top: 250px;
	margin-left: 380px;
}

.bo_bar_all_wrap {
	display: block !important;
	position: relative;
	height: 40px;
}

.simulation_region_btn.active .simulation_region {
	opacity: 1;
}

.simulation_region .path {
	position: absolute;
}

.region_01 .path {
	width: 120px;
	height: 1px;
	background-color: #ffffffbf;
	rotate: 20deg;
	left: 140px;
	top: 50px;
}

.region_01 .path:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 116px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #fff;
}

.region_02 .path {
	width: 150px;
	height: 1px;
	background-color: #ffffffbf;
	rotate: -33deg;
	left: -150px;
	top: 70px;
}

.region_02 .path:after {
	content: '';
	position: absolute;
	top: -2px;
	left: -4px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #fff;
}

.region_03 .path {
	width: 170px;
	height: 1px;
	background-color: #ffffffbf;
	rotate: 27deg;
	left: 170px;
	top: 70px;
}

.region_03 .path:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 170px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #fff;
}

.region_04 .path {
	width: 250px;
	height: 1px;
	background-color: #ffffffbf;
	rotate: 167deg;
	left: -270px;
	top: 50px;
}

.region_04 .path:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 246px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #fff;
}

.region_05 .path {
	width: 160px;
	height: 1px;
	background-color: #ffffffbf;
	rotate: 15deg;
	left: 210px;
	top: 40px;
}

.region_05 .path:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 155px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #fff;
}

.region_06 .path {
	width: 220px;
	height: 1px;
	background-color: #ffffffbf;
	rotate: 170deg;
	left: -240px;
	top: 40px;
}

.region_06 .path:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 220px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #fff;
}

.region_07 .path {
	width: 80px;
	height: 1px;
	background-color: #ffffffbf;
	rotate: -20deg;
	left: 220px;
	top: -10px;
}

.region_07 .path:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 80px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #fff;
}

.region_08 .path {
	width: 200px;
	height: 1px;
	background-color: #ffffffbf;
	rotate: 190deg;
	left: -210px;
	top: -6px;
}

.region_08 .path:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 200px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #fff;
}

.simul_video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



.sub_01_01 .s_search_wrap {
	float: none;
	margin: inherit;
	display: inline-flex;
	position: absolute;
	transform: inherit;
	top: 0;
	right: 0;
	display: none;
}

.sub_01_08 .s_search_wrap {
	float: none;
	margin: inherit;
	display: inline-flex;
	position: absolute;
	transform: inherit;
	top: 0;
	right: 0;
	display: none;
}

.bbs_skinScience .s_search_wrap {
	float: none;
	text-align: center;
	margin: 0 auto;
	display: inline-flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}

.s_search_input {
	float: none;
	position: relative;
}

.bbs_skinScience .srch_input {
	border-color: #eee !important;
	border-radius: 100px !important;
	background-color: #f9f9f9 !important;
	position: relative;
	width: 600px;
	min-width: 450px;
	padding: 10px 20px;
}

.bbs_skinScience .s_search_btn_wrap {
	float: none;
	position: absolute;
	right: 0;
}

.bbs_skinScience .s_search_btn_wrap .s_search_btn {
	background-color: transparent;
	color: #5f5b58;
	border: none;
}

.bbs_skinScience .s_search_all_wrap {
	position: inherit;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.simulation_region_btn.active .simulation_region .name {
	background-color: #ffffff26;
}

.simulation_region .name {
	padding: 5px 20px;
	background-color: transparent;
	border-radius: 100px;
	display: block;
}

.bbs_professional.b_write .sec_all_wrap {
	padding: 150px 0 100px;
}

.bbs_article.b_write .sec_all_wrap {
	padding: 150px 0 100px;
}

.bbs_contact.b_write .sec_all_wrap {
	padding: 150px 0 100px;
}

.s_sec_04_05_00_blk {
	font-size: 20px;
	line-height: 1.2;
	color: #000;
}

.s_sec_04_05_00_blk_right {
	text-align: right;
}

.tit_txt_04_05 {
	font-size: 64px;
}

.sub_01_02_sub_txt {
	font-weight: 200;
	font-size: 16px;
	line-height: 1;
}

.reference-note {
	font-family: Inter;
	font-weight: 500;
	font-style: normal;
	font-size: 9px;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgba(95, 91, 88, 1);
	vertical-align: super;
}

.sub_01_02 .reference-note {
	font-family: Inter;
	font-weight: 200;
	font-style: normal;
	font-size: 9px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	vertical-align: super;
}

.sub_01_02_sec_txt {
	font-family: Inter;
	font-weight: 200 !important;
	font-style: normal;
	font-size: 20px;
	line-height: 100%;
	color: #fff;
}

.s_sec_04_05_00_con_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px 60px;
	align-items: center;
}

.s_sec_04_05_00_con_left_in .video_section {
	height: 370px;
	border-radius: 30px;
	overflow: hidden;
}

.s_sec_04_05_00_con_right_in .video_section {
	height: 370px;
	border-radius: 30px;
	overflow: hidden;
}

.s_sec_04_05_00_con_left_in .video_section video,
.s_sec_04_05_00_con_right_in .video_section video {
	background-color: #000;
}

.sub_04_05.b_view .sec_all_wrap {
	display: none;
}

.sub_04_05.b_view .s_sec_04_05_00_wrap {
	display: none;
}

.sub_04_05.b_view .s_sec_04_05_01_wrap {
	padding-top: 150px !important;
}

.s_sec_04_05_00_wrap {
	padding: 150px 0;
}

.bbs_skinScience.file_board .sec_all_wrap {
	padding: 150px 0 0px;
}


.s_sec_04_05_00_con_right .myVideo {}

.swiper-slide.ht-auto {
	height: inherit;
}

.ingredient_name .tit:before {
	content: '';
	background-color: #ddd;
	display: block;
	position: absolute;
}

.ingredient_name .tit:after {
	content: '';
	background-color: #ddd;
	display: block;
	position: absolute;
}

.ingredient_name:first-child .tit:before {
	width: 120px;
	height: 1px;
	top: 10px;
	left: -160px;
}

.ingredient_name:first-child .tit:after {
	top: 75px;
	left: -300px;
	width: 170px;
	height: 1px;
	rotate: -50deg;
}

.ingredient_name:nth-child(2) .tit:before {
	width: 80px;
	height: 1px;
	top: 10px;
	left: 130px;
}

.ingredient_name:nth-child(2) .tit:after {
	top: -25px;
	left: 204px;
	width: 200px;
	height: 1px;
	rotate: -20deg;
}

.ingredient_name:last-child .tit:before {
	width: 80px;
	height: 1px;
	top: 10px;
	left: -120px;
}

.ingredient_name:last-child .tit:after {
	top: -10px;
	left: -235px;
	width: 120px;
	height: 1px;
	rotate: 20deg;
}

/* 내부 비디오 슬라이더 */
.video-inner-slider {
	width: 100%;
	height: 100%;
	position: relative;
}

.video-inner-slider .swiper-wrapper,
.video-inner-slider .swiper-slide {
	height: 100vh !important;
}

/* 내부 인디케이터 스타일 */
.video-inner-pagination {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}

.video-inner-pagination .inner-bullet {
	width: 60px;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.video-inner-pagination .inner-bullet::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background-color: rgba(255, 255, 255, 1);
	transition: width 0.1s linear;
}

.video-inner-pagination .inner-bullet.active::before {
	animation: bulletProgress var(--video-duration) linear forwards;
}

@keyframes bulletProgress {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.video-inner-pagination .inner-bullet.completed::before {
	width: 100%;
}


.main_visual_wrap .video_section {
	height: 100vh;
}

.s_sec_04_05_01_wrap {
	padding-top: 0 !important;
}

/* 두 번째 내부 비디오 슬라이더 */
.video-inner-slider-2 {
	width: 100%;
	height: 100%;
	position: relative;
}

.video-inner-slider-2 .swiper-wrapper,
.video-inner-slider-2 .swiper-slide {
	height: 100vh !important;
}

/* 두 번째 내부 인디케이터 스타일 */
.video-inner-pagination-2 {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}

.video-inner-pagination-2 .inner-bullet {
	width: 60px;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.video-inner-pagination-2 .inner-bullet::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background-color: rgba(255, 255, 255, 1);
	transition: width 0.1s linear;
}

.video-inner-pagination-2 .inner-bullet.active::before {
	animation: bulletProgress var(--video-duration) linear forwards;
}

.video-inner-pagination-2 .inner-bullet.completed::before {
	width: 100%;
}

.swiper-slide-ft {
	display: grid !important;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background-color: #5f5b58;

	height: auto !important;
	min-height: 100vh !important;
}

.swiper-slide:nth-child(8) {
	height: auto !important;
}

.hospital-list {
	padding: 20px 30px;
}

.sub_01_02 .s_sec_01_02_02_con_right_img_wrap .item_tit {
	display: none
}

.main .olidia_ft_section {
	margin-top: 100px;
}

.swiper-slide-ft .olidia_ft_section {
	display: block !important;
}

.olidia_ft_section .olidia_main_insta_wrap {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.olidia_ft_section .olidia_insta_img img {
	width: 100%;
}

.olidia_ft_section .main_sec_08_all_wrap {
	background-color: #f1f1f1;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}


.s_sec_01_03_02_wrap.bg-dark .s_sec_01_03_02_bg {
	filter: brightness(0.7);
}

.contact {
	margin: 0 auto
}

.contact:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.contact .btn_confirm .btn_submit,
.contact .btn_confirm .btn_close {
	float: left;
	height: 50px !important;
	width: 49.5%;
	font-size: 1.083em
}

.contact .btn_confirm {
	text-align: left
}

.contact .btn_confirm .btn_submit {
	margin-left: 5px;
}

#contactus p {
	position: relative;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 1.1em;
	background: #f2838f;
	margin: 0 0 10px;
	border-radius: 5px;
	font-weight: bold
}

#contactus p:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 50px;
	border-radius: 5px 0 0 5px;
	background: #da4453
}

#contactus p i {
	font-size: 1.2em;
	vertical-align: middle
}

#contactus section {
	margin: 10px auto 15px;
	position: relative;
	border-radius: 3px
}

#contactus_chkall {
	position: relative;
	text-align: center;
	background: #f5f7fa;
	line-height: 50px;
	border: 1px solid #e5e9f0;
	border-radius: 3px;
	margin-bottom: 15px
}

#contactus h2 {
	text-align: left;
	padding: 20px 0;
	font-size: 30px;
	font-weight: 500;
	color: #000;
}

#contactus textarea {
	display: block;
	padding: 20px;
	width: 100%;
	height: 150px;
	background: #fff;
	border: 0;
	line-height: 1.6em
}

#contactus_private {
	position: relative
}

#contactus_private div {
	padding: 20px;
	background: #fff
}

#contactus_private table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
}

#contactus_private table caption {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#contactus_private table th {
	background: #f7f7f9;
	width: 33.33%;
	color: #000;
	padding: 10px;
	border: 1px solid #d8dbdf
}

#contactus_private table td {
	border: 1px solid #e7e9ec;
	padding: 10px;
	border-top: 0
}

.contactus_agree {
	position: absolute;
	top: 0;
	right: 0
}

.contactus_agree input[type="checkbox"]+label {
	color: #676e70
}

.contactus_agree input[type="checkbox"]+label:hover {
	color: #2172f8
}

.contactus_agree input[type="checkbox"]+label span {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 17px;
	height: 17px;
	display: block;
	background: #fff;
	border: 1px solid #999;
	border-radius: 3px
}

.contactus_agree input[type="checkbox"]:checked+label {
	color: #000
}

.contactus_agree input[type="checkbox"]:checked+label span {
	background: url('./img/chk.png') no-repeat 50% 50% #3a8afd;
	border-color: #1471f6;
	border-radius: 3px
}

.contactus_agree.chk_all input[type="checkbox"]+label span {
	top: 18px
}

.contact_step ul:after {
	content: '';
	position: absolute;
	width: 290px;
	height: 1px;
	border-bottom: 1px dashed #eee;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}

.contact_step ul {
	position: relative;
	display: flex;
	align-items: center;
	gap: 100px;
	justify-content: center;
	margin-bottom: 80px;
	padding: 10px;
}

.contact_step li {
	width: 45px;
	height: 45px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	border-radius: 100%;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

.contact_step li.active {
	color: #fff;
	background-color: #5f5b58
}

.contact_step h4 {
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
	padding: 7px 20px;
	background-color: #f9f9f9;
	display: inline-block;
	border-radius: 100px;
	line-height: 1;
}

/* 새로운 레이아웃을 위한 추가 스타일 */
.s_sec_04_05_00_con_left_custom {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 370px;
}

.s_sec_04_05_00_con_left_in_custom {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.s_btn_align_bottom_custom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: right;
	border-radius: 17px;
}

.s_sec_04_05_00_con_right_custom {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 370px;
}

.s_sec_04_05_00_con_right_in_custom {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.s_sec_01_03_06_btn_wrap_custom {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(95, 91, 88, 1);
	border-radius: 17px;
}

.pd-left50 {
	padding-left: 50px;
}

.pd-rght50 {
	padding-right: 50px;
}

.more_btn_04_05,
.more_btn_01_03 {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	width: 143px;
	height: 34px;
	opacity: 1;
	border-radius: 17px;
	padding: 10px 20px;
}

.s_sec_04_05_01_con_left_in_custom {
	text-align: left;
	width: 210px;
}

.s_sec_04_05_01_con_left_in_custom .sec_tit4 {
	text-align: left;
	line-height: 1;
}

.s_sec_04_05_01_con_left_in_custom::before {
	content: '';
	position: absolute;
	width: 153px;
	height: 0;
	border-top: 1px solid rgba(77, 75, 74, 1);
	top: -20px;
	left: 0;
	opacity: 1;
}

.board_view_top .sc_board_view_label {
	position: relative;
	border-top: 1px solid rgba(77, 75, 74, 1);
	border-bottom: 1px solid rgba(77, 75, 74, 1);
}

.sc_board_view_label.board_view_label::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	width: 100%;
	border-bottom: 1px solid rgba(77, 75, 74, 1);
}

.bo_v_info_custom {
	border-bottom: none;
}

.main_board_line {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	align-items: center;
	gap: 20px;
}

.main_board_line_in_custom {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	padding: 10px 0px;
}

.board_view_info_left {
	align-self: end;
	text-align: left;
	font-family: Inter;
	font-weight: 200;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
}

.board_view_info_right {
	align-self: end;
	text-align: right;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	font-family: Inter;
	font-weight: 200;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
}

.bo_v_con_custom {
	display: flex;
	gap: 20px;
	align-items: flex-end;
}

.bo_v_content {
	flex: 0 0 auto;
	max-width: 60%;
}

.bo_v_content img {
	max-width: 100%;
	width: 495px;
	height: 659px;
	height: auto;
	display: block;
}

.bo_v_sidebar {
	flex: 1;
	min-width: 250px;
	position: relative;
	padding-left: 10px;
	display: flex;
	align-items: flex-start;
}

.bo_v_sidebar span {
	margin-right: 5px;
	padding-bottom: 5px;
	flex-shrink: 0;
	font-size: 12px;
	line-height: 1.4
}

.bo_v_sidebar::before {
	content: '';
	position: absolute;
	left: 0;
	top: -20px;
	width: 1px;
	height: 83px;
	background-color: rgba(77, 75, 74, 1);
}

.bo_v_info_custom_source {
	font-family: Inter;
	font-size: 12px;
	line-height: 1.4;
	width: 580px;
}

.btn_bo_user_custom li {
	margin: 0;
	border-bottom: 1px solid rgba(77, 75, 74, 1);
}

.olidia_main_insta_wrap {
	position: relative;
	overflow: hidden;
}

/* 그리드 관련 CSS 비활성화 */
#olidia_insta_wrap {
	display: block !important;
	/* 그리드 오버라이드 */
}

.olidia_ft_section .olidia_main_insta_wrap {
	display: block !important;
	/* 그리드 오버라이드 */
}

/* 슬라이더 아이템 스타일 */
.instagram-slider .item {
	position: relative;
	overflow: hidden;
}

.instagram-slider .olidia_insta_img {
	display: block;
	position: relative;
	overflow: hidden;
}

.instagram-slider .olidia_insta_img img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.instagram-slider .olidia_insta_img:hover img {
	transform: scale(1.1);
}

/* 네비게이션 버튼 추가 (선택사항) */
.instagram-slider-wrapper {
	position: relative;
}

.insta-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.8);
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
}

.insta-nav-btn:hover {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.insta-prev {
	left: 10px;
}

.insta-next {
	right: 10px;
}

.bbs_skinScienceList #bo_cate {
	display: none;
}

/* 기본 구조 */
.sub_01_03 .sub_visual_carousel_warp {
	position: relative !important;
	width: 100% !important;
	height: 100vh !important;
	overflow: hidden !important;
}

.sub_01_03 .sub_visual_carousel {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100% !important;
	height: 100vh !important;
}

.sub_01_03 .sub_visual_carousel .owl-stage-outer {
	height: 100vh !important;
}

.sub_01_03 .sub_visual_carousel .owl-stage {
	height: 100vh !important;
}

.sub_01_03 .sub_visual_carousel .owl-item {
	height: 100vh !important;
}

.sub_01_03 .sub_visual_carousel .item {
	width: 100% !important;
	height: 100vh !important;
	position: relative !important;
}

/* 배경 */
.sub_01_03 .sub_bg_wrap {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1 !important;
}

.sub_01_03 .sub_bg_00 {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.sub_01_03 .sub_visual_bg_01 {
	background-image: url(../images/sub/olidia_products_bg_01.jpg) !important;
}

.sub_01_03 .sub_visual_bg_02 {
	background-image: url(../images/sub/olidia_products_bg_02.jpg) !important;
}

/* 텍스트 영역 */
.sub_01_03 .sub_visual_wrap {
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 10 !important;
	max-width: 1600px !important;
	margin: 0 auto !important;
	padding: 0 5% !important;
}

.sub_01_03 .sub_visual_box {
	padding-bottom: 10% !important;
}

/* Dots */
.sub_01_03 .sub_visual_carousel .owl-dots {
	position: absolute !important;
	bottom: 50px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	z-index: 100 !important;
	display: block !important;
}

.sub_01_03 .sub_visual_carousel .owl-dots button.owl-dot span {
	width: 60px !important;
	height: 4px !important;
	background: rgba(255, 255, 255, 0.5) !important;
	margin: 2px !important;
	display: block !important;
}

.sub_01_03 .sub_visual_carousel .owl-dots button.owl-dot.active span {
	background: rgba(255, 255, 255, 1) !important;
}

.custom-br {
	height: 10px;
}

.pdt_info_con_cap_msg {
	font-weight: 600;
	margin-top: 20px;
}

/* 메인 스크롤 컨테이너 */
.main-scroll-container {
	width: 100%;
	position: relative;
}

/* 각 섹션 스타일 */
.main-section {
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

/* 푸터 섹션은 높이 자동 */
.main-section-footer {
	min-height: auto;
	height: auto;
}

/* 기존 swiper-slide 관련 스타일을 main-section으로 변경 */
.main-section .main_sec_all_wrap {
	width: 100%;
	height: 100vh;
}

.main-section-footer .olidia_ft_section {
	width: 100%;
	height: auto;
	min-height: 100vh;
}

/* mainwrap02 섹션 (3개 박스) */
#mainwrap02 {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainwrap02 .main_sec_01_con_wrap {
	width: 100%;
	height: 100vh;
}

/* mainwrap04 섹션 배경색 */
#mainwrap04 {
	min-height: 100vh;
	height: auto;
	background-color: #fdf9f6;
}

/* mainwrap06 섹션 */
#mainwrap06 {
	background-color: #fff;
}

/* 비디오 섹션 높이 */
.main-section .video_section {
	width: 100%;
	height: 100vh;
}

/* 내부 비디오 슬라이더는 그대로 유지 */
.video-inner-slider,
.video-inner-slider-2 {
	width: 100%;
	height: 100%;
	position: relative;
}

.video-inner-slider .swiper-wrapper,
.video-inner-slider .swiper-slide,
.video-inner-slider-2 .swiper-wrapper,
.video-inner-slider-2 .swiper-slide {
	height: 100vh !important;
}

/* 스크롤다운 버튼 */
.scrolled {
	position: fixed;
	bottom: 0;
	left: auto;
	right: 5%;
	z-index: 100;
	transform: translateX(-50%);
	z-index: 10;
}

/* body ID에 따른 스타일 (기존 유지) */
#mainwrap03 .logo_on {
	display: inline-block;
}

#mainwrap03 .logo_off {
	display: none;
}

#mainwrap03 .top_nav .menu_a {
	color: #777;
}

#mainwrap03 .m_menu_btn span {
	background-color: #222;
}

#mainwrap03 .m_menu_btn:before {
	background-color: #222;
}

#mainwrap03 .m_menu_btn:after {
	background-color: #222;
}

#mainwrap03 .scrolled .txt {
	color: #777;
}

#mainwrap03 .scrolled .arr {
	background-color: #00000026;
}

#mainwrap03 .scrolled .arr:after {
	background-color: #9a8576;
}

#mainwrap04 .logo_on {
	display: inline-block;
}

#mainwrap04 .logo_off {
	display: none;
}

#mainwrap04 .top_nav .menu_a {
	color: #777;
}

#mainwrap04 .m_menu_btn span {
	background-color: #222;
}

#mainwrap04 .m_menu_btn:before {
	background-color: #222;
}

#mainwrap04 .m_menu_btn:after {
	background-color: #222;
}

#mainwrap04 .scrolled .txt {
	color: #777;
}

#mainwrap04 .scrolled .arr {
	background-color: #00000026;
}

#mainwrap04 .scrolled .arr:after {
	background-color: #9a8576;
}

html {
	scroll-behavior: smooth;
}

.main_wrap {
	width: 100%;
	position: relative;
}

@media screen and (max-width: 1024px) {
	#mainwrap02 .main_sec_01_con_wrap {
		display: block;
	}

	#mainwrap02 .main_sec_01_con {
		width: 100%;
		height: 33.33vh;
	}
}

.main-section {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.main-section.active {
	opacity: 1;
}


.main-section video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-section-footer {
	display: block;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background-color: #5f5b58;
	min-height: 100vh;
}

.main-section-footer .olidia_ft_section {
	display: grid;
	width: 100%;
	height: auto;
}

.text-selectable {
	user-select: text !important;
	-webkit-user-select: text !important;
	cursor: text !important;
}

#mainwrap05 .main_visual_wrap {
	position: relative;
	width: 100%;
	height: 100vh;
}

#mainwrap05 .video_section {
	position: relative;
	width: 100%;
	height: 100vh;
}

#mainwrap05 .main_sec_wrap .video_section video {
	object-fit: contain;
	background-color: #000000;
}

#mainwrap04 .main_sec_02_all_wrap {
	width: 100%;
	height: auto;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainwrap04 .main_sec_all_wrap {
	width: 100%;
	height: auto;
	/* 100vh 제거 */
}

/* mainwrap04 섹션 내부 요소들 */
#mainwrap04 .main_sec_02_wrap {
	width: 100%;
	padding: 80px 0;
}

#mainwrap04 .main_sec_02_in {
	width: 100%;
}

/* mainwrap05가 올라오지 않도록 */
#mainwrap05 {
	position: relative;
	clear: both;
}

[pdt-hidden],
[hidden] {
	display: none !important;
}

.fregister_label_vertical {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.fregister_label_vertical label {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px;
}

.fregister_label_vertical label:hover {
	background-color: #f5f5f5;
}

.fregister_label_vertical label input[type="radio"] {
	margin-right: 10px;
}