.pc_img {display:block !important;}
.m_img {display:none !important;}

.mainBody {overflow-x:hidden}

.mt10 {margin-top:10px !important}
.mt20 {margin-top:20px !important}
.mt30 {margin-top:30px !important}
.mt40 {margin-top:40px !important}
.mt50 {margin-top:50px !important}
.mt60 {margin-top:60px !important}
.mt70 {margin-top:70px !important}
.mt80 {margin-top:80px !important}

/*메뉴시작*/
.visual_wp {display:none;position: absolute;left:0;top:0;width:100%;height:100vh;background-color:rgba(0,0,0,0.6)}
.visual_wp>div {position: absolute;left:0;bottom:30rem;width:100%;text-align:center;color:#fff;}
.visual_wp .st1 {font-size:9rem;font-weight:500}
.visual_wp .st2 {font-size:3rem;font-weight:100}
.visual_wp .st1  b {font-weight:500;}
.hover-motion-btn {
   overflow:hidden
    transition: transform .7s cubic-bezier(.25,.1,.25,1);
}


.hover-motion-btn {
    position: relative;
    overflow: hidden;
    transition: color 0.3s;
}
.hover-motion-btn .hover-motion-text1 {
    position: relative;
    display: block;
    opacity: 1;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.hover-motion-btn:hover .hover-motion-text1 {
    transform: translateY(-100%);
    opacity: 0;
}
.hover-motion-btn .hover-motion-text2 {
    position: absolute;
    left: 50%;
    bottom: -100%;
    width: 100%;
    transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(.25,.1,.25,1);
    text-align: center;
    height: 100%;
    border-radius: inherit;
    display: grid;
    background-color:#fff;
    border:1px solid #fff;
    color:#000;
   
    align-items: center;
    justify-items: center;
}

.hover-motion-btn:hover .hover-motion-text2 {
    bottom: -2px;
    transform: translateX(-50%);  
    width:110%;
    height:110%;
}



video {height:100%;
                width:100% !important;
                  object-fit: cover;
                   min-width: 100%;
                 min-height: 100%;
                }

.circle-bg {
    position: absolute;
  top: 110%;
  left: 50%;
  width: 100px;
  height: 100px; 
  background-color: #ff743b; 
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 1.2s ease-in-out;
  z-index: -1;
  opacity: 1;
   transition: transform 1.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}


.section.active .circle-bg {

  transform: translate(-50%, -50%) scale(40); 
    transition-delay: .5s; 
}
.on_l {display:none}
.menu_wp.active .menu_dip{height:100vh;z-index: 9}
.fp-viewing-6rdPage .of_l,
.fp-viewing-7rdPage .of_l,
.fp-viewing-3 .of_l,
.sub_menu2 .of_l,
.menu_wp.active .of_l {display:none;}
.menu_wp.active h1,
.fp-viewing-6rdPage .on_l,
.sub_menu2 .on_l,
.fp-viewing-7rdPage .on_l,
.fp-viewing-3 .on_l,
.menu_wp.active .on_l {display:block !important}
.fp-viewing-6rdPage .right .st1 a ,
.fp-viewing-3 .right .st1 a ,
.sub_menu2 .right .st1 a ,
.fp-viewing-7rdPage .right .st1 a ,
.menu_wp.active  .right .st1 a {color:#000 !important;border:1px solid #000 !important}
.fp-viewing-6rdPage .right .st1 a .hover-motion-text2,
.fp-viewing-3 .right .st1 a .hover-motion-text2 ,
.sub_menu2 .right .st1 a .hover-motion-text2 ,
.fp-viewing-7rdPage .right .st1 a  .hover-motion-text2,
.menu_wp.active  .right .st1 a .hover-motion-text2 {background-color:#000;color:#fff}

.fp-viewing-6rdPage .menu-btn ,
.fp-viewing-3 .menu-btn ,
.sub_menu2 .menu-btn ,
.fp-viewing-7rdPage .menu-btn ,
.menu_wp.active .menu-btn {background-color:#000;border:1px solid #000}
.fp-viewing-6rdPage .menu-btn span,
.fp-viewing-3 .menu-btn span,
.fp-viewing-7rdPage .menu-btn span,
.sub_menu2 .menu-btn span,
.menu_wp.active .menu-btn  span{background-color:#fff}
.menu_dip>div {padding:12rem 30rem;}
.menu_dip>div.left {position:absolute;left:0;bottom:2.5rem;}
.menu_dip ul li a {display:inline-block;margin-top:1.5rem;font-size:12rem;font-weight:600;}
.right_bottom {right:0;position: absolute;bottom:12rem;bottom:5rem;}
.right_bottom>p {color:#525252;font-weight:400;font-size:1.7rem;}
.right_bottom>div {font-size:2rem;font-weight:500}
.sub_menu2 {position: relative !important;}
.menu_dip {overflow:hidden;transition: height 0.5s ease-in-out;background-color:#fff;height:0;width:100%;position: fixed;top:0;left:0;width:100%;}
.top_menu {position: fixed;top:0;left:0;width:100%;padding:3rem 10rem;z-index: 99}
.top_menu .right {position: absolute;right:10rem;top:2.3rem}
.top_menu .left{position: absolute;left:0;top:0}
.top_menu .right .st1 a{font-size:2rem;font-weight:600;border:1px solid #fff;display:inline-block;border-radius:50rem;padding:1.8rem 2rem ;color:#fff;}
.menu_dip .left li a {position: relative}
.menu_dip .left li a::after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: 15px;
  width: 33px;
  height: 33px;
  background-color: #ff743b;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}


.menu_dip .left li a:hover::after {
  opacity: 1;
 
  animation: 
    fadeIn 0.5s forwards, 
    bounce .7s  alternate cubic-bezier(0.5, 0.05, 1, 0.5);

}


@keyframes bounce {
  from { transform: translateY(0) scale(1, 1); }
  to { transform: translateY(-15px) scale(0.9, 1.1); }
}
.menu-btn {
  width: 62px;
  height: 62px;
  position: relative;
  cursor: pointer;
  overflow:hidden;
  border:1px solid #fff;
  border-radius:50%;
      display: inline-block;
      vertical-align:top;
      margin-left:2rem;
  padding:2rem 1.5rem;
}

.menu-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  margin-top:2rem;
  background: #fff;
  transition: .25s ease-in-out; /* 애니메이션 속도 */
}

/* 선 세 개의 초기 위치 */
.menu-btn span:nth-child(1) { top: 0px; }
.menu-btn span:nth-child(2) { top: 8px; }
.menu-btn span:nth-child(3) { top: 16px; }

/* 클릭 시 (active 클래스) 변화 */
.menu-btn.active span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg); /* 첫 번째 선 회전 */
}

.menu-btn.active span:nth-child(2) {
  opacity: 0;
  left: -60px; /* 두 번째 선은 왼쪽으로 사라짐 */
}

.menu-btn.active span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg); /* 세 번째 선 회전 */
}


.fp-nav-text {
  position: absolute;
  right: 30px;      /* 도트 왼쪽에 표시 */
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0;
  animation: fadeIn 0.3s forwards; /* 나타날 때 부드럽게 */
}


.quick_ic {z-index:99; position: fixed;bottom:3rem;left:4rem; transition:all .5s}

.quick_ic.f_r {bottom:18rem}
#topmenu_wrap {width:100%;margin: auto;z-index:999;position:absolute;top:0}
/*#topmenu_wrap:hover,
#topmenu_wrap.line {background-color:#fff;border-bottom:1px solid #ddd;;}*/
.fp-viewing-6rdPage .right_quick  {display:none}

 /*#topmenu_wrap:hover .right_ic li span,
 #topmenu_wrap:hover .menu>li>a ,
#topmenu_wrap.line .right_ic li span,
#topmenu_wrap.line .menu>li>a  {color:#000;}
#topmenu_wrap:hover  .right_ic>span {color:#44833f;}


#topmenu_wrap.line .right_ic>span,
#topmenu_wrap:hover .right_ic li a ,
#topmenu_wrap.line .right_ic li a {color:#06274c;}*/

#gnb_wrap {position:relative;z-index: 99;padding:0 10rem;}
#topmenu_wrap .right_top {position: absolute;right:0;top:0;}
#gnb>ul>li{font-family:"Lato";float: left;position:relative;font-size:15px;color:#000;text-align: center;}
/*.menu>li {display:inline-block;position:relative;}*/
.menu {display:inline-block;overflow: hidden;}
.menu>li {float:left;display:inline-block}
.menu>li>a {position:relative;box-sizing: border-box;color: #fff;font-size:1.8rem;;padding:4rem 8rem}
.menu_top{display: block; color: #000;text-decoration: none;}
/*.sub_menu {position:absolute;width:200px;left:-2.5rem;padding:1rem 0;overflow:hidden;background-color:#fff;}*/
#gnb {}
#gnb_wrap h1 {position:absolute;left:10rem;top:2rem; }
.sub_menu>li>a{display: block;text-align: left;color:#212121; background-color: #fff;font-weight: normal;font-size:1.7rem;}

/*.sub_menu>li>ul>li>a {font-weight: 300;color:#616161;font-size:1.5rem;margin-bottom:5px;display:block;}
*/
#gnb_wrap {position: relative}
.sub_menu_wrap {margin-left:5px;width:220px;background-color:#e1f1ff;border-radius:20px;padding:3rem 2rem ;display:none; position: absolute;;z-index: 99999;}
.sub_menu_wrap:before {content:"";width:20px;height:12px;position: absolute;left:50%;margin-left:-10px;top:-12px;background:url('/image/main/menu_bg.png') no-repeat}
.sub_menu_wrap_on {display:block;}
.sub_menu {max-width:1180px;margin:auto;overflow:hidden;}
.sub_menu li {display: block;}
.sub_menu li a{ display:block;text-align:center;border-bottom:1px solid #ddd;position:relative;;color:#454545;line-height:4.6rem; background: none;font-weight: normal;font-size:1.6rem;}
.sub_menu li a:hover {color:#1d2088;font-weight:500}
.sub_menu li:last-child a {border:0}
/*.sub_menu>li>a:hover{color:#002f65;}*/
.menu{zoom: 1;margin-bottom:0px;}
.menu:after{height: 0;visibility: hidden;content: ".";display: block;clear: both;}

#mb_gnb, .mb_header{display:none}
#visual_down {position:absolute;bottom:10px;left:50%;margin-left:-25px;z-index: 999}
.top_ic {position:fixed;right:20px;bottom:20px;z-index:999;}
.aside-backdrop.in, .aside {display:none}
.aside.in {display:block;}
.close_side {border:0;background:none}
.topColor {background-color:#fff;border-bottom:1px solid #ddd !important;}
.topColor .right_m ,.topColor .right_m a, .topColor .menu_top{color:#000 }

.en_btn {background-color:#fff;line-height:49px;border-left:1px solid #ddd;border-right:1px solid #ddd;width:145px;text-align:center;display:inline-block;color:#252525;font-size:1.4rem;position:absolute;right:0px;top:-8px}
.en_btn>a {display:block;    line-height: 49px !important;}

select::-ms-expand { /* for IE 11 */
    display: none;}

.on_img {display:none}


.pop_close {position: absolute;right:11rem;top:9rem;z-index: 99;cursor:pointer}
.top_sm_wrap>div {margin-left:-4rem;padding:15rem  10rem;}
.top_sm_wrap {position:fixed;width:100%;height:100vh;position:fixed;left:0;top:0;background-color:#105229;display:none;}
.top_sm_wrap>div>div {width:14%;float:left;padding-left:4rem;}
.sm_li>p {color:#fff;font-size:2.2rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,0.2);padding:1rem 0;background:url('/image/main/ch_ic.png') 98% 50% no-repeat;}
.sm_li>div>ul>li>a {color:#fff;display:block;font-size:1.6rem;}
.sm_li>div>ul>li{line-height:4rem;}

.sm_li>div>ul {margin:1rem 0;}
/*.sm_li>div>ul>li>ul>li>a:hover,
.sm_li>div>ul>li>a:hover {color:#002f65 }*/

.right_menu {position:absolute;right:10rem;top:9rem;}

.right_ic {position:absolute;right:10rem;top:4.5rem;}


.hover_fixed {display:none;background-color:#fafafa;position: fixed;top:0;left:0;width:100%;height:100%;}
.hover_fixed>p.logo {position: absolute;left:10rem;top:2rem;}
.hover_in {height:100%;width:100%;max-width:1180px;margin:auto;display:table;}
.hover_in>div {display:table-cell;vertical-align: middle}
.hover_fixed .close_ic {position: absolute;right:10rem;top:3.5rem;cursor: pointer}
.hover_li {margin-left:-2rem;}
.hover_li>div {width:20%;float:left;padding-left:2rem;}
.hover_in p {background:url('/image/main/arrow.png') 90% 50% no-repeat; border-bottom:1px solid #ddd;font-size:2rem;padding:1rem 2rem;}
.hover_in ul {padding:2rem;}
.hover_in ul a {font-size:1.7rem;margin-bottom:1rem;display:block;}


/*메뉴끝*/


.bxslider .slick-dots {position:absolute;width:100%;top:50%;margin-top:-13rem;text-align: center;}
.bxslider .slick-dots:after {content:""; display:block; clear:both;}
.bxslider .slick-dots > li {display:inline-block;margin:0px 1rem}
.bxslider .slick-dots > li button{vertical-align:middle;width:13px; height:13px; border-radius: 50%; overflow:hidden; text-indent: -9999px; position:relative;background-color:rgba(255,255,255,0.3);border:0;}
.bxslider .slick-dots > li.slick-active button{background-color:#fff;width:13px;height:13px;border:0;}




.mainWrap{position:relative;min-height:680px;height:100%; overflow:hidden;}
.mainStep{ position:fixed; right:0%;top:0px; height:100% !important;width:160px; box-sizing:border-box;  height:-webkit-calc(100% - 90px); height:calc(100% - 90px);  z-index:999;}
.mainStep ul{margin:2rem 0  }
.mainStep>div { position:absolute; left:0; top:50%;z-index:2;  -webkit-transform:translate(0, -50%);transform:translate(0, -50%);}
.mainStep ul li{margin-top:20px;}
.mainStep ul li:first-child{margin-top:0;}
.mainStep ul a{display:block; text-align:center;width:100%;position:relative; z-index:2}
/*.mainStep ul a:after{content:""; display:block; width:100%; height:30px; border-radius:50px; position:absolute; left:20px; top:0;  opacity:0; filter:alpha(opacity=0);
  -webkit-transition:all 200ms ease-out;
  -moz-transition:all 200ms ease-out;
  -ms-transition:all 200ms ease-out;
  -o-transition:all 200ms ease-out;
  transition:all 200ms ease-out;
}*/
.animated, .appear-animation{animation-delay:100ms;}
.mainStep ul a .txt{display:block; width:10px; height:10px; background-color:rgba(255,255,255,0);margin:auto;border:2px solid #fff; border-radius:50px;}
.mainStep .btnStep {position:absolute; left:70px; bottom:100px; z-index:2;}
.mainStep ul li:first-child .txt:before {background:none}
.mainStep ul a:hover:after{opacity:1 !important; filter:alpha(opacity=100) !important; left:0 !important;}
.mainStep ul .on a:after{opacity:1 !important; filter:alpha(opacity=100) !important; left:0 !important;}

.mainStep ul .on a .txt{width:16px;height:16px; border:4px solid #fff;}




/* main secstion */
.sectionWrap{position:absolute; left:0; top:0; width:100%;}
.section.bg .sectionCon{background-color:#f8f8f8;}
.sectionCon_in,
.sectionCon {height:100%}
.section{position:relative;}
.sectionCon_in {display:table;width:100%}
.section_in_in {display:table-cell;vertical-align: middle}
/* title */


.base-height{
	position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}
/* content */
select::-ms-expand { /* for IE 11 */
    display: none;}

.fixed_right {position: absolute;right:5rem;top:40%;z-index: 90}

.section00 {position:relative;background:url('../image/main/main_bg.png')  50% 50% no-repeat;background-size:cover;overflow:hidden;}
.section00 .section00Wrap{overflow:hidden;width:100%;height:100%; box-sizing:border-box; position:relative; }


.mainVisual {height:100vh; position:relative;overflow:hidden;}
.mainVisual .slick-slide > div{height:100%;}
.mainVisual .slider{height:100%; position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; }
.mainVisual .slider .slidesItem{color:#fff;position:relative; height:100%;display:block !important;}
.mainVisual .slider .slidesItem .items{position:absolute; left:0; top:0; width:100%; height:100%; background-size:cover !important;}

.mainVisual .slider.responsive{display:block;}
.mainVisual:before {content:"";background:url('/image/main/visual_dot.png') no-repeat;width:99px;height:50px;position: absolute;bottom:0;left:50%;margin-left:-50px;    z-index: 9;}

.mslider_in {z-index:9;position:absolute;top:0px;left:10rem;width:100%;height:100%;display:table;box-sizing:border-box;color:#fff;  table-layout:fixed;}
.mslider_in_in {padding-bottom:10rem;display:table-cell;vertical-align:middle;}


.mainVisual .slider .motion {width:100%;  opacity: 0; filter: alpha(opacity=0); display:block; position:relative; top:-50px; left:0; 
-webkit-transition: all 1000ms cubic-bezier(0, 0, 0.265, 1); /* older webkit */
-webkit-transition: all 1000ms cubic-bezier(0, -0.550, 0.265, 1.550); 
   -moz-transition: all 1000ms cubic-bezier(0, -0.550, 0.265, 1.550); 
     -o-transition: all 1000ms cubic-bezier(0, -0.550, 0.265, 1.550); 
        transition: all 1000ms cubic-bezier(0, -0.550, 0.265, 1.550); /* easeInOutBack */}


/*.mainVisual .slider  .motion{}
.mainVisual .slider  .motion.text01 {font-family: 'Poppins', sans-serif;color:#000;font-weight:300;font-size:5rem}
.mainVisual .slider   .motion.text02 {margin-top:2rem;}
.mainVisual .slider   .motion.text03 {font-family: 'Poppins', sans-serif;margin-top:2rem;color:#fff;font-size:2.2rem}
.mainVisual .slider   .motion.text04 {margin-top:10rem;color:#fff;font-weight:300;font-size:3.2rem}
.mainVisual .slider   .motion.text05 {line-height:5rem;font-weight:500;margin-top:1rem;color:#fff;font-size:4.5rem}*/

.mainVisual .slider_1  .motion.text02  {font-weight:300;font-size:2.6rem}
.mainVisual .slider_1  .motion.text03  {;font-size:4rem;}
.mainVisual .slider_1  .motion.text03 span {font-weight:600;}
.mainVisual .slider_1  .motion.text04  {font-family: 'Poppins', sans-serif;color:#000;font-weight:300;font-size:3rem}

.sler1_left {position: absolute;left:-20rem;top:8rem;z-index: 999;font-weight:300;font-size:3.5rem}
.slider_1 .motion.count_wp {width:735px;margin-top:7rem;margin-left: -126px;position: relative;bottom:inherit;left: inherit;}


.mainVisual .slider_2 .motion.text01  {font-family: 'Poppins', sans-serif;color:#fff;font-weight:300;font-size:4rem;}

.mainVisual .slider_3 .motion.text02  {line-height:6rem;font-family: 'Poppins', sans-serif;color:#fff;font-weight:100;font-size:4rem;}
.mainVisual .slider_3 .motion.text02 span {font-size:6rem;font-weight:600;}
.mainVisual .slider_3 .motion.text01  {line-height:6rem;font-family: 'Poppins', sans-serif;color:#fff;font-weight:100;font-size:5rem;}

.mainVisual .items{
        -ms-transform: scale(1.2,1.2) rotate(0.0001deg);
    -o-transform: scale(1.2,1.2) rotate(0.0001deg);
    -moz-transform: scale(1.2,1.2) rotate(0.0001deg);
    -webkit-transform: scale(1.2,1.2) rotate(0.0001deg);
     transform: scale(1.2,1.2) rotate(0.0001deg);
    
}

.mainVisual .target_dots {position: absolute;top:50%;margin-top:113px;left:15rem;z-index: 99}

.mainVisual .target_dots2 {position: absolute;top:50%;margin-top:100px;left:10rem;width:100%;}
.mainVisual .target_dots2 button {font-size:2rem;font-family: 'Noto Sans KR','Noto Sans', sans-serif, "돋움", dotum, AppleGothic;font-weight:100;color:#fff;border:0;background:none;}
.mainVisual .target_dots2 li {margin-right:3rem;float:left}
.mainVisual .target_dots2 li:nth-child(1) {margin-right:30rem;}
.mainVisual .target_dots button {text-indent:-9999px;}
.mainVisual .target_dots button {height:2px;background-color:rgba(255,255,255,.4);border:0;width:80px;}
.mainVisual .target_dots li {float:left;}
.mainVisual .target_dots li.slick-active {background-color:#fff;height:3px}
.mainVisual .active-item .items{
width:100%;
    height:100%;
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0); 
    -moz-transform: scale(1.0,1.0); 
    -webkit-transform: scale(1.0,1.0); 
     transform: scale(1.0,1.0);
    -webkit-transition:transform 8000ms  ease-in-out ;
    -moz-transition:transform 8000ms ease-in-out ;
    -o-transition:transform 8000ms ease-in-out ;
    -ms-transition:transform 8000ms ease-in-out ;
    transition:transform 8000ms ease-in-out ;   
}




.mainVisual .slider  .motion.on2{opacity: 1 !important; filter: alpha(opacity=100) !important; top:0 !important;  left:0 !important;}




.visual_li {margin-left:-2rem;}
.mainVisual .slick-list {height:100%;}
.mainVisual .slick-list .slick-track {height:100%;}



.visual_select>ul>li select {border:1px solid #fff; width: 100%;height:30px;font-size: 13px;color: #656565; background:#fff url(/image/main/sel_bt.png) no-repeat 100% 50%;  -webkit-appearance: none; -moz-appearance: none;appearance: none;text-indent: 10px}

select::-ms-expand { /* for IE 11 */
    display: none;}


.custom_paging {margin-left:-530px;position:absolute;left:50%;top:59.5%;;width:100%;max-width:1180px;text-align:left;}
.custom_paging li {position:absolute;top:0; color:rgba(0,0,0,0);height:30px}
.custom_paging li p {font-size:1.6rem;position:absolute;top:0;left:50%;margin-left:-84px;}
.custom_paging .slick-active {color:rgba(255,255,255,.5);font-size:1.5rem;letter-spacing:0.5rem;font-weight:300;}
.custom_paging .slick-active span {  color:rgba(255,255,255,1);font-size:2rem;font-weight:500}



.mainVisual .slick-arrow{position:absolute; ;overflow:hidden; text-indent:-9999px; z-index:2; background-size:cover !important;}
.mainVisual .slick-prev {text-indent:-999999px;z-index:99;border:0;top:59%;position:absolute;left:50%;margin-left:-640px;background-color:rgba(255,255,255,0);background:url('/image/main/btn_prev2.png') no-repeat;width:40px;height:40px;}

.mainVisual .slick-next {text-indent:-999999px;z-index:99;border:0;top:59%;position:absolute;left:50%;margin-left:-590px;background-color:rgba(255,255,255,0);background:url('/image/main/btn_next2.png') no-repeat;width:40px;height:40px;}

.img_dummy {background-size:cover !important;display:block;width:100%;height:100%;}

.scroll_fx {position: absolute;bottom:3rem;left:0;width:100%;display:block;text-align:center;z-index: 99}


/*section1*/
#section1 {}
.sec_center { position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);}
.sec1_in {max-width:1180px;margin:auto;display:table;width:100%;}
.sec1_in>div {width:50%;display:table-cell;vertical-align: middle}
.sec1_in .right {padding-left:6rem}
.main_st1 {line-height:3rem;font-size:3rem;font-weight:700;font-family: 'Poppins', sans-serif;}
.sec1_in .right .st1 span {line-height:3rem;color:#1d2088;font-weight:600;font-size:5rem;}
.sec1_in .right .st2 {font-size:3rem}
.sec1_in .right .st3 {color:#000;line-height:5rem;font-size:4rem}
.sec1_in .right .st3 p {font-weight:600;color:#1d2088}
.sec1_in .right .st4 {font-size:2rem}
.sec1_in .right .st5 {font-size:1.9rem;color:#454545}


/*section2*/
#section2 {background-color:#f8f8f8;position:relative;height:100%}
.sec2_bx { position: absolute;
  top: 50%;
  left: 50%;
  display:table;
  
  padding:0 22rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:100%;}
.sec2_bx>div {width:50%;display:table-cell;vertical-align: middle}
.sec2_bx .st1 {font-size:10rem;font-weight:600;;line-height:1}  
.sec2_bx .st2 {font-size:2.3rem;font-weight:600;}  
.sec2_bx .st3 {font-size:1.8rem;line-height:2;color:#3f3f3f}  
.sec2_bx .st4 a {font-size:2rem;border:1px solid #000;display:inline-block;padding:1.5rem 6rem;border-radius:50rem;}  
.sec2_bx .st1 span {width:31px;height:31px;background-color:#ff743b;border-radius:505%;display:inline-block;}
/*section2 끝*/

/*section3*/
#section3 {background-color:#f2f4f6;}

.sec3_bx { position: absolute;
  top: 40%;
  left: 50%;
  padding:0 22rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:100%;}
.sec3_bx .st1 {font-size:8rem;font-weight:600;;line-height:1}  
.sec3_bx .st2 {font-size:2.6rem;font-weight:700;} 
.sec3_bx .st3 {font-size:2.3rem;font-weight:700;} 
.sec3_bx .st4 {font-size:1.8rem;} 

   
   
   
  
/*section3 끝*/



.pc_br {display:block}

.mo_foot {display:none}
.footerWrap{background-color:#191919;padding:12rem 22rem  0;height:auto !important; }
.bx4_txt1 .st1 {margin-bottom:20rem;font-size:10rem;font-weight:500;color:#fff;}
.bx4_txt1 .st2 {border-bottom:1px solid #3b3b3b;padding-bottom:4rem;}
.bx4_txt1 .st2 li {position:relative;font-size:5rem;font-weight:500;color:#fff;width:25%;float:left;}
.bx4_txt1 .st2 li a {position:relative;display:inline-block;color:#fff;}
.bx4_txt1 .st2 li:before  {content:"";width:25px;height:25px;background-color:#838383;position:absolute;bottom:-5rem;border-radius:50%;left:0;}
.bx4_txt1 .st2 li a::after {
  content: '';
  position: absolute;
  right: -40px;
  bottom: 15px;
  width: 20px;
  height: 20px;
  background-color: #ff743b;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}
.bx4_txt1 .st2 li a:hover::after {
  opacity: 1;
 
  animation: 
    fadeIn 0.5s forwards, 
    bounce .7s  alternate cubic-bezier(0.5, 0.05, 1, 0.5);

}

.foot_in {position:relative; font-size:1.7rem;color:rgba(255,255,255,.5);padding:18rem 0 3rem;}
.foot_in a {margin-left:1rem;color:rgba(255,255,255,.5)}
.foot_in span {display:inline-block; margin-left:4rem; vertical-align: middle;}
.foot_sns {position: absolute;right:0;bottom:4rem;}
.foot_in .st1>div {color:#fff;font-size:1.7rem;font-weight:300;float:left;margin-right:13rem;}
.foot_in .st1>div>p {margin-bottom:5px;color:rgba(255,255,255,.5)}
.foot_in .st2 {position:relative; }
.foot_in .st3 {position:absolute;left:0;bottom:0; }



.fp-viewing-3 #fp-nav {display:none}
.about_btn_s a span {padding-left:3rem;}
.about_btn_s a{position:relative; background-color:#fff;border-radius:50rem;font-weight:600;padding:1.3rem 8rem;box-shadow:1px 1px 10px 1px rgba(0,0,0,0.2);font-size:2rem;display:inline-block;overflow:hidden;}
.sec2_bx .st4 a .hover-motion-text2 {color:#fff;background-color:#000}
.p_txt4 a .hover-motion-text2 {color:#fff;background-color:#000}
.about_btn_s a:before {content:"";background-color:#ff743b;width:38px;height:38px;border-radius:50%;position: absolute;left:12px;top:6px;z-index: 6}
.about_btn_s a:after {content:"";background-color:#fff;width:14px;height:14px;border-radius:50%;position: absolute;left:24px;top:18px;box-shadow:1px 1px 8px 1px rgba(0,0,0,0.3);z-index: 7}
.about_btn_s a .hover-motion-text2 {color:#fff;background-color:#000;border:1px solid #000;}




