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

@charset "utf-8";

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


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

/*FONT*/
@font-face {
    font-family: 'Pretendard-Thin';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff'),
    url('/_wp/font/pretendard/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff'),
    url('/_wp/font/pretendard/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff'),
    url('/_wp/font/pretendard/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'),
    url('/_wp/font/pretendard/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff'),
    url('/_wp/font/pretendard/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff'),
    url('/_wp/font/pretendard/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff'),
    url('/_wp/font/pretendard/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff'),
    url('/_wp/font/pretendard/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Black';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff'),
    url('/_wp/font/pretendard/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

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


.wp_wrap {
    
}

.wp_wrap .cm_inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.wp_wrap .cm_inner02 {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}
.wp_wrap .cm_inner03 {
    max-width: 1300px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header{
    position: fixed !important; 
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    width: 100%;
    transition: 0.5s;
    z-index: 9999;
    background: transparent;
}
.wp_wrap header .h_inner{
    display: flex;
    align-items: center;
    gap: 50px;
}
.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: 250px;
}
.wp_wrap header .h_inner nav .gnb .m_list:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.wp_wrap header .h_inner nav .gnb .m_list:hover:after {
    opacity: 1;
}
.wp_wrap header .h_inner nav .gnb .m_list>a{
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 35px 0;
    font-family: 'Pretenard-Medium';
}
.wp_wrap header .h_inner nav .gnb .m_list>.sub_mnu{
    display: none;
    position: absolute;
    top: calc(100%);
    width: 100%;
    padding: 10px 0 15px;
    height: 248px;

}
.wp_wrap header .h_inner nav .gnb .m_list>.sub_mnu a{
    display: block;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: 'Pretendard-Regular';
    opacity: 0.5;
    transition: 0.3s;
}
.wp_wrap header .h_inner nav .gnb .m_list>.sub_mnu a:hover {
    opacity: 1;
}
.wp_wrap header .h_inner .inq {
    width: 105px;
    height: 41px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-family: 'Pretendard-Medium';
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
.wp_wrap header .h_inner .inq:hover {
    background: #ececec;
}
.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: 99px;
    left: 0;
    width: 100%;
    height: 190px;
    z-index:-1 ;
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.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;
}


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



/* 푸터 */
/**********************************************************************************************************************/
#footer.fp-auto-height,
#footer.fp-auto-height .fp-tableCell,
#footer.fp-auto-height .fp-scrollable {
    height: auto !important;
    min-height: auto !important;
}

/* 플러그인이 내부 테이블 셀 구조로 높이를 잡는 경우 방어 */
#footer.section.fp-auto-height {
    padding: 0 !important;
}


.wp_wrap footer {
    background: #96a9b8;
    color: #fff;
    padding: 35px 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 {}
.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 {
    display: flex;
    gap: 20px;
}
.wp_wrap footer .f_inner .rt .bot_area .f_info_box .f_info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
    font-family: 'Pretendard-Light';
    margin-bottom: 30px;
}
.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 .in {
    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: 15px;
    font-family: 'Pretendard-Light';
}
.wp_wrap footer .f_inner .rt .bot_area .copyright>a {
    color: #fff;
}


/* 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: 60px;
    height: 60px;
}
.wp_wrap .go_top>button>img {}

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


/* 메인 */
/**********************************************************************************************************************/
/* visual */
.wp_wrap #full_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 {
    transform: translateY(100px);
    transition: 1.5s;
    opacity: 0;
    color: #fff;
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_txt{
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .tit {
    font-size: 24px;
    font-family: 'Pretendard-Light';
    margin-bottom: 10px;
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .s_tit {
    font-size: 18px;
    font-family: 'Pretendard-Light';
}
.wp_wrap .m_visual .m_slider .mv_slide.action .txt_box_out .txt_box{
    transform: translateY(0);
    opacity: 1;
}
.wp_wrap .m_visual .control_box{
    position: absolute;
    top: 59%;
    transform: translateY(-65%);
    left: calc(50% - 697px);
    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, 1);
}
.wp_wrap .m_visual .control_box .progress01 { 
    position: relative;   
    width: 370px;
    height: 3px;
    background:#BFBFBF;
}
.wp_wrap .m_visual .control_box .progress01::after {  
    content: '';    
    position: absolute;
    left: 0;
    top: 0%;
    width: 0;
    height: 3px;
    background: #fff; 
}
.wp_wrap .m_visual .control_box .progress01.bar_ani01::after {  
    animation: visual_bar01 4.5s 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;
}


/* about */
.wp_wrap #about{
    position: relative;
    height: 250vh; 
}
.wp_wrap #about .sticky_box{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100vh;
}
.wp_wrap #about .sticky_box>p{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.wp_wrap #about .sticky_box .img_bg{}
.wp_wrap #about .sticky_box .img_bg img{
    position: absolute;
    top: 40vh;
    left: calc(50% - 19.59vh); 
    width: 39.18vh; 
    height: 23.94vh; 
    object-fit: cover; 
    border-radius: 16px;
}
.wp_wrap #about .sticky_box .txt1{
    top: 33vh;
}
.wp_wrap #about .sticky_box .txt2{
    top: 66vh;
}

.wp_wrap #about .sticky_box .contents_box{
    margin-right: auto;
    margin-left: auto;
    padding-top: 275px;
    max-width: 1580px;
    width: 90%;
    height: 100%;
    color: #fff;
} 
.wp_wrap #about .sticky_box .contents_box .sub_tit {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #2C9CEC;
    margin-bottom: 10px;
    text-align: center;
}
.wp_wrap #about .sticky_box .contents_box .af_txt1 {}
.wp_wrap #about .sticky_box .contents_box .af_txt1 p{
    font-size: 35px;
    font-family: 'Pretendard-Light';
    color: #fff;
    margin-bottom: 50px;
    line-height: 1.3;
    text-align: center;
} 
.wp_wrap #about .sticky_box .contents_box .af_txt1 p>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #about .sticky_box .contents_box .af_txt2 {
    max-width: 860px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
}
.wp_wrap #about .sticky_box .contents_box .af_txt2 p{
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    color: #fff;
    line-height: 1.5;
    text-align: center;
} 
.wp_wrap #about .sticky_box .contents_box .view {
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.wp_wrap #about .sticky_box .contents_box .view>a {
    color: #fff;
    font-size: 14px;
    font-family: 'Pretendard-Regular';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
    width: 120px;
    padding-left: 15px;
}
.wp_wrap #about .sticky_box .contents_box .view>a:after {
    content: '';
    width: 26%;
    height: 36px;
    background: #0F7ECE;
    border-radius: 50px;
    position: absolute;
    top: -8px;
    right: 0;
    z-index: -1;
    transition: 0.3s;
}
.wp_wrap #about .sticky_box .contents_box .view>a:hover:after {
    width: 100%;
}

/* product */
.wp_wrap #product .gray_inner .top_box .tit_box .tit:after {
    display: none;
}
.wp_wrap #product {
    padding: 120px 0;
    width: 100%;
}
.wp_wrap #product .gray_inner {
    width: 100%;
    background: #F9F9F9;
    border-radius: 20px;
    padding: 120px 0;
}
.wp_wrap #product .gray_inner .top_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}
.wp_wrap #product .gray_inner .top_box .tit_box {}
.wp_wrap #product .gray_inner .top_box .tit_box .s_tit {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #0066AF;
}
.wp_wrap #product .gray_inner .top_box .tit_box .tit {
    font-size: 35px;
    font-family: 'Pretendard-Light';
    padding-bottom: 0;
    margin-bottom: 0;
    position: inherit;
}
.wp_wrap #product .gray_inner .top_box .tit_box .tit>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #product .gray_inner .top_box .view {}
.wp_wrap #product .gray_inner .top_box .view>a {
    color: #000;
    font-size: 14px;
    font-family: 'Pretendard-Regular';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
    width: 120px;
    padding-left: 15px;
    z-index: 10;
    transition: 0.3s;
}
.wp_wrap #product .gray_inner .top_box .view>a:hover {
    color: #fff;
}
.wp_wrap #product .gray_inner .top_box .view>a>i {
    color: #fff;
}
.wp_wrap #product .gray_inner .top_box .view>a:after {
    content: '';
    width: 26%;
    height: 36px;
    background: #0F7ECE;
    border-radius: 50px;
    position: absolute;
    top: -8px;
    right: 0;
    transition: 0.3s;
    z-index: -1;
}
.wp_wrap #product .gray_inner .top_box .view>a:hover:after {
    width: 100%;
}
.wp_wrap #product .gray_inner .bot_list {
    width: 100%;
    height: 402px;
}
.wp_wrap #product .gray_inner .bot_list .prd_list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    gap: 70px;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li {
    width: 100%;
    height: 100%;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li>a {
    width: 100%;
    height: 100%;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li>a .prd_box {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid #F5F5F5;
    transition: 0.3s;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li:hover>a .prd_box {
    background: #f5fbff;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li>a .prd_box .img_box {
    margin-bottom: 30px;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li>a .prd_box .img_box>img {
    margin: 0 auto;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li>a .prd_box .txt_box {
    border-top: 1px solid #E8E8E8;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li>a .prd_box .txt_box .name {
    font-size: 23px;
    font-family: 'Pretendard-Medium';
    color: #000;
    transition: 0.3s;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li:hover>a .prd_box .txt_box .name {
    color: #0f7ece;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li>a .prd_box .txt_box .circle {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0F7ECE;
    border-radius: 50%;
    transition: 0.3s;
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li:hover>a .prd_box .txt_box .circle {
    transform: rotate(-90deg);
}
.wp_wrap #product .gray_inner .bot_list .prd_list>li>a .prd_box .txt_box .circle>i {
    color: #fff;
    font-size: 30px;
    font-family: 'Pretendard-Bold';
    margin-left: 5px;
}


/* inq */
.wp_wrap #inq {
    padding-bottom: 120px;
    width: 100%;
}
.wp_wrap #inq .flex_inner {
    display: flex;
    justify-content: space-between;
}
.wp_wrap #inq .flex_inner .txt_box {
    width: 40%;
}
.wp_wrap #inq .flex_inner .txt_box .tit_box {
    margin-bottom: 80px;
}
.wp_wrap #inq .flex_inner .txt_box .tit_box .tit {
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    position: relative;
    margin-bottom: 30px;
}
.wp_wrap #inq .flex_inner .txt_box .tit_box .tit:after {
    content: '';
    width: 158px;
    height: 20px;
    background: rgba(15, 126, 206, 0.35);
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.wp_wrap #inq .flex_inner .txt_box .tit_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}
.wp_wrap #inq .flex_inner .txt_box .tit_box .ex>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #inq .flex_inner .txt_box .info_box {}
.wp_wrap #inq .flex_inner .txt_box .info_box .tel {
    margin-bottom: 30px;
}
.wp_wrap #inq .flex_inner .txt_box .info_box .tel>p {
    font-size: 30px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 10px;
}
.wp_wrap #inq .flex_inner .txt_box .info_box .tel>a {
    font-size: 40px;
    font-family: 'Pretendard-ExtraBold';
    color: #0F7ECE;
}
.wp_wrap #inq .flex_inner .txt_box .info_box .info_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap #inq .flex_inner .txt_box .info_box .info_list>li {}
.wp_wrap #inq .flex_inner .txt_box .info_box .info_list>li .info_in {
    display: flex;
    gap: 5px;
}
.wp_wrap #inq .flex_inner .txt_box .info_box .info_list>li .info_in>i {
    color: #0F7ECE;
    font-size: 25px;
    margin-top: 2px;
}
.wp_wrap #inq .flex_inner .txt_box .info_box .info_list>li .info_in>p {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.4;
}
.wp_wrap #inq .flex_inner .form_box {
    width: 55%;
    padding: 30px 35px;
    border-radius: 30px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
}
.wp_wrap #inq .flex_inner .form_box .form_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .name {
    font-family: 'Pretendard-Medium';
    margin-bottom: 5px;
    font-size: 18px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line {
    width: 100%;
    position: relative;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .tit {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    color: #787878;
    margin-bottom: 5px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line.flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line.flex .inner {
    position: relative;
    width: 100%;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .warn {
    font-size: 16px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .warn>span {
    font-family: 'Pretendard-Bold';
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .tit_box {
    position: absolute;
    top: -7px;
    left: 7px;
    background: #fff;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .tit_box .tit {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    color: #787878;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .tit_box .tit>span {
    color: #CC1030;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box {
    width: 100%;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box.text {
    height: 78px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_last .agr_box {
    height: 37px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box.radio {
    border: 1px solid #E0E0E0;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 16px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box.checkbox {
    border: 1px solid #E0E0E0;
    padding-left: 10px; 
    padding-top: 25px;
    padding-bottom: 16px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #E0E0E0;
    resize: none;
    padding: 15px;
    padding-top: 20px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box textarea:focus {
    outline: none;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box input[type="text"] {
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 17px;
    font-size: 18px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box input[type="text"]:focus {
    outline: none;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box input[type="radio"] {
  display: none;
}

/* 라벨 기본 스타일 */
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  color: #787878;
  font-size: 16px;
  font-family: 'Pretendard-Light';
  margin-right: 15px;
}

.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box.checkbox input[type="text"] {
    width: 180px;
    font-size: 13px;
    padding: 2px;
}

/* 커스텀 라디오 박스 */
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1.5px solid #c4c4c4;
  border-radius: 2px; /* 이미지처럼 각진 형태 */
  box-sizing: border-box;
}

/* 선택된 상태 */
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box input[type="radio"]:checked + label::before {
  border-color: #D8D8D8;
}

/* 내부 채움 */
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .input_box input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #D8D8D8;
}

.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .file_box {
    width: 100%;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .file_box input[type='file'] {
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    border: 1px solid #C4C4C4;
    padding: 7px 0;
    padding-left: 90px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_line .file_box input[type='file']::file-selector-button {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    background-color: #393939;
    border: 1px solid #707070;
    cursor: pointer;
    padding: 12px;
    font-size: 14px;
    font-family: 'Pretendard-Light';
}


.wp_wrap #inq .flex_inner .form_box .form_wrap .form_last .agr_box input[type="checkbox"] {
    display: none;
}

.wp_wrap #inq .flex_inner .form_box .form_wrap .form_last .agr_box input[type="checkbox"] + label {
    font-size: 16px;
    font-family: 'Pretendard-Regular';
    display: flex;
    margin-bottom: 3px;
}

.wp_wrap #inq .flex_inner .form_box .form_wrap .form_last .agr_box 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;
}

.wp_wrap #inq .flex_inner .form_box .form_wrap .form_last .agr_box input[type="checkbox"]:checked + label .chk_cst {
    background: url(../img/icon/agr_chk_at.png) no-repeat center center / cover;
}

.wp_wrap #inq .flex_inner .form_box .form_wrap .form_last .agr_box input[type="checkbox"] + label .txt_deco {
    font-weight:var(--font-pre500);
    text-underline-offset: 3px;
    text-decoration: underline
}

.wp_wrap #inq .flex_inner .form_box .form_wrap .form_last .line_rt {
    width: 200px;
    height: 54px;
    margin: 0 auto;
    margin-top: 20px;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_last .line_rt button {
    width: 100%;
    height: 100%;
    background: #0F7ECE;
    font-size: 20px;
    font-family: 'Pretendard-Light';
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #0F7ECE;
    transition: 0.3s;
}
.wp_wrap #inq .flex_inner .form_box .form_wrap .form_last .line_rt:hover button {
    background: #fff;
    color: #0F7ECE;
}

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

/* new_main */
#fp-nav.right {}
#fp-nav.right>ul {}
#fp-nav.right>ul>li {}
#fp-nav.right>ul>li>a {}
#fp-nav.right>ul>li>a>span {
    background: rgba(0, 0, 0, 0.5);
}
#fp-nav.right>ul>li .active>span {
    background: #0F7ECE;
}
body.fp-viewing-main #fp-nav ul li a span {
    background: #fff !important;
}
body.fp-viewing-main #fp-nav ul li .active span {
    background: #0F7ECE !important;
}
body.fp-viewing-ABOUT #fp-nav ul li a span {
    background: #fff !important;
}
body.fp-viewing-ABOUT #fp-nav ul li .active span {
    background: #0F7ECE !important;
}



/* visual */
.wp_wrap #full_visual{
    position:relative;
    overflow: hidden;
    height: 100vh;
}
.wp_wrap #full_visual .m_slider {
    position: relative;
    height: 100%;
}
.wp_wrap #full_visual .m_slider .slick-list {
    height: 100%;
}
.wp_wrap #full_visual .m_slider .slick-list .slick-track {
    height: 100%;
}
.wp_wrap #full_visual .m_slider .mv_slide{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wp_wrap #full_visual .m_slider .mv_slide .mv_img.mv_img01{
    background: url(../img/main/mainslider01.jpg) no-repeat center center / cover;
}
.wp_wrap #full_visual .m_slider .mv_slide .mv_img.mv_img02{
    background: url(../img/main/mainslider02.jpg) no-repeat center center / cover;
}
.wp_wrap #full_visual .m_slider .mv_slide .mv_img.mv_img03{
    background: url(../img/main/mainslider03.jpg) no-repeat center center / cover;
}
.wp_wrap #full_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 #full_visual .m_slider .mv_slide.action .mv_img {
    transform: scale(1); 
}
.wp_wrap #full_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 #full_visual .m_slider .mv_slide .txt_box_out .txt_box {
    transform: translateY(100px);
    transition: 1.5s;
    opacity: 0;
    color: #fff;
}
.wp_wrap #full_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_txt{
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #full_visual .m_slider .mv_slide .txt_box_out .txt_box .tit {
    font-size: 24px;
    font-family: 'Pretendard-Light';
    margin-bottom: 10px;
}
.wp_wrap #full_visual .m_slider .mv_slide .txt_box_out .txt_box .s_tit {
    font-size: 18px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #full_visual .m_slider .mv_slide.action .txt_box_out .txt_box{
    transform: translateY(0);
    opacity: 1;
}
.wp_wrap #full_visual .control_box{
    position: absolute;
    top: 59%;
    transform: translateY(-65%);
    left: calc(50% - 697px);
    display: flex;
    align-items: center;
    gap: 10px;
}
.wp_wrap #full_visual .control_box .ms_arr{
    background: transparent;
}
.wp_wrap #full_visual .control_box .ms_arr i{
    color: rgba(245, 245, 245, 0.54);
}
.wp_wrap #full_visual .control_box .pause .icon_box{
    background: transparent;
}
.wp_wrap #full_visual .control_box .pause .icon_box i{
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    color: rgba(245, 245, 245, 1);
}
.wp_wrap #full_visual .control_box .progress01 { 
    position: relative;   
    width: 370px;
    height: 3px;
    background:#BFBFBF;
}
.wp_wrap #full_visual .control_box .progress01::after {  
    content: '';    
    position: absolute;
    left: 0;
    top: 0%;
    width: 0;
    height: 3px;
    background: #fff; 
}
.wp_wrap #full_visual .control_box .progress01.bar_ani01::after {  
    animation: visual_bar01 4.5s linear;
}
@keyframes visual_bar01{
    0%{width:0;}
    100%{width:100%;}
} 

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

.wp_wrap #full_visual .scr .scr_icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.wp_wrap #full_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 #full_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 #full_visual .scr .scr_icon .arr_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

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


/* about */
.wp_wrap #full_about {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.wp_wrap #full_about.fp-table {
    display: block;
}
.wp_wrap #full_about .fp-tableCell {
    display: block;
    height: auto !important;
}
.wp_wrap #full_about .sticky_box {
    position: relative;
    width: 100%; 
    height: 300vh;
}
.wp_wrap #full_about .sticky_box .pin_box {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.wp_wrap #full_about .sticky_box .pin_box>p {
    position: absolute;
    left: 50%;
    z-index: 2;
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    color: #202020;
    transform: translateX(-50%);
}
.wp_wrap #full_about .sticky_box .pin_box .txt1 {
    top: 33vh;
}
.wp_wrap #full_about .sticky_box .pin_box .txt2 {
    top: 66vh;
}
.wp_wrap #full_about .sticky_box .pin_box .img_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}
.wp_wrap #full_about .sticky_box .pin_box .img_bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap #full_about .sticky_box .pin_box .contents_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
} 

.wp_wrap #full_about .sticky_box .contents_box .sub_tit {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #2C9CEC;
    margin-bottom: 20px; /* 여백 살짝 조정 */
    text-align: center;
    opacity: 0;
}

.wp_wrap #full_about .sticky_box .contents_box .af_txt1 {
    opacity: 0;
}
.wp_wrap #full_about .sticky_box .contents_box .af_txt1 p {
    font-size: 35px;
    font-family: 'Pretendard-Light';
    color: #fff;
    margin-bottom: 40px; /* 여백 살짝 조정 */
    line-height: 1.3;
    text-align: center;
} 

.wp_wrap #full_about .sticky_box .contents_box .af_txt1 p>span {
    font-family: 'Pretendard-SemiBold';
}

.wp_wrap #full_about .sticky_box .contents_box .af_txt2 {
    max-width: 860px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
}

.wp_wrap #full_about .sticky_box .contents_box .af_txt2 p {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    color: #fff;
    line-height: 1.5;
    text-align: center;
} 

.wp_wrap #full_about .sticky_box .contents_box .view {
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    opacity: 0;
}

.wp_wrap #full_about .sticky_box .contents_box .view>a {
    color: #fff;
    font-size: 14px;
    font-family: 'Pretendard-Regular';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
    width: 120px;
    padding-left: 15px;
    z-index: 2;
}

.wp_wrap #full_about .sticky_box .contents_box .view>a:after {
    content: '';
    width: 26%;
    height: 36px;
    background: #0F7ECE;
    border-radius: 50px;
    position: absolute;
    top: -8px;
    right: 0;
    transition: 0.3s;
    z-index: -1;
}

.wp_wrap #full_about .sticky_box .contents_box .view>a:hover:after {
    width: 100%;
}

/* product */
.wp_wrap #full_product .gray_inner .top_box .tit_box .tit:after {
    display: none;
}
.wp_wrap #full_product {
    width: 100%;
    background: #F9F9F9;
}
.wp_wrap #full_product .gray_inner {
    width: 100%;
    border-radius: 20px;
    padding: 120px 0;
}
.wp_wrap #full_product .gray_inner .top_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}
.wp_wrap #full_product .gray_inner .top_box .tit_box {}
.wp_wrap #full_product .gray_inner .top_box .tit_box .s_tit {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #0066AF;
}
.wp_wrap #full_product .gray_inner .top_box .tit_box .tit {
    font-size: 35px;
    font-family: 'Pretendard-Light';
    padding-bottom: 0;
    margin-bottom: 0;
    position: inherit;
}
.wp_wrap #full_product .gray_inner .top_box .tit_box .tit>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #full_product .gray_inner .top_box .view {}
.wp_wrap #full_product .gray_inner .top_box .view>a {
    color: #000;
    font-size: 14px;
    font-family: 'Pretendard-Regular';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
    width: 120px;
    padding-left: 15px;
    z-index: 10;
    transition: 0.3s;
}
.wp_wrap #full_product .gray_inner .top_box .view>a:hover {
    color: #fff;
}
.wp_wrap #full_product .gray_inner .top_box .view>a>i {
    color: #fff;
}
.wp_wrap #full_product .gray_inner .top_box .view>a:after {
    content: '';
    width: 26%;
    height: 36px;
    background: #0F7ECE;
    border-radius: 50px;
    position: absolute;
    top: -8px;
    right: 0;
    transition: 0.3s;
    z-index: -1;
}
.wp_wrap #full_product .gray_inner .top_box .view>a:hover:after {
    width: 100%;
}
.wp_wrap #full_product .gray_inner .bot_list {
    width: 100%;
    height: 402px;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    gap: 70px;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li {
    width: 100%;
    height: 100%;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li>a {
    width: 100%;
    height: 100%;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li>a .prd_box {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid #F5F5F5;
    transition: 0.3s;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li:hover>a .prd_box {
    background: #f5fbff;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li>a .prd_box .img_box {
    margin-bottom: 30px;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li>a .prd_box .img_box>img {
    margin: 0 auto;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li>a .prd_box .txt_box {
    border-top: 1px solid #E8E8E8;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li>a .prd_box .txt_box .name {
    font-size: 23px;
    font-family: 'Pretendard-Medium';
    color: #000;
    transition: 0.3s;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li:hover>a .prd_box .txt_box .name {
    color: #0f7ece;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li>a .prd_box .txt_box .circle {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0F7ECE;
    border-radius: 50%;
    transition: 0.3s;
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li:hover>a .prd_box .txt_box .circle {
    transform: rotate(-90deg);
}
.wp_wrap #full_product .gray_inner .bot_list .prd_list>li>a .prd_box .txt_box .circle>i {
    color: #fff;
    font-size: 30px;
    font-family: 'Pretendard-Bold';
    margin-left: 5px;
}


/* inq */
.wp_wrap #full_inq {
    width: 100%;
    margin-top: 50px;
}
.wp_wrap #full_inq .flex_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp_wrap #full_inq .flex_inner .txt_box {
    width: 40%;
}
.wp_wrap #full_inq .flex_inner .txt_box .tit_box {
    margin-bottom: 80px;
}
.wp_wrap #full_inq .flex_inner .txt_box .tit_box .tit {
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    position: relative;
    margin-bottom: 30px;
}
.wp_wrap #full_inq .flex_inner .txt_box .tit_box .tit:after {
    content: '';
    width: 158px;
    height: 20px;
    background: rgba(15, 126, 206, 0.35);
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.wp_wrap #full_inq .flex_inner .txt_box .tit_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}
.wp_wrap #full_inq .flex_inner .txt_box .tit_box .ex>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #full_inq .flex_inner .txt_box .info_box {}
.wp_wrap #full_inq .flex_inner .txt_box .info_box .tel {
    margin-bottom: 30px;
}
.wp_wrap #full_inq .flex_inner .txt_box .info_box .tel>p {
    font-size: 30px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 10px;
}
.wp_wrap #full_inq .flex_inner .txt_box .info_box .tel>a {
    font-size: 40px;
    font-family: 'Pretendard-ExtraBold';
    color: #0F7ECE;
}
.wp_wrap #full_inq .flex_inner .txt_box .info_box .info_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap #full_inq .flex_inner .txt_box .info_box .info_list>li {}
.wp_wrap #full_inq .flex_inner .txt_box .info_box .info_list>li .info_in {
    display: flex;
    gap: 5px;
}
.wp_wrap #full_inq .flex_inner .txt_box .info_box .info_list>li .info_in>i {
    color: #0F7ECE;
    font-size: 25px;
    margin-top: 2px;
}
.wp_wrap #full_inq .flex_inner .txt_box .info_box .info_list>li .info_in>p {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.4;
}
.wp_wrap #full_inq .flex_inner .form_box {
    width: 55%;
    padding: 30px 35px;
    border-radius: 30px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .name {
    font-family: 'Pretendard-Medium';
    margin-bottom: 5px;
    font-size: 18px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line {
    width: 100%;
    position: relative;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .tit {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    color: #787878;
    margin-bottom: 5px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line.flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line.flex .inner {
    position: relative;
    width: 100%;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .warn {
    font-size: 16px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .warn>span {
    font-family: 'Pretendard-Bold';
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .tit_box {
    position: absolute;
    top: -7px;
    left: 7px;
    background: #fff;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .tit_box .tit {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    color: #787878;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .tit_box .tit>span {
    color: #CC1030;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box {
    width: 100%;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box.text {
    height: 50px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_last .agr_box {
    height: 37px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box.radio {
    border: 1px solid #E0E0E0;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 16px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box.checkbox {
    border: 1px solid #E0E0E0;
    padding-left: 10px; 
    padding-top: 25px;
    padding-bottom: 16px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #E0E0E0;
    resize: none;
    padding: 10px;
    padding-top: 20px;
    font-size: 16px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box textarea:focus {
    outline: none;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box input[type="text"] {
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 10px;
    font-size: 16px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box input[type="text"]:focus {
    outline: none;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box input[type="radio"] {
  display: none;
}

/* 라벨 기본 스타일 */
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  color: #787878;
  font-size: 16px;
  font-family: 'Pretendard-Light';
  margin-right: 15px;
}

.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box.checkbox input[type="text"] {
    width: 180px;
    font-size: 13px;
    padding: 2px;
}

/* 커스텀 라디오 박스 */
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1.5px solid #c4c4c4;
  border-radius: 2px; /* 이미지처럼 각진 형태 */
  box-sizing: border-box;
}

/* 선택된 상태 */
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box input[type="radio"]:checked + label::before {
  border-color: #D8D8D8;
}

/* 내부 채움 */
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .input_box input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #D8D8D8;
}

.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .file_box {
    width: 100%;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .file_box input[type='file'] {
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    border: 1px solid #C4C4C4;
    padding: 7px 0;
    padding-left: 90px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_line .file_box input[type='file']::file-selector-button {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    background-color: #393939;
    border: 1px solid #707070;
    cursor: pointer;
    padding: 12px;
    font-size: 14px;
    font-family: 'Pretendard-Light';
}


.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_last .agr_box input[type="checkbox"] {
    display: none;
}

.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_last .agr_box input[type="checkbox"] + label {
    font-size: 16px;
    font-family: 'Pretendard-Regular';
    display: flex;
    margin-bottom: 3px;
}

.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_last .agr_box 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;
}

.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_last .agr_box input[type="checkbox"]:checked + label .chk_cst {
    background: url(../img/icon/agr_chk_at.png) no-repeat center center / cover;
}

.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_last .agr_box input[type="checkbox"] + label .txt_deco {
    font-weight:var(--font-pre500);
    text-underline-offset: 3px;
    text-decoration: underline
}

.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_last .line_rt {
    width: 200px;
    height: 54px;
    margin: 0 auto;
    margin-top: 20px;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_last .line_rt button {
    width: 100%;
    height: 100%;
    background: #0F7ECE;
    font-size: 20px;
    font-family: 'Pretendard-Light';
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #0F7ECE;
    transition: 0.3s;
}
.wp_wrap #full_inq .flex_inner .form_box .form_wrap .form_last .line_rt:hover button {
    background: #fff;
    color: #0F7ECE;
}



/* animate */
/* 1. 기본 상태: 투명도 0, 아래로 30px 내려가 있는 상태 */
.animate-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease-out;
    will-change: transform, opacity; /* 브라우저 최적화 가속 */
    transition-delay: 0.5s;
}

/* 2. 활성화 상태: 풀페이지에 의해 해당 섹션에 .active가 붙으면 제자리(0)로 등장 */
.section.active .animate-fade-up {
    opacity: 1;
    transform: translateY(0);
}

/* 3. 시차(Delay) 효과 세팅: 텍스트들이 위에서부터 순서대로 톡.톡.톡 나타나게 합니다. */
.delay-1 { transition-delay: 1s; }
.delay-2 { transition-delay: 1.3s; }
.delay-3 { transition-delay: 1.6s; }


.animate-fade-right {
    opacity: 0;
    transform: translateX(-30px);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease-out;
    will-change: transform, opacity; /* 브라우저 최적화 가속 */
    transition-delay: 0.7s;
}
.section.active .animate-fade-right {
    opacity: 1;
    transform: translateX(0);
}

.animate-fade-left {
    opacity: 0;
    transform: translateX(30px);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease-out;
    will-change: transform, opacity; /* 브라우저 최적화 가속 */
    transition-delay: 0.7s;
}
.section.active .animate-fade-left {
    opacity: 1;
    transform: translateX(0);
}




/* 서브 */
/**********************************************************************************************************************/

/* 서브탑 */
.wp_wrap .sub_top {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.wp_wrap .sub_top .inner_box{
    padding-top: 340px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wp_wrap .sub_top .sub_tit_area{}
.wp_wrap .sub_top .sub_tit_area>p{
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    color: #fff;
    text-transform: uppercase;
}
.wp_wrap .sub_top .sub_crt_lct{}
.wp_wrap .sub_top .sub_crt_lct .sub_mnu_area {
    display: flex;
    align-items: center;
}
.wp_wrap .sub_top .sub_crt_lct .sub_mnu_area .mnu_box{
    display: flex;
    align-items: center;
}
.wp_wrap .sub_top .sub_crt_lct .sub_mnu_area .mnu_box>div{
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}
.wp_wrap .sub_top .sub_crt_lct .sub_mnu_area .mnu_box>div::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 15px;
    background: #E5E5E5
}
.wp_wrap .sub_top .sub_crt_lct .sub_mnu_area .mnu_box>div:last-child{ 
    margin-right: 0;
}
.wp_wrap .sub_top .sub_crt_lct .sub_mnu_area .mnu_box>div:last-child::after{
    display: none;
} 
.wp_wrap .sub_top .sub_crt_lct .sub_mnu_area .mnu_box .home{
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp_wrap .sub_top .sub_mnu_area .mnu_box .home .home_btn i{
    color: #fff;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}

.wp_wrap .sub_top .sub_mnu_area .mnu_box .home .home_btn:hover i{
    color:#fff;
}


.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area{}
.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area1{}
.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area2{}

.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area .cur_lct{
    display: flex;
    align-items: center;
    gap: 20px;
    background: transparent;
}
.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area.mnu_area2 .cur_lct {
    width: 185px;
    justify-content: space-between;
}
.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area .cur_lct span{
    font-size: 16px;
    font-family: var(--font-pre500);
    color: #fff;
}
.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area .cur_lct i{
    color: #fff;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}
.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area.open .cur_lct i{
    transform: rotate(-180deg);
}

.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area .cur_mnu{
    position: absolute;
    top: 100%;
    width: calc(100% + 20px);
    left: -20px;
    right: 0px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 0;
    background-color: #f3f3f3;
    /* backdrop-filter: blur(20px); */
    border-radius: 10px;
    z-index: 11;
    padding: 10px 0;
    display: none;
}
.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area .cur_mnu>li{}
.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area .cur_mnu>li>a{
    display: block;
    padding: 8px 20px;
    font-size: 15px;
    font-family: var(--font-pre400);
    color: #a5a5a5;
    word-break: keep-all;
}
.wp_wrap .sub_top .sub_mnu_area .mnu_box .mnu_area .cur_mnu>li.on>a{
    color: #005198;
}
.wp_wrap .sub_top .img_box {
    width: 0;
    margin: 0 auto;
    overflow: hidden;
    transition: 1s ease-in-out;
    height: 300px;
}
.wp_wrap .sub_top .img_box.on {
    width: 100%;
}
.wp_wrap .sub_top .img_box>img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}


/* greeting */
.wp_wrap #greeting {
    padding: 150px 0;
}
.wp_wrap #greeting .flex_inner {
    display: flex;
    justify-content: space-between;
}
.wp_wrap #greeting .flex_inner .txt_box {}
.wp_wrap #greeting .flex_inner .txt_box .tit_box {
    margin-bottom: 50px;
}
.wp_wrap #greeting .flex_inner .txt_box .tit_box .s_tit {
    color: #0066AF;
    margin-bottom: 10px;
    font-family: 'Pretendard-SemiBold';
    font-size: 20px;
}
.wp_wrap #greeting .flex_inner .txt_box .tit_box .tit {
    font-size: 35px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #greeting .flex_inner .txt_box .tit_box .tit>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #greeting .flex_inner .txt_box .ex_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wp_wrap #greeting .flex_inner .txt_box .ex_box .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
.wp_wrap #greeting .flex_inner .txt_box .ex_box .name {
    margin-top: 10px;
    font-family: 'Pretendard-Medium';
    font-size: 20px;
}
.wp_wrap #greeting .flex_inner .img_box {
    overflow: hidden;
    border-radius: 20px;
}
.wp_wrap #greeting .flex_inner .img_box>img {}


/* history */
.wp_wrap #history {
    padding: 150px 0;
}
.wp_wrap #history .tit_box {
    text-align: center;
    margin-bottom: 40px;
}
.wp_wrap #history .tit_box .s_tit {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #0066AF;
    margin-bottom: 10px;
}
.wp_wrap #history .tit_box .tit {
    font-size: 30px;
    font-family: 'Pretendard-Light';
    line-height: 1.4;
    margin-bottom: 20px;
}
.wp_wrap #history .tit_box .tit>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #history .tit_box .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    color: #929292;
    line-height: 1.5;
}
.wp_wrap #history .his_inner {
    width: 100%;
    display: flex;
    gap: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.wp_wrap #history .his_inner:after {
    content: '';
    width: 1px;
    height: 100%;
    border-left: 1px dashed #dedede;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.wp_wrap #history .his_inner .name {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    color: #fff;
    background: #0066AF;
    padding: 9px 16px;
    border-radius: 20px;
}
.wp_wrap #history .his_inner .his_list {
    width: 100%;
}
.wp_wrap #history .his_inner .his_list>li {
    width: 100%;
}
.wp_wrap #history .his_inner .his_list>li .his_box {
    width: 50%;
}
.wp_wrap #history .his_inner .his_list>li .his_box.right {
    margin-left: auto;
    position: relative;
    padding-left: 50px;
}
.wp_wrap #history .his_inner .his_list>li .his_box.right:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #0066AF;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -8px;
}
.wp_wrap #history .his_inner .his_list>li .his_box.right::before {
    content: '';
    width: 24px;
    height: 1px;
    background: #0066AF;
    position: absolute;
    top: 11px;
    left: 7px;
}
.wp_wrap #history .his_inner .his_list>li .his_box.right .year {
    font-size: 25px;
    font-family: 'Pretendard-ExtraBold';
    color: #0066AF;
    margin-bottom: 15px;
    line-height: 1;
}
.wp_wrap #history .his_inner .his_list>li .his_box.right .info_list {
    width: 100%;
    padding: 20px 25px;
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-right: 3px solid #0066AF;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap #history .his_inner .his_list>li .his_box.right .info_list>li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wp_wrap #history .his_inner .his_list>li .his_box.right .info_list>li .mon {
    width: 20px;
    font-size: 15px;
    font-family: 'Pretendard-Bold';
    color: #7EB1D6;
}
.wp_wrap #history .his_inner .his_list>li .his_box.right .info_list>li .ex {
    font-size: 15px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #history .his_inner .his_list>li .his_box.left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 50px;
    position: relative;
}
.wp_wrap #history .his_inner .his_list>li .his_box.left:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #0066AF;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: -8px;
}
.wp_wrap #history .his_inner .his_list>li .his_box.left::before {
    content: '';
    width: 24px;
    height: 1px;
    background: #0066AF;
    position: absolute;
    top: 11px;
    right: 7px;
}
.wp_wrap #history .his_inner .his_list>li .his_box.left .year {
    font-size: 25px;
    font-family: 'Pretendard-ExtraBold';
    margin-bottom: 10px;
    color: #0066AF;
    line-height: 1;
}
.wp_wrap #history .his_inner .his_list>li .his_box.left .info_list {
    width: 100%;
    padding: 20px 25px;
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-left: 3px solid #0066AF;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap #history .his_inner .his_list>li .his_box.left .info_list>li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.wp_wrap #history .his_inner .his_list>li .his_box.left .info_list>li .mon {
    width: 20px;
    font-size: 15px;
    font-family: 'Pretendard-Bold';
    color: #7EB1D6;
}
.wp_wrap #history .his_inner .his_list>li .his_box.left .info_list>li .ex {
    font-size: 15px;
    font-family: 'Pretendard-Regular';
}


/* map */
.wp_wrap #map {
    padding: 150px 0;
}
.wp_wrap #map .tit_box {
    margin-bottom: 50px;
}
.wp_wrap #map .tit_box .s_tit {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #0066AF;
    margin-bottom: 10px;
}
.wp_wrap #map .tit_box .tit {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 20px;
}
.wp_wrap #map .tit_box .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    color: #929292;
}
.wp_wrap #map .map_list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    margin-bottom: 50px;
}
.wp_wrap #map .map_list>li {
    width: 100%;
}
.wp_wrap #map .map_list>li .map_box {
    width: 100%;
    padding: 40px;
    padding-bottom: 50px;
    position: relative;
    background: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
}
.wp_wrap #map .map_list>li:last-child .map_box {
    padding-bottom: 77px;
}
.wp_wrap #map .map_list>li .map_box .info_box {
    display: flex;
    gap: 50px;
}
.wp_wrap #map .map_list>li .map_box .info_box>i {
    width: 64px;
    height: 64px;
    background: #0066AF;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 35px;
}
.wp_wrap #map .map_list>li .map_box .info_box .txt_box {}
.wp_wrap #map .map_list>li .map_box .info_box .txt_box .name_box {
    margin-bottom: 40px;
}
.wp_wrap #map .map_list>li .map_box .info_box .txt_box .name_box .small {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #0066AF;
    margin-bottom: 10px;
}
.wp_wrap #map .map_list>li .map_box .info_box .txt_box .name_box .name {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #map .map_list>li .map_box .info_box .txt_box .info_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wp_wrap #map .map_list>li .map_box .info_box .txt_box .info_list>li {
    display: flex;
    align-items: center;
    gap: 30px;
}
.wp_wrap #map .map_list>li .map_box .info_box .txt_box .info_list>li .bold {
    width: 35px;
    font-size: 18px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #map .map_list>li .map_box .info_box .txt_box .info_list>li .info {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    color: #000;
}
.wp_wrap #map .map_list>li .map_box .img_box {
    position: absolute;
    bottom: 0;
    right: 5%;
    opacity: 0.6;
}
.wp_wrap #map .map_list>li .map_box .img_box>img {}
.wp_wrap #map .net_box {
    width: 100%;
    background: #F5FAFF;
    border: 1px solid #0F7ECE;
    border-radius: 10px;
    padding: 40px;
    padding-bottom: 132px;
    position: relative;
}
.wp_wrap #map .net_box .txt_box {}
.wp_wrap #map .net_box .txt_box .small {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #0066AF;
    margin-bottom: 10px;
}
.wp_wrap #map .net_box .txt_box .kr {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 40px;
}
.wp_wrap #map .net_box .txt_box .ex {
    font-family: 'Pretendard-Regular';
    font-size: 18px;
    color: #929292;
}
.wp_wrap #map .net_box .img_box {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}
.wp_wrap #map .net_box .img_box>img {}


/* esg */
.wp_wrap #esg {
    padding: 150px 0;
}
.wp_wrap #esg .txt_box {
    margin-bottom: 50px ;
}
.wp_wrap #esg .txt_box .tit_box {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}
.wp_wrap #esg .txt_box .tit_box:after {
    content: '';
    width: 39px;
    height: 2px;
    background: #0066AF;
    position: absolute;
    bottom: 0;
    left: 1;
}
.wp_wrap #esg .txt_box .tit_box .s_tit {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #0066AF;
    margin-bottom: 10px;
}
.wp_wrap #esg .txt_box .tit_box .tit {
    font-size: 35px;
    font-family: 'Pretendard-Light';
    line-height: 1.4;
}
.wp_wrap #esg .txt_box .tit_box .tit>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #esg .txt_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}
.wp_wrap #esg .txt_box .bold {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    margin-top: 10px;
}
.wp_wrap #esg .esg_list {
    width: 100%;
    display: flex;
    gap: 20px;
}
.wp_wrap #esg .esg_list>li {
    width: 100%;
}
.wp_wrap #esg .esg_list>li .esg_box {
    width: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    padding: 20px;
}
.wp_wrap #esg .esg_list>li .esg_box .img_box01 {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.wp_wrap #esg .esg_list>li .esg_box .img_box01>img {
    width: 100%;
    object-fit: cover;
}
.wp_wrap #esg .esg_list>li .esg_box .info_box {
    padding-left: 15px;
}
.wp_wrap #esg .esg_list>li .esg_box .info_box .tit {
    font-size: 18px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 20px;
}
.wp_wrap #esg .esg_list>li:nth-child(1) .esg_box .info_box .tit {
    color: #0EAF00;
}
.wp_wrap #esg .esg_list>li:nth-child(2) .esg_box .info_box .tit {
    color: #388EF8;
}
.wp_wrap #esg .esg_list>li:nth-child(3) .esg_box .info_box .tit {
    color: #8E66D3;
}
.wp_wrap #esg .esg_list>li .esg_box .info_box .txt_box {
    margin-bottom: 10px;
}
.wp_wrap #esg .esg_list>li .esg_box .info_box .txt_box .name {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
    position: relative;
}
.wp_wrap #esg .esg_list>li:nth-child(1) .esg_box .info_box .txt_box .name:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #0EAF00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wp_wrap #esg .esg_list>li:nth-child(2) .esg_box .info_box .txt_box .name:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #388EF8;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wp_wrap #esg .esg_list>li:nth-child(3) .esg_box .info_box .txt_box .name:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #8E66D3;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wp_wrap #esg .esg_list>li .esg_box .info_box .txt_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    color: #666666;
    line-height: 1.5;
    margin-bottom: 0;
}
.wp_wrap #esg .esg_list>li .esg_box .info_box .img_box {}
.wp_wrap #esg .esg_list>li .esg_box .info_box .img_box>img {
    margin-left: auto;
}


/* certi */
.wp_wrap #certi {
    padding: 150px 0;
    width: 100%;
}
.wp_wrap #certi .certi_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.wp_wrap #certi .certi_list>li {
    width: 100%;
}
.wp_wrap #certi .certi_list>li .certi_box {
    width: 100%;  
}
.wp_wrap #certi .certi_list>li .certi_box .tit_box {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.wp_wrap #certi .certi_list>li .certi_box .tit_box:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #0066AF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wp_wrap #certi .certi_list>li .certi_box .tit_box .s_tit {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #0066AF;
    margin-bottom: 10px;
}
.wp_wrap #certi .certi_list>li .certi_box .tit_box .tit {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #certi .certi_list>li .certi_box .img_list {
    width: 100%;
    display: flex;
    gap: 20px;
}
.wp_wrap #certi .certi_list>li .certi_box .img_list>li {
}
.wp_wrap #certi .certi_list>li .certi_box .img_list>li .img_box {
    padding: 20px 25px;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
}
.wp_wrap #certi .certi_list>li .certi_box .img_list>li .img_box>img {
    margin-bottom: 10px;
}
.wp_wrap #certi .certi_list>li .certi_box .img_list>li .img_box .name_box {
    text-align: center;
}
.wp_wrap #certi .certi_list>li .certi_box .img_list>li .img_box .name_box .blue {
    font-size: 18px;
    font-family: 'Pretendard-Medium';
    color: #0066AF;
    margin-bottom: 5px;
}
.wp_wrap #certi .certi_list>li .certi_box .img_list>li .img_box .name_box .name {
    font-size: 16px;
    font-family: 'Pretendard-Regular';
    color: #959595;
}


/* production */
.wp_wrap #production {
    padding: 150px 0;
}
.wp_wrap #production .pro_list {
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 100%;
}
.wp_wrap #production .pro_list>li {
    width: 100%;
}
.wp_wrap #production .pro_list>li .pro_box {
    width: 100%;
}
.wp_wrap #production .pro_list>li .pro_box .tit_box {
    margin-bottom: 50px;
}
.wp_wrap #production .pro_list>li .pro_box .tit_box .s_tit {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 10px;
    color: #0066AF;
}
.wp_wrap #production .pro_list>li .pro_box .tit_box .tit {
    font-size: 35px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 10px;
}
.wp_wrap #production .pro_list>li .pro_box .tit_box .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    color: #929292;
}
.wp_wrap #production .pro_list>li .pro_box .table_box {
    width: 100%;
    display: flex;
    gap: 50px;
    margin-bottom: 100px;
}
.wp_wrap #production .pro_list>li .pro_box .table_box table {
    width: 100%;
    border-spacing: 0;
}
.wp_wrap #production .pro_list>li .pro_box .table_box table thead {
    background: #1678BE;
}
.wp_wrap #production .pro_list>li .pro_box .table_box table thead tr {}
.wp_wrap #production .pro_list>li .pro_box .table_box table thead tr th {
    font-size: 16px;
    font-family: 'Pretendard-SemiBold';
    color: #fff;
    padding: 17px 0;
    text-align: center;
    border-right: 1px solid #fff;
}
.wp_wrap #production .pro_list>li .pro_box .table_box table thead tr th:first-child {
    border-radius: 5px 0 0 5px;
}
.wp_wrap #production .pro_list>li .pro_box .table_box table thead tr th:last-child {
    border-radius: 0px 5px 5px 0px;
}
.wp_wrap #production .pro_list>li .pro_box .table_box table tbody {}
.wp_wrap #production .pro_list>li .pro_box .table_box table tbody tr {}
.wp_wrap #production .pro_list>li .pro_box .table_box table tbody tr td {
    font-size: 15px;
    font-family: 'Pretendard-Regular';
    text-align: center;
    padding: 13px 0;
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid #ececec;
}
.wp_wrap #production .pro_list>li .pro_box .table_box table tbody tr td:last-child {
    border-right: 0;
}
.wp_wrap #production .pro_list>li .pro_box .process {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.wp_wrap #production .pro_list>li .pro_box .process>li {
    width: 100%;
}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 100px;
}
.wp_wrap #production .pro_list>li .pro_box .process>li:nth-child(2) .process_in {
    justify-content: space-between;
}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .l_box {
    width: 30%;
}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .l_box .num {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #0066AF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 15px;
}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .l_box .txt_box {}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .l_box .txt_box .name {
    font-size: 25px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 15px;
}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .l_box .txt_box .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .img_list {
    width: 600px;
    height: 400px;
    border-radius: 10px;
    border: 2px solid #ECECEC;
    padding: 20px 0;
    position: relative;
}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .img_list>li {}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .img_list>li>img {}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .img_list .slick-slide img {
    margin: 0 auto;
}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .img_list .slick-dots {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .img_list .slick-dots li {}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .img_list .slick-dots li button {
    color: transparent;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    opacity: 0.2;
}
.wp_wrap #production .pro_list>li .pro_box .process>li .process_in .img_list .slick-dots .slick-active button {
    opacity: 1;
    background: #0066AF;
}
.wp_wrap #production .pro_list>li .pro_box .strength_box {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    margin-bottom: 50px;
}
.wp_wrap #production .pro_list>li .pro_box .strength_box .str_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}
.wp_wrap #production .pro_list>li .pro_box .strength_box .str_list>li {
    width: 100%;
    border-right: 1px solid #e8e8e8;
}
.wp_wrap #production .pro_list>li .pro_box .strength_box .str_list>li:last-child {
    border-right: none;
}
.wp_wrap #production .pro_list>li .pro_box .strength_box .str_list>li .str_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 0;
}
.wp_wrap #production .pro_list>li .pro_box .strength_box .str_list>li .str_box .img_box {
    margin-bottom: 20px;
}
.wp_wrap #production .pro_list>li .pro_box .strength_box .str_list>li .str_box .img_box>img {}
.wp_wrap #production .pro_list>li .pro_box .strength_box .str_list>li .str_box .txt_box {
    text-align: center;
}
.wp_wrap #production .pro_list>li .pro_box .strength_box .str_list>li .str_box .txt_box .name {
    font-size: 18px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 10px;
}
.wp_wrap #production .pro_list>li .pro_box .strength_box .str_list>li .str_box .txt_box .ex {
    font-size: 14px;
    font-family: 'Pretendard-Regular';
    line-height: 1.4;
}
.wp_wrap #production .pro_list>li .pro_box .slo_box {
    background: #2282C5;
    border-radius: 10px;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.wp_wrap #production .pro_list>li .pro_box .slo_box>img {}
.wp_wrap #production .pro_list>li .pro_box .slo_box>p {
    color: #fff;
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
}



/* notice */
.wp_wrap #notice {
    padding: 150px 0;
}

/* inq */
.wp_wrap .inquiry {
    padding: 150px 0;
}


/* product */
.wp_wrap #product {}
.wp_wrap #product .tit_box {}
.wp_wrap #product .tit_box .s_tit {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #0066AF;
    margin-bottom: 10px;
}
.wp_wrap #product .tit_box .tit {
    font-size: 35px;
    font-family: 'Pretendard-SemiBold';
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.wp_wrap #product .tit_box .tit:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #0066AF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wp_wrap #product .ex_box {
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background: #F5F5F5;
    margin-bottom: 50px;
}
.wp_wrap #product .ex_box .b_txt {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
    color: #0066AF;
    margin-bottom: 10px;
}
.wp_wrap #product .ex_box .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
/**********************************************************************************************************************/


/* 모달 */
/**********************************************************************************************************************/
.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;
}
/**********************************************************************************************************************/













































