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



:root {
    --font-pre100: 'Pretendard-Thin';
    --font-pre200: 'Pretendard-ExtraLight';
    --font-pre300: 'Pretendard-Light';
    --font-pre400: 'Pretendard-Regular';
    --font-pre500: 'Pretendard-Medium';
    --font-pre600: 'Pretendard-SemiBold';
    --font-pre700: 'Pretendard-Bold';
    --font-pre800: 'Pretendard-ExtraBold';
    --font-pre900: 'Pretendard-Black';
}


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


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

/*--------------------------------------------------------------------------------------------------------------------*/
/* 이너사이즈 */
.wp_wrap .cm_outter {
    max-width: 1710px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

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

.wp_wrap .cm_sec {
    padding: 160px 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 텍스트 */
.wp_wrap .sec_tit{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:15px;
    text-align: center;
}
.wp_wrap .sec_tit>h3{
    font-size: 50px;
    letter-spacing: -1px;
    font-family: var(--font-pre200);
}
.wp_wrap .sec_tit>h3>b{
    font-family: var(--font-pre800);
}
.wp_wrap .sec_tit>p{
    font-size: 25px;
    font-family: var(--font-pre300);
    letter-spacing: -1px;
    text-align: center;
}
.wp_wrap .sec_tit>p>b{
    font-family: var(--font-pre700);
}


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



/**********************************************************************************************************************/
/* 헤더영역 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더공통 */
.wp_wrap header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 9999;
    background: transparent;
}

.wp_wrap header .h_ir {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:20px 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 로고 */
.wp_wrap header .h_ir .logo {
    min-width: 180px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 우측정보창 */
.wp_wrap header .h_ir .hd_info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
}


/* 우측정보창_ 전화영역 */
.wp_wrap header .h_ir .hd_info .tel_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
    padding:10px 25px;
    color:#fff;
    font-size: 20px;
    font-family: var(--font-pre500);
    background-color: #1144A8;
    border-radius: 10px;
}
.wp_wrap header .h_ir .hd_info .tel_txt>img{}
.wp_wrap header .h_ir .hd_info .tel_txt>.num{
    font-family: var(--font-pre800);
}

/* 우측정보창_ 풀메뉴 열기 */
.wp_wrap header .h_ir .hd_info .btn_fm_opn{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 32px;
    height: 26px;
}
.wp_wrap header .h_ir .hd_info .btn_fm_opn>.bar{
    width: 100%;
    height: 3px;
    background: #1144A8;
}
.wp_wrap header .h_ir .hd_info .btn_fm_opn>.bar01{}
.wp_wrap header .h_ir .hd_info .btn_fm_opn>.bar02{}
.wp_wrap header .h_ir .hd_info .btn_fm_opn>.bar03{}



/* 마우스 커서 변경 */
.wp_wrap .cursor{
    position: fixed;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border:2px solid #1144A8;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    z-index: 99999;
    transition: .2s ease-out;
}
.wp_wrap .cursor.on{
    transform: scale(0);
    opacity: 0;
    transition: .35s ease-in;
}




/*--------------------------------------------------------------------------------------------------------------------*/
/* 풀메뉴 */
.wp_wrap #mdl_fm{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}
.wp_wrap #mdl_fm .mdl_wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
}
.wp_wrap #mdl_fm .mdl_ir{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap:80px;
    max-width: 520px;
    width: 100%;
    height: 100%;
    background: #518DED;
    transform: translateX(100%);
    transition: 0.35s ease-out;
}
.wp_wrap #mdl_fm.on .mdl_ir{
    transform: translateX(0%);
    transition: 0.4s ease-in;
}
.wp_wrap #mdl_fm .mdl_ir>.tp{
    display: flex;
    justify-content: flex-end;
    max-width: 330px;
    width: 100%;
    padding-top: 30px;
}
.wp_wrap #mdl_fm .mdl_ir>.tp>.btn_fm_cls{}
.wp_wrap #mdl_fm .mdl_ir>.tp>.btn_fm_cls>img{}
.wp_wrap #mdl_fm .mdl_ir>.bt{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:40px;
    max-width: 330px;
    width: 100%;
}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_mnu{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_mnu>li{}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_mnu>li>a{
    color:#fff;
    font-size: 30px;
    font-family: var(--font-pre400);
}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_qck{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_qck>.tit{
    color:#1144A8;
    font-size: 30px;
    font-family: var(--font-pre700);
}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_qck>.qck_list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_qck>.qck_list>li{}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_qck>.qck_list>li>a{
    width:75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #fff;
    border-radius: 15px;
    transition:0.3s
}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_qck>.qck_list>li:hover>a{
    border:1px solid #1144A8;
    background-color: #1144A8;
    transition:0.4s
}

.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_qck>.qck_list>li>a>img{}


.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_tel{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_tel>.tit{
    color:#1144A8;
    font-size: 30px;
    font-family: var(--font-pre700);
}
.wp_wrap #mdl_fm .mdl_ir>.bt>.mo_tel>.mo_tel_txt{
    color:#fff;
    font-size: 42px;
    font-family: var(--font-pre800);
    letter-spacing: -1px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 퀵메뉴 */
.wp_wrap #quik_mnu{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    overflow: hidden;
    box-shadow:0 2px 6px rgba(0,0,0,.1);
    border-radius: 30px 0  0 0;
    transform: translate(100%,-50%);
    transition: transform .2s ease-out;
}
.wp_wrap #quik_mnu.on{
    transform: translate(0,-50%);
    transition: transform .2s ease-in;
}
.wp_wrap #quik_mnu .mnu_ir{}
.wp_wrap #quik_mnu .mnu_ir .mnu_list{
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.wp_wrap #quik_mnu .mnu_ir .mnu_list.on{
    height: 0%;
}
.wp_wrap #quik_mnu .mnu_ir .mnu_list>li{
    min-width: 120px;
    width: 120px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:1px solid #C7C7C7;
}
.wp_wrap #quik_mnu .mnu_ir .mnu_list>li>a{
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
    padding:15px 5px;
}
.wp_wrap #quik_mnu .mnu_ir .mnu_list>li>a>.ico_bx{}
.wp_wrap #quik_mnu .mnu_ir .mnu_list>li>a>.ico_bx svg{}
.wp_wrap #quik_mnu .mnu_ir .mnu_list>li>a>.txt_bx{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:5px;
}
.wp_wrap #quik_mnu .mnu_ir .mnu_list>li>a>.txt_bx>.tit{
    color:#000;
    font-size: 18px;
    font-family: var(--font-pre200);
    letter-spacing: -1px;
    text-align: center;
}
.wp_wrap #quik_mnu .mnu_ir .mnu_list>li>a>.txt_bx>.num{
    color:#518DED;
    font-size: 20px;
    font-family: var(--font-pre700);
    text-align:center;
}

.wp_wrap #quik_mnu .mnu_ir .btn_top{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1144A8;
    overflow: hidden;
    transition: 0.15s ease-out;
}
.wp_wrap #quik_mnu .mnu_ir .btn_top svg{}

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


/**********************************************************************************************************************/
/*푸터영역*/
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
.wp_wrap footer {
    position: relative;
    background-color: #518DED;
    z-index: 1;
    /*background-image: url("/img/main/m_bn02.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 110% center;*/
}
.wp_wrap footer::before {
    display: block;
    content: "";
    background-image: url("/img/main/m_bn02.png");
    background-repeat: no-repeat;
    background-position: 110% center;

    /* 가상 요소를 부모 크기에 꽉 차게 배치 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* ★ 여기서 이미지 투명도 조절 (0.0 ~ 1.0) ★ */
    opacity: 0.05;
    /* 배경이 글자 뒤로 가도록 설정 */
    z-index: -1;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 상단 */
.wp_wrap footer .ft_tp{
    width: 100%;
    padding:160px 0;
}
.wp_wrap footer .ft_tp>.ft_ir{
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:75px;
    margin: 0 auto;
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_tit{
    color:#fff;
    font-size: 40px;
    line-height: 54px;
    font-family: var(--font-pre300);
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:80px;
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col{
    max-width: 465px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.tp{}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.tp>.tit{
    color:#fff;
    font-size: 30px;
    font-family: var(--font-pre300);
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.mid{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
    min-height: 155px;
    padding:10px 0;
    border-top:1px solid #DCDCDC;
    border-bottom:1px solid #DCDCDC;
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.mid>.mid_line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:50px;
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.mid>.mid_bold{}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.mid>.mid_line>dt{
    min-width: 115px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:5px;
    color:#fff;
    font-size: 20px;
    font-family: var(--font-pre500);
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.mid>.mid_line>dd{
    color:#fff;
    font-size: 20px;
    font-family: var(--font-pre200);
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.mid>.mid_line>dd>a{
    color:#fff;
    font-size: 20px;
    font-family: var(--font-pre200);
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.mid>.mid_bold>dt,
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.mid>.mid_bold>dd{
    color:#FFF23A;
}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.bt{}
.wp_wrap footer .ft_tp>.ft_ir>.ft_info_row>.col>.bt>.gd_txt{
    color:#fff;
    font-size: 20px;
    font-family: var(--font-pre500);
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 하단 */
.wp_wrap footer .ft_bt{
    border-top: 1px solid #DCDCDC;
}
.wp_wrap footer .ft_bt>.bt_ir{
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
    padding: 45px 0 65px;
    margin: 0 auto;
}
.wp_wrap footer .ft_bt>.bt_ir>.ft_info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:25px;
}
.wp_wrap footer .ft_bt>.bt_ir>.ft_info>.logo_txt,
.wp_wrap footer .ft_bt>.bt_ir>.ft_info>.txt{
    color:#fff;
    font-size: 14px;
    font-family: var(--font-pre400);
    letter-spacing: -1px;
}
.wp_wrap footer .ft_bt>.bt_ir>.ft_copy{
    color:#fff;
    font-size: 14px;
    font-family: var(--font-pre400);
    letter-spacing: -1px;
}
.wp_wrap footer .ft_bt>.bt_ir>.ft_copy>a{
    color:#fff;
    transition: 0.4s ease-out;
}
.wp_wrap footer .ft_bt>.bt_ir>.ft_copy>a:hover{
    color:#C50202;
    transition: 0.4s ease-in;
}


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



/**********************************************************************************************************************/
/* 메인페이지 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 - 비주얼*/
.wp_wrap .m_visual {
    position: relative;
    overflow: hidden;
}

.wp_wrap .m_visual .m_slider {
    position: relative;
}

.wp_wrap .m_visual .m_slider .mv_slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.wp_wrap .m_visual .m_slider .mv_slide .mv_img.mv_img01 {
    background: url(../img/main/m_slide1.jpg) no-repeat center center / cover;
}

.wp_wrap .m_visual .m_slider .mv_slide .mv_img.mv_img02 {
    background: url(../img/main/m_slide2.jpg) no-repeat center center / cover;
}
.wp_wrap .m_visual .m_slider .mv_slide .mv_img.mv_img03 {
    background: url(../img/main/m_slide3.jpg) no-repeat center center / cover;
}

.wp_wrap .m_visual .m_slider .mv_slide .mv_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    transform: scale(1);
    transition: 4s;
}

.wp_wrap .m_visual .m_slider .mv_slide.action .mv_img {
    transform: scale(1.05);
}
.wp_wrap .m_visual .m_slider .mv_slide .back_bar{
    position: absolute;
    left: 0;
    top: 48%;
    max-width: 1660px;
    width: 50%;
    height: 405px;
    background:rgba(18, 72, 175,.74);
    border-radius: 0 60px 60px 0;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2;
}

.wp_wrap .m_visual .m_slider .mv_slide.action .back_bar{
    opacity: 1;
    width: 100%;
    transition: 0.8s ease-out;
}

.wp_wrap .m_visual .m_slider .mv_slide .prs_img{
    position: absolute;
    right: 250px;
    top: 57%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
}
.wp_wrap .m_visual .m_slider .mv_slide.action .prs_img{
    opacity: 1;
    transition: 0.6s ease-in;
}
.wp_wrap .m_visual .m_slider .mv_slide .prs_img .in{
    position: relative;
}
.wp_wrap .m_visual .m_slider .mv_slide .prs_img .in .name{
    position: absolute;
    top: 230px;
    right: 50px;
    color: #090909;
}
.wp_wrap .m_visual .m_slider .mv_slide .prs_img .in .name .txt1{
    font-size: 20px;
    margin-bottom: 10px;
}
.wp_wrap .m_visual .m_slider .mv_slide .prs_img .in .name .txt2{
    font-size: 30px;
    font-family: var(--font-pre700);
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    z-index: 3;
}

.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .min_txt {
    color: #fff;
    font-size: 30px;
    font-family: var(--font-pre600);
    margin-bottom: 10px;
    transform: translateY(100px);
    transition: 1.5s;
    opacity: 0;
}

.wp_wrap .m_visual .m_slider .mv_slide.action .txt_box_out .txt_box .min_txt {
    transform: translateY(0);
    opacity: 1;
}

.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_txt {
    font-size: 60px;
    color: #090909;
    font-family: var(--font-pre700);
    margin-bottom: 35px;
    transform: translateY(100px);
    transition: 1.5s;
    transition-delay: 0.3s;
    opacity: 0;
}

.wp_wrap .m_visual .m_slider .mv_slide.action .txt_box_out .txt_box .mv_txt {
    transform: translateY(0);
    opacity: 1;
}

.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_des {
    transform: translateY(100px);
    transition: 1.5s;
    transition-delay: 0.6s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.wp_wrap .m_visual .m_slider .mv_slide.action .txt_box_out .txt_box .mv_des {
    transform: translateY(0);
    opacity: 1;
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_des p {
    color: #090909;
    font-size: 30px;
    line-height: 1.3;
}

.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_des p.fwsb {
    font-family: var(--font-pre600);
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_des p.fcgr {
    color: #575656;
}

.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_clr{
    color:#518DED;
}

.wp_wrap .m_visual .control_box {
    position: absolute;
    top: 76%;
    transform: translateY(-65%);
    left: calc(50% - 825px);
    display: flex;
    align-items: center;
    gap: 10px;
}

.wp_wrap .m_visual .control_box .ms_arr {
    background: transparent;
}

.wp_wrap .m_visual .control_box .ms_arr i {
    color: #e2e2e2;
    /* color: rgba(245, 245, 245, 0.54); */
}

.wp_wrap .m_visual .control_box .pause .icon_box {
    background: transparent;
}

.wp_wrap .m_visual .control_box .pause .icon_box i {
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    color: #e2e2e2;
    /* color: rgba(245, 245, 245, 0.54); */
}

.wp_wrap .m_visual .control_box .progress01 {
    position: relative;
    width: 230px;
    height: 4px;
    background: #fff;
}

.wp_wrap .m_visual .control_box .progress01::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 5px;
    /* background: #9CBF56;  */
    background: #FFC300;
    background: #518DED;
}

.wp_wrap .m_visual .control_box .progress01.bar_ani01::after {
    animation: visual_bar01 4s linear;
}

@keyframes visual_bar01 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

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

.wp_wrap .m_visual .scr .scr_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.wp_wrap .m_visual .scr .scr_icon .mouse_box {
    position: relative;
    width: 18px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.73);
    border-radius: 10px;
}

.wp_wrap .m_visual .scr .scr_icon .mouse_box .wheel {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.73);
    animation: wheel 1s infinite;
}

@keyframes wheel {
    0% {
        top: 5px;
    }

    100% {
        top: 13px;
    }
}

.wp_wrap .m_visual .scr .scr_icon .arr_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

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






/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 - place 사진 */
.wp_wrap .m_place {
    position: relative;
    overflow: hidden;
}
.wp_wrap .m_place .mplc_slider{}
.wp_wrap .m_place .mplc_slider .sld{
    height: 100dvh;
    overflow: hidden;
}
.wp_wrap .m_place .mplc_slider .sld img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap .m_place .mplc_slider .sld img,
.gallery_wrap .gallery_swiper .swiper-slide-duplicate img {
    transform: scale(1);
    transition: transform 4s;
}
.wp_wrap .m_place .mplc_slider .sld.swiper-slide-active img,
.wp_wrap .m_place .mplc_slider .sld.swiper-slide-duplicate-active img,
.wp_wrap .m_place .mplc_slider .sld-duplicate.swiper-slide-active img,
.wp_wrap .m_place .mplc_slider .sld-duplicate.swiper-slide-duplicate-active img {
transform: scale(1.1);
}
.wp_wrap .m_place .tit_box {
    max-width: 1570px;
    padding: 0 15px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 140px;
    z-index: 3;
}
.wp_wrap .m_place .tit_box h2 {
    font-size: 61px;
    font-weight: 800;
    font-family: var(--font-pre700);
    line-height: 1.4;
    letter-spacing: -1.5px;
    margin-bottom: 55px;
    color: #fff;
}
.wp_wrap .m_place .tit_box .place_pg {
    display: flex;
    flex-wrap: wrap;
}
.wp_wrap .m_place .tit_box .place_pg .swiper-pagination-bullet {
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    border: 1px solid #fff;
    border-color: transparent;
    opacity: 1;
    font-size: 16px;
    font-family: var(--font-pre500);
    letter-spacing: -0.5px;
    color: #fff;
    transition: 0.3s;
}
.wp_wrap .m_place .tit_box .place_pg .swiper-pagination-bullet.swiper-pagination-bullet-active {
border-color: #fff;
color: #fff;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 - 컨테이너 */
.wp_wrap .m_contain{
    position: relative;
    padding-bottom: 160px;
}
.wp_wrap .m_contain::before{
    position: absolute;
    right: 0;
    top: -160px;
    display: block;
    content: "";
    max-width: 1560px;
    width: 100%;
    height: 970px;
    border-left:1px solid #DCDCDC;
    border-bottom:1px solid #DCDCDC;
    border-radius: 0 0 0 300px;
}
.wp_wrap .m_contain::after{
    position: absolute;
    left: 0;
    bottom: 20%;
    display: block;
    content: "";
    max-width: 560px;
    width: 100%;
    height: 50%;
    border:1px solid #DCDCDC;
    border-radius: 0 280px 230px 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 - 카드 아티클 */
.wp_wrap #m_card01{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
    /*max-width: 1200px;*/
    width: 100%;
    margin-top: 160px;
    margin-inline: auto;
    /*padding-inline: 15px;*/
}
.wp_wrap #m_card01>.card_tp{
    width: 100%;
}
.wp_wrap #m_card01>.card_tp>.sec_tit{}
.wp_wrap #m_card01>.card_bt{
    width: 100%;
}
.wp_wrap #m_card01>.card_bt>.swiper{}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper{}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide{}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide>.card_bx{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transform: scale(0.8);
    opacity: 0.33;
    gap:20px;
    transition: 0.35s;
}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide.swiper-slide-prev>.card_bx,
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide.swiper-slide-next>.card_bx{
    opacity: 1;
    transition: 0.45s;
}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide.swiper-slide-active>.card_bx{
    transform: scale(1);
    opacity: 1;
    transition: 0.45s;
}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide>.card_bx>.img_bx{
    /*max-width: 430px;*/
    width: 100%;
    height: 380px;
    overflow: hidden;
    /*border-radius: 60px 0 60px 0;*/
}

.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide.swiper-slide-active>.card_bx>.img_bx{
    border-radius: 60px 0 60px 0;
}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide>.card_bx>.img_bx>.img_frm{
    width: 100%;
    height: 100%;
}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide>.card_bx>.img_bx>.img_frm>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide>.card_bx>.txt_bx{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide>.card_bx>.txt_bx>.tit{
    font-size: 32px;
    font-family: var(--font-pre500);
    transition: 0.35s;
}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide>.card_bx>.txt_bx>.des{
    font-size: 20px;
    font-family: var(--font-pre200);
    transition: 0.35s;
}
.wp_wrap #m_card01>.card_bt>.swiper .swiper-wrapper .swiper-slide.swiper-slide-active>.card_bx>.txt_bx>.tit{
    color:#518DED;
}

.wp_wrap #m_card01>.card_bt>.swiper>.btn_arw01{
    color:#636363;
    font-size: 22px;
    font-weight: bold;
}
.wp_wrap #m_card01>.card_bt>.swiper>.btn_arw_lt01{
    left: calc(50% - 220px);
}
.wp_wrap #m_card01>.card_bt>.swiper>.btn_arw_rt01{
    right: calc(50% - 220px);

}


/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 - 베너 아티클 */
.wp_wrap #m_bn01{
    position: relative;
    z-index: 1;
}
.wp_wrap #m_bn01 .sec_wrap{}
.wp_wrap #m_bn01 .sec_ir{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:30px;
    padding:240px 0 120px;
}
.wp_wrap #m_bn01 .sec_ir>.sec_tit{}
.wp_wrap #m_bn01 .sec_ir>.sec_tit>.tit{}
.wp_wrap #m_bn01 .sec_ir>.bn_cont{
    width: 100%;
    padding:100px 0;
    background: #E9F0FC;
    border-radius: 0 160px 0 160px;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir{
    max-width: 1200px;
    margin:0 auto;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:50px;
}

.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.txt_bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.txt_bx>.tit{
    font-size: 30px;
    font-family: var(--font-pre600);
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.txt_bx>.tit>.m_color{
    color:#013378
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.txt_bx>.tit>.m_color>.sb_color{
    color:#FB6654;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.txt_bx>.des{
    font-size: 25px;
    font-family: var(--font-pre200);
    line-height: 33px;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.img_bx{
    width:100%;
    position: relative;
    padding-top: 30px;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.img_bx>img.cmp_logo{
    position:absolute;
    left:-50px;
    top:-20px;
    width:195px;
    height:195px;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.img_bx>.img_frm{
    max-width: 465px;
    width:100%;
    height: 265px;
    overflow: hidden;
    border-radius: 25px;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.img_bx>.img_frm>img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
}

/*헤드 박스*/
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht_hd{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:50px;
    padding:0 20px;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht_hd01{
    background-color:#545454;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht_hd02{
    background-color:#518DED;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht_hd>.tit{
    color:#FFFFFF;
    font-size: 20px;
    font-family: var(--font-pre500);
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht_hd>.mth_txt{
    color:#E5E5E5;
    font-size: 20px;
    font-family: var(--font-pre300);
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht_hd>.mth_txt{

}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht_hd>.mth_txt>.num{
    font-family: var(--font-pre800);
}


/*첫번째 박스*/
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht01{
    width:100%;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht01 .bar{
    display: flex;
    justify-content: space-between;
    border-radius: 0 60px 60px 0;
    overflow: hidden;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht01 .bar01{
    background: #DCDCDC;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht01 .bar02{
    background:#D1CBCB;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht01 .bar03{
    background: #B7B1B1;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht01 .bar04{
    background:#848080;
}

.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht .bar>.txt_bx{
    min-width: 140px;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:5px;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht .bar>.txt_bx>.t_txt{
    text-align: center;
    font-size: 18px;
    font-family: var(--font-pre600);
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht .bar>.txt_bx>.b_txt{
    text-align: center;
    font-size: 16px;
    font-family: var(--font-pre300);
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht .bar>.txt_bx>.txt_clr01{
    color:#fff;
}
/*두번째 박스*/
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht02{}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht02{
    width:100%;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht02 .bar{
    display: flex;
    justify-content: center;
    border-radius: 0 60px 60px 0;
    overflow: hidden;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht02 .bar01{
    width: 100%;
    background:#1144A8;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht02 .bar01 >.txt_bx{
    flex-grow: 1;
}
.wp_wrap #m_bn01 .sec_ir>.bn_cont>.cont_ir>.col>.cht_bx>.cht02 .bar02{
    flex-grow: 2;
    background: #9EC2FC;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 - 썸네일 아티클 */
.wp_wrap #m_thumn01{}
.wp_wrap #m_thumn01 .sec_wrap{}
.wp_wrap #m_thumn01 .sec_ir{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px;
}
.wp_wrap #m_thumn01 .sec_ir .thumn_itms{
    width: 100%;
}
.wp_wrap #m_thumn01 .sec_ir .thumn_itms>li{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background: #fff;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
    /*transform: translateY(0px);*/
    /*transition: transform .15s ease-out;*/
    z-index: 1;
}
.wp_wrap #m_thumn01 .sec_ir .thumn_itms>li>.img_bx{
    width: 100%;
}
.wp_wrap #m_thumn01 .sec_ir .thumn_itms>li>.img_bx>.img_frm{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 240px;
    background: #FBF9F9;
    /* background: linear-gradient(180deg, rgba(251, 249, 249, 0) 0%, rgba(226, 226, 226, 0.17) 100%); */
    background: linear-gradient(180deg,rgba(251, 249, 249, 1) 0%, rgba(226, 226, 226, 1) 100%);
}
.wp_wrap #m_thumn01 .sec_ir .thumn_itms>li>.img_bx>.img_frm>img{}
.wp_wrap #m_thumn01 .sec_ir .thumn_itms>li>.txt_bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
    padding:15px 15px 30px;
}
.wp_wrap #m_thumn01 .sec_ir .thumn_itms>li>.txt_bx>.tit{
    font-size: 30px;
    font-family: var(--font-pre600);
    text-align: center;
}
.wp_wrap #m_thumn01 .sec_ir .thumn_itms>li>.txt_bx>.des{
    font-size: 18px;
    font-family: var(--font-pre200);
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.5;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 - 인트로 아티클 */
.wp_wrap #m_intro01{}
.wp_wrap #m_intro01 .sec_wrap{}
.wp_wrap #m_intro01 .sec_ir{
    position: relative;
    padding:120px 100px;
    z-index: 1;
}

.wp_wrap #m_intro01 .sec_ir >.slg_bx{
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 10;
}
.wp_wrap #m_intro01 .sec_ir >.slg_bx>.slg_ir{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap:10px;
    padding:60px 70px;
    border-radius: 0 50px 50px 50px;
    background: #FFF;
    box-shadow: 0 2px 13px rgba(0,0,0,0.09);
}
.wp_wrap #m_intro01 .sec_ir >.slg_bx>.slg_ir>img.dot_tp{}
.wp_wrap #m_intro01 .sec_ir >.slg_bx>.slg_ir>img.dot_bt{}
.wp_wrap #m_intro01 .sec_ir >.slg_bx>.slg_ir>.slg_txt{
    font-size: 31px;
    font-family: var(--font-pre200);
}
.wp_wrap #m_intro01 .sec_ir >.slg_bx>.slg_ir>.slg_txt .txt_clr{
    color:#518DED;
}

.wp_wrap #m_intro01 .sec_ir >.itr_bx{
    padding-top: 160px;
}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.img_bx{}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.img_bx>.img_frm{
    overflow: hidden;
    border-radius: 60px 0 60px 0;
}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.img_bx>.img_frm>img{}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.txt_bx{
    display: flex;
    justify-content:center;
    align-items: center;
    padding-left: 50px;
}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.txt_bx>.txt_frm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap:30px;
}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.txt_bx>.txt_frm>.tp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap:5px;
}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.txt_bx>.txt_frm>.tp>.min_tit{
    font-size: 20px;
    font-family: var(--font-pre200);
}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.txt_bx>.txt_frm>.tp>.min_tit>b{
    font-family: var(--font-pre600);
}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.txt_bx>.txt_frm>.tp>.name{
    font-size: 40px;
    font-family: var(--font-pre600);
}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.txt_bx>.txt_frm>.bt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap:30px;
}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.txt_bx>.txt_frm>.bt>.itr_list{
    line-height: 30px;
}
.wp_wrap #m_intro01 .sec_ir >.itr_bx>.txt_bx>.txt_frm>.bt>.itr_list>li{
    font-size: 20px;
    font-family: var(--font-pre200);
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 - 지도*/
.wp_wrap #m_map{
    background: #F5F5F5;
}
.wp_wrap #m_map .sec_wrap{}
.wp_wrap #m_map .sec_ir{}
.wp_wrap #m_map .sec_ir>.map_cont{}
.wp_wrap #m_map .sec_ir>.map_cont>.txt_area{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap:120px;
    padding:160px 20px;
}
.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.tp{
    min-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.tp>.logo_bx{}
.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.tp>.logo_bx>.img{}
.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.tp>.adr_txt{
    margin-top: 35px;
    font-size: 35px;
    font-family: var(--font-pre800);
}
.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.tp>.adr_min_txt{
    margin-top: 20px;
    font-size: 25px;
    font-family: var(--font-pre500);
}
.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.bt{
    min-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:50px;
}

.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.bt>.tel_txt{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
    color:#393939;
    font-size: 42px;
    font-family: var(--font-pre700);
    letter-spacing: -1px;
}
.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.bt>.tel_txt>img{}

.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.bt>.bt_list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:15px;
}
.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.bt>.bt_list>li{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    height: 60px;
    padding-inline: 15px;
    color:#fff;
    font-size: 21px;
    font-family: var(--font-pre500);
    background: #1144A8;
}
.wp_wrap #m_map .sec_ir>.map_cont>.txt_area>.bt>.bt_list>li>img{
    width: 20px;
    height: 20px;
}



.wp_wrap #m_map .sec_ir>.map_cont>.map_area{
    position: relative;
}
.wp_wrap #m_map .sec_ir>.map_cont>.map_area>.map_frm{
    width: 100%;
    height: 100%;
    min-height: 585px;
    overflow: hidden;
}
.wp_wrap #m_map .sec_ir>.map_cont>.map_area>.map_frm .root_daum_roughmap .wrap_map{
    height: 100%;
}
.wp_wrap #m_map .sec_ir>.map_cont>.map_area>.btn_map{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.wp_wrap #m_map .sec_ir>.map_cont>.map_area>.btn_map>img{}


.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont .section.lst{
    display: none;
}


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


/**********************************************************************************************************************/
/*서브페이지*/
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - */

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


















































