/**
 * Created by PhpStorm.
 * Date         :
 * Developer    :
 * Description  : wp_style.css.form_wrap .form_last_line .agr_box
 * ⓒ 2024. WebPlanet Co. All Rights Reserved.
 */

@charset "utf-8";

/**********************************************************************************************************************/
/* 작성방법 */
/*
1. 모든 스타일은 클래스명 .wp_wrap 을 시작으로 작성한다.
2. 공통 스타일의 클래스명은 cm_ 접두어를 사용한다.
 */
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 공통 스타일 */
/**********************************************************************************************************************/

/*FONT*/

/*색상*/
.wp_wrap .cm_style1 {color: #fff;}
.wp_wrap .cm_style2 {color: #000;}


/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 페이지구분1 */
/**********************************************************************************************************************/
/*페이지구분1 슬라이드*/
.wp_wrap .page1 .header {}
.wp_wrap .page1 .header div {}
.wp_wrap .page1 .header div span {}

/*페이지구분1 배너*/
.wp_wrap .page1 .banner {}
.wp_wrap .page1 .banner div {}
.wp_wrap .page1 .banner div span {}


/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 페이지구분2 */
/**********************************************************************************************************************/
/*페이지구분1 배너1*/
.wp_wrap .page2 .banner1 {}
.wp_wrap .page2 .banner1 div {}
.wp_wrap .page2 .banner1 div span {}

/*페이지구분1 배너2*/
.wp_wrap .page2 .banner2 {}
.wp_wrap .page2 .banner2 div {}
.wp_wrap .page2 .banner2 div span {}


/**********************************************************************************************************************/
.wp_wrap {
    overflow: hidden;
}

.wp_wrap .cm_inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

/* goTop */
.wp_wrap .go_top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0.3s ease-out;
    z-index: 1000;
}
.wp_wrap .go_top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.wp_wrap .go_top>button {
    background: transparent;
    width: 90px;
    height: 90px;
}
.wp_wrap .go_top>button>img {}

/* fix_mnu */
.wp_wrap .fix_mnu {
    display: none;
}
.wp_wrap .fix_mnu .mnu_list {}
.wp_wrap .fix_mnu .mnu_list>li {}
.wp_wrap .fix_mnu .mnu_list>li>a {}
.wp_wrap .fix_mnu .mnu_list>li>a .mnu_box {}
.wp_wrap .fix_mnu .mnu_list>li>a .mnu_box>i {}
.wp_wrap .fix_mnu .mnu_list>li>a .mnu_box>p {}

/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 9999;
    background: transparent;
}
.wp_wrap header .h_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp_wrap header .h_inner .mlogo{
    min-width: 190px;
}
.wp_wrap header .h_inner nav{
    display: flex;
    align-items: center;
    gap: 35px;
}
.wp_wrap header .h_inner nav .gnb{
    display: flex;
    align-items: center;
}
.wp_wrap header .h_inner nav .gnb .m_list{
    position: relative;
    text-align: center;
    width: 170px;
}
.wp_wrap header .h_inner nav .gnb .m_list>a{
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 38.5px 0;
}
.wp_wrap header .h_inner nav .gnb .m_list>.sub_mnu{
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    padding: 10px 0 15px;
    padding-left: 20px;
    border-left: 1px solid #707070;
    height: 248px;
}
.wp_wrap header .h_inner nav .gnb .m_list:hover>.sub_mnu {
    background: rgba(133, 133, 133, 0.3);
}
.wp_wrap header .h_inner nav .gnb .m_list>.sub_mnu a{
    display: block;
    padding: 5px 0;
    font-size: 19px;
    color: #fff;
    text-align: start;
}
.wp_wrap header .h_inner .momnu_icon {
    display: none;
}
.wp_wrap header .h_inner .momnu_icon .icon_box{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    width: 36px;
}
.wp_wrap header .h_inner .momnu_icon .icon_box>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.wp_wrap header .h_inner .momnu_icon .icon_box span{
    position: relative;
    display: inline-block;
    background: #fff;
}

.wp_wrap header .h_inner .momnu_icon .icon_box .short{    
    width:3px;
    height:3px;
    border-radius: 50%;
}
.wp_wrap header .h_inner .momnu_icon .icon_box .mid{
    width: 28px;
    height: 3px;
    border-radius: 3px;
    transition: 0.3s;

}
.wp_wrap header .h_inner .momnu_icon .icon_box .long{    
    width: 36px;
    height:3px;
    border-radius: 3px;
}



.wp_wrap header .h_inner .momnu_icon .icon_box:hover .mid{
    width:36px;
}

.wp_wrap header .h_inner .momnu_icon .icon_box:hover .short{
    display: none;
}
.wp_wrap header .sub_mnu_bg{
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 250px;
    z-index:-1 ;
    border-top: 1px solid #707070;
    background: rgba(0, 0, 0, 0.8);
    /* backdrop-filter: blur(5px); */
}
.wp_wrap .mo_mnu{
    display: none;
}
.wp_wrap header .mnu_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #000000;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

/**********************************************************************************************************************/

/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer {
    background: #F6F6F6;
    color: #888;
    padding: 60px 0;
}
.wp_wrap footer .f_inner {
    display: flex;
    justify-content: space-between;
}
.wp_wrap footer .f_inner .f_left {
    display: flex;
    gap: 60px;
}
.wp_wrap footer .f_inner .lt {
    padding-bottom: 25px;
    border-bottom: 1px dotted #EFEFEF;
}
.wp_wrap footer .f_inner .lt .f_logo {}
.wp_wrap footer .f_inner .rt {}
.wp_wrap footer .f_inner .rt .bot_area {}
.wp_wrap footer .f_inner .rt .bot_area .f_info_box {}
.wp_wrap footer .f_inner .rt .bot_area .f_info_box .f_info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
}
.wp_wrap footer .f_inner .rt .bot_area .f_info_box .f_info>li {}
.wp_wrap footer .f_inner .rt .bot_area .f_info_box .f_info>li .con {
    display: flex;
    gap: 15px;
}
.wp_wrap footer .f_inner .rt .bot_area .f_info_box .f_info>li>span {
    font-weight: 400;
}
.wp_wrap footer .f_inner .rt .bot_area .copyright {
    font-size: 17px;
    font-weight: 400;
}
.wp_wrap footer .f_inner .rt .bot_area .copyright>a {
    color: #888;
}
.wp_wrap footer .f_inner .on_btn {
    width: 90px;
    height: 90px;
    border: 2px solid #B4B4B4;
    border-radius: 17px;
    background: #fff;
    transition: 0.5s;
}
.wp_wrap footer .f_inner .on_btn:hover {
    background: #CC1030;
    border: 2px solid #CC1030;
}
.wp_wrap footer .f_inner .on_btn:hover>a>i {
    color: #fff;
}
.wp_wrap footer .f_inner .on_btn>a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.wp_wrap footer .f_inner .on_btn>a>i {
    font-size: 30px;
    color: #B4B4B4;
}
.wp_wrap footer .f_inner .on_btn>a>p {
    font-size: 14px;
    font-weight: 400;
}
.wp_wrap footer .f_inner .on_btn>a:hover>p {
    color: #fff;
}


/**********************************************************************************************************************/

/* 메인 */
/**********************************************************************************************************************/
/* visual */
.wp_wrap .m_visual{
    position:relative;
    overflow: hidden;
}
.wp_wrap .m_visual .m_slider{
    position: relative;
}
.wp_wrap .m_visual .m_slider .mv_slide{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.wp_wrap .m_visual .m_slider .mv_slide .mv_img.mv_img01{
    background: url(../img/main/mainslider01.jpg) no-repeat center center / cover;
}
.wp_wrap .m_visual .m_slider .mv_slide .mv_img.mv_img02{
    background: url(../img/main/mainslider02.jpg) no-repeat center center / cover;
}
.wp_wrap .m_visual .m_slider .mv_slide .mv_img.mv_img03{
    background: url(../img/main/mainslider03.jpg) no-repeat center center / cover;
}
.wp_wrap .m_visual .m_slider .mv_slide .mv_img{
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border:0;
    transform: scale(1.1);    
    transition: 4s;
}
.wp_wrap .m_visual .m_slider .mv_slide.action .mv_img {
    transform: scale(1); 
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_txt{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2px;
    transform: translateY(100px);
    transition: 1.5s;
    margin-bottom: 5px;
    opacity: 0;
}
.wp_wrap .m_visual .m_slider .mv_slide.action .txt_box_out .txt_box .mv_txt{
    transform: translateY(0);
    opacity: 1;
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .txt {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    transform: translateY(100px);
    transition: 2s;
    opacity: 0;
}
.wp_wrap .m_visual .m_slider .mv_slide.action .txt_box_out .txt_box .txt {
    transform: translateY(0);
    opacity: 1;
}
.wp_wrap .m_visual .control_box{
    position: absolute;
    top: 70%;
    transform: translateY(-65%);
    left: calc(50% - 695px);
    display: flex;
    align-items: center;
    gap: 10px;
}
.wp_wrap .m_visual .control_box .ms_arr{
    background: transparent;
}
.wp_wrap .m_visual .control_box .ms_arr i{
    color: rgba(245, 245, 245, 0.54);
}
.wp_wrap .m_visual .control_box .pause .icon_box{
    background: transparent;
}
.wp_wrap .m_visual .control_box .pause .icon_box i{
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    color: rgba(245, 245, 245, 0.54);
}
.wp_wrap .m_visual .control_box .progress01 { 
    position: relative;   
    width: 370px;
    height: 1px;
    background:#BFBFBF;
}
.wp_wrap .m_visual .control_box .progress01::after {  
    content: '';    
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 3px;
    background: #fff; 
}
.wp_wrap .m_visual .control_box .progress01.bar_ani01::after {  
    animation: visual_bar01 6s linear;
}
@keyframes visual_bar01{
    0%{width:0;}
    100%{width:100%;}
} 

.wp_wrap .m_visual .scr{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.wp_wrap .m_visual .scr .scr_icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.wp_wrap .m_visual .scr .scr_icon .mouse_box{
    position: relative;
    width: 18px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.73);
    border-radius: 10px;
}
.wp_wrap .m_visual .scr .scr_icon .mouse_box .wheel{
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 2px;
    height: 5px;
    background: rgba(255, 255, 255, 0.73);
    animation: wheel 1s infinite;
}
@keyframes wheel{
    0%{top:5px;}
    100%{top:13px;}
} 
.wp_wrap .m_visual .scr .scr_icon .arr_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wp_wrap .m_visual .scr .scr_icon .arr_box i{
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
}

.wp_wrap .m_visual .scr .scr_icon .arr_box i.arr01 {
    position: relative;
    color: rgba(255, 255, 255, .2);
    bottom: 6px;
}

.wp_wrap .m_visual .scr .scr_icon .arr_box i.arr02 {
    position: relative;
    color: rgba(255, 255, 255, .6);
    bottom: 10px;
}

/* greeting */
.wp_wrap .greeting {
    padding: 100px 0;
}
.wp_wrap .greeting .greet_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp_wrap .greeting .greet_inner .left {}
.wp_wrap .greeting .greet_inner .left .tit {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
}
.wp_wrap .greeting .greet_inner .left .s_tit {
    font-size: 40px;
    font-weight: 400;
    color: #575757;
    margin-bottom: 25px;
}
.wp_wrap .greeting .greet_inner .left .ex {
    font-size: 20px;
    font-weight: 300;
    color: #8E8E8E;
    margin-bottom: 105px;
}
.wp_wrap .greeting .greet_inner .left>a {
    font-size: 15px;
    font-weight: 500;
}
.wp_wrap .greeting .greet_inner .right {
    width: 55%;
}
.wp_wrap .stl-text {
    width: 100%;
    font-size: 400px;
    font-weight: 900;
    color: transparent;
    background-image: url('../img/main/stl_inner.jpg');
    background-size: 80%;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    user-select: none;
    position: relative;
    overflow: hidden;
    letter-spacing: -15px;
    text-align: end;
    animation: moveBackground 25s linear infinite;
}

@keyframes moveBackground {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 30% 70%;
  }
  50% {
    background-position: 70% 30%;
  }
  75% {
    background-position: 50% 90%;
  }
  100% {
    background-position: 50% 50%;
  }
}


/* product */
.wp_wrap .product {
    padding: 300px 0;
    background: url(../img/main/product.jpg) no-repeat center center / cover;
}
.wp_wrap .product .pro_inner {
    display: flex;
    align-items: center;
    gap: 170px;
    margin-left: 265px;
}
.wp_wrap .product .pro_inner .left {}
.wp_wrap .product .pro_inner .left .tit {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
}
.wp_wrap .product .pro_inner .left>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 54px;
    border: 1px solid #000;
    border-radius: 27px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #000;
    transition: 0.3s;
}
.wp_wrap .product .pro_inner .left>a:hover {
    color: #fff;
    background: #CC1030;
    border: 1px solid #CC1030;
}
.wp_wrap .product .pro_inner .right {
    overflow: hidden;
}
.wp_wrap .product .pro_inner .right .pro_list {
    display: flex;
    gap: 25px;
}
.wp_wrap .product .pro_inner .right .pro_list>li {}
.wp_wrap .product .pro_inner .right .pro_list>li .pro_box {}
.slick-initialized .slick-slide .pro_box .w_box {
    width: 503px;
    height: 368px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.wp_wrap .product .pro_inner .right .pro_list>li .pro_box .w_box .img_box {}
.wp_wrap .product .pro_inner .right .pro_list>li .pro_box .w_box .img_box>img {}
.slick-initialized .slick-slide .pro_box .name {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    padding-left: 25px;
}
.wp_wrap .product .pro_inner .right .slick-list .slick-track .slick-slide {
    margin-left: 25px;
}

/* research */
.wp_wrap .research {
    padding: 170px 0;
    background: url(../img/main/research.jpg) no-repeat center center / cover;
}
.wp_wrap .research .res_inner {
    padding: 85px 130px 100px;
    background: rgba(225, 225, 225, 0.5);
    backdrop-filter: blur(14px) brightness(170%);
    /* backdrop-filter: brightness(110%); */
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
}
.wp_wrap .research .res_inner .left {}
.wp_wrap .research .res_inner .left .s_tit {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.1);
}
.wp_wrap .research .res_inner .left .tit {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 30px;
}
.wp_wrap .research .res_inner .left .ex {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 105px;
    line-height: 1.5;
}
.wp_wrap .research .res_inner .left .res_list {
    display: flex;
    gap: 35px;
}
.wp_wrap .research .res_inner .left .res_list>li {}
.wp_wrap .research .res_inner .left .res_list>li .res_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wp_wrap .research .res_inner .left .res_list>li .res_box .circle {
    width: 104px;
    height: 104px;
    background: rgba(127, 127, 127, 0.45);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.wp_wrap .research .res_inner .left .res_list>li .res_box .circle>img {}
.wp_wrap .research .res_inner .left .res_list>li .res_box .name {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}


/* 원형 진행바 */
.circular-progress-wrapper {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.circular-progress {
  transform: rotate(-90deg);
  width: 270px;
  height: 270px;
}
.circle-bg {
  fill: none;
  stroke: #212121;
  stroke-width: 12;
}
.circle-progress {
  fill: none;
  stroke: #E8AF12; /* 노란색 */
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 339.293;
  stroke-dashoffset: 339.293;
  transition: stroke-dashoffset 1.5s ease-out;
}
/* 중앙 퍼센트 텍스트 */
.progress-text {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  text-align: center;
  letter-spacing: -1px;
}
.progress-text .percent {
  font-size: 57px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.progress-text .description {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 8px;
}
.progress-text .caption {
  font-size: 21px;
  font-weight: 400;
}
.progress-text .caption>span {
    font-weight: 700;
}
.circular-progress-wrapper .name {
    text-align: center;
    margin-top: 17px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* 하단 수평 바 및 카운트 */
.horizontal-bars {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.bar-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  position: relative;
}
.bar-item .label {
  font-size: 20px;
  font-weight: 600;
  user-select: none;
  width: 100px;
}
.bar-bg {
  position: relative;
  flex: 1;
  height: 40px;
  background: #F3F3F3; /* 흰색 바 */
  border-radius: 35px;
  width: 320px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.bar-fill {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
  height: 100%;
  width: 30px;
  background-color: #7F7F7F;
  border-radius: 24px;
  transition: width 1.8s ease;
  height: 30px;
  overflow: hidden;
}
.count {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  text-align: right;
  font-weight: 400;
  font-size: 20px;
  user-select: none;
}

/* inquiry */
.wp_wrap .inquiry {
    padding: 120px 0;
    background: url(../img/main/inquiry.jpg) no-repeat center center / cover;
}
.wp_wrap .inquiry .inq_inner {
    display: flex;
    justify-content: space-between;
}
.wp_wrap .inquiry .inq_inner .left {}
.wp_wrap .inquiry .inq_inner .left .tit {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}
.wp_wrap .inquiry .inq_inner .left .s_tit {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 260px;
}
.wp_wrap .inquiry .inq_inner .left .info {}
.wp_wrap .inquiry .inq_inner .left .info .name {
    font-size: 16px;
    font-weight: 500;
}
.wp_wrap .inquiry .inq_inner .left .info .num {
    font-size: 25px;
    font-weight: 700;
}
.wp_wrap .inquiry .inq_inner .right {
    width: 48%;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_line {
    width: 100%;
    position: relative;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_line .form_tit {
    position: absolute;
    top: 28%;
    left: 3%;
    z-index: 10;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_line:nth-child(5) .form_tit {
    position: absolute;
    top: 10%;
    left: 3%;
    z-index: 10;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_line .form_tit .tit {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_line {
    height: 75px;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_line:nth-child(5) {
    height: 165px;
}
input[type='text'] {
    width: 100%;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    font-size: 16px;
    padding: 17px;
    backdrop-filter: blur(10px) brightness(160%);
    background-color: rgba(255, 255, 255, 0.7);
    padding-left: 100px;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_line .form_inp input:focus {
    outline: none;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_line .form_inp textarea {
    width: 100%;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    font-size: 16px;
    padding: 17px;
    backdrop-filter: blur(10px) brightness(160%);
    background-color: rgba(255, 255, 255, 0.7);
    resize: none;
    height: 150px;
    padding-top: 45px;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_line .form_inp textarea:focus {
    outline: none;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line {
    display: flex;
    justify-content: space-between;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line .left {}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line .left .form_tit {}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line .left .form_tit .tit {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line .left .file_box {}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line .left .file_box label {}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line .left .file_box label input[type='file'] {
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #B4B4B4;
    width: 292px;
    padding: 18px 0;
    position: relative;
    padding-left: 115px;
    border: 1px solid #C5C4C4;
    border-radius: 3px;
}
input[type='file']::file-selector-button {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #212121;
    padding: 5px 10px;
    cursor: pointer;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line .right {
    width: auto;
}
.form_wrap .form_last_line .agr_box {
    margin-bottom: 13px;
}

.form_wrap .form_last_line .agr_box input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    font-size: 14px;
    font-weight:var(--font-pre400);
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

input[type="checkbox"] + label .chk_cst {
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 5px;
    background: url(../img/icon/agr_chk_bf.png) no-repeat center center / cover;
}

input[type="checkbox"]:checked + label .chk_cst {
    background: url(../img/icon/agr_chk_at.png) no-repeat center center / cover;
}

input[type="checkbox"]:checked + label .chk_cst {
}

input[type="checkbox"] + label .txt_deco {
    font-weight:var(--font-pre500);
    text-underline-offset: 3px;
    text-decoration: underline
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line .right .line_rt {}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line .right .line_rt button {
    width: 292px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 19px 0;
    background: #000;
    color: #fff;
    transition: 0.3s;
}
.wp_wrap .inquiry .inq_inner .right .form_wrap .form_last_line .right .line_rt button:hover {
    background: #CC1030;
    color: #fff;
}
/**********************************************************************************************************************/


/* 서브 */
/**********************************************************************************************************************/
/* sub_main */
.wp_wrap .sub_main {
    position: relative;
    width: 100%;
}
.wp_wrap .sub_main .img_box {
    width: 100%;
}
.wp_wrap .sub_main .img_box>img {
    width: 100%;
}
.wp_wrap .sub_main .sub_main_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #fff;
}
.wp_wrap .sub_main .sub_main_inner .tit {
    font-size: 60px;
    font-weight: 600;
}
.wp_wrap .sub_main .sub_main_inner .mnu_list {
    display: flex;
    gap: 20px;
}
.wp_wrap .sub_main .sub_main_inner .mnu_list>li {
    font-size: 15px;
    font-weight: 400;
}
.wp_wrap .sub_main .sub_main_inner .mnu_list>li:nth-child(2) {

}
.wp_wrap .sub_main .sub_main_inner .mnu_list>li>i {} 

/* tab_mnu */
.wp_wrap .back_g {
    width: 931px;
    margin: 0 auto;
    background: inherit;
    border-radius: 45px;
    z-index: -2;
    height: 60px;
    margin-bottom: 50px;
}
.wp_wrap .back_g>nav {
    background: #EEEEEE;
    position: relative
}
.wp_wrap .tab_mnu {
    margin-bottom: 80px;
    width: 100%;
    height: 60px;
    padding: 20px 5px;
    background: #F9F9F9;
    border-radius: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp_wrap .back_g>nav>ul {
    z-index: 10;
    display: flex;
}
.wp_wrap .back_g>nav>ul>li>a {
    color: #454545;
    transition: all 0.6s;
}
.wp_wrap .back_g>nav>ul>li>a:hover {
    color: #CC1030;
    transition: all 0.2s;
}
.wp_wrap .back_g>nav>ul>li.on>a {
    color: #fff;
}
#red_bar {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 230px;
    height: 50px;
    background-color: #CC1030;
    border-radius: 25px;
    transition: all 0.5s;
}
.wp_wrap .tab_mnu>ul>li>a {
    display: inline-block;
    width: 230px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #434343;
    padding: 12px 0;
    background: inherit;
    z-index: 1;
}
.wp_wrap .tab_mnu>li {}
.wp_wrap .tab_mnu>li>a {
    display: inline-block;
    width: 175px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #434343;
    padding: 12px 0;
    background: inherit;
    z-index: 1;
}
/* on */
.wp_wrap .tab_mnu>li.on>a {
    color: #fff;
    z-index: 1;
}
.wp_wrap .sub_mo_mnu {
    display: none;
}




/* research tab_mnu */
.wp_wrap .research .back_g {
    width: 703px;
    margin: 0 auto;
    background: inherit;
    border-radius: 45px;
    z-index: -2;
    height: 60px;
}
.wp_wrap .research .back_g>nav {
    background: #EEEEEE;
    position: relative
}
.wp_wrap .research .tab_mnu {
    margin-bottom: 80px;
    width: 100%;
    height: 60px;
    padding: 20px 5px;
    background: #F9F9F9;
    border-radius: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp_wrap .research .back_g>nav>ul {
    z-index: 10;
    display: flex;
}
.wp_wrap .research .back_g>nav>ul>li>a {
    color: #454545;
    transition: all 0.6s;
}
.wp_wrap .research .back_g>nav>ul>li>a:hover {
    color: #CC1030;
    transition: all 0.2s;
}
.wp_wrap .research .back_g>nav>ul>li.on>a {
    color: #fff;
}
.wp_wrap .research #red_bar {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 231px;
    height: 50px;
    background-color: #CC1030;
    border-radius: 25px;
    transition: all 0.5s;
}
.wp_wrap .research .tab_mnu>ul>li>a {
    display: inline-block;
    width: 231px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #434343;
    padding: 12px 0;
    background: inherit;
    z-index: 1;
}
.wp_wrap .research .tab_mnu>li {}
.wp_wrap .research .tab_mnu>li>a {
    display: inline-block;
    width: 231px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #434343;
    padding: 12px 0;
    background: inherit;
    z-index: 1;
}
/* on */
.wp_wrap .research .tab_mnu>li.on>a {
    color: #fff;
    z-index: 1;
}
.wp_wrap .research .sub_mo_mnu {
    display: none;
}



/* greeting */
.wp_wrap .greeting {}
.wp_wrap .greeting .gre_inner {}
.wp_wrap .greeting .gre_inner .tit {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 45px;
    text-align: center;
}
.wp_wrap .greeting .gre_inner .img_box {
    margin-bottom: 75px;
    overflow: hidden;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
}
.wp_wrap .greeting .gre_inner .img_box>img {}
.wp_wrap .greeting .gre_inner .txt_box {
    padding-left: 30px;
}
.wp_wrap .greeting .gre_inner .txt_box .s_tit {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
}
.wp_wrap .greeting .gre_inner .txt_box .ex {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 25px;
}
.wp_wrap .greeting .gre_inner .txt_box .last {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}


/* info */
.wp_wrap .info {
    padding: 100px 0;
}
.wp_wrap .info .info_inner {}
.wp_wrap .info .info_inner .tit {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}
.wp_wrap .info .info_inner .img_box {
    margin-bottom: 75px;
    overflow: hidden;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
}
.wp_wrap .info .info_inner .img_box>img {}
.wp_wrap .info .info_inner table {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #CC1030;
    border-spacing: 0;
    margin-bottom: 60px;
}
.wp_wrap .info .info_inner table tbody {}
.wp_wrap .info .info_inner table tbody tr {}
.wp_wrap .info .info_inner table tbody tr .right {
    font-weight: 600;
    width: 238px;
    background: #FBFBFB;
}
.wp_wrap .info .info_inner table tbody tr td {
    padding: 28px 0;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #B4B4B4;
    padding-left: 35px;
}
.wp_wrap .info .info_inner .info_list {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    width: 100%;
}
.wp_wrap .info .info_inner .info_list>li {
    width: 100%;
}
.wp_wrap .info .info_inner .info_list>li .info_box {
    border: 1px solid #C5C4C4;
    border-radius: 17px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 55px 0;
    transition: 0.5s;
}
.wp_wrap .info .info_inner .info_list>li.on .info_box {
    background: #CC1030;
    border: 1px solid #CC1030;
}
.wp_wrap .info .info_inner .info_list>li .info_box>i {
    font-size: 40px;
    color: #C4C3C3;
    margin-bottom: 25px;
    transition: 0.5s;
}
.wp_wrap .info .info_inner .info_list>li.on .info_box>i {
    color: #fff;
}
.wp_wrap .info .info_inner .info_list>li .info_box .txt {
    font-size: 20px;
    font-weight: 700;
    color: #CC1030;
    transition: 0.5s;
}
.wp_wrap .info .info_inner .info_list>li.on .info_box .txt {
    color: #fff;
}




/* history */
.wp_wrap .history {
    padding: 100px 0;
}
.wp_wrap .history .his_inner {}
.wp_wrap .history .his_inner .tit {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 45px;
    text-align: center;
}
.wp_wrap .history .his_inner .img_box {
    margin-bottom: 75px;
    overflow: hidden;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
}
.wp_wrap .history .his_inner .img_box>img {}



/* map */
.wp_wrap .map {
    padding: 100px 0;
}
.wp_wrap .map .map_inner {}
.wp_wrap .map .map_inner .tit {
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px;
}
.wp_wrap .map .map_inner .map_box {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 45px; 
}
.wp_wrap .map .map_inner .info_box {
    padding: 0 23px;
    display: flex;
    justify-content: space-between;
}
.wp_wrap .map .map_inner .info_box .left {}
.wp_wrap .map .map_inner .info_box .left .name {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 22px;
}
.wp_wrap .map .map_inner .info_box .left .ex {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.wp_wrap .map .map_inner .info_box .right {
    width: 90px;
    height: 90px;
}
.wp_wrap .map .map_inner .info_box .right>a {
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background: #CC1030;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.wp_wrap .map .map_inner .info_box .right>a>i {
    font-size: 30px;
}

.root_daum_roughmap .cont .section.lst {
    display: none;
}
.root_daum_roughmap .wrap_map {
    height: 500px;
}
.root_daum_roughmap .wrap_controllers {
    display: none;
}
.root_daum_roughmap .map_border {
    display: none;
}
#daumRoughmapContainer1736917800010 {
    height: 100%;
}


/* product */
.wp_wrap .products {
    padding: 100px 0;
}


/* research sub */
.wp_wrap .research.sub {
    padding: 100px 0;
    background: #fff;
}
.wp_wrap .research.sub .cur_inner {
    padding-top: 190px;
}
.wp_wrap .research.sub .cur_inner .res_inner {
    background: url(../img/sub/research.jpg) no-repeat center center / cover;
}
.wp_wrap .research.sub .cur_inner .res_inner .left .s_tit {
    color: #CC1030;
}
.wp_wrap .research.sub .cur_inner .res_inner .left .res_list>li .res_box .circle {
    background: rgba(33, 60, 118, 0.45);
}
.wp_wrap .research.sub .cur_inner .res_inner .left .res_list>li:nth-child(2) .res_box .circle {
    background: rgba(229, 0, 25, 0.45);
}
.wp_wrap .research.sub .cur_inner .res_inner .left .res_list>li:nth-child(3) .res_box .circle {
    background: rgba(232, 175, 18, 0.45);

}
.wp_wrap .research.sub .cur_inner .bot {
    margin-top: 75px;
}
.wp_wrap .research.sub .cur_inner .bot .tit {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}
.wp_wrap .research.sub .cur_inner .bot .pat_list {
    display: flex;
    gap: 23px;
    width: 100%;
}
.wp_wrap .research.sub .cur_inner .bot .pat_list>li {
    width: 100%;
}
.wp_wrap .research.sub .cur_inner .bot .pat_list>li .pat_box {
    width: 100%;
}
.wp_wrap .research.sub .cur_inner .bot .pat_list>li .pat_box .img_box {
    width: 100%;
    overflow: hidden;
    border-radius: 23px;
    border: 1px solid #B4B4B4;
    margin-bottom: 18px;
}
.wp_wrap .research.sub .cur_inner .bot .pat_list>li .pat_box .img_box>img {
    width: 100%;
}
.wp_wrap .research.sub .cur_inner .bot .pat_list>li .pat_box .name {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.wp_wrap .research.sub .cur_inner .bot>a {
    width: 310px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    color: #fff;
    background: #CC1030;
    border-radius: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 80px;
}


/* certi */
.wp_wrap .research.sub .certi_inner {
    margin-top: 60px;
    margin-bottom: 60px;
}
.wp_wrap .research.sub .certi_inner .tit {
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

/* patent */
.wp_wrap .research.sub .pat_inner {
    margin-top: 60px;
    margin-bottom: 60px;
}
.wp_wrap .research.sub .pat_inner .tit {
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}


/* inquiry sub */
.wp_wrap .inquiry.sub {
    background: #fff;
    padding: 100px 0;
}
.wp_wrap .inquiry.sub .inq_inner {
    background: url(../img/main/inquiry.jpg) no-repeat center center / cover;
    overflow: hidden;
    border-radius: 40px;
    padding: 125px 80px;
}
.wp_wrap .inquiry.sub .inq_inner {}
.wp_wrap .inquiry.sub .inq_inner .right .form_wrap .form_last_line .left .file_box label input[type='file'] {
    width: 265px;
}
.wp_wrap .inquiry.sub .inq_inner .right .form_wrap .form_last_line .right .line_rt button {
    width: 265px;
}
/**********************************************************************************************************************/


/* 모달 */
/**********************************************************************************************************************/
.wp_wrap .com_md {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
}
.wp_wrap .pv_md.on {
    display: block;
}
.wp_wrap .tou_md.on {
    display: block;
}
.wp_wrap .com_md .md_outer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 100%;
}
.wp_wrap .com_md .md_outer .width_inner {
    position: relative;
    max-width: 1100px;
    width: 100%;
    height: 80vh;
    background: #fff;
    padding: 30px 40px 60px 40px;
}
.wp_wrap .com_md .md_outer .width_inner .icon_box {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1000;
    cursor: pointer;
}
.wp_wrap .com_md .md_outer .width_inner .icon_box i {
    border: 2px solid #999999;
    border-radius: 50%;
    padding: 6px;
    font-size: 18px;
    color: #999999;
    font-weight: 900;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner p {
    font-size: 33px;
    font-family: var(--font-pre500);
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow-y: auto;    
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box::-webkit-scrollbar { 
    width: 6px;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box::-webkit-scrollbar-thumb { 
    border-radius:10px; 
    background-color: #e0e0e0;
    cursor: pointer;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box::-webkit-scrollbar-track {  
    background-color: #fff; 
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box .txt_body pre {
    font-family: var(--font-pre400);
    font-weight: 400;
    font-size: 17px;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.4;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box .txt_body pre .cicnum {
    position: relative;
    display: inline-block;
    top: -2px;
    font-size: 10px;
}
/**********************************************************************************************************************/



















































