html {
    scroll-behavior: smooth;
}

/*
.popup{ position: absolute;top: 100px; left: 15%;width: 400px;  height: auto; z-index: 701; text-align: center;}
 .popup img {    width: 400px;  }
 .popup .pClose { width: 80px; position: absolute; top: -1px; right: 14px;margin-right: -15px; z-index: 702;}
 .popup .pClose img {  width: 100%;  height: auto;}*/

 .pop_up{
	position: absolute;
	width: 520px;
	left: 50%;
	/* top:20%; */
    top: 50%;
	z-index: 9999999;
	/* transform: translateX(-50%); */
	transform: translate(-50%, -50%);
	display: block;
}
/* .pClose{ 
width: 80px; 
position: absolute; 
top: -1px; 
right: -2px;
z-index: 702;}
 .pop_up img{
	width:100%
} */


.pClose{ 
	display: flex;
    align-items: center;
    justify-content: center;
	width: 45px; 
	height: 45px;
	border-radius:100%;
	position: absolute; 
	top: 10px;
    right: 10px;
	z-index: 702;
	background: rgba(255,255,255,0.9);
	color: #fff;
	box-shadow:0 0 8px #F6D2A9;
	text-align: center;
	/* cursor: pointer; */
}
.pClose i{
	font-size:30px;
	color: #F58B56;
}


 .pop_up img{
	width:100%
}

.pop_up > a{
	position:absolute;
	width: 90px; 
	right: 0;
	bottom: 0;
}

.pop_up > a > img{
	width:100%
}

@media screen and (max-width:600px) {
	.pop_up {
		width: 90%;
	}
	
	.pop_up img{
		width: 100%;
	}
	.pClose{
		width:30px;
		height:30px;
		top:2%;
		right:2%;
	}
	.pClose i{
		font-size:20px;
	}
	
} 



#slider{
	width: 100%;
	height: 100vh;
	position: fixed;
}
#overflow{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-bottom: 6px solid #fff;
}
.main_section {
	width: 100%;
	height: 100%;
}
.main_section .video_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
	height: 100vh;
	z-index: 80;
}
.video_wrap .video_wrap .video1 {
	display: block;
}
.video_wrap .video_wrap video {
    border: none
	width: 100%;
	height: 100%;
}

.main_text_wrap {
    position: absolute;
    z-index: 95;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
/*
.main_text_wrap {
	position: relative;
	z-index: 90;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align: center;
}
*/


.main_text_wrap .main_text_bg {
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 91;
	/* cursor: default; */
}
.main_text_wrap .main_text_bg p {
	font-size: 16.5vw;
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	letter-spacing: -0.0380em;
	opacity: 0.2;
	color: #9018ce; /* Old browsers */
    background: linear-gradient(to right, #9018ce 25%, #fb0266 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	/* cursor: default; */
}
.main_text_wrap .main_text_title {
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 92;
	background-color: #000;
	padding: 0.25% 0.25% 0.15% 0.35%;
	width: fit-content;
	/* cursor: default; */
}
.main_text_wrap .main_text_title p {
	font-size: 3.3vw;
	font-weight: 700;
	letter-spacing: -0.045em;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fb0266; /* Old browsers */
    background: linear-gradient(to right, #fb0266 0%, #9018ce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding-bottom: 0.9%;
	box-sizing: border-box;
	/* cursor: default; */
}
.main_circle {
	position: relative;
	display: block;
	top: 80%;
	left: 79%;
	width: 250px;
	z-index: 90;
}
.main_circle .main_scrollDown {
	width: inherit;
	height: inherit;
	animation: bottom_scroll 30s linear infinite
}
@keyframes bottom_scroll {
	0% {
		transform:  rotate(0deg);
	}
	100% {
		transform: rotate(1turn);
	}
}
.main_circle .main_scrollDown > svg {
	display: block;
	max-width: 100%;
}
.main_circle .scroll_down_btn {
	width: inherit;
	height: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main_circle .scroll_down_btn .scroll_down_btn_inside {
	width: 70px;
	height: 100px;
	display: block;
	margin: 0 auto;
	animation: scroll_down_btn 1.8s ease infinite;
	animation-delay: 0.7s;
}
@keyframes scroll_down_btn {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(30px);
	}
	60% {
		transform: translateY(10px);
	}
}
.main_circle .scroll_down_btn svg {
	max-width: 100%;
	display: block;
}
.content_section_wrap .content_bg {
	background: url('/images/main/main_bg03.svg') no-repeat center 47%;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
}
.content_section_wrap .content_bg .content_inside {
	width: 1300px;
	background-color: #fff;
	margin: 0 auto;
	-moz-box-shadow: 18px 3px 101px rgba(67,65,85,0.27);
	-webkit-box-shadow: 18px 3px 101px rgba(67,65,85,0.27);
	box-shadow: 18px 3px 101px rgba(67,65,85,0.27);
	padding: 120px 130px 1px 130px;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
.main_text_wrap .mb_text_box {
	display: none;
}
.main_section > #m_black_bg {
	display: none;
}

	@media screen and (max-width:1200px) {
		.main_text_wrap .main_text_title p {
			font-size: 3.8vw;
		}
		.main_circle {
			left: 74%;
			width: 220px;
		}
		.main_circle .scroll_down_btn .scroll_down_btn_inside {
			width: 60px;
			height: auto;
		}
	}

	@media screen and (max-width:800px) {
		.main_section .video_wrap {
			display: block;
		}
		.main_section > .video_wrap > #moodvideo, .main_section > .video_wrap > #alternative {
			width: 100%;
			height: auto;
			object-fit: cover;
			position: fixed;
			left: 0px;
			top: 50%;
			z-index: -1;
			transform: translateY(-50%) scale(1.7);
		}
		.main_section .m_bg {
			position: absolute;
			top: 50%;
			left: 50%;
			/*
			background: url(../images/main/m_main_bg.jpg) no-repeat center;
			background-size: cover;
			*/
			transform: translate(-50%,-50%);
			width: 100%;
			height: 100vh;
			z-index: 89;
			display: none;
		}
		.main_text_wrap .main_text_title {
			display: none;
		}
		.main_text_wrap .mb_text_box {
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -70%);
			z-index: 92;
			background-color: #000;
			padding: 0.25% 1.25% 0.15% 1%;
			width: fit-content;
			/* cursor: default; */
		}
		.main_text_wrap .mb_text_box .mb_main_text_title {
			font-size: 7vw;
			font-weight: 700;
			line-height: 125%;
			letter-spacing: -0.045em;
			font-family: 'Noto Sans KR', sans-serif;
			color: #fb0266;
			background: linear-gradient(to right, #fb0266 0%, #9018ce 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			padding-bottom: 0.9%;
			box-sizing: border-box;
			/* cursor: default; */
		}
		.main_text_wrap .main_text_bg p {
			display: none;
		}
		.main_circle {
			width: 180px;
			position: absolute;
			z-index: 92;
		}
		.main_section > .video_wrap > #moodvideo  > #resize_scale {
			position: absolute;
			z-index: 2;
		}
		.main_section > #m_black_bg {
			display: block;
			background: #010101;
			position: relative;
			z-index: 1;
			width: 100%;
			height: 108vh;
		}
		.main_circle {
			top: 76%;
			left: 50%;
			transform: translateX(-50%);
		}
	}
	
	@media screen and (max-width:500px) {
		.main_text_wrap .mb_text_box .mb_main_text_title {
			font-weight: 800;
		}
		.main_circle {
			width: 100px;
		}
		.main_circle .scroll_down_btn .scroll_down_btn_inside {
			width: 32px;
		}
		.main_circle .main_scrollDown {
			-webkit-animation: none;
			-moz-transform: none;
			animation: none;
		}
		.main_circle {
			top: 76%;
		}
		@keyframes scroll_down_btn {
			0%, 20%, 50%, 80%, 100% {
				transform: translateY(0);
			}
			40% {
				transform: translateY(10px);
			}
			60% {
				transform: translateY(4px);
			}
		}
	}




/* -------------- content_start!! --------------- */
.section01 {
	overflow: hidden;
	width: 100%;
	height: 300px;
	display: block;
	margin-bottom: 160px;
}
/*
.section01 .section01_left {
	float: left;
	width: 100%;
	height: inherit
	position: relative;
}
.section01 .section01_left:after {
	content: '';
	clear: both;
}

.section01 .section01_left .first_section_title {
	display: block;
	width: 100%;
}
*/

/* -------------- section01_left!!  --------------- */
.section01 .section01_left_inside {
	float: left;
	width: 50%;
	height: inherit;
	position: relative;
	display: table;
}
.section01 .section01_left_inside .section01_left {
	width: 100%;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	padding-left: 0;
	box-sizing: border-box;
}
.section01 .section01_left_inside .section01_left .first_section_title {
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -3px;
	color: #1c1c1c;
	line-height: 120%;
	font-family: 'Noto Sans KR', sans-serif;
}
.section01 .section01_left_inside .section01_left .first_section_title_bottom {
	margin-bottom: 8%;
} 
.section01 .section01_left_inside .section01_left .first_section_title span {
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -3px;
	color: #fb0266; /* Old browsers */
    background: linear-gradient(to right, #fb0266 0%, #9018ce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	line-height: 125%;
	font-family: 'Noto Sans KR', sans-serif;
}
.section01 .section01_left_inside .section01_left ul {
	overflow: hidden;
	width: 49%;
}


.section01 .section01_left_inside .section01_left ul.first_section_decoration {
    position: relative;
    background-image: linear-gradient(to right, #fae10f 0, #fae10f 100%);
    background-position: 0 200%;
    background-size: 110% 65%;
    background-repeat: no-repeat;
    transition: background .5s;
    height: 35.5%;
}

.section01 .section01_left_inside .section01_left ul li {
	float: left;
}


.section01 .section01_left_inside .section01_left .first_section_title02 {
	margin-top: 59%;
}
.section01 .section01_left_inside .section01_left ul li .first_section_left_svg {
	display: block;
	width: 162px;
	margin-right: 5px;
}
.section01 .section01_left_inside .section01_left ul li .first_section_left_svg svg {
	display: block;
	fill: #1c1c1c;
}
.section01 .section01_left_inside .section01_left ul li .first_section_left_svg svg g {
	fill: #1c1c1c;
}


/* -------------- section01_right!!  --------------- */
.section01 .section01_right {
	float: left;
	width: 50%;
	height: inherit;
	position: relative;
	display: table;
}
.section01 .section01_right:after {
	content: '';
	clear: both;
}
.section01 .section01_right .section01_right_inside {
	width: 410px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	/*
	background: url(/video/section01.gif) no-repeat center;
	background-size: contain;
	*/
}
.section01 .section01_right .section01_right_inside svg {
	display: block;
	max-width: 100%;
}


.subsub {
	font-size: 50px;
}


	/* -------------- responsive start!!  --------------- */
	@media screen and (max-width:1300px) {
		.section01 {
			margin-bottom: 140px;
		}

		.content_section_wrap .content_bg {
			background: none;
		}
		.content_section_wrap .content_bg .content_inside {
			width: 100%;
			padding: 10% 5% 0;
			box-sizing: border-box;
		}
		.section01 .section01_left_inside .section01_left {
			padding-left: 0;
		}
		.section01 .section01_left_inside .section01_left .first_section_title, .section01 .section01_left_inside .section01_left .first_section_title span {
			font-size: 4.1vw;
			letter-spacing: -0.045em;
		}
		.section01 .section01_left_inside .section01_left ul {
			width: fit-content;
			position: relative;
		}
		.section01 .section01_left_inside .section01_left ul li .first_section_left_svg {
			width: 14.5vw;
		}

		.section01 .section01_left_inside .section01_left ul.first_section_decoration {
			height: 10vw;
		}

		.section01 .section01_right .section01_right_inside {
			display: table;
		
		}

	}

	@media screen and (max-width:1100px) { 
		.section01 {
			height: 280px;
		}
		.section01 .section01_right .section01_right_inside {
			width: 383px;
		}
		.content_section_wrap .content_bg .content_inside {
			padding: 8% 5% 2%;
		}
		.section01, .section02 {
			margin-bottom: 120px;
		}
	}

	@media screen and (max-width:900px) { 
		.section01 .section01_left_inside .section01_left .first_section_title, .section01 .section01_left_inside .section01_left .first_section_title span {
			font-size: 4.5vw;
		}
		.section01 .section01_left_inside .section01_left ul li .first_section_left_svg {
			width: 17.5vw;
		}
		.section01 .section01_left_inside .section01_left ul.first_section_decoration {
			height:11.25vw;
		}
		.section01 .section01_left_inside .section01_left .first_section_title02 {
			margin-top: 67%;
		}
		.section01 .section01_right {
		}
		 .section01 .section01_right .section01_right_inside {
			width: 100%;
			height: auto;
			display: table-cell;
			vertical-align: middle;
		}
		.section01 .section01_right .section01_right_inside #section01_video {
			width: 100%;
			height: auto;
		
		}
		.section01 .section01_right .section01_right_inside #section01_video #resize_scale {
			width: 100%;
			height: auto;
		}
		.section01, .section02 {
			margin-bottom: 100px;
		}
	}

	@media screen and (max-width:851px) { 
		
	}

	@media screen and (max-width:851px) { 
		.section01, .section02 {
			margin-bottom: 80px;
		}
	}
	@media screen and (max-width:800px) { 
		.section01, .section02 {
			margin-bottom: 80px;
		}
	}

	@media screen and (max-width:600px) { 
		.section01, .section02 {
			margin-bottom: 60px;
		}
	}

	@media screen and (max-width:600px) { 
		.content_section_wrap .content_bg .content_inside {
			padding: 12% 5% 0;
			margin: 0 auto;
			box-shadow: none;
		}
		.section01 {
			height: auto;
		}
		.section01 .section01_left_inside {
			float: none;
			width: 100%;
			display: block;
		}
		.section01 .section01_left_inside .section01_left {
			padding-left: 0;
			padding-bottom: 15%;
			margin: 0 auto;
			width: fit-content;
			display: block;
		}
		.section01 .section01_left_inside .section01_left .first_section_title, .section01 .section01_left_inside .section01_left .first_section_title span {
			font-size: 7.5vw;
		}
		.section01 .section01_left_inside .section01_left ul.first_section_decoration {
			height: 19.25vw;
		}
		.section01 .section01_left_inside .section01_left ul li .first_section_left_svg {
			width: 28.5vw;
		}
		.section01 .section01_right {
			float: none;
			width: 100%;
			height: auto;
			display: block;
		}
		.section01 .section01_right .section01_right_inside {
			display: block;
			height: inherit;
		}
		.section01 .section01_right .section01_right_inside #section01_video {
			width: 100%;
			height: inherit;
		}
		.section01 .section01_left_inside .section01_left .first_section_title_bottom {
			margin-bottom: 10%;
		}
	}

	@media screen and (max-width:600px) { 
		.section01 {
			margin-bottom: 25%;
		}
	}

	@media screen and (max-width:500px) {
		.section01 .section01_right .section01_right_inside {
			display: block;
			height: 250px;
		}
	}
	@media screen and (max-width:400px) {
		.section01 .section01_right .section01_right_inside {
			display: block;
			height: 200px;
		}
	}
/* -------------- section02_start!!  --------------- */
.section02 {
	width: 100%;
	margin-bottom: 155px;
	overflow: hidden;
}
.section02 .section02_title {
	font-size: 60px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	letter-spacing: -3px;
	color: #fb0266; /* Old browsers */
    background: linear-gradient(to right, #fb0266 0%, #9018ce 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 50px;
}
.section02 .section02_title.active {
	font-size: 100px;
}

.section02 .section02_content {
	width: 100%;
	margin-bottom: 65px;
}
.section02 .section02_content ul {
	overflow: hidden;
	width: 100%;
}
.section02 .section02_content ul li {
	float: left;
	width: calc(100%/3);
	
}
.section02 .section02_content ul li p {
	font-size: 120px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	letter-spacing: -4px;
	line-height: 98%;
	color: #1c1c1c;
    -moz-text-shadow: 20px 1px 20px rgba(86,88,100,0.15);
    text-shadow: 20px 1px 20px rgba(86,88,100,0.15);
}
.section02 .section02_content ul li h5 {
	font-size: 19px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	letter-spacing: -0.5px;
	color: #fb0266; /* Old browsers */
    background: linear-gradient(to right, #fb0266 0%, #9018ce 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
	margin-bottom: 32px;
}
.section02 .section02_content ul li .text_box {
	width: 100%;
	border-left: 3px solid; 
	-webki-border-image: linear-gradient(to bottom, #fb0266 15%, #9018ce 100%);
	-moz-border-image: linear-gradient(to bottom, #fb0266 15%, #9018ce 100%);
    border-image: linear-gradient(to bottom, #fb0266 15%, #9018ce 100%);
    border-image-slice: 1;
	padding-left: 10px;
	box-sizing: border-box;
}
.section02 .section02_content ul li .text_box h1 {
	font-size: 30px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
	letter-spacing: -2px;
	color: #1c1c1c;
	line-height: 0.75;
	margin-bottom: 15px;
}
.section02 .section02_content ul li .text_box h2 {
	font-size: 18px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #333;
	line-height: 1.5;
}
.section02 .section02_btn {
	float: right;
	position: relative;
	padding: 0 10px 9px;
	width: fit-content;
	border-bottom: 2px solid #1c1c1c;
}
.section02 .section02_btn:after {
	content: '';
	clear: both;
	position: absolute;
}
.section02 .section02_btn ul {
	overflow: hidden;
}
.section02 .section02_btn ul li {
	float: left;
	position: relative;
}
.section02 .section02_btn ul li:after {
	content: '';
	clear: both;
}
.section02 .section02_btn ul li p {
	font-size: 25px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	letter-spacing: -1px;
	color: #1c1c1c;
	line-height: 1;
	margin-right: 45px;
	margin-top: 2px;
}
.section02 .section02_btn ul li.section02_btn_right {
	width: 45px;
	height: 32px;
	display: block;
	animation: btn_right 1.8s ease infinite;
	animation-delay: 1s;
}

@keyframes btn_right {
	0%, 20%, 50%, 80%, 100% {
		transform: translateX(0);
	}
	40% {
		transform: translateX(-30%);
	}
	60% {
		transform: translateX(-15%);
	}
}
.section02 .section02_btn ul li.section02_btn_right svg {
	display: block;
	max-width: 100%;
}


	/* 	-------------- responsive start!!  --------------- */
	@media screen and (max-width:1300px) {
		.section02 {
			margin-bottom: 140px;
		}
		.section02 .section02_title {
			font-size: 5vw;
			letter-spacing: -0.045em;
			margin-bottom: 4%;
		}
		.section02 .section02_content {
			margin-bottom: 6%;
		}
		.section02 .section02_content ul li p {
			font-size: 9.5vw;
			letter-spacing: -0.045em;
		}
		.section02 .section02_content ul li .text_box {
			padding-left: 2.3%;
		}
		.section02 .section02_content ul li h5 {
			font-size: 1.3vw;
			letter-spacing: -0.025em;
			margin-bottom: 9%;
		}
		.section02 .section02_content ul li .text_box h1 {
			font-size: 2.1vw;
			letter-spacing: -0.055em;
		}
		.section02 .section02_content ul li .text_box h2 {
			font-size: 1.28vw;
			letter-spacing: -0.015em;		
		}
		.section02 .section02_btn {
			padding: 0 0.9% 0.9%;
		}
		.section02 .section02_btn ul li p {
			font-size: 2vw;
			letter-spacing: -0.035em;
			margin-top: 1.5%;
		}
	}

	@media screen and (max-width:800px) {
		.section02 .section02_btn ul li p {
			margin-top: 5.5%;
		}
	}


	@media screen and (max-width:600px) {
		.section02 {
			margin-bottom: 25%;
		}
		.section02 .section02_title {
			font-size: 8.5vw;
			margin: 0 auto 8%;
			width: fit-content;
		}
		.section02 .section02_content ul li {
			float: none;
			width: 65%;
			margin: 0 auto 17%;

		}
		.section02 .section02_content ul li.count03_li {
			margin: 0 auto;

		}

		.section02 .section02_content ul li .text_box {
			margin-top: 12%;
		}
		.section02 .section02_content ul li p {
			font-size: 24.5vw;
			text-align: right;
			line-height: 1;
		}
		.section02 .section02_content ul li h5 {
			font-size: 3.5vw;
			margin-bottom: 9%;
			text-align: right;
			width: fit-content;
			float: right;
			position: relative;
			color: #fb0266;
			background: linear-gradient(to right, #fb0266 25%, #9018ce 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;

		}
		.section02 .section02_content ul li h5:after {
			content: '';
			clear: both;
			position: absolute;
		}
		.section02 .section02_content ul li .text_box h1 {
			font-size: 5.1vw;
		}
		.section02 .section02_content ul li .text_box h2 {
			font-size: 3.28vw;
		}
		.section02 .section02_title {
			color: #fb0266;
			background: linear-gradient(to right, #fb0266 0%, #9018ce 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}
		.section02 .section02_btn {
			float: none;
			margin: 0 auto;
			height: 40px;
		}
		.section02 .section02_btn a, .section02 .section02_btn a ul, .section02 .section02_btn a ul li {
			height: inherit;
		}
		.section02 .section02_btn a ul li {
			display: table;
		}
		.section02 .section02_btn a ul li p {
			display: table-cell;
			vertical-align: middle;
			padding-right: 14%;
		}
		.section02 .section02_btn a ul li svg {
			display: table-cell;
			vertical-align: middle;
		}
		.section02 .section02_content {
			margin-bottom: 13%;
		}
		.section02 .section02_btn ul li p {
			font-size: 4vw;
			margin-top: 0;
		}
		.section02 .section02_btn ul li.section02_btn_right {
			margin-top: 2%;
		}
	}

	@media screen and (max-width:500px) {
		.section02 .section02_btn ul li.section02_btn_right {
			width: 30px;
			margin-top: 4%;
		}
		.section02 .section02_btn {
			width: 47%;
			transform: translateX(50%);
		}
		.section02 .section02_btn a ul li {
			width: 80%;
		}
		.section02 .section02_btn ul li.section02_btn_right {
			width: 20%;
			margin-top: 3%;
		}
		.section02 .section02_btn a ul li p {
			padding-right: 20%;
		}

	}
	@media screen and (max-width:410px) {
		.section02 .section02_btn ul li.section02_btn_right {
			margin-top: 6%;
		}
	}







/* 	-------------- section03 start!!  --------------- */
.section03 {
	width: 100%;
}
.section03 .section03_title {
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    letter-spacing: -3px;
    color: #fb0266;
    background: linear-gradient(to right, #fb0266 0%, #9018ce 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section03 .section03_content {
	width: 100%;
	margin-bottom: 65px;
}


.section03 .section03_content ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 11%;
}
.section03 .section03_content ul li {
	float: left;
	width: calc(50% - 20px);
	margin-bottom: 40px;
	position: relative;
	/* cursor: pointer; */
	opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s 
	transform: translateY(10vw);
}

.section03 .section03_content ul li:after {
	content: '';
    width: 38%;
    height: 10%;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 80px 45px #000;
    z-index: -1;
    opacity: 0.8;
}

.section03 .section03_content ul li.active:nth-of-type(2n+1) {
	opacity: 1;
	transform: translateY(80px);
}
.section03 .section03_content ul li.active:nth-of-type(2n) {
	opacity: 1;
	transform: translateY(0);
}

.section03 .section03_content ul li:nth-of-type(2n+1) {
	margin-right: 40px;
	transform: translateY(180px);
	opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: transform 0.7s, opacity 0.7s;
    transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s 
}

.section03 .section03_content ul li:nth-of-type(2n) {
	float: right;
	transform: translateY(100px);
	opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: transform 0.7s, opacity 0.7s;
    transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s 
}

.section03 .section03_content ul li picture {
	position: relative;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	overflow: hidden;
}
.section03 .section03_content ul li .picture_box {
	overflow: hidden;
}
.section03 .section03_content ul li picture img {
	max-width: 100%;
	height: auto;
    transform: scale(1.01);
	transition: all 300ms;
}
.section03 .section03_content ul li picture img.active {
    max-width: 100%;
    height: 100%;
	transition: all 300ms;
    transform: scale(1.05);
}
.portfolior_title {
	position: absolute;
	bottom: 5%;
	left: 5%;
	z-index: 6;
	font-size: 20px;
	font-family: 'Noto Sans KR';
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #fff;
}
.section03 .section03_content ul li a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.65s;
    transition: all 0.65s;	
	opacity: 0;
}

/* -------------- each other content background color effect!! -------------- */
.section03 .section03_content ul li a.active
{
    opacity: 1;
}

/* ------- title z-index: 5 have to small z-index size important! -------- */
.section03 .section03_btn {
    position: relative;
    padding: 0 10px 9px;
    width: fit-content;
    border-bottom: 2px solid #1c1c1c;
	margin: 0 auto 80px 0;
	left: 50%;
	transform: translateX(-50%);
}
.section03 .section03_btn ul {
    overflow: hidden;
}
.section03 .section03_btn ul li {
    float: left;
    position: relative;
}
.section03 .section03_btn ul li p {
    font-size: 25px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    color: #1c1c1c;
    line-height: 1;
    margin-right: 45px;
    margin-top: 2px;
}
.section03 .section03_btn ul li.section03_btn_right {
    width: 45px;
    height: 32px;
    display: block;
    animation: btn_right 1.8s ease infinite;
    animation-delay: 1s;
}
.section03 .section03_btn ul li.section03_btn_right svg {
    display: block;
    max-width: 100%;
}



	@media screen and (max-width:1300px) {
		.section03 .section03_title {
			font-size: 5vw;
			letter-spacing: -0.045em;
			margin-bottom: 4%;
		}
		.section03 .section03_content ul li picture {
			height: auto;
		}
		.section03 .section03_content ul li picture img {
			height: auto;
			width: 100%;
		}
		.section03 .section03_content ul {
			padding-bottom: 10%;
		}
		.section03 .section03_content ul li {
			width: calc( 50% - 1% );
			float: left;
		}
		.section03 .section03_content {
			margin-bottom: 0;
		}
		.section03 .section03_content ul li:after {
			box-shadow: 0 7px 41px 45px #000;
			bottom: 16.5%;
		}
		.section03 .section03_content ul li:nth-of-type(2n) {
			margin-bottom: 2%;
			width: calc(50% - 1%);
			transform: translateY(18%);
		}
		.section03 .section03_content ul li:nth-of-type(2n+1) {
			margin-right: 2%;
			transform: translateY(27%);
		}
		.section03 .section03_content ul li.active:nth-of-type(2n) {
			margin-bottom: 2%;
			width: calc(50% - 1%);
			transform: translateY(0);
		}
		.section03 .section03_content ul li.active:nth-of-type(2n+1) {
			width: calc(50% - 1%);
			margin-right: 2%;
			margin-bottom: 2%;
			transform: translateY(9%);
		}
		.section03 .section03_btn {
			padding: 0 0.9% 0.9%;
		}
		.section03 .section03_btn ul li p {
			font-size: 2vw;
			letter-spacing: -0.035em;
			margin-top: 1.5%;
		}
		.portfolior_title {
			font-size: 1.5vw;
			letter-spacing: -0.02em;
		}
		.portfolior_hidden_title {
			font-size: 2.8vw;
		}
		.portfolior_hidden_type {
			font-size: 1.3vw;
		}

	}
	/* 	-------------- max-width:1300px finish!!  --------------- */

	@media screen and (max-width:1000px) {
		.portfolior_hidden_title {
			font-size: 3.2vw;
		}
		.portfolior_title {
			letter-spacing: 0;
		}
	}

	@media screen and (max-width:800px) { 
		.section03 .section03_btn ul li p {
			margin-top: 4.5%;
		}
	}

	@media screen and (max-width:600px) {
		.section03 .section03_content ul li {
			width: 100%;
			margin-bottom: 4%;
		}
		.section03 .section03_content ul li.active:nth-of-type(2n+1) {
			margin-bottom: 4%;
		}
		.section03 .section03_content ul li.active:nth-of-type(2n) {
			margin-bottom: 4%;
		}
		.portfolior_title {
			font-size: 4vw;
		}
		.portfolior_hidden_type {
			font-size: 4vw;
		}
		.portfolior_hidden_title {
			font-size: 7vw;
		}
		.section03 .section03_title {
			font-size: 8.5vw;
			margin: 0 auto 8%;
			width: fit-content;
            color: #fb0266;
            background: linear-gradient(to right, #fb0266 25%, #9018ce 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
		}
		.section03 .section03_btn {
			float: none;
			margin: 0 auto;
			height: 40px;
		}
		.section03 .section03_btn a, .section03 .section03_btn a ul {
			height: inherit;
		}
		.section03 .section03_btn a ul li {
			display: table;
			height: inherit;
		}
		.section03 .section03_btn a ul li p {
			display: table-cell;
			vertical-align: middle;
			padding-right: 14%;
			font-size: 4vw;
			margin-top: 0;
		}
		.section03 .section03_btn ul li.section03_btn_right {
			margin-top: 2%;
		}

		.section03 .section03_content ul li.active {
			float: none;
			margin-right: 0;
			margin-bottom: 5%;
			width: 100%;
		}
		.section03 .section03_content ul li.active:nth-of-type(2n) {
			width: 100%;
			float: none;
			transform: translateY(0);
		}
		.section03 .section03_content ul li.active:nth-of-type(2n+1) {
			width: 100%;
			margin-right: 0;
			transform: translateY(0);
		}
		.content_title {
			font-size: 3vw;
		}
		.section03_title_hidden_inside h2 {
			font-size: 5.5vw;
		}
		.section03_title_hidden_inside h3 {
			font-size: 4vw;
		}
		.section03_icon {
			width: 6%;
		}
		.section03 .section03_content {
			margin-bottom: 5%;
		}
	}
	


	@media screen and (max-width:500px) {
		.content_title {
			font-size: 4vw;
		}
		.section03_icon {
			width: 7%;
		}
		.section03 .section03_btn ul li.section03_btn_right {
			width: 30px;
			margin-top: 3%;
		}
		.section03 .section03_btn a ul li p {
			padding-right: 20%;
		}
		.section03 .section03_btn {
			width: 52%;
			/*
			transform: translateX(50%);
			*/
			margin-bottom: 6%;
		}
		.section03 .section03_btn a ul li {
			width: 80%;
		}
		.section03 .section03_btn ul li.section03_btn_right {
			width: 20%;
		}
		.section03 .section03_content {
			margin-bottom: 6%;
		}
	}

	@media screen and (max-width:410px) {
		.section03 .section03_btn ul li.section03_btn_right {
			width: 30px;
			margin-top: 6%;
		}
	}