@charset "utf-8";
@import url("../fonts/font.css");

/* Total */
html,
body {
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
}

html {
	position: relative;
	min-height: 100%;
	min-width: 320px;
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
	top: 0 !important;
}

body:has(.rHeader) {
	/* background-image: linear-gradient(350deg, rgba(77, 74, 140, .5), rgba(4, 157, 191, .5), rgba(4, 191, 191, .5), rgba(4, 191, 191, .5)); */
	/* background: linear-gradient(to bottom right, rgba(109, 112, 179, 0.4), rgba(37, 234, 234, 0.4)); */
	background-color: rgba(4, 157, 191, .4);
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a.focus-visible:focus,
button.focus-visible:focus {
	outline: none;
	box-shadow: inset 0 0 0 2px #2cb693;
}

#page-container {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: calc(var(--vh, 1vh) * 100);
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.overflow-h {
	overflow: hidden;
}

.container {
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	width: calc(100% - 30px);
	max-width: 100%;
	box-sizing: border-box;
	min-height: 1px;
	padding: 0;
}

@media (min-width: 375px) {
	.container {
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
		max-width: 100%;
		box-sizing: border-box;
		min-height: 1px;
	}
}

@media (min-width: 768px) {
	.container {
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
		max-width: 100%;
		box-sizing: border-box;
		min-height: 1px;
	}
}

@media (min-width: 1024px) {
	.container {
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
		/* width: calc(100% - 44px); */
		width: calc(100% - 100px);
		max-width: 100%;
		box-sizing: border-box;
		min-height: 1px;
	}
}

@media (min-width: 1280px) {
	.container {
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
		width: 1200px;
		max-width: 100%;
		box-sizing: border-box;
		min-height: 1px;
	}
}

/* 배너 tpye */
.banner-tit01 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 36px;
}

.banner-tit01 span {
	display: inline-block;
	font-weight: 300;
	margin-right: 10px;
}

.banner-cont-img {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-type01.swiper-container {
	overflow: visible;
	width: 100%;
	margin: 0 auto;
}

.banner-type01 .cont {
	background-color: #fff;
	border-radius: 8px;
	padding: 30px 35px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.banner-type01 .cont>a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.banner-type01 .cont .img {
	max-width: 50%;
	width: 100%;
	margin-right: 20px;
	border-radius: 8px;
}

.banner-type01 .cont .img::after {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.banner-type01 .cont .info {
	max-width: 50%;
	width: 100%;
	margin-left: 20px;
	padding: 20px 0 15px;
}

.banner-type01 .cont .info .info-title {
	font-size: 28px;
	font-weight: 700;
	color: #111;
	margin-bottom: 20px;
	line-height: 1.4;
}

.banner-type01 .cont .info .info-text {
	font-size: 18px;
	color: #464646;
	font-weight: 400;
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

/* Header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	/* border-bottom: 1px solid #eee; */
	background-color: transparent;
	height: 91px;
}

#header .mobile-menu-toggle-box i {
	color: #000;
}

#page-container:has(.mainSec) #header .gnb-nav>li>a,
#page-container:has(.mainSec) #header select,
#page-container:has(.mainSec) #header .mobile-menu-toggle-box i,
#page-container:has(.mainSec) #header #google_translate_element>div>div:after {
	color: #fff;
}


#header .header-cont {
	position: relative;
	z-index: 99;
}

#page-container:has(.mainSec) #header.scroll-down .mobile-menu-toggle-box i,
#page-container:has(.mainSec) #header.scroll-down #google_translate_element>div>div:after {
	color: #000;
}

.header-container {
	position: relative;
	max-width: 100%;
	width: 1800px;
	margin: 0 auto;
	padding: 0 30px;
	height: 100%;
}

.header-layout {
	height: 90px;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: block;
}

.logo img {
	width: 245px;
}

.logo .mlogo {
	display: none;
}

.logo .wlogo {
	display: block;
}

.util {}

.util ul {
	padding: 0;
}

.util ul>li {
	position: relative;
	float: left;
	/* padding: 0 10px; */
}

.util ul>li a {
	color: #fff;
	font-size: 16px;
}

.util ul>li a:hover {
	text-decoration: none;
}

.util ul>li.icon-btn a {
	color: #999;
	display: block;
}

.util ul>li.icon-btn a i {
	font-size: 28px;
}

.util ul>li .dropdown-menu {
	max-width: 150px;
	right: 0;
	left: auto;
	margin-top: 10px;
	top: -150px;
}

.util ul>li .dropdown-menu>li {
	float: none;
	padding: 0;
}

.util ul>li .dropdown-menu>li>a {
	display: block;
	padding: 12px 10px;
	color: #333;
}

.util ul>li.login a {
	color: #999;
	font-size: 28px;
}

.util ul>li.login a:hover {
	color: #fff;
}

#header.scroll-down {
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
	color: #000;
}

#header.scroll-down a,
#header.scroll-down select {
	color: #000 !important;
}

#header option {
	color: #000 !important;
}

#header.scroll-down select {
	border-color: #212121;
}

@media (max-width: 500px) {
	#header .logo {
		width: 55px;
		height: 30px;
	}

	#header .logo>img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top left;
	}
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #def1f0;
	position: relative;
	top: 15px;
	right: -5px;
	content: '';
}

.cover-bg.on {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1015;
}

.nav-toggle {
	display: block;
	border-radius: 3px;
}

.main-banner-visual {
	position: relative;
	width: calc(100% - 60px);
	margin: 0 auto;
	margin-bottom: 50px;
	overflow: hidden;
}

.main-visual-bg {
	position: relative;
	background: no-repeat center center;
	background-size: cover;
}

.main-visual-bg.is_content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.26);
}

.main-visual-bg::after {
	content: "";
	display: block;
	padding-top: 40%;
}

.main-visual-bg.pc {
	display: block;
}

.main-visual-bg.mobile {
	display: none;
}

.main-visual-video {
	position: relative;
	overflow: hidden;
}

.main-visual-video.mobile {
	display: none;
}

.main-visual-video::after {
	content: "";
	display: block;
	padding-top: 40%;
}

.main-visual-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main-visual-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.main-visual-layout,
.main-visual-control-layout {
	width: 100%;
	max-width: 1480px;
	padding: 0 40px;
	margin: 0 auto;
	text-align: left;
}

.main-visual-tit {
	/* font-size: min(60px, 4vw); */
	color: #fff;
	font-weight: 700;
}

.main-visual-txt {
	margin-top: 8px;
	/* font-size: min(20px, 1.8vw); */
	color: #fff;
}

.main-visual-txt-en {
	display: inline-block;
	/* font-size: min(16px, 1.8vw); */
	color: #fff;
	padding-top: 16px;
	margin-top: 16px;
	border-top: 1px solid #fff;
	font-weight: 300;
	opacity: 0.8;
}

.main-visual-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
	color: #fff;
	min-width: 200px;
	height: 56px;
	font-size: 16px;
	border: 3px solid #fff;
	border-radius: 99px;
}

.main-visual-link:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.main-banner-control {
	position: absolute;
	bottom: 34px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.main-banner-control [class*="main-control"] {
	background: none;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	border: 0;
	mix-blend-mode: difference;
}

.main-banner-control [class*="main-control"].swiper-button-disabled {
	opacity: 0.3;
}

.main-banner-control .swiper-pagination {
	position: relative;
	margin: 0 30px;
}

.main-banner-control .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.5;
	border-radius: 99px;
	margin: 0 2px;
	transition: 0.2s;
}

.main-banner-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	width: 30px;
	background-color: var(--bs-theme);
}

#timer {
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 10px;
}

.timer-btn {
	border: 0;
	background: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.timer-btn .pause {
	display: flex;
	justify-content: center;
	align-items: center;
}

.timer-btn .pause span {
	display: inline-block;
	width: 3px;
	height: 13px;
	background: #fff;
	margin: 0 2px;
}

.timer-btn .off {
	display: none;
}

/* header Search  */
.search_form {
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: table;
	padding: 0 10px;
	text-align: center;
}

.search_form .search_div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.search_form .search_inner {
	position: relative;
	width: 100%;
	height: 50px;
	border-bottom: solid 2px #fff;
	overflow: hidden;
	z-index: 999;
	display: inline-block;
}

.search_form .search_inner .search_input {
	background: none;
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-left: 15px;
	font-size: 1.5rem;
	color: #fff !important;
	border: 0;
	outline: 0;
}

.search_form .search_inner .search_input::placeholder {
	color: #fff !important;
}

.search_form .search_inner .search_btn {
	position: absolute;
	background: none;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border: 0;
	color: #fff;
}

.search_form .search_inner .search_btn i {
	font-size: 24px;
}

.search_form .search_inner .search_btn:hover {
	background: none;
}

.search_form .close {
	position: absolute;
	top: 12px;
	right: 10px;
	opacity: 1;
}

.search_form .close i {
	font-size: 32px !important;
	color: #fff;
}

.tag_search_form {
	position: static;
	padding: 0;
	display: block;
	height: auto;
	background: none;
}

/* 모바일 */
.m-util {
	display: none;
}

.last:has(.search-toggle) {
	display: none;
}

#m-sidemenu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: #f5f5f5;
	width: 100%;
	height: 100%;
	z-index: 1050;
	overflow-y: scroll;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

/* #m-sidemenu .side-header */
.side-header {
	position: relative;
	background: #fff;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.side-header-list-top {
	border-bottom: 1px solid #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;

}

.side-header-list-top li {
	width: 50%;
}

.side-header-list-top li>a {
	display: block;
	padding: 12px 0;
	text-align: center;
	border-right: 1px solid #eee;
}

.side-header-list-top li:last-child>a {
	border-right: 0;
}

.side-header-list-top li>a .txt {
	display: block;
	margin: 0 auto;
	font-size: 13px;
	color: #676767;
}

.side-header-list-top li>a i {
	font-size: 16px;
	color: #103258;
}

.side-header-list-bottom {
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	margin-bottom: 10px;
}

.side-header-list-bottom>li {
	width: 25%;
}

.side-header-list-bottom>li>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 12px 0;
	border-right: 1px solid #eee;
}

.side-header-list-bottom>li:last-child>a {
	border-right: 0;
}

.side-header-list-bottom>li>a .flag {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.side-header-list-bottom>li>a .txt {
	display: block;
	font-size: 13px;
	font-weight: 300;
	margin-top: 5px;
}

.side-header-list-bottom>li>a .flag.en {
	background-image: url(/assets/common/img/basic/us.png);

}

.side-header-list-bottom>li>a .flag.jp {
	background-image: url(/assets/common/img/basic/jp.png);
}

.side-header-list-bottom>li>a .flag.cn {
	background-image: url(/assets/common/img/basic/cn.png);
}

.side-header-list-bottom>li>a img {
	max-width: 68px;
}

.side-header .logo {
	margin: 0px 0 0 8px;
}

.side-header .close-btn {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 0;
	text-align: center;
	color: #333;
	font-size: 24px;
}

.m-side-login {
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 8px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 300;
}

.m-side-login:hover {
	color: #fff;
}

.m-side-admin-btn {
	display: inline-block;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translate(0px, -50%);
	/* margin-left: 15px; */
}

.m-side-admin-btn>a {
	margin: 0 4px;
	text-decoration: none;
	color: inherit;
}

.side-login .login-header {
	position: relative;
	background: #fff;
	padding: 15px 10px;
}

.side-login .login-header a {
	display: block;
	color: #333;
	text-decoration: none;
}

.side-login .login-header img {
	width: 40px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 50%;
}

.side-login .login-btn {
	width: 100%;
}

.side-login .login-btn ul {}

.side-login .login-btn ul::after {
	content: '';
	display: block;
	clear: both;
}

.side-login .login-btn ul li {
	position: relative;
	float: left;
	width: 33.3%;
}

.side-login .login-btn ul li:first-child:before {
	display: none;
}

.side-login .login-btn ul li:before {
	content: '';
	background: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	height: 20px;
	width: 1px;
	margin-top: -10px;
}

.side-login .login-btn ul li a {
	display: block;
	padding: 10px 0;
	color: #555;
	font-size: 15px;
	text-align: center;
}

.side-login .login-btn ul li.login-before {
	width: 50% !important;
}

.side-body-tit {
	font-size: 16px;
	padding: 10px 15px;
	font-weight: 700;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	background-color: #fff;
}

.side-body {
	background: #fff;
}

.side-body .navi {}

.side-body .navi>li {
	position: relative;
	border-bottom: solid 1px #ddd;
	transition: all 0.3s;
}

.side-body .navi>li>a {
	display: block;
	padding: 18px 10px;
	font-size: 16px;
	color: #444;
}

.side-body .navi>li>a:hover {
	font-weight: bold;
}

.side-body .navi>li .dropdown-menu {
	position: relative;
	background: #fafafa;
	float: none;
	border: 0;
	border-top: solid 1px #ddd;
	box-shadow: none;
	padding: 10px;
	transition: all 0.3s;
}

.side-body .navi>li .dropdown-menu>ul {}

.side-body .navi>li .dropdown-menu>ul>li {}

.side-body .navi>li .dropdown-menu>ul>li>a {
	display: block;
	padding: 8px 5px;
	font-size: 15px;
	color: #777;
}

.side-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.side-footer>li {
	width: 33.3333%;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-moz-flex: 0 0 33.33333%;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	padding: 5px;
	background-color: #fff;
}

.side-footer>li>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.side-footer>li>a>img {
	max-width: 80px;
}

/* Footer */
#footer {
	position: relative;
	padding: 20px 0;
	display: flex;
	align-items: center;
	/* border-top: 1px solid #eee; */
	/* margin-top: auto; */
	background-color: #333;
	height: 214px;
}

#footer .container {
	padding: 0;
}

#footer .footer-logo {
	width: 70px;
	height: 40px;
	margin-right: 40px;
}

#footer .footer-logo>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top left;
}

#footer .footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 22px;
}

#footer .footer-top .footer-sns a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 6px;
}

#footer .footer-top .footer-sns a:last-child {
	margin-right: 0;
}

#footer .footer-menu {
	display: flex;
	flex-wrap: wrap;
}

#footer .footer-menu>li,
#footer .user>ul>li {
	position: relative;
	padding: 0 12px;
	margin-bottom: 6px;
}

#footer .user>ul>li:nth-child(1) {
	padding-left: 0;
}


#footer .footer-menu>li:first-of-type {
	padding-left: 0;
}

#footer .footer-menu>li::after,
#footer .user>ul>li::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #fff;
}

#footer .user>ul>li:nth-last-child(1)::after {
	display: none;
}

#footer .footer-menu>li:last-of-type {
	padding: 0;
}

#footer .footer-menu>li:last-of-type::after {
	display: none;
}

#footer .footer-menu>li>a {
	font-size: 16px !important;
	color: #fff;
}

#footer .footer-menu>li:nth-last-child(2) {
	margin-right: 12px;
}

#footer .footer-info {
	position: relative;
	margin-top: 20px;
}

#footer .footer-info>div {
	display: flex;
}

#footer .footer-info>div+div {
	margin-top: 5px;
}

#footer .footer-info>div>p {
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
	font-weight: 300;
}

#footer .footer-info>div>p>b {
	color: #fff;
	font-weight: 400;
}

#footer .footer-info .copyright {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}

#footer .util>ul>li>a {
	color: #fff;
	font-size: 16px;
}

#footer .util ul>li a i {
	display: none;
}

#footer .util ul>li span {
	font-size: 16px !important;
}

@media (max-width: 767px) {
	#footer .footer-info {
		margin-top: 10px;
	}
}

@media (max-width: 500px) {

	#footer .footer-info>div>p,
	#footer .footer-info .copyright {
		font-size: 12px;
	}
}

/* 캘린더 */
.mainCalendar::after {
	content: '';
	display: block;
	clear: both;
}

.mainCalendar .calendar .visualmonthyear {
	font-weight: bold;
	font-size: 22px;
	color: #333;
}

.mainCalendar .calendar {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}

.mainCalendar .calendar .table.header {
	margin: 0;
}

.mainCalendar .calendar .header {
	margin: 0;
	border: solid 1px #e5e5e5;
	border-bottom: 0;
}

.mainCalendar .calendar .header td {
	font-size: 18px;
	text-align: center;
	height: 60px;
	cursor: pointer;
}

.mainCalendar .calendar .header td i {
	font-size: 20px;
}

.mainCalendar .calendar .header td:hover {
	background: #f5f5f5;
	color: #00AFF0;
}

.mainCalendar .calendar .header td:hover i {
	color: #00AFF0;
}

.mainCalendar .calendar .header td.year {
	cursor: text;
	color: #333;
}

.mainCalendar .calendar .header td.year:hover {
	background: none;
}

.mainCalendar .calendar .daysmonth {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

.mainCalendar .calendar .daysmonth tr.week_days>td {
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 58px;
}

.mainCalendar .calendar .daysmonth tr.week_days>td.first {
	color: #F0391A;
}

.mainCalendar .calendar .daysmonth tr.week_days>td.last {
	color: #2E7DD8;
}

.mainCalendar .calendar .daysmonth td {
	font-size: 16px;
	border: solid 1px #e5e5e5 !important;
	text-align: center;
	padding: 0;
}

.mainCalendar .calendar .daysmonth td a {
	line-height: 58px;
}

.mainCalendar .calendar .daysmonth td.first {
	border-left: 0;
	color: #F0391A;
}

.mainCalendar .calendar .daysmonth td.last {
	border-right: 0;
	color: #2E7DD8;
}

.mainCalendar .calendar .daysmonth td>a {
	display: block;
	color: #666;
}

.mainCalendar .calendar .daysmonth td>a:hover {
	background: #f5f5f5;
}

.mainCalendar .calendar .daysmonth td.event {
	background: #f7993f !important;
	color: #fff;
}

.mainCalendar .calendar .daysmonth td.event a {
	background: none;
	color: #fff;
}

.bootstrap-calendar .calendar .table.header td.year {
	border-top: 2px solid #e5e5e5 !important;
	border-right: 3px solid #e5e5e5 !important;
}

/* Sub Page */
#subContainer {
	width: 100%;
	padding: 0px 0px 40px;
	flex: 1;
}

#subContainer>.container,
#subContainer .on-box>.container {
	margin-top: 50px;
}

#subContainer:has(.mypage-css)>.container {
	margin-top: 0;
}

#sub-menu {
	background: #f8f8f8;
	border-bottom: solid 1px #e2e2e2;
}

#sub-menu .container {
	padding: 0 !important;
	text-align: center;
	width: 100%;
}

#sub-menu .navi {
	display: inline-block;
}

#sub-menu .navi li {
	display: inline-block;
	margin: 0 16px;
	text-align: center;
}

#sub-menu .navi li a {
	display: block;
	color: #333;
}

#sub-menu .navi li a span {
	display: inline-block;
	height: 60px;
	padding: 20px 12px 0;
	font-size: 16px;
}

#sub-menu .navi li a:hover span,
#sub-menu .navi li.active a span {
	border-bottom: solid 1px #282828;
}

#sub-menu .navi li.dropdown:hover .dropdown-menu {
	display: block;
}

#sub-menu .navi li>.dropdown-menu {
	top: 90%;
	border: solid 1px #333;
}

#sub-menu .navi li>.dropdown-menu ul {}

#sub-menu .navi li>.dropdown-menu ul>li {
	width: 100%;
	text-align: left;
	padding: 5px 10px;
	margin: 5px 0;
}

#sub-menu .navi li>.dropdown-menu ul>li a span {
	border-bottom: 0;
	height: 22px;
	padding: 0;
	font-size: 14px;
}

#sub-menu .navi li>.dropdown-menu ul>li a:hover span,
#sub-menu .navi li>.dropdown-menu ul>li.active a span {
	color: #60bea3;
	border-bottom: solid 1px #60bea3;
}

.menuScroll {
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.menuScroll::-webkit-scrollbar {
	display: none;
}

/* SNS버튼 */
.btn-facebook {
	color: #fff;
	background-color: #3a5795;
	border-color: #334c83;
}

.btn-facebook.active,
.btn-facebook:active,
.btn-facebook:hover,
.open>.dropdown-toggle.btn-facebook {
	color: #fff;
	background-color: #2c4270;
	border-color: #223357;
}

.btn-twitter {
	color: #fff;
	background-color: #59adea;
	border-color: #59adea;
}

.btn-twitter.active,
.btn-twitter:active,
.btn-twitter:hover,
.open>.dropdown-toggle.btn-twitter {
	color: #fff;
	background-color: #4897d0;
	border-color: #4897d0;
}

.btn-kakao {
	color: #3c1e1e;
	background-color: #ffeb00;
	border-color: #ffeb00;
}

.btn-kakao.active,
.btn-kakao:active,
.btn-kakao:hover,
.open>.dropdown-toggle.btn-kakao {
	color: #3c1e1e;
	background-color: #ffde00;
	border-color: #ffde00;
}

.btn-naver {
	color: #fff;
	background-color: #1fcb02;
	border-color: #1fbc02;
}

.btn-naver.active,
.btn-naver:active,
.btn-naver:hover,
.open>.dropdown-toggle.btn-naver {
	color: #fff;
	background-color: #1fbc02;
	border-color: #1fbc02;
}

.divider {
	position: relative;
	overflow: hidden;
	margin: 20px 0;
	color: #E5E5E5;
	width: 100%;
}

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #ddd;
}

.divider.divider-center {
	text-align: center;
}

.divider.divider-center:before {
	left: -50% !important;
	right: 0;
	margin-left: -20px;
}

.divider.divider-center:after {
	left: 50% !important;
	right: 0;
	margin-left: 20px;
}

/* web a */
.checkSearch {
	position: relative;
	max-width: 500px;
	margin: 100px auto 0;
	text-align: center;
}

.checkSearch .main_logo {
	margin: 0 0 35px;
}

.checkSearch .main_logo img {
	max-width: 100%;
	height: auto;
}

.checkSearch .searchCont {
	background: #fff;
	display: block;
	height: 50px;
	padding: 8px 0;
	box-shadow: 0 2px 3px #bbb;
}

.checkSearch .searchCont .searchInput {
	width: 100%;
	padding: 0 15px;
	line-height: 35px;
	font-size: 15px;
	border: 0;
	outline: none;
}

.checkSearch .searchBtn {
	margin: 20px 0 0;
}

.checkSearch .searchBtn .search_toggle {
	background: #eee;
	border: solid 1px #ccc;
	padding: 10px 15px;
	color: #888;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
}

.checkSearch .searchBtn .search_toggle:hover {
	border: solid 1px #aaa;
	color: #333;
	font-weight: bold;
}

.alert {
	position: relative;
}

.alert i {
	position: absolute;
	height: 20px;
	top: 50%;
	left: 20px;
	margin-top: -18px;
}

.alert .pull-left {
	padding: 0 0 0 60px;
}

/* board */
.download_list {
	display: -webkit-flex;
	display: flex;
}

.download_list h2 {
	display: -webkit-flex;
	display: flex;
	width: 20%;
	font-size: 16px;
	padding: 20px;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
}

.download_list ul {
	background: #ffffff;
	align-items: center;
	border-left: 1px solid #e2e7eb;
}

.download_list ul li {}

.download_list ul li a {
	display: inline-block;
	font-size: 12px;
	padding: 10px 15px;
	background: #f9f9f9;
	border-radius: 50px;
	margin: 5px 5px;
	color: #565656;
}

.download_list ul li a:hover {
	text-decoration: underline;
	text-underline-position: under;
}


/** 필드값 체크 **/
.has-error .label-txt {
	color: #ff4343;
}

.has-error .form-control {
	border-color: #ff4343 !important;
}

.has-error .form-control:focus {
	border-color: #ff4343 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .text-danger {
	margin-top: 10px;
	color: #ff4343;
}

.has-error .input-group-addon {
	color: #ff4343;
}

.has-success .label-txt {
	color: #103257;
}

.has-success .form-control {
	border-color: #103257 !important;
	color: #111 !important;
}

.has-success .input-group-addon {
	border-color: #103257 !important;
	color: #111 !important;
	background-color: #eee;
}

/* .has-success .form-control:focus {
        border-color: #4cc1ff;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7dd2ff;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7dd2ff;
} */
.has-success .label-txt {
	color: inherit;
}

.has-success .form-control {
	border-color: inherit;
}

.has-success .form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.apply-btn {
	color: #979797;
}

.btn.apply-btn.apply-change {
	border: 1px solid #103257 !important;
	color: #103257 !important;
	font-weight: 700;
}

.btn.apply-btn input {
	/* position: absolute;
    width: 1px;
    height: 1px;
    display: inline-block;
    visibility: hidden;
    background: transparent;
    border:1px solid transparent; */
	margin-right: 5px;
	margin-top: 0px;
}

/** =======================
 * Contenedor Principal
 ===========================*/

.accordion {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion a:hover,
.accordion a:active {
	color: inherit;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion .link a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.accordion .second_link {
	cursor: pointer;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 15px;
	background: #f9f9f9;
}

.accordion .second_link li a {
	position: relative;
	color: #333;
	padding: 10px;
	font-size: 12px;
}

/* .accordion .second_link .dot {
  position:absolute;
  width:4px;
  height:4px;
  background:#797979;
  top:18px;
  left:2px;
  border-radius:10px;
} */
.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	/* position: absolute;
  top: 16px;
  left: 12px; */
	font-size: 16px;
	color: #333;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #333;
}

.accordion li.open i {
	color: #333;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li:nth-last-child(1) .submenu {
	border-top: solid 1px #ddd;
}

.submenu {
	/* display: none; */
	/* background: #f0f0f0; */
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}

.submenu>li {
	background-color: #ffffff;
	/* background-color: rgba(0, 0, 0, 0.025); */
}

.submenu li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.depth03 {
	margin-top: 0;
	padding: 10px;
	background: #efefef;
}

.depth03 li a {
	text-align: left;
	position: relative;
	padding-left: 10px;
	font-size: #797979;
}

.depth03 li a::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 2px;
	background: #797979;
	border-radius: 10px;
	width: 3px;
	height: 3px;
}

/* subpage */
.pageHeader-title-wrap {
	padding: 80px 0 55px;
	margin-top: 90px;
	text-align: center;
	background-image: linear-gradient(to right bottom, rgba(109, 112, 179, 0.1), rgba(37, 234, 234, 0.1));
}

#subContainer:has(.mypage-subMenu) .pageHeader-title-wrap {
	padding: 88px 0;
}

@media(max-width: 767px) {
	.pageHeader-title-wrap {
		display: none;
	}

	#subContainer:has(.mypage-subMenu) .pageHeader-title-wrap {
		padding: 40px 0;
	}

	#subContainer:has(.mypage-subMenu) .pageHeader-title {
		font-size: 32px;
	}
}

.pageHeader-title-wrap .pageHeader-title {
	position: relative;
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	color: var(--bs-inverse);
}

.pageHeader-title-wrap .pageHeader-title::before {
	/* content: ''; */
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 15px;
	background-color: var(--bs-theme);
	opacity: 0.3;
	z-index: -1;
}

.pageHeader-title-wrap .breadcrumb {
	margin-top: 24px;
}

.pageHeader-title-wrap .breadcrumb>li {
	display: inline-block;
	font-size: 16px;
	color: var(--bs-inverse);
}

.pageHeader-title-wrap .breadcrumb>li+li::before {
	content: '\f105';
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	;
	color: #212121;
	padding: 0 8px;
	opacity: 0.3;
}

.page-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.page-nav a {
	position: relative;
	display: inline-block;
	font-size: 19px;
	margin: 0 15px;
	color: #676767;
	font-weight: 300;
}

.page-nav a.active {
	font-weight: 700;
	color: #111;
}

.page-nav a.active::before {
	content: '';
	display: block;
	position: absolute;
	top: -0px;
	left: -6px;
	width: 8px;
	height: 8px;
	background-color: var(--bs-theme);
	border-radius: 50%;
}

.page-nav a::after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background-color: #e5e5e5;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.page-nav a:last-child::after {
	display: none;
}

/* 새 서브메뉴 시작 */
.page-subMenu {
	position: relative;
}

.page-nav {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

/* 새 서브메뉴 끝 */

.page-nav-3depth {
	margin-top: -40px;
}

.page-nav-3depth .page-nav a {
	font-size: 17px;
}

.page-nav-3depth .page-nav a.active {
	font-weight: 500;
}

.page-nav-3depth .page-nav a.active::before {
	display: none;
}

.page-nav-select-wrap {
	display: none;
}

.page-nav-select {
	position: relative;
}

.page-nav-select .nav-select-toggle {
	position: relative;
	display: block;
	padding: 0 15px;
	line-height: 46px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-weight: 500;
	user-select: none;
}

.page-nav-select .nav-select-toggle::after {
	content: "\f107";
	font-family: "Font Awesome 6 pro";
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 500;
	height: 14px;
	line-height: 14px;
	width: 14px;
	text-align: center;
}

.page-nav-select.no_sub .nav-select-toggle::after {
	color: #ccc;
}

.page-nav-select.open .nav-select-toggle::after {
	transform: translateY(-50%) rotate(180deg);
}

.page-nav-select.open::before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9998;
}

.select-dropdown {
	position: fixed;
	width: 100%;
	height: calc(var(--vh, 1vh) * 68);
	background-color: #fff;
	bottom: -200%;
	left: 0;
	z-index: 9999;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	transition: 0.2s ease-out;
}

.page-nav-select.open .select-dropdown {
	box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.1);
	bottom: 0;
}

.select-scroll-layout {
	position: relative;
	flex: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.select-scroll-layout .scroll-content {
	overflow-y: scroll;
	right: -18px;
	padding-right: 18px;
	position: absolute;
	top: 0;
	left: 0;
	right: -18px;
	bottom: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.select-scroll-layout .scroll-content .page-nav-select-tit {
	padding: 0 20px;
	height: 50px;
	display: flex;
	align-items: center;
}

.select-scroll-layout .scroll-content .page-nav-select-tit button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	background: none;
	border: 0;
	font-size: 16px;
	font-weight: 700;
}

.select-scroll-layout .scroll-content .page-nav-select-tit button i {
	margin-right: 7px;
	font-weight: 700;
	margin-top: 2px;
}

.select-scroll-layout .scroll-content .page-nav-select-tit button span {}

.select-scroll-layout .menu-list {}

.select-scroll-layout .menu-list .item a {
	position: relative;
	display: block;
	height: 54px;
	line-height: 54px;
	padding: 0px 60px 0px 20px;
	font-size: 15px;
	color: #565656;
}

.select-scroll-layout .menu-list .item a.active {
	font-weight: 700;
	color: #212121;
}

.select-scroll-layout .menu-list .item a::after {
	font-family: "Font Awesome 6 pro";
	content: "\f105";
	position: absolute;
	right: 40px;
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 900;
}

.select-scroll-layout .menu-list .item a:hover {
	background-color: #eaeaea;
}

.select-scroll-layout .menu-list .item a[aria-expanded="true"] {
	background-color: #f5f5f5;
}

.select-scroll-layout .menu-list .item a[data-toggle="collapse"]::after {
	content: "\f107";
}

.select-scroll-layout .menu-list .item a[data-toggle="collapse"][aria-expanded="true"]::after {
	content: "\f106";
}

.select-scroll-layout .menu-list .item .collapse,
.select-scroll-layout .menu-list .item .collapsing {
	border-bottom: 1px solid #eee;
	background: #fafafa;
}

.select-scroll-layout .menu-list .item .collapse>a,
.select-scroll-layout .menu-list .item .collapsing>a {
	font-size: 13px;
	height: 50px;
	line-height: 50px;
}

/* .modal.fade .modal-dialog.video-modal {
  -webkit-transition: -webkit-transform .5s ease-out;
  -o-transition: -o-transform .5s ease-out;
  transition: transform .5s ease-out;
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%);
}
.modal.in .modal-dialog.video-modal {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
} */
.modal-dialog.video-modal {
	width: 75%;
	max-width: 1400px;
}

@media (max-height:960px) {
	.modal-dialog.video-modal {
		width: 75%;
		max-width: 1200px;
	}
}

@media (max-height:900px) {
	.modal-dialog.video-modal {
		width: 75%;
		max-width: 900px;
	}
}

.modal-dialog.video-modal .modal-content {
	background: none;
	overflow: visible;
	box-shadow: none;
}

.modal-dialog.video-modal .modal-body {
	padding: 0;
}

.modal-dialog.video-modal .close-cont {
	position: relative;
	width: 100%;
	height: 50px;
}

.modal-dialog.video-modal .close-cont .close {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	text-indent: 0;
	opacity: 1;
	font-size: 35px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-shadow: none;
	background-color: #000;
	border-radius: 4px 4px 0 0;
	opacity: 0;
	transition: 0.4s ease-in;
}

.modal.in .modal-dialog.video-modal .close-cont .close {
	opacity: 1;
}

.video-popup-box {
	position: relative;
}

.video-popup-box::after {
	content: '';
	display: block;
	padding-top: 56.25%;
}

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

.video-popup-container {
	background-color: #000;
}

.video-popup-container .swiper-slide::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
}

.video-popup-container .swiper-slide .oooo {
	position: absolute;
	width: 300px;
	height: 50px;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #000;
}

.video-popup-thumbs {
	background-color: #000;
	max-height: 148px;
}

.video-popup-thumbs .swiper-wrapper {
	padding: 5px;
	height: 100%;
}

.video-popup-thumbs .swiper-slide {}

.video-popup-thumbs .swiper-slide .cover {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;

}

.video-popup-thumbs .swiper-slide .cover::after {
	content: '';
	display: block;
	padding-top: 50%;
}

.video-popup-thumbs .swiper-slide.swiper-slide-active .cover::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid red;
	position: absolute;
	top: 0;
	left: 0;
}

.video-popup-button-next,
.video-popup-button-prev {
	width: 72px;
	height: 72px;
	font-size: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: absolute;
	top: calc(50% - 45px);
	transform: translateY(-50%);
	z-index: 10;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.7);
}

.swiper-button-disabled.video-popup-button-next,
.swiper-button-disabled.video-popup-button-prev {
	opacity: 0.5;
	display: none;
}

.video-popup-button-next:hover,
.video-popup-button-prev:hover {
	background-color: rgba(0, 0, 0, 1);
	opacity: 1;
	color: #fff;
}

.video-popup-button-prev {
	left: -90px;
}

.video-popup-button-next {
	right: -90px;
}

.video-popup-container .media {
	position: relative;
}

.video-popup-container .youtube_img {
	width: 100%;
	padding-bottom: 56.25%;
}

.video-popup-container .play::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
	cursor: pointer;
}

.video-popup-container .play::after {
	content: "\f04b";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
}

.video-popup-container .play-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 56px);
	background-color: rgba(245, 91, 91, 0.2);
}

.video-popup-container .play-btn::after {
	content: "\f04b";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
}

.video-popup-container .pause-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 56px);
	background-color: rgba(131, 91, 245, 0.2);
}

.video-popup-container .pause-btn::after {
	content: "\f04c";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
}

.video-popup-container .thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:767px) {

	.swiper-button-disabled.video-popup-button-next,
	.swiper-button-disabled.video-popup-button-prev {
		display: inline-flex;
		opacity: 0.5;
	}

	.video-popup-button-next,
	.video-popup-button-prev {
		top: calc(100% + 44px);
		width: 56px;
		height: 56px;
		font-size: 24px;
		background-color: #000;
	}

	.video-popup-button-next {
		right: calc(50% - 61px);
	}

	.video-popup-button-prev {
		left: calc(50% - 61px);
	}
}

/* ----- form 관련 */
.contact-panel {
	position: relative;
}

.contact-panel .row {
	--bs-gutter-x: 40px;
}

.contact-title {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #111;
}

.contact-title h2 {
	font-size: 24px;
	font-weight: 700;
	color: #111;
}

.contact-title .required-txt {
	font-size: 16px;
	font-weight: 300;
	color: #FF3232;
}

.contact-footer {
	margin-top: 50px;
}

.agreement-group {}

.agreement-group .agreement-title {
	font-size: 24px;
	font-weight: 700;
	color: #111;
	margin-bottom: 15px;
}

.agreement-group .agreement-cont {
	border: 1px solid #eee;
	background-color: #f5f5f5;
	padding: 15px 20px;
	color: #676767;
	min-height: 100px;
	max-height: 150px;
	overflow: auto;
}

.agreement-group .agreement-check {
	margin-top: 15px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.agreement-group .agreement-check>div {
	font-weight: 700;
	font-size: 18px;
}

.agreement-group .agreement-check .ck-box {}

.agreement-group .agreement-check .ck-box input[type="checkbox"] {}

.agreement-group .agreement-check .ck-box label {
	margin: 0;
	font-weight: 300;
}

.news {
	padding: 120px 0 100px;
}

.main-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: 700;
	color: #111;
	margin-bottom: 50px;
}

.main-title h2 {
	font-size: 62px;
	font-weight: 800;
}

.noti-box {
	border-top: 1px solid #ddd;
}

.noti-box>a {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 45px 50px;
	border-bottom: 1px solid #eee !important;
	align-items: center;
	justify-content: space-between;
}

.noti-box a .title {
	color: #111;
	font-weight: 600;
	margin: 0px 0 15px;
	font-size: 22px;
}

.noti-box .sub-title {
	width: 67%;
	color: #333;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	letter-spacing: -0.36px;
}

.sec.shopItem>div {
	padding-top: 80px;
}

.sec.news {
	position: relative;
}

.sec.news>div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -44%);
}

@media(max-width: 1200px) {
	.sec.shopItem>div {
		padding: 100px 0;
	}
}

@media (max-width: 1217px) {
	.sec.news>div {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
	}

	.sec.news {
		padding: 0 0 100px 0;
	}
}

@media (max-width: 500px) {
	.sec.shopItem .flex .flex h2 {
		display: block !important;
		font-size: 24px;
	}

	.sec.shopItem .flex .flex h4 {
		display: none;
	}
}

@media(max-width:767px) {
	.sec.shopItem .flex .flex h2 {
		display: none;
	}

	.sec.shopItem a:has(i),
	.sec.shopItem .flex .flex h4 {
		font-size: 14px;
	}

	.goods-box {
		width: calc(50% - 7px) !important;
	}

	.contact-title {
		padding-bottom: 12px;
		margin-bottom: 24px;
	}

	.sec.news h2 {
		font-size: 18px;
	}

	.sec.news .container>div {
		padding: 20px 20px 10px 20px !important;
	}

	.contact-title .required-txt {
		font-size: 13px;
	}

	.noti-box .title {
		margin-bottom: 4px !important;
	}

	.agreement-group .agreement-check {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.agreement-group .agreement-check>div {
		text-align: center;
		word-break: keep-all;
	}

	.agreement-group .agreement-check .ck-box {
		margin-top: 30px;
		font-weight: 300;
	}


	/* Header */

	.header-cont {
		width: 100%;
		height: 50px;
		left: 0;
		top: 0;
		text-align: center;
	}

	.header-cont>.m-util {
		background: none;
		border: 0;
		box-shadow: none;
	}

	.last:has(.search-toggle) {
		display: block;
	}

	.util ul>li {
		padding: 0;
	}

	.util ul>li.login {
		position: inherit;
	}

	.util ul>li.login a {
		position: absolute;
		top: 0;
		right: 50px;
		height: 50px;
		width: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 24px;
		color: #eee;
		z-index: 1016;
		display: block;
	}

	.util ul>li a span {
		display: inline-block;
		text-indent: -9999999px;
	}

}

/* form 관련 ----- */
@media(max-width:1024px) {

	/* Header */
	.logo .mlogo {
		display: block;
	}

	.logo .wlogo {
		display: none;
	}


	/* toggle */
	.nav-toggle {
		position: absolute;
		top: 0;
		left: 0;
		height: 50px;
		width: 50px;
		padding: 12px;
		text-align: center;
		z-index: 1016;
	}

	.nav-toggle span {
		height: 2px;
		background: #eee;
		margin: 5px 0;
		display: block;
		width: 20px;
	}

	.nav-toggle span:nth-child(2) {
		width: 20px;
	}

	.nav-toggle span:nth-child(3) {
		width: 20px;
	}

	.search-toggle {
		height: 50px;
		width: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 24px;
		color: #eee;
		z-index: 1016;
		display: block;
	}

	.search-toggle i {
		line-height: inherit;
		font-size: 18px;
	}

	.arrow-down {
		border-top: 5px solid #505050;
		position: absolute;
		top: 20px;
		right: 10px;
	}

	/* main swiper banner */
	.swiper-controls {
		background: #f5f5f5;
		border-bottom: solid 1px #ccc;
		width: 100%;
		height: 50px;
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 0;
		border-radius: 0;
	}

	.swiper-controls .controls-box {
		width: 100%;
		height: 50px;
		left: 0;
		right: 50px;
		position: absolute;
	}

	.swiper-controls .controls-box .button-prev,
	.swiper-controls .controls-box .button-next {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.swiper-controls .controls-box .button-prev {
		left: 0;
		border-right: solid 1px #eee;
	}

	.swiper-controls .controls-box .button-next {
		right: 50px;
		border-left: solid 1px #eee;
	}

	.swiper-autoplay {
		width: 50px;
		height: 50px;
	}

	.swiper-autoplay .start-autoplay,
	.swiper-autoplay .stop-autoplay {
		display: block;
		height: 50px;
		width: 50px;
		text-align: center;
		line-height: 50px;
		cursor: pointer;
	}

	#sub-menu .navi li {
		margin: 0px;
	}

	#sub-menu .navi li a {
		display: inline-block;
		padding: 12px 13px;
		vertical-align: middle;
	}

	#sub-menu .navi li a span {
		display: inline-block;
		height: auto;
		padding: 0;
		font-size: 1rem;
	}

	#sub-menu .navi li a:hover span,
	#sub-menu .navi li.active a span {
		border-bottom: 0;
	}

	.navi li.active a span {
		font-weight: 700;
		color: #333;
	}

	/* 갤러리 */
	.gallery_wrap .owl-stage {
		padding-left: 0 !important;
	}

	.gallery_wrap li.gallery_box {
		padding: 0;
		margin: 0 5px;
	}

	.gallery_wrap li.gallery_box div.gallery_list {
		margin: 0 5px;
		height: auto;
	}

	.gallery_wrap li.gallery_box div.gallery_list dl {
		padding-top: 100%;
	}

	.gallery_wrap li.gallery_box div.gallery_list dl dd.desc {
		-webkit-line-clamp: 1;
	}

	/* footer */
	#footer {
		height: 214px;
	}

	#subContainer {
		margin: 0px 0 40px;
	}

	#footer {
		position: relative;
	}

	.pageHeader-title-wrap {
		padding: 50px 0 35px;
	}

	.pageHeader-title-wrap .pageHeader-title {
		font-size: 40px;
	}

	.pageHeader-title-wrap .pageHeader-title::before {
		height: 12px;
	}

	.page-nav a {
		font-size: 17px;
	}
}

@media(max-width:767px) {
	.page-nav-select .nav-select-toggle {
		border-top: 1px solid #eee;
	}

	/* footer start */
	#footer .footer-menu>li>a {
		font-size: 14px;
	}

	#footer .footer-info>div+div {
		margin-top: 12px;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	/* footer end */

	.page-nav-select-wrap {
		display: block;
		margin-top: 50px;
	}

	body:has(.VIpgJd-ZVi9od-ORHb-OEVmcd) .page-nav-select-wrap {
		margin-top: 12px;
	}

	.page-subMenu,
	.page-nav-3depth {
		display: none;
	}

	.pageHeader-title-wrap .pageHeader-title {
		font-size: 42px;
	}

	.pageHeader-title-wrap .breadcrumb>li {
		font-size: 12px;
	}

	.modal-dialog.video-modal {
		width: 98%;
		margin: 0;
	}

	.video-popup-container .button-next,
	.video-popup-container .button-prev {
		font-size: 24px;
	}

	#sub-menu .navi {
		display: flex;
		flex: 1;
	}

	.menuScroll {
		overflow-x: auto;
	}

}

@media(max-width:576px) {

	/* footer start */
	#footer .footer-logo {
		display: none;
	}

	/* footer end */

	.pageHeader-title-wrap .pageHeader-title {
		font-size: 32px;
	}

	.main-sns .sns-link .txt p {
		font-size: 13px;
	}

	.main-sns .sns-link .img-box img {
		width: 20px;
		height: 20px;
	}
}

.content-none {
	width: 100%;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
	color: #767676;
}

.content-none i {
	font-size: 32px;
	padding-bottom: 5px;
}

.content-none span {
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 768px) {

	.content-none i {
		font-size: 24px;
		padding-bottom: 5px;
	}

	.content-none span {
		font-size: 16px;
		font-weight: 700;
	}
}

.mypage-subMenu {
	width: 22%;
	min-width: 200px;
}

.mypage-subMenu .page-nav {
	z-index: 2;
	top: -50px;
}

.mypage-subMenu .pageHeader-title {
	/* background-image: linear-gradient(to right bottom, rgba(109, 112, 179, .4), rgba(37, 234, 234, .6)); */
	background-image: linear-gradient(to right bottom, rgba(4, 157, 191, .4), rgba(4, 157, 191, .6));
	background-color: #fff;
	color: #000;
	width: 100%;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px 0 20px 0;
}

.mypage-subMenu .pageHeader-title p {
	font-weight: 700;
}

.mypage-subMenu .page-nav {
	width: 100%;
}

.mypage-subMenu .page-nav a {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 20px 20px 20px 24px;
	border-bottom: solid 1px #dcdcdc;
	background-color: #fff;
}

.mypage-subMenu .page-nav a.active::before {
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.mypage-subMenu .page-nav a::after {
	display: none;
}

.mypage-css .join-area {
	padding: 40px;
	/* border: solid 1px #dcdcdc; */
	box-shadow: 4px 4px 8px 4px #eee;
	margin-bottom: 40px;
	width: auto;
}

.sub-cont {
	width: 75%;
	margin-top: 50px;
	min-width: calc(75% - 200px);
}

/* .sub-cont .col-table-wrap {
  overflow: hidden;
}

.sub-cont .noti-list .col-table-cell:nth-child(2) .table-cell:first-child {
  max-width: 60%;
  width: 45%;
}

.sub-cont .noti-list .col-table .noti-title a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */

.sub-cont .pagination>.active>a {
	background-color: rgba(4, 191, 191, .7) !important;
	border-color: rgb(4, 191, 191) !important;
}

.sub-cont .pagination>.active>a:hover {
	background-color: rgb(4, 191, 191) !important;
}

.sub-cont .pagination a {
	border: none !important;
}



.provision .join-content {
	font-size: 16px;
	line-height: 2rem;
}

@media(max-width: 500px) {
	/* .container:has(.mypage-subMenu) .divide-table .table-cell.noti-date {
    display: none;
  } */
}

@media(max-width: 767px) {
	.mypage-subMenu {
		display: none;
	}

	.sub-cont {
		width: 100%;
	}

	.mypage-css .join-area {
		padding: 0;
		box-shadow: none;
		height: auto;
	}
}

@media(max-width:1280px) {
	.sub-cont .container:has(.provision) {
		width: 100%;
		margin: 0;
	}
}

@media(max-width:997px) {
	.header-container {
		padding: 0;
	}

	#header {
		border: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		z-index: 1015;
	}

	/* .container:has(.mypage-subMenu) .divide-table .table-cell.noti-name,
  .container:has(.mypage-subMenu) .divide-table .table-cell.noti-pv {
    display: none;
  } */
}

#google_translate_element {
	z-index: 99;
}

.goog-te-gadget {
	font-family: arial;
	font-size: 11px;
	color: transparent !important;
	white-space: nowrap;
}

.goog-te-gadget>span {
	display: none;
}

#google_translate_element>div>div {
	position: relative;
	min-width: 120px;
}

#google_translate_element>div>div>select {
	appearance: none;
	display: block;
	width: 100%;
	max-width: 120px;
	height: 46px;
	float: right;
	margin: 5px 0px;
	padding: 0px 18px;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	border: 1px solid #cccccc;
	word-break: normal;
	border-radius: 50px;
	background: transparent;
}

#google_translate_element>div>div:after {
	content: '>';
	font: 17px "Consolas", monospace;
	color: #333;
	transform: rotate(90deg);
	right: 12px;
	top: 18px;
	position: absolute;
	pointer-events: none;
}

body>.skiptranslate {
	position: fixed;
}

@media (max-width: 997px) {
	#google_translate_element>div>div>select {
		border: none;
		border-radius: 0;
	}
}


/* custom css */
.sec {
	/* background-color: #ddd !important; */
	margin-bottom: 0 !important;
}

.main-banner-visual {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}

.main-visual-layout {
	max-width: 1200px !important;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0;
}

.main-visual-layout .moreBtn {
	color: #fff;
	font-size: 20px;
	width: 120px;
	text-decoration: none;
}

.main-visual-layout .moreBtn i {
	transform: translateX(2px);
	transition: transform ease .4s;
}

.main-visual-layout .moreBtn:hover i {
	transform: translateX(6px);
	transition: transform ease .4s;
}

.main-visual-tit {
	font-size: 60px;
	word-break: keep-all;
	transition: all ease 1s;
}

.main-visual-txt {
	margin-top: -16px;
	font-size: 20px;
	word-break: keep-all;
	transition: all ease 1s;
}

.swiper-container,
.main-visual-bg {
	height: 100% !important;
}

.main-visual-bg {
	filter: blur(4px);
}

.rHeader {
	position: fixed;
	left: 0;
	width: calc(calc(100vw - 1300px) / 2);
	top: 50%;
	z-index: 3;
}

.menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px
}

.menu a {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background-color: #fff;

}

.menu a.rActive {
	background-color: transparent;
	border: solid 4px #fff;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: flex-end;

	color: #fff;
	font-weight: 700;
	text-decoration: none;

	transform: translateX(3px);
}

.menu a.rActive span {
	transform: translate(-24px, -2px);
}

.main-banner-control {
	position: absolute;
	bottom: calc(50% - 200px);
	left: calc(calc(100% - 1200px) / 2);
	min-width: 120px;
	max-width: 180px;
	justify-content: space-around;
	align-items: center;
	z-index: 1;
	display: flex;
	height: 50px;
	background: rgba(255, 255, 255, .2);
	/* background-image:  linear-gradient(to bottom right, rgba(4,191,191, 1), rgba(0,168,212, 1), rgba(77,74,140, 1)); */
	border-radius: 50px;
}

.main-banner-control .swiper-pagination {
	width: auto;
	color: #fff;
	display: flex;
	bottom: 0;
	height: 100%;
	gap: 8px;
	align-items: center;
}

.mainSec {
	height: calc(var(--vh, 1vh) * 100) !important;
	position: relative;
}

.mainSec .downBtn {
	position: absolute;
	bottom: 20px;
	left: 0;
	color: #fff;
	font-size: 32px;
	z-index: 1;
	background-color: transparent;
	border: none;
	width: 100%;

	animation: upDown 1.6s infinite;
	animation-timing-function: ease-in-out;
}

.util ul>li a,
.util ul>li a:focus,
.util ul>li a:hover {
	text-decoration: none;
}

@keyframes upDown {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(8px);
	}

	100% {
		transform: translateY(0px);
	}
}

.shop-logoBox {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.shop-logo {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
}

.goods-box {
	width: calc(25% - 10.5px);
}

@media (max-width: 1480px) {

	.main-visual-layout,
	.main-visual-control-layout {
		margin: auto;
		padding-left: 22px;
	}

	.main-banner-control {
		left: 100px;
	}

	.menu a.rActive span {
		display: none;
	}


}

@media (max-width: 1400px) {
	.rHeader {
		left: 25px;
	}
}

@media (max-width: 1217px) {
	.rHeader {
		display: none;
	}
}

@media (max-width: 1200px) {
	.main-visual-tit {
		font-size: 48px;
		transition: all ease 1s;
	}

	.main-visual-layout .moreBtn,
	.main-visual-txt {
		font-size: 18px;
		transition: all ease 1s;
	}
}

@media (max-width: 1023px) {
	.main-banner-control {
		left: 25px;
		bottom: calc(50% - 150px);
	}

	.main-visual-layout {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.navbar-form {
		padding: 0;
		margin: 0;
		border: none;
		box-shadow: none;
		text-decoration: none;
	}
}

@media (max-width: 500px) {
	.main-visual-tit {
		font-size: 32px;
		transition: all ease 1s;
	}

	.main-visual-layout {
		padding: 0;
	}

	.main-visual-layout .moreBtn,
	.main-visual-txt {
		font-size: 14px;
		transition: all ease 1s;
	}

	.main-banner-control {
		width: 80px;
		height: 40px;
	}

	.main-banner-control .swiper-pagination {
		margin: 0;
	}
}

@media (max-height: 880px) {
	.noti-box .sub-title {
		-webkit-line-clamp: 1;
	}
}



.goods-box:hover {
	text-decoration: none;
}

.goods-box .img {
	border: solid 1px #eee;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.img {
	width: 100%;
	height: 100%;
	position: relative;
}

.cart-img {
	position: absolute;
	background-repeat: no-repeat;
	transform: scale(1);
	background-position: center;
	background-size: cover;

	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	transition: all ease 0.3s 0s;
}

.cart:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.goods-box:hover .img .cart-img {
	transform: scale(1.1);
	transition: all ease 0.3s 0s;
}

.goods-name {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.goods-txt,
.state {
	padding: 0 5px;
}


.noti-box a {
	border: none;
	padding: 20px 0;
	text-decoration: none;
}

.noti-box a .title {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 700;
}

.noti-box .sub-title a {
	padding: 0;
}

.noti-box .sub-title a span {
	color: #000 !important;
}

.noti-box .sub-title a span u {
	text-decoration: none;
}

.noti-box .sub-title .noti-link,
.noti-box .sub-title {
	width: 100%;
	font-size: 14px;
	line-height: 24px;

	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	max-height: 52px;
}

.noti-box .sub-title img {
	display: none !important;
}


.noti-box .sub-title .noti-link:hover,
.noti-box .sub-title .noti-link:active {
	color: #000;
}

.noti-box .sub-title:has(.noti-link)>*,
.noti-box .sub-title:has(.noti-link)>*>* {
	font-weight: 300;
}

.noti-box .noti-link {
	padding: 0 !important;
}

.noti-box .box {
	width: 100%;
	padding: 20px 0;
}

.noti-box .date {
	margin-top: 10px;
	font-weight: 700;
	color: #767676;
	font-size: 14px;
}


button.btn-full-large,
a.btn-full-large {
	background-color: rgba(83, 78, 147, 1) !important;
	border: 1px solid rgba(83, 78, 147, 1) !important;
}

button.btn-full-large:hover,
button.btn-full-large:focus,
a.btn-full-large:hover,
a.btn-full-large:focus {
	background-color: rgba(83, 78, 147, .8) !important;
	border-color: rgba(83, 78, 147, .8) !important;
}

.btn {
	border: 1px solid rgba(83, 78, 147, .4);
	box-shadow: none !important;
}

.custom-line {
	width: 100%;
	position: relative;
	border: solid 1px #ccc;

}

.custom-line::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 14px;
	height: 14px;
	border: solid 5px #fff;
	border-radius: 10px;
	background-color: #ccc;
	transform: translate(-50%, -50%);
}


.sideMenu {
	width: 90%;
	height: 100vh;
	background-color: #f5f5f5;
	display: block;
	position: fixed;
	top: 0;
	left: -90%;
	z-index: 9999;
	transition: all .4s ease;
}

.backdrop {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9998;
}

@media (max-width: 997px) {
	body:has(.sideMenu.active) {
		overflow: hidden;
	}

	.sideMenu-cont:has(.sideMenu.active) .backdrop {
		display: block;
	}

	.sideMenu.active {
		left: 0;
		transition: all .4s ease;
	}
}