/* :::::: 마우스 커서 :::::: */

html, body {
	cursor: url('/images/cursor03.cur'), auto !important;
}
a {
	cursor: url('/images/cursor03_click.cur') 15 15, auto !important;
}
button {
	cursor: url('/images/cursor03_click.cur') 15 15, auto !important;
}
.fBGgqH {
	cursor: url('/images/cursor03_click.cur') , auto !important;
}
.cFHjKd {
	cursor: url('/images/cursor03_click.cur') , auto !important;
}
select {
	cursor: url('/images/cursor03_click.cur') 15 15, auto !important;
}
html {
    scroll-behavior: smooth;
}

/*
	font-family: 'Noto Sans KR', sans-serif;
	font-family: 'Orbitron', sans-serif;
*/

header {
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
}

header .maintenance_button {
	position: fixed;
	z-index: 101;
	bottom: 105px;
	right: 24px;
}
header .maintenance_button .maintenance_button_inside {
	position: relative;
}
header .maintenance_button .maintenance_button_inside .left {
    display: block;
    position: absolute;
    height: 58px;
    top: 2px !important;
    padding: 12px 45px 20px 24px;
	text-align: center !important;
    background: rgb(255, 255, 255);
    box-sizing: border-box !important;
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 12px 0px;
    color: black;
    font-family: NotoSansKR;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    transition: box-shadow 0.2s ease-out 0s;
    /* cursor: pointer; */
    right: 34px;
    border-radius: 30px 10px 10px 30px;
    text-align: right;
    animation: 0.5s cubic-bezier(0.24, 0.06, 0, 0.97) 0.55s 1 normal backwards running clICxo;
	transition: all 0.3s;
}
header .maintenance_button .maintenance_button_inside .left.active {
	display: none !important;
	width: 0;
	height: 0;

}

header .maintenance_button .maintenance_button_inside .right {
	position: relative;
    overflow: initial;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 6px 0px;
    transition: box-shadow 0.2s ease-out 0s;
    box-sizing: border-box;
    animation: 0.2s cubic-bezier(0.1, 0, 0.6, 1) 0.35s 1 normal backwards running fcEaNs;
    /* cursor: pointer; */
    flex-wrap: nowrap;
    width: 62px;
    height: 62px;
    background: #ff4516;
    border-radius: 31px;
}
header .maintenance_button .maintenance_button_inside .right .right_inside {
	display: block;
	width: 50%;
}
header .maintenance_button .maintenance_button_inside .right .right_inside svg {
	max-width: 100%;
	display: block;
}
header .main_logo_wrap {
	width: 190px;
	height: 190px;
	background-color: #fff;
	-moz-box-shadow: 3px 0px 5px rgba(125,125,125,0.65);
	-webkit-box-shadow: 3px 0px 5px rgba(125,125,125,0.65);
	box-shadow: 3px 0px 5px rgba(125,125,125,0.65);
	border-radius: 100%;
	position: relative;
	z-index: 100;
	top: 25px;
	left: 30px;
}

header .main_logo_wrap .main_logo {
    display: block;
    width: 102px;
    height: 43px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
header .main_logo_wrap .main_logo svg {
	display: block;
	max-width: 100%;
}

header .main_logo_wrap .main_logo_bg {
	width: 178px;
	height: 178px;
	background-size: cover;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	animation: tomake_rotate 23s linear infinite;
}

header .main_logo_wrap .main_logo_bg svg {
	display: block;
	max-width: 100%;
	font-weight: 900;
}

@keyframes tomake_rotate {
	0% {
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%,-50%) rotate(1turn);
	}
}

header .menu_btn_wrap {
	width: 90px;
	height: 90px;

	position: absolute;
	top: 50px;
	right: 30px;
	display: flex;
}
header .menu_btn_wrap .menu_title_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 110;
}
header .menu_btn_wrap .menu_title_wrap .menu_title_box {
	position: relative;
	z-index: 111;
	width: inherit;
	height: inherit;
	border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	-webkit-border-bottom-right-radius: 1000px;
	background-color: #fb0266;
	-moz-box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	-webkit-box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	border-radius: 100%;
	display: flex;
}


/* title02 circle */
header .menu_btn_wrap .menu_title_wrap .menu_title_box02 {
	position: relative;
	z-index: 111;
	width: inherit;
	height: inherit;
	border-radius: 100%;
	background-color: #fb0266;
	-moz-box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	-webkit-box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	border-radius: 100%;
	display: none;
}
/* title02 circle */


header .menu_btn_wrap .menu_title_wrap .menu_title_box a {
	text-align: center;
	box-sizing: border-box;
	padding-right: 4px;
	width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
header .menu_btn_wrap .menu_title_wrap .menu_title_box02 a {
	text-align: center;
	box-sizing: border-box;
	padding-right: 4px;
	width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

header .menu_btn_wrap .menu_title_wrap .menu_title_box a .menu_title  {
	font-family: 'Orbitron', sans-serif;
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
	color: #fff;
	letter-spacing: 0 !important;
	display: block;
	position: relative;
	z-index: 110;
    transition: all 3s;
}

header .menu_btn_wrap .menu_title_wrap .menu_title_box02 a .menu_title02  {
	font-family: 'Orbitron', sans-serif;
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
	color: #fff;
	letter-spacing: -1px;
	display: block;
	position: relative;
	z-index: 110;
    transition: all 3s;
}

header .menu_btn_wrap a {
	/* cursor: pointer; */
	width: inherit;
	height: inherit;
	display: block;
}
header .menu_btn_wrap .menu_title_wrap .menu_btn_inside {
	position: relative;
	z-index: 109;
}



/* ------------ nav_btn effect start!! ---------- */
/* total gnb */
header .gnb.on {
	overflow: hidden;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: block;
}


/* title */
header .menu_btn_wrap .menu_title_wrap .menu_title_box.active {
	position: relative;
	z-index: 111;
	width: inherit;
	height: inherit;
	border-radius: 100%;
	background-color: #fb0266;
	-moz-box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	-webkit-box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	border-radius: 100%;
	display: none;

}
header .menu_btn_wrap .menu_title_wrap .menu_title_box02.active {
	position: relative;
	z-index: 111;
	width: inherit;
	height: inherit;
	border-radius: 100%;
	background-color: #fb0266;
	-moz-box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	-webkit-box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
	border-radius: 100%;
	display: flex;
}

/* circle */
header .menu_btn_wrap .menu_title_wrap .menu_small_circle1.active {
    position: absolute;
    z-index: 109;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #ff4516;
    top: -11px;
    left: 54px;
    z-index: 108;

}
header .menu_btn_wrap .menu_title_wrap .menu_small_circle2.active {
	position: absolute;
	z-index: 109;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background-color: #bf3cf5;
	bottom: -13px;
	right: 79px;
	z-index: 108;
	-moz-box-shadow: 0px 2px 6px rgb(82 82 82 / 40%);
	-webkit-box-shadow: 0px 2px 6px rgb(82 82 82 / 40%);
	box-shadow: 0px 2px 6px rgb(82 82 82 / 40%);

}

/* ------ nav_btn effect finish##### ----- */




header .menu_btn_wrap .menu_title_wrap .menu_small_circle1 {
	position: absolute;
	z-index: 109;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #ff4516;
	top: -11px;
	left: 21px;
	z-index: 108;
	transition: 0.5s;
}
header .menu_btn_wrap .menu_title_wrap .menu_small_circle2 {
	position: absolute;
	z-index: 109;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #bf3cf5;
	bottom: -5px;
	right: 34px;
	z-index: 108;
	transition: 0.5s;
}
header .gnb {
	overflow: hidden;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
}
header .gnb .nav_left {
	float: left;
	position: relative;
	z-index: 99;
	width: 65%;
	height: inherit;
	background-color: #000;
	opacity: 50%;
}
header .gnb .nav_left:after {
	content: '';
	clear: both;
}
header .gnb .nav_right {
	float: left;
	position: relative;
	z-index: 99;
	width: 35%;
	height: inherit;
	background-color: #fff;
	box-sizing: border-box;
}
header .gnb .nav_right .nav_tomake {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 55%;
}
header .gnb .nav_right .nav_tomake svg {
	max-width: 100%;
	display: block;
}



/* ----------------  nav_right effect css start!! -------------- */
header .gnb .nav_right .Menu {
	position: absolute;
	top: 22%;
	left: 9%;
}
.Menu-list {
	font-family: 'appleM', sans-serif !important;
    font-size: 2vw;
	font-weight: 700;
	color: #1c1c1c;
    line-height: 1.2;
    width: fit-content;
    /*transform: rotateX(-10deg) rotateY(20deg);*/
}

.Menu-list-item {
    position: relative;
    color: transparent;
    /* cursor: pointer; */
    margin-bottom: 32px;
    width: fit-content;
	transform: translateY(4vw);
	opacity: 0;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; 
}

.Menu-list-item.active {
	transform: translateY(0);
	opacity: 1;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; 
}
.Menu-list-item:nth-of-type(1) {
  
}
.Menu-list-item:nth-of-type(2) {
	transition-delay: 0.1s;
}
.Menu-list-item:nth-of-type(3) {
	transition-delay: 0.3s;
}
.Menu-list-item:nth-of-type(4) {
	transition-delay: 0.5s;
}



.Menu-list-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    left: -10%;
    right: -10%;
    height: 4px;
    border-radius: 4px;
    margin-top: -2px;
    background: linear-gradient(to right, #9018ce 15%, #fb0266 100%);
    transform: scale(0);
    transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    z-index: -1;
}
.Mask {
    display: block;
    position: absolute;
    overflow: hidden;
    color: #1c1c1c;
    top: 0;
    height: 49.545%;
	transform: scale(1);
    transition: all 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.Mask span {
    display: block;
}
/*
.Mask + .Mask {
    top: 48.9%;
    height: 51.1%;
}
*/

.Mask + .Mask {
    top: 50%;
    height: 50%;
	transform: scale(1);
}

.Mask + .Mask span {
    transform: translateY(-50%);
}

.Menu-list-item:hover .Mask,
.Menu-list-item:active .Mask {
    color: #e70861;
    transform: skewX(2deg) translateX(1px);
}

.Menu-list-item:hover .Mask + .Mask,
.Menu-list-item:active .Mask + .Mask {
    transform: skewX(2deg) translateX(-1px);
}

.Menu-list-item:hover::before,
.Menu-list-item:active::before {
    transform: scale(1);
}

/* ----------------  nav_right css finished -------------- */




	@media screen and (max-width: 1840px) {
		.Mask {
			height: 50%;
		}
	}

	@media screen and (max-width: 1600px) {
		.Menu-list-item {
			margin-bottom: 19%;
		}
	}
	@media screen and (max-width: 1000px) {
		header .gnb .nav_left, header .gnb .nav_right {
			width: 50%;
		}
		.Menu-list {
			font-size: 3vw;
		}
	}

	@media screen and (max-width: 1100px) {
		header .main_logo_wrap {
			width: 170px;
			height: 170px;
		}
		header .main_logo_wrap .main_logo_bg {
			width: 155px;
			height: 155px;
			animation: tomake_rotate 18s linear infinite;
		}
		header .main_logo_wrap .main_logo {
			height: auto;
			width: 90px;
		}
		header .menu_btn_wrap {
			width: 80px;
			height: 80px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle1 {
			width: 60px;
			height: 60px;
			top: -8px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle2 {
			width: 50px;
			height: 50px;
			bottom: 0px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle2.active {
			width: 25px;
			height: 25px;
			bottom: -9px;
			right: 73px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle1.active {
			width: 37px;
			height: 37px;
			top: -8px;
			left: 44px;
		}
	}

	@media screen and (max-width: 800px) {
		header .main_logo_wrap {
			width: 160px;
			height: 160px;
			top: 20px;
			left: 20px;
		}
		header .main_logo_wrap .main_logo {
			width: 85px;
		}
		header .main_logo_wrap .main_logo_bg {
			width: 147px;
			height: 147px;
		}
		header .menu_btn_wrap {
			top: 40px;
			right: 20px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_title_box a .menu_title {
			font-size: 18px;
			letter-spacing: -0.5px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_title_box02 a .menu_title02 {
			font-size: 17px;
			letter-spacing: -0.5px;
		}
		header .gnb .nav_left {
			display: none;
		}
		header .gnb .nav_right {
			width: 100%;
		}
		header .gnb .nav_right .Menu {
			top: 26%;
			left: 50%;
			transform: translateX(-50%);
		}
		.Menu-list {
			font-size: 5vw;
		}
		.Menu-list-item {
			margin: 0 auto 17%;
		}
		header .gnb .nav_right .nav_tomake {
			bottom: 10%;
			width: 40%;
		}
	}

	@media screen and (max-width: 650px) {
		header .main_logo_wrap {
			width: 150px;
			height: 150px;
		}
		header .main_logo_wrap .main_logo_bg {
			width: 140px;
			height: 140px;
		}
		header .menu_btn_wrap {
			width: 70px;
			height: 70px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle1 {
			width: 50px;
			height: 50px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle2 {
			width: 42px;
			height: 42px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle2.active {
			right: 65px;
		}
	}

	@media screen and (max-width: 600px) {
		header .maintenance_button {
			bottom: 80px;
			right: 15px;
		}
		header .maintenance_button .maintenance_button_inside .left {
			display: none;
		}
		header .maintenance_button .maintenance_button_inside .right {
			width: 50px !important;
			height: 50px !important;
		}
		header .maintenance_button .maintenance_button_inside .right .right_inside {
			margin-left: -1%;
		}
		header .gnb .nav_right .Menu {
			top: 22%;
		}
		.Menu-list {
			font-size: 6.5vw;
		}
		.Menu-list-item {
			margin: 0 auto 16.5%;
		}
		header .gnb .nav_right .nav_tomake {
			bottom: 11%;
			width: 50%;
		}
	}

	@media screen and (max-width: 550px) {
		header .main_logo_wrap {
			width: 130px;
			height: 130px;
		}
		header .main_logo_wrap .main_logo_bg {
			width: 121px;
			height: 121px;
		}
		header .main_logo_wrap .main_logo {
			width: 76px;
		}
		header .menu_btn_wrap {
			width: 60px;
			height: 60px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle1 {
			width: 40px;
			height: 40px;
			top: -5px;
			left: 21px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle2 {
			width: 35px;
			height: 35px;
			bottom: 0;
			right: 28px;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_title_box a .menu_title {
			font-size: 15px;
			letter-spacing: 0;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_title_box02 a .menu_title02 {
			font-size: 13px;
			letter-spacing: 0;
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle2.active {
			width: 18px;
			height: 18px;
			right: 54px;
			bottom: -5px
		}
		header .menu_btn_wrap .menu_title_wrap .menu_small_circle1.active {
			width: 30px;
			height: 30px;
			top: -7px;
			left: 33px;
		}
	}

	@media screen and (max-width: 450px) {

		header .main_logo_wrap {
			width: 98px;
			height: 98px;
			top: 15px;
			left: 10px;
		}
		header .main_logo_wrap .main_logo {
			width: 50px;
		}
		header .main_logo_wrap .main_logo_bg {
			width: 88px;
			height: 88px;
		}
		header .menu_btn_wrap {
			top: 25px;
			right: 10px;
		}
		header .gnb .nav_right .Menu {
			top: 25.5%;
		}
		.Menu-list {
			font-size: 8.2vw;
		}
		header .gnb .nav_right .nav_tomake {
			bottom: 13%;
			width: 57%;
		}
		.Menu-list-item {
			margin: 0 auto 17%;
		}
		header .gnb .nav_right .nav_tomake {
			bottom: 5%;
			width: 52%;
		}
	}

