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




html{
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
    overflow-x: hidden;
}

.wp_wrap {
    font-family: var(--font-pre400);
    word-break: keep-all;
    /* overflow-x: hidden; */
    position: relative;
}

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

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

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



/* 헤더 */
/**********************************************************************************************************************/
/* 헤더 */
.wp_wrap header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 9999;
    background: #fff;
}
.wp_wrap header .h_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp_wrap header .h_inner .mlogo{
    min-width: 190px;
}
.wp_wrap header .h_inner nav{
    display: flex;
    align-items: center;
    gap: 35px;
}
.wp_wrap header .h_inner nav .gnb{
    display: flex;
    align-items: center;
}
.wp_wrap header .h_inner nav .gnb .m_list{
    position: relative;
    text-align: center;
    width: 170px;
}
.wp_wrap header .h_inner nav .gnb .m_list>a{
    display: block;
    font-size: 20px;
    color: #000;
    padding: 38.5px 0;
}
.wp_wrap header .h_inner nav .gnb .m_list>.sub_mnu{
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    padding: 15px 0;
}
.wp_wrap header .h_inner nav .gnb .m_list>.sub_mnu a{
    display: block;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
}
.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: #000;
}

.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: 105px;
    left: 0;
    width: 100%;
    height: 350px;
    z-index:-1 ;
    background: rgba(0, 0, 0, 0.6);
}
.wp_wrap .mo_mnu{
    display: none;
}
.wp_wrap header .mnu_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #E1E1E1;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}


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

/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer {
    border-top: 1px solid #ddd;
}
.wp_wrap footer .f_inner {
    padding: 60px 0;
    display: flex;
    align-items: center;
    gap: 90px;
}
.wp_wrap footer .f_inner .top {}
.wp_wrap footer .f_inner .top .flogo {}
.wp_wrap footer .f_inner .top .flogo>img {}
.wp_wrap footer .f_inner .bot {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Pretendard-Light';
}
.wp_wrap footer .f_inner .bot .t_info {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.wp_wrap footer .f_inner .bot .t_info>p {}
.wp_wrap footer .f_inner .bot .f_info {
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
}
.wp_wrap footer .f_inner .bot .f_info>p {}
.wp_wrap footer .f_inner .bot .copyright {}
.wp_wrap footer .f_inner .bot .copyright>a {
    color: #F1F1F1;
}
/**********************************************************************************************************************/

/* 메인 */
/**********************************************************************************************************************/
.wp_wrap #m_page {
    padding-top: 106px;
    position: relative;
}

.wp_wrap .show_box {
    width: 550px;
    height: 495px;
    padding: 0 71px;
    padding-top: 71px;
    background: #fff;
    border-radius: 68px;
    border: 10px solid #54B1DD;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.wp_wrap .show_box.on {
    display: block;
    z-index: 100;
}
.wp_wrap .show_box .tit {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 32px;
    margin-left: 15px;
}
.wp_wrap .show_box .show_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-bottom: 42px;
}
.wp_wrap .show_box .show_list>li {
    border-radius: 20px;
    border: 1px solid #B5B5B5;
    padding: 8px 0;
    padding-left: 22px;
    width: 100%;
}
.wp_wrap .show_box .show_list>li>p {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap .show_box .close {
    width: 100%;
    background: #3576B9;
    border-radius: 20px;
    color: #fff;
    padding: 13px 0;
    text-align: center;
    font-size: 20px;
    font-family: 'Pretendard-Regular';
}

.wp_wrap #m_page .quick_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: fixed;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}
.wp_wrap #m_page .quick_list>li {
    width: 100px;
    height: 100px;
}
.wp_wrap #m_page .quick_list>li>a {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-family: 'Pretendard-Regular';
    justify-content: center;
}
.wp_wrap #m_page .quick_list>li>button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-family: 'Pretendard-Regular';
    justify-content: center;
}
.wp_wrap #m_page .quick_list>li:nth-child(1)>a {
    background: #187EB7;
}
.wp_wrap #m_page .quick_list>li:nth-child(2)>button {
    background: #2FA1D6;
}
.wp_wrap #m_page .quick_list>li:nth-child(3)>a {
    background: #35B9D1;
}
.wp_wrap #m_page .quick_list>li:nth-child(4)>a {
    background: #0F5CAC;
}
.wp_wrap #m_page .quick_list>li>a>img {}
.wp_wrap #m_page .quick_list>li>a>p {}
.wp_wrap #m_page .go_top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 1000;
}
.wp_wrap .go_top>button {
    background: transparent;
    width: 60px;
    height: 60px;
}
.wp_wrap #m_page #ms_vs {}
.wp_wrap #m_page #ms_vs .cm_inner {
    position: relative;
    overflow: hidden;
}
.wp_wrap #m_page #ms_vs .mvs_arr.mvs_prev {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    z-index: 10;
    background: inherit;
    color: #fff;
    font-size: 45px;
    opacity: 0.5;
}
.wp_wrap #m_page #ms_vs .mvs_arr.mvs_next {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    background: inherit;
    color: #fff;
    font-size: 45px;
    opacity: 0.5;
}
.wp_wrap #m_page #ms_vs .vs_items {}
.wp_wrap #m_page #ms_vs .vs_items .vs_item {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}
.wp_wrap #m_page #ms_vs .vs_items .vs_item .img_box {}
.wp_wrap #m_page #ms_vs .vs_items .vs_item .img_box>img {}
.wp_wrap #m_page #ms_vs .vs_items .vs_item .item_ovly {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wp_wrap #m_page #ms_vs .vs_items .vs_item .item_ovly .ovly_ir {
    width: 100%;
}
.wp_wrap #m_page #ms_vs .vs_items .vs_item .item_ovly .ovly_ir .txt_bx {
    width: 100%;
    text-align: center;
}
.wp_wrap #m_page #ms_vs .vs_items .vs_item .item_ovly .ovly_ir .txt_bx .s_tit {
    font-size: 30px;
    font-family: 'Pretendard-Regular';
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 10%;
    margin: 0 auto;
    margin-bottom: 10px;
    opacity: 0;
}
.wp_wrap #m_page #ms_vs .vs_items .vs_item .item_ovly .ovly_ir .txt_bx .vs_tit {
    font-size: 60px;
    font-family: 'Pretendard-SemiBold';
    color: #fff;
    transform: translateY(100px);
    opacity: 0;
}

.wp_wrap #ms_vs .vs_items .slick-dots{
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
    transform: translateX(-50%);
    z-index: 5;
}
.wp_wrap #ms_vs .vs_items .slick-dots>li{}
.wp_wrap #ms_vs .vs_items .slick-dots>li>button{
    text-indent: -9999px;
    min-width: 8px;
    width: 8px;
    height: 8px;
    background-color: rgba(255,255,255,.48);
    border-radius: 50%;
    transition: 0.4s;
}
.wp_wrap #ms_vs .vs_items .slick-dots>li:hover>button{
    background-color: #fff;
    transition: 0.4s;
}
.wp_wrap #ms_vs .vs_items .slick-dots>li.slick-active>button{
    background-color: #fff;
}

/* solution */
.wp_wrap #sol {
    margin-top: 130px;
    padding-bottom: 120px;
    overflow: hidden;
}
.wp_wrap #sol .tit_box {
    margin-bottom: 60px;
    text-align: center;
}
.wp_wrap #sol .tit_box .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 30px;
}
.wp_wrap #sol .tit_box .sm_tit {
    font-size: 20px;
    font-family: 'Pretendard-Regualr';
}
.wp_wrap #sol .sol_list {
    display: flex;
    gap: 25px;
    height: 540px;
    align-items: center;
}
.wp_wrap #sol .sol_list>li {
    height: 490px;
}
.wp_wrap #sol .sol_list>li .sol_box {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    transition: 0.8s;
    position: relative;
}
.wp_wrap #sol .sol_list>li:nth-child(1) .sol_box, .wp_wrap #sol .sol_list>li:nth-child(3) .sol_box, .wp_wrap #sol .sol_list>li:nth-child(5) .sol_box {
    transform: translateY(20px);
}
.wp_wrap #sol .sol_list>li:nth-child(2) .sol_box, .wp_wrap #sol .sol_list>li:nth-child(4) .sol_box {
    transform: translateY(-20px);
}
.wp_wrap #sol .sol_list>li:hover .sol_box {
    transform: translateY(0);
    transition-duration: 0.4s;
}
.wp_wrap #sol .sol_list>li:nth-child(1) .sol_box:after, .wp_wrap #sol .sol_list>li:nth-child(3) .sol_box:after, .wp_wrap #sol .sol_list>li:nth-child(5) .sol_box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(0, 170, 240, 0.9);
    transition: 0.5s;
    pointer-events: none;
}
.wp_wrap #sol .sol_list>li:nth-child(2) .sol_box:after, .wp_wrap #sol .sol_list>li:nth-child(4) .sol_box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(0, 170, 240, 0.9);
    transition: 0.5s;
    pointer-events: none;
}
.wp_wrap #sol .sol_list>li:hover .sol_box:after {
    height: 100%;
}
.wp_wrap #sol .sol_list>li .sol_box>a {
    position: relative;
    height: 100%;
}
.wp_wrap #sol .sol_list>li .sol_box>a .img_box {
    height: 100%;
}
.wp_wrap #sol .sol_list>li .sol_box>a .img_box>img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wp_wrap #sol .sol_list>li .sol_box>a .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
    width: 100%;
    text-align: center;
    z-index: 10;
}

/* notice */
.wp_wrap #notice {
    padding: 120px 0 160px;
    background: #F4F4F4;
}
.wp_wrap #notice .noti_inner {
    overflow: hidden;
}
.wp_wrap #notice .noti_inner .tit_box {
    margin-bottom: 70px;
}
.wp_wrap #notice .noti_inner .tit_box .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
}
.wp_wrap #notice .noti_inner .noti_slider {
    margin-left: 210px;
    display: flex;
}
.wp_wrap #notice .noti_inner .noti_slider>li {}
.slick-slide .noti_box {
    width: 480px;
    height: 480px;
    border-radius: 20px;
    background: #fff;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 30px;
    transition: 0.3s;
}
.slick-slide .noti_box>a:hover {
    color: #000;
}
.slick-slide .noti_box .name {
    font-size: 30px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 40px;
    overflow: hidden;
    transition: 0.3s;
    height: 70px;
}
.slick-slide .noti_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
    overflow: hidden;
    transition: 0.3s;
    overflow: hidden; /* 넘치는 내용 숨김 */
    display: -webkit-box; /* 웹킷 기반 브라우저에서 박스 형태로 표시 */
    -webkit-line-clamp: 4; /* 텍스트를 5줄로 제한 */
    -webkit-box-orient: vertical; /* 세로 방향으로 박스를 쌓음 */

}
.slick-slide:hover .noti_box {
    background: #00AAF0;
}
.slick-slide:hover .noti_box .name {
    color: #fff;
}
.slick-slide:hover .noti_box .ex {
    color: #fff;
}
/**********************************************************************************************************************/



/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_main {
    margin-bottom: 40px;
}
.wp_wrap .sub_main .cm_inner {
    position: relative;
}
.wp_wrap .sub_main .subImg01 {
    border-radius: 20px;
    overflow: hidden;
}
.wp_wrap .sub_main .subImg01>img {}
.wp_wrap .sub_main .subImg02 {
    border-radius: 20px;
    overflow: hidden;
}
.wp_wrap .sub_main .subImg02>img {}
.wp_wrap .sub_main .subImg03 {
    border-radius: 20px;
    overflow: hidden;
}
.wp_wrap .sub_main .subImg03>img {}
.wp_wrap .sub_main .subImg04 {
    border-radius: 20px;
    overflow: hidden;
}
.wp_wrap .sub_main .subImg04>img {}
.wp_wrap .sub_main .txt_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 95%;
    color: #fff;
}
.wp_wrap .sub_main .txt_box .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap .sub_main .txt_box .mnu_list {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
}
.wp_wrap .sub_main .txt_box .mnu_list>li {}
.wp_wrap .sub_main .txt_box .mnu_list>li>a {}
.wp_wrap .sub_main .txt_box .mnu_list>li>a>i {
    color: #fff;
    font-size: 20px;
}
.wp_wrap .sub_main .txt_box .mnu_list>li>i {}
.wp_wrap .sub_main .txt_box .mnu_list>li>p {
    font-size: 16px;
    font-family: 'Pretendard-Regular';
}


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


/* solution */
/**********************************************************************************************************************/


.wp_wrap .erp-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 120px 0;
}

.wp_wrap .erp-wrapper .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 60px;
}

.wp_wrap .erp-wrapper .erp_inner {
    overflow: hidden;
}

.wp_wrap .erp-wrapper .erp-row {
    width: 100%;
    gap: 5px;
    position: relative;
}

.wp_wrap .erp-wrapper .erp-row .y_box01 {
    width: 872px;
    height: 540px;
    border-radius: 5px;
    border: 10px solid #FFCF0D;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    z-index: 10;
}

.wp_wrap .erp-wrapper .erp-row .y_box02 {
    width: 252px;
    height: 540px;
    border-radius: 5px;
    border: 10px solid #FFCF0D;
    position: absolute;
    top: 0;
    right: 0;
    background: inherit;
    z-index: 10;
}

.wp_wrap .erp-wrapper .erp-row .y_box03 {
    width: 628px;
    height: 540px;
    border-radius: 5px;
    border: 10px solid #FFCF0D;
    position: absolute;
    top: 0;
    right: 0;
    background: inherit;
    z-index: 10;
}

  /* === 그룹별 묶음 === */
.wp_wrap .erp-wrapper .erp-row .erp-group {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
  }

.wp_wrap .erp-wrapper .erp-row .erp-group.pms {
    width: 872px;
  }

.wp_wrap .erp-wrapper .erp-row .erp-group.sgw {
    width: 370px;
  }

.wp_wrap .erp-wrapper .erp-row .erp-group.scm {
    width: 120px;
  }

.wp_wrap .erp-wrapper .erp-row .erp-group.mobile {
    width: 120px;
  }

.wp_wrap .erp-wrapper .erp-row .erp-group .erp-header {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Pretendard-SemiBold';
  }

.wp_wrap .erp-wrapper .erp-row .erp-group .erp-columns {
    display: flex;
    gap: 5px;
  }

  /* === 각 컬럼 === */
.wp_wrap .erp-wrapper .erp-row .erp-group .erp-columns .col {
    border-radius: 5px;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

.wp_wrap .erp-wrapper .erp-row .erp-group .erp-columns .col .col-header {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 11px;
  }

.wp_wrap .erp-wrapper .erp-row .erp-group .erp-columns .col .col-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 11px;
  }

  .wp_wrap .erp-wrapper .erp-row .erp-group {
    margin-bottom: 5px;
  }

  .wp_wrap .erp-wrapper .erp-row .erp-group .erp-columns .col .col-header {
    margin-bottom: 11px;
  }

.wp_wrap .erp-wrapper .erp-row .erp-group .erp-columns .col .col-body .item {
    background-color: #fff;
    border-radius: 17px;
    width: 100%;
    height: 84px;
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
  }

  /* === 그룹 색상 === */
  .pms .erp-header { 
    background-color: #0D65BF; 
    padding: 23px 0;
    border-radius: 5px;
    margin-bottom: 5px;
}
  .pms .col { 
    background: linear-gradient(to bottom, #0D65BF, #AAE0EE); 
    padding: 0 5px;
    padding-top: 32px;
    padding-bottom: 38px;
    height: 100%;
}

  .sgw .erp-header {
    background-color: #2DA3DB;
    padding: 23px 0;
    border-radius: 5px;
    margin-bottom: 5px;
 }
  .sgw .col { 
    background: linear-gradient(to bottom, #2DA2DB, #BEDEEC); 
    padding: 0 5px;
    padding-top: 32px;
    padding-bottom: 38px;
    height: 100%;
}

  .scm .erp-header { 
    background-color: #3CB3C9; 
    padding: 12px 0;
    border-radius: 5px;
    margin-bottom: 5px;
}
  .scm .col { 
    background: linear-gradient(to bottom, #3CB3C9, #CFEEF3); 
    padding: 0 5px;
    padding-top: 32px;
    padding-bottom: 38px;
    height: 100%;
}

  .mobile .erp-header { 
    background-color: #88C0D2; 
    padding: 23px 0;
    border-radius: 5px;
    margin-bottom: 5px;
}
  .mobile .col { 
    background: linear-gradient(to bottom, #88C0D2, #D5EDF5); 
    padding: 0 5px;
    padding-top: 32px;
    padding-bottom: 38px;
    height: 100%;
}

  /* === 전체 ERP 라인 === */
  .erp-row {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
  }

  /* === 하단 푸터 === */
  .wp_wrap .erp-wrapper .footer {
    background-color: #80CEE8;
    color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    padding: 20px 0;
  }

.wp_wrap .ui {
    padding-bottom: 120px;
}
.wp_wrap .ui .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 60px;
}
.wp_wrap .ui .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.wp_wrap .ui .top .left {}
.wp_wrap .ui .top .left .img_box {
    margin-bottom: 20px;
}
.wp_wrap .ui .top .left .img_box>img {}
.wp_wrap .ui .top .left .name {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    text-align: center;
}
.wp_wrap .ui .top .right {}
.wp_wrap .ui .top .right .img_box {
    margin-bottom: 20px;
}
.wp_wrap .ui .top .right .img_box>img {}
.wp_wrap .ui .top .right .name {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    text-align: center;
}
.wp_wrap .ui .bot {
    display: flex;
    justify-content: space-between;
}
.wp_wrap .ui .bot .left {
    width: 70%;
}
.wp_wrap .ui .bot .left .img_box {
    margin-bottom: 20px;
}
.wp_wrap .ui .bot .left .img_box>img {}
.wp_wrap .ui .bot .left .name {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    text-align: center;
}
.wp_wrap .ui .bot .right {
    width: 30%;
}
.wp_wrap .ui .bot .right .img_box {
    margin-bottom: 20px;
}
.wp_wrap .ui .bot .right .img_box>img {
    margin: 0 auto;
}
.wp_wrap .ui .bot .right .name {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    text-align: center;
}



/* outline */
.wp_wrap #outline {
    padding: 80px 0 240px;
    overflow: hidden;
}
.wp_wrap #outline .tit_box {
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #outline .tit_box .sm_tit {
    font-size: 30px;
    margin-bottom: 5px;
}
.wp_wrap #outline .tit_box .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 30px;
}
.wp_wrap #outline .tit_box .ex {
    font-size: 20px;
    line-height: 1.5;
}
.wp_wrap #outline .gray_box {
    background: #F7F7F7;
    border-radius: 30px;
    padding: 55px 0;
    position: relative;
    margin-bottom: 60px;
}
.wp_wrap #outline .gray_box .top {
    display: flex;
    justify-content: center;
    gap: 238px;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
}
.wp_wrap #outline .gray_box .top .fir {
    display: flex;
    align-items: center;
    gap: 30px;
}
.wp_wrap #outline .gray_box .top .fir .left {}
.wp_wrap #outline .gray_box .top .fir .left>p {
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    line-height: 1.5;
}
.wp_wrap #outline .gray_box .top .fir .right {}
.wp_wrap #outline .gray_box .top .fir .right>img {}
.wp_wrap #outline .gray_box .top .sec {
    display: flex;
    align-items: center;
    gap: 30px;
}
.wp_wrap #outline .gray_box .top .sec .left {}
.wp_wrap #outline .gray_box .top .sec .left>img {}
.wp_wrap #outline .gray_box .top .sec .right {}
.wp_wrap #outline .gray_box .top .sec .right>p {
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    line-height: 1.5;
}
.wp_wrap #outline .gray_box .mid {
    display: flex;
    justify-content: center;
    position: relative;
}
.wp_wrap #outline .gray_box .mid .img_box {}
.wp_wrap #outline .gray_box .mid .img_box>img {}
.wp_wrap #outline .gray_box .mid .txt_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.wp_wrap #outline .gray_box .mid .txt_box .sm_tit {
    margin-bottom: 7px;
    font-size: 24px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #outline .gray_box .mid .txt_box .tit {
    font-size: 36px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #outline .gray_box .bot {
    display: flex;
    justify-content: center;
    gap: 238px;
    position: absolute;
    bottom: 7%;
    right: 58px;
    width: 100%;
    z-index: 10;
}
.wp_wrap #outline .gray_box .bot .fir {
    display: flex;
    align-items: center;
    gap: 30px;
}
.wp_wrap #outline .gray_box .bot .fir .left {}
.wp_wrap #outline .gray_box .bot .fir .left>p {
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    line-height: 1.5;
}
.wp_wrap #outline .gray_box .bot .fir .right {}
.wp_wrap #outline .gray_box .bot .fir .right>img {}
.wp_wrap #outline .gray_box .bot .sec {
    display: flex;
    align-items: center;
    gap: 30px;
}
.wp_wrap #outline .gray_box .bot .sec .left {}
.wp_wrap #outline .gray_box .bot .sec .left>img {}
.wp_wrap #outline .gray_box .bot .sec .right {}
.wp_wrap #outline .gray_box .bot .sec .right>p {
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    line-height: 1.5;
}
.wp_wrap #outline .coment {
    width: 795px;
    margin: 0 auto;
    background: #1C90FB;
    padding: 13px 0;
}
.wp_wrap #outline .coment>p {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
/**********************************************************************************************************************/

/* pms */
/**********************************************************************************************************************/
.wp_wrap #pms {
    padding: 30px 0 120px;
    overflow: hidden;
}
.wp_wrap #pms .tit_box {
    text-align: center;
    margin-bottom: 60px;
}
.wp_wrap #pms .tit_box .sm_tit {
    margin-bottom: 5px;
    font-size: 25px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #pms .tit_box .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #pms .gray_box {
    background: #F7F7F7;
    border-radius: 30px;
    padding: 75px 40px;
}
.wp_wrap #pms .gray_box .tit_box {
    text-align: center;
}
.wp_wrap #pms .gray_box .tit_box .small_box {
    width: 156px;
    margin: 0 auto;
    background: #1C90FB;
    margin-bottom: 10px;
    padding: 5px 0;
}
.wp_wrap #pms .gray_box .tit_box .small_box .sm_tit {
    color: #fff;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 0;
}
.wp_wrap #pms .gray_box .tit_box .tit {
    font-size: 40px;
}
.wp_wrap #pms .gray_box .qa_list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.wp_wrap #pms .gray_box .qa_list>li {}
.wp_wrap #pms .gray_box .qa_list>li .qa_box {
}
.wp_wrap #pms .gray_box .qa_list>li .qa_box .que {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 690px;
    padding: 10px;
    border: 1px solid #1C90FB;
    background: #fff;
    border-radius: 44px;
}
.wp_wrap #pms .gray_box .qa_list>li .qa_box .que .left {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #1C90FB;
    color: #fff;
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    padding: 10px 0;
}
.wp_wrap #pms .gray_box .qa_list>li .qa_box .que .right {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #pms .gray_box .qa_list>li .qa_box .ans {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 690px;
    padding: 10px;
    margin-left: auto;
    border: 1px solid #1C90FB;
    background: #1C90FB;
    border-radius: 44px;
}
.wp_wrap #pms .gray_box .qa_list>li .qa_box .ans .left {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #fff;
    color: #1C90FB;
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    padding: 10px 0;
}
.wp_wrap #pms .gray_box .qa_list>li .qa_box .ans .right {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    color: #fff;
    line-height: 1.5;
}

.wp_wrap #process {
    padding: 120px 0;
    background: #F7F7F7;
}
.wp_wrap #process .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 60px;
}
.wp_wrap #process .pro_box {
    background: #fff;
    border-radius: 30px;
    padding: 60px 40px;
}
.wp_wrap #process .pro_box .top {
    margin-bottom: 36px;
}
.wp_wrap #process .pro_box .top .top_list {
    display: flex;
    align-self: center;
    justify-content: space-between;
}
.wp_wrap #process .pro_box .top .top_list>li {}
.wp_wrap #process .pro_box .top .top_list>li .top_box {}
.wp_wrap #process .pro_box .top .top_list>li .top_box .name {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #process .pro_box .top .top_list>li .top_box .img_box {}
.wp_wrap #process .pro_box .top .top_list>li .top_box .img_box>img {}
.wp_wrap #process .pro_box .bot {}
.wp_wrap #process .pro_box .bot .bot_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 87px;
}
.wp_wrap #process .pro_box .bot .bot_list>li {}
.wp_wrap #process .pro_box .bot .bot_list>li .bot_box {}
.wp_wrap #process .pro_box .bot .bot_list>li .bot_box .img_box {
    margin-bottom: 30px;
}
.wp_wrap #process .pro_box .bot .bot_list>li .bot_box .img_box>img {}
.wp_wrap #process .pro_box .bot .bot_list>li .bot_box .img_box>.mo {
    display: none;
}
.wp_wrap #process .pro_box .bot .bot_list>li .bot_box .name {
    text-align: center;
    font-size: 22px;
    font-family: 'Pretendard-SemiBold';
}

/* strength */
.wp_wrap #strength {
    padding: 120px 0;
}
.wp_wrap #strength .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 60px;
}
.wp_wrap #strength .str_list {
    width: 100%;
    height: 455px;
    display: flex;
    gap: 30px;
}
.wp_wrap #strength .str_list>li {
    width: 100%;
    height: 100%;
}
.wp_wrap #strength .str_list>li .str_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #F7F7F7;
    border-radius: 20px;
    padding-top: 60px;
}
.wp_wrap #strength .str_list>li .str_box .img_box {
    margin-bottom: 30px;
}
.wp_wrap #strength .str_list>li .str_box .img_box>img {
    margin: 0 auto;
}
.wp_wrap #strength .str_list>li .str_box .txt_box {}
.wp_wrap #strength .str_list>li .str_box .txt_box .name {
    margin-bottom: 20px;
    font-size: 22px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
}
.wp_wrap #strength .str_list>li .str_box .txt_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    text-align: center;
    line-height: 1.5;
}

/* post */
.wp_wrap #post {
    background-image: url(../img/sub/pms_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
}
.wp_wrap #post .tit_box {}
.wp_wrap #post .tit_box .blue_box {
    width: 674px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #1C90FB;
    padding: 13px 0;
    margin-bottom: 10px;
}
.wp_wrap #post .tit_box .blue_box .name {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #post .tit_box .tit {
    font-size: 50px;
    text-align: center;
    font-family: 'Pretendard-SemiBold';
    color: #fff;
}
/**********************************************************************************************************************/

/* sgw */
/**********************************************************************************************************************/
.wp_wrap #sgw {
    padding: 30px 0 120px;
    overflow: hidden;
}
.wp_wrap #sgw .tit_box {
    text-align: center;
    margin-bottom: 60px;
}
.wp_wrap #sgw .tit_box .sm_tit {
    margin-bottom: 5px;
    font-size: 25px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #sgw .tit_box .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #sgw .gray_box {
    background: #F7F7F7;
    border-radius: 30px;
    padding: 75px 40px;
}
.wp_wrap #sgw .gray_box .tit_box {
    text-align: center;
}
.wp_wrap #sgw .gray_box .tit_box .small_box {
    width: 234px;
    margin: 0 auto;
    background: #1C90FB;
    margin-bottom: 10px;
    padding: 5px 0;
}
.wp_wrap #sgw .gray_box .tit_box .small_box .sm_tit {
    color: #fff;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 0;
}
.wp_wrap #sgw .gray_box .tit_box .tit {
    font-size: 40px;
}
.wp_wrap #sgw .gray_box .qa_list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.wp_wrap #sgw .gray_box .qa_list>li {}
.wp_wrap #sgw .gray_box .qa_list>li .qa_box {
}
.wp_wrap #sgw .gray_box .qa_list>li .qa_box .que {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 690px;
    padding: 10px;
    border: 1px solid #1C90FB;
    background: #fff;
    border-radius: 44px;
}
.wp_wrap #sgw .gray_box .qa_list>li .qa_box .que .left {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #1C90FB;
    color: #fff;
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    padding: 10px 0;
}
.wp_wrap #sgw .gray_box .qa_list>li .qa_box .que .right {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
.wp_wrap #sgw .gray_box .qa_list>li .qa_box .ans {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 690px;
    padding: 10px;
    margin-left: auto;
    border: 1px solid #1C90FB;
    background: #1C90FB;
    border-radius: 54px;
}
.wp_wrap #sgw .gray_box .qa_list>li .qa_box .ans .left {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #fff;
    color: #1C90FB;
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    padding: 10px 0;
}
.wp_wrap #sgw .gray_box .qa_list>li .qa_box .ans .right {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    color: #fff;
    line-height: 1.5;
}

.wp_wrap #sg_process {
    padding: 120px 0;
    background: #F7F7F7;
}
.wp_wrap #sg_process .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 60px;
}
.wp_wrap #sg_process .pro_box {
    background: #fff;
    border-radius: 30px;
    padding: 60px 40px;
}
.wp_wrap #sg_process .pro_box .top {
    margin-bottom: 36px;
}
.wp_wrap #sg_process .pro_box .top .top_list {
    display: flex;
    align-self: center;
    justify-content: space-between;
}
.wp_wrap #sg_process .pro_box .top .top_list>li {}
.wp_wrap #sg_process .pro_box .top .top_list>li .top_box {}
.wp_wrap #sg_process .pro_box .top .top_list>li .top_box .name {
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #sg_process .pro_box .top .top_list>li .top_box .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}
.wp_wrap #sg_process .pro_box .top .top_list>li .top_box .img_box {}
.wp_wrap #sg_process .pro_box .top .top_list>li .top_box .img_box>img {}
.wp_wrap #sg_process .pro_box .bot .bot_list>li .bot_box .img_box .mo {
    display: none;
}
.wp_wrap #sg_process .pro_box .bot {}
.wp_wrap #sg_process .pro_box .bot .bot_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 187px;
}
.wp_wrap #sg_process .pro_box .bot .bot_list>li {}
.wp_wrap #sg_process .pro_box .bot .bot_list>li .bot_box {}
.wp_wrap #sg_process .pro_box .bot .bot_list>li .bot_box .img_box {
    margin-bottom: 30px;
}
.wp_wrap #sg_process .pro_box .bot .bot_list>li .bot_box .img_box>img {}
.wp_wrap #sg_process .pro_box .bot .bot_list>li .bot_box .name {
    text-align: center;
    font-size: 22px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 10px;
}
.wp_wrap #sg_process .pro_box .bot .bot_list>li .bot_box .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}

/* sg_post */
.wp_wrap #sg_post {
    background-image: url(../img/sub/sgw_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
}
.wp_wrap #sg_post .tit_box {}
.wp_wrap #sg_post .tit_box .blue_box {
    width: 388px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #1C90FB;
    padding: 13px 0;
    margin-bottom: 10px;
}
.wp_wrap #sg_post .tit_box .blue_box .name {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #sg_post .tit_box .tit {
    font-size: 50px;
    text-align: center;
    font-family: 'Pretendard-SemiBold';
    color: #fff;
}
/**********************************************************************************************************************/

/* scm */
/**********************************************************************************************************************/
.wp_wrap #scm {
    padding: 30px 0 120px;
    overflow: hidden;
}
.wp_wrap #scm .tit_box {
    text-align: center;
    margin-bottom: 60px;
}
.wp_wrap #scm .tit_box .sm_tit {
    margin-bottom: 5px;
    font-size: 25px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #scm .tit_box .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #scm .gray_box {
    background: #F7F7F7;
    border-radius: 30px;
    padding: 75px 40px;
}
.wp_wrap #scm .gray_box .tit_box {
    text-align: center;
}
.wp_wrap #scm .gray_box .tit_box .small_box {
    width: 438px;
    margin: 0 auto;
    background: #1C90FB;
    margin-bottom: 10px;
    padding: 5px 0;
}
.wp_wrap #scm .gray_box .tit_box .small_box .sm_tit {
    color: #fff;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 0;
}
.wp_wrap #scm .gray_box .tit_box .tit {
    font-size: 40px;
}
.wp_wrap #scm .gray_box .qa_list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.wp_wrap #scm .gray_box .qa_list>li {}
.wp_wrap #scm .gray_box .qa_list>li .qa_box {
}
.wp_wrap #scm .gray_box .qa_list>li .qa_box .que {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 690px;
    padding: 10px;
    border: 1px solid #1C90FB;
    background: #fff;
    border-radius: 44px;
}
.wp_wrap #scm .gray_box .qa_list>li .qa_box .que .left {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #1C90FB;
    color: #fff;
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    padding: 10px 0;
}
.wp_wrap #scm .gray_box .qa_list>li .qa_box .que .right {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
.wp_wrap #scm .gray_box .qa_list>li .qa_box .ans {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 690px;
    padding: 10px;
    margin-left: auto;
    border: 1px solid #1C90FB;
    background: #1C90FB;
    border-radius: 54px;
}
.wp_wrap #scm .gray_box .qa_list>li .qa_box .ans .left {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #fff;
    color: #1C90FB;
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    padding: 10px 0;
}
.wp_wrap #scm .gray_box .qa_list>li .qa_box .ans .right {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    color: #fff;
    line-height: 1.5;
}


.wp_wrap #scm_process {
    padding: 120px 0;
    background: #F7F7F7;
}
.wp_wrap #scm_process .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 60px;
}
.wp_wrap #scm_process .pro_box {
    background: #fff;
    border-radius: 30px;
    padding: 60px 40px;
}
.wp_wrap #scm_process .pro_box .top {
    
}
.wp_wrap #scm_process .pro_box .top .top_list {
    display: flex;
    align-self: center;
}
.wp_wrap #scm_process .pro_box .top .top_list>li {}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box {
    width: 420px;
}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box .img_box {
    margin-bottom: 18px;
}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box .img_box>img {
    margin: 0 auto;
}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box .txt_box {
    width: 100%;
}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box .txt_box .name {
    font-size: 24px;
    text-align: center;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 20px;
}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box .txt_box .gray_box {
    width: 100%;
    height: 168px;
    background: #F7F7F7;
    border-radius: 20px;
    padding-top: 30px;
    padding-left: 30px;
}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box .txt_box .gray_box .ex_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box .txt_box .gray_box .ex_list>li {}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box .txt_box .gray_box .ex_list>li .ex_box {
    display: flex;
    gap: 10px;
}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box .txt_box .gray_box .ex_list>li .ex_box .bold {
    font-size: 18px;
    font-family: 'Pretendard-SemiBold';
    line-height: 1.5;
}
.wp_wrap #scm_process .pro_box .top .top_list>li .top_box .txt_box .gray_box .ex_list>li .ex_box .ex {
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
.wp_wrap #scm_process .pro_box .top .top_list>li>.img_box {
    padding-top: 80px;
}


/* sc_post */
.wp_wrap #sc_post {
    background-image: url(../img/sub/pms_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
}
.wp_wrap #sc_post .tit_box {}
.wp_wrap #sc_post .tit_box .blue_box {
    width: 404px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #1C90FB;
    padding: 13px 0;
    margin-bottom: 10px;
}
.wp_wrap #sc_post .tit_box .blue_box .name {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #sc_post .tit_box .tit {
    font-size: 50px;
    text-align: center;
    font-family: 'Pretendard-SemiBold';
    color: #fff;
}
/**********************************************************************************************************************/


/* develop */
/**********************************************************************************************************************/
.wp_wrap #dev {
    padding: 30px 0 120px;
    overflow: hidden;
}
.wp_wrap #dev .tit_box {
    text-align: center;
    margin-bottom: 60px;
}
.wp_wrap #dev .tit_box .sm_tit {
    margin-bottom: 5px;
    font-size: 25px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #dev .tit_box .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 30px;
}
.wp_wrap #dev .tit_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    text-align: center;
    line-height: 1.5;
}
.wp_wrap #dev .gray_box {
    background: #F7F7F7;
    border-radius: 30px;
    padding: 75px 40px;
}
.wp_wrap #dev .gray_box .tit_box {
    text-align: center;
}
.wp_wrap #dev .gray_box .tit_box .small_box {
    width: 242px;
    margin: 0 auto;
    background: #1C90FB;
    margin-bottom: 10px;
    padding: 5px 0;
}
.wp_wrap #dev .gray_box .tit_box .small_box .sm_tit {
    color: #fff;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 0;
}
.wp_wrap #dev .gray_box .tit_box .tit {
    font-size: 40px;
}
.wp_wrap #dev .gray_box .qa_list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.wp_wrap #dev .gray_box .qa_list>li {}
.wp_wrap #dev .gray_box .qa_list>li .qa_box {
}
.wp_wrap #dev .gray_box .qa_list>li .qa_box .que {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 690px;
    padding: 10px;
    border: 1px solid #1C90FB;
    background: #fff;
    border-radius: 44px;
}
.wp_wrap #dev .gray_box .qa_list>li .qa_box .que .left {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #1C90FB;
    color: #fff;
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    padding: 10px 0;
}
.wp_wrap #dev .gray_box .qa_list>li .qa_box .que .right {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    line-height: 1.5;
}
.wp_wrap #dev .gray_box .qa_list>li .qa_box .ans {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 690px;
    padding: 10px;
    margin-left: auto;
    border: 1px solid #1C90FB;
    background: #1C90FB;
    border-radius: 54px;
}
.wp_wrap #dev .gray_box .qa_list>li .qa_box .ans .left {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #fff;
    color: #1C90FB;
    font-size: 40px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    padding: 10px 0;
}
.wp_wrap #dev .gray_box .qa_list>li .qa_box .ans .right {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    color: #fff;
    line-height: 1.5;
}


/* de_post */
.wp_wrap #de_post {
    background-image: url(../img/sub/dev_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
}
.wp_wrap #de_post .tit_box {}
.wp_wrap #de_post .tit_box .blue_box {
    width: 638px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #1C90FB;
    padding: 13px 0;
    margin-bottom: 10px;
}
.wp_wrap #de_post .tit_box .blue_box .name {
    font-size: 30px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #de_post .tit_box .tit {
    font-size: 50px;
    text-align: center;
    font-family: 'Pretendard-SemiBold';
    color: #fff;
}
/**********************************************************************************************************************/

/* notice */
.wp_wrap #s_notice {
    padding: 60px 0 120px;
}
.wp_wrap #s_notice .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 60px;
} 


/* inquiry */
.wp_wrap #inquiry {
    background-image: url(../img/sub/inq_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px;
}
.wp_wrap #inquiry .inq_box {
    display: flex;
    align-items: center;
    gap: 255px;
}
.wp_wrap #inquiry .inq_box .left {}
.wp_wrap #inquiry .inq_box .left .txt_box {
    margin-bottom: 60px;
}
.wp_wrap #inquiry .inq_box .left .txt_box .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 30px;
}
.wp_wrap #inquiry .inq_box .left .txt_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
}
.wp_wrap #inquiry .inq_box .left .info_box {}
.wp_wrap #inquiry .inq_box .left .info_box .info_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wp_wrap #inquiry .inq_box .left .info_box .info_list>li {}
.wp_wrap #inquiry .inq_box .left .info_box .info_list>li .info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wp_wrap #inquiry .inq_box .left .info_box .info_list>li .info .img_box {}
.wp_wrap #inquiry .inq_box .left .info_box .info_list>li .info .img_box>img {}
.wp_wrap #inquiry .inq_box .left .info_box .info_list>li .info>a {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #inquiry .inq_box .left .info_box .info_list>li .info>a:hover {
    color: #000;
}
.wp_wrap #inquiry .inq_box .right {
    width: 750px;
}
.wp_wrap #inquiry .inq_box .right .form_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.7);
    padding: 60px;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_line {
    width: 100%;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_line .tit {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_line .tit>span {
    color: #AA0000;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_line .form_inp {
    width: 100%;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_line .form_inp .wp_input_alert {
    height: 15px;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_line .form_inp>input {
    width: 100%;
    height: 40px;
    background: inherit;
    border: none;
    border-bottom: 1px solid #BBBBBB;
    font-size: 18px;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_line .form_inp>input:focus {
    outline: none;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_line .form_inp>textarea {
    border: 1px solid #DDDDDD;
    resize: none;
    border-radius: 3px;
    height: 180px;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    font-size: 18px;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_line .form_inp>textarea:focus {
    outline: none;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_last_line {}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_last_line .agr_box .wp_input_alert {
    height: 15px;
}
.form_wrap .form_last_line .agr_box {
    margin-bottom: 13px;
}

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

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

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

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

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

input[type="checkbox"] + label .txt_deco {
    font-family: 'Pretendard-SemiBold';
    text-underline-offset: 3px;
    text-decoration: underline
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_last_line .submit {
    width: 180px;
    margin-left: auto;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_last_line .submit>button {
    width: 100%;
    padding: 15px 0;
    border-radius: 50px;
    background: #00AAF0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    transition: 0.3s;
    border: 1px solid #00AAF0;
}
.wp_wrap #inquiry .inq_box .right .form_wrap .form_last_line .submit>button:hover {
    color: #00AAF0;
    background: #fff;
    border: 1px solid #00AAF0;
}


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

/* ex_inquiry */
.wp_wrap #ex_inquiry {
    padding: 60px 0 120px;
}
.wp_wrap #ex_inquiry .tit {
    font-size: 50px;
    font-family: 'Pretendard-SemiBold';
    text-align: center;
    margin-bottom: 60px;
}
.wp_wrap #ex_inquiry .form_wrap {
    border-top: 1px solid #707070;
}
.wp_wrap #ex_inquiry .form_wrap .top {
    width: 100%;
    margin-bottom: 25px;
}
.wp_wrap #ex_inquiry .form_wrap .top .form_line {
    display: flex;
    align-items: center;
    gap: 65px;
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
}
.wp_wrap #ex_inquiry .form_wrap .top .form_line .name {
    width: 41px;
    font-size: 16px;
    font-family: 'Pretendard-Medium';
}
.wp_wrap #ex_inquiry .form_wrap .top .form_line .form_inp {
    width: 100%;
}
.wp_wrap #ex_inquiry .form_wrap .top .form_line .form_inp>input {
    width: 100%;
    height: 40px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    padding: 5px;
}
.wp_wrap #ex_inquiry .form_wrap .top .form_line .form_inp>input:focus {
    outline: none;
}
.wp_wrap #ex_inquiry .form_wrap .bot {
    padding-left: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #C4C4C4;
}
.wp_wrap #ex_inquiry .form_wrap .bot .name {
    font-size: 16px;
    font-family: 'Pretendard-Medium';
    margin-bottom: 10px;
}
.wp_wrap #ex_inquiry .form_wrap .bot input[type='file'] {
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    width: 675px;
    position: relative;
    border: 1px solid #C4C4C4;
    padding: 10px 0;
    padding-left: 90px;
}
input[type='file']::file-selector-button {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    font-size: 16px;
    font-family: 'Pretendard-Regular';
    color: #fff;
    background-color: #101010;
    cursor: pointer;
    padding: 10px;
}
#wp_write_list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 60px;
}
#wp_write_list .wp_btn.wp_btn_wrt {
    font-size: 15px;
    font-family: 'Pretendard-Regular';
    width: 85px;
    height: 40px;
    background: #fff;
    border: 1px solid #ababab;
    transition: 0.3s;
}
#wp_write_list .wp_btn.wp_btn_wrt:hover {
    background: #393939;
    border: 1px solid #393939;
    color: #fff;
}


/* greeting */
.wp_wrap #greeting {
    padding: 60px 0 120px;
}
.wp_wrap #greeting .tit_box {}
.wp_wrap #greeting .tit_box .tit {
    font-size: 50px;
    font-family: 'Pretendard-Regular';
    margin-bottom: 60px;
    text-align: center;
}
.wp_wrap #greeting .tit_box .tit>span {
    font-family: 'Pretendard-SemiBold';
}
.wp_wrap #greeting .tit_box .ex {
    font-size: 20px;
    font-family: 'Pretendard-Regular';
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}
.wp_wrap #greeting .tit_box .ex.last {
    margin-bottom: 0px;
}

/* history */
.wp_wrap #history {
    padding: 120px 0;
    background: #F7F7F7;
}
.wp_wrap #history .tit {
    font-size: 45px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 60px;
    text-align: center;
}
.wp_wrap #history .w_box {
    background: #fff;
    border-radius: 30px;
    padding: 90px 0;
    padding-left: 60px;
}



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


















































