@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
.video_size{
	width: 75%;
}
.table-font{
	font-size: 20px;
}
.main_div{
	padding: 0px 15%;
	padding-top: 40px;	
}
.clear:after { 
    content:""; 
    display:block; 
    clear:both;
}
.footer_logo{
	width: 8%;
}
.logo_img{
	display: none;
}
.nav_header{
	display: none!important;
}
.display_div{
	margin-top: 40px;
}
.sanko-p1{
	padding-top:9%;
}
.sanko-p2{
	padding-top:5%;
}
.sanko-p3{
	padding-top:5%;
}
.sanko-p4{
	padding-top:5%;
}
* { margin:0; padding:0; outline:none; }
body {
line-height:1; font-size:14px; font-weight:400; color:#000;  word-wrap: break-word; word-break: keep-all;
}
h1, h2, h3, h4, h5, h6 { margin:0;  line-height:1;  }
ul, ol { list-style:none; margin:0; }
a { outline:0; text-decoration:none; }
a:focus { outline:none; }
img { border:none; outline:none; max-width: 100%; }
p { margin:0; padding:0; word-wrap: break-word; word-break: keep-all; }

/* html 폰트 사이즈 */
@media (max-width:1200px) {
	html { font-size: 8.5px; }
}
@media (max-width:991px) {
	html { font-size: 8px; }
}
@media (max-width:768px) {
	html { font-size: 7.5px; }
}
@media (max-width:580px) {
	html { font-size: 6.5px; }
}
@media (min-width:1200px) and (max-height:800px) {/* 너비 1200이상 높이 800이하 */
html { font-size: 8px; }
}
@media (min-width:1200px) and (max-height:650px) {/* 너비 1200이상 높이 650이하 */
html { font-size: 7.5px; }
}
@media (min-width:1200px) and (max-height:500px) {/* 너비 1200이상 높이 500이하 */
html { font-size: 6.5px; }
}

:root {
	/* 컨텐츠 너비 */
	--containerV1-width : 1400px;
	
	--main-color : #f79228;/* 남색 */

	--color2 : #ee3a42;/* 민트색 */
	
}

/* container */
.containerV1 { width: 100%; margin: 0 auto; max-width: var(--containerV1-width,1400px);}


@media (max-width: 1430px) {
	.containerV1 { padding: 0 15px;}
}


.wrap { padding-top: 0; }
@media (max-width: 991px) {
	.wrap { padding-top: 0;}
}

/*--------------------------------------------------- 해드세팅 ----------------------------------------------------------------------------*/
#header { 
--h-height : 10rem;
position: sticky; left: 0; top: 0; width: 100%; height: var(--h-height); z-index: 1000; transition:0.4s; background: #fff;}

#header > .containerV1 {height: 100%;}

/*모바일 검은 배경*/
#header .menuBox_bg {position: fixed; right: 0; top: 0; z-index: 8000; width: 100%; height: 100vh; background: rgba(0,0,0,0.5); display: none;}


#header .itemBox {
width: 100%; height: 100%; display:flex; justify-content:space-between; align-items:center; 
position: relative; z-index: 2; margin: 0 auto;}

#logo {width: 14.1rem;}
#logo a {display: flex; align-items: center;}



/*main_menu---------------------------------------------------------------------------*/
#nav .nav_logo {display: none;}


#nav .nav_inner { display:flex; align-items:center; width: 100%; gap: 0 50px;}

/* language_box */
#header #nav .language_box {
	height: 25px; position: relative;
}
#header #nav .language_box ul {width: 100%; color: #7d7d7d; overflow: hidden; text-align: center; border: 1px solid #7d7d7d; background: #fff;
display: flex; gap: 0 20px; padding: 0 5px;}
#header #nav .language_box ul > li {padding: 5px 0; position: relative;}
#header #nav .language_box ul > li:first-child:after {content:"/"; position: absolute; top: 50%; right: -12px; transform: translateY(-50%);}
#header #nav .language_box ul a {color: inherit; letter-spacing: 1px; font-size: 16px;}
#header #nav .language_box ul a.lang-on {color: var(--main-color);}


#nav .outer {display: flex; position: relative;}
#nav .outer > li {position: relative; margin-left: 7.8rem; /*90px*/ height: var(--h-height);}
#nav .outer > li:first-child {margin-left: 0;}
#nav .outer > li > a {
display: flex; color: #313131;  font-size: 18px; height: 100%; line-height: 1.3; align-items: center;
position: relative; transition: all 0.3s; font-weight: bold;
}
#nav .outer > li > a > span {position: relative;}
#nav .outer > li > a > i {color: var(--main-color); display: none;}

#nav .outer > li > a > span:after {
content: ''; position: absolute;  bottom: -10px; width: 0; height: 3px; background: #fff; transition:0.4s; right: 0;
}



/*sub_menu---------------------------------------------------------------------------*/
#nav .inner {
display: block; position: absolute; right: 0; top: 80%; width: 180px; padding: 10px 0 10px;
opacity: 0; transition: all 0.2s; visibility: hidden; z-index: 1;  background: #fff; text-align: right; box-shadow: 3px 2px 10px rgba(0,0,0,0.2);
}
#nav .inner::before {content:""; position: absolute; left: 0; top: 0; width: 100%; height: 5px; background: var(--main-color);} 
#nav .inner > li {position: relative; color: #333; line-height: 1.3; transition: all 0.3s;}

#nav .inner > li > a { display: block; font-size: 15px; color: inherit; transition: all 0.3s; position: relative; left: 0; padding: 10px 15px;}
#nav .outer > li:nth-child(1) .inner { z-index: 10;}



/* hover */


#nav .outer > li:hover > .inner {opacity: 1; visibility: visible; z-index: 2; top: 90%;}
#nav .outer > li:hover > a > span:after {width: 100%; right: auto; left: 0;}
#nav .outer > li > .inner > li:hover > a {background: var(--main-color); color: #fff;}


/* 해드 스크롤 했을때 */
#header.scroll {box-shadow: 0px 3px 10px rgba(0,0,0,0.1);}



/* 해당페이지 일때 */
#nav .outer > li > a.on > span {color: var(--main-color);}


/*모바일에서 피씨 로고 클래스 지움.*/
#logo.logo_hide {opacity: 1; visibility: visible;}



/*반응형-------------------------------------------------------------*/





/*모바일*/
@media all and (max-width: 991px) {
	

	/* 모바일 열기 버튼 */
	.open_btn { font-size: 25px; color: #333; cursor:pointer; }

	#nav {
	background-color: #fff; width: 21.43em; height: 100%;  display: block;
	position: fixed; right:0; top: 0; z-index:9999; margin-right:-21.43em;  transition:margin-right 0.3s;
	}

	#nav .nav_inner .nav_topBox {display: flex; align-items: center; width: 100%; height: 70px; background: #333; padding: 20px;}
	#nav .nav_inner .nav_logo {font-size: 3rem; display: flex; align-items: center; color: #fff; font-weight: bold; width: 65px;}
	#nav .nav_inner { 
	width: 21.43em; height: 100%; overflow-x: hidden; overflow-y:auto; position: absolute;  top:0; 
	flex-direction:column; justify-content:flex-start; align-items:stretch;
	}

	/* language_box */
	#header #nav .language_box {
		margin: 10px 20px 0; order: 2;
	}

    #header #nav .language_box ul {display: grid; grid-template-columns: repeat(2, 1fr);}


	/* 모바일닫기버튼 */
	.close_btn { width:50px; height:50px; margin-right:0; margin-left:auto; cursor:pointer; position: absolute; right: 0; top: 10px;}
	.close_btn > i { display:block; color:#fff; text-align:center; line-height:50px; font-size:30px; z-index: 3;}


	#header .menuBox_bg {display: block;}/*	menubox_bg가 메뉴를 연 상태로 바로 pc화면으로 바꿀 경우 그대로 남아서 pc에서 none 처리해둔 걸 모바일에서 푸는 용도*/

	#nav .outer { display: block; margin-top: 10px; padding: 0 20px; order: 3;}
	#nav .outer > li { margin-left: 0; width: 100%; overflow: hidden; cursor: pointer; margin-bottom: 10px; height: auto;}
	#nav .outer > li > a { font-weight: 500; padding:15px 20px 20px 10px; color: #333; position: relative; pointer-events:none; height: auto; line-height: 1; font-size: 18px;
	border-bottom: 1px solid rgba(0,0,0,0.5);}
	#nav .outer > li > a > span:after {display: none;}
	

	#nav .outer > li > a > i {color: #333; display: inline-block; position: absolute; right: 15px; top: 15px; transform: rotate(0deg); transition: all 0.3s;}

	#nav .inner { position: relative; padding: 0; display: block; border:0; opacity: 0; visibility: hidden; width: 100%; height: 0;  background: #fff; box-shadow: none;}
	#nav .inner::before {display: none;} 
	#nav .inner > li { margin-bottom:0; position: relative; padding: 0;}


	#nav .inner > li > a {
	color: #333; padding: 12px 25px; position: relative; transition: all 0.3s;
	text-align: left; left: 0; font-size: 15px;
	}

	/*	pc 메뉴 효과 지움*/
	
	#header:hover #nav .inner {opacity: 1; top: 100%;}



	/* 해드 스크롤 했을때 */
	#header.scroll #nav .outer > li > a {color: #333; line-height: 1;}



	/* hover */
	#nav .outer > li > .inner > li:hover > a {background: transparent; color: #333;}
	#nav .outer > li:hover > .inner { display:block; opacity: 1; top: 100%;}
	#nav .outer > li > .inner > li:hover {background: #fff;}
    #nav .outer > li > .inner > li:hover > a {color: #333;}
    #nav .inner > li:hover > a span {left: 0;}

	
/*	서브메뉴 inactive*/
	#nav .outer > li.on_sub > .inner {
		opacity: 1;
		visibility: visible;
		height: auto;
	}

	#logo.logo_hide {opacity: 0; visibility: hidden;}
		#nav .outer > li.on_sub > a > i {transform: rotate(90deg); }
	
	



	/* 해당페이지 일때 */
	#nav .outer > li.on_sub > a > span {color: var(--main-color);}


	/* outer 클릭시 inner보이는 효과 */
	#nav .outer > li.on_sub > .inner { display: block; padding: 10px 0;}
	

	/* 모바일메뉴박스 보이게 하는 클래스 */
	#nav.inactive { margin-right: -1px; } 
}
/*--------------------------------------------------- 해드세팅 끝 ----------------------------------------------------------------------------*/



/*--------------------------------------------------- 인덱스세팅 ----------------------------------------------------------------------------*/
.section {
 --font-size-pc: 10;
 --font-size-mob: 10;
 font-size: min( calc( var(--font-size-mob) / 500 * 100vw ), calc(var(--font-size-pc) * 1px) );
}


/*titleBox*/
.section .titleBox {
 --font-size-pc: 10;
 --font-size-mob: 10;
 font-size: min( calc( var(--font-size-mob) / 500 * 100vw ), calc(var(--font-size-pc) * 1px) );
text-align: center; margin-bottom: 43px;}
.section .text-title {font-size: 1.8em; line-height: 1.2; color: #000; text-transform: uppercase;}
.section .title-V1 {font-size: 3.5em; color:  var(--main-color); font-weight: bold; line-height: 1.3; margin-bottom: 5px;}
.section .titleBox .text1 {font-size: 1.6em; color: #999; line-height: 1.4;}



.section a.item_btn {display: flex; justify-content: center; align-items: center; color: #626262; background: transparent;
width: 100%;  max-width: 250px; height: 80px; font-size: 16px; transition: all 0.3s; gap: 0.5em; border: 1px solid #bfbfbf;}
.section a.item_btn i {font-size: 0.3em;}

.section a.item_btn:hover {background: var(--main-color); color: #fff; border-color: var(--main-color);}

@media (max-width: 991px) {
	.section a.item_btn:hover {background: transparent; color: #626262; border-color: #bfbfbf;}
}


/*max-width: 8.9285em; height: 2.5em; font-size: 1.4em;*/

/* section1 */
.index .section1 {padding: max(70px, 10rem) 0 max(70px, 13rem) 0; overflow: hidden; position: relative;}
.index .section1 > img.cicrle_img {position: absolute; top: -50%; left: 111px; z-index: 1; animation: rotate 10s infinite linear;}
.index .section1 .containerV1 {display: flex; }
.index .section1 .containerV1 > article {width: 50%; position: relative; z-index: 2;}
.index .section1 .containerV1 .itemBox01 {padding: 6em 15px 0 0; }
.index .section1 .containerV1 .itemBox01 > .text_box > p.text2 {color: #434343; font-size: 1.6em; margin-top: 0.9em; line-height: 1.4;}
.index .section1 .containerV1 .itemBox01 > .text_box > p.text1 {color: #000; font-size: 1.8em; line-height: 1.4; margin: 1.2em 0 0;}
.index .section1 .containerV1 .itemBox01 > .link_box {display: flex; gap: 0 1.5rem; margin-top: 30px;}
.index .section1 .containerV1 .itemBox01 > .link_box > div {width: 100%; max-width: 250px; height: 80px; position: relative; bottom: 0; transition: all 0.3s;}
.index .section1 .containerV1 .itemBox01 > .link_box a {position: relative; overflow: hidden;}
.index .section1 .containerV1 .itemBox01 > .link_box a::after {content:""; position: absolute; background: var(--main-color); 
height: 100%; left: -40%; top: 0; transform: skew(50deg); transition-duration: 0.5s; transform-origin: top left;  width: 0;}
.index .section1 .containerV1 .itemBox01 > .link_box a > * {position: relative; z-index: 2;}
.index .section1 .containerV1 .itemBox01 > .link_box a > span {font-size: inherit; display: flex; align-items: center; gap: 0 5px;}
.index .section1 .containerV1 .itemBox02 {
font-size: min( calc( var(--font-size-mob) / 1430 * 100vw ), calc(var(--font-size-pc) * 1px) );}
.index .section1 .containerV1 .itemBox02 input[type=radio] {display: none;}
.index .section1 .containerV1 .itemBox02 .label_box {display: flex; gap: 0 30px; justify-content: end; padding: 10px 0;}
.index .section1 .containerV1 .itemBox02 .label_box label {
--font-size-pc: 20;
--font-size-mob: 20;
font-size: min( calc( var(--font-size-mob) / 500 * 100vw ), calc(var(--font-size-pc) * 1px) );
color: #333; font-weight: bold; cursor: pointer; transition: all 0.3s;}
.index .section1 .containerV1 .itemBox02 ul.frame_list {width: 100%; padding-bottom: 38.5em; position: relative;}
.index .section1 .containerV1 .itemBox02 ul.frame_list li {width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; visibility: hidden; transition: all 0.3s;}
.index .section1 .containerV1 .itemBox02 iframe {width: 100%; height: 100% !important;}


.index .section1 .itemBox02 #sec01_tab01:checked ~ .label_box label.sec01_label01,
.index .section1 .itemBox02 #sec01_tab02:checked ~ .label_box label.sec01_label02,
.index .section1 .itemBox02 #sec01_tab03:checked ~ .label_box label.sec01_label03 {color: var(--main-color);}

.index .section1 .itemBox02 #sec01_tab01:checked ~ ul.frame_list li.iframe_li01,
.index .section1 .itemBox02 #sec01_tab02:checked ~ ul.frame_list li.iframe_li02,
.index .section1 .itemBox02 #sec01_tab03:checked ~ ul.frame_list li.iframe_li03 {opacity: 1; visibility: visible;}

.index .section1 .containerV1 .itemBox01 > .link_box > div:hover {bottom: 5px;}
.index .section1 .containerV1 .itemBox01 > .link_box a:hover:after {height: 100%; width: 130%;}



@media all and (max-width: 1430px) {
	.index .section1 .containerV1 .itemBox01 > .text_box > p.text1 br {display: none;}
}


@media all and (max-width: 1230px) {
	.index .section1 .containerV1 {flex-direction: column;}
	.index .section1 .containerV1 > article {width: 100%;} 
	.index .section1 > img.cicrle_img {top: -20%; left: -35%;}
	.index .section1 .containerV1 .itemBox01 {order: 2; text-align: center; padding: 4rem 0 0 0;}
	.index .section1 .containerV1 .itemBox01 > .link_box {gap: 15px; align-items: center; margin-top: 4rem;}
	.index .section1 .containerV1 .itemBox01 > .link_box > div {max-width: 80%;}
	.section1 a.item_btn {max-width: 100%} 
	.index .section1 .containerV1 .itemBox02 {
	font-size: min( calc( var(--font-size-mob) / 1230 * 100vw ), calc(var(--font-size-pc) * 1px) );
	display: flex; align-items: center; justify-content: center; flex-direction: column;}
    /* .index .section1 .containerV1 .itemBox02 .label_box label {font-size: 20px;} */
    .index .section1 .containerV1 .itemBox02 ul.frame_list {padding-bottom: 66.5em;}

	
	.index .section1 .containerV1 .itemBox01 > .link_box > div:hover {bottom: 0;}
	.index .section1 .containerV1 .itemBox01 > .link_box a::after {display: none;}

}

@media all and (max-width: 650px) {
	.index .section1 .containerV1 .itemBox01 > .link_box {flex-direction: column;}
	.index .section1 .containerV1 .itemBox01 > .link_box > div {max-width: 100%;}
}


/* .index .section2 */

.index .section2 {
 --font-size-pc: 10;
--font-size-mob: 10;
font-size: min( calc( var(--font-size-mob) / 450 * 100vw ), calc(var(--font-size-pc) * 1px) ); position: relative;
padding: max(50px, 9rem) 0 max(50px, 11rem) 0; overflow: hidden;}
.index .section2 .section_bg_box {width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;
background: url(img/sec2_bg.jpg) no-repeat; background-position: center; background-size: cover;}
.index .section2 .containerV1 {position: relative; z-index: 2;}
.index .section2 .titleBox {color: #fff;}
.index .section2 .titleBox .text-title {color: inherit; font-weight: 400;}
.index .section2 .titleBox .title-V1 {color: inherit;}
.index .section2 .itemBox {width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2em;}
.index .section2 .itemBox .item {box-sizing: border-box; background: #a0a0a07a;
display: grid; padding: 4em 4em 5.3em; position: relative; bottom: 0; transition: all 0.5s;}
.index .section2 .itemBox .item .ani-line {position: absolute; background: var(--main-color); transition: all 0.5s;}
.index .section2 .itemBox .item .line-left {top: 0; left: 0; width: 5px; height: 0;}
.index .section2 .itemBox .item .line-top {top: 0; left: 0; width: 0; height: 5px;}
.index .section2 .itemBox .item .line-right {bottom: 0; right: 0; width: 5px; height: 0;}
.index .section2 .itemBox .item .line-bottom {bottom: 0; right: 0; width: 0; height: 5px;}
.index .section2 .itemBox .item .item_img {height: 8.5em;}
.index .section2 .itemBox .item .item_textBox {color: #fff; font-weight: bold;}
.index .section2 .itemBox .item .item_textBox .item-title {color: inherit; font-weight: inherit; font-size: 2em; margin-bottom: 0.75em;}
.index .section2 .itemBox .item .item_textBox h3.item-text-b {font-weight: inherit; font-size: 2.5em; color: inherit; line-height: 1.4; margin-bottom: 0.6em;}
.index .section2 .itemBox .item .item_textBox p.text1 {font-size: 1.6em; color: inherit; line-height: 1.4; font-weight: 400;}
.index .section2 .itemBox .item .box_btn {display: flex; gap: 0 3px; align-items: center; color: #fff; margin-top: 2em; font-size: 16px;}
.index .section2 .itemBox .item .box_btn i {font-size: 10px;}

.index .section2 .itemBox .item:hover {bottom: 10px; border-color: transparent;}
.index .section2 .itemBox .item:hover .line-left {height: 100%;}
.index .section2 .itemBox .item:hover .line-top {width: 100%;}
.index .section2 .itemBox .item:hover .line-right {height: 100%;}
.index .section2 .itemBox .item:hover .line-bottom {width: 100%;}



.index .section2[data-scroll] .section_bg_box {transform: scale(1.2); transition: all 4s 0.5s; }
.index .section2[data-scroll='in'] .section_bg_box {transform: scale(1);}


@media (max-width: 991px) {
	.index .section2 .itemBox .item .item_textBox {text-align: center;}
	.index .section2 .itemBox {grid-template-columns: repeat(1, 1fr);}
	.index .section2 .itemBox .item:hover {bottom: 0; border-color: #d2d2d2;}
	.index .section2 .itemBox .item .ani-line {display: none;}
	.index .section2 .itemBox .item .box_btn {justify-content: center;}
}

@media (max-width: 550px) {
	.index .section2 .itemBox {grid-template-columns: repeat(1, 1fr);}
	.index .section2 .itemBox .item br {display: none;}
}
 

/* section3 */
.index .section3 {
 --font-size-pc: 10;
--font-size-mob: 10;
font-size: min( calc( var(--font-size-mob) / 500 * 100vw ), calc(var(--font-size-pc) * 1px) );
padding: max(60px, 16.7rem) 0 max(60px, 12.5rem) 0;}
.index .section3 .containerV1 {display: flex; flex-direction: column; gap: 10em 0;}
.index .section3 .item_container {display: grid; grid-template-columns: repeat(2, 1fr);}
.index .section3 .item_container .itemBox_img {display: flex; justify-content: start; align-items: center;} 
.index .section3 .item_container .itemBox_text {padding: 5em 0 0 5em;}
.index .section3 .item_container .itemBox_text .text_box {margin-bottom: 4.3em;}
.index .section3 .item_container .itemBox_text .text_box h3 {font-size: 1.8em; color: var(--main-color); line-height: 1.2; margin-bottom: 0.2em;}
.index .section3 .item_container .itemBox_text .text_box h2 {font-size: 3em; color: #000; font-weight: bold; line-height: 1.3; margin-bottom: 0.5em;}
.index .section3 .item_container .itemBox_text .text_box h2 span.normal-tag {font-weight: normal;}
.index .section3 .item_container .itemBox_text .text_box p.text1 {font-size: 1.6em; color: #707070; line-height: 1.6;}
.index .section3 .item_container .itemBox_text .text_btn {width: fit-content; display: flex; align-items: center; gap: 0 10px; color: #535353; font-size: 1.5em; position: relative;
padding-right: 20px;}
.index .section3 .item_container .itemBox_text .text_btn::before {content:""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: var(--main-color); z-index: 1;
transition: all 0.3s 0.1s ease;}
.index .section3 .item_container .itemBox_text .text_btn .plus_box {width: 2.6666em; height: 2.6666em; background: var(--main-color); color: #fff; display: flex;
align-items: center; justify-content: center; position: relative; z-index: 2;}
.index .section3 .item_container .itemBox_text .text_btn .plus_box i {transition: all 0.5s;}
.index .section3 .item_container2 .itemBox_text {padding: 5em 0 0 0;}
.index .section3 .item_container .itemBox_text .text_btn span {position: relative; z-index: 2; transition: all 0.3s;}

.index .section3 .item_container .itemBox_text .text_btn:hover:before {width: 100%;}
.index .section3 .item_container .itemBox_text .text_btn:hover span {color: #fff;}

.index .section3 .item_container .itemBox_text .text_btn:hover .plus_box i {transform: rotate(360deg); }


@media (max-width: 1430px) {
	.index .section3 .item_container .itemBox_text .text_box p.text1 br {display: none;}
}

@media (max-width: 991px) {
	.index .section3 .containerV1 {gap: 5em 0;}
	.index .section3 .item_container {grid-template-columns: repeat(1, 1fr);}
	.index .section3 .item_container2 .itemBox_img {grid-row: 1;}
	.index .section3 .item_container2 .itemBox_text {grid-row: 2;}
	.index .section3 .item_container .itemBox_text,
	.index .section3 .item_container2 .itemBox_text {padding: 2em 0 0 0;}
	.index .section3 .item_container .itemBox_img {justify-content: center;}
	.index .section3 .item_container .itemBox_text .text_box {text-align: center;}
	.index .section3 .item_container .itemBox_text .text_btn {margin: 0 auto;}
}





/* section4 */
.index .section4 { padding: max(50px, 12.5rem) 0 max(50px, 11rem); position: relative; overflow: hidden;}
.index .section4 .section_bg_box {width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;
background: url(img/sec4_bg.jpg) no-repeat center center / cover;}
.index .section4 a { color: inherit; }
.index .section4 .containerV1 {position: relative; z-index: 2;}
.index .section4 .containerV1 > .itemBox { display:grid; grid-template-columns:repeat(2,1fr); color: #fff; }
.index .section4 .containerV1 > .itemBox .titleBox { margin-bottom: 2.6em; text-align: left;}
.index .section4 .containerV1 > .itemBox .titleBox h2 {color: #fff; font-size: 4em; font-weight: bold; margin-bottom: 0.5em;} 
.index .section4 .containerV1 > .itemBox .titleBox .text1 {color: #fff; line-height: 1.6; font-size: 1.6em;}
.index .section4 .containerV1 > .itemBox .left {padding: 4.5rem 0 0 15px;}
.index .section4 .containerV1 > .itemBox .left > .textBox1 { margin-bottom: 3em; color: #fff;}
.index .section4 .containerV1 > .itemBox .left > .textBox1 > .text1 { font-size: 1.6em; line-height: 1.4; color: inherit;}
.index .section4 .containerV1 > .itemBox .left > .textBox1 > .text2 {color: inherit; font-size: 3em; line-height: 1.4; font-weight: bold;}
.index .section4 .containerV1 > .itemBox .left > .textBox1:nth-of-type(3) > .text2 {font-size: 2em; font-weight: normal; margin-top: 3px;}
.index .section4 .containerV1 > .itemBox .left > .linkBox { display:grid; grid-template-columns:repeat(2,25.4em); gap:0 2.5rem; }
.index .section4 .containerV1 > .itemBox .left > .linkBox > li {max-width: 254px;}
.index .section4 .containerV1 > .itemBox .left > .linkBox > li > a { 
display: block; color: #fff; height: 8.4rem; position: relative; transform-style:preserve-3d; transition:0.5s;
}
 .index .section4 .containerV1 > .itemBox .left > .linkBox > li > a > div { 
position: absolute; left: 0; top: 0; width: 100%; height: 100%; backface-visibility:hidden; border: 2px solid #fff; padding: 0 max(15px,1.31vw);
display:grid; grid-template-columns:auto 1fr; gap: 0 1rem; align-items:center;
}
 .index .section4 .containerV1 > .itemBox .left > .linkBox > li > a > div .icon { display: block; width: 5rem; }
 .index .section4 .containerV1 > .itemBox .left > .linkBox > li > a > div .textBox > .text1 {
font-size: 16px; font-weight: bold; text-transform: uppercase;
}

 .index .section4 .containerV1 > .itemBox .left > .linkBox > li > a > .inner_back { 
background: var(--main-color); border: 1px solid var(--main-color); transform:rotateX(-180deg); 
}
 .index .section4 .containerV1 > .itemBox .left > .linkBox > li > a > .inner_back .textBox > .text1 { display:flex; align-items:center; }
 .index .section4 .containerV1 > .itemBox .left > .linkBox > li > a > .inner_back .textBox > .text1:after {
content: '\f105'; display: inline-block; margin-left: auto; margin-right:0;
}
 .index .section4 .containerV1 > .itemBox .left > .linkBox > li:hover > a { transform:rotateX(180deg); transition-delay:0.2s; }

 .index .section4 .containerV1 > .itemBox .right {display: flex; justify-content: center;}
 .index .section4 .containerV1 > .itemBox .right .root_daum_roughmap {width:100% !important; max-width: 670px;}


 .index .section4[data-scroll] .section_bg_box {transform: scale(1.2); transition: all 4s 0.5s; }
 .index .section4[data-scroll='in'] .section_bg_box {transform: scale(1);}


@media (max-width: 1430px) {
	.index .section4 .containerV1 > .itemBox .titleBox .text1 br {display: none;}
}

@media (max-width: 1230px) {
	.index .section4 .containerV1 > .itemBox .left {padding: 4.5rem 15px 0 0;}
	.index .section4 .containerV1 > .itemBox .left > .linkBox > li {max-width: 100%;}
}

@media (max-width:991px) {
	 .index .section4 .containerV1 > .itemBox { grid-template-columns:1fr; gap:5rem 0;  margin: 0 auto; }
	 .index .section4 .containerV1 > .itemBox .left {padding: 0; text-align: center;}
	 .index .section4 .containerV1 > .itemBox .left > .linkBox {justify-content: center;}
	 .index .section4 .containerV1 > .itemBox .titleBox {text-align: center;}
	 .index .section4 .containerV1 > .itemBox .left > .linkBox > li > a {height: 12.6rem;}
	 .index .section4 .containerV1 > .itemBox .right .root_daum_roughmap {max-width: 100%;}
	 .index .section4 .containerV1 > .itemBox .titleBox .text1 br {display: block;}
}
@media (max-width:768px) {
	.index .section4 .containerV1 > .itemBox .titleBox .text1 br {display: none;}
	.index .section4 .containerV1 > .itemBox .left {padding: 4.5rem 0 0 0;}
	 .index .section4 .containerV1 > .itemBox .left > .linkBox { grid-template-columns:1fr; gap:2rem; }
	/* 아이폰에서 후버효과 이상하게 나와서 없앰 */
	 .index .section4 .containerV1 > .itemBox .left > .linkBox > li:hover > a { transform:rotateX(0); transition-delay:0; }
	 .index .section4 .containerV1 > .itemBox .left > .linkBox > li > a > .inner_back { visibility:hidden; }
}


/*--------------------------------------------------- 인덱스세팅 끝 ----------------------------------------------------------------------------*/



/*--------------------------------------------------- 푸터세팅 ----------------------------------------------------------------------------*/
/* footer*/
footer {
--index-font-size-pc: 10;
--index-font-size-mob: 10;
font-size: min( calc( var(--index-font-size-mob) / 450 * 100vw ), calc(var(--index-font-size-pc) * 1px) );
background: #535353; padding: 20px 0;}
footer .contents {font-size: 1.5em;}
footer .info_box {display: flex; margin-bottom: 18px;}
footer .info_box > .item { position:relative; }
footer .info_box > .item:before { content:''; position:absolute; right:7px; top:55%; transform:translateY(-50%); width:1px; height:13px; background:#ddd; }
footer .info_box > .item:last-child:before { display:none; }
footer .info_box > .item > a { display:block; color:#fff; font-size: 1em; font-weight:bold; line-height:1.8; margin-right:15px;  } 

footer .contents { display:flex; flex-wrap:wrap; justify-content: center; width: 100%; flex-direction: column;  gap: 17px 0;}
footer .item2 {display: flex; flex-direction: column; }


footer .item2 > div { line-height: 1.8; font-size: 1em; color: #fff; }
footer .item2 > div a { color: inherit; }
footer .item2 > .text > span { position: relative; margin-right:10px; font-weight: inherit;  }
footer .item2 > .text > span:after { content:'|'; position:absolute; right:-8px; top:50%; transform:translateY(-55%); }
footer .item2 > .text > span:last-child:after { display: none; }
footer .item2 > .copy { text-transform: uppercase; font-weight: inherit; color: #fff; font-size: 1em;	}
footer .item2 > .copy a { color: inherit; }




@media (max-width:991px) {
footer .item2 > div {display: flex; flex-direction: column; }
footer .item2 > .copy {display: block;}
footer .item2 > .text > span:after { display:none;}
footer .contents > li:nth-child(1) { width: 100%; margin-right: 0; margin-bottom: 20px; }
footer .item2 { width: 100%; }
}

@media (max-width:768px) {
footer .item2 .info {justify-content: center;}
footer .item2 > .text > span { display:block; margin-right:0;}


footer .item2 { margin-top: 0; text-align: center;}

}
/*--------------------------------------------------- 푸터세팅 끝 ----------------------------------------------------------------------------*/



/* 서브페이지 패딩 */
.tmt_sub_frame { padding: 40px 0 50px; min-height: 85vh; }

@media (max-width: 991px) {
	.tmt_sub_frame { padding: 5rem 0 50px;}
}




/* 게시판 및 게시판헤드 등 기타 버튼들 기본컬러 변경 */
.btn.btn-color {border: 1px solid #2d66d3; background-color: var(--main-color); border-color: var(--main-color);}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active {background-color: var(--main-color);}
.border-color, i.border-color, img.border-color {border-color: var(--main-color);}

.amina-header { line-height:22px; margin-bottom:15px; }
.amina-header .header-breadcrumb { margin-top:4px; }
@media all and (max-width:460px) {
	.responsive .amina-header .header-breadcrumb { display:none; }
}


.p301 {
    --font-size-pc: 10;
    --font-size-mob: 10;
    font-size: min( calc( var(--font-size-mob) / 450 * 100vw ), calc(var(--font-size-pc) * 1px) );    
    width:100%; line-height:1.4; word-break: keep-all; word-wrap: break-word;
}

/* .p301 .itemBox {margin-bottom: max(50px, 10rem);} */

.p301 .title-V1 {font-size: 3em; color: #954d02; font-weight: bold; line-height: 1.2;}
.p301 .title-V2 {font-size: 5em; color: var(--main-color); font-weight: bold; line-height: 1.2; margin-bottom: 0.2em;}

.p301 .itemBox > .titleBox p.text1 {font-size: 1.6em; color: #8c8c8c; font-weight: 300; line-height: 1.4; }
.p301 .main_box .titleBox p.text1 {font-size: 1.8em; color: #555; font-weight: 500; line-height: 1.4; margin-top: 0.5333em;}
.p301 .scroll_text {font-size: 14px; color: #ff0000; line-height: 1.4; text-align: center; margin-top: 1em; display: none;}
.p301 .item_title {
    color: var(--main-color); font-size: 2em; font-weight: bold; line-height: 1.2;
    margin-bottom: 1em;
}

/* itemBox01 */
.p301 .itemBox > .titleBox {margin-bottom: 3em;}
.p301 #itemBox01 .main_box .titleBox {margin-bottom: 1.5em;}
.p301 #itemBox01 .main_box figure {display: flex; justify-content: center; align-items: center;}

/* main_box01 */
.p301 #itemBox01 #main_box01 {display: flex; margin-bottom: max(50px, 15rem);}
.p301 #itemBox01 #main_box01 .text_box {padding: 0 0 0 6em; flex: 1;}
.p301 #itemBox01 #main_box01 .text_box p.text1 {font-size: 1.6em; color: #333; line-height: 1.5; margin-top: 1em;}
.p301 #itemBox01 #main_box01 .text_box .btn_box {display: flex; gap: 20px; margin-top: 3.6em;}
.p301 #itemBox01 #main_box01 .text_box .btn_box a.item_btn {
    display: flex; width: 100%; max-width: 200px; height: 50px;
    justify-content: center; align-items: center; text-align: center;
    background: var(--main-color); color: #fff; font-size: 1.8em; font-weight: bold; line-height: 1.3; gap: 0 0.3em;
    transition: all 0.3s;
}

.p301 #itemBox01 #main_box01 .text_box .btn_box a.item_btn:hover {background: #954d02;}

.p301 #itemBox01 #main_box01 .text_box .btn_box a.item_btn i {font-size: 0.5em; position: relative; top: 1px; left: 0;}
.p301 #itemBox01 #main_box01 .text_box .btn_box a.item_btn:hover i {animation: left-move 0.5s infinite alternate;}

@keyframes left-move {
    to{left: 3px;}
}


/* main_box02 */
.p301 #itemBox01 #main_box02 {margin-bottom: max(50px, 13rem);}
.p301 #itemBox01 #main_box02 > .item_wrap {display: grid; grid-template-columns: repeat(2, 1fr); gap: 4em 2.5em;}
.p301 #itemBox01 #main_box02 > .item_wrap .item {width: 100%;}
.p301 #itemBox01 #main_box02 > .item_wrap .item_img {width: 100%;}
.p301 #itemBox01 #main_box02 > .item_wrap .item_img img {width: 100%;}


/* main_box03 */
.p301 #itemBox01 #main_box03 {margin-bottom: max(50px, 11.3rem);}
.p301 #itemBox01 #main_box03 .item_wrap {display: flex; gap: 4em 3.3em;}
.p301 #itemBox01 #main_box03 .item_wrap .item_text_box {padding-top: 8em; flex: 1;}
.p301 #itemBox01 #main_box03 .item_wrap .item_text_box p.text1 {font-size: 1.6em; color: #535353; line-height: 1.5;}
.p301 #itemBox01 #main_box03 .item_wrap .item_text_box .text_unit {margin-top: 4.5em; padding: 1.7em 1.8em; background: #eee; width: 100%;}
.p301 #itemBox01 #main_box03 .item_wrap .item_text_box .text_unit p.text1 {position: relative; }
.p301 #itemBox01 #main_box03 .item_wrap .item_text_box .text_unit p.text1 span {position: absolute; top: 0; left: 0;}



/* main_box04 */
.p301 #itemBox01 #main_box04 {margin-bottom: max(50px, 6.5rem);}

.p301 #itemBox01 #main_box04 .item_wrap01 {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 4.5em; margin-bottom: max(50px, 6.5rem);
}
.p301 #itemBox01 #main_box04 .item_wrap01 .item .item_unit {display: flex; flex-direction: column; gap: 1.5em;}
.p301 #itemBox01 #main_box04 .item_wrap01 .item .item_unit .item_img {display: grid; grid-template-columns: repeat(2, 1fr);  gap: 1.5em;}
.p301 #itemBox01 #main_box04 .item_wrap01 .item .item_unit .item_img img {width: 100%;}

.p301 #itemBox01 #main_box04 .item_wrap02 {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 4em;
    margin-bottom: max(50px, 8rem);
}


.p301 #itemBox01 #main_box04 .item_wrap02 .item .item_img {display: grid; grid-template-columns: 1fr 3.2em 1fr; gap: 3.2em;}
.p301 #itemBox01 #main_box04 .item_wrap02 .item .item_img img:not(.arrow_icon) {width: 100%;}
.p301 #itemBox01 #main_box04 .item_wrap03 .item {width: 100%;}
.p301 #itemBox01 #main_box04 .item_wrap03 .item .item_unit {
    width: 100%; background: #eee; padding: 2em; gap: 3.6em;
    display: flex;
}
.p301 #itemBox01 #main_box04 .item_wrap03 .item .item_unit .item_list {
    flex: 1; display: flex; flex-direction: column; gap: 1em 0;
}
.p301 #itemBox01 #main_box04 .item_wrap03 .item .item_unit .item_list li {
    display: flex; gap: 1em 2.6em; align-items: center;
}
.p301 #itemBox01 #main_box04 .item_wrap03 .item .item_list li p {font-size: 2em; line-height: 1.4;}
.p301 #itemBox01 #main_box04 .item_wrap03 .item .item_list li p.text1 {padding-left: 0.9em; color: #434343; width: 55.18%;}
.p301 #itemBox01 #main_box04 .item_wrap03 .item .item_list li p.text1 span {position: relative;}
.p301 #itemBox01 #main_box04 .item_wrap03 .item .item_list li p.text1 span::before {
    content:""; position: absolute; top: 50%; left: -0.8em; transform: translateY(-50%);
    width: 7px; height: 7px; background: var(--main-color);  
}
.p301 #itemBox01 #main_box04 .item_wrap03 .item .item_list li p.text2 {
    display: flex; gap: 1.5em; align-items: center; color: var(--main-color);
    font-weight: bold; flex: 1;
}

.p301 #itemBox01 #main_box04 .item_wrap03 .item .item_list li p.text2 span i {color: inherit; font-size: 1.6em;}




@media (max-width: 1430px) {
    .p301 #itemBox01 #main_box01 .text_box p.text1 br {display: none;}
    .p301 #itemBox01 #main_box01 .text_box .btn_box {flex-wrap: wrap;}
    .p301 #itemBox01 #main_box01 .text_box .btn_box a.item_btn {max-width: 100%;} 

    .p301 #itemBox01 #main_box03 .item_wrap .item_text_box {padding-top: 2em;}
    .p301 #itemBox01 #main_box03 .item_wrap .item_text_box p.text1 br {display: none;}
}

@media (max-width: 1080px) {
    .p301 #itemBox01 #main_box03 .item_wrap {flex-direction: column; align-items: center;}
    .p301 #itemBox01 #main_box03 .item_wrap .item_text_box {padding-top: 0;}
    .p301 #itemBox01 #main_box03 .item_wrap .item_text_box p.text1 {text-align: center;} 
    .p301 #itemBox01 #main_box03 .item_wrap .item_img {width: 100%;}
    .p301 #itemBox01 #main_box03 .item_wrap .item_img img {width: 100%;}
    
}

@media (max-width: 991px) {
    .p301 #itemBox01 #main_box01 {flex-direction: column; align-items: center; gap: 5em 0;}
    .p301 #itemBox01 #main_box01 .text_box {padding: 0; text-align: center;}
    .p301 #itemBox01 #main_box01 .text_box .btn_box {justify-content: center;}
    .p301 #itemBox01 #main_box01 .text_box .btn_box a.item_btn {max-width: 200px;} 
    .p301 #itemBox01 #main_box01 .text_box .btn_box a.item_btn:hover {background: var(--main-color);}
    .p301 #itemBox01 #main_box01 .text_box .btn_box a.item_btn:hover i {animation: unset;}
    
    .p301 #itemBox01 #main_box02 > .item_wrap {grid-template-columns: repeat(1, 1fr);}

    .p301 #itemBox01 #main_box04 .item_wrap01 {grid-template-columns: repeat(1, 1fr);}

    .p301 #itemBox01 #main_box04 .item_wrap02 {grid-template-columns: repeat(1, 1fr);}

    .p301 #itemBox01 #main_box04 .item_wrap03 .item .item_unit {flex-direction: column; align-items: center;}
    .p301 #itemBox01 #main_box04 .item_wrap03 .item .item_unit .item_list {width: fit-content; flex-direction: column; gap: 1.5em 0;}
    .p301 #itemBox01 #main_box04 .item_wrap03 .item .item_unit .item_list li {flex-direction: column; align-items: unset;}
    .p301 #itemBox01 #main_box04 .item_wrap03 .item .item_list li p.text1 {width: auto;}
    .p301 #itemBox01 #main_box04 .item_wrap03 .item .item_list li p.text2 {gap: 0.5em; padding-left: 0.5em;}

    .p301 #itemBox02 .tableBox {
        width: 100%; overflow-x: auto; overflow-y: auto; position: relative; padding-bottom: 353px;
    }
    .p301 #itemBox02 .tableBox img {
        position: absolute; top: 0; left: 0; max-width: 1073px; width: 1073px; height: 100%;
    }
    .p301 #itemBox02 .scroll_text {display: block;}
}

@media (max-width: 650px) {
    .p301 #itemBox01 #main_box02 > .item_wrap .item_img {
        overflow-x: auto; overflow-y: auto; position: relative;
        padding-bottom: 348px; width: 100%;
    }
    .p301 #itemBox01 #main_box02 > .item_wrap .item_img img {
        max-width: 603px; width: 603px; height: 100%; position: absolute; top: 0; left: 0;
    }

    .p301 #itemBox01 #main_box03 .item_wrap .item_img_box {width: 100%;}

    .p301 #itemBox01 #main_box03 .item_wrap .item_img {
        overflow-x: auto; overflow-y: auto; position: relative;
        padding-bottom: 443px; width: 100%;
    }
    .p301 #itemBox01 #main_box03 .item_wrap .item_img img {
        max-width: 603px; width: 603px; height: 100%; position: absolute; top: 0; left: 0;
    }

    .p301 #itemBox01 #main_box02 > .item_wrap .scroll_text,
    .p301 #itemBox01 #main_box03 > .item_wrap .scroll_text {display: block;}
}

@media (max-width: 500px) {
    .p301 #itemBox01 #main_box01 .text_box .btn_box {flex-direction:  column; }
    .p301 #itemBox01 #main_box01 .text_box .btn_box a.item_btn {max-width: 100%;}

    .p301 #itemBox01 #main_box04 .item_wrap02 .item .item_img {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-columns: 1fr 3.2em 1fr;
        justify-items: center;
    }
    .p301 #itemBox01 #main_box04 .item_wrap02 .item .item_img img.arrow_icon {
        transform: rotate(90deg);
    }
}
.iframe_height{
        height: 360px;
        width: 100%;
    }
@media (max-width: 767px){
    .item_wrap02{
	display: block!important;
    }
	.main_box{
		margin-bottom: 0px!important;
	}
	.video_size{
		width: 100%;
	}
	.table-font{
	font-size: 8px;
	}
	.main_div{
		padding: 0px 5%;
		padding-top: 0px;	
	}
	.footer_logo{
	width: 50%;
}
	.logo_img{
	display: block;
	}
	.nav_header{
	display: block!important;
	}
	.display_div{
		margin-top: 0px;
	}
	.p_align{
		text-align: left!important;
	}
	.footer_font{
		font-size: 1.2rem;
	}
	.ul-padding{
		padding: 0px!important;
	}
	.sanko-p1{
		padding-top:0%;
	}
	.sanko-p2{
		padding-top:0%;
	}
	.sanko-p3{
		padding-top:0%;
	}
	.sanko-p4{
		padding-top:0%;
	}
	.sanko-row{
		padding-top:0px!important;
	}
	.sanko-margin{
		margin-top: 0px!important;
	}
	.iframe_height{
        height: 200px;
        width: 100%;
    }
}
