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

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/* font-family: 'SUIT Variable', sans-serif; SUIT_Variable */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

.wp_wrap .cm_style2 {
    color: #000;
}


/* 폰트*/

:root {
    --font-w100: 100; /* Thin */
    --font-w200: 200; /* Extra-Light */
    --font-w300: 300; /* Light */
    --font-w400: 400; /* Regular */
    --font-w500: 500; /* Medium */
    --font-w600: 600; /* Semi-Bold */
    --font-w700: 700; /* Bold */
    --font-w800: 800; /* Extra-Bold */
    --font-w900: 900; /* Black */
}


/*최상위 요소 */
html {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.wp_wrap {
    overflow: hidden;
}

.wp_wrap .wp_input_alert {
    position: relative;
    top: 4px;
}

.wp_wrap .wp_alert_red {
    font-size: 13px;
}


/* 텍스트 */
.wp_wrap h1 {
}

.wp_wrap h2 {
}

.wp_wrap h3 {
}

.wp_wrap h4 {
}

.wp_wrap h5 {
}

.wp_wrap h6 {
}


/* 아우터, 이너사이즈 */
.wp_wrap .cm_outter {
    width: 1700px;
    margin: 0 auto;
}

.wp_wrap .cm_inner {
    width: 1400px;
    margin: 0 auto;
}


/*버튼*/
.wp_wrap .btn_mv {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 8px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: 0.4s;
}

.wp_wrap .btn_mv01 {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-color: #1A1A1A;
}

.wp_wrap .btn_mv01:hover {
    background-color: #D60606;
    transition: 0.4s;
}

.wp_wrap .btn_mv02 {
    justify-content: center;
    align-items: center;
    min-width: 110px;
    width: 110px;
    height: 110px;
    font-size: 15px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w700);
    letter-spacing: -1px;
    text-align: center;
    border-radius: 25px;
    background-color: #D8D8D8;
}

.wp_wrap .btn_mv02 .txt {
    display: block;
}

.wp_wrap .btn_mv02 .txt > img {
    display: inline-block;
    margin-left: 2px;
}

.wp_wrap .btn_mv02:hover {
    color: #fff;
    background-color: #1A1A1A;
    transition: 0.4s;
}

.wp_wrap .btn_mv03 {
    min-width: 58px;
    width: 58px;
    height: 58px;
    background-color: #1A1A1A;
}

.wp_wrap .btn_mv01:hover {
    background-color: #D60606;
    transition: 0.4s;
}


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


/**********************************************************************************************************************/
/* 헤더 스타일 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 공통 */
.wp_wrap header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

.wp_wrap header .hd_wrap {
    position: relative;
}

.wp_wrap header .hd_ir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.wp_wrap header.act .hd_ir {
    border-bottom:1px solid #ddd;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 로고 */
.wp_wrap header .hd_ir .logo {
    max-width: 210px;
    min-width: 210px;
}

.wp_wrap header .hd_ir .logo > a {
    display: block;
    width: 100%;
}

.wp_wrap header .hd_ir .logo > a > img {
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 메뉴 */
.wp_wrap header .hd_ir .hmnu {
    max-width: 1020px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.4s;
}

.wp_wrap header.act .hd_ir .hmnu {
    max-width: 1320px;
    transition: 0.6s;
}

.wp_wrap header .hd_ir .hmnu > li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16%;
    height: 100px;
}

.wp_wrap header .hd_ir .hmnu > li > a {
    font-size: 20px;
    font-weight: var(--font-w700);
    white-space: nowrap;
    transition: 0.3s;
}

.wp_wrap header .hd_ir .hmnu > li:hover > a {
    color: #36369D;
    transition: 0.3s;
}

.wp_wrap header .hd_ir .hmnu > li > a > .txt_b {
    color: #36369D;
}

.wp_wrap header .hd_ir .hmnu > li .bln_bx {
    position: absolute;
    left: 50%;
    top: -165%;
    width: 150px;
    background-color: #0A0A0A;
    border-radius: 5px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.wp_wrap header .hd_ir .hmnu > li:hover .bln_bx {
    opacity: 1;
    transition: 0.4s;
}

.wp_wrap header .hd_ir .hmnu > li .bln_bx > .bln_txt {
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}

.wp_wrap header .hd_ir .hmnu > li .bln_bx > .bln_txt > .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w400);
}

.wp_wrap header .hd_ir .hmnu > li .bln_bx > .bln_txt > .txt svg {
}

.wp_wrap header .hd_ir .hmnu > li .bln_bx > .bln_txt .trg_bt {
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #0A0A0A;
    transform: translateX(-50%);
}

/*서브메뉴*/
.wp_wrap header .hd_ir .hmnu > li > .hsmnu {
    /*display: none;*/
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0;
    z-index: 1;
    opacity: 0;
    transform: translateY(10px);
    overflow: hidden;
    transition: 0.3s;
}

.wp_wrap header.act .hd_ir .hmnu > li > .hsmnu {
    /*display: block;*/
    transform: translateY(0);
    height: fit-content;
    opacity: 1;
    transition: 0.4s;
    transition-delay: 0.5s;
}

.wp_wrap header .hd_ir .hmnu > li > .hsmnu > li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.wp_wrap header .hd_ir .hmnu > li > .hsmnu > li > a {
    font-size: 18px;
    font-weight: var(--font-w500);
}

.wp_wrap header .hd_ir .hmnu > li > .hsmnu > li > a:hover {
    color: #36369D;
}


/*서브메뉴 배경*/
.wp_wrap header .hd_wrap .hd_bg {

    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: height 0.3s;
}

.wp_wrap header.act .hd_wrap .hd_bg {
    height: 280px;
    transition: height 0.4s;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 정보 */
.wp_wrap header .hd_ir .hinfo {
    max-width: 540px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.wp_wrap header .hd_ir .hinfo > li {
    position: relative;
}

.wp_wrap header .hd_ir .hinfo > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w500);
}

.wp_wrap header .hd_ir .hinfo > li > a::after {
    display: block;
    content: '';
    width: 2px;
    height: 15px;
    margin-inline: 10px;
    background-color: rgba(130, 130, 130, 0.5);
}

.wp_wrap header .hd_ir .hinfo > li:last-child > a::after {
    display: none;
}

.wp_wrap header .hd_ir .hinfo > li > a svg {
    margin-left: 5px;
}

.wp_wrap header .hd_ir .hinfo > li > a svg path {
    transition: 0.4s;
}

.wp_wrap header .hd_ir .hinfo > li:hover > a svg path {
    fill: #ECA808;
    transition: 0.4s;
}

.wp_wrap header .hd_ir .hinfo > li.txt_tell > a {
    font-size: 18px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w700);
}


.wp_wrap header .hd_ir .hinfo > li > .bln_bx {
    position: absolute;
    left: 50%;
    top: -180%;
    width: 180px;
    background-color: #0A0A0A;
    border-radius: 5px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.wp_wrap header .hd_ir .hinfo > li:hover > .bln_bx {
    opacity: 1;
    transition: 0.4s;
}

.wp_wrap header .hd_ir .hinfo > li .bln_bx > .bln_txt {
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}

.wp_wrap header .hd_ir .hinfo > li .bln_bx > .bln_txt > .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w400);
}

.wp_wrap header .hd_ir .hinfo > li .bln_bx > .bln_txt > .txt svg {
}

.wp_wrap header .hd_ir .hinfo > li .bln_bx > .bln_txt .trg_bt {
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #0A0A0A;
    transform: translateX(-50%);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 검색 버튼 */
.wp_wrap header .hd_ir .h_util{
    display: flex;
    align-items: center;
    gap: 30px;
}
.wp_wrap header .hd_ir .sch_icon{}
.wp_wrap header .hd_ir .sch_icon a{}
.wp_wrap header .hd_ir .sch_icon a i{
    font-size: 25px;
    color: #000;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 풀메뉴 버튼 */
.wp_wrap header .hd_ir .btn_fm_opn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    min-width: 33px;
    width: 33px;
    height: 33px;
    transition: 0.4s;
}

.wp_wrap header .hd_ir .btn_fm_opn > .bar {
    display: block;
    min-width: 7px;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    transition: 0.4s;
}

.wp_wrap header .hd_ir .btn_fm_opn > .bar01 {
}

.wp_wrap header .hd_ir .btn_fm_opn > .bar02 {
}

.wp_wrap header .hd_ir .btn_fm_opn > .bar03 {
}

.wp_wrap header .hd_ir .btn_fm_opn > .bar06 {
}

.wp_wrap header .hd_ir .btn_fm_opn > .bar04,
.wp_wrap header .hd_ir .btn_fm_opn > .bar05,
.wp_wrap header .hd_ir .btn_fm_opn > .bar07,
.wp_wrap header .hd_ir .btn_fm_opn > .bar08 {
    background-color: #36369D;
}

.wp_wrap header .hd_ir .btn_fm_opn > .bar09 {
}

.wp_wrap header .hd_ir .btn_fm_opn:hover > .bar04,
.wp_wrap header .hd_ir .btn_fm_opn:hover > .bar08 {
    background-color: #000;
    transition: 0.4s;
}

.wp_wrap header .hd_ir .btn_fm_opn:hover{
    transform: scale(0.9);
    transition: 0.4s;
}

.wp_wrap header .hd_ir .btn_fm_opn:hover > .bar01,
.wp_wrap header .hd_ir .btn_fm_opn:hover > .bar03,
.wp_wrap header .hd_ir .btn_fm_opn:hover > .bar09 {
    background-color: #36369D;
    transition: 0.4s;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 풀메뉴 */
.wp_wrap #mdl_fm {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.wp_wrap #mdl_fm .mdl_wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wp_wrap #mdl_fm .mdl_ir {
    max-width: 915px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    transform: translateX(100%);
    padding: 30px 10px;
    opacity: 0;
    background: #fff;
    transition: .3s ease-out;
}

.wp_wrap #mdl_fm.on .mdl_ir {
    opacity: 1;
    transform: translateX(0);
    transition: transform .4s ease-in 0.4s;
}

/*헤드*/
.wp_wrap #mdl_fm .mdl_ir > .mdl_hd {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.wp_wrap #mdl_fm .mdl_ir > .mdl_hd > .btn_mdl_cls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    background: unset;
}

.wp_wrap #mdl_fm .mdl_ir > .mdl_hd > .logo_bx {
    margin-right: auto;
}

.wp_wrap #mdl_fm .mdl_ir > .mdl_hd > .logo_bx > img {
}


/*바디*/
.wp_wrap #mdl_fm .mdl_ir > .mdl_bd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*gap:40px;*/
    max-width: 700px;
    width: 100%;
}

.wp_wrap #mdl_fm .mdl_ir > .mdl_bd > li {
    width: 100%;
    cursor: pointer;
}

.wp_wrap #mdl_fm .mdl_ir > .mdl_bd > li > .fmf_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    color: #000;
    font-size: 32px;
    font-weight: var(--font-w600);
}

.wp_wrap #mdl_fm .mdl_ir > .mdl_bd > li > .fmf_tit > i {
    color: #36369D;
}

.wp_wrap #mdl_fm .mdl_ir > .mdl_bd > li > .fmf_st {
    display: none;
    padding: 25px 30px;
    background: #F7F7F7;
    border-radius: 30px;
}

.wp_wrap #mdl_fm .mdl_ir > .mdl_bd > li > .fmf_st > li {
    padding: 5px 0;
}

.wp_wrap #mdl_fm .mdl_ir > .mdl_bd > li > .fmf_st > li > a {
    color: #000;
    font-size: 18px;
    font-weight: var(--font-w500);
}

.wp_wrap #mdl_fm .mdl_ir > .mdl_bd > li > .fmf_tit:hover,
.wp_wrap #mdl_fm .mdl_ir > .mdl_bd > li > .fmf_st > li:hover > a {
    color: #101046;
    transition: 0.3s;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 탑버튼 */
.wp_wrap #btn_top {
    position: fixed;
    right: 35px;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(33, 33, 33, .21);
    z-index: 500;
    transition: 0.3s;
}

.wp_wrap #btn_top:hover {
    background-color: #36369D;
    transition: 0.3s;
}

.wp_wrap #btn_top svg {
}


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


/**********************************************************************************************************************/
/* 푸터 스타일 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/* 푸터 공통 */
.wp_wrap footer {
    background: #F4F4F4;
}

.wp_wrap footer .ft_wrap {
}

.wp_wrap footer .ft_ir {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 60px 30px;
}

.wp_wrap footer .ft_ir .ft_lt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 110px;
}

.wp_wrap footer .ft_ir .ft_rt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 60px;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 푸터 로고 */
.wp_wrap footer .ft_ir .ft_lt .ft_logo {
}

.wp_wrap footer .ft_ir .ft_lt .ft_logo > .logo {
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
}

.wp_wrap footer .ft_ir .ft_lt .ft_logo > .logo > .logo_txt {
    font-size: 15px;
    font-weight: var(--font-w600);
}

.wp_wrap footer .ft_ir .ft_lt .ft_logo > .logo > img {
    margin-bottom: 8px;
}

.wp_wrap footer .ft_ir .ft_lt .ft_logo > .logo > .logo_info {
    display: block;
    font-size: 14px;
    font-weight: var(--font-w300);
}

.wp_wrap footer .ft_ir .ft_lt .ft_logo > .ico_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding-top: 20px;
}

.wp_wrap footer .ft_ir .ft_lt .ft_logo > .ico_list > li {
}

.wp_wrap footer .ft_ir .ft_lt .ft_logo > .ico_list > li svg {
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 푸터 정보 */
.wp_wrap footer .ft_ir .ft_lt .ft_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.wp_wrap footer .ft_ir .ft_lt .ft_info > .info_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.wp_wrap footer .ft_ir .ft_lt .ft_info > .info_list > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}

.wp_wrap footer .ft_ir .ft_lt .ft_info > .info_list > li > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: var(--font-w300);
    transition: 0.4s;
}

.wp_wrap footer .ft_ir .ft_lt .ft_info > .info_list > li > a:hover {
    color: #36369d;
    transition: 0.4s;
}

.wp_wrap footer .ft_ir .ft_lt .ft_info > .info_list > li > a::after {
    display: block;
    content: "";
    width: 1px;
    height: 14px;
    margin-inline: 10px;
    background-color: #414141;
}

.wp_wrap footer .ft_ir .ft_lt .ft_info > .info_list > li > a:last-child::after {
    display: none;
}

.wp_wrap footer .ft_ir .ft_lt .ft_info > .info_list > li > .txt {
    font-size: 16px;
    font-weight: var(--font-w300);
}

.wp_wrap footer .ft_ir .ft_lt .ft_info .copy {
    color: #959595;
    font-size: 16px;
    font-weight: var(--font-w300);
}

.wp_wrap footer .ft_ir .ft_lt .ft_info .copy > a {
    color: #959595;
    transition: 0.4s;
}

.wp_wrap footer .ft_ir .ft_lt .ft_info .copy > a:hover {
    color: darkred;
    transition: 0.4s;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 푸터 메뉴 */
.wp_wrap footer .ft_ir .ft_rt .ft_mnu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.wp_wrap footer .ft_ir .ft_rt .ft_mnu > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.wp_wrap footer .ft_ir .ft_rt .ft_mnu > li > .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w700);
}

.wp_wrap footer .ft_ir .ft_rt .ft_mnu > li > .ft_smnu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.wp_wrap footer .ft_ir .ft_rt .ft_mnu > li > .ft_smnu > li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_wrap footer .ft_ir .ft_rt .ft_mnu > li > .ft_smnu > li > a {
    text-align: center;
    font-size: 15px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w400);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 푸터 SNS */
.wp_wrap footer .ft_ir .ft_rt .sns_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wp_wrap footer .ft_ir .ft_rt .sns_list > li {
}

.wp_wrap footer .ft_ir .ft_rt .sns_list > li > a {
    min-width: 48px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(102, 102, 102, .6);
    transition: 0.4s;
}

.wp_wrap footer .ft_ir .ft_rt .sns_list > li > a:hover {
    background-color: rgba(102, 102, 102, 1);
    transition: 0.4s;
}

.wp_wrap footer .ft_ir .ft_rt .sns_list > li > a svg {
}

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


/**********************************************************************************************************************/
/* 메인 스타일 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/* 메인 공통 */
.wp_wrap main {}
.wp_wrap main.wp_contain {
    padding-bottom: 60px;
}

/*섹션 공통*/
.wp_wrap .sec {
    max-width: 1730px;
    width: 100%;
    margin-top: 120px;
    margin-inline: auto;
    padding-inline: 15px;
}

.wp_wrap .sec_hd {
    margin-bottom: 60px;
}

/*섹션 타이틀*/
.wp_wrap .sec_tit {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.wp_wrap .sec_tit > strong {
    color: #36369D;
    font-size: 20px;
    font-weight: var(--font-w600);
}

.wp_wrap .sec_tit > h2 {
    font-size: 50px;
    font-family: 'Paperozi';
    font-weight: var(--font-w700);
    line-height: 1.35;
}

.wp_wrap .sec_tit > h2 > b {
    font-size: 40px;
    font-family: 'Paperozi';
    font-weight: var(--font-w700);
}

/*섹션 타이틀02*/
.wp_wrap .sec_tit02 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.wp_wrap .sec_tit02 > strong {
    color: #C91C2D;
    font-size: 20px;
    font-family: "Play", sans-serif;
    font-weight: var(--font-w700);
}

.wp_wrap .sec_tit02 > h2 {
    color: #3E3E3E;
    font-size: 30px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w200);
    line-height: 1.35;
}

.wp_wrap .sec_tit02 > h2 > b {
    font-size: 40px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w800);
}


/*서브 타이틀*/
.wp_wrap .sub_tit {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.wp_wrap .sub_tit > h2 {
    width: 100%;
    font-size: 60px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w300);
    text-align: center;
}

.wp_wrap .sub_tit > h2 > b {
    font-weight: var(--font-w700);
}

.wp_wrap .sub_tit > h2 .rspblock {
    display: none;
}

.wp_wrap .sub_tit > p {
    width: 100%;
    color: #141414;
    font-size: 30px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w300);
    line-height: 40px;
    text-align: center;
}


/*게시판 타이틀*/
.wp_wrap .ntc_tit01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.wp_wrap .ntc_tit01 > h2 {
    color: #3E3E3E;
    font-size: 40px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w900);
}

.wp_wrap .ntc_tit01 > p {
    color: #3E3E3E;
    font-size: 20px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w400);
}

.wp_wrap .ntc_tit01 > p > a {
    text-decoration: underline;
    transition: 0.4s ease-out;
}

.wp_wrap .ntc_tit01 > p > a:hover {
    color: #C91C2D;
    transition: 0.4s ease-in;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 메인 비주얼 */
.wp_wrap #ms_vs {
    margin-top: 20px;
}

.wp_wrap #ms_vs .ms_ir {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.wp_wrap #ms_vs .ms_ir > .lt {
    width: 76%;
}

.wp_wrap #ms_vs .ms_ir > .lt .img_bx {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 800px;
    overflow: hidden;
    border-radius: 30px;
}

.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_frm {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 650px;
    background-color: #000;
    position: relative;
    width: 100%;
    /*height: 0;*/
    /*padding-bottom: 56.25%;*/
    overflow: hidden;
}

.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_frm > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_frm >iframe{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 105%;
    height: 105%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
}

.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_txt > .txt_bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    display: none;
}

.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_txt > .txt_bx > .mn_tit {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    text-align: left;
}

.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_txt > .txt_bx > .mn_tit > .txt_b {
    color: #fff;
    font-size: 36px;
    font-weight: var(--font-w600);
}

.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_txt > .txt_bx > .mn_tit > .txt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    color: #fff;
    font-size: 50px;
    font-weight: var(--font-w800);
}
.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_txt > .txt_bx > .mn_tit > .txt >img{
    margin-top: 15px;
}

.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_txt > .txt_bx > .mn_des {
    color: #fff;
    font-size: 20px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w100);
    text-align: center;
}

.wp_wrap #ms_vs .ms_ir > .lt .img_bx .img_txt > .txt_bx > .mn_des > b {
    color: #fff;
    font-size: 20px;
    font-weight: var(--font-w800);
}

.wp_wrap #ms_vs .ms_ir > .rt {
    min-width: 500px;
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
}

/* Right_Block */
.wp_wrap #ms_vs .ms_ir > .rt .rt_blk {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 5px;
    padding: 30px;
    background-color: #F3F3F3;
    border-radius: 30px;
    flex-grow: 1;
    transition: 0.15s ease-out;
}
.wp_wrap #ms_vs .ms_ir > .rt .rt_blk:hover {
    box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    transform: translateY(-5px);
    transition: 0.2s ease-in;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_hd {
    width: 100%;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_hd > .flag {
    color: #36369D;
    font-size: 20px;
    font-weight: var(--font-w400);
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_bd {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_bd > .tit {
    font-size: 20px;
    font-weight: var(--font-w800);
    letter-spacing: -1px;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_bd > .des {
    color: #C91C2D;
    font-size: 18px;
    font-weight: var(--font-w700);
    letter-spacing: -1px;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_ft {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_ft > a {
    position: relative;
    padding: unset;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_ft > a::before {
    display: block;
    content: '';
    position: absolute;
    left: 6%;
    top: 0%;
    width: 31px;
    height: 31px;
    transform:  scale(0) ;
    box-shadow: 0 3px 6px rgba(54, 54, 157, 0.85);
    transform-origin: 60%;
    border-radius: 50%;
}
.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_ft > a::after {
    display: block;
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 31px;
    height: 31px;
    transform:  scale(0) ;
    box-shadow: 0 0px 6px rgba(54, 54, 157, 0.85);
    transform-origin: 60%;
    border-radius: 50%;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_ft > a:hover::before {
    animation: bounceScale01 1.5s ease-in-out infinite;
}
.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_ft > a:hover::after {
    animation: bounceScale02 1.5s 0.3s ease-in-out  infinite;
}

@keyframes bounceScale01 {
    0%{
        opacity: 0;
        transform: scale(0);
    }
    50%{
        opacity: 1;
        transform: scale(1);
    }
    100%{
        opacity: 0;
        transform: scale(1.6);
    }
}
@keyframes bounceScale02 {
    0%{
        opacity: 0;
        transform: scale(0);
    }
    50%{
        opacity: 1;
        transform: scale(1);
    }
    100%{
        opacity: 0;
        transform: scale(1.3);
    }
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_ft > a > img,
.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_ft > a svg {
    position: relative;
    z-index: 1;
}


.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_ft .cont {
    flex-grow: 1;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk .blk_ft .cont .txt_link {
    font-size: 30px;
    font-weight: var(--font-w600);
}

/* Right_Block_Search */
.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch {
    flex-grow: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    padding: 15px 30px;
    background-color: #36369D;
    border-radius: 30px;
    transition: 0.15s ease-out;
}
.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch:hover {
    transform: translateY(-5px);
    box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.35);
    transition: 0.2s ease-in;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd > .tit {
    color: #fff;
    font-size: 25px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w700);
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx {
    width: 100%;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx > form {
    width: 100%;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx .sch_ir {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx .sch_ir input[type=text] {
    color: #fff;
    padding-inline-start: 10px;
    border: none;
    outline: none;
    background: none;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx .sch_ir input[type=text]::placeholder {
    color: rgba(255, 255, 255, .53);
    font-size: 16px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w300);
    letter-spacing: -1px;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx .sch_ir > .btn_sch {
    background: none;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx .sch_ir > .btn_sch svg {
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx .sch_ir > .btn_sch svg g circle,
.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx .sch_ir > .btn_sch svg g path {
    transition: fill .2s;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx .sch_ir > .btn_sch:hover svg g circle {
    fill: #36369D;
    transition: fill .2s;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_hd .sch_bx .sch_ir > .btn_sch:hover svg g path {
    fill: #fff;
    transition: fill .2s;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_bd {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*gap:20px;*/
    /*row-gap: 10px;*/
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_bd .nul_bx {
    float: right;
    width: 120px;
    height: 120px;
}

/*.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_bd .nul_bx::after{*/
/*    display: block;*/
/*    content: '';*/
/*    clear: both;*/
/*}*/
.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_bd > .hash_txt {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: var(--font-w400);
    margin-right: 10px;
    margin-bottom: 15px;
    padding-inline: 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    letter-spacing: -0.2px;
    transition: 0.4s;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_bd > .hash_txt:hover {
    color: #36369D;
    background: #fff;
    transition: background .2s;
}


.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_ft {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 35px 0 0 35px;
    background-color: #fff;
    background-image: url(/img/img_new/back_coner.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.wp_wrap #ms_vs .ms_ir > .rt .rt_blk_sch .blk_ft .btn_mv {
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 메인 포트폴리오 */
.wp_wrap .ms_prt {
}

/*상단*/
.wp_wrap .ms_prt .sec_hd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px;
}

.wp_wrap .ms_prt .sec_hd .tab_hd {
}

.wp_wrap .ms_prt .sec_hd .tab_hd .tab_hd_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}

.wp_wrap .ms_prt .sec_hd .tab_hd .tab_hd_items .tab_item {
    position: relative;
    width: 130px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #36369D;
    border-radius: 30px;
    overflow: hidden;
}

.wp_wrap .ms_prt .sec_hd .tab_hd .tab_hd_items .tab_item::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 0%;
    height: 100%;
    border-radius: 20px;
    background-color: #36369D;
    transition: 0.4s;
}

.wp_wrap .ms_prt .sec_hd .tab_hd .tab_hd_items .tab_item > .txt {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #36369D;
    font-size: 20px;
    font-weight: var(--font-w400);
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.wp_wrap .ms_prt .sec_hd .tab_hd .tab_hd_items .tab_item:hover::after,
.wp_wrap .ms_prt .sec_hd .tab_hd .tab_hd_items .tab_item.on::after {
    width: 100%;
    transition: 0.4s;
}

.wp_wrap .ms_prt .sec_hd .tab_hd .tab_hd_items .tab_item:hover > .txt,
.wp_wrap .ms_prt .sec_hd .tab_hd .tab_hd_items .tab_item.on > .txt {
    color: #fff;
}


/*슬라이드 버튼*/
.wp_wrap .ms_prt .sec_hd .swp_arw{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.wp_wrap .ms_prt .sec_hd .swp_arw>.btn_swp_arw{
    width: 50px;
    height: 50px;
    color:#36369D;
    font-size: 22px;
    border-radius: 50%;
    border:1px solid #36369D;
    transition: .4s;
}
.wp_wrap .ms_prt .sec_hd .swp_arw>.btn_swp_arw:hover{
    color:#fff;
    background: #36369D;
    transition: .4s;
}
.wp_wrap .ms_prt .sec_hd .swp_arw>.btn_swp_arw>i{}
.wp_wrap .ms_prt .sec_hd .swp_arw>.btn_swp_lt{}
.wp_wrap .ms_prt .sec_hd .swp_arw>.btn_swp_rt{}





/*하단_슬라이드*/
.wp_wrap .ms_prt .tab_bd_itms {}
.wp_wrap .ms_prt .swiper {
    display: none;
    overflow: unset;
}
.wp_wrap .ms_prt .swiper.on {
    display: block;
}

.wp_wrap .ms_prt .swiper .tab-swiper {
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-wrapper {
    display: none;
    max-height: 400px;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-wrapper.on {
    display: flex;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide {
    padding-left: 30px;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    transition: color .2s;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card:hover {
    color: #36369D;
    transition: color .2s;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card > .img_bx {
    position: relative;
    width: 100%;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card > .img_bx > .img_frm {
    width: 400px;
    height: 400px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card > .img_bx > .img_frm > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: top;
    transition: 0.4s;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide:hover > .tab_card > .img_bx > .img_frm > img {
    transform: scale(1.1);
    transition: 0.4s;
}


.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card > .txt_bx {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    padding: 40px 35px;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card > .txt_bx > .tp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card > .txt_bx > .tp > .flag_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: var(--font-w400);
    background: #36369D;
    border-radius: 30px;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card > .txt_bx > .tp > strong {
    width: 100%;
    font-size: 26px;
    line-height: 40px;
    font-weight: var(--font-w700);
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card > .txt_bx > .tp > .des {
    height: 100px;
    font-size: 16px;
    font-weight: var(--font-w400);
    line-height: 25px;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card > .txt_bx > .bt {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wp_wrap .ms_prt .swiper .tab-swiper .swiper-slide > .tab_card > .txt_bx > .bt > .date {
    color: #CCCCCC;
    font-size: 20px;
    font-weight: var(--font-w400);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 메인 상품소개 */
.wp_wrap .ms_pdt {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}


.wp_wrap .ms_pdt > .img_bx {
    padding: 60px 45px;
    border: 1px solid #DDDDDD;
    border-radius: 30px;

}

.wp_wrap .ms_pdt > .img_bx > .img_frm {

}

.wp_wrap .ms_pdt > .img_bx > .img_frm > img {}
.wp_wrap .ms_pdt > .img_bx > .img_frm > svg {
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 메인 어바웃 */
.wp_wrap .ms_abt {
    margin-top: 120px;
    background: #303030;
}

.wp_wrap .ms_abt > .sec_ir {
    max-width: 1707px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-inline: auto;
    padding: 120px 15px;
}

.wp_wrap .ms_abt > .sec_ir .sec_hd {
}

.wp_wrap .ms_abt > .sec_ir .sec_hd > .sec_tit > strong,
.wp_wrap .ms_abt > .sec_ir .sec_hd > .sec_tit > h2 {
    color: #fff;
}

.wp_wrap .pie_itms {
    max-width: 1100px;
    width: 100%;
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.wp_wrap .pie_itms > .itm {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    /*background-color: rgba(255,255,255,.2);*/
    background: conic-gradient(rgba(255, 255, 255, .2) 60deg, #fff 30deg);

}

.wp_wrap .pie_itms > .itm > .ir {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.wp_wrap .pie_itms > .itm > .ir > .frm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #303030;
    border-radius: 50%;
}

.wp_wrap .pie_itms > .itm > .ir > .frm > .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wp_wrap .pie_itms > .itm > .ir > .frm > .txt > .txt_tit {
    color: #fff;
    font-size: 30px;
    font-weight: var(--font-w600);
}

.wp_wrap .pie_itms > .itm > .ir > .frm > .txt > .txt_num {
    color: #fff;
    font-size: 28px;
    font-weight: var(--font-w600);
}

.wp_wrap .pie_itms > .itm > .ir > .frm > .txt > .txt_num > .num {
    color: #fff;
    font-size: 56px;
    font-weight: var(--font-w600);
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 메인 입주기업 */
.wp_wrap .ms_mtn {
}

.wp_wrap .ms_mtn .brd_list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 60px 40px;
    background-color: #F7F7F7;
    border-radius: 30px;
}

/*좌측 정보*/
.wp_wrap .ms_mtn .brd_list > .sq_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    max-width: 300px;
    width: 100%;

}

.wp_wrap .ms_mtn .brd_list > .sq_info > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 300px;
    height: 140px;
    font-size: 30px;
    font-weight: var(--font-w600);
    border-radius: 20px;
    cursor: pointer;
    transition: 0.4s ease-in;
}

.wp_wrap .ms_mtn .brd_list > .sq_info > li.on {
    color: #fff;
    background-color: #36369D;
}

.wp_wrap .ms_mtn .brd_list > .sq_info > li:hover {
    color: #fff;
    background-color: #36369D;
    transition: 0.4s ease-in;
}


/*우측 정보*/
.wp_wrap .ms_mtn .brd_list > .brd_itms {

}
.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm {
    /* flex-grow: 1; */
    flex: 1;
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm.on {
    display: grid;
}

.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm > li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    overflow: hidden;
}


.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm > li > .item_ir {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    transition: 0.4s ease-out;
}

.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm > li:hover > .item_ir {
    color: #36369D;
    transition: 0.4s ease-in;
}

.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm > li > .item_ir > .img_bx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    padding:10px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    transition: 0.2s ease-out;
}

.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm > li > .item_ir > .img_bx > img {
}

.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm > li:hover > .item_ir > .img_bx {
    border-radius: 50%;
    background: #FFFFFF;
    transition: 0.25s ease-in;
}

.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm > li > .item_ir > .txt_bx {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm > li > .item_ir > .txt_bx > .tit {
    width: 100%;
    font-size: 24px;
    font-weight: var(--font-w600);
}

.wp_wrap .ms_mtn .brd_list > .brd_itms>.brd_itm > li > .item_ir > .txt_bx > .des {
    width: 100%;
    font-size: 18px;
    font-weight: var(--font-w400);
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 메인 지원프로그램 */
.wp_wrap .ms_ctt {
}

.wp_wrap .ms_ctt .ctt_list {

}

.wp_wrap .ms_ctt .ctt_list > li {
    width: 100%;
}

.wp_wrap .ms_ctt .ctt_list > li > a {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border: 1px solid #36369D;
    border-radius: 20px;
    transition: 0.25s ease-out;
}

.wp_wrap .ms_ctt .ctt_list > li > a > .img_bx {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_wrap .ms_ctt .ctt_list > li > a > .img_bx > img {
}

.wp_wrap .ms_ctt .ctt_list > li > a > .txt {
    font-size: 30px;
    font-weight: var(--font-w600);
}

.wp_wrap .ms_ctt .ctt_list > li:hover > a {
    color: #fff;
    background-color: #6161BC;
    border-radius: 50%;
    transition: 0.3s ease-in;
}

.wp_wrap .ms_ctt .ctt_list > li:hover > a > .img_bx svg rect,
.wp_wrap .ms_ctt .ctt_list > li:hover > a > .img_bx svg path {
    fill: #fff;
    transition: 0.3s ease-in;
}


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


/**********************************************************************************************************************/
/*서브탑 영역 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/*서브탑 공통*/
.wp_wrap #sub_top {
    position: relative;
    z-index: 9;
}

.wp_wrap #sub_top .sec_wrp {
}

.wp_wrap #sub_top .sec_ir {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 60px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*서브탑 타이틀*/
.wp_wrap #sub_top .sec_ir >.sec_tit>strong{}
.wp_wrap #sub_top .sec_ir >.sec_tit>h2{
    font-size: 70px;
}



/*--------------------------------------------------------------------------------------------------------------------*/
/*서브탑 가이드메뉴*/
.wp_wrap #sub_top .sec_ir .gd_mnu_itms {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.wp_wrap #sub_top .sec_ir .gd_mnu_itms > .gd_home {
}

.wp_wrap #sub_top .sec_ir .gd_mnu_itms > .gd_home svg {
}

.wp_wrap #sub_top .sec_ir .gd_mnu_itms .gd_mnu_itm {
    position: relative;
    cursor: pointer;
}

.wp_wrap #sub_top .sec_ir .gd_mnu_itms .gd_mnu_itm > .itm_tit {
    width: 100%;
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: var(--font-w500);
    letter-spacing: -1px;
}

.wp_wrap #sub_top .sec_ir .gd_mnu_itms .gd_mnu_itm02 > .itm_tit {
    color: #36369D;
}

.wp_wrap #sub_top .sec_ir .gd_mnu_itms .gd_mnu_itm > .itm_tit::before {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
}

.wp_wrap #sub_top .sec_ir .gd_mnu_itms .gd_mnu_itm > .sub_gd_mnu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 15px 10px;
    background: #36369D;
    border-radius: 10px;
    z-index: 100;
}

.wp_wrap #sub_top .sec_ir .gd_mnu_itms .gd_mnu_itm > .sub_gd_mnu > li {
    padding: 5px 0;
}

.wp_wrap #sub_top .sec_ir .gd_mnu_itms .gd_mnu_itm > .sub_gd_mnu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: var(--font-w400);
    line-height: 10px;
    text-align: center;
    transition: 0.3s;
}

.wp_wrap #sub_top .sec_ir .gd_mnu_itms .gd_mnu_itm > .sub_gd_mnu > li:hover > a {
    color: #ddd;
    transition: 0.3s;
}


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


/**********************************************************************************************************************/
/*서브영역 */
/**********************************************************************************************************************/

/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 공통 박스*/
.wp_wrap .cm_sub_sec{}
.wp_wrap .cm_sub_sec .sec_wrp{}
.wp_wrap .cm_sub_sec .sec_ir{
    padding:120px 0;
}


/*서브 공통 플래그타이틀*/
.wp_wrap .cm_flag{
    width: 100%;
    color:#36369D;
    font-size: 20px;
    font-family: 'Paperozi';
    font-weight: var(--font-w700);
    margin-bottom: 5px;
}


/*서브 공통 타이틀*/
.wp_wrap .cm_sub_tit{
    width: 100%;
    font-size: 50px;
    font-family: 'Paperozi';
    font-weight: var(--font-w700);
    text-align: center;
}
.wp_wrap .cm_sub_tit>.min_tit{
    display: block;
}


/*서브 공통 순서타이틀*/
.wp_wrap .cm_od_tit{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
}
.wp_wrap .cm_od_tit>.tit{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 50px;
    font-family: 'Paperozi';
    font-weight: var(--font-w700);
}
.wp_wrap .cm_od_tit>.tit>span{
    font-weight: var(--font-w500);
}
.wp_wrap .cm_od_tit>.min_tit{
    color:#36369D;
    font-size: 30px;
    font-weight: var(--font-w600);
    letter-spacing: -1px;
}



/*서브 공통 설명글*/
.wp_wrap .cm_sub_des{
    width: 100%;
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 32px;
}

/*서브 공통 설명글*/
.wp_wrap .cm_dcl_bx{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
}
.wp_wrap .cm_dcl_bx>dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}
.wp_wrap .cm_dcl_bx>dl>dt{
    color:#999999;
    font-size: 20px;
    font-weight: var(--font-w400);
}
.wp_wrap .cm_dcl_bx>dl>dd{
    color:#000;
    font-size: 20px;
    font-weight: var(--font-w400);
}



/*서브 공통 탭바*/
.wp_wrap .cm_tab_bar{
    width: 100%;
    height: 100px;
    padding:20px;
    background: #F7F7F7;
    border-radius: 50px;
    gap:10px;
}
.wp_wrap .cm_tab_bar>li{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
}
.wp_wrap .cm_tab_bar>li::after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #36369D;
    opacity: 0;
    transform: scaleX(0.5);
    border-radius: 50px;
    transition: 0.25s ease-out;
}
.wp_wrap .cm_tab_bar>li>.bar_ir{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: var(--font-w400);
    letter-spacing: -1px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
    transition: 0.4s;
}
.wp_wrap .cm_tab_bar>li.on>.bar_ir{
    color:#fff;
    font-weight: var(--font-w600);
}

.wp_wrap .cm_tab_bar>li:hover>.bar_ir{
    color:#fff;
    font-weight: var(--font-w600);
    transition: 0.4s;
}

.wp_wrap .cm_tab_bar>li:hover::after{
    opacity: 1;
    transform: scaleX(1);
    transition: 0.4s;
}
.wp_wrap .cm_tab_bar>li.on::after{
    opacity: 1;
    transform: scaleX(1);
}



/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 운영목표*/
.wp_wrap #shp_bn01{}
.wp_wrap #shp_bn01 .sec_wrp{}
.wp_wrap #shp_bn01 .sec_ir{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:120px;
}
.wp_wrap #shp_bn01 .sec_ir .bn_cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:80px;
}
.wp_wrap #shp_bn01 .sec_ir .bn_cont>.txt_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:35px;
    text-align: center;
}
.wp_wrap #shp_bn01 .sec_ir .bn_cont>.txt_area>.tit{}
.wp_wrap #shp_bn01 .sec_ir .bn_cont>.txt_area>.desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:40px;
}
.wp_wrap #shp_bn01 .sec_ir .bn_cont>.txt_area>.desc>.des{
    width: 100%;
    font-size: 20px;
    font-weight: var(--font-w400);
    letter-spacing: -1px;
    line-height: 32px;
}
.wp_wrap #shp_bn01 .sec_ir .bn_cont>.img_area{
    width: 100%;
    height: 750px;
    overflow: hidden;
    border-radius: 30px;
}
.wp_wrap #shp_bn01 .sec_ir .bn_cont>.img_area>.img_frm{
    width: 100%;
    height: 100%;
}
.wp_wrap #shp_bn01 .sec_ir .bn_cont>.img_area>.img_frm>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.tit_area{
    width: 100%;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.tit_area>h3{
    text-align: center;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area{
    width: 100%;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms{
    margin:0 auto;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms01{
    max-width: 1300px;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms>li{
    width: 400px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:60px;
    border:1px solid #36369D;
    border-radius: 30px;
    transition: 0.35s ease-out;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms>li:hover{
    border-radius: 50%;
    background: #36369D;
    transition: 0.4s ease-in;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms>li>.img_bx{
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms>li>.img_bx svg{}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms>li>.img_bx >img{}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms>li>.txt{
    font-size: 30px;
    font-weight: var(--font-w600);
    text-align: center;
    letter-spacing: -1px;
    transition: 0.35s ease-out;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms>li:hover>.img_bx svg g g path,
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms>li:hover>.img_bx svg g path{
    fill:#fff;
    transition: 0.4s ease-in;
}
.wp_wrap #shp_bn01 .sec_ir .bn_sq_cont>.sq_area>.sq_itms>li:hover>.txt{
    color:#fff;
    transition: 0.4s ease-in;
}



/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 현황및 성과*/

/*차트 모양*/
.wp_wrap #shp_cht01{}
.wp_wrap #shp_cht01 .sec_wrp{}
.wp_wrap #shp_cht01 .sec_ir{}
.wp_wrap #shp_cht01 .sec_ir .cht_cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:80px;
}
.wp_wrap #shp_cht01 .sec_ir .cht_cont>.txt_area{
    width: 100%;
}
.wp_wrap #shp_cht01 .sec_ir .cht_cont>.cht_area{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding:80px 0;
    background: #F9F9F9;
    border-radius: 30px;
}
.wp_wrap #shp_cht01 .sec_ir .cht_cont>.cht_area>.cht_frm{
    padding:10px 20px;
}
.wp_wrap #shp_cht01 .sec_ir .cht_cont>.cht_area>.cht_frm svg{
    width: 100%;
    height: 100%;
}


/*파이 모양*/
.wp_wrap #shp_pie01{
    background: #36369D;
}
.wp_wrap #shp_pie01 .sec_wrp{}
.wp_wrap #shp_pie01 .sec_ir{}
.wp_wrap #shp_pie01 .sec_ir>.pie_cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_pie01 .sec_ir>.pie_cont >.txt_area{
    width: 100%;
}
.wp_wrap #shp_pie01 .sec_ir>.pie_cont >.txt_area>h3{
    color:#fff;
}

.wp_wrap #shp_pie01 .sec_ir>.pie_cont .pie_area{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_wrap #shp_pie01 .sec_ir>.pie_cont .pie_area >.pie_itms{
    max-width: 1350px;
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.wp_wrap #shp_pie01 .sec_ir>.pie_cont .pie_area >.pie_itms>.pie_itm{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    /*background-color: rgba(255,255,255,.2);*/
    background: conic-gradient( #fff 310deg, rgba(255, 255, 255, .5) 310deg);
    --progress: 0deg;
}
.wp_wrap #shp_pie01 .sec_ir>.pie_cont .pie_area >.pie_itms>.pie_itm>.itm_ir{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 97%;
    height: 97%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    background: #36369D;
    border-radius: 50%;
}
.wp_wrap #shp_pie01 .sec_ir>.pie_cont .pie_area >.pie_itms>.pie_itm>.itm_ir>.frm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.wp_wrap #shp_pie01 .sec_ir>.pie_cont .pie_area >.pie_itms>.pie_itm>.itm_ir>.frm>.tit{
    color: #fff;
    font-size: 30px;
    font-weight: var(--font-w600);
}
.wp_wrap #shp_pie01 .sec_ir>.pie_cont .pie_area >.pie_itms>.pie_itm>.itm_ir>.frm>.num_txt{
    color: #fff;
    font-size: 28px;
    font-weight: var(--font-w600);
}
.wp_wrap #shp_pie01 .sec_ir>.pie_cont .pie_area >.pie_itms>.pie_itm>.itm_ir>.frm>.num_txt>.num{
    color: #fff;
    font-size: 56px;
    font-weight: var(--font-w600);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 걸어온길*/
.wp_wrap #shp_hty01{}
.wp_wrap #shp_hty01 .sec_wrp{}
.wp_wrap #shp_hty01 .sec_ir{}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont>.txt_area{}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont>.txt_area>h3{
    text-align: left;
}

.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:75px;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li{
    max-width: 1210px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-inline: auto;
    color:#999999;
    opacity: 0.4;
    transition: opacity 0.4s ease,transform 0.4s ease;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li.on{
    transform: translateX(-20%);
    opacity: 1;
    transition: opacity 0.4s ease,transform 0.4s ease;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li>.yr{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 26px;
    font-family: "Paperozi";
    font-weight: 700;
    transition: 0.5s;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li.on>.yr{
    display: flex;
    min-width: 70px;
    color:#36369D;
    transition: 0.6s;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li>.yr::before{
    display: block;
    content: "";
    border-top: 20px solid transparent;
    border-left: 30px solid #36369D;
    border-bottom: 20px solid transparent;
    margin-right: 50px;
    opacity: 0;
    transition: 0.4s;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li.on>.yr::before{
    opacity: 1;
    transition: 0.4s;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li>.yr::after{
    display: block;
    content: "";
    width: 170px;
    margin-inline: 20px;
    border-bottom:1px dotted #AAAAAA;
    opacity: 0;
    transition: 0.4s;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li.on>.yr::after{
    opacity: 1;
    transition: 0.4s;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li>.sub_hty{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
    padding-top: 5px;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li>.sub_hty>li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--font-w400);
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li>.sub_hty>li>.mth{
    min-width: 40px;
}
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li>.sub_hty>li>.txt{
}

.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li.on>.sub_hty>li>.mth,
.wp_wrap #shp_hty01 .sec_ir>.hty_cont .hty_itms>li.on>.sub_hty>li>.txt{
    color:#000000;
}



/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 브로슈어*/
.wp_wrap #shp_brs01{}
.wp_wrap #shp_brs01 .sec_wrp{}
.wp_wrap #shp_brs01 .sec_ir{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:120px;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.txt_area{
    width: 100%;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.txt_area>h3{
    text-align: left;
}

.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area{}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms{}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li{}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li>a{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
    transition: 0.3s;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li:hover>a{
    color:#36369D;
    transition: 0.3s;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li>a>.img_bx{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li>a>.img_bx>.img_frm{}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li>a>.img_bx>.img_frm>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li>a>.img_bx>.img_ovly{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(54, 54, 157,.5);
    transition: 0.4s;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li:hover>a>.img_bx>.img_ovly{
    opacity: 1;
    transition: 0.4s;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li>a>.img_bx>.img_ovly>.dwn_bx{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-width: 90px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(20px);
    transition: 0.3s;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li:hover>a>.img_bx>.img_ovly>.dwn_bx{
    transform: translateY(0px);
    transition: 0.3s;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li>a>.img_bx>.img_ovly>.dwn_bx>i{
    color:#36369D;
    font-size: 40px;
}
.wp_wrap #shp_brs01 .sec_ir>.brs_cont>.brs_area>.brs_itms>li>a>.tit{
    width: 100%;
    font-size: 20px;
    font-weight: var(--font-w500);
    text-align: center;
}




/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 SNS 바로가기*/
.wp_wrap #shp_sns01{}
.wp_wrap #shp_sns01 .sec_wrp{}
.wp_wrap #shp_sns01 .sec_ir{}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.txt_area{}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.txt_area>h3{
    text-align: left;
}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.sns_area{
    width: 100%;
}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.sns_area>.sns_itms{
    width: 100%;
}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.sns_area>.sns_itms>li{}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.sns_area>.sns_itms>li>a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:20px;
    height: 120px;
    padding-inline: 40px;
    font-size: 24px;
    font-weight: var(--font-w600);
    background-color: #F4F4F4;
    border-radius: 30px;
}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.sns_area>.sns_itms>li>a>.txt_bx{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.sns_area>.sns_itms>li>a>.txt_bx>img{}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.sns_area>.sns_itms>li>a>.arw_bx{
    opacity: 0;
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    transform: translateX(-15px);
}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.sns_area>.sns_itms>li>a>.arw_bx>i{
    color:#36369D;
    transition: 0.4s;
}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.sns_area>.sns_itms>li:hover>a{
    color:#fff;
    background-color: #36369D;
    transition: 0.4s;
}
.wp_wrap #shp_sns01 .sec_ir>.sns_cont>.sns_area>.sns_itms>li:hover>a>.arw_bx{
    opacity: 1;
    transform: translateX(0px);
    transition: 0.4s;
}





/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 프로그램*/


/*프로그램 상단 */
.wp_wrap #shp_pgm01{}
.wp_wrap #shp_pgm01 .sec_wrp{}
.wp_wrap #shp_pgm01 .sec_ir{}
.wp_wrap #shp_pgm01 .sec_ir .pgm_cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_pgm01 .sec_ir .pgm_cont>.txt_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:40px;
}
.wp_wrap #shp_pgm01 .sec_ir .pgm_cont>.txt_area>h3{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
    text-align: left;
}
.wp_wrap #shp_pgm01 .sec_ir .pgm_cont>.txt_area>h3>.cm_min_txt{
    color:#36369D;
    font-size: 30px;
    font-weight: var(--font-w600);
    letter-spacing: -1px;
}


.wp_wrap #shp_pgm01 .sec_ir .pgm_cont>.pgm_area{
    position: relative;
    width: 100%;
    padding:60px 40px 115px;
    border-radius: 30px;
    background: #F7F7F7;
}
.wp_wrap #shp_pgm01 .sec_ir .pgm_cont>.pgm_area>.pgm_col{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
}
.wp_wrap #shp_pgm01 .sec_ir .pgm_cont>.pgm_area>.pgm_col>.pgm_row{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    border-radius: 20px;
    overflow: hidden;
}
.wp_wrap #shp_pgm01 .sec_ir .pgm_cont>.pgm_area>.pgm_col>.pgm_row>dt{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px 0;
    color:#fff;
    font-size: 26px;
    font-weight: var(--font-w600);
    text-align: center;
    background-color: #36369D;
}
.wp_wrap #shp_pgm01 .sec_ir .pgm_cont>.pgm_area>.pgm_col>.pgm_row>dd{
    width: 100%;
    flex-grow: 1;
    background-color: #fff;
    font-size: 20px;
    font-weight: var(--font-w400);
    text-align: center;
    padding:40px 20px;
    line-height: 32px;
    letter-spacing: -1px;
}

.wp_wrap #shp_pgm01 .sec_ir .pgm_cont>.pgm_area>.arw_cont{
    position: absolute;
    right: 80px;
    bottom: 65px;
}
.wp_wrap #shp_pgm01 .sec_ir .pgm_cont>.pgm_area>.arw_cont>img{}


/*프로그램 하단 탭 */

.wp_wrap #shp_tab02{
}
.wp_wrap #shp_tab02 .sec_wrp{}
.wp_wrap #shp_tab02 .sec_ir{
    padding:0;
}
.wp_wrap #shp_tab02 .sec_ir>.tab_cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_tab02 .sec_ir>.tab_cont>.txt_area{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:25px;
}
.wp_wrap #shp_tab02 .sec_ir>.tab_cont>.txt_area>h3{
    text-align: left;
}
.wp_wrap #shp_tab02 .sec_ir>.tab_cont>.txt_area>p{}
.wp_wrap #shp_tab02 .sec_ir>.tab_cont>.txt_area>.cm_dcl_bx{
    padding-top: 15px;
}

.wp_wrap #shp_tab02 .sec_ir>.tab_cont>.tab_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_tab02 .sec_ir>.tab_cont>.tab_area>.tab_hd{
    width: 100%;
}


/*풀탭모양(화면전체영역슬라이드)*/
.wp_wrap .cm_over_tab{}
.wp_wrap .cm_over_tab>.tab_bd{
    max-width: 1730px;
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
}

/*프로그램 탭*/
.wp_wrap .cm_tab_pgm{
    padding:80px 0 120px;
}
.wp_wrap .cm_tab_pgm>.itm{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:80px;
}
.wp_wrap .cm_tab_pgm>.itm.on{
    display: flex;
}

.wp_wrap .cm_tab_pgm>.itm>.txt_area{}
.wp_wrap .cm_tab_pgm>.itm>.txt_area>p{
    margin-top: 40px;
}

.wp_wrap .cm_tab_pgm>.itm>.sd_area{
    position: relative;
    width: 100%;
}
.wp_wrap .cm_tab_pgm>.itm>.sd_area>.btn_arw{
    position: absolute;
    top: 50%;
    color:#DDDDDD;
    background-color: unset;
    font-size: 45px;
    z-index: 99;
    transition: 0.4s;
    transform: translateY(-50%);
}
.wp_wrap .cm_tab_pgm>.itm>.sd_area>.btn_arwp_lt{
    left:-45px;
}
.wp_wrap .cm_tab_pgm>.itm>.sd_area>.btn_arwp_rt{
    right:-45px;
}
.wp_wrap .cm_tab_pgm>.itm>.sd_area>.btn_arw:hover{
    color:#36369D;
    transition: 0.4s;
}


/*슬라이드*/
.wp_wrap .cm_tab_pgm>.itm>.sd_area>.swiper{
    overflow: unset;
}
.wp_wrap .cm_tab_pgm>.itm>.sd_area>.swiper .swiper-slide{
    padding:10px;
    opacity: 0.4;
    transform: scale(0.8);
}

.wp_wrap .cm_tab_pgm>.itm>.sd_area>.swiper .swiper-slide.swiper-slide-prev,
.wp_wrap .cm_tab_pgm>.itm>.sd_area>.swiper .swiper-slide.swiper-slide-next,
.wp_wrap .cm_tab_pgm>.itm>.sd_area>.swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
    transform: scale(1);
}

.wp_wrap .cm_tab_pgm>.itm>.sd_area>.swiper .swiper-slide .img_bx{
    width: 100%;
    height: 360px;
    border-radius: 30px;
    overflow: hidden;
}
.wp_wrap .cm_tab_pgm>.itm>.sd_area>.swiper .swiper-slide .img_bx>.img_frm{
    width: 100%;
    height: 100%;
}
.wp_wrap .cm_tab_pgm>.itm>.sd_area>.swiper .swiper-slide .img_bx>.img_frm>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*지도영역*/
.wp_wrap .cm_tab_pgm>.itm>.mp_area{
    width: 100%;
}
.wp_wrap .cm_tab_pgm>.itm>.mp_area>.mp_frm{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_wrap .cm_tab_pgm>.itm>.mp_area>.mp_frm svg{}


/*사각형상자리스트*/
.wp_wrap .cm_tab_pgm>.itm>.sq_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:80px
}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.tp{
    width: 100%;
}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.tp>li{}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.tp>li>.img_frm{
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.tp>li>.img_frm>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-out;
}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.tp>li:hover>.img_frm>img{
    transform: scale(1.2);
    transition: 0.35s ease-in;
}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.bt{
    width: 100%;
}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.bt>li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap:60px;
    height: 400px;
    padding:10px;
    border-radius: 20px;
    background-color: #F7F7F7;
}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.bt>li>.img_frm{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.bt>li>.img_frm>img{}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.bt>li>.txt_bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.bt>li>.txt_bx>.tit{
    font-size: 24px;
    font-weight: var(--font-w600);
}
.wp_wrap .cm_tab_pgm>.itm>.sq_area>.bt>li>.txt_bx>.des{
    font-size: 20px;
    font-weight: var(--font-w400);
    letter-spacing: -1px;
    line-height: 32px;
}



/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 공간*/
.wp_wrap .cm_tab_sdv{}
.wp_wrap .cm_tab_sdv>.itm{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:40px;
}
.wp_wrap .cm_tab_sdv>.itm.on{
    display: flex;
}

.wp_wrap .cm_tab_sdv>.itm>.itm_ir{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:20px;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.sd_bx{
    max-width: 850px;
    width: 100%;
    overflow: hidden;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.sd_bx>.spc_sd{
    width: 100%;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.sd_bx>.spc_sd li{
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 30px;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.sd_bx>.spc_sd li>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap:30px;
    padding-left: 30px;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx>.spc_txt_sd{
    width: 100%;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx>.spc_txt_sd li{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap:15px;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx>.spc_txt_sd li.on{
    display: flex;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx>.spc_txt_sd li>.flag{
    color:#36369D;
    font-size: 24px;
    font-weight: var(--font-w600);
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx>.spc_txt_sd li>.des{
    color:#000;
    font-size: 40px;
    font-family: "Paperozi";
    font-weight: var(--font-w700);
    line-height: 50px;
}



.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx>.arw_btn_bx{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx>.arw_btn_bx>.btn_arw{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    color:#fff;
    font-size: 16px;
    border-radius: 50%;
    background-color: #DDDDDD;
    transition: 0.3s;
}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx>.arw_btn_bx>.btn_arws_lt{}
.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx>.arw_btn_bx>.btn_arws_rt{}

.wp_wrap .cm_tab_sdv>.itm>.itm_ir>.txt_bx>.arw_btn_bx>.btn_arw:hover{
    background-color: #36369D;
    transition: 0.4s;
}



/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 프로젝트*/
.wp_wrap #shp_ntc01{
    width: 100%;
}
.wp_wrap #shp_ntc01>.ntc_frm{}
.wp_wrap #shp_ntc01>.ntc_frm>iframe{
    width: 100%;
    min-height: 500px;
}




/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 문의하기*/
.wp_wrap #shp_form01{}
.wp_wrap #shp_form01 .sec_wrp{}
.wp_wrap #shp_form01 .sec_ir{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:120px;
}
/*폼영역*/
.wp_wrap #shp_form01 .sec_ir>.form_cont{
    width: 100%;
}
.wp_wrap #shp_form01 .sec_ir>.form_cont>form{
    width: 100%;
}
.wp_wrap #shp_form01 .sec_ir>.form_cont .cont_ir{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
    padding:70px 60px 60px;
    background-color: #F7F7F7;
    border-radius: 30px;
}
.wp_wrap .frm_row{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
}
.wp_wrap .frm_row.frm_row01{}
.wp_wrap .frm_row.frm_row02{}
.wp_wrap .frm_row >.tit_bx{
    width: 100%;
}
.wp_wrap .frm_row01 >.tit_bx{
    padding-bottom: 20px;
    border-bottom: 1px solid #36369D;
}
.wp_wrap .frm_row >.tit_bx>.tit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:5px;
    font-size: 30px;
    font-weight: var(--font-w600);
}
.wp_wrap .frm_row >.tit_bx>.tit>span{
    font-weight: var(--font-w400);
}
.wp_wrap .frm_row >.tit_bx>.tit_star{}
.wp_wrap .frm_row >.tit_bx>.tit_star::after{
    display: block;
    content: "*";
    color:#35359A;
}
.wp_wrap .frm_row >.inp_list{
    width: 100%;
}
.wp_wrap .frm_row >.inp_list01{}
.wp_wrap .frm_row >.inp_list02{}


/*인풋 - 라디오*/
.wp_wrap .frm_row >.inp_list>.rd_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}
.wp_wrap .frm_row >.inp_list>.rd_list>li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}
.wp_wrap .frm_row >.inp_list>.rd_list>li>input[type=radio]{
    display: none;
}
.wp_wrap .frm_row >.inp_list>.rd_list>li>label{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    padding-inline: 20px;
    font-size: 20px;
    font-weight: var(--font-w400);
    background-color: #fff;
    border-radius: 50px;
}
.wp_wrap .frm_row >.inp_list>.rd_list>li>label:hover{
    color:#fff;
    background-color: #35359A;
    transition: 0.4s;
}
.wp_wrap .frm_row >.inp_list>.rd_list>li>input[type=radio]:checked + label{
    color:#fff;
    background-color: #35359A;
}
/*인풋 - 텍스트*/
.wp_wrap .frm_row >.inp_list>.inp_col{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:5px;
}
.wp_wrap .frm_row >.inp_list>.inp_col>.col_tit{}
.wp_wrap .frm_row >.inp_list>.inp_col>.col_tit>.tit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:5px;
    font-size: 20px;
    font-weight: var(--font-w400);
}
.wp_wrap .frm_row >.inp_list>.inp_col>.col_tit>.tit_pic{}
.wp_wrap .frm_row >.inp_list>.inp_col>.col_tit>.tit_pic::after{
    display: block;
    content: "*";
    color:#35359A;
}
.wp_wrap .frm_row >.inp_list>.inp_col>.col_inp{
    width: 100%;
}
.wp_wrap .frm_row >.inp_list>.inp_col>.col_inp>input{
    width: 100%;
    height: 60px;
    padding:0 10px;
    background: #fff;
    border:1px solid #DDDDDD;
    border-radius: 10px;
    outline:none;
}


/*인풋 - 파일*/
.wp_wrap .frm_row >.inp_list>.file_bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
}
.wp_wrap .frm_row >.inp_list>.file_bx>.file_frm{}
.wp_wrap .frm_row >.inp_list>.file_bx>.file_frm>input[type=file]{
    min-width: 225px;
    max-width: 240px;
    width: 100%;
    height: 40px;
    border:1px solid #C4C4C4;
    background-color:#FFFFFF;
    border-radius: 20px;
    text-align: center;
}
.wp_wrap .frm_row >.inp_list>.file_bx>.file_frm>input[type=file]::file-selector-button{
    width: 100px;
    height: 40px;
    color:#fff;
    font-size: 14px;
    font-weight: var(--font-w300);
    text-align: center;
    background-color: #35359A;
    border:none;
}
.wp_wrap .frm_row >.inp_list>.file_bx>.gd_txt{
    font-size: 16px;
    font-weight: var(--font-w400);
}


/*인풋 - 텍스트아리아*/
.wp_wrap .frm_row >.inp_list>.ipa_bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
}
.wp_wrap .frm_row >.inp_list>.ipa_bx>.ipa_frm{
    width: 100%;
}
.wp_wrap .frm_row >.inp_list>.ipa_bx>.ipa_frm>textarea{
    width: 100%;
    height: 200px;
    padding:10px;
    border-radius: 10px;
    border:1px solid #DDDDDD;
    outline:none;
}
.wp_wrap .frm_row >.inp_list>.ipa_bx>.gd_txt{
    color:#35359A;
    font-size: 16px;
    font-weight: var(--font-w400);
}

/*개인정보취급방침*/
.wp_wrap .frm_agr_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
}
.wp_wrap .frm_agr_list>.agr_frm{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:5px;
}
.wp_wrap .frm_agr_list>.agr_frm>input[type=checkbox]{
    display: none;
}
.wp_wrap .frm_agr_list>.agr_frm>.chk_ico{
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url("/img/icon/ico_chk01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.wp_wrap .frm_agr_list>.agr_frm>input[type=checkbox]:checked+.chk_ico{
    background-image: url("/img/icon/ico_chk02.png");
}
.wp_wrap .frm_agr_list>.agr_frm>span,
.wp_wrap .frm_agr_list>.agr_frm>label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: var(--font-w400);
    cursor: pointer;
}

.wp_wrap .frm_btn_bx{
    width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    gap:10px;
}
.wp_wrap .frm_btn_bx>.btn_smt{
    max-width: 150px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    background-color: #36369D;
    border-radius: 50px;
    transition: 0.4s;
}
.wp_wrap .frm_btn_bx>.btn_smt:hover{
    background-color: #36369D;
    transition: 0.4s;
}


/*지도영역*/
.wp_wrap #shp_form01 .sec_ir>.map_cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:35px;
}
.wp_wrap #shp_form01 .sec_ir>.map_cont>.txt_area{
    width: 100%;
}
.wp_wrap #shp_form01 .sec_ir>.map_cont>.txt_area>h3{
    text-align: left;
}
.wp_wrap #shp_form01 .sec_ir>.map_cont>.map_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_form01 .sec_ir>.map_cont>.map_area>.map_info{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap:120px;
    row-gap:20px;
}
.wp_wrap #shp_form01 .sec_ir>.map_cont>.map_area>.map_info>li{
    max-width: 600px;
    width: 100%;
}
.wp_wrap #shp_form01 .sec_ir>.map_cont>.map_area>.map_info>li>.txt{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
    color:#000;
    font-size: 20px;
    font-weight: var(--font-w300);
}
.wp_wrap #shp_form01 .sec_ir>.map_cont>.map_area>.map_info>li>.txt>.ico_bx{
    min-width: 44px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #36369D;
}
.wp_wrap #shp_form01 .sec_ir>.map_cont>.map_area>.map_info>li>.txt>.ico_bx>img{}
.wp_wrap #shp_form01 .sec_ir>.map_cont>.map_area>.map_bx{
    width: 100%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}
.wp_wrap #shp_form01 .sec_ir>.map_cont>.map_area>.map_bx>iframe{
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*개인정보 처리방침 모달*/
.wp_wrap #agr_mdl{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.wp_wrap #agr_mdl .mdl_wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_wrap #agr_mdl .mdl_ir{
    max-width: 800px;
    width: 100%;
    padding:30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:30px;
    border-radius: 20px;
    background-color: #fff;
    border:2px solid #35359A;
}
.wp_wrap #agr_mdl .mdl_ir>.mdl_hd{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp_wrap #agr_mdl .mdl_ir>.mdl_hd>.tit{
    font-size: 22px;
    font-weight: var(--font-w700);
}
.wp_wrap #agr_mdl .mdl_ir>.mdl_hd>.btn_agr_cls{
    font-size: 30px;
    background-color: unset;
}
.wp_wrap #agr_mdl .mdl_ir>.mdl_hd>.btn_agr_cls>i{}
.wp_wrap #agr_mdl .mdl_ir>.mdl_bd{
    width: 100%;
}
.wp_wrap #agr_mdl .mdl_ir>.mdl_bd>.agr_txt{
    height: 300px;
    padding: 15px;
    font-size: 16px;
    font-weight: var(--font-w400);
    border:1px solid #eee;
    overflow-y: auto;
}
.wp_wrap #agr_mdl .mdl_ir>.mdl_ft{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_wrap #agr_mdl .mdl_ir>.mdl_ft>.chk_agre{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 165px;
    width: 100%;
    height: 40px;
    color:#fff;
    font-size: 22px;
    font-weight: var(--font-w600);
    background-color: #35359A;
    border-radius: 10px;
    transition: 0.4s;
}
.wp_wrap #agr_mdl .mdl_ir>.mdl_ft>.chk_agre:hover{
    background-color:#ddd;
    transition: 0.4s;
}



/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 SFL담당자*/
.wp_wrap #shp_tab01{}
.wp_wrap #shp_tab01 .sec_wrp{}
.wp_wrap #shp_tab01 .sec_ir{}
.wp_wrap #shp_tab01 .sec_ir>.tab_cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_tab01 .sec_ir>.tab_cont>.txt_area{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:25px;
}
.wp_wrap #shp_tab01 .sec_ir>.tab_cont>.txt_area>h3{
    text-align: left;
}
.wp_wrap #shp_tab01 .sec_ir>.tab_cont>.txt_area>p{}
.wp_wrap #shp_tab01 .sec_ir>.tab_cont>.txt_area>.cm_dcl_bx{
    padding-top: 15px;
}

.wp_wrap #shp_tab01 .sec_ir>.tab_cont>.tab_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #shp_tab01 .sec_ir>.tab_cont>.tab_area>.tab_hd{
    width: 100%;
}
.wp_wrap #shp_tab01 .sec_ir>.tab_cont>.tab_area>.tab_bd{
    width: 100%;
}

.wp_wrap .cm_tab_info{
    padding:60px;
    background-color: #F7F7F7;
    border-radius: 30px;
}
.wp_wrap .cm_tab_info>.itm{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:40px;
}
.wp_wrap .cm_tab_info>.itm.on{
    display: flex;
}

.wp_wrap .cm_tab_info>.itm>.tit_area{}
.wp_wrap .cm_tab_info>.itm>.tit_area>.tit{
    position: relative;
    font-size: 40px;
    font-family: "Paperozi";
    font-weight: var(--font-w700);
}
.wp_wrap .cm_tab_info>.itm>.tit_area>.tit::before{
    position: absolute;
    left: 0;
    top: -5px;
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #36369D;
}

.wp_wrap .cm_tab_info>.itm>.info_area{
    width: 100%;
}

.wp_wrap .cm_tab_info>.itm>.info_area>li{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:30px;
    width: 100%;
    padding:60px;
    background-color: #fff;
    border-radius: 30px;
}
.wp_wrap .cm_tab_info>.itm>.info_area>li>.info_tit{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:5px;
}
.wp_wrap .cm_tab_info>.itm>.info_area>li>.info_tit>.flag{
    color:#36369D;
    font-size: 20px;
    font-weight: var(--font-w400);
}
.wp_wrap .cm_tab_info>.itm>.info_area>li>.info_tit>.tit{
    font-size: 40px;
    font-weight: var(--font-w700);
}
.wp_wrap .cm_tab_info>.itm>.info_area>li>.info_tm{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
}
.wp_wrap .cm_tab_info>.itm>.info_area>li>.info_tm>li{
    width: 100%;
}
.wp_wrap .cm_tab_info>.itm>.info_area>li>.info_tm>li>a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
    font-size: 20px;
    font-weight: var(--font-w300);
    transition: 0.3s;
}
.wp_wrap .cm_tab_info>.itm>.info_area>li>.info_tm>li>a:hover{
    color:#36369D;
    transition: 0.3s;
}
.wp_wrap .cm_tab_info>.itm>.info_area>li>.info_tm>li>a>.ico_bx{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    width: 45px;
    height: 45px;
    background-color: #36369D;
    border-radius: 50%;
}
.wp_wrap .cm_tab_info>.itm>.info_area>li>.info_tm>li>a>.ico_bx>i{
    color:#fff;
    font-size: 22px;
}

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














































