@charset "utf-8";

/* main.css */
/* 헤더 ~ 푸터 */
/* main.css */


/* 상단 레이아웃 */
#header {padding: 0 100px;position:fixed;top:0;left:0;z-index: 110;width:100%;transition:all .3s}

.gnb {display:flex;flex-wrap:wrap;align-items:center;width:100%;position: relative;}
.gnb__logo {flex: 0 1 320px;}
.gnb__logo-link {}
.gnb__logo-link img {/* height: 80px; */}
.gnb__logo-link__item.sub__header{display:none}
.gnb__logo-link__item.active {display:none; transition: all .3s}

.sub_header .gnb__2depth { top: 71px;}

.gnb__menu {flex: calc(100% - 470px);display:flex;align-items:center;justify-content: end;gap: 10px;}
.gnb__1depth {position:relative;flex: 0 1 calc(100% / 7);max-width: 120px;text-align: center;}
.gnb__1depth-link {display: block;padding: 25px 0;font-size: 18px;color: #FFF;}
.gnb__1depth-link:hover {font-weight:700;}
.gnb__2depth {display:none;position:absolute;left: 50%;transform: translateX(-50%);top: 70px;width: 150%;text-align: left;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background: rgb(0 33 56 / 50%);padding: 5px 0;}
.gnb__2depth.gnb__2depth--active {display:block;}
.gnb__2depth-link {display:block;padding: 8px 20px;font-size:16px;color: #FFF;position: relative;transition: all 0.3s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);}
.gnb__2depth-link:before {display:block; content:''; width:3px; height:0; background: #FFF; position: absolute; left:0; top: 50%; transform: translateY(-50%);opacity:0; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.gnb__2depth-link:hover {font-weight:700;}
.gnb__2depth-link:hover:before {height:calc(100% - 20px);opacity:1}

.gnb__line {display:block;position:absolute;left: 50%;bottom: 0px;transform:translateX(-50%);width: 100%;height:1px;z-index: -1;background-color:rgba(255,255,255,.3);}
.gnb__line:before {display:block;content:"";position:absolute;top:50%;transform:translateY(-50%);width:.5625em;height:.5625em;background-color:#FFF;border-radius:50%;left: 0;}
.gnb__line:after {display:block;content:"";position:absolute;top:50%;transform:translateY(-50%);width:.5625em;height:.5625em;background-color:#FFF;border-radius:50%;right: 0;}

.fp-viewing-4 #header {background: #FFF;border-bottom: 1px solid #cdcdcd;}
.fp-viewing-4 .gnb__logo-link__item {display: none;}
.fp-viewing-4 .gnb__logo-link__item.active {display: block;}
.fp-viewing-4 .gnb__1depth-link {color: #000;}
.fp-viewing-4 .gnb__line {display: none;}

.go_sns {display: flex;position: relative;float: left;text-align: center;height: 100%;align-items: center; padding-left: 30px;}
.go_sns div:first-child { padding-right: 27px; padding-left: 10px;}
@media screen and (max-width: 1500px) {
	#header {padding: 0 40px}
	.gnb__line {bottom:0;}
}

@media screen and (max-width: 1400px) {
  .gnb__logo {flex: 0 1 280px;}
  .gnb__menu {padding: 0 0 0 5%;}
  .gnb-1depth-link {padding:30px;font-size:16px}
  .gnb-2depth-link {font-size:15px}
  .gnb-1depth-item:nth-child(3) .gnb-1depth-link {padding:30px 40px}
}

@media screen and (max-width: 1200px) {
  .gnb__menu {display:none;}
  .gnb-1depth-link {padding:30px 20px;font-size:15px}
  .gnb-1depth-item:nth-child(3) .gnb-1depth-link {padding:30px 20px}
}

@media screen and (max-width: 1024px) {
  .gnb__logo {flex: 0 1 230px;}
  .gnb__logo img {flex: 0 1 200px;}
  .gnb-1depth-list {display:none}
}

@media screen and (max-width: 768px) {
  #header {padding: 0px 20px}
  .gnb {padding: 10px 0;}
  .gnb__logo {flex: 0 1 200px;}
}

@media screen and (max-width: 500px) {
  .gnb__logo {flex: 0 1 150px;padding: 15px 0}
}

.sitemap {flex: 0 1 150px;display: flex;align-items: center;justify-content: end;}
.sitemap__mypage {width: 40px;height: 40px;background: url('../img/icon_mypage.png') no-repeat center;padding: 20px;}
.sitemap__btn {width:70px;height:70px;border:0;background:transparent;/* padding:20px; */position:relative;z-index:10;transition: all .3s;display: flex;justify-content: center;align-items: center;}
.sitemap__btn img:nth-child(1) {}
.sitemap__btn img:nth-child(2) {display: none;}
.sitemap__btn--active img:nth-child(1) {display: none;}
.sitemap__btn--active img:nth-child(2) {display: block;}
.sitemap__btn--active .sitemap__btn--top {animation:ease .7s top forwards}
.sitemap__btn--no-active .sitemap__btn--top {animation:ease .7s top-2 forwards}
.sitemap__btn--active .sitemap__btn--mid {animation:ease .7s scaled forwards}
.sitemap__btn--no-active .sitemap__btn--mid {animation:ease .7s scaled-2 forwards}
.sitemap__btn--active .sitemap__btn--bot {animation:ease .7s bottom forwards}
.sitemap__btn--no-active .sitemap__btn--bot {animation:ease .7s bottom-2 forwards}

@keyframes top {
  0% {top:0;transform:rotate(0)}
  50% {top:6px;transform:rotate(0)}
  100% {top:6px;transform:rotate(45deg);background:#000}
}

@keyframes top-2 {
  0% {top:6px;transform:rotate(45deg)}
  50% {top:6px;transform:rotate(0deg)}
  100% {top:0;transform:rotate(0deg)}
}

@keyframes bottom {
  0% {bottom:0;transform:rotate(0)}
  50% {bottom:6px;transform:rotate(0)}
  100% {bottom:12px;transform:rotate(135deg);background:#000}
}

@keyframes bottom-2 {
  0% {bottom:6px;transform:rotate(135deg)}
  50% {bottom:10px;transform:rotate(0)}
  100% {bottom:0;transform:rotate(0)}
}

@keyframes scaled {
  50% {transform:scale(0)}
  100% {transform:scale(0)}
}

@keyframes scaled-2 {
  0% {transform:scale(0)}
  50% {transform:scale(0)}
  100% {transform:scale(1)}
}

.sitemap__menu {display:none;position:fixed;width:100%;height:100vh;top:0;left:0;background:#FFF;padding:100px 150px;overflow-y:scroll;flex-wrap:wrap;gap:50px;text-align: left;}
.sitemap__menu--active {display:flex;}
.sitemap__menu::-webkit-scrollbar {width:5px}
.sitemap__menu::-webkit-scrollbar-thumb {background-color:#2f2f2f;border-radius:10px}
.sitemap__menu::-webkit-scrollbar-track {background-color:#d8d8d8;border-radius:10px}
.sitemap__1depth {flex: 0 1 calc(100% / 3 - 38px);padding:60px 40px;border-radius:20px;border:1px solid #e5e5e5;box-shadow:0 0 15px rgb(0 0 0 / 14%)}
.sitemap__1depth-link {display:block;font-size:22px;line-height:30px;font-weight:700;padding:0 0 10px;margin:0 0 20px;border-bottom:3px solid #2f2f2f;}
.sitemap__2depth {}
.sitemap__2depth-link {display:block;font-size:18px;padding:0 0 10px;}
.sitemap__2depth-link:hover {font-weight:700;color: #005AD4;}
.sitemap__2depth-link:last-child {padding:0;}

@media screen and (max-width: 1400px) {	
	.sitemap {flex: 0 1 180px}
	.sitemap__menu {gap: 20px; padding:100px 80px;}
	.sitemap__1depth {flex: 0 1 calc(100% / 4 - 15px); padding: 50px 30px;}
}

@media screen and (max-width: 1200px) {
	.sitemap {flex: 0 1 calc(100% - 280px)}
	.sitemap__menu {padding: 80px 60px;}
	.sitemap__2depth-link {font-size: 18px;}
}

@media screen and (max-width: 1024px) {
	.sitemap {flex: 0 1 calc(100% - 230px)}
	.sitemap__1depth {flex: 0 1 calc(100% / 3 - 14px);}
	.sitemap__1depth-link {font-size: 20px;line-height: 28px;border-bottom: 1px solid #2f2f2f}
	.sitemap__2depth-link {font-size: 16px;}
}

@media screen and (max-width: 768px) {
	.sitemap {flex: 0 1 calc(100% - 200px)}
	.sitemap__menu {padding: 60px 40px;}
	.sitemap__1depth {flex: 0 1 calc(100% / 2 - 10px); padding: 30px}
	.sitemap__btn {width:45px;height:60px;}
	.sitemap__btn img {width: 45px;height: 45px;}
}

@media screen and (max-width: 500px) {
	.sitemap {flex: 0 1 calc(100% - 150px);}
	.sitemap__menu {padding: 60px 20px;gap: 10px;}
	.sitemap__btn {width: 40px;height: 50px;}
	.sitemap__btn img {width: 40px;height: 40px;}
	.sitemap__btn span {display:block;width:100%;height:3px;background:#FFF;transition:all .3s;position:relative}
	.sitemap__btn span+span {margin-top:6px;}
	
	.sitemap__1depth {flex: 0 1 100%;padding: 30px 20px;}
	.sitemap__1depth-link {font-size: 20px;margin: 0 0 15px}
	.sitemap__2depth-link {}

	.sitemap__mypage {width: 30px;height: 30px;padding: 15px;}
}




/* 풀페이지 수정 */
.fullpage__menu {position:fixed;z-index:100;top:50%;right: 25px;opacity:1;transform: translateY(-50%);}
.fullpage__menu-list {}
.fullpage__menu-list li {transition: all cubic-bezier(0, 0.02, 0.3, -0.04);padding: 5px 0;text-align: center;}
.fullpage__menu-list li.text {writing-mode:vertical-rl;transform: rotate(180deg);padding: 0 0 20px;font-size: 16px;color: #FFF;font-weight: 600;cursor: pointer;transition: all 0.2s;}
.fullpage__menu-list li.text:hover {font-weight: 700;}
.fullpage__menu-list li a {padding: 0px 20px 0px 0px;position: relative;font-size: 14px;color: #FFF;transition: all 0.3s;}
.fullpage__menu-list li a::before {display: block;content: '';width: 10px;height: 10px;border-radius: 100%;border: 1px solid #FFF;position: absolute;right: 4px;top: 50%;transform: translateY(-50%);transition: all 0.3s;}
.fullpage__menu-list li a.active {font-size: 16px;font-weight: 600;}
.fullpage__menu-list li a.active::before {display: block;content: '';width: 10px;height: 10px;background: #FFF;}

.fp-viewing-sec04 .fullpage__menu-list li.text {color: #3578ab}
.fp-viewing-sec04 .fullpage__menu-list li a::before {border: 1px solid #ffffff;}
.fp-viewing-sec04 .fullpage__menu-list li a.active::before {background: #3578ab;border: 1px solid #3578ab;}
.fp-viewing-4 .fullpage__menu-list li.text {color: #000;font-weight: 700;letter-spacing: 3px;}
.fp-viewing-4 .fullpage__menu-list li a::before {border: 1px solid #b2d4ef;}
.fp-viewing-4 .fullpage__menu-list li a.active::before {background: #3578ab;}

@media screen and (max-width: 960px) {
	.fp-tableCell {height: 100% !important;}
}

@media screen and (max-width: 768px) {
	.fullpage__menu {display:none;}
}



/* 퀵메뉴 */
.quick__menu {width: 95%;max-width: 1700px;margin: 0 auto;position: fixed;bottom: 0;left: 50%;transform: translateX(-50%) translateY(calc(100% - 64px));opacity:1;transition: all 0.3s;}
.quick__menu.active {transform: translateX(-50%);}
.fp-viewing-section03 .quick__menu {bottom: -100%;opacity: 0; transition: all 0.5s;}
.fp-viewing-4 .quick__menu {bottom: -100%;opacity: 0; transition: all 0.5s;}

.quick__menu-btn {display: block;width: 100%;background: linear-gradient(90deg, #009655 0%, #0389ba 100%);mix-blend-mode: normal;font-size: clamp(16px, 2vw, 20px);color: #FFF;padding: 20px;text-align: center;border-top-left-radius: 20px;border-top-right-radius: 20px;}
.quick__menu-btn__txt {}
.quick__menu-btn__txt p {padding: 0 15px 0 0 ; display: inline-block;}
.quick__menu-btn__txt span {padding: 0 0 5px;}
.quick__menu-btn__txt span img {transition: all 0.3s linear;}
.quick__menu-btn__txt span.rotate img {transform: rotate(180deg);}
.quick__menu-con {padding: 50px 20px;background: #FFF;}
.quick__menu-list {display: flex;flex-wrap: wrap;gap: 30px;}
.quick__menu-item {flex: 0 1 calc(100% / 3 - 20px);display: flex;flex-wrap: wrap;padding: 0 30px;position: relative;align-items: center;}
.quick__menu-item::after {display: block;content:'';width:10px;height: 100%;background: url('../img/icon_quick_menu_line.png') no-repeat center;background-size: contain;position: absolute;right: -20px;top: 50%;transform: translateY(-50%);}
.quick__menu-item:last-child:after {display:none;}
.quick__menu-ttl {font-size: clamp(18px, 2vw, 36px);color: #000;padding: 0 0 20px;text-align: center;flex: 0 1 100%;}
.quick__menu-txt {font-size: clamp(14px, 2vw, 18px);color: #404040;padding: 0 0 30px;text-align: center;flex: 0 1 100%;}
.quick__menu-inner {text-align: center;max-width: 350px;margin: 0 auto;display: flex;flex-wrap: wrap;gap: 20px;}
.quick__menu-inner__link {display: flex;padding: 30px 50px;flex: 0 1 100%;border-radius: 10px;gap: 10px;}
.quick__menu-inner__link:hover {font-weight: 600;}
.quick__menu-inner__link:nth-child(1) {background: url('../img/bg_quick_menu_inner_link01.png') no-repeat -7% 20px #003358;background-size: contain; transition:all 0.2s;}
.quick__menu-inner__link:nth-child(1):hover {background: url('../img/bg_quick_menu_inner_link01.png') no-repeat -7% 20px #00477a;background-size: contain;}
.quick__menu-inner__link:nth-child(2) {background: url('../img/bg_quick_menu_inner_link02.png') no-repeat -7% 20px #003358;background-size: contain; transition:all 0.2s;}
.quick__menu-inner__link:nth-child(2):hover {background: url('../img/bg_quick_menu_inner_link02.png') no-repeat -7% 20px #00477a;background-size: contain;}
.quick__menu-inner__link-img {flex:0 1 52px}
.quick__menu-inner__link-img img {}
.quick__menu-inner__link-txt {font-size:clamp(14px,2vw,18px);color:#FFF;flex: 0 1 calc(100% - 70px);}
.quick__menu-inner02 {display:flex;flex-wrap:wrap;gap:10px;max-width: 350px;margin: 0 auto;}
.quick__menu-inner02__link {flex: 0 1 100%;text-align: center;background: #003358;padding: 15px 0;color: #FFF;border-radius: 10px; transition:all 0.2s;}
.quick__menu-inner02__link:hover {background: #00477a; font-weight: 700;}
.quick__menu-inner03 {display: flex;flex-wrap: wrap;gap: 20px;}
.quick__menu-inner03__link {border-radius: 20px;flex: 0 1 100%;padding: 50px 30px;}
.quick__menu-inner03__link:nth-child(1) {background: url('../img/bg_quick_menu_inner03_01.jpg') no-repeat center;background-size: 100%;transition:all 0.3s;}
.quick__menu-inner03__link:nth-child(1):hover {background-size: 110%;}
.quick__menu-inner03__link:nth-child(2) {background: url('../img/bg_quick_menu_inner03_02.jpg') no-repeat center;background-size: 100%; transition:all 0.3s;}
.quick__menu-inner03__link:nth-child(2):hover {background-size: 110%;}
.quick__menu-inner03__link-ttl {font-size: clamp(16px, 2vw, 20px); color: #FFF; padding: 0 0 10px;}
.quick__menu-inner03__link-txt {font-size: clamp(14px, 2vw, 16px);line-height: 1.6em;color: #FFF;}

@media screen and (max-width: 1500px) {
	.quick__menu-inner03__link {padding: 40px 20px;}
}

@media screen and (max-width: 1024px) {
	.quick__menu { bottom: -10px;}
	.quick__menu-list {gap: 20px;}
	.quick__menu-item::after {right: -15px;}
	.quick__menu-btn {padding: 15px 0}
	.quick__menu-item {padding:0 10px;}

	.quick__menu-inner03__link:nth-child(1) {background: url('../img/bg_quick_menu_inner03_01.jpg') no-repeat center;background-size: auto;}
	.quick__menu-inner03__link:nth-child(1):hover {background-size: auto;}
	.quick__menu-inner03__link:nth-child(2) {background: url('../img/bg_quick_menu_inner03_02.jpg') no-repeat center;background-size: auto;}
	.quick__menu-inner03__link:nth-child(2):hover {background-size: auto;}
}

@media screen and (max-width: 768px) {
	.quick__menu {bottom: -15px;/* display: none; */}
	.quick__menu-con {padding: 20px 20px 30px;}
	
	.quick__menu-item{flex: 100%;justify-content: center;}
	.quick__menu-inner03__link{flex: 0 1 calc(100% / 2 - 10px);padding: 20px;background-size: auto !important;}
	.quick__menu-inner02__link{flex: 0 1 calc(100% / 3 - 10px);font-size: clamp(14px, 3vw, 18px);}
	.quick__menu-inner__link{flex: 1 0 calc(100% / 2 - 10px);padding: 20px;display: table;min-width: 190px;}
	.quick__menu-inner{max-width: unset;}
	.quick__menu-ttl{padding: 0 0 10px;}
	.quick__menu-txt{padding: 0 0 15px;}
	.quick__menu-inner__link-img img{display:none;}
	.quick__menu-inner02{max-width:unset;}
	.quick__menu-item::after{right:50%;transform:translateX(50%);width:100%;height:1px;top:auto;bottom:-12px;background:#00000017}
	.quick__menu-inner__link-txt{display:table-cell;vertical-align: middle;}
	.quick__menu-item:last-child{display:none;}
}

@media screen and (max-width: 500px) {
	.quick__menu-inner__link{min-width: 150px;}
}

@media screen and (max-width: 400px) {
	.quick__menu-inner__link{min-width: 120px;}
}

.intro{width:100%;height:100%;position:fixed;top:0;left:0;background:#fff;display:flex;align-items:center;justify-content:center;z-index: 99999;flex-direction: column;}
.intro.hide {transition:all ease-out .6s;top:-100%;overflow:hidden;transition-delay: 1s;}  
.intro.hide h1{color:#3b79cb;  transition-delay:1.5s; }
.intro h1{font-size:100px; color:#fff;  font-weight:900;    display: flex; transform:translateY(20px); opacity:0;  animation: fadeIn .6s forwards;} 
.intro h1 span{ transition:all ease-out .6s;     width:80px; text-align:center; color: #004F09;}
.intro h1 span:nth-child(1){ animation: fadeOut 1s forwards; animation-delay:2.5s;}
.intro h1 span:nth-child(2){ animation: fadeOut 1s forwards; animation-delay:2s;}
.intro h1 span:nth-child(3){ animation: fadeOut 1s forwards; animation-delay:1.7s;}
.intro h1 span:nth-child(4){ animation: fadeOut 1s forwards; animation-delay:1.5s;}
.intro h1 span.out{width:0;}
.top_con_logo {
	position: relative;
}

/* Fade out to the top-right corner */
@keyframes fadeOutTopRight {
  0% {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
    10% {
      opacity: 0.7;
    }
    20% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
      transform: translate(80%, -80%);
    }
  100% {
      opacity: 0;
      transform: translate(100%, -100%);
  }
}

/* Fade out to the top-left corner */
@keyframes fadeOutTopLeft {
  0% {
      opacity: 1;
      transform: translate(50%, -50%);
    }
    10% {
      opacity: 0.7;
    }
    20% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
      transform: translate(-80%, -80%);
    }
  100% {
      opacity: 0;
      transform: translate(-100%, -100%);
  }
}
.top_con_logo img{    transition: all ease-out 1s;}
.top_con_logo img:first-child {
  position: absolute;
  right: 50%;
  left: 28%;
  transform: translate(-50%, -50%);
  animation-delay: 3s;
  animation: fadeOutTopRight 60s forwards;

}

.top_con_logo img:nth-child(2) {
  position: relative;
  right: 28%;
  top: calc(50% + -30px);
  transform: translate(50%, -50%);
  animation-delay: 3s;
  animation: fadeOutTopLeft 60s forwards;

}

@keyframes fadeOut {
    0% {
		opacity:1;
	}
    100%{
		opacity:0;
	} 
} 
@keyframes fadeIn {
    0% {
		opacity:0;
	}
    100%{
		opacity:1;
		transform:translateY(0);
	} 
} 
 

@media screen and (max-width:768px) {
  .intro{display: none;}
}

/* main common */
h1{color:#333; }

#section01{background-size:cover;height: 100vh !important;position:relative;overflow:hidden;}
#section01 .slide-wr .visual-slide img{height:100vh;width:100%;object-fit:cover}
#section01 .slide-wr{position:relative;height: 100%;}
#section01 .slide-wr .visual-slide{overflow:hidden;position:relative;/* padding:0 0 80px; */}
#section01 .slick-slide{display:block;float:left;}
#section01 .main__bg {height: 100%;width: 100%;position: relative;}
#section01 .top_tit {
  position: absolute;
  top: clamp(120px,26vw,180px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.6em;
  font-family: 'SCDream';
  font-size: clamp(22px,2vw,30px);
  font-weight: 400;
  letter-spacing: 5px;
  padding: 0 clamp(40px,8.4vw,60px);
  width: 100%;
}
#section01 .top_tit span{
  font-weight: 600;
}
#section01 .btm_txt {
  bottom: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: 'SCDream';
  letter-spacing: 2px;
  font-size: clamp(18px,2vw,24px);
  font-weight: 400;
  text-shadow: 0px 0px 20px rgba(10, 10, 10, 0.1);
}


@media screen and (max-width:1800px) {
  #section01 .main__bg .half .right__menu:before{width: 4.5%;}
}

@media screen and (max-width:1600px) {
  #section01 .main__bg .half .right__menu:before{width: 5%;}
}

@media screen and (max-width: 1440px) {


  #scrollDown{width: 82px;}
  #section01 .main__bg .half .right__menu:after{width: 82px;}
  #section01 .main__bg .half .right__menu:before{width: 6%;}
  #section01 .main__bg .half .left__menu .text .tit{}
  #section01 .main__bg .half .left__menu .text .txt{font-size: 28px;}
  #section01 .main__bg .half .right__menu .threee_menu a li{font-size: 28px;}
}

@media screen and (max-width: 1024px) {
  #section01{height: 968px !important;}
  #section01 > div{height: 100% !important;}
  #section01 .main__bg{height: 100%;}
  #section01 .slide-wr .visual-slide img{
    max-height: 978px;
    height: 100%;
}

  #section01 .controler {bottom: 32%;}
  #section01 .controler .visual__progress{max-width: 200px;margin: revert;}
  #section01 .controler .cer__slide-prev{padding-left: clamp(12px,2vw,20px);}

  #scrollDown{display: none;}
  #section01 .main__bg .half .right__menu:after{display: none;}

  #section01 .main__bg .half .right__menu .threee_menu a li.flex{padding-left: 20px;margin: 0;}
  #section01 .main__bg .half .right__menu .threee_menu a li:hover{letter-spacing: revert;}
  #section01 .main__bg .half .right__menu .threee_menu a li.flex:hover .txt .next-icon{display: none;}

  #section01 .main__bg .half .left__menu .text .tit{}
  #section01 .main__bg .half .left__menu .text .txt{font-size: 21px;}
  #section01 .main__bg .half .right__menu:before{display: none}
  #section01 .main__bg .half .right__menu .threee_menu a li{padding: 0 30px; font-size: 24px;}

  #section01 .main__bg .half .left__menu{flex: 60%;}
  #section01 .main__bg .half .right__menu{flex: 40%;}
}

@media screen and (max-width: 768px) {
  #section01{height: 768px !important;}
  #section01 .controler{left: clamp(20px,8.4vw,60px);position: absolute;bottom: 38%;display: flex;justify-content: flex-start;margin: unset;}
  #section01 .slide-wr{height: 100%;}
  #section01 .main__bg{height: 100%;background-size: cover;}
  #section01 .main__bg .half{height: 100%;bottom: 0;display: flex;transform: translate(-50%, -50%);justify-content: flex-end;flex-direction: column;}
  #section01 .main__bg .half .left__menu{flex: 100%;/* height: 100%; */display: flex;flex-wrap: wrap;align-items: flex-end;gap: 0;}
  #section01 .main__bg .half .left__menu .text .tit{font-size: clamp(30px,2vw,48px);margin-bottom: 10px;}
  #section01 .main__bg .half .left__menu .text .txt{font-size: clamp(16px,2vw,21px);}

  #section01 .main__bg .half .right__menu{display: none;}
  #section01 .main__bg .half .left__menu:before{display: none;}

  #section01 .main__bg .half .right__menu .threee_menu a{border-left: 0;}
  #section01 .main__bg .half .right__menu .threee_menu a li{padding: 20px 30px; font-size: 20px;}
  #section01 .main__bg .half .right__menu .threee_menu a li.flex{gap: 12px;padding: 14px 40px;}
  #section01 .main__bg .half .right__menu .threee_menu a li:nth-child(1){border-top: 1px solid #728291;}
  #section01 .main__bg .half .left__menu .text{position: relative;bottom: auto;left: auto;padding: 0 0 40px 20px;padding: 0px clamp(20px,8.4vw,60px) 60px;width: 100%;}
  #section01 .main__bg .half .right__menu .threee_menu{height: auto;}
  #section01 .main__bg .half .right__menu .threee_menu a li .flex{justify-content: flex-start;}
  #section01 .main__bg .half .right__menu .threee_menu a li .flex .next-icon{margin-left:30px;}
  #section01 .main__bg .half .right__menu .threee_menu a:hover li .flex .next-icon{background-size: cover; height: 18px;width: 18px;}

  #section01 .btm_txt{display: none;}
}

@media screen and (max-width: 500px) {
  #section01 .controler .visual__progress{max-width: 140px;}
  #section01{
    height: 560px !important;
    !i;
    !;
}
  #section01 .controler{left: 35px;bottom: 32%;}
  #section01 .slide-wr .visual-slide img{}
  #section01 .main__bg .half .left__menu .text{padding: 0 35px 60px;}
  #section01 .main__bg .half .right__menu .threee_menu a li{font-size: clamp(17px,2vw,20px);}
  #section01 .main__bg .half .right__menu .threee_menu a li.flex{gap: 0;padding: 10px 20px;color: #fff;}
  #section01 .main__bg .half .right__menu .threee_menu a li .txt{font-size: 18px;}
  #section01 .main__bg .half .left__menu .text .tit{font-size: clamp(24px,2vw,36px);}
  #section01 .main__bg .half .left__menu .text .txt{font-size: clamp(14px,2vw,16px);}
  #section01 .main__bg .half .right__menu .threee_menu a:hover li .flex .next-icon{background-size: cover; height: 15pxa;width: 15px;}
}



#section02 .main__bg {height: 100vh;width: 100%;position: relative;background: url('../img/section02_bg01.jpg') no-repeat center;background-size: cover;align-items: center;transition: all 1s;color: #fff;flex-direction: column;justify-content: space-between;padding: clamp(120px,8vw,160px) 0 80px;text-align: center;}
#section02 .main__bg .top_con {
  font-size: clamp(18px,2vw,24px);
  font-family: 'SCDream';
  font-weight: 400;
  letter-spacing: 2px;
  padding: 0 0 clamp(40px,2.4vw,80px);
}

#section02 .main__bg .mid_con {
  font-family: 'SCDream';
  padding: 0 0 clamp(80px,4.4vw,120px);
}

#section02 .main__bg .mid_con .tit {
  font-size: clamp(24px,8vw,75px);
  font-weight: 700;
  text-shadow: 0 0 32px #00000052;
  line-height: 1.6em;
}

#section02 .main__bg .mid_con .txt {
  font-size: clamp(24px,2vw,45px);
  font-weight: 400;
  padding: 0 0 12px;
}

#section02 .main__bg .btm_con {
  padding: clamp(12px,2vw,24px) clamp(40px,5.2vw,100px);
  border: 1px solid #fff;
  display: flex;
}

#section02 .main__bg .btm_con a {
  color: #fff;
  letter-spacing: 2px;
  font-family: 'SCDream';
  font-weight: 400;
  font-size: clamp(16px,2vw,18px);
}
@media screen and (max-width:2800px) {
}


@media screen and (max-width:1640px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1024px) {
  #section02{height: 100% !important;}
  #section02 .fp-tableCell{height: 100% !important;}

  #section02 .main__bg{min-height: 1080px;padding: 160px clamp(40px,8.4vw,60px);}

}

@media screen and (max-width: 768px) {
  #section02 .main__bg{min-height: 768px;}
}

@media screen and (max-width: 600px) {
  #section02 .main__bg{height: 650px;min-height: max-content;!;}
}
@media screen and (max-width: 500px) {
}

@media screen and (max-width:380px) {
}

#section03 {height: 100vh;position: relative;perspective: 1000px;}
#section03 .visual {position: absolute;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;backface-visibility: hidden;transform-style: preserve-3d;}
#section03 {height: 100vh;position: relative;}
#section03 .visual{position: relative;}
#section03 .visual img {height: 100%;width: 100%;object-fit: cover;}
#section03 .visual .center_text{color: #fff;font-family: 'SCDream';}
#section03 .visual .center_text > .txt{position: absolute;top: 24%;left: 50%;transform: translate(-50%, -50%);height: auto;width: auto;font-size: clamp(20px,2vw,24px);font-weight: 400;}
#section03 .visual .center_text > .tit {position: absolute;top: 78%;left: 50%;transform: translate(-50%, -50%);height: auto;width: auto;font-size: clamp(26px,2vw,38px);font-weight: 500;}
#section03 .visual-slide-arrow-wr {display: flex;width: 100%;max-width: 1740px;padding: 0 20px;margin: 0 auto;position: absolute;flex-wrap: wrap;justify-content: space-between;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 1;}

@media screen and (max-width:1640px) {
}

@media screen and (max-width: 1440px) {
  #section03 .four .list a .txt br{display: none;}
  #section03 .four .list a .tit{font-size: clamp(26px,2.8vw,54px);}
}

@media screen and (max-width: 1024px) {
  #section03 .four .list{flex: calc(100% / 2);border-right: 0;}
  #section03{max-height: 1080px;}
  #section03 .fp-tableCell{height: 100% !important;}

  #section03 .main__bg{height: 100% !important;}

  #section03 .four .list a{padding: clamp(20px,8.4vw,60px);}
  #section03 .four .list a .txt{min-height: 103px;}
  #section03 .four .list a .top_tit{padding: 0 0 12px 0;}
}

@media screen and (max-width: 768px) {
  #section03{height: 768px !important;!i;!;}
  #section03 .four .list a{height: 100%;}
  #section03 .four .list a .txt{padding: 0;}
  #section03 .four .list a .btm_text{display: none;}
}
@media screen and (max-width: 768px) {
  #section03 {
      height: 650px !important;
  }
}
@media screen and (max-width:700px) {
  #section03{height: 500px !important;}
}

@media screen and (max-width:520px) {
  #section03 .four .list a .txt{min-height: 180px;}

}

@media screen and (max-width: 500px) {
  #section03 .four .list{flex: 100%;}
  #section03 .four .list a { padding: 57px 35px;}
  #section03 .four .list a .txt{min-height: 100px;}
}

#section03 {transition-delay:1s;position: relative;height: 100vh;overflow: hidden;}
#section03 .swiper-container{width:100%;height:100%}
#section03 .swiper-slide > a {width: 100%; height: 100%;}
#section03 .swiper-slide .bg.bg01{background: url('../img/section03_bg01.jpg')no-repeat center;background-size: cover;}
#section03 .swiper-slide .bg.bg02{background: url('../img/section03_bg02.jpg')center no-repeat;background-size: cover;}
#section03 .swiper-slide .bg.bg03{background: url('../img/section03_bg03.jpg')center no-repeat;background-size: cover;}
#section03 .swiper-slide .bg.bg04{background: url('../img/section03_bg04.jpg')center no-repeat;background-size: cover;}
#section03 .swiper-slide .bg.bg05{background: url('../img/section03_bg05.jpg')center no-repeat;background-size: cover;}

#section03 .txt_box{position:relative;width: 100%;margin: 0 auto;height: 100%;}
#section03 .slogan{position:relative;height: 100%;color:#fff;text-align:center;width: 100%;}
#section03 .slogan .t1{position: absolute;top: 24%;left: 50%;transform: translate(-50%, -50%);height: auto;width: auto;font-size: clamp(24px,2vw,24px);font-weight: 400;}
#section03 .slogan .t2{position: absolute;top: 78%;left: 50%;transform: translate(-50%, -50%);height: auto;width: auto;font-size: clamp(38px,2vw,38px);font-weight: 500;}

#section03 .swiper-slide-active .slogan .t1{transform: translateY(0) translate(-50%, -50%);opacity:1;transition-duration:1s;transition-delay:.5s;text-shadow: 0 4px 20px rgb(10 10 10 / 30%);}
#section03 .swiper-slide-active .slogan .t2{transform: translateY(0) translate(-50%, -50%);opacity:1;transition-duration:1s;transition-delay:1s;text-shadow: 0 0 20px rgb(10 10 10 / 30%);}
#section03 .visual-slide-arrow-wr > div::after{display: none;}
#section03 .swiper-button-next {position: absolute;top: 60%;right: 20px;transform: translateX(-50%);}

#section03 .swiper-button-prev {position: absolute;top: 60%;left: 20px;transform: translateX(-50%);}
#section03 .swiper-pagination {position: absolute;top: 48%;left: 50%;transform: translateX(-50%);width: 500px;display: flex;flex-wrap: wrap;height: 7px;}
#section03 .swiper-pagination .swiper-pagination-bullet{flex:0 1 calc(100% / 3);border-radius:0;height: 7px;}
#section03 .swiper-pagination .swiper-pagination-bullet-active{background:#FFF}
#section03 .current-slide {position: absolute;top: 48.5%;left: calc(50% - 280px);transform: translate(-50%, -50%);z-index: 10;font-size: 20px;color: #FFF;font-weight: 700;}
#section03 .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transform: scale(1.3, 1.3);transition-delay: 1s;background-size: cover !important;background-repeat: no-repeat;}
#section03 .swiper-slide-active .bg, #section03 .swiper-slide-duplicate-active .bg {transform: scale(1.1, 1.1);transition-duration: 3s;transition-delay: 0;}
#section03 .swiper-slide.on .bg{width:101%;height:101%;opacity:1}




#section04 {}
#section04 .df {height: 100%;background: #f6eedf;display: flex;}
#section04 .df .four {flex: 0 1 calc(100% / 4);flex-direction: column;flex-wrap: wrap;border-right: 1px solid #000;}
#section04 .df .four:first-child {padding: 50px clamp(40px,8.4vw,60px);height: initial;display: flex;justify-content: space-between;flex-direction: column;flex-wrap: wrap;}
#section04 .df .four:first-child .tit {font-size: clamp(42px,3.4vw,65px);font-family: 'SCDream';font-weight: 300;}
#section04 .df .four:first-child a {font-size: clamp(18px,2vw,24px);max-width: clamp(120px,8.8vw,168px);height: clamp(120px,8.8vw,168px);display: flex;justify-content: center;align-items: center;border-radius: 100%;border: 2px solid #000;text-align: center;font-weight: 600;}
#section04 .df .four .text {padding: clamp(40px,8.4vw,46px);}
#section04 .df .four .half {height: 50%;object-fit: cover;display: flex;flex-wrap: wrap;align-items: center;max-height: 400px;}
#section04 .df .four .half .tit {font-size: clamp(22px,2vw,26px);font-weight: 600;font-family: 'SCDream';margin: 0 0 clamp(16px,2vw,28px);display: -webkit-box;word-break: break-all;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;-o-text-size-adjust: none;}
#section04 .df .four .txt {font-size: clamp(18px,2vw,20px);font-family: 'SCDream';margin: 0 0 clamp(32px,2vw,72px);font-weight: 400;display: -webkit-box;word-break: break-all;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;-o-text-size-adjust: none;}
#section04 .df .four:last-child{border: 0;}
#section04 .df .four .date {font-size: clamp(16px,2vw,18px);font-weight: 400;font-family: 'SCDream';}

@media screen and (max-width:1024px) {
  #section04 .df{/* flex-direction: column; */}
  #section04 .df .four{border-right: 1px solid;border-bottom: 1px solid;flex: 0 1 calc(100% / 2);}
  #section04 .df .four:nth-child(2n){border-right:0}
  #section04 .df .four:nth-child(3){border-bottom: 0;}
}


@media screen and (max-width:500px) {
  #section04 .df .four{display: none !important;}
  #section04 .df .four:nth-child(1),#section04 .df .four:nth-child(2){display: flex !important;flex: 100%;}

  #section04 .df .four:first-child {display: flex;align-content: space-between;flex-direction: row;border-bottom: 0;border-right: 0;align-items: center;}

  #section04 .df .four:first-child .tit {
      flex: 0 1 calc(100% - 126px);
  }

  #section04 .df .four:first-child a {
      width: 106px;
      height: 106px;
  }
  #section04 .df .four:nth-child(2){padding: 0 clamp(40px,8.4vw,60px) 60px;}
  #section04 .df .four .half{    border-right: 1px solid;border-bottom: 1px solid;border-left: 1px solid;}
}

/* Footer */

#footer{position: relative;z-index: 0;}
.footer > .half{padding: clamp(20px,4.4vw,82px) clamp(20px,4.4vw,80px) clamp(20px,4vw,76px);}

.footer .half{flex: 0 1 calc(50%);z-index: 1;border: 0;background: #262626;color: #fff;}
.footer .half:first-child{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}


.footer .half .df .txt {color: #fff;font-size: 15px;font-weight: 400;padding: 0 clamp(10px,1vw,24px) 0 0 !important;border-right:1px solid;}
.footer .half .df > div{border-right: 1px solid}
.footer .half .top_con {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 0 0 clamp(20px,2vw,40px);}
.footer .half .top_con .text {font-family: 'SCDream';}
.footer .half .top_con .top_btn {
    position: fixed;
    bottom: 240px;
    right: clamp(20px,4.4vw,80px);
}
.footer .half .top_con .text .tit {font-size: clamp(18px,2vw,20px);font-weight: 300;padding: 0 0 clamp(20px,2vw,28px);}
.footer .half .top_con .text .txt {font-size: clamp(26px,6vw,45px);font-weight: 500;}
.footer .half .mid_con {padding: 0 0 clamp(12px,2vw,40px);}
.footer .half .mid_con .tit {font-size: clamp(18px,2vw,20px);font-weight: 600;font-family: 'SCDream';padding: 0 0 clamp(12px,2vw,20px);}
.footer .half .mid_con .text {font-size: clamp(16px,2vw,18px);font-weight: 500;font-family: 'SCDream';gap: 12px 0;}
.footer .half .mid_con .text > div > a {display: flex;color: #fff;}
.footer .half .mid_con .text > div {padding: 0 clamp(10px,1vw,24px);}
.footer .half .mid_con .text > .num{width: 100%;border: 0;padding: 0 0;display: flex;align-items: center;}
.footer .half .mid_con .text > .num > .tit{padding: 0;padding-right: clamp(10px,1vw,24px);}
.footer .half .mid_con .text > .num > .txt{border-right: 0;padding: 0 !important;!;padding-right:clamp(10px,1vw,24px);flex: auto;}
.footer .half .mid_con .text > .fax{border-right: 0;}
.footer .half .btm_con {}
.footer .half .link {gap: 0;}
.footer .half .link > a {color: #fff;padding: 0 clamp(10px,1vw,24px);border-right: 1px solid;}
.footer .half .link > a:first-child{padding: 0 clamp(10px,1vw,24px) 0 0;}
.footer .half .link > a:last-child{border:0}
.footer .half .top_con .top_btn img {object-fit: cover;max-width: clamp(60px,4.8vw,90px);}

@media screen and (max-width: 1024px){
  #footer form .fregister_agree{flex-direction: column;}
  #footer form .fregister_agree .tit{width: 100%; padding: 0 0 12px;}
  #footer form .fregister_agree .sure{width: 100%;max-width: none;}
  #footer form input#agree{width: 26px; height: 26px;}



  .auto_page{display: none;}
}

@media screen and (max-width:768px) {
  .footer > .half{padding: clamp(55px,8.4vw,60px) clamp(20px,8.4vw,60px);}
  .footer > .half:nth-child(2){padding: 30px  clamp(40px,8.4vw,60px) clamp(40px,3.8vw,70px);}
  #footer .footer{flex-direction: column;}
  #footer .footer .icon > img{height: 40px;}
  #footer form > textarea{height: 80px;}
  #footer form .completed > button{padding: 10px 0;max-width: 100px;}
  #footer form .fregister_agree .sure{justify-content: flex-end;}
  .footer .half .df:before{max-height: 340px;}
  .footer .half .half > div:last-child{padding: 0;}
  .footer .half .df .txt{padding: 0;flex: 100%;border-right: 0;}
  .footer .half .mid_con .text > .tel{padding-left: 0;}
  .footer .half:first-child .icon{display: none;}
  .footer .half:first-child{padding: 0 clamp(40px,8.4vw,60px);padding-bottom: clamp(40px,5.2vw,80px);padding-top: clamp(40px,5.2vw,80px);}
.footer .half .link > a:nth-child(2){padding-left: 10px;}

}

@media screen and (max-width:500px) {
  .footer > .half{padding: clamp(55px,8.4vw,60px) clamp(20px,8.4vw,60px);}
  .footer .half .half{flex: 100%;}
  .footer .half .half:nth-child(2){display: none;}
  .footer .half .df:before{display: none;}
  /* .footer > .half:nth-child(2){display: none;} */

  .footer .half .df{gap: 12px;}
  .footer .half .link .three:last-child{display: none;}
  .footer .half .link > a{border-right: 0;}
}

@media screen and (max-width:350px) {
  .footer .half .top_con{gap: 12px;}
  .footer .half .top_con .top_btn{width: 100%;text-align: right;}
  .footer .half .mid_con .text > .fax{padding-left: 0;}
  .footer .half .mid_con .text > .tel{border-right: 0;}
}

@media screen and (max-width:300px) {

}