/**
 * 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 {
    overflow: hidden;
}

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



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.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;
    gap: 50px;
}
.wp_wrap header .h_inner .mlogo{
    min-width: 190px;
    margin-right: 325px;
}
.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;
    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: 7px 0;
    font-size: 19px;
    color: #fff;
    text-align: center;
    font-family: 'Pretendard-Regular';
}
.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: 106px;
    left: 0;
    width: 100%;
    height: 250px;
    z-index:-1 ;
    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: #E2E2E2;
    color: #888;
    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 {}
.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: 10px;
}
.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: #888;
}


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

/* 메인 */
/**********************************************************************************************************************/
/* 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{
    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: 25px;
    font-family: 'Pretendard-Light';
    margin-bottom: 20px;
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .tit {
    font-size: 50px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 10px;
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .s_tit {
    font-size: 33px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 30px;
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .name {
    font-size: 50px;
    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: 68%;
    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: 230px;
    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 {
    padding: 120px 0;
}
.wp_wrap #about .ab_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.wp_wrap #about .ab_box .left {}
.wp_wrap #about .ab_box .left .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 20px;
}
.wp_wrap #about .ab_box .left .txt_box {
    margin-bottom: 50px;
}
.wp_wrap #about .ab_box .left .txt_box .s_tit {
    margin-bottom: 25px;
    font-size: 40px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #about .ab_box .left .txt_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}
.wp_wrap #about .ab_box .left .txt_box .ex>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #about .ab_box .left .txt_box .ex.last {
    margin-top: 20px;
}
.wp_wrap #about .ab_box .left>a {
    font-size: 15px;
    font-family: 'Pretendard-Medium';
    color: #000;
}
.wp_wrap #about .ab_box .right {}
.wp_wrap #about .ab_box .right .img_box {
    overflow: hidden;
    border-radius: 50%;
}
.wp_wrap #about .ab_box .right .img_box>img {}
.wp_wrap #about .ab_box .logo_box {
    position: absolute;
    bottom: -55px;
    right: 45px;
    z-index: -1;
}
.wp_wrap #about .ab_box .logo_box>img {}


/* business */
.wp_wrap #business {
    padding: 180px 0 280px;
    background: url(../img/main/business.jpg) no-repeat center center / cover;
}
.wp_wrap #business .tit {
    font-size: 50px;
    color: #fff;
    font-family: 'Pretendard-Light';
    margin-bottom: 70px;
}
.wp_wrap #business .tit>span {
    font-family: 'Pretendard-Bold';
}
.wp_wrap #business .busi_list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
}
.wp_wrap #business .busi_list>li {
    width: 100%;
    height: 333px;
}
.wp_wrap #business .busi_list>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    transition: 0.5s;
}
.wp_wrap #business .busi_list>li:hover>a {
    background: rgba(255, 255, 255, 1);
}
.wp_wrap #business .busi_list>li>a .busi_box {
    width: 100%;
    padding: 0 20px;
}
.wp_wrap #business .busi_list>li>a .busi_box .img_box {
    margin-bottom: 40px;
}
.wp_wrap #business .busi_list>li>a .busi_box .img_box>img {
    margin: 0 auto;
}
.wp_wrap #business .busi_list>li>a .busi_box .txt_box {
    color: #000;
}
.wp_wrap #business .busi_list>li>a .busi_box .txt_box .name {
    font-size: 20px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 5px;
    transition: 0.3s;
}
.wp_wrap #business .busi_list>li>a .busi_box .txt_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 13px;
    transition: 0.3s;
}
.wp_wrap #business .busi_list>li:hover>a .busi_box .txt_box .name {
    color: #2632a0;
}
.wp_wrap #business .busi_list>li:hover>a .busi_box .txt_box .ex {
    color: #2632a0;
}
.wp_wrap #business .busi_list>li>a .busi_box .txt_box .circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3F478A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_wrap #business .busi_list>li>a .busi_box .txt_box .circle>i {
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
}
.wp_wrap #business .busi_list>li:hover>a .busi_box .txt_box .circle>i {
    transform: rotate(-90deg);
}


/* career */
.wp_wrap #career {
    padding: 145px 0;
    height: 100%;
}
.wp_wrap #career .tit {
    margin-bottom: 55px;
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #career .car_box {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 80px;
    align-items: stretch;
}
.wp_wrap #career .car_box .left {
    width: 100%;
    height: 100%;
}
.wp_wrap #career .car_box .left .img_box {
    height: 100%;
    width: 100%;
}
.wp_wrap #career .car_box .left .img_box>img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.wp_wrap #career .car_box .right {
    width: 100%;
    flex-grow: 1;
}
.wp_wrap #career .car_box .right .name {
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 40px;
}
.wp_wrap #career .car_box .right .txt_box {}
.wp_wrap #career .car_box .right .txt_box .ex {
    font-size: 25px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
    margin-bottom: 30px;
}
.wp_wrap #career .car_box .right .txt_box .ex_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    row-gap: 10px;
    margin-bottom: 50px;
}
.wp_wrap #career .car_box .right .txt_box .ex_list>li {}
.wp_wrap #career .car_box .right .txt_box .ex_list>li .ex_box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.wp_wrap #career .car_box .right .txt_box .ex_list>li .ex_box .box {
    width: 12px;
    height: 12px;
    background: #3F478A;
}
.wp_wrap #career .car_box .right .txt_box .ex_list>li .ex_box>p {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #career .car_box .right .txt_box .ex_list>li .info_box {}
.wp_wrap #career .car_box .right .txt_box .ex_list>li .info_box .info {
    font-size: 16px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
.wp_wrap #career .car_box .right>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    width: 290px;
    height: 80px;
    background: #3F478A;
    transition: 0.4s;
    border: 1.5px solid #3F478A;
}
.wp_wrap #career .car_box .right>a:hover {
    background: #fff;
}
.wp_wrap #career .car_box .right>a>p {
    color: #fff;
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    transition: 0.4s;
}
.wp_wrap #career .car_box .right>a:hover>p {
    color: #3F478A;
}
.wp_wrap #career .car_box .right>a .circle {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.wp_wrap #career .car_box .right>a:hover .circle {
    background: #3F478A;
    border: 2px solid #3F478A;
}
.wp_wrap #career .car_box .right>a .circle>i {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: 0.6s;
}
.wp_wrap #career .car_box .right>a:hover .circle>i {
    transform: rotate(180deg);
}
/**********************************************************************************************************************/

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

.wp_wrap #sub_top {}

.wp_wrap #sub_top .sub_top_bg {
    width: 100%;
    height: 420px;
}

.wp_wrap #sub_top .sub_top_bg .sub_top_wrap {
    width: 100%;
    height: 100%;
}

.wp_wrap #sub_top .sub_top_bg .sub_top_wrap .sub_top_inner {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      padding-top: 220px;
}

.wp_wrap #sub_top .sub_top_bg .sub_top_wrap .sub_top_inner .txt_box {
    color: #fff;
}

.wp_wrap #sub_top .sub_top_bg .sub_top_wrap .sub_top_inner .txt_box .sub_top_tit {
      font-size: 50px;
      font-family: 'Pretendard-Bold';
      margin-bottom: 10px;
}

.wp_wrap #sub_top .sub_top_bg .sub_top_wrap .sub_top_inner .txt_box .sub_top_des {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    color: #FFFFFF;
    opacity: 0.6;
}

.wp_wrap #sub_top .sub_top_nav {
    background: #FFF;
    border-bottom: 1px solid #DDDDDD;
}

.wp_wrap #sub_top .sub_top_nav .sub_nav_list {
      display: flex;
      justify-content: center;
      align-items: center;
}

.wp_wrap #sub_top .sub_top_nav .sub_nav_list>li {
      position: relative;
      max-width: 150px;
      width: 100%;
      padding: 25px 0;
      display: flex;
      justify-content: center;
      align-items: center;
}
.wp_wrap #sub_top .sub_top_nav .sub_nav_list .nav_list_item.on::before {
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      content:"";
      width: 100%;
      height: 3px;
      transform: scale(1);
      background-color: #195591;
      transition: 0.4s;
}

.wp_wrap #sub_top .sub_top_nav .sub_nav_list>li>a {
      font-size: 21px;
      font-family: 'Pretendard-Medium';
      color: #000;
}

.wp_wrap #sub_top .sub_top_nav .sub_nav_list .nav_list_item.on>a {
	color:#195591;
}


/* greeting */
.wp_wrap #greeting {
    padding: 120px 0;
}
.wp_wrap #greeting .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 80px;
}
.wp_wrap #greeting .gre_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp_wrap #greeting .gre_box .left {}
.wp_wrap #greeting .gre_box .left .s_tit {
    font-size: 33px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 70px;
}
.wp_wrap #greeting .gre_box .left .txt_box {}
.wp_wrap #greeting .gre_box .left .txt_box .ex {
    font-size: 21px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}
.wp_wrap #greeting .gre_box .left .txt_box .ex>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #greeting .gre_box .left .txt_box .ex_list {
    margin: 30px 0;
}
.wp_wrap #greeting .gre_box .left .txt_box .ex_list>li {}
.wp_wrap #greeting .gre_box .left .txt_box .ex_list>li>p {
    font-size: 21px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}
.wp_wrap #greeting .gre_box .left .txt_box .ex_list>li>p>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #greeting .gre_box .left .name {
    font-size: 23px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
    margin-top: 35px;
    text-align: end;
}
.wp_wrap #greeting .gre_box .left .name>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #greeting .gre_box .right {}
.wp_wrap #greeting .gre_box .right .img_box {
    overflow: hidden;
    border-radius: 30px;
}
.wp_wrap #greeting .gre_box .right .img_box>img {}


/* company */
.wp_wrap #company {
    padding: 120px 0;
    width: 100%;
}
.wp_wrap #company .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 40px;
}
.wp_wrap #company .ex {
    font-size: 30px;
    font-family: 'Pretendard-Light';
    text-align: center;
    margin-bottom: 85px;
    line-height: 1.5;
}
.wp_wrap #company .img_box {
    margin-bottom: 55px;
    overflow: hidden;
    border-radius: 30px;
}
.wp_wrap #company .img_box>img {}
.wp_wrap #company .com_list {
    width: 100%;
    padding: 0 42px;
}
.wp_wrap #company .com_list>li:first-child {
    border-top: 2px solid #6D6D6D;
}
.wp_wrap #company .com_list>li {
    width: 100%;
    border-bottom: 1px solid #B4B4B4;
}
.wp_wrap #company .com_list>li .com_box {
    width: 100%;
    padding: 26px 0;
    padding-left: 20px;
    display: flex;
    gap: 50px;
    align-items: center;
}
.wp_wrap #company .com_list>li .com_box .name {
    width: 140px;
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #company .com_list>li .com_box .info {
    font-size: 20px;
    font-family: 'Pretendard-Light';
}


/* price */
.wp_wrap #price {
    padding: 120px 0;
}
.wp_wrap #price .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 70px;
}
.wp_wrap #price .price_list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 90px;
}
.wp_wrap #price .price_list>li {
    width: 100%;
}
.wp_wrap #price .price_list>li .price_box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 95px;
    padding: 33px 0;
    padding-left: 60px;
    border-radius: 65px;
}
.wp_wrap #price .price_list>li:first-child .price_box {
    background: #143C98;
}
.wp_wrap #price .price_list>li:last-child .price_box {
    background: #6683C6;
}
.wp_wrap #price .price_list>li .price_box .name {
    color: #fff;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #price .price_list>li .price_box .ex {
    color: #fff;
    font-size: 25px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #price .s_tit {
    font-size: 40px;
    font-family: 'Pretendard-Regular';
    color: #656DAB;
    margin-bottom: 40px;
    text-align: center;
}
.wp_wrap #price .s_list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.wp_wrap #price .s_list>li:nth-child(1), .wp_wrap #price .s_list>li:nth-child(3), .wp_wrap #price .s_list>li:nth-child(5), .wp_wrap #price .s_list>li:nth-child(7) {
    border-radius: 50%;
    width: 235px;
    height: 235px;
    padding: 11px;
}
.wp_wrap #price .s_list>li:nth-child(1), .wp_wrap #price .s_list>li:nth-child(5) {
    border: 1px dashed #999EC8;
}
.wp_wrap #price .s_list>li:nth-child(3), .wp_wrap #price .s_list>li:nth-child(7) {
    border: 1px dashed #A2CDD8;
}
.wp_wrap #price .s_list>li .s_box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.wp_wrap #price .s_list>li:nth-child(1) .s_box, .wp_wrap #price .s_list>li:nth-child(5) .s_box {
    border: 10px solid #999EC8;
}
.wp_wrap #price .s_list>li:nth-child(3) .s_box, .wp_wrap #price .s_list>li:nth-child(7) .s_box {
    border: 10px solid #A2CDD8;
}
.wp_wrap #price .s_list>li .s_box .img_box {}
.wp_wrap #price .s_list>li .s_box .img_box>img {}
.wp_wrap #price .s_list>li .s_box .name {
    font-size: 15px;
    font-family: 'Pretendard-Light';
    text-align: center;
}
.wp_wrap #price .s_list>li:nth-child(1) .s_box .name, .wp_wrap #price .s_list>li:nth-child(5) .s_box .name {
    color: #999EC8;
}
.wp_wrap #price .s_list>li:nth-child(3) .s_box .name, .wp_wrap #price .s_list>li:nth-child(7) .s_box .name {
    color: #A2CDD8;
}


/* develop */
.wp_wrap #develop {
    padding: 120px 0;
}
.wp_wrap #develop .tit {
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 70px;
}
.wp_wrap #develop .dev_list {
    width: 100%;
}
.wp_wrap #develop .dev_list>li {
    width: 100%;
}
.wp_wrap #develop .dev_list>li .dev_box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 145px;
    padding: 82px 0;
}
.wp_wrap #develop .dev_list>li:last-child .dev_box {
    justify-content: flex-start;
    padding-left: 105px;
}
.wp_wrap #develop .dev_list>li .dev_box.co {
    background: #F8F8F8;
    border-radius: 30px;
}
.wp_wrap #develop .dev_list>li .dev_box .left {
    width: 320px;
}
.wp_wrap #develop .dev_list>li .dev_box .left .img_box {
    margin-bottom: 20px;
}
.wp_wrap #develop .dev_list>li .dev_box .left .img_box>img {}
.wp_wrap #develop .dev_list>li .dev_box .left .name {
    margin-bottom: 20px;
}
.wp_wrap #develop .dev_list>li .dev_box .left .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
.wp_wrap #develop .dev_list>li .dev_box .right {
    display: flex;
    gap: 27px;
}
.wp_wrap #develop .dev_list>li .dev_box .right .img_box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 6px;
}
.wp_wrap #develop .dev_list>li .dev_box .right .img_box>img {}


/* map */
.wp_wrap #map {
    padding: 120px 0;
}
.wp_wrap #map .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 75px;
}
.wp_wrap #map .map_box {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
}
.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%;
}
.wp_wrap #map .info_box {
    width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.wp_wrap #map .info_box .info_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap #map .info_box .info_list>li {}
.wp_wrap #map .info_box .info_list>li .info {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wp_wrap #map .info_box .info_list>li .info>i {
    color: #143C98;
    font-size: 25PX;
}
.wp_wrap #map .info_box .info_list>li .info>p {
    font-size: 20px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #map .info_box>a {
    width: 160px;
    height: 55px;
    background: #005EAD;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    border: 1px solid #005EAD;
    transition: 0.3s;
}
.wp_wrap #map .info_box>a:hover {
    background: #fff;
    color: #005ead;
}


/* partner */
.wp_wrap #partner {
    padding: 120px 0;
}
.wp_wrap #partner .part_box {
    display: flex;
    gap: 70px;
}
.wp_wrap #partner .part_box .left {}
.wp_wrap #partner .part_box .left .txt_box {
    margin-bottom: 90px;
}
.wp_wrap #partner .part_box .left .txt_box .tit {
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    color: #143C98;
    margin-bottom: 40px;
}
.wp_wrap #partner .part_box .left .txt_box .ex {
    font-size: 25px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
.wp_wrap #partner .part_box .left .info_box {}
.wp_wrap #partner .part_box .left .info_box .info_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 55px;
}
.wp_wrap #partner .part_box .left .info_box .info_list>li {}
.wp_wrap #partner .part_box .left .info_box .info_list>li .info {
    display: flex;
    align-items: center;
    gap: 20px;
}
.wp_wrap #partner .part_box .left .info_box .info_list>li .info .name {
    width: 80px;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 22px;
    font-family: 'Pretendard-Medium';
}
.wp_wrap #partner .part_box .left .info_box .info_list>li .info .name>i {
    color: #143C98;
    font-size: 20px;
}
.wp_wrap #partner .part_box .left .info_box .info_list>li .info>p {
    font-size: 22px;
    font-family: 'Pretendard-Medium';
}
.wp_wrap #partner .part_box .left .info_box .img_box {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 60px;
}
.wp_wrap #partner .part_box .left .info_box .img_box>img {
    width: 100%;
}
.wp_wrap #partner .part_box .left .info_box .tas {
    font-size: 23px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 15px;
}
.wp_wrap #partner .part_box .left .info_box .bold {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #partner .part_box .right {}
.wp_wrap #partner .part_box .right .form_wrap {
    width: 100%;
    padding: 50px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line {
    width: 100%;
    position: relative;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .warn {
    font-size: 16px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .warn>span {
    font-family: 'Pretendard-Bold';
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .tit_box {
    position: absolute;
    top: -7px;
    left: 7px;
    background: #fff;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .tit_box .tit {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    color: #787878;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .tit_box .tit>span {
    color: #CC1030;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box {
    width: 100%;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box.text {
    height: 78px;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box.textarea {
    height: 213px;
}
.wp_wrap #partner .part_box .right .form_wrap .form_last .agr_box {
    height: 56px;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box.radio {
    border: 1px solid #E0E0E0;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 16px;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box.checkbox {
    border: 1px solid #E0E0E0;
    padding-left: 10px; 
    padding-top: 25px;
    padding-bottom: 16px;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box textarea {
    height: 195px;
    width: 100%;
    border: 1px solid #E0E0E0;
    resize: none;
    padding: 15px;
    padding-top: 20px;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box textarea:focus {
    outline: none;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box input[type="text"] {
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 17px;
    font-size: 18px;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box input[type="text"]:focus {
    outline: none;
}
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box input[type="radio"] {
  display: none;
}

/* 라벨 기본 스타일 */
.wp_wrap #partner .part_box .right .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 #partner .part_box .right .form_wrap .form_line:nth-child(7) .input_box.checkbox label:nth-child(13) {
    margin-right: 5px;
}

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

/* 커스텀 라디오 박스 */
.wp_wrap #partner .part_box .right .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 #partner .part_box .right .form_wrap .form_line .input_box input[type="radio"]:checked + label::before {
  border-color: #005ead;
}

/* 내부 채움 */
.wp_wrap #partner .part_box .right .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: #005EAD;
}

.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box input[type="checkbox"] {
  display: none;
}

/* 박스 */
.wp_wrap #partner .part_box .right .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 #partner .part_box .right .form_wrap .form_line .input_box input[type="checkbox"]:checked + label::before {
  border-color: #005ead;
}

/* 체크 표시 (✔) */
.wp_wrap #partner .part_box .right .form_wrap .form_line .input_box input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #005EAD;
}

#wp_1_8_0 {
  width: 180px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #dcdcdc;
  font-size: 13px;
}

#wp_1_8_0:disabled {
  background-color: #f5f5f5;
  color: #999;
}

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

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

.wp_wrap #partner .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 #partner .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 #partner .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 #partner .form_wrap .form_last .line_rt {
    width: 325px;
    height: 54px;
    margin-top: 30px;
}
.wp_wrap #partner .form_wrap .form_last .line_rt button {
    width: 100%;
    height: 100%;
    background: #143C98;
    font-size: 20px;
    font-family: 'Pretendard-Light';
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #143C98;
    transition: 0.3s;
}
.wp_wrap #partner .form_wrap .form_last .line_rt:hover button {
    background: #fff;
    color: #143C98;
}


/* esg */
.wp_wrap #esg {
    padding: 100px 0;
}
.wp_wrap #esg .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 90px;
}
.wp_wrap #esg .esg_box {
    width: 100%;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 115px 216px 155px;
    background: url(../img/sub/esg.jpg) no-repeat center center / cover;
    background-attachment: fixed;
}
.wp_wrap #esg .esg_box .top {
    color: #fff;
}
.wp_wrap #esg .esg_box .top .name {
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 20px;
}
.wp_wrap #esg .esg_box .top .ex {
    font-size: 25px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}
.wp_wrap #esg .esg_box .bot {}
.wp_wrap #esg .esg_box .bot .bot_list {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.wp_wrap #esg .esg_box .bot .bot_list>li {}
.wp_wrap #esg .esg_box .bot .bot_list>li .bot_box {
    width: 400px;
    height: 380px;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 55px;
    padding-left: 17px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
}
.wp_wrap #esg .esg_box .bot .bot_list>li .bot_box .tit {
    font-size: 30px;
    text-align: start;
    font-family: 'Pretendard-Medium';
    margin-bottom: 35px;
}
.wp_wrap #esg .esg_box .bot .bot_list>li .bot_box .tit>span {
    font-size: 100px;
    font-family: 'Pretendard-Bold';
    display: inline-block;
    background: url(../img/sub/esg.jpg) no-repeat center center / cover;
    background-attachment: fixed; 

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.wp_wrap #esg .esg_box .bot .bot_list>li .bot_box .ex {
    font-size: 16px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}

.wp_wrap #qua {
    padding: 100px 0;
    background: #F3F3F3;
    border-radius: 30px;
    width: 1700px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.wp_wrap #qua .tit_box {
    margin-bottom: 50px;
}
.wp_wrap #qua .tit_box .s_tit {
    font-size: 16px;
    font-family: 'Pretendard-SemiBold';
    color: #143C98;
}
.wp_wrap #qua .tit_box .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    color: #333;
}
.wp_wrap #qua .top {
    display: flex;
    gap: 100px;
    margin-bottom: 95px;
}
.wp_wrap #qua .top .name_box {
    width: 160px;
}
.wp_wrap #qua .top .name_box .name {
    font-size: 30px;
    font-family: 'Pretendard-Regular';
    color: #333333;
    padding-top: 27px;
}
.wp_wrap #qua .top .txt_box {}
.wp_wrap #qua .top .txt_box .tit {
    width: 760px;
    height: 90px;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 45px;
    border: 1px solid #B4B4B4;
    font-size: 25px;
    font-family: 'Pretendard-SemiBold';
    color: #212121;
    position: relative;
    margin-bottom: 35px;
}
.wp_wrap #qua .top .txt_box .tit:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #B4B4B4;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}
.wp_wrap #qua .top .txt_box .tit:before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #143C98;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 1;
}
.wp_wrap #qua .top .txt_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    line-height: 1.5;
    padding-left: 30px;
    margin-bottom: 30px;
}
.wp_wrap #qua .top .txt_box .info {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
    padding-left: 30px;
}
.wp_wrap #qua .bot {
    display: flex;
    gap: 100px;
    width: 100%;
}
.wp_wrap #qua .bot .name_box {
    width: 160px;
}
.wp_wrap #qua .bot .name_box .name {
    font-size: 30px;
    font-family: 'Pretendard-Regular';
    color: #333333;
    padding-top: 27px;
}
.wp_wrap #qua .bot .txt_box {}
.wp_wrap #qua .bot .txt_box .tit {
    width: 250px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 45px;
    border: 1px solid #B4B4B4;
    font-size: 25px;
    font-family: 'Pretendard-SemiBold';
    color: #212121;
    position: relative;
    margin-bottom: 35px;
}
.wp_wrap #qua .bot .txt_box .tit:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #B4B4B4;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}
.wp_wrap #qua .bot .txt_box .tit:before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #143C98;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 1;
}
.wp_wrap #qua .bot .txt_box .txt_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.wp_wrap #qua .bot .txt_box .txt_list>li {
    width: 100%;
}
.wp_wrap #qua .bot .txt_box .txt_list>li .inner {
    width: 1118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid #B4B4B4;
    border-radius: 25px;
    padding: 35px 0 30px;
    padding-left: 30px;
}
.wp_wrap #qua .bot .txt_box .txt_list>li .inner .num {
    font-size: 25px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 15px;
}
.wp_wrap #qua .bot .txt_box .txt_list>li .inner .ex {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}

.wp_wrap #env {
    padding: 100px 0;
}
.wp_wrap #env .tit_box {
    margin-bottom: 50px;
}
.wp_wrap #env .tit_box .s_tit {
    font-size: 16px;
    font-family: 'Pretendard-SemiBold';
    color: #143C98;
}
.wp_wrap #env .tit_box .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    color: #333;
}
.wp_wrap #env .top {
    display: flex;
    gap: 100px;
    margin-bottom: 95px;
}
.wp_wrap #env .top .name_box {
    width: 160px;
}
.wp_wrap #env .top .name_box .name {
    font-size: 30px;
    font-family: 'Pretendard-Regular';
    color: #333333;
    padding-top: 27px;
}
.wp_wrap #env .top .txt_box {}
.wp_wrap #env .top .txt_box .tit {
    width: 760px;
    height: 90px;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 45px;
    border: 1px solid #B4B4B4;
    font-size: 25px;
    font-family: 'Pretendard-SemiBold';
    color: #212121;
    position: relative;
    margin-bottom: 35px;
}
.wp_wrap #env .top .txt_box .tit:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #B4B4B4;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}
.wp_wrap #env .top .txt_box .tit:before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #143C98;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 1;
}
.wp_wrap #env .top .txt_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    line-height: 1.5;
    padding-left: 30px;
    margin-bottom: 30px;
}
.wp_wrap #env .top .txt_box .info {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
    padding-left: 30px;
}
.wp_wrap #env .bot {
    display: flex;
    gap: 100px;
    width: 100%;
}
.wp_wrap #env .bot .name_box {
    width: 160px;
}
.wp_wrap #env .bot .name_box .name {
    font-size: 30px;
    font-family: 'Pretendard-Regular';
    color: #333333;
    padding-top: 27px;
}
.wp_wrap #env .bot .txt_box {}
.wp_wrap #env .bot .txt_box .tit {
    width: 250px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 45px;
    border: 1px solid #B4B4B4;
    font-size: 25px;
    font-family: 'Pretendard-SemiBold';
    color: #212121;
    position: relative;
    margin-bottom: 35px;
}
.wp_wrap #env .bot .txt_box .tit:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #B4B4B4;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}
.wp_wrap #env .bot .txt_box .tit:before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #143C98;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 1;
}
.wp_wrap #env .bot .txt_box .txt_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.wp_wrap #env .bot .txt_box .txt_list>li {
    width: 100%;
}
.wp_wrap #env .bot .txt_box .txt_list>li .inner {
    width: 1118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid #B4B4B4;
    border-radius: 25px;
    padding: 35px 0 30px;
    padding-left: 30px;
}
.wp_wrap #env .bot .txt_box .txt_list>li .inner .num {
    font-size: 25px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 15px;
}
.wp_wrap #env .bot .txt_box .txt_list>li .inner .ex {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}

.wp_wrap #certi {
    width: 1700px;
    margin: 0 auto;
    background: #F3F3F3;
    border-radius: 60px;
    padding: 100px 0;
    margin-bottom: 150px;
}
.wp_wrap #certi .certi_box {
}
.wp_wrap #certi .certi_box .tit_box {
    margin-bottom: 30px;
}
.wp_wrap #certi .certi_box .tit_box .s_tit {
    font-size: 16px;
    font-family: 'Pretendard-SemiBold';
    color: #143C98;
}
.wp_wrap #certi .certi_box .tit_box .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    color: #333;
}
.wp_wrap #certi .certi_box .certi_list {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
}
.wp_wrap #certi .certi_box .certi_list>li {
    width: 100%;
}
.wp_wrap #certi .certi_box .certi_list>li .img_box {
    width: 100%;
}
.wp_wrap #certi .certi_box .certi_list>li .img_box>img {
    width: 100%;
}
.wp_wrap #certi .certi_box .certi_list>li>p {
    font-size: 16px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-top: 20px;
}


/* product */
.wp_wrap #product {
    padding-top: 120px;
    position: relative;
}
.wp_wrap #product .tit_box {
    text-align: center;
    margin-bottom: 100px;
}
.wp_wrap #product .tit_box .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 20px;
}
.wp_wrap #product .tit_box .ex {
    font-size: 23px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
.wp_wrap #product .product_box {
    margin-bottom: 120px;
}
.wp_wrap #product .pro_list {
    padding: 0 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 160px;
    row-gap: 100px;
}
.wp_wrap #product .pro_list>li {}
.wp_wrap #product .pro_list>li .pro_box {}
.wp_wrap #product .pro_list>li .pro_box .img_box {
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}
.wp_wrap #product .pro_list>li .pro_box .img_box .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgba(20, 60, 152, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    opacity: 0;
}
.wp_wrap #product .pro_list>li .pro_box .img_box:hover .shadow {
    opacity: 1;
}
.wp_wrap #product .pro_list>li .pro_box .img_box .shadow>i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.wp_wrap #product .pro_list>li .pro_box .img_box .shadow>p {
    color: #fff;
    font-size: 18px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #product .pro_list>li .pro_box .img_box>img {
    margin: 0 auto;
}
.wp_wrap #product .pro_list>li .pro_box .txt_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap #product .pro_list>li .pro_box .txt_box .tit {
    width: 350px;
    height: 40px;
    background: #143C98;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}
.wp_wrap #product .pro_list>li .pro_box .txt_box .info {
    font-size: 18px;
    font-family: 'Pretendard-SemiBold';
    padding-left: 20px;
}
.wp_wrap #product .pro_list>li .pro_box .txt_box .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    padding-left: 20px;
}
.wp_wrap #product .pro_list>li .pro_box .txt_box .ex.bold {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #product .bg_img {
    margin-top: 200px;
    width: 100%;
    background: url(../img/sub/slo.jpg) no-repeat center center / cover;
    padding: 140px 0 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wp_wrap #product .bg_img .txt_box {}
.wp_wrap #product .bg_img .txt_box .slo {
    text-align: center;
    line-height: 1.5;
    color: #fff;
    font-size: 40px;
    font-family: 'Pretendard-Light';
    margin-bottom: 30px;
}
.wp_wrap #product .bg_img .txt_box>a {
    width: 240px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-family: 'Pretendard-Regular';
    color: #fff;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    transition: 0.5s;
}
.wp_wrap #product .bg_img .txt_box>a:hover {
    background: #143C98;
    border: 1px solid #143C98;
}
.wp_wrap #product .pop_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 650px;
    border: 3px solid #143C98;
    background: #fff;
    border-radius: 40px;
    padding: 30px;
    display: none;
}
.wp_wrap #product .pop_box.on {
    display: block;
}
.wp_wrap #product .pop_box .top {
    display: flex;
    justify-content: end;
    margin-bottom: 50px;
}
.wp_wrap #product .pop_box .top>button {}
.wp_wrap #product .pop_box .top>button>img {}
.wp_wrap #product .pop_box .img_box {
    width: 85%;
    overflow: hidden;
    border: 0px solid #707070;
    border-radius: 10px;
    padding: 70px 0;
    margin: 0 auto;
}
.wp_wrap #product .pop_box .img_box>img {
    margin: 0 auto;
}


/* notice */
.wp_wrap #notice {
    padding: 120px 0;
}
.wp_wrap #notice .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 50px;
    text-align: center;
}
.wp_wrap #notice .ex {
    font-size: 15px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
    margin-bottom: 20px;
}


/* inq01 */
.wp_wrap #inq01 {
    background: url(../img/sub/inq01.jpg) no-repeat center center / cover;
    width: 1700px;
    margin: 0 auto;
    border-radius: 60px;
    padding: 130px 0 110px;
    margin-top: 120px;
    margin-bottom: 120px;
}
.wp_wrap #inq01 .inq_box {
    display: flex;
    justify-content: space-between;
}
.wp_wrap #inq01 .inq_box .left {
    color: #fff;
}
.wp_wrap #inq01 .inq_box .left .top {
    margin-bottom: 100px;
}
.wp_wrap #inq01 .inq_box .left .top .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 40px;
}
.wp_wrap #inq01 .inq_box .left .top .ex {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}
.wp_wrap #inq01 .inq_box .left .bot {}
.wp_wrap #inq01 .inq_box .left .bot .num {
    font-size: 30px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 20px;
}
.wp_wrap #inq01 .inq_box .left .bot>a {
    font-size: 40px;
    color: #fff;
    font-family: 'Pretendard-ExtraBold';
}
.wp_wrap #inq01 .inq_box .left .bot .info_list {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}
.wp_wrap #inq01 .inq_box .left .bot .info_list>li {}
.wp_wrap #inq01 .inq_box .left .bot .info_list>li .info_box {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wp_wrap #inq01 .inq_box .left .bot .info_list>li .info_box>i {
    font-size: 25px;
}
.wp_wrap #inq01 .inq_box .left .bot .info_list>li .info_box>p {
    font-size: 23px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #inq01 .inq_box .left .bot .txt_box {}
.wp_wrap #inq01 .inq_box .left .bot .txt_box .kr {
    font-size: 23px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 15px;
}
.wp_wrap #inq01 .inq_box .left .bot .txt_box .en {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #inq01 .inq_box .right {
    width: 690px;
    padding: 30px 50px;
    background: #fff;
    border-radius: 30px;
}
.wp_wrap #inq01 .inq_box .right .tit {
    font-size: 18px;
    font-family: 'Pretendard-Medium';
    color: #143C98;
    margin-bottom: 15px;
}
.wp_wrap #inq01 .inq_box .right .form_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line {
    width: 100%;
    position: relative;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .tit {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    color: #787878;
    margin-bottom: 5px;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line.flex .inner {
    position: relative;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .warn {
    font-size: 16px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .warn>span {
    font-family: 'Pretendard-Bold';
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .tit_box {
    position: absolute;
    top: -7px;
    left: 7px;
    background: #fff;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .tit_box .tit {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    color: #787878;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .tit_box .tit>span {
    color: #CC1030;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .input_box {
    width: 100%;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .input_box.text {
    height: 78px;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_last .agr_box {
    height: 37px;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .input_box.radio {
    border: 1px solid #E0E0E0;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 16px;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .input_box.checkbox {
    border: 1px solid #E0E0E0;
    padding-left: 10px; 
    padding-top: 25px;
    padding-bottom: 16px;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .input_box textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #E0E0E0;
    resize: none;
    padding: 15px;
    padding-top: 20px;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .input_box textarea:focus {
    outline: none;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .input_box input[type="text"] {
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 17px;
    font-size: 18px;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .input_box input[type="text"]:focus {
    outline: none;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .input_box input[type="radio"] {
  display: none;
}

/* 라벨 기본 스타일 */
.wp_wrap #inq01 .inq_box .right .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 #inq01 .inq_box .right .form_wrap .form_line .input_box.checkbox input[type="text"] {
    width: 180px;
    font-size: 13px;
    padding: 2px;
}

/* 커스텀 라디오 박스 */
.wp_wrap #inq01 .inq_box .right .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 #inq01 .inq_box .right .form_wrap .form_line .input_box input[type="radio"]:checked + label::before {
  border-color: #005ead;
}

/* 내부 채움 */
.wp_wrap #inq01 .inq_box .right .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: #005EAD;
}

.wp_wrap #inq01 .inq_box .right .form_wrap .form_line .file_box {
    width: 100%;
}
.wp_wrap #inq01 .inq_box .right .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 #inq01 .inq_box .right .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 #inq01 .inq_box .right .form_wrap .form_last .agr_box input[type="checkbox"] {
    display: none;
}

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

.wp_wrap #inq01 .inq_box .right .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 #inq01 .inq_box .right .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 #inq01 .inq_box .right .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 #inq01 .inq_box .right .form_wrap .form_last .line_rt {
    width: 170px;
    height: 54px;
    margin-top: 10px;
    margin-left: auto;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_last .line_rt button {
    width: 100%;
    height: 100%;
    background: #143C98;
    font-size: 20px;
    font-family: 'Pretendard-Light';
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #143C98;
    transition: 0.3s;
}
.wp_wrap #inq01 .inq_box .right .form_wrap .form_last .line_rt:hover button {
    background: #fff;
    color: #143C98;
}


/* inq02 */
.wp_wrap #inq02 {
    background: url(../img/sub/inq02.jpg) no-repeat center center / cover;
    width: 1700px;
    margin: 0 auto;
    border-radius: 60px;
    padding: 50px 0;
    margin-top: 120px;
    margin-bottom: 120px;
}
.wp_wrap #inq02 .inq_box {
    display: flex;
    justify-content: space-between;
}
.wp_wrap #inq02 .inq_box .left {
    color: #fff;
}
.wp_wrap #inq02 .inq_box .left .top {
    margin-bottom: 100px;
}
.wp_wrap #inq02 .inq_box .left .top .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 40px;
}
.wp_wrap #inq02 .inq_box .left .top .ex {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    line-height: 1.5;
}
.wp_wrap #inq02 .inq_box .left .bot {}
.wp_wrap #inq02 .inq_box .left .bot .num {
    font-size: 30px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 20px;
}
.wp_wrap #inq02 .inq_box .left .bot>a {
    font-size: 40px;
    color: #fff;
    font-family: 'Pretendard-ExtraBold';
}
.wp_wrap #inq02 .inq_box .left .bot .info_list {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}
.wp_wrap #inq02 .inq_box .left .bot .info_list>li {}
.wp_wrap #inq02 .inq_box .left .bot .info_list>li .info_box {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wp_wrap #inq02 .inq_box .left .bot .info_list>li .info_box>i {
    font-size: 25px;
}
.wp_wrap #inq02 .inq_box .left .bot .info_list>li .info_box>p {
    font-size: 23px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #inq02 .inq_box .left .bot .txt_box {}
.wp_wrap #inq02 .inq_box .left .bot .txt_box .kr {
    font-size: 23px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 15px;
}
.wp_wrap #inq02 .inq_box .left .bot .txt_box .en {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #inq02 .inq_box .right {
    width: 690px;
    padding: 30px 50px;
    background: #fff;
    border-radius: 30px;
}
.wp_wrap #inq02 .inq_box .right .tit {
    font-size: 18px;
    font-family: 'Pretendard-Medium';
    color: #143C98;
    margin-bottom: 15px;
}
.wp_wrap #inq02 .inq_box .right .tit.in {
    margin-bottom: 0;
}
.wp_wrap #inq02 .inq_box .right .form_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line {
    width: 100%;
    position: relative;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .tit {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    color: #787878;
    margin-bottom: 5px;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line.flex .inner {
    position: relative;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .warn {
    font-size: 16px;
    font-family: 'Pretendard-Light';
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .warn>span {
    font-family: 'Pretendard-Bold';
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .tit_box {
    position: absolute;
    top: -7px;
    left: 7px;
    background: #fff;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .tit_box .tit {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    color: #787878;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .tit_box .tit>span {
    color: #CC1030;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .input_box {
    width: 100%;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .input_box.text {
    height: 78px;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_last .agr_box {
    height: 37px;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .input_box.radio {
    border: 1px solid #E0E0E0;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 16px;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .input_box.checkbox {
    border: 1px solid #E0E0E0;
    padding-left: 10px; 
    padding-top: 25px;
    padding-bottom: 16px;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .input_box textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #E0E0E0;
    resize: none;
    padding: 15px;
    padding-top: 20px;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .input_box textarea:focus {
    outline: none;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .input_box input[type="text"] {
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 17px;
    font-size: 18px;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .input_box input[type="text"]:focus {
    outline: none;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .input_box input[type="radio"] {
  display: none;
}

/* 라벨 기본 스타일 */
.wp_wrap #inq02 .inq_box .right .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 #inq02 .inq_box .right .form_wrap .form_line .input_box.checkbox input[type="text"] {
    width: 180px;
    font-size: 13px;
    padding: 2px;
}

/* 커스텀 라디오 박스 */
.wp_wrap #inq02 .inq_box .right .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 #inq02 .inq_box .right .form_wrap .form_line .input_box input[type="radio"]:checked + label::before {
  border-color: #005ead;
}

/* 내부 채움 */
.wp_wrap #inq02 .inq_box .right .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: #005EAD;
}

.wp_wrap #inq02 .inq_box .right .form_wrap .form_line .file_box {
    width: 100%;
}
.wp_wrap #inq02 .inq_box .right .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 #inq02 .inq_box .right .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 #inq02 .inq_box .right .form_wrap .form_last .agr_box input[type="checkbox"] {
    display: none;
}

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

.wp_wrap #inq02 .inq_box .right .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 #inq02 .inq_box .right .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 #inq02 .inq_box .right .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 #inq02 .inq_box .right .form_wrap .form_last .line_rt {
    width: 170px;
    height: 54px;
    margin-top: 10px;
    margin-left: auto;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_last .line_rt button {
    width: 100%;
    height: 100%;
    background: #143C98;
    font-size: 20px;
    font-family: 'Pretendard-Light';
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #143C98;
    transition: 0.3s;
}
.wp_wrap #inq02 .inq_box .right .form_wrap .form_last .line_rt:hover button {
    background: #fff;
    color: #143C98;
}
/**********************************************************************************************************************/


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



















































