*{word-break: keep-all}


/* pop */
.agree_pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0,0,0,0.5);
}

.agree_pop.atv_pop {
  display: block;
}

.agree_pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 900px;
}

.agree_pop_content .agree_title {
  position: relative;
}

.agree_pop_content .agree_title h2 {
  font-size: 18px;
}

.agree_pop_content .agree_title .close_pop {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.agree_pop_info {
  max-height: 400px;
  overflow-y: auto;
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}

.agree_pop_info h3 {
  font-size: 16px;
  font-weight: 500;
  word-break: keep-all;
  margin-bottom: 10px;
}

.agree_pop_info p {
  font-size: 14px;
  font-weight: 400;
  word-break: keep-all;
}

.agree_pop_info p + h3 {
  margin-top:20px;
}

.agree_pop_info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.agree_pop_info::-webkit-scrollbar-track {
  background: #ccc;
}





.inner{padding: 0 5rem; }
.inner_w{padding: 0 14rem}
.header{position: fixed; left: 0; top: 0; width: 100%; z-index: 9999;
transition-duration: .8s}

.header.fixed,
.header:hover{background: #fff}
.header.no_fixed{top: -100px}

.header .inner{display: flex; width: 100%;
    justify-content: space-between;
    align-items: center; height: 100px;}

.header .logo{background: url(../img/logow.png);
width: 178px; height: 52px; background-position: center;
background-repeat: no-repeat; background-size: 100% auto
}

.header.fixed .logo,
.header:hover .logo,
.sub .header .logo{
	background-image: url(../img/logob.png);
}





.header .left{display: flex; gap:94px;  align-items: center;}

.header .top_nav{display: flex; gap:54px}
.header .top_nav li{position: relative}
.header .top_nav li .one_deps{
	text-align: center;
	justify-content: center;
align-items: center;
display: flex;
color: #FFF;
font-size: 18px;
font-weight: 500;
line-height: 140%;
word-break: keep-all;
height: 100px;
z-index: 2;
position: relative;
text-transform: uppercase;
}

.header .top_nav li:hover .one_deps{color: #775029}

.header .top_nav li .one_deps:after{
	content: '';
	width: 0%;
	height: 1px;
	bottom: 25px;
	background: #775029;
	position: absolute;
	transition-duration: .8s
}

.header .top_nav li:hover .one_deps:after{
	width: 100%
}


.header.fixed .top_nav li .one_deps,
.header:hover .top_nav li .one_deps,
.sub .header .top_nav li .one_deps{color: #222}

.header.fixed .top_nav li:hover .one_deps,
.header:hover .top_nav li:hover .one_deps{color: #775029}


.header .top_nav li .sub_deps {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    transition-duration: .8s;
    visibility: hidden;
    height: auto;
    max-height: 50vh;
    opacity: 0;
    transition-delay: 0s;
    z-index: 2;
    padding: 00px calc(5rem + 178px + 94px);
    background: #fff;
    display: flex;
    gap:70px;
    border-radius: 0 0 80px 0
}

.header .top_nav li:hover .sub_deps{
transition-delay: .3s;
padding: 40px calc(5rem + 178px + 94px);
opacity: 1;
visibility: visible;
    height: auto;
    max-height: 50vh;
}

.header .top_nav li .sub_deps a{
	color: #111;
text-align: center;
font-size: 16px;
font-weight: 500;
line-height: 140%;
word-break: keep-all;
display: block;
transition-duration: .8s
}




.header .top_nav li:hover .one_deps{color: #775029;}
.header .top_nav li:hover .sub_deps a{color: #666;}
.header .top_nav li:hover .sub_deps a:hover{color: #775029;}






.header .right{display: flex; gap:40px;    align-items: center; }
.header .right .lang{position: relative}
.header .right .lang p{display: flex;
gap:8px; align-items: center;
font-size: 16px; font-weight: 500; color: #fff;
position: relative; padding-right: 22px; cursor: pointer }
.header .right .lang p i{
	width: 24px; height: 24px;
	display: inline-block;
	background: url(../img/lang.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto
}

.header.fixed .right .lang p{color: #111;}
.header.fixed .right .lang p i{
	background-image: url(../img/langb.png);
}



.header .right .lang p:after{
	content: '';
	position: absolute; right: 0;
	top: 5px;
	width: 16px; height: 16px;
	background: url(../img/lang_drop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	
}

.header.fixed .right .lang p:after{
	background-image: url(../img/lang_dropb.png);
}

.header .right .lang .open_lang{position: absolute; left: 0; top: calc(100% + 10px);
padding: 10px; text-align: center; z-index: 2; background: #fff; border-radius: 5px; 
width: 100%; opacity: 0; visibility: hidden; transition-duration: .5s; border: 1px solid #ddd}
.header .right .lang .open_lang a{font-size: 14px; display: block}
.header .right .lang .open_lang a + a{margin-top: 10px}

.header .right .lang .open_lang.atv{visibility: visible; opacity: 1; }

.site_map_btn{width: 32px; height: 24px; position: relative; cursor: pointer}
.site_map_btn span{position: absolute;
background: #fff; border-radius: 2px; height: 2px; width: 100%; transition-duration: .5s }


.site_map_btn span:nth-child(1){top: 0; left: 0; width: 100%}
.site_map_btn span:nth-child(2){top: calc(50% - 1px); right: 0; width: 80% }
.site_map_btn span:nth-child(3){bottom: 0; left: 0; width: 100%}


.open_mo .site_map_btn span:nth-child(1){    transform: rotate(45deg) translateY(-50%); 
top: calc(50% - 1px); width: 100%}
.open_mo .site_map_btn span:nth-child(2){opacity: 0}
.open_mo .site_map_btn span:nth-child(3){    transform: rotate(-45deg) translateY(-50%); bottom: auto; 
top: calc(50% - 1px); width: 100% }

.open_mo .header .top_nav{display: none}

.open_mo .header.fixed{background: transparent}
.open_mo .header.fixed .logo {
    background-image: url(../img/logow.png);
}

.header.fixed .site_map_btn span,
.header:hover .site_map_btn span,
.sub .header .site_map_btn span{background: #111}


.open_mo .header:hover{background: transparent;}
.open_mo .header:hover .site_map_btn span{background: #fff}


.open_mo .header:hover .logo{
	background-image: url(../img/logow.png);
}



.open_mo .header:hover .top_nav li .one_deps{color: #fff}


.open_mo .header:hover .top_nav li:hover .one_deps{color: #775029}


.open_mo .header.fixed .right .lang p{color: #fff}
.open_mo .header.fixed .right .lang p i{    background-image: url(../img/lang.png);}

.open_mo .header.fixed .right .lang p:after {
    background-image: url(../img/lang_drop.png);
}

.open_mo .header.fixed .site_map_btn span{background: #fff}

.site_map{position: fixed; z-index: 9998;
width: 100%; height: 100%; padding: 0 10rem;
display: flex;
    align-items: center; opacity: 0; visibility: hidden; transition-duration: .5s;
    
    background: rgba(0, 0, 0, 0.80);
backdrop-filter: blur(20px);
    
    }


.open_mo .site_map{opacity: 1; visibility: visible}

.site_map .top_nav{width: 100%; display: flex; gap:10rem;
    justify-content: center;
}
.site_map .top_nav li{}
.site_map .top_nav li .one_deps{
color: #FFF;
font-size: 34px;
font-weight: 600;
word-break: keep-all;
margin-bottom: 40px;
word-break: keep-all;
display: block;
text-transform: uppercase
}



.site_map .top_nav li .sub_deps{}
.site_map .top_nav li .sub_deps a{
	color: #FFF;
font-size: 20px;
font-weight: 500;
display: block;
word-break: keep-all;
transition-duration: .5s;
opacity: .3
}

.site_map .top_nav li .sub_deps a + a{margin-top: 25px}

.site_map .top_nav li .sub_deps a:hover{opacity: 1}

/*foot*/





.footer{padding: 80px 0;
background: #EDE9E5;}


.footer .foot_top{display: flex;
justify-content: space-between;
align-items: center;}



.foot_info{margin-top: 40px; 
}

.foot_info ul{
	display: flex; 
	gap:10px 40px;
	flex-wrap: wrap;
}
.foot_info li.w100{width: 100%}

.foot_info li{
	color: #222;
font-size: 16px;
font-weight: 400;
line-height: 150%; /* 28px */
word-break: keep-all;
display: flex; gap:20px;

}
.foot_info li span{opacity: .8}
.foot_info li b{opacity: 1}

.foot_info .bottom{
	padding-top: 20px; 
border-top: 1px solid #222;
margin-top: 40px;
opacity: 0.25;
}

.foot_info p.copy{
color: #222;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
word-break: keep-all
}

.top_btn{
	position: fixed;
	z-index: 2;
	right: 3rem; bottom: 3rem;
	border-radius: 100px;
background: #fff;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
display: flex;
width: 80px;
height: 80px;
justify-content: center;
align-items: center;
}



.main_visual{height: 100vh; width: 100%; position: relative; overflow: hidden}
.main_visual .box{position: relative; width: 100%; height: 100vh; overflow: hidden;
display: flex;
    align-items: center;}
.main_visual .box .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff;
border-radius: 0 0 10rem 0;overflow: hidden}


.main_visual .box .bg img,
.main_visual .box .bg video{display: block; width: 100%; height: 100%;
object-fit: cover; }

.main_visual .box .txt{position: relative; z-index: 2; padding-top: 10%; width: 100%}

.main_visual .box .txt h2{
	color: #FFF;
font-size: 80px;
font-weight: 700;
line-height: 140%; /* 75.6px */
word-break: keep-all
}


.main_visual .scroll{
	position: absolute;
	left: 5rem;
	bottom: 5rem;
	z-index: 4;
	display: flex;
	width: 21px;
	flex-direction: column;
	align-items: center;
	gap: 11px;
}

.main_visual .scroll p{
	width: 96px;
transform: rotate(90deg) translateX(-30px);
color: #111;
font-size: 16px;
font-weight: 400;
line-height: 130%; /* 20.8px */
word-break: keep-all;
}

.main_visual .scroll i{
	width: 1px;
	height: 40px;
	background: rgba(17, 17, 17, 0.30);
	position: relative;
	overflow: hidden
}

.main_visual .scroll i span{
	position: absolute; top: 0;
	left: 0; width: 1px;
	background: #111;
	height: 20px;
	
	animation: scrollLine 1.8s linear infinite;
}


@keyframes scrollLine {
	0%{
		top: -20px;
		opacity: 0;
	}

	20%{
		opacity: 1;
	}

	100%{
		top: 40px;
		opacity: 0;
	}
}









/* 배경 줌 모션 */
.main_visual_slide .slick-slide .bg img,
.main_visual_slide .slick-slide .bg video {
  transform: scale(1.12);
  transition: transform 6s ease;
}

.main_visual_slide .slick-slide.slick-active .bg img,
.main_visual_slide .slick-slide.slick-active .bg video {
  transform: scale(1);
}


/* 텍스트 아래 → 위 등장 */
.main_visual_slide .slick-slide .txt h2,
.main_visual_slide .slick-slide .txt p{
  opacity: 0;
  transform: translateY(45px);
  transition: opacity .9s ease, transform .9s ease;
}
.main_visual.visual-ready .main_visual_slide .slick-slide.slick-active .txt h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .35s;
}

.main_visual.visual-ready .main_visual_slide .slick-slide.slick-active .txt p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .55s;
}

.main_visual.visual-ready .main_visual_slide .slick-slide.slick-active .txt .main_btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .75s;
}




.main_section{padding: 150px 0}
.main_company{overflow: hidden}
.main_company_flex{display: flex; gap:90px;}
.main_company_flex h2{
	color: #111;
font-size: 60px;
font-weight: 700;
line-height: 140%; 
word-break: keep-all
}


.main_company_flex .txt{flex:1}
.main_company_flex p{
	color: #222;
font-size: 24px;
font-weight: 400;
line-height: 150%; /* 36px */
word-break: keep-all
}











.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
 background: rgba(17, 17, 17, 0.30);
backdrop-filter: blur(10px);
  color: #fff;
  display: none; /* 기본적으로 숨김 */
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 180px;
  pointer-events: none;
  transform: translate(-100%, -100%);
  user-select: none;
  z-index: 4444;
  gap:20px; display: flex;
}



.custom-cursor:after{content: '';
background: url(../img/cursor_next.png); width: 10px; height: 16px; background-repeat: no-repeat; background-size: 100% auto}


.custom-cursor:before{content: '';
background: url(../img/cursor_prev.png); width: 10px; height: 16px; background-repeat: no-repeat; background-size: 100% auto}





.main_four{display: flex; margin-top: 80px; gap:20px;}

.main_four .box{flex:1}
.main_four .box h5{margin-bottom: 20px;
font-size: 16px; font-weight: 500; word-break: keep-all; color: #775029;}



.main_four .box .thum{overflow: hidden}
.main_four .box .thum img{display: block; width: 100%}


.main_four .box:nth-child(1){margin-top: 35px}
.main_four .box:nth-child(2){margin-top: 90px}
.main_four .box:nth-child(3){}
.main_four .box:nth-child(4){margin-top: 35px}


.main_four .box:nth-child(1) .thum{border-radius: 40px 0;}
.main_four .box:nth-child(2) .thum{border-radius: 0 40px;}
.main_four .box:nth-child(3) .thum{border-radius: 40px 0;}
.main_four .box:nth-child(4) .thum{border-radius: 0 40px;}



.main_four .box .txt{margin-top: 20px;}
.main_four .box .txt h3{
	color: #111;
font-size: 24px;
font-weight: 600;
line-height: 140%;
}
.main_four .box .txt p{
	margin-top: 15px;
	word-break: keep-all;
	color: #666;
font-size: 20px;
font-weight: 400;
line-height: 140%;
}


.main_solution{display: flex; gap:5rem; position: relative; padding-top: 150px;
    align-items: center;}

.main_solution .logo_solution{position: absolute; 
right: 0; top: 0; z-index: -1}

.main_solution .logo_solution img{
	
	animation: ratationr 10s linear infinite;
}

	



@keyframes ratationr {
	0%{
		transform: rotate(0deg)
	}


	100%{
		transform: rotate(360deg)
}
}

.main_solution .thum{
	border-radius: 0 100px 100px 100px;
	overflow: hidden;
	width: 45%
}
.main_solution .thum img{display: block; width: 100%}


.main_solution .txt{flex:1}
.main_solution .txt h2{
	color: #111;
font-size: 60px;
font-weight: 700;
line-height: 140%;
word-break: keep-all
}
.main_solution .txt p{
	color: #333;
font-size: 20px;
font-weight: 400;
line-height: 150%; /* 36px */
margin-top: 34px;
word-break: keep-all
}

.main_solution_tag{margin-top: 60px;
display: flex;
align-items: center;
gap: 16px;}
.main_solution_tag .tag{
	border-radius: 80px;
border: 1px solid #DDD;
background: #FFF;
display: inline-flex;
padding: 24px;
justify-content: center;
align-items: center;
gap: 10px;
}

.main_solution_tag .tag span{
	color: #111;
font-size: 18px;
font-weight: 400;
line-height: 140%; /* 25.2px */
word-break: keep-all
}







.loop_slide_are {
  overflow: hidden;
  width: 100%;
  background: #fff;
  margin-top: 120px
}

.logo_slide .slick-track {
  display: flex;
  align-items: center;
}

.logo_item {

  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  box-sizing: border-box;
}

.logo_item img {

  object-fit: contain;
}



.main_section.main_news{
	background: #F9F9F9;
	padding-bottom: 0
}

.main_title{display: flex;
    align-items: center;
    justify-content: space-between;}

.main_title h2{
	color: #111;
font-size: 60px;
font-weight: 700;
line-height: 140%;
word-break: keep-all
}
.main_title p{
	color: #111;
font-size: 24px;
font-weight: 400;
line-height: 140%; /* 33.6px */
word-break: keep-all
}
.main_title .left{display: flex; gap:34px;
    align-items: center;}

.main_btn{
	display: inline-flex;
	height: 70px;
	padding: 0px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 30px 30px 30px 0;
background: #775029;
color: #FFF;
font-size: 18px;
font-weight: 600;
word-break: keep-all;
border: 0
}

.main_btn svg{display: block}

.main_board{margin-top: 80px; display: flex; gap:20px}
.main_board li{width: calc(25% - 15px);

}

.main_board li.empty_li{width: 100%;}
.main_board li.empty_li a{border: 0; background: none; text-align: center; font-size: 14px}

.main_board li a{display: block; border: 1px solid #DDD;
background: #FFF; overflow: hidden; transition-duration: .8s}

.main_board li a:hover{
	box-shadow: 0 4px 20px 0 rgba(0, 99, 234, 0.10);
	border-radius: 40px 0 40px 0;
}

.main_board li .thum{display: block; overflow: hidden; aspect-ratio: 87/80;}
.main_board li .thum img{width: 100%; height: 100%;     object-fit: cover;}
.main_board li .txt{display: block; padding: 30px; border-top: 1px solid #DDD;}

.main_board li .txt h3{
	transition-duration: .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	color: #111;
	font-size: 22px;
	font-weight: 700;
	line-height: 140%;
	word-break: keep-all;
}


.main_board li:hover .txt h3{
	color: #775029;
}


.main_board li .txt p{margin-top: 20px;
display: flex;
gap: 20px;
overflow: hidden;
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 140%; /* 22.4px */
word-break: keep-all;
align-items: center;
    justify-content: space-between;
}

.main_board li .txt p i{display: block}
.main_board li .txt p i svg{display: block}



.main_form_are{
	padding: 150px 0;
	margin-top:150px;
	background: url(../img/main/main_form_are.jpg);
	border-radius: 200px 0 0 0;
	background-size: cover
}


.main_form_are .title{text-align: center; margin-bottom: 80px;}
.main_form_are .title h2{
	color: #222;
font-size: 60px;
font-weight: 700;
line-height: 140%; /* 84px */
word-break: keep-all
}
.main_form_are .title p{
	color: #222;
font-size: 24px;
font-weight: 400;
line-height: 140%; /* 33.6px */
word-break: keep-all;
margin-top: 30px
}

.form_in{max-width: 1000px; border-radius: 20px; margin: 0 auto 0; }
.form_in ul{z-index: 2; position: relative}
.form_in li label{
	display: block;
	color: #222; font-size: 18px; font-weight: 700; word-break: keep-all; 
	margin-bottom: 10px
}

.form_in li label span{color: #775029;}

.form_in ul{display: flex; gap:20px;    flex-wrap: wrap;}
.main_form_are .form_in ul li{width:100%}

.form_in li input{
	padding: 15px;
	background: transparent;
    border: 0;
	border-bottom: 1px solid #595959;
	color: #111; font-size: 18px;
	width: 100%;
}
.form_in li textarea{
	padding: 15px;
	background: transparent;
    border: 0;
	border-bottom: 1px solid #595959;
	color: #111; font-size: 18px;
	width: 100%;
	height: 150px;
}

.form_in li input::placeholder{color: #727272;}


.ck_agree{margin-top: 34px; display: flex; gap:10px; position: relative; z-index: 2}

.ck_agree input{display: none}
.ck_agree input + label{
	width: 24px;
	height: 24px;
	background: url(../img/ck.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	cursor: pointer
}


.ck_agree input:checked + label{
	background-image: url(../img/ckon.png);
}


.ck_agree p{font-size: 17px; color: #333; font-weight: 700; word-break: keep-all; line-height: 150%}
.ck_agree p a{
	color: #727272;
leading-trim: both;
text-edge: cap;
font-size: 15px;
font-weight: 500;
line-height: 160%; /* 24px */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
text-transform: capitalize;
margin-left: 10px
}



.form_in_btn{position: relative; z-index: 2; margin-top: 60px; text-align: center}





