@charset "utf-8";

:root {
  --color-bg1: #ffab87;
  --color-bg2: #f6733b;
  --color1: 246, 92, 95;
  --color2: 255, 80, 91;
  --color3: 246, 93, 68;
  --color4: 246,113, 61;
  --color5: 246, 151, 59;
  --color-interactive: 246, 92, 95;
  --circle-size: 200%;
  --blending: hard-light;
}

/*:root {
  --color-bg1: #000;
  --color-bg2: #333;
  --color1: 0, 0, 0;
  --color2: 20, 20, 20;
  --color3: 30, 30, 30;
  --color4: 40, 40, 40;
  --color5: 50, 50, 50;
  --color-interactive: 0, 0, 0;
  --circle-size: 200%;
  --blending: hard-light;
}*/



.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background:#f63b51;
  color: #fff;
  display: none; /* 기본적으로 숨김 */
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 180px;
  pointer-events: none;
  transform: translate(-100%, -100%);

  user-select: none;
  z-index: 9999;
  gap:20px; display: flex;
}



.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background:#f63b51;
  color: #fff;
  display: none; /* 기본적으로 숨김 */
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 180px;
  pointer-events: none;
  transform: translate(-100%, -100%);

  user-select: none;
  z-index: 4444;
  gap:20px; display: flex;
}


.custom-cursor2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: none; /* 기본적으로 숨김 */
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 150px;
  pointer-events: none;
  transform: translate(-100%, -100%);

  user-select: none;
  z-index: 4444;
  gap:20px; display: flex;
  backdrop-filter: blur(5px);
}


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


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


.inner{padding: 0 8rem}


/*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: 60px; border-radius: 20px;
  transform: translate(-50%, -50%); width: 100%; max-width: 900px}



.agree_pop_content .agree_title{position: relative; }

.agree_pop_content .agree_title h2{font-size: 25px;}
.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: 18px; font-weight: bold; word-break: keep-all; margin-bottom: 10px}
.agree_pop_info p{font-size: 16px; font-weight: 400; word-break: keep-all}
.agree_pop_info p + h3{margin-top: 30px}


.family-box {
    width: 100%;
    position: relative;
    font-family: 'Pretendard', sans-serif;
    margin-top: 20px
}

.family-btn {
    width: 100%;
    background: #2b2b2b;
    color: #fff;
    border: none;
    padding: 16px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

.family-btn .plus {
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* 열릴 때 + 회전 */
.family-btn.active .plus {
    transform: rotate(45deg);
}

.family-list {

    background: #1e1e1e;
    border-radius: 10px;
    margin-bottom: 4px;
    overflow: hidden;
    position: absolute; 
    bottom: 100%;
    width: 100%;
    display: none;
    text-align: left
}

.family-list li a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.family-list li:last-child a {
    border-bottom: none;
}

.family-list li a:hover {
    background: #333;
}




/*header*/

.header{position: absolute; left: 0; top: 0; width: 100%; padding: 0 8rem; transition-duration: .5s; z-index: 9999}
.header .top_logo{width: 134px; height: 32px;
background: url(../img/logow.png); background-position: center; background-repeat: no-repeat; background-size: 100% auto;
position: absolute; top: 30px; left: 8rem; z-index: 2}


.header .top_nav{display: flex; justify-content: flex-end;
    align-items: flex-start; gap:60px}


.header .top_nav li{position: relative; text-align: center}

.header .top_nav .main_deps{color: #fff; font-size: 18px; font-weight: 500; height: 100px; text-align: center; display: flex; 
justify-content: center;
    align-items: center; transition-duration: .5s}


.header .top_nav .sub_deps{
	position: absolute; left: 50%; top: 100%;
	text-align: center;
	transform: translateX(-50%);
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
	visibility: hidden; 

	transition-duration: 0.3s;
	opacity: 0;
	height: 0;
	max-height: 0;
}

.header .top_nav .sub_deps a{display: flex;
justify-content: center;
    align-items: center; font-size: 16px; color: #444444; transition-duration: .5s; gap:6px; font-weight: 500;
    }
 
.header .top_nav .sub_deps a:hover{font-weight: 600; color: #f63b51}
    
.header .top_nav .sub_deps a + a{margin-top: 10px;}   
    
.header:before{content: ''; position: absolute; left: 0; width: 0%; height: 1px; top: 100px; background: #ededed; transition-duration: 1s}
  
.header:after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 0px; background: #fff; transition-duration: 0.5s; opacity: 0; z-index: -1  }    

.header:hover:before{ width: 100%}

.header:hover:after{height: 400px; opacity: 1} 

.header:hover .top_logo{background-image: url(../img/logob.png)}
.header:hover .top_nav .main_deps{color: #111111}


.header:hover .top_nav .sub_deps{padding: 30px 0; opacity: 1; height: auto; max-height: 360px; visibility: visible; transition-duration: 1s; }
  
.header .top_nav li:hover .main_deps{color: #f63b51}
.header .top_nav li .main_deps:after{content: ''; position: absolute; left: 50%; bottom: -5px; background: #f63b51; width: 10px; height: 10px; border-radius: 10px;
transform: translateX(-50%); opacity: 0; transition-duration: .5s}
    
.header .top_nav li:hover .main_deps:after{opacity: 1}
    
    
    
    
/*foot*/

.floating{position: fixed; right: 35px; bottom: 35px; z-index: 3}
.floating .chat{display: flex; background: #fff; border-radius: 10px; text-align: center; width: 96px; height: 96px;
flex-direction: column;
    justify-content: center;
    align-items: center; gap:5px; border: 1px solid #ddd}
.floating .chat span{color:#f63b51; font-size: 16px; font-weight: 700 }

.floating .top_bt{display: flex; width: 96px; padding: 5px 0; background: #f63b51; border-radius: 6px; display: flex; border: 0; color: #fff; font-size: 16px; 
font-weight: 700; margin-top: 5px;
justify-content: center;
    align-items: center; gap:5px}


.footer{padding: 70px 0; border-top: 1px solid #e3e3e3}

.footer .inner{display: flex;    align-items: stretch;
    justify-content: space-between;}
.footer .foot_link{display: flex; gap:15px;
justify-content: flex-start;
    align-items: center;}
.footer .foot_link li a{color: #999; font-size: 16px; font-weight: bold}
.footer .foot_link li i{width: 2px; height: 14px; background: #eeeeee; display: block;}

.footer .txt{margin-top: 60px}
.footer .txt h3{font-size: 20px; font-weight: bold; color: #111111}
.footer .txt .foot_txt{margin-top: 20px}
.footer .txt .foot_txt li{display: flex; gap:10px; color: #333333; font-weight: 500; font-size: 16px; word-break: keep-all}
.footer .txt .foot_txt li b{font-weight: 800; color: #aaaaaa}
.footer .txt .foot_txt li i{width: 2px; height: 14px; background: #eeeeee; display: block;}
.footer .txt .foot_txt li + li{margin-top: 8px}

.footer .right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    text-align: right
}

.footer .right{color: #bbbbbb; font-size: 14px}


/*Main*/

.main_visual{height: 100vh; width: 100%; overflow: hidden;
display: flex;
    justify-content: center;
    align-items: center; width: 100%; position: relative}
.main_visual h2{color: #fff; font-size: 96px; text-align: center}


.main_visual svg {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.05s linear;
    opacity: .5
}

.main_visual svg path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: draw 10s linear infinite;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }

}



@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
.gradient-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
  top: 0;
  left: 0;
  z-index: -1
}
.gradient-bg svg {
  display: none;
}
.gradient-bg .gradients-container {
  filter: url(#goo) blur(40px);
  width: 100%;
  height: 100%;
}
.gradient-bg .g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  animation: moveVertical 30s ease infinite;
  opacity: 1;
}
.gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 1;
}
.gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  animation: moveInCircle 40s linear infinite;
  opacity: 1;
}
.gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}
.gradient-bg .g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  animation: moveInCircle 20s ease infinite;
  opacity: 1;
}
.gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}





.pinned-section {
  position: relative;
  height: 100vh; /* 길게 만들어서 스크롤 영역 확보 */
  background: black;
}


.pinned-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.pinned-section .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
  width: 100%;
}

.pinned-section .text-line {
  font-size: 80px;
  opacity: 0;
  padding: 10px 0;
  filter: blur(5px);
}


.main_title {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}


.main_title h2{font-size: 90px; color: #111111; font-weight: 500}
.main_title h2 b{font-style: italic; font-weight: 500}
.main_title p{color: #111; font-size: 20px; word-break: keep-all; margin-top: 20px;}

.horizontal-section {

  position: relative;
  overflow: hidden;
padding: 100px 0
}

.h-scroll-wrapper {
  height: 100%;
  position: relative;
  padding: 80px 0rem;
  box-sizing: border-box;
}

.h-scroll-wrapper .main_title{padding: 0 8rem}



.h-scroll {
  padding-top: 30px
}

.h-scroll .slick-list{padding: 0 24rem; overflow: visible}

.horizontal-section .box {
  height: 100%;
  background: #ccc;
  border-radius: 20px;
  margin: 0 20px;
  position: relative
}


.horizontal-section .box .box_title{z-index: 2; position: absolute; left: -1px; top: -45px; background: #fff; display: flex; height: 90px; 
border-radius:0 95px 95px 0; padding: 0 60px;
    align-items: center;
    justify-content: center;}
.horizontal-section .box .box_title h3{font-weight: 500; font-size: 28px; color: #111; margin-top: 20px;
text-transform: uppercase}

.horizontal-section .box .box_title:after{
	content: '';
	position: absolute; bottom: -30px; left: 0;
	background: url(../img/main/round.png);
	width: 30px; height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto
}

.horizontal-section .box .box_title:before{
	content: '';
	position: absolute; top: 44px; right: -23px;
	background: url(../img/main/round.png);
	width: 30px; height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto
}


.horizontal-section .box .btn_are{z-index: 2; position: absolute; right: -20px; bottom: -48px; background: #fff; 
width: 128px; height: 128px; border-radius: 128px 0 128px 128px;
display: flex;
    justify-content: center;
    align-items: center;
 }
 
.horizontal-section .box .btn_are:after {
    content: '';
    position: absolute;
    bottom: 48px;
    left: -28px;
    background: url(../img/main/round.png);
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: rotate(180deg);
}


.horizontal-section .box .btn_are:before {
    content: '';
    position: absolute;
    top: -28px;
    right: 20px;
    background: url(../img/main/round.png);
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: rotate(180deg);
}
 
 
.horizontal-section .box .btn_are a {width: 100px; height: 100px; background: #111; border-radius: 100px; transition-duration: .5s;
display: flex;
    justify-content: center;
    align-items: center;}


.horizontal-section .box .btn_are a:hover{background: #f63b51}

.horizontal-section .box .box_img{position: relative; border-radius: 16px; overflow: hidden; height: 60vh; width: 100%}
.horizontal-section .box .box_img img{width: 100%; height: 100%;     object-fit: cover;}


.horizontal-section .box .box_img .box_txt{position: absolute; left: 0; bottom: 0; text-align: center; width: 100%; height: 50%;
background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); padding: 50px 10px;
display: flex; align-items: flex-end;
    justify-content: center;}

.horizontal-section .box .box_img .box_txt h4{color: #fff; font-size: 32px; font-weight: bold}






.main_service{padding: 150px 16rem; text-align: center; overflow: hidden; position: relative}
  
    
.swiper-container {
  width: 100%;
  overflow: visible; 
  margin-top: 80px
}


.swiper-wrapper {
  overflow: visible; /* ✅ 이 부분도 중요 */
}

.swiper-slide {
  width: 100%;
  padding: 0 100px
}

.swiper-slide .thum{
	 border-radius: 16px;
	 overflow: hidden;
	 position: relative;
	 display: block
}

.swiper-slide .thum img{width: 100%}

.main_service .swiper-3d .swiper-slide-shadow-left,
.main_service .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}


.main_service .swiper-button-next:after, .main_service .swiper-button-prev:after{display: none}

.main_service .swiper-button-next, .main_service .swiper-button-prev{
	display: flex; width: 60px; height: 60px; border: 1px solid #ddd; background: #fff; border-radius: 60px;
	    justify-content: center;
    align-items: center;
}

.swiper-slide .thum .box_txt{position: absolute; left: 0; bottom: 0; text-align: center; width: 100%; height: 50%;
background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); padding: 50px 10px;
display: flex; align-items: flex-end;
    justify-content: center;}

.swiper-slide .thum .box_txt h4{color: #fff; font-size: 32px; font-weight: bold}





.swiper-slide-prev,
.swiper-slide-next {
  transform: scale(0.9) rotateY(25deg);
  opacity: 0.7;
}

.swiper-slide-active {
  transform: scale(1) rotateY(0);
  opacity: 1;
}
    
    
.slide-tabs{display: inline-flex; padding: 7px; background: #f8f8f8; border-radius: 100px; position: relative}
.slide-tabs button{border: 0; width: 188px; height: 56px; display: flex; border-radius: 56px; text-align: center;
font-size: 20px; color: #111; background: transparent;
justify-content: center;
    align-items: center; z-index: 2}
    
    
.slide-tabs:after{
	content: '';
	position: absolute; left: 7px; 
	height: 56px; 
	border-radius: 56px;
	background: #111;
	top: 7px;
	width: 188px;
	transition-duration: .5s
}   

.slide-tabs.type01 .type01{color: #fff}
.slide-tabs.type02 .type02{color: #fff}
.slide-tabs.type03 .type03{color: #fff}
.slide-tabs.type04 .type04{color: #fff}
.slide-tabs.type05 .type05{color: #fff}



.slide-tabs.type02:after{left: calc(188px + 7px)}
.slide-tabs.type03:after{left: calc(188px + 7px + 188px)}
.slide-tabs.type04:after{left: calc(188px + 188px + 188px + 7px)}
.slide-tabs.type05:after{left: calc(188px + 188px + 188px + 188px + 7px)}



.tab {
  display: inline-flex; padding: 7px; background: #f8f8f8; border-radius: 100px; position: relative
}
.tab__item {
 border: 0; width: 188px; height: 56px; display: flex; border-radius: 56px; text-align: center;
font-size: 20px; color: #111; background: transparent;
justify-content: center;
    align-items: center; z-index: 2
}
.tab__item.active a{
   color: #fff
}


.tab:after{
	content: '';
	position: absolute; left: 7px; 
	height: 56px; 
	border-radius: 56px;
	background: #111;
	top: 7px;
	width: 188px;
	transition-duration: .5s
}   

.tab.type01 .active a{color: #fff}
.tab.type02 .active a{color: #fff}
.tab.type03 .active a{color: #fff}
.tab.type04 .active a{color: #fff}
.tab.type05 .active a{color: #fff}



.tab.type02:after{left: calc(188px + 7px)}
.tab.type03:after{left: calc(188px + 7px + 188px)}
.tab.type04:after{left: calc(188px + 188px + 188px + 7px)}
.tab.type05:after{left: calc(188px + 188px + 188px + 188px + 7px)}



.tab__content {
  display: none;
}
.tab__content.active {
  display: block;
}





.circle-icon {
  position: absolute;
  top: 5%;
  left: -5%;

  transform-origin: center center;
  z-index: -1
}


.main_partner{padding-bottom: 150px}

.text-marquee{padding-top: 30px}
.text-marquee .thum{border-radius: 20px; padding: 20px; box-shadow: 1px 1px 15px rgba(0,0,0,0.1)}


.text-marquee .slick-slide{padding: 15px}


.ani_box{border-radius: 0 200px 200px 0; background: url(../img/main/ani_box.png); background-size: cover;
padding: 80px 0 80px 0; display: flex;
    justify-content: space-between;
    align-items: center; transition-duration: 2s; width: 0; overflow: hidden; height: 400px} 

.ani_box h2{color: #fff; font-size: 120px; font-weight: 500; line-height: 1}
.ani_box h2 b{font-style: italic}
.ani_box .flex_contact{display: flex; gap:70px;
justify-content: flex-start;
    align-items: center;}
.ani_box .flex_contact a{font-size: 24px; color: #fff; gap:60px; display: flex; gap:20px;justify-content: flex-start;
    align-items: center; }
 .ani_box .flex_contact a i{background: #f8f8f8; width: 72px; height: 72px; border-radius: 72px;
 justify-content: center;
    align-items: center; display: flex; transition-duration: .5s}   
    

.ani_box .right p{color: #fff; font-size: 30px}    
 
 
.ani_box .left{opacity: 0; transition-duration: 0s; transition-delay: 0s; visibility: hidden}   
.ani_box .right{opacity: 0; transition-duration: 0s; transition-delay: 0s; visibility: hidden}        
    
.ani_box.show{width: 100%; padding: 80px 16rem 80px 8rem; }   
.ani_box.show .left{opacity: 1; visibility:visible; transition-delay: 1s;transition-duration: 1s;}   
.ani_box.show .right{opacity: 1; visibility:visible; transition-delay: 1.5s;transition-duration: 1s;}     
    
    
    
    
.all_btn{display: none}
.mo_nav{display: none}
    
.mo{display: none !important}
.pc{display: block} 
    
    
    
    
    
    
    
    
/*250812*/    
    

#image{background: #fff; position: relative}
#image .txt_info{width: 100%; padding: 0 12rem; text-align: center}
#image .txt_info h2{color: #fff; font-size: 80px; line-height: 1.5; word-break: keep-all}

#image .txt_info .main_btn{margin-top: 50px}

#image .img_area {width: 100%; position: relative}

#image .img_area img {width: 100%; height: 100vh; object-fit: cover; position: absolute; left: 0; top: 0; transition-duration: 0.8s}



#image .txt_area {position: relative; }

#image .txt_area:after{content: '';position: absolute; left: 0; top: 0;
width: 100%; height: 100%; background: #000; opacity: .1; z-index: 2}

#image .txt_area .txt_container {position: relative; z-index: 3}
#image .txt_area .txt_container li {height: 100vh; display: flex; align-items: center; justify-content: flex-end;}    
    
    
    
    
    
    

@media (max-width: 1640px) {

.header{padding: 0 3rem}
.header .top_logo{left: 3rem}

}






@media (max-width: 1580px) {



}


@media (max-width: 1370px) {

.h-scroll-wrapper{padding: 50px 3rem}
.horizontal-section .box .box_img,
.h-scroll{height: 50vh}

.inner{padding: 0 3rem}

.main_service{padding: 150px 3rem}

.swiper-container{padding: 0 8rem}

.swiper-slide{padding: 0 50px}

.ani_box.show {
    width: 100%;
    padding: 80px 8rem 80px 3rem;
}

.ani_box h2{font-size: 90px}
.ani_box .right p{font-size: 20px}

.h-scroll-wrapper .main_title{padding: 0}


.h-scroll .slick-list{padding: 0 3rem}

.custom-cursor {display: none}

}


@media (max-width: 1280px) {

.horizontal-section .box .box_img .box_txt h4{font-size: 24px}
.pinned-section .text-line{font-size: 60px}

#image .txt_info h2{font-size: 60px}


}


@media (max-width: 1024px) {
	
.header .top_nav{display: none}	
.all_btn{display: block; width: 30px; height: 18px; position: absolute; right: 3rem; top: 34px}
.all_btn span{width: 100%; height: 2px; background: #fff; position: absolute; transition-duration: .5s}
.all_btn span:nth-child(1){left: 0; top: 0}
.all_btn span:nth-child(2){left: 0; top: 50%; margin-top: -1px}
.all_btn span:nth-child(3){left: 0; top: 100%}
  

.open_mo .all_btn span:nth-child(1){left: 0; top: 0; transform: rotate(45deg);}
.open_mo .all_btn span:nth-child(2){opacity: 0}
.open_mo .all_btn span:nth-child(3){left: 0; top: 0;transform: rotate(-45deg);}
   
   
.header:before{display: none}
  
.header:after{display: none}    



.header:hover .top_logo{background-image: url(../img/logow.png)}
.header:hover .top_nav .main_deps{color: #fff}





.mo_nav{display: flex; position:fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 9998;
justify-content: center;
        align-items: center; opacity: 0; visibility: hidden; transition-duration: .5s}
.open_mo .mo_nav{visibility: visible; opacity: 1}      
        
        
        
        
.mo_nav .top_nav{text-align: center} 
.mo_nav .top_nav .main_deps{font-size: 24px; color: #fff}
.mo_nav .top_nav li + li{margin-top: 15px}  
.mo_nav .top_nav .sub_deps{overflow: hidden; height: 0; max-height: 0; transition-duration: .5s; visibility: hidden}
.mo_nav .top_nav .sub_deps a{display: block; color: #fff; font-size: 16px}
.mo_nav .top_nav .sub_deps a + a{margin-top: 10px}  
  
.mo_nav .top_nav .on_deps + .sub_deps{height: auto; padding: 20px 0; max-height:max-content; visibility: visible } 
       
       

.ani_box,
.ani_box.show{width: 100%; padding: 0 3rem; border-radius: 0}    
.ani_box .left,
.ani_box .right{opacity: 1; visibility: visible}      
    
.ani_box{background-position: right}       


.h-scroll .slick-list{padding: 0 3rem}
.h-scroll-wrapper .main_title{padding: 0}
}


@media (max-width: 860px) {

.main_title h2{font-size: 60px}
.main_title p{font-size: 18px}

#image .txt_info{padding: 0 20px}
#image .txt_info h2{font-size: 40px}

.tab {
    flex-wrap: wrap;
    gap:10px;
        justify-content: center;
        border-radius: 0;
        background: transparent
}

.tab {gap:20px}
.tab button{width: auto; padding: 0 10px}

.tab:after{display: none}




.tab .active{background: #111}



.swiper-container{padding: 0 3rem}


.ani_box h2{font-size: 40px}

.ani_box, .ani_box.show{height: auto; padding: 60px 3rem}

.ani_box {

    justify-content: center;
    align-items: flex-start;
    flex-direction: column; gap:30px
}

    .ani_box .left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }



.footer .inner {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
}


.footer .right {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    gap: 30px;
}

.footer .right img{display: none}



}


@media (max-width: 600px) {

.header{padding: 0 20px}
.header .top_logo{left: 20px}
.all_btn{right: 20px}

.main_visual{padding: 0 20px}
.main_visual h2{font-size: 30px; }
.pinned-section .text-line{font-size: 30px; padding: 0 20px}

.main_visual svg{max-width: 60%}

.h-scroll-wrapper{padding: 0px 20px}

.main_title h2{font-size: 30px; font-weight: bold}
.main_title p{font-size: 16px; margin-top: 10px}


.h-scroll .slick-list {
        padding: 0; overflow: hidden; margin: 0 -10px
    }

.slick-initialized .slick-slide {padding: 0 10px}


.horizontal-section .box{flex:1; width: 100%; margin: 0}


.horizontal-section .box .box_title {
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 20px;
    background:transparent;
    height: 60px;
    padding: 0 0px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.horizontal-section .box .box_title h3{margin: 0; font-size: 18px; color: #fff}

.horizontal-section .box .box_title:before,
.horizontal-section .box .box_title:after{display: none}



.horizontal-section .box .btn_are {
    z-index: 2;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
}

.horizontal-section .box .btn_are:before,
.horizontal-section .box .btn_are:after{display: none}

.horizontal-section .box .btn_are a{width: 80px; height: 80px}

.horizontal-section .box .box_img .box_txt h4{font-size: 18px; text-align: left}



.horizontal-section .box .box_img .box_txt {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px 40px
}
.h-scroll{height: auto}
.horizontal-section{height: auto}

.tab {
    flex-wrap: wrap;
    gap:10px;
        justify-content: center;
        border-radius: 0;
        background: transparent
}

    .tab .tab__item {
        width: auto;
        padding: 10px;
        height: auto;
        font-size: 14px
    }

.main_service .swiper-button-next, .main_service .swiper-button-prev{display: none}

.swiper-slide{padding: 0}

.main_service{padding: 100px 20px}
.swiper-container{padding: 0; margin-top: 30px}

.swiper-slide .thum .box_txt h4{font-size: 18px}

.inner{padding: 0 20px}

.main_title{margin-bottom: 30px}
.text-marquee{padding: 0}

.text-marquee .thum{border-radius: 0; padding: 10px}
.text-marquee .thum img{max-width: 100%}

.text-marquee .slick-slide{padding: 15px 5px}

.main_partner{padding-bottom: 80px}

.main_title p{line-height: 150%}

.ani_box, .ani_box.show{padding: 60px 20px}


.ani_box h2{font-size: 24px}


.mo{display: block !important}
.pc{display: none !important} 

.ani_box .right p{font-size: 16px; word-break: keep-all; line-height: 150%}
.ani_box .flex_contact a{font-size: 16px}

.footer .foot_link li a{font-size: 12px}

.footer .txt h3{font-size: 16px}

.footer .txt{margin-top: 30px}

.footer .txt .foot_txt li {
    gap: 5px;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    word-break: keep-all;
    flex-wrap: wrap;
}

.footer{padding: 40px 0}

.floating{right: 20px; }


#image .txt_info h2{font-size: 24px}


}





@media (max-width: 360px) {

 
 
 
 
}
    
    
