@charset "utf-8"; 
/************************************************************************
 * 설명         : 프린피아 공통정의 by UXT
 * 버젼         : 25_01  25_01 메인비쥬얼이미지 추가 cjy / 탑기어>쌤페이지 변경 cjy / 탑기어 ljh / 메인 섹션 9번(now&next) 추가
************************************************************************/

/***************
 Main
***************/
.main-wrap { } 
.main-wrap::before { content: ''; position: absolute; left:0; right:0; top:0; z-index: 5; height: calc( 100rem + 200rem ); background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); pointer-events: none; } 
.main-wrap .scroll {position: absolute;left:50%;bottom: 30px;transform: translateX(-50%);z-index:10;padding: 5px 20px;} 
.main-wrap .scroll span { display: block; animation: scroll-down ease 1.5s infinite; opacity: 0; transform: translateY(-20px); cursor: pointer; } 
.main-wrap .scroll span:before { content:''; display:block; width:40rem; height: 40rem; border-left:2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); } 
@keyframes scroll-down { 
 0% { transform: translateY(-20px); opacity: 0; } 
 40%, 60% { transform: translateY(0px); opacity: 0.7; } 
 100% { transform: translateY(20px); opacity: 0; } 
 } 

.sticky-area { position: relative; overflow-x: hidden; } 
.main1 { height: calc( var(--vh, 1vh) * 100 ); display: flex; padding: 0 0 120px 70px; gap:30px; } 
.main-title { position: relative; z-index: 2; flex:0 0 420rem; width:420rem; height: 420rem; border:10px solid #fff; padding: 15px 20px 25px; display: flex; flex-direction: column; justify-content: space-between; align-self: flex-end; } 
.main-title .title { position: relative; } 
.main-title .title p { font-size:42px; color:#fff; font-weight:500; letter-spacing: -0.2px; font-family: 'Obvia'; line-height: 1.2; transition: all 1.4s ease; opacity:0; position: absolute; left:0; top:0; } 
.main-title .title p.active { opacity:1; height: auto; } 
.main-title .title p span { display: block; font-size:52rem; font-family: var(--font1); font-weight:200; } 
.main-title .title.after { display: none; } 
.main-imgbox { position: absolute; left:0; top:0; right:0; height: 100%; } 
.main-imgbox .slider,
.main-imgbox .swiper-container,
.main-imgbox .swiper-wrapper,
.main-imgbox .swiper-slide { height: 100%; } 
.main-imgbox .swiper-slide { position: relative; } 
.main-imgbox .swiper-slide span { content:''; position: absolute; left:-60px; right:-60px; bottom:-60px; top:-60px; background-size: cover; background-repeat: no-repeat;} 
  .main-imgbox .swiper-slide.img1 span { background-image: url(/common/image/main/main_visual1.jpg); background-position: 50% 50%;} 
  .main-imgbox .swiper-slide.img2 span { background-image: url(/common/image/main/main_visual2.jpg); background-position: 90% 50%;} 
  .main-imgbox .swiper-slide.img3 span { background-image: url(/common/image/main/main_visual3.jpg); background-position: 20% 80%;} 
  .main-imgbox .swiper-slide.img4 span { background-image: url(/common/image/main/main_visual4.jpg); background-position: 90% 50%;} 
  .main-imgbox .swiper-slide.img5 span { background-image: url(/common/image/main/main_visual5.jpg); background-position: 50% 50%;} 

.main1 .swiper-slide-active .info h3 { transform: translateY(0); transition: all 3s var(--easeOutQuint); transition-delay: 0.5s; opacity:1; } 
.main1 .swiper-slide-active .info p { transform: translateY(0); transition: all 2.6s var(--easeOutQuint); transition-delay: 0.2s; opacity:1; } 
.main1 .swiper-slide-active .img { transform: scale(1); transition: all 4.6s var(--easeOutQuint); transition-delay: 0.2s; } 
.main1 .swiper-slide[data-swiper-autoplay] .img { transform: scale(1); } 
.main1 .slider-box { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; z-index:2; width: 100%; padding-bottom: 60px; } /*영어*/
.main1 .slider-box .texts { position: relative; margin-top:20rem; width: 100%; height: 120rem; } 
.main1 .slider-box .texts div { position: absolute; top: 0; left: 0; font-size:52px; line-height: 1.2; color:#fff; font-weight:200; visibility: hidden; filter:blur(15px); opacity:0; transition: all 1.4s ease;} 
.main1 .slider-box .texts div.active { visibility: visible; opacity:1; filter:blur(0) } 

.main1 .controls { display: flex; align-items: center; gap:20px; } 
.main1 .btn { position: absolute; left: 51%; top: 50%; transform: translate(-50%,-50%); } 
.main1 .btn .pause { display: flex; justify-content: space-between; width: 11rem; height: 15rem; } 
.main1 .btn .pause span { width: 2px; height: 100%; background-color: #fff; display: block; } 
.main1 .btn .off { display: none; } 
.main1 .btn .play.off { display: none; } 
.main1 .btn .play { display: block; width:50rem; height: 50rem; background: url(/common/image/img_inc/ico_visual_play.png) no-repeat 55% 50%; background-size: 15rem auto; } 
.main1 .swiper-pagination { display: flex; position: static; } 
.main1 .swiper-pagination .swiper-pagination-bullet { width:50rem; height: 50rem; position: relative; position: relative; opacity:1; background: none; } 
.main1 .swiper-pagination .swiper-pagination-bullet:before { content:''; position: absolute; left:50%; top:50%; width:10rem; height: 10rem; margin:-5px 0 0 -5px; background-color: #fff; border-radius:100%; opacity:0.6; transition: all 0.5s ease; } 
.main1 .swiper-pagination .swiper-pagination-bullet-active:before { opacity:1; } 
#MainTimer { width:50rem; height:50rem; position: relative; flex:0 0 50rem } 
#MainTimer svg { width:100%; height: 100%; } 

/* 240807 추가 */
.main1 .slider-box1 { position: relative; width: 100%; height: calc( var(--vh, 1vh) * 100 ); } 
.main1 .slider-box1 .controls { position: absolute; bottom: calc( 160px + 40px ); } 


.main2 { height: 960px; padding-top:345rem } 
.slider-box2 { padding-top: 100vh; } 
.slider-box2 .controls { display: flex; gap:10px; margin-bottom: 10px; height: 60px; } 
.slider-box2 .controls .swiper-button-prev,
.slider-box2 .controls .swiper-button-next { width:60rem; height: 60rem; border:2px solid #fff; background: rgba(255,255,255,0.1); position: static; opacity:1; transition: all var(--ease5) ease; margin-top: 0; } 
.slider-box2 .controls .swiper-button-prev:hover,
.slider-box2 .controls .swiper-button-next:hover { background: rgb(255, 255, 255, 0.5); } 
.slider-box2 .controls .swiper-button-prev span:before { content:''; width:12px; height:12px; display: inline-block; vertical-align: middle; border-left:2px solid #fff; border-bottom:2px solid #fff; transform: rotate(45deg) } 
.slider-box2 .controls .swiper-button-prev span { display: block; transform: translateX(3px); } 
.slider-box2 .controls .swiper-button-next span { display: block; transform: translateX(-3px); } 
.slider-box2 .controls .swiper-button-next span:before { content:''; width:12px; height:12px; display: inline-block; vertical-align: middle; border-left:2px solid #fff; border-bottom:2px solid #fff; transform: rotate(-135deg) } 
.slider-box2 .slider .swiper-slide { width:auto !important } 
.slider-box2 .slider .swiper-slide a { display: block; position: relative; } 
.slider-box2 .slider .swiper-slide a h3 { position: absolute; left:30rem; top:25rem; line-height: 1; color:#fff; } 
.slider-box2 .slider .swiper-slide a h3 p { font-family: "Geologica"; font-size:36rem; font-weight:200; margin-bottom: 10rem; } 
.slider-box2 .slider .swiper-slide a h3 strong { font-size:44rem; font-weight:500; } 
.slider-box2 .slider .swiper-slide a .txt { font-size:28rem; line-height: 1.4; color:#fff; font-weight:200; position: absolute; left:30rem; bottom:30rem;; } 


.main3 { background: rgba(55, 86, 73, 0.6); } 
.main3 ul { height: 960px; display: flex; } 
.main3 ul li { flex:1; transition: all 0.5s ease; } 
.main3 ul li .item { height: 100%; position: relative; overflow: hidden; } 
.main3 ul li .item:after { content:''; position: absolute; left:0; top:0; right:0; bottom:0; background-color: #375649; /* 포토샵 #375649 */ opacity:0.6; filter: brightness(30%); transition: all 0.5s ease } 
.main3 ul li .item .img { position: absolute; left:-10px; top:-10px; right:-10px; bottom:-10px; background: url(/common/image/main/img_main3_1.jpg) no-repeat 50% 50%; background-size: cover; transition: all 0.5s ease; filter:blur(5px); } 
.main3 ul li:nth-child(1) .item .img { background-image: url(/common/image/main/img_main3_1.jpg); } 
.main3 ul li:nth-child(2) .item .img { background-image: url(/common/image/main/img_main3_2.jpg); } 
.main3 ul li:nth-child(3) .item .img { background-image: url(/common/image/main/img_main3_3.jpg); } 
.main3 ul li:nth-child(4) .item .img { background-image: url(/common/image/main/img_main3_4.jpg); } 
.main3 ul li:nth-child(5) .item .img { background-image: url(/common/image/main/img_main3_5.jpg); } 
.main3 ul li .item dl { position: absolute; top:50%; transform: translateY(-50%); left: 0; right:0; text-align: center; color:#fff;; z-index:2; } 
.main3 ul li .item dl dt { font-size:45rem; font-weight:600; } 
.main3 ul li .item dl dd { font-size:18rem; font-family: 'Obvia'; font-weight:200; text-transform: uppercase; } 
.main3 ul li .item .btn-go { position: absolute; left:50%; width:140rem; height: 140rem; margin-left: -70rem; padding-top:30rem; bottom:140rem; z-index:2; transform: translateY(0); transition: all 0.7s ease; opacity:0; } 
.main3 ul li .item .btn-go span { display: block; width:80rem; height: 80rem; border-radius:100%; background: rgba(0,0,0,0.6); position: relative; margin:0 auto; transition: all 0.3s ease; } 
.main3 ul li .item .btn-go span:before { content:''; position: absolute; left:5rem; top:5rem; right:5rem; bottom:5rem; background: url(/common/image/img_inc/btn_ico_arrow_white.png) no-repeat 50% 50%; background-size:20rem auto; transition: all 0.3s ease; } 
.main3 ul li .item .btn-go:hover span { background-color: #478a62; background-color: #fff; } 
.main3 ul li .item .btn-go:hover span:before { background-image: url(/common/image/img_inc/btn_ico_arrow_off.png); } 
.main3 ul li:hover .item:after { opacity:0; } 
.main3 ul li:hover .item .img { filter:blur(0); } 
.main3 ul li:hover .item .btn-go { transform: translateY(0); visibility: visible; opacity:1; } 
.main3 ul li:hover { flex:0 0 27%; } 
.h2-main { text-align: center; padding-top:90rem; } 
.h2-main b { font-size:42rem; color:#375649; font-family: 'Obvia'; font-weight:500; } 
.h2-main div { font-size:45rem; font-weight:200; color:#222; line-height: 1.2; } 
.h2-main small { display: block; font-size:30px; font-weight:200; } 
.main4 .h2-main { margin-bottom: 140rem; } 
.main4 { padding-bottom:100rem; background-color: #ecebe9; } 
.main4 { position: relative; overflow: hidden; } 
.main4 .btn-go { position: absolute; right:80rem; top:100rem; width:120rem; height: 120rem; padding-top:20rem; z-index:2; } 
.main4 .btn-go span { display: block; width:80rem; height: 80rem; border-radius:100%; background: #375649; position: relative; margin:0 auto; transition: all 0.3s ease; } 
.main4 .btn-go span:before { content:''; position: absolute; left:5rem; top:5rem; right:5rem; bottom:5rem; background: url(/common/image/img_inc/btn_ico_arrow_white.png) no-repeat 50% 50%; background-size:20rem auto; transition: all 0.3s ease; } 
.main4 .btn-go:hover span { background-color: #478a62; } 
.port-main ul { display: flex; flex-wrap: nowrap; gap:20px; transition: all 13s cubic-bezier(0.16, 1, 0.3, 1); } 
.port-main ul + ul { margin-top:20px; } 
.port-main ul li { flex:0 0 450px; border-radius: 6px; overflow: hidden; } 

.main5 { height: 960px; display: flex; background-color: #56543e; } 
.main5 > div { width:50%; } 
.main5 .left { padding:100rem 100rem 0 100rem; background-color: #56543e; position: relative; } 
.main5 .left .vc { display: flex; align-items: flex-end; gap:30px; margin-bottom: 100rem; position: relative; } 
.main5 .left .btn-tit { display:flex; flex-direction: column; justify-content: space-between; width:420rem; height: 420rem; border:10px solid #fff; padding: 15px 20px 25px; color:#fff; } 
.main5 .left .btn-tit span { display: block; font-size:42px; font-weight:400; font-family: 'Obvia'; line-height: 1; } 
.main5 .left .btn-tit p { font-size:55px; font-weight:200; line-height: 1.2; } 
.main5 .left .btn-tit i { } 
.main5 .left .btn-go span { display: block; width:80rem; height: 80rem; border-radius:100%; background: #fff; position: relative; margin:0 auto; transition: all 0.3s ease; } 
.main5 .left .btn-go span:before { content:''; position: absolute; left:5rem; top:5rem; right:5rem; bottom:5rem; background: url(/common/image/img_inc/btn_ico_arrow_off.png) no-repeat 50% 50%; background-size:20rem auto; transition: all 0.3s ease; } 
.main5 .left .btn-go span:hover { background-color: #478a62; } 
.main5 .left .btn-go span:hover:before { background-image: url(/common/image/img_inc/btn_ico_arrow_white.png); } 
.main5 .left .btns { position: relative; } 
.main5 .left .btns ul { display: flex; gap:2px; } 
.main5 .left .btns ul li { flex:1; } 
.main5 .left .btns ul li a { height: 240rem; display: flex; align-items:center; justify-content: center; background: rgba(255,255,255,0.1); transition: all 0.4s ease; font-size:30rem; font-weight:300; color:#fff; text-align: center; } /*영어*/
.main5 .left .btns ul li.active a { background-color: #fff; color:#111; } 
.main5 .left .bg span { position: absolute; left:0; top:0; right:0; bottom:0; background:#56543e; opacity:0; transition: all 0.4s ease; } 
.main5 .left .bg span:nth-child(1) { background:#56543e; } 
.main5 .left .bg span:nth-child(2) { background:#55423e; } 
.main5 .left .bg span:nth-child(3) { background:#3d5157; } 
.main5 .left .bg span.active { opacity:1; } 
.main5 .right { position: relative; } 
.main5 .right > ul li { position: absolute; left:0; right:0; top:0; bottom:0; opacity:0; transition: all 0.4s ease; } 
.main5 .right > ul li.active { opacity:1; } 
.main5 .right > ul,
.main5 .right > ul li,
.main5 .right > ul .item { display: block; } 
.main5 .right > ul li .item { position: relative; height: 100%; } 
.main5 .right > ul li .item img { width:100%; height: 100%; object-fit: cover; } 
.main5 .right > ul li .item .info { position: absolute; left:50rem; right:100rem; bottom:95rem; color:#fff; transition: all 1.5s var(--easeOutQuint); z-index:3; padding-right:80rem; opacity:0;; } 
.main5 .right > ul li .item .info h3 { font-size:50rem; font-weight:200; margin-bottom: 20rem; color:#fff; } 
.main5 .right > ul li .item .info .txt { font-size:30rem; line-height: 1.5; font-weight:200; } 
.main5 .right > ul li .item .info .btn-go { position: absolute; right:0; bottom:0; width:80rem; height: 80rem; border-radius:100%; background: rgba(0,0,0,0.6); transition: all var(--ease5) ease; } 
.main5 .right > ul li .item .info .btn-go:before { content:''; position: absolute; left:5rem; top:5rem; right:5rem; bottom:5rem; background-image: url(/common/image/img_inc/btn_ico_arrow_white.png); background-repeat: no-repeat; background-position: center; background-size:20rem auto; transition: all var(--ease5) ease; } 
.main5 .right > ul li .item:hover .info .btn-go { background-color: #fff; } 
.main5 .right > ul li .item:hover .info .btn-go::before { background-image: url(/common/image/img_inc/btn_ico_arrow_off.png); } 
.main5 .right > ul li .item:after { content:''; position: absolute; left:0; right:0; bottom:0; height: 600rem; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%); pointer-events: none; } 
.main5 .right > ul li.active { z-index:2; } 
.main5 .right > ul li.active .item .info { transition: all 0.5s ease; opacity:1; } 

.main6 { height: 960rem; background: url(/common/image/main/bg_our.jpg) no-repeat 50% 50%; background-size: cover; position: relative; } 
.main6 .h2-main { position: absolute; left:0; right:0; top:0; } 
.main6 .h2-main,
.main6 .h2-main b,
.main6 .h2-main div { color:#fff; } 
.main6 ul { display: flex; height: 100%; } 
.main6 ul li { width:25%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; padding-top:140rem; } 
.main6 ul li + li { border-left: 1px solid rgba(255,255,255,0.3); } 
.main6 ul li .val { font-size:60rem; color:#fff; font-weight:200; } 
.main6 ul li .val strong { font-size:70rem; font-weight:800; } 
.main6 ul li p { font-size:30rem; color:#fff; margin-top:35rem; font-weight:200 } 


 /*****main9 소식영역 추가 건 - cjy_250508*****/
  .main9 {display: flex; flex-direction: column; align-items: center; max-height: 960px; position: relative; z-index:2; justify-content: center; padding:0 70px; background-color: #ecebe9;} 
    .main9 .h2-main {margin-bottom: 80px;} 
      .main9 .h2-main span {font-family:'Pretendard';}
    .main9 .bottom_contents {position:relative; display: flex;align-items: stretch;width: 100%;padding-bottom: 85px; justify-content: center;}
      .main9 .bottom_contents .control9 {position: absolute;top: 0;left: 50%; transform: translateX(20%);display: flex;gap: 10px;z-index: 10;}
      .main9 .bottom_contents .slider_control_left span,
      .main9 .bottom_contents .slider_control_right span {display: block; width: 50px; height: 50px; background-color: #375649; position: relative; margin: 0 auto; transition: background-color 0.3s, border 0.3s; cursor: pointer;}
        .main9 .bottom_contents .slider_control_left span:before,
        .main9 .bottom_contents .slider_control_right span:before {content: ''; position: absolute; left: 5px; top: 5px; right: 5px; bottom: 5px; background: no-repeat 50% 50%; transition: background-image 0.3s;}
        .main9 .bottom_contents .slider_control_left span:before {background-image: url(/common/image/img_inc/main-btn-left-white.png);}
        .main9 .bottom_contents .slider_control_right span:before {background-image: url(/common/image/img_inc/main-btn-right-white.png);}
        .main9 .bottom_contents .slider_control_left span:hover,
        .main9 .bottom_contents .slider_control_right span:hover {background-color: #478a62; }
      .main9 .bottom_contents .slide_wrapper {position: relative; width: 100%; min-height: 560px;}
        .main9 .bottom_contents .slide_wrapper .slide_item {opacity: 0; pointer-events: none; transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1); position: absolute; left: 0; top: 0; width: 100%; display: flex; flex-direction: row; z-index: 0; }
         .main9 .bottom_contents .slide_wrapper .slide_item.active { opacity: 1; pointer-events: auto; z-index: 1;}
        .main9 .bottom_contents .slide_wrapper .left_img {flex: 1;height: 560px;display: flex;flex-direction: column;align-items: flex-end;}
          .main9 .bottom_contents .slide_wrapper .left_img img {width: 100%; max-width: 860px;height:100%;object-fit: cover;position: relative;align-items: end;background:#2e4f44;border-radius:16px;display:block;}
        .main9 .bottom_contents .slide_wrapper .right_con {flex: 1;display: flex;flex-direction: column;margin-left: 40px;justify-content: flex-end;}
          .main9 .bottom_contents .slide_wrapper .right_con .main9_badge {background-color: #478a6e; color:#fff; font-size: 18px; font-weight: 500; padding: 4px 18px; border-radius:30px; width:fit-content; font-family: 'Obvia';}
          .main9 .bottom_contents .slide_wrapper .right_con .main9_title {width: 100%; max-width: 860px; font-size:36px; font-weight:600; color:#3b866d; line-height:1.3;  margin-top: 16px;}
          .main9 .bottom_contents .slide_wrapper .right_con .main9_date {width: 100%; max-width: 860px; font-size: 24px; color: #777;  margin-top:20px;}
          .main9 .bottom_contents .slide_wrapper .right_con .main9_line {width: 100%; max-width: 860px; border-bottom: 2px solid #939393; margin-bottom:20px; margin-top:20px;}
          .main9 .bottom_contents .slide_wrapper .right_con .main9_contents {max-width: 860px; width: 100%; font-size:24px; color:#444; line-height:1.5; margin-bottom:20px;}
  /*****main9 소식영역 추가 건 - cjy_250508*****/
  

.main7 { padding-bottom: 150rem; background-color: #375649; overflow: hidden; position: relative; z-index:2; } 
.main7 .h2-main { margin-bottom: 130rem; } 
.main7 .h2-main b { color:#ecebe9 } 
.main7 .h2-main div { color:#fff; } 
.main7 .box { position: relative; text-wrap: nowrap; height: 58px; overflow: hidden;  } 
.main7 .box:before { content:''; position: absolute; left:0; top:0; bottom:0; width:160rem; background: linear-gradient(90deg, rgba(55,86,73,1) 0%, rgba(55,86,73,0) 100%); z-index:2; } 
.main7 .box:after { content:''; position: absolute; right:0; top:0; bottom:0; width:160rem; background: linear-gradient(270deg, rgba(55,86,73,1) 0%, rgba(55,86,73,0) 100%); z-index:2; } 
.main7 .box ul { display: flex; align-items: center; flex-wrap: nowrap; gap:50rem; } 
.main7 .box ul li { height: 58px; flex:0 0 auto; } 

.main7 .box { height: 58px; position: relative; overflow: hidden; } 

.main7 .box div { white-space: nowrap; width: 2220rem; font-size:0;} 
.main7 .box div p { display:inline-block; padding: 0 40px; } 
.main7 .box div img { }
.main7 .box:before { content:''; position: absolute; left:0; top:0; bottom:0; width:160rem; background: linear-gradient(90deg, rgba(55,86,73,1) 0%, rgba(55,86,73,0) 100%); z-index:2; } 
.main7 .box:after { content:''; position: absolute; right:0; top:0; bottom:0; width:160rem; background: linear-gradient(270deg, rgba(55,86,73,1) 0%, rgba(55,86,73,0) 100%); z-index:2; } 

.main7 .btn-go { position: absolute; right:80rem; top:100rem; width:120rem; height: 120rem; padding-top:20rem; z-index:2; } 
.main7 .btn-go span { display: block; width:80rem; height: 80rem; border-radius:100%; background: #fff; position: relative; margin:0 auto; transition: all 0.3s ease; } 
.main7 .btn-go span:before { content:''; position: absolute; left:5rem; top:5rem; right:5rem; bottom:5rem; background: url(/common/image/img_inc/btn_ico_arrow_off.png) no-repeat 50% 50%; background-size:20rem auto; transition: all 0.3s ease; } 
.main7 .btn-go:hover span { background-color: #478a62; } 
.main7 .btn-go:hover span:before { background-image: url(/common/image/img_inc/btn_ico_arrow_white.png); } 
.main8 { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 550rem; position: relative; z-index:2; } 
.main8 { padding-bottom: 80rem; background-color: #ecebe9; } 
.main8 .btns { text-align: center; margin-top:120rem; } 
.main8 .btns .p-btn2 { height:80rem; line-height: 80rem; border-radius:80rem; text-align:left; position: relative; font-size:24rem; font-weight:600; padding-left: 45rem; } 
.main8 .btns .p-btn2:after { content:''; position: absolute; right:30rem; top:50%; margin-top:-10rem; width:20rem; height: 20rem; background: url(/common/image/main/btn_arr.png) no-repeat 0 0; background-size: contain; transition: all 0.3s ease; } 

.main7 .box div { animation: 40s linear infinite marquee; }

@keyframes marquee { 
 from { transform: translateX(0); } 
 to { transform: translateX(-50%); } 
 } 

@media (max-width: 1600px) { 
 /* Main */
 .main6 ul li .val { font-size:35rem; } 
 .main6 ul li .val strong { font-size:50rem } 


  
  /*****main9 소식영역 추가 건 - cjy_250508*****/
  .main9 .bottom_contents .slide_wrapper .right_con .main9_title {font-size:30px; }
  .main9 .bottom_contents .slide_wrapper .right_con .main9_date {font-size: 20px; }
  .main9 .bottom_contents .slide_wrapper .right_con .main9_contents {font-size:20px;}
  /*****main9 소식영역 추가 건 - cjy_250508*****/
  

} 
 

 /* PC_1200(1200~1025) */
@media (max-width: 1206px) { 
 /* Main */
 .main1 { padding: 0 0 120px 50px; gap:40px; } 
 .main-title { flex: 0 0 280px; width:280px; height: 280px; padding:15px 10px; } 
 .main-title .title p { font-size:28px; } 
 .main-title i img { max-width:178px; } 
 .main1 .slider-box { max-width: 100%; padding-bottom: 50px; } /*영어*/
 .main1 .slider-box .texts { height: 110rem; } 
 .main1 .slider-box .texts div { width: 100%; font-size:36px; } 
 .slider-box2 { margin-left: 0; padding-top: 100vh; } 
 .slider-box2 .controls { height: 40px; } 
 .slider-box2 .slider .swiper-slide img { width:452px !important; } 
 .slider-box2 .controls .swiper-button-prev, .slider-box2 .controls .swiper-button-next { width:40px; height: 40px; } 
 .slider-box2 .controls .swiper-button-prev span { transform: scale(0.6) translateX(4px); } 
 .slider-box2 .controls .swiper-button-next span { transform: scale(0.6) translateX(-2px); } 
 
 .main3 ul { height: 600px;; } 
 .main3 ul li .item dl dt { font-size:28px; } 
 .main3 ul li .item dl dd { font-size:12px; } 
 .main4 { padding-bottom: 0; height: 600px; } 
 .main4 .h2-main { margin-bottom: 90px; } 
 .port-main ul { gap:10px; } 
 .port-main ul + ul { margin-top:10px; } 
 .port-main ul li { flex:0 0 264px; } 
 .main5 { height: 600px;; } 
 .main5 .left { padding:60px 95px 50px 50px; } 
 .main5 .left .vc { margin-bottom: 50px; } 
 .main5 .left .btn-tit { width:280px; height: 280px; padding:10px; } 
 .main5 .left .btn-tit span { font-size:28px; } 
 .main5 .left .btn-tit p { font-size:36px; } 
 .main5 .left .btn-tit i img { max-width:178px; } 
 .main5 .left .btns ul li a { height: 150px; font-size:18px; } 
 .main5 .right ul li .item .info { left: 50px; bottom:50px; right:50px;; } 
 .main5 .right > ul li .item .info h3 { display: none; } 
 .main6 { height: 600px; } 
 .h2-main small { font-size:45rem; } 
 .main6 ul li .val { font-size:38px; } 
 .main6 ul li .val strong { font-size:42px; } 
 .main6 ul li p { font-size:24px; } 
 .main7 { padding-bottom: 0; height: 450px; } 
 .main7 .box div { width:1920px; } 
 .main8 { height: 450px; padding-bottom: 0; } 
 .main8 .h2-main { padding-top:0; } 
 } 
 

 /* Tablet_1024(1024~753) */
@media (max-width: 1024px) { 
  .main-imgbox .swiper-slide.img1 span { background-image: url(/common/image/main/main_visual1_m.jpg); background-position: 50% 50%;} 
  .main-imgbox .swiper-slide.img2 span { background-image: url(/common/image/main/main_visual2_m.jpg); background-position: 90% 50%;} 
  .main-imgbox .swiper-slide.img3 span { background-image: url(/common/image/main/main_visual3_m.jpg); background-position: 50% 50%;} 
  .main-imgbox .swiper-slide.img4 span { background-image: url(/common/image/main/main_visual4_m.jpg); background-position: 50% 10%;}
  .main-imgbox .swiper-slide.img5 span { background-image: url(/common/image/main/main_visual5_m.jpg); background-position: 80% 80%;} 

 
 /* Main */
 .h2-main { text-align: left; } 
 .h2-main b { font-size:32px; display: block; margin-bottom: 5px; } 
 .h2-main div { font-size:32px; } 
 .main3 ul { display: block; height: auto; } 
 .main3 ul li .item { height: 240px; } 
 .main3 ul li .item dl { left:70px; text-align: center; display: flex; align-items: center; gap:20px; } 
 .main3 ul li .item dl dd { font-size:14px; } 
 .main3 ul li:hover .item .btn-go { transform: translateY(-50%); } 
 .main3 ul li .item .btn-go { right:-2px; top:50%; bottom:auto; transform: translateY(-50%); height: auto; margin-top: 0; padding-top: 0; left:inherit; opacity: 1; } 
 .main4 { height: 770px; } 
 .main4 .h2-main { padding:95px 0 90px 30px; margin-bottom: 0; } 
 .main4 .btn-go { top:130rem; right:5px; } 
 .port-main ul { gap:18px; } 
 .port-main ul + ul { margin-top:18px; } 
 .port-main ul li { flex:0 0 345px; } 
 .main5 { height: 770px; display: block; padding:95px 30px 0; position: relative; } 
 .main5 > div { width:auto; } 
 .main5 .left { padding:0; position: static; } 
 .main5 .left .vc { justify-content: space-between; align-items: center; margin-bottom:95px; } 
 .main5 .left { background: none; } 
 .main5 .left .btn-tit { width:auto; height: auto; padding:0; border:0; display: block; } 
 .main5 .left .btn-tit span { font-size:32px; } 
 .main5 .left .btn-tit em { font-weight:600; } 
 .main5 .left .btn-tit p { font-size:32px; margin-top:10px } 
 .main5 .left .btn-tit p br { display: none; } 
 .main5 .left .btn-tit i { display: none; } 
 .main5 .left .btns { position: absolute; left:0; bottom:30px; display: none; } 
 .main5 .right { height: 454px; } 
 .main5 .right .btns { position: absolute; left:0; top:0; bottom:0; z-index:3; } 
 .main5 .right .btns ul { display: flex; height: 100%; gap:2px; width:150px; flex-direction: column; } 
 .main5 .right .btns ul li { height: 100%;; } 
 .main5 .right .btns ul li a { display: flex; align-items:center; justify-content: center; height: 100%; background-color: rgba(0,0,0,0.5); font-size:18px; color:#fff; text-align: center; transition: all 0.4s ease; } 
 .main5 .right .btns ul li.active a { background-color: #fff; color:#111; } 
 .main5 .right ul li .item .info { left: 180px; bottom:33px; right:20px; } 
 .main6 { height: 770px; } 
 .main6 .h2-main { text-align: center; position: static; padding-top:90px; margin-bottom: 40px; } 
 .main6 .h2-main small { font-size:32px; } 
 .main6 ul { display: flex; flex-wrap: wrap; height: auto; } 
 .main6 ul li { width:50%; height: 225px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding:0; } 
 .main6 ul li:nth-child(3) { border-left: 0; border-top:1px solid rgba(255,255,255,0.3); } 
 .main6 ul li:nth-child(4) { border-top:1px solid rgba(255,255,255,0.3); } 
 
 
 /*****main9 소식영역 추가 건 - cjy_250508*****/
  .main9 {position:relative; display: flex; padding: 0px 30px; align-items: flex-start;} 
    .main9 .h2-main {padding:0; padding-top: 100px; margin-bottom: 39px;}
    .main9 .bottom_contents {position:relative; display: flex; width: 100%; padding-bottom: 85px;justify-content: center;}
      .main9 .bottom_contents .control9 {position: absolute; top: -98px;right: 2px;left: auto; transform: none; margin: 0; gap: 10px; z-index: 10;}
      .main9 .bottom_contents .slide_wrapper {min-height: 460px;}
        .main9 .bottom_contents .slide_wrapper .slide_item {flex-direction: column; display: flex; }
         .main9 .bottom_contents .slide_wrapper .slide_item.active {flex-direction: column;}
        .main9 .bottom_contents .slide_wrapper .left_img {max-width:1200px; width: 100%;margin: 0 auto;position: relative;}
          .main9 .bottom_contents .slide_wrapper .left_img img {max-width:1200px; width: 100%;height:266px;}
        .main9 .bottom_contents .slide_wrapper .right_con {max-width:1200px; width: 100%; margin: auto;}
          .main9 .bottom_contents .slide_wrapper .right_con .main9_badge {position: absolute;top: 18px;left: 20px;z-index: 2;font-size: 18px;}
          .main9 .bottom_contents .slide_wrapper .right_con .main9_title {max-width:1200px; width: 100%; font-size:28px; margin-top: 30px;}
          .main9 .bottom_contents .slide_wrapper .right_con .main9_date {font-size: 18px; margin-top:10px;}
          .main9 .bottom_contents .slide_wrapper .right_con .main9_line {display:none;}
          .main9 .bottom_contents .slide_wrapper .right_con .main9_contents {max-width:1200px; width: 100%; font-size:18px; margin-top: 10px; margin-bottom:0;}
  /*****main9 소식영역 추가 건 - cjy_250508*****/
 
 
 
 .main7 { height: 385px; } 
 .main7 .h2-main { margin-bottom: 0; padding: 95px 0 70px 30px; } 
 .main7 .btn-go { top:160rem; right:5px; } 
 .main7 .box { height: 58px; } 
 .main7 .box ul li img { padding: 0 20px; } 
 .main7 .box div { width:1660px; } 
 .main8 { height: 385px; display: flex; justify-content: space-between; align-items: center; flex-direction: row; padding:0 30px; } 
 .main8 .h2-main { margin-bottom: 0; } 
 .main8 .btns { margin-top:0; } 
 .main8 .btns .p-btn2 { width:170px; height: 60px; line-height: 59px; padding-left: 30px; font-size:20px;; } 
 
 /* 1024 미만 세로 모드일때 */
 @media (orientation: portrait) { 
 .main1 { flex-direction: column; justify-content: flex-start; gap: /* 20px */ 3vh; padding: calc( 75px + 80px ) 20px 80px 20px; } 
 .main1 .slider-box .texts { margin-top: 0; text-align: center; opacity: 1 !important; } 
 .main-title { flex: none;/*  width: 314px; height: 314px; aspect-ratio: 1/1; */ margin: 0 auto; } 
 .main-title .title p { font-size:32px; } 
 .main-title i img { max-width:200px; } 
 .sticky-area { z-index:0; } 
 
 /* 240807 추가 */
 .sticky-area { overflow-x: inherit; } 
 .main1 .slider-box { display: block; padding-bottom: 0; } 
 .main1 .slider-box > .controls { position: absolute; left: 50%; transform: translateX(-50%); bottom: 70px; } 
 } 
 
 } 

 
 
 @media (max-width: 932px) /* and (min-width:752px)  */{ 

 /* 모바일 가로 모드 */
 @media (orientation: landscape) { 
 .main1 { padding: 0 0 60px 20px; gap:30px; } 
 .main-title { width:220px; height: 220px; flex:0 0 220px; border-width:5px; } 
 .main-title .title p { font-size:22px; } 
 .main1 .controls { opacity:1 !important } 
 .main1 .slider-box { padding-bottom: 0; } 
 .main1 .slider-box .texts { height: 100rem; opacity:1 !important } 
 .main1 .slider-box .texts div { font-size:27px; } 
 } 

   /*****main9 소식영역 추가 건 - cjy_250508*****/
   .main9 .bottom_contents .slide_wrapper {min-height: 520px;}
   /*****main9 소식영역 추가 건 - cjy_250508*****/

 
 } 


 /* Mobile_380(752~380) */
@media (max-width: 752px) { 

 /* Main */
 .h2-main b { font-size:22px; } 
 .h2-main div { font-size:25px; } 
 
 .main-wrap .scroll {display: none;}

 .main3 ul li .item .btn-go span,
 .main5 .left .btn-go span,
 .main4 .btn-go span,
 .main7 .btn-go span,
 .main5 .right > ul li .item .info .btn-go { width:40px; height: 40px;; } 
 .main3 ul li .item .btn-go span:before,
 .main4 .btn-go span:before,
 .main7 .btn-go span:before,
 .main5 .right > ul li .item .info .btn-go:before,
 .main5 .left .btn-go span:before { background-size: 10px auto;; } 
 .main3 ul li .item { height: 135px; } 
 .main3 ul li .item dl { left: 20px; gap:10px;; } 
 .main3 ul li .item dl dt { font-size:25px; } 
 .main3 ul li .item dl dd { font-size:12px; } 
 .main3 ul li .item .btn-go { right:0; } 
 .main4 .btn-go { top:80px; right:10px; padding:10px; width:60px; height: 60px; } 
 .port-main ul li { flex:0 0 210px; } 
 
 .main4 { height: 490px; } 
 .main4 .h2-main { padding:45px 0 45px 20px; } 
 .main5 { height: 700px; padding:45px 20px 0; } 
 .main5 .left .btn-tit p br.only-mobile { display: inline; } 
 .main5 .left .btn-tit span { font-size:22px; } 
 .main5 .left .btn-tit p { font-size:25px; } 
 .main5 .left .vc { margin-bottom: 25px; align-items: flex-end; } 
 .main5 .right { height: auto; } 
 .main5 .right .btns { display: none; } 
 .main5 .right > ul li { position: static; opacity:1; margin-bottom: 15px; } 
 .main5 .right > ul li .item { height: 150px; position: relative; overflow: hidden; } 
 .main5 .right > ul li .item:after { height: 80%; } 
 .main5 .right ul li .item .info { left: 20px; bottom:15px; right:15px; transform: translateY(0); opacity:1; } 
 .main5 .right > ul li .item .info h3 { display: block; font-size:18px; margin-bottom: 0; } 
 .main5 .right > ul li .item .info .txt { font-size:12px; } 
 .main5 .right > ul li .item .info .btn-go { top:10%; } 
 .main6 { height: 550px; } 
 .main6 .h2-main { padding-top:45px; margin-bottom: 30px; } 
 .main6 .h2-main small { font-size:18px; } 
 .main6 ul { display: block; } 
 .main6 ul li { display:flex; justify-content: space-between; align-items: center; flex-direction: row-reverse; padding:0 30px; height: 90px; width:auto; border:0 !important; border-top:1px solid rgba(255,255,255,0.3) !important; } 
 .main6 ul li:first-child { border-top:0 !important; } 
 .main6 ul li .val { font-size:27px; } 
 .main6 ul li .val strong { font-size:30px; } 
 .main6 ul li p { font-size:18px; margin-top:0 } 

  /*****main9 소식영역 추가 건 - cjy_250508*****/
  .main9 {min-height: 700px; position:relative; display: flex;justify-content: center; flex-direction: column; padding: 0px 20px; align-items: flex-start;} 
    .main9 .h2-main {padding:0;margin-bottom: 30px;padding-top: 45px;}
    .main9 .bottom_contents .control9 {position: absolute;top: -88px;right: 1px;}
    .main9 .bottom_contents .slide_wrapper{min-height: 490px;}
      .main9 .bottom_contents .slide_wrapper .right_con { max-width:1200px; width: 100%; }
        .main9 .bottom_contents .slide_wrapper .right_con .main9_badge {position: absolute;top: 18px;left: 18px;}
        .main9 .bottom_contents .slide_wrapper .right_con .main9_title { font-size: 24px;}
        .main9 .bottom_contents .slide_wrapper .right_con .main9_date {font-size: 16px;}
        .main9 .bottom_contents .slide_wrapper .right_con .main9_contents {font-size: 16px;}
  /*****main9 소식영역 추가 건 - cjy_250508*****/



 .main7 { height: 250px; } 
 .main7 .btn-go { top:60px; right:0; } 
 .main7 .h2-main { padding:45px 0 45px 20px; } 
 .main7 .box div { animation-duration:20s; }
 .main7 .box div { width:1000px; } 
 .main7 .box div p { padding:0 20px; }
 .main7 .box div img { /*transform: scale(0.7);*/ height:40px; padding: 0; } 
 .main8 { height: 278px; display: block; padding: 45px 20px 0; } 
 .main8 .h2-main br { display: none; } 
 .main8 .btns { text-align: right; margin-top:15px; } 
 .main8 .btns .p-btn2 { width:132px; height: 41px; line-height: 40px; font-size:12px; padding-left: 25px;; } 
 


 @media (max-width: 416px) { 
    /*****main9 소식영역 추가 건 - cjy_250508*****/
    .main9 {min-height:700px; padding: 0 20px; position:relative;} 
      .main9 .h2-main {width: 100%; display: flex; flex-direction: column; padding: 45px 0 32px 0px; margin-bottom:0;}
      .main9 .bottom_contents .control9 {position: absolute;top: -88px;right: 1px;}
      .main9 .bottom_contents .slide_wrapper {min-height: 440px;}
      .main9 .bottom_contents .slide_wrapper .left_img {max-width: 680px; height: 260px;width: 100%; margin-top: 10px;}
        .main9 .bottom_contents .slide_wrapper .left_img img {max-width:680px; height: 260px; width: 100%;}
      .main9 .bottom_contents .slide_wrapper .right_con {max-width: 700px; width: 100%;}
        .main9 .bottom_contents .slide_wrapper .right_con .main9_badge {position: absolute;top: 26px;left: 20px; font-size: 16px;}
        .main9 .bottom_contents .slide_wrapper .right_con .main9_title {font-size:18px; margin-top:20px; }
        .main9 .bottom_contents .slide_wrapper .right_con .main9_date {font-size: 12px;}
        .main9 .bottom_contents .slide_wrapper .right_con .main9_contents {font-size: 12px;}
    /*****main9 소식영역 추가 건 - cjy_250508*****/
   }




 
 /* 모바일 가로 모드 */
 @media (orientation: landscape) { 
 .main1 { padding:70px 0 60px 20px; gap:30px; } 
 .main1 .controls { opacity:1 !important } 
 .main1 .slider-box .texts { opacity:1 !important } 
 .main1 .slider-box .texts div { font-size:27px; } 
 } 
 
 /* 모바일 세로 모드 */
 @media (orientation: portrait) { 
.main-title { width:230px; height: 230px; border-width:5px; } 
 .main-title .title p { font-size:22px; } 
 .main-title i img { max-width:150px; } 
 .main1 .slider-box .texts div { font-size:25px; } 
 .main1 .slider-box > .controls { bottom:70px; } 
 } 
 } 
 

 /* 모바일 최소 높이 사이즈 제어 */
 @media (max-height: 580px) { 
 .main1 { min-height: calc( var(--vh, 1vh) * 100 ); height: auto; padding: 70px 20px; } 
 .main1 .slider-box > .controls { bottom: 40px; } 
 .main-wrap .scroll { bottom: 10px; }
 }

 /* 모바일 최소 사이즈 가로값 */
 @media (max-height: 340px) and (max-width: 480px) and (orientation: landscape) { 
 .main1 { padding: 70px 20px 60px 20px; } 
 .main-title { flex: 0 0 160px; width: 160px; height: 160px; padding:15px 10px; border-width: 5px; } 
 .main-title .title p { font-size: 20px; } 
 .main-title i img { width: 120px; } 
 .main1 .slider-box { padding-bottom: 0; } 
 .main1 .slider-box .texts { height: 80rem; } 
 .main1 .slider-box .texts div { font-size: 18px; } 
 } 


