@charset "utf-8";

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

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

@font-face {
    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 {
    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-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'SolmoeKimDaegeon';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/kdg_Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'SolmoeKimDaegeon';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/kdg_Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

: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 .cm_outter {
    width: 1820px;
    margin: 0 auto;
}

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


/*--------------------------------------------------------------------------------------------------------------------*/
/*배경색상*/
.wp_wrap .cm_bg01 {
    background-color: #000;
}

.wp_wrap .cm_bg02 {
    background-color: #fff;
}

.wp_wrap .cm_bg03 {
    background-color: #F5F5F5;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*타이틀 영역*/
.wp_wrap .sec_txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.wp_wrap .sec_txt > .sec_flag {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 10px;
    background-color: #000000;
}

.wp_wrap .sec_txt > .sec_flag > .txt {
    color: #fff;
    font-size: 26px;
    font-weight: var(--font-w500);
}

.wp_wrap .sec_txt > .sec_tit {
    font-size: 50px;
    font-weight: var(--font-w400);
}

.wp_wrap .sec_txt > .sec_tit > .sec_min_tit {
    font-size: 30px;
    font-weight: var(--font-w400);
}

.wp_wrap .sec_txt > .sec_tit > b {
    font-weight: var(--font-w600);
}

.wp_wrap .sec_txt > .sec_des {
    font-size: 20px;
    font-weight: var(--font-w400);
}

.wp_wrap .sec_txt > .sec_des > .dg_txt {
    display: block;
    color: #B90909;
    font-size: 16px;
    font-weight: var(--font-w400);
    margin-top: 20px;
}


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


/**********************************************************************************************************************/
/* 헤더영역 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 공통 */
.wp_wrap header {
    position: sticky;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*헤더 베너*/
.wp_wrap .hd_bn {
    position: relative;
    z-index: 9999;
}

.wp_wrap .hd_bn > .img_bx {
}

.wp_wrap .hd_bn > .img_bx > img {
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 상단 */
.wp_wrap header .hd_tp {
}

.wp_wrap header .hd_tp .tp_ir {
}

.wp_wrap header .hd_tp .tp_ir .img_bx {
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 하단 */
.wp_wrap header .hd_bt {
    position: relative;
}

.wp_wrap header .hd_bt .bt_ir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

/* 헤더 로고 */
.wp_wrap header .hd_bt .bt_ir .logo {
    min-width: 272px;
}

.wp_wrap header .hd_bt .bt_ir .logo > a {
}

.wp_wrap header .hd_bt .bt_ir .logo > a > img {
}


/* 헤더 메뉴 */
.wp_wrap header .hd_bt .bt_ir .mmnu {
    max-width: 1020px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-out;
}

.wp_wrap header .hd_bt .bt_ir .mmnu:hover {
    max-width: 1360px;
    transition: 0.4s ease-in;
}

.wp_wrap header .hd_bt .bt_ir .mmnu > li {
    position: relative;
    flex-grow: 1;
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.wp_wrap header .hd_bt .bt_ir .mmnu > li::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    transform: scale(0);
    background-color: #8775B4;
    transition: 0.3s ease-out;
}

.wp_wrap header .hd_bt .bt_ir .mmnu > li:hover::before {
    transform: scale(1);
    transition: 0.3s ease-in;
}

.wp_wrap header .hd_bt .bt_ir .mmnu > li > a {
    font-size: 20px;
    font-weight: var(--font-w500);
    transition: 0.25s ease-out;
}

.wp_wrap header .hd_bt .bt_ir .mmnu > li > a:hover {
    color: #EB7498;
    transition: 0.3s ease-in;
}

.wp_wrap header .hd_bt .bt_ir .mmnu > li .smnu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 25px 0;
    z-index: 9999;
}

.wp_wrap header .hd_bt .bt_ir .mmnu > li .smnu > li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.wp_wrap header .hd_bt .bt_ir .mmnu > li .smnu > li > a {
    font-size: 16px;
    font-weight: var(--font-w400);
    text-align: center;
    transition: 0.3s ease-out;
}

.wp_wrap header .hd_bt .bt_ir .mmnu > li .smnu > li > a:hover {
    color: #8775B4;
    transition: 0.3s ease-in;
}


/* 헤더 로그인 */
.wp_wrap header .hd_bt .bt_ir .hd_mb {
    min-width: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wp_wrap header .hd_bt .bt_ir .hd_mb .btn_login {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: var(--font-w500);
    background-color: #EEEEEE;
    border-radius: 30px;
    transition: 0.25s ease-out;
}

.wp_wrap header .hd_bt .bt_ir .hd_mb .btn_login:hover {
    color: #fff;
    background-color: #EB7498;
    transition: 0.3s linear;
}

.wp_wrap header .hd_bt .bt_ir .hd_mb .btn_join {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: var(--font-w500);
    background-color: #EEEEEE;
    border-radius: 30px;
    transition: 0.25s ease-out;
}

.wp_wrap header .hd_bt .bt_ir .hd_mb .btn_join:hover {
    color: #fff;
    background-color: #EB7498;
    transition: 0.3s linear;
}


/*헤더 모바일 메뉴 열기버튼*/
.wp_wrap header .hd_bt .bt_ir .btn_mo_opn {
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    background-color: #8775B4;
    border-radius: 10px;
}

.wp_wrap header .hd_bt .bt_ir .btn_mo_opn > i {
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 하단 */
.wp_wrap header .hd_bt .hd_bg {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    min-height: 320px;
    background-color: #fff;
    z-index: 999;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 사이드메뉴 */
.wp_wrap #side_mnu {
    position: fixed;
    left: 25px;
    top: 27%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    z-index: 999;
}

.wp_wrap #side_mnu > .mnu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.wp_wrap #side_mnu > .mnu > li {
    width: 100%;
}

.wp_wrap #side_mnu > .mnu > li > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    color: #767676;
    box-sizing: border-box;
    border-radius: 10px;
    transition: 0.3s ease-out;
}

.wp_wrap #side_mnu > .mnu > li:hover > a {
    color: #EB7498;
    transition: 0.3s ease-in;
}

.wp_wrap #side_mnu > .mnu > li > a > .img_frm {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_wrap #side_mnu > .mnu > li > a > .img_frm > img {
}

.wp_wrap #side_mnu > .mnu > li > a > .img_frm > img.off_img {
    display: block;
}

.wp_wrap #side_mnu > .mnu > li > a > .img_frm > img.on_img {
    display: none;
}

.wp_wrap #side_mnu > .mnu > li:hover > a > .img_frm > img.off_img {
    display: none;
}

.wp_wrap #side_mnu > .mnu > li:hover > a > .img_frm > img.on_img {
    display: block;
}

.wp_wrap #side_mnu > .mnu > li > a > .txt {
    font-size: 13px;
    font-weight: var(--font-w500);
    text-align: center;
}

.wp_wrap #side_mnu > .mnu > li > .qr_bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
}

.wp_wrap #side_mnu > .mnu > li > .qr_bx > .qr_frm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_wrap #side_mnu > .mnu > li > .qr_bx > .qr_frm > img {
}

.wp_wrap #side_mnu > .tel_sq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 18px;
    font-weight: var(--font-w600);
    background-color: #EB7498;
    border-radius: 10px;
    transition: 0.3s linear;
}

.wp_wrap #side_mnu > .tel_sq:hover {
    background-color: #ccc;
    transition: 0.3s linear;
}

.wp_wrap #side_mnu > .tel_sq > span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.wp_wrap #side_mnu > .tel_sq > img {
}

.wp_wrap #side_mnu > .tel_sq > b {
    font-family: 'Paperozi';
    font-weight: var(--font-w700);
}

.wp_wrap #side_mnu > .btn_top {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: var(--font-w600);
    border-radius: 10px;
    letter-spacing: 5px;
    background-color: #8775B4;
    transition: 0.3s linear;
}

.wp_wrap #side_mnu > .btn_top:hover {
    background-color: #ccc;
    transition: 0.3s linear;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 모바일메뉴 */
.wp_wrap #mo_mnu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
}

.wp_wrap #mo_mnu .mo_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.45s ease-out;
}

.wp_wrap #mo_mnu.on .mo_wrap {
    opacity: 1;
    transform: translateX(0);
    transition: 0.65s ease-in;
}

.wp_wrap #mo_mnu .mo_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    max-width: 320px;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #fff;
}

.wp_wrap #mo_mnu .mo_ir .mo_hd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.wp_wrap #mo_mnu .mo_ir .mo_hd > .mb_bx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wp_wrap #mo_mnu .mo_ir .mo_hd > .mb_bx > .btn_join,
.wp_wrap #mo_mnu .mo_ir .mo_hd > .mb_bx > .btn_login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: var(--font-w600);
    /* border: 2px solid #000; */
    border-radius: 10px;
    background: #000;
}

.wp_wrap #mo_mnu .mo_ir .mo_hd > .btn_mo_cls {
    width: 35px;
    height: 35px;
    color: #ffffff;
    font-size: 22px;
    font-weight: var(--font-w600);
    background-color: #eb7498;
    /* border: 2px solid #000; */
    border-radius: 10px;
}

.wp_wrap #mo_mnu .mo_ir .mo_hd > .btn_mo_cls > i {
}

.wp_wrap #mo_mnu .mo_ir .mo_bd {
    width: 100%;
}

.wp_wrap #mo_mnu .mo_ir .mo_bd > .mo_mmnu {
    width: 100%;
}

.wp_wrap #mo_mnu .mo_ir .mo_bd > .mo_mmnu > li {
    width: 100%;
}

.wp_wrap #mo_mnu .mo_ir .mo_bd > .mo_mmnu > li > .tit {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.wp_wrap #mo_mnu .mo_ir .mo_bd > .mo_mmnu > li > .tit > i {
    margin-left: auto;
}

.wp_wrap #mo_mnu .mo_ir .mo_bd > .mo_mmnu > li > .mo_smnu {
    display: none;
    padding: 10px 0;
}

.wp_wrap #mo_mnu .mo_ir .mo_bd > .mo_mmnu > li > .mo_smnu > li {
}

.wp_wrap #mo_mnu .mo_ir .mo_bd > .mo_mmnu > li > .mo_smnu > li > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    color: #787878;
    font-size: 16px;
}

.wp_wrap #mo_mnu .mo_ir .mo_bd > .mo_mmnu > li > .mo_smnu > li > a::before {
    display: block;
    content: "";
    min-width: 3px;
    width: 3px;
    height: 3px;
    background: #787878;
    border-radius: 50%;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 사이드메뉴 모바일 버튼 */
.wp_wrap #mo_side_btn {
    display: none;
    position: fixed;
    left: 25px;
    bottom: 50px;
    z-index: 9999;
}

.wp_wrap #mo_side_btn .side_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.wp_wrap #mo_side_btn .side_ir .side_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-width: 85px;
    width: 85px;
    height: 85px;
    color: #fff;
    font-size: 18px;
    font-weight: var(--font-w700);
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.4s linear;
}

.wp_wrap #mo_side_btn .side_ir .side_btn01 {
    background-color: #000;
}

.wp_wrap #mo_side_btn .side_ir .side_btn02 {
    background-color: #EB7498;
}

.wp_wrap #mo_side_btn .side_ir .side_btn03 {
    font-size: 30px;
    background-color: #8775B4;
}

.wp_wrap #mo_side_btn .side_ir .side_btn:hover {
    background-color: #ddd;
    transition: 0.4s linear;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* 헤더 사이드메뉴 모바일 */
.wp_wrap #mo_side_mnu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: rgba(0,0,0,.66);
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir {
    max-width: 576px;
    width: 100%;
    padding: 40px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .btn_bx {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .btn_bx > .frm {
    max-width: 155px;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .btn_bx > .frm > img {
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .btn_bx > .btn_sd_cls {
    min-width: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    background-color: #000;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .qr_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .qr_list > li {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding:30px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .qr_list > li >a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .qr_list > li >a > .frm {
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .qr_list > li >a > .frm > img {
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list > li {
    width: calc(33% - 10px);
    height: 100%;
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 2px 0px 5px;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list > li > a > .img_frm {
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list > li > a > .img_frm > img {
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list > li > a > .img_frm > img.off_img {
    display: block;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list > li > a > .img_frm > img.on_img {
    display: none;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list > li:hover > a > .img_frm > img.off_img {
    display: none;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list > li:hover > a > .img_frm > img.on_img {
    display: block;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list > li > a > .txt {
    min-height: 32px;
    font-size: 14px;
    font-weight: var(--font-w600);
    text-align: center;
    letter-spacing: -0.5px;
    transition: 0.4s;
}

.wp_wrap #mo_side_mnu > .sd_mnu_wrap > .sd_mnu_ir > .quik_list > li:hover > a > .txt {
    color: #EB7498;
    transition: 0.4s;
}


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


/**********************************************************************************************************************/
/* 푸터영역 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/*푸터 공통*/
.wp_wrap footer {
}

.wp_wrap footer .ft_wrap {
}

.wp_wrap footer .ft_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    padding: 70px 60px 60px;
    border-radius: 80px 80px 0 0;
    background-color: #F7F7F7;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*푸터 메뉴*/
.wp_wrap footer .ft_ir .ft_mnu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}

.wp_wrap footer .ft_ir .ft_mnu > li {
}

.wp_wrap footer .ft_ir .ft_mnu > li > a {
    font-size: 16px;
    font-weight: var(--font-w400);
    transition: 0.4s ease-out;
}

.wp_wrap footer .ft_ir .ft_mnu > li > a:hover {
    color: #eb7498;
    transition: 0.4s ease-in;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*푸터 로고*/
.wp_wrap footer .ft_ir .ft_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.wp_wrap footer .ft_ir .ft_cont > .lt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;

}

.wp_wrap footer .ft_ir .ft_cont > .lt .ft_logo {
    max-width: 210px;
    width: 100%;
}

.wp_wrap footer .ft_ir .ft_cont > .lt .ft_logo > img {
}

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

.wp_wrap footer .ft_ir .ft_cont > .lt .ft_info > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.wp_wrap footer .ft_ir .ft_cont > .lt .ft_info > li > .txt_frm {
}

.wp_wrap footer .ft_ir .ft_cont > .lt .ft_info > li > .txt_frm > .txt {
    font-size: 16px;
    font-weight: var(--font-w600);
}

.wp_wrap footer .ft_ir .ft_cont > .lt .ft_info > li > .txt_frm > .txt01 {
    color: #454545;
}

.wp_wrap footer .ft_ir .ft_cont > .lt .ft_info > li > .txt_frm > .txt02 {
    color: #999999;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*푸터 카피라이트*/
.wp_wrap footer .ft_ir .ft_cont > .lt > .copy {
    color: #999999;
    font-size: 16px;
    font-weight: var(--font-w600);
}

.wp_wrap footer .ft_ir .ft_cont > .lt > .copy > a {
    color: #999999;
    transition: 0.4s ease-in;
}

.wp_wrap footer .ft_ir .ft_cont > .lt > .copy > a:hover {
    color: #C91C2D;
    transition: 0.4s ease-in;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*푸터 운영정보*/
.wp_wrap footer .ft_ir .ft_cont > .rt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
    text-align: right;
}

.wp_wrap footer .ft_ir .ft_cont > .rt .ft_tel {
    color: #E97598;
    font-size: 50px;
    font-family: 'Paperozi';
    font-weight: var(--font-w600);
}

.wp_wrap footer .ft_ir .ft_cont > .rt .time_list {
    line-height: 22px;
}

.wp_wrap footer .ft_ir .ft_cont > .rt .time_list > li {
    color: #999999;
    font-size: 16px;
    font-weight: var(--font-w400);
}

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


/**********************************************************************************************************************/
/* 메인영역 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 공통*/
.wp_wrap main {
    overflow: hidden;
}

.wp_wrap .ms_cont {
}

.wp_wrap .ms_cont .ms_wrap {
}

.wp_wrap .ms_cont .ms_ir {
    padding: 150px 0;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 비주얼*/
.wp_wrap #ms_vs {
}

.wp_wrap #ms_vs .vs_itms {
}

.wp_wrap #ms_vs .vs_itms .vs_itm {
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir {
    position: relative;
}

/* 이미지 박스 */
.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .img_bx {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 65px 0;
    opacity: 0;
}

.wp_wrap #ms_vs .vs_itms .vs_itm.active .itm_ir > .img_bx {
    opacity: 1;
    transition: 0.45s ease-in;
    transition-delay: 0.5s;
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .img_bx > .img_frm {
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .img_bx > .img_frm > img {
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .img_bx > .img_frm > img.img_pc {
    display: block;
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .img_bx > .img_frm > img.img_mo {
    display: none;
}

/* 텍스트 박스 */
.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .txt_bx {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    opacity: 0;
}

.wp_wrap #ms_vs .vs_itms .vs_itm.active .itm_ir > .txt_bx {
    opacity: 1;
    top: 0;
    transition: 0.45s ease-in;
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .txt_bx > .sec_txt {
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .txt_bx > .sec_txt > .sec_txt {
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .txt_bx > .sec_txt > .sec_txt > .sec_min_tit {
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .txt_bx > .sec_txt > .sec_txt > b {
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .txt_bx > .sec_txt > .sec_des {
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .txt_bx > .btn_bx {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .txt_bx > .btn_bx > .btn_more {
    max-width: 230px;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: var(--font-w500);
    border: 1px solid #000000;
    border-radius: 50px;
    transition: 0.4s ease-out;
}

.wp_wrap #ms_vs .vs_itms .vs_itm .itm_ir > .txt_bx > .btn_bx > .btn_more:hover {
    color: #fff;
    background-color: #000;
    transition: 0.4s ease-in;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 뉴스*/
.wp_wrap #ms_news {
}

.wp_wrap #ms_news .ms_wrap {
}

.wp_wrap #ms_news .ms_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #ms_news .ms_ir .tit_bx {
    width: 100%;
}

.wp_wrap #ms_news .ms_ir .tit_bx .sec_txt {
    align-items: center;
    text-align: center;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms {
    width: 100%;
    position: relative;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .news_sd {
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .news_sd li {
    background-color: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    margin: 0 10px;
    transition: 0.4s ease-out;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .news_sd li:hover {
    color: #fff;
    background-color: #eb7498;
    transition: 0.4s ease-in;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .news_sd li > .sd_ir {
    display: block;
    padding: 60px 30px;
    transition: 0.4s ease-out;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .news_sd li:hover > .sd_ir {
    color: #fff;
    transition: 0.4s ease-in;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .news_sd li > .sd_ir > .sd_tit {
    font-size: 24px;
    font-weight: var(--font-w600);
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .news_sd li > .sd_ir > .des {
    font-size: 17px;
    font-weight: var(--font-w400);
    padding-top: 20px;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .news_sd li > .sd_ir > .date {
    font-size: 17px;
    font-weight: var(--font-w400);
    text-align: right;
    padding-top: 30px;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .btn_arw {
    position: absolute;
    right: -100px;
    top: 50%;
    min-width: 60px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 32px;
    background-color: #CCCCCC;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.4s ease-out;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .btn_arw:hover {
    background-color: #000;
    transition: 0.4s ease-in;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .news_sd > li:hover > .sd_ir {
    color: #E97598;
    transition: 0.4s ease-in;
}

.wp_wrap #ms_news .ms_ir .news_sd_itms .btn_arw > i {
}

.wp_wrap #ms_news .ms_ir .btn_bx {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wp_wrap #ms_news .ms_ir .btn_bx > .btn_more {
    max-width: 230px;
    width: 100%;
    height: 60px;
    color: #000;
    font-size: 20px;
    font-weight: var(--font-w500);
    border-radius: 50px;
    border: 1px solid #000;
    transition: 0.4s ease-out;
}

.wp_wrap #ms_news .ms_ir .btn_bx > .btn_more > i {
}

.wp_wrap #ms_news .ms_ir .btn_bx > .btn_more:hover {
    color: #fff;
    background-color: #000000;
    transition: 0.4s ease-in;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 인트로*/
.wp_wrap #ms_intro {
    background-color: #F5F5F5;
}

.wp_wrap #ms_intro .ms_wrap {
}

.wp_wrap #ms_intro .ms_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.wp_wrap #ms_intro .ms_ir .itr_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
    width: 100%;
    padding: 100px 80px 0;
    background-color: #fff;
    border-radius: 50px;
}

.wp_wrap #ms_intro .ms_ir .itr_cont .txt_bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.wp_wrap #ms_intro .ms_ir .itr_cont .txt_bx > .sec_txt {
}

.wp_wrap #ms_intro .ms_ir .itr_cont .txt_bx > .sec_txt > .sec_tit {
}

.wp_wrap #ms_intro .ms_ir .itr_cont .txt_bx > .sec_txt > .sec_des {
    line-height: 31px;
}

.wp_wrap #ms_intro .ms_ir .itr_cont .txt_bx > .btn_bx {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
}

.wp_wrap #ms_intro .ms_ir .itr_cont .txt_bx > .btn_bx > .btn_more {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: var(--font-w500);
    border-radius: 50px;
    border: 1px solid #000000;
    transition: 0.3s linear;
}

.wp_wrap #ms_intro .ms_ir .itr_cont .txt_bx > .btn_bx > .btn_more:hover {
    color: #fff;
    background-color: #000;
    transition: 0.4s linear;
}

.wp_wrap #ms_intro .ms_ir .itr_cont .img_bx {
}

.wp_wrap #ms_intro .ms_ir .itr_cont .img_bx > .img_frm {
}

.wp_wrap #ms_intro .ms_ir .itr_cont .img_bx > .img_frm > img {
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 카드*/
.wp_wrap #ms_card {
    background-image: url("/img/main/ms_bn01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wp_wrap #ms_card .ms_wrap {
    background-color: rgba(57, 57, 57, 0.8);
}

.wp_wrap #ms_card .ms_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #ms_card .ms_ir .tit_bx {
    width: 100%;
}

.wp_wrap #ms_card .ms_ir .tit_bx > .sec_txt {
    justify-self: center;
    text-align: center;
    color: #fff;
}

.wp_wrap #ms_card .ms_ir .tit_bx > .sec_txt > .sec_tit {
}

.wp_wrap #ms_card .ms_ir .tit_bx > .sec_txt > .sec_des {
}

.wp_wrap #ms_card .ms_ir .card_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.wp_wrap #ms_card .ms_ir .card_list > li {
    width: 100%;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .7);
    transition: 0.4s ease-out;
}

.wp_wrap #ms_card .ms_ir .card_list > li:hover {
    background-color: rgba(255, 255, 255, 1);
    transition: 0.4s ease-in;
}

.wp_wrap #ms_card .ms_ir .card_list > li > .img_bx {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #000;
}

.wp_wrap #ms_card .ms_ir .card_list > li > .img_bx > img {
}

.wp_wrap #ms_card .ms_ir .card_list > li > .txt_bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    text-align: center;
}

.wp_wrap #ms_card .ms_ir .card_list > li > .txt_bx > .card_tit {
    font-size: 24px;
    font-weight: var(--font-w600);
}

.wp_wrap #ms_card .ms_ir .card_list > li > .txt_bx > .card_des {
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 31px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*메인 회사*/
.wp_wrap #ms_company {
}

.wp_wrap #ms_company .ms_wrap {
}

.wp_wrap #ms_company .ms_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #ms_company .ms_ir .tit_bx {
    width: 100%;
    text-align: center;
}

.wp_wrap #ms_company .ms_ir .tit_bx > .sec_txt {
    align-items: center;
}

.wp_wrap #ms_company .ms_ir .cmp_cont {
    position: relative;
    width: 100%;
}

.wp_wrap #ms_company .ms_ir .cmp_cont .btn_cmp_arw {
    position: absolute;
    top: 50%;
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #CCCCCC;
    transform: translateY(-50%);
    transition: 0.4s ease-out;
    z-index: 90;
}

.wp_wrap #ms_company .ms_ir .cmp_cont .btn_cmp_lt {
    left: -100px;
}

.wp_wrap #ms_company .ms_ir .cmp_cont .btn_cmp_rt {
    right: -100px;
}

.wp_wrap #ms_company .ms_ir .cmp_cont .btn_cmp_arw > i {
    color: #fff;
    font-size: 30px;
}

.wp_wrap #ms_company .ms_ir .cmp_cont .btn_cmp_arw:hover {
    color: #fff;
    background-color: #000;
    transition: 0.4s ease-in;
}

.wp_wrap #ms_company .ms_ir .cmp_cont .cmp_list {
}

.wp_wrap #ms_company .ms_ir .cmp_cont .cmp_list li {
}

.wp_wrap #ms_company .ms_ir .cmp_cont .cmp_list li > .logo_itms {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.wp_wrap #ms_company .ms_ir .cmp_cont .cmp_list li > .logo_itms .logo_itm {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 105px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

.wp_wrap #ms_company .ms_ir .cmp_cont .cmp_list li > .logo_itms .logo_itm > img {
}


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


/**********************************************************************************************************************/
/* 서브영역 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/*서브공통*/
.wp_wrap .s_contain {
}

.wp_wrap .s_contain .s_wrap {
}

.wp_wrap .s_contain .s_ir {
    padding: 120px 0;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 서브 기본 컨테이너*/
.wp_wrap #s_basic {
}

.wp_wrap #s_basic .s_wrap {
}

.wp_wrap #s_basic .s_ir {
    padding: 50px 0;
}

.wp_wrap #s_basic .s_ir > .tit_bx {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.wp_wrap #s_basic .s_ir > .tit_bx > .tit {
    font-size: 40px;
    font-weight: var(--font-w400);
}

.wp_wrap #s_basic .s_ir > .tit_bx > .tit > b {
    color: #272727;
    font-weight: var(--font-w700);
}

.wp_wrap #s_basic .s_ir > .tit_bx > .btn_write {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #272727;
    font-size: 16px;
    font-weight: var(--font-w400);
}

.wp_wrap #s_basic .s_ir > .tit_bx > .btn_write > .img_bx {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: #F6F6F6;
    border-radius: 50%;
    transition: 0.3s ease-out;
}

.wp_wrap #s_basic .s_ir > .tit_bx > .btn_write:hover > .img_bx {
    background: #C52349;
    transition: 0.4s ease-in;
}

.wp_wrap #s_basic .s_ir > .tit_bx > .btn_write > .img_bx > img {
}

.wp_wrap #s_basic .s_ir > .tit_bx > .btn_write > .img_bx > img.wrt_on {
    display: block;
}

.wp_wrap #s_basic .s_ir > .tit_bx > .btn_write > .img_bx > img.wrt_off {
    display: none;
}

.wp_wrap #s_basic .s_ir > .tit_bx > .btn_write:hover > .img_bx > img.wrt_on {
    display: none;
}

.wp_wrap #s_basic .s_ir > .tit_bx > .btn_write:hover > .img_bx > img.wrt_off {
    display: block;
}

.wp_wrap #s_basic .s_ir > .pvc_bx {
}

.wp_wrap #s_basic .s_ir > .pvc_bx > .pvc_txt {
    font-size: 18px;
    font-weight: var(--font-w400);
    line-height: 34px;
}

.wp_wrap #s_basic .s_ir > .pvc_bx > .pvc_txt > b {
    display: block;
    font-size: 22px;
    font-weight: var(--font-w700);
}


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

.wp_wrap #sub_top .sec_wrap {
}

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

.wp_wrap #sub_top .sec_ir .sub_txt_bx {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.wp_wrap #sub_top .sec_ir .sub_txt_bx > .sub_ko_tit {
    font-size: 40px;
    font-weight: var(--font-w600);
}

.wp_wrap #sub_top .sec_ir .sub_txt_bx > .sub_en_tit {
    color: #848484;
    font-size: 18px;
    font-weight: var(--font-w600);
}

.wp_wrap #sub_top .sec_ir .sub_gd_bx {
    max-width: 450px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.wp_wrap #sub_top .sec_ir .sub_gd_bx > strong {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: var(--font-w400);
}

.wp_wrap #sub_top .sec_ir .sub_gd_bx > i {
    color: rgba(0, 0, 0, 0.7);
    font-weight: var(--font-w600);
}

.wp_wrap #sub_top .sec_ir .sub_gd_bx > .gd_sel {
    position: relative;
    max-width: 180px;
    width: 100%;
    min-width: 130px;
    border: none;
    outline: none;
}

.wp_wrap #sub_top .sec_ir .sub_gd_bx > .gd_sel > .sel_tit {
    font-size: 16px;
    font-weight: var(--font-w400);
    background-image: url("/img/ico/ico_sel_dwn.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 10px;
    cursor: pointer;
}

.wp_wrap #sub_top .sec_ir .sub_gd_bx > .gd_sel > .sel_list {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px;
    background-color: #8775B4;
    border-radius: 10px;
    z-index: 99999;
}

.wp_wrap #sub_top .sec_ir .sub_gd_bx > .gd_sel > .sel_list > li {
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.wp_wrap #sub_top .sec_ir .sub_gd_bx > .gd_sel > .sel_list > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: var(--font-w500);
    text-align: center;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 인트로 베너(간병인찾기)*/
.wp_wrap #s_itr_bn01 {
}

.wp_wrap #s_itr_bn01 .s_wrap {
}

.wp_wrap #s_itr_bn01 .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #s_itr_bn01 .s_ir .tit_bx {
    width: 100%;
}

.wp_wrap #s_itr_bn01 .s_ir .tit_bx > .sec_txt {
    align-items: center;
}

.wp_wrap #s_itr_bn01 .s_ir .tit_bx > .sec_txt > .sec_tit {
    text-align: center;
}

.wp_wrap #s_itr_bn01 .s_ir .tit_bx > .sec_txt > .sec_des {
    text-align: center;
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 32px;
}

.wp_wrap #s_itr_bn01 .s_ir .itr_bn {
    position: relative;
}

.wp_wrap #s_itr_bn01 .s_ir .itr_bn > .img_bx {
}

.wp_wrap #s_itr_bn01 .s_ir .itr_bn > .img_bx > img {
}

.wp_wrap #s_itr_bn01 .s_ir .itr_bn > .img_bx > img.img_pc {
    display: block;
}

.wp_wrap #s_itr_bn01 .s_ir .itr_bn > .img_bx > img.img_mo {
    display: none;
}

.wp_wrap #s_itr_bn01 .s_ir .itr_bn > .txt_bx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wp_wrap #s_itr_bn01 .s_ir .itr_bn > .txt_bx > .txt {
    font-size: 50px;
    font-weight: var(--font-w400);
    text-align: center;
    line-height: 65px;
}

.wp_wrap #s_itr_bn01 .s_ir .itr_bn > .txt_bx > .txt > b {
    color: #fff;
    font-weight: var(--font-w700);
    background-color: #E97598;
    padding: 0 5px;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 크로스 베너(보호자용 가이드)*/
.wp_wrap #s_crs_bn01 {
}

.wp_wrap #s_crs_bn01 .s_wrap {
}

.wp_wrap #s_crs_bn01 .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.wp_wrap #s_crs_bn01 .s_ir .tit_bx {
    width: 100%;
}

.wp_wrap #s_crs_bn01 .s_ir .tit_bx > .sec_txt {
    align-items: center;
}

.wp_wrap #s_crs_bn01 .s_ir .tit_bx > .sec_txt > .sec_tit {
}

.wp_wrap #s_crs_bn01 .s_ir .tit_bx > .sec_txt > .sec_des {
    text-align: center;
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 32px;
}


.wp_wrap #s_crs_bn01 .s_ir .crs_itms {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm {
    width: 100%;
    position: relative;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_bg {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    background: #fff;
    width: 100%;
    height: 450px;
    transform: translateY(-50%);
    border-radius: 30px;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_ir {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_ir > .img_bx {
    width: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm:nth-child(2n) > .itm_ir > .img_bx {
    order: 2;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_ir > .img_bx > img {
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm:nth-child(2n) > .itm_ir > .txt_bx {
    order: 1;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm:nth-child(2n) > .itm_ir > .txt_bx {
    padding-left: 50px;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx > .num_frm {
    max-width: 105px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx > .num_frm > .num {
    width: 100%;
    color: #E97598;
    font-size: 80px;
    font-weight: var(--font-w700);
    text-align: center;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx > .num_frm > .step_txt {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: var(--font-w400);
    background-color: #E97598;
    text-align: center;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx > .tit {
    font-size: 24px;
    font-weight: var(--font-w600);
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx > .tit > .min_txt {
    display: block;
    font-size: 16px;
    font-weight: var(--font-w400);
    margin-top: 5px;
}

.wp_wrap #s_crs_bn01 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx > .des {
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 32px;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 크로스 베너02(간병인 되기)*/
.wp_wrap #s_crs_bn02 {
}

.wp_wrap #s_crs_bn02 .s_wrap {
}

.wp_wrap #s_crs_bn02 .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}


.wp_wrap #s_crs_bn02 .s_ir .crs_itms {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm {
    width: 100%;
    position: relative;
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm > .itm_ir {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm > .itm_ir > .img_bx {
    width: 50%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
    background-color: #EBEBEB;
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm:nth-child(2n) > .itm_ir > .img_bx {
    order: 2;
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm > .itm_ir > .img_bx > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-left: 60px;
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm:nth-child(2n) > .itm_ir > .txt_bx {
    order: 1;
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm:nth-child(2n) > .itm_ir > .txt_bx {
    padding-left: unset;
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx > .tit {
    font-size: 36px;
    font-weight: var(--font-w400);
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx > .tit > b {
    font-weight: var(--font-w700);
}

.wp_wrap #s_crs_bn02 .s_ir .crs_itms .crs_itm > .itm_ir > .txt_bx > .des {
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 32px;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 카드썸네일*/
.wp_wrap #s_card_thm01 {
}

.wp_wrap #s_card_thm01 .s_wrap {
}

.wp_wrap #s_card_thm01 .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #s_card_thm01 .s_ir .tit_bx {
    width: 100%;
}

.wp_wrap #s_card_thm01 .s_ir .tit_bx > .sec_txt {
    align-items: center;
}

.wp_wrap #s_card_thm01 .s_ir .tit_bx > .sec_txt > .sec_tit {
}

.wp_wrap #s_card_thm01 .s_ir .tit_bx > .sec_txt > .sec_des {
    text-align: center;
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 32px;
}

.wp_wrap #s_card_thm01 .s_ir .card_thm_itms {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
}

.wp_wrap #s_card_thm01 .s_ir .card_thm_itms .card_thm_itm {
    width: calc(33% - 35px);
    min-height: 405px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 10px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

.wp_wrap #s_card_thm01 .s_ir .card_thm_itms .card_thm_itm > .ico_bx {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    width: 150px;
    height: 150px;
    background: #EB7498;
    border-radius: 50%;
}

.wp_wrap #s_card_thm01 .s_ir .card_thm_itms .card_thm_itm > .ico_bx > img {
}

.wp_wrap #s_card_thm01 .s_ir .card_thm_itms .card_thm_itm > .txt_bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.wp_wrap #s_card_thm01 .s_ir .card_thm_itms .card_thm_itm > .txt_bx > .tit {
    font-size: 24px;
    font-weight: var(--font-w600);
    text-align: center;
}

.wp_wrap #s_card_thm01 .s_ir .card_thm_itms .card_thm_itm > .txt_bx > .tit > b {
    color: #E97598;
    font-weight: var(--font-w600);
}

.wp_wrap #s_card_thm01 .s_ir .card_thm_itms .card_thm_itm > .txt_bx > .txt {
    min-height: 56px;
    font-size: 20px;
    font-weight: var(--font-w400);
    text-align: center;
    line-height: 32px;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 카드썸네일*/
.wp_wrap #s_card_thm02 {
}

.wp_wrap #s_card_thm02 .s_wrap {
}

.wp_wrap #s_card_thm02 .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #s_card_thm02 .s_ir .tit_bx {
    width: 100%;
}

.wp_wrap #s_card_thm02 .s_ir .tit_bx > .sec_txt {
    align-items: center;
}

.wp_wrap #s_card_thm02 .s_ir .tit_bx > .sec_txt > .sec_tit {
    text-align: center;
}

.wp_wrap #s_card_thm02 .s_ir .tit_bx > .sec_txt > .sec_des {
    text-align: center;
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 32px;
}

.wp_wrap #s_card_thm02 .s_ir .card_thm_itms {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.wp_wrap #s_card_thm02 .s_ir .card_thm_itms > .card_thm_itm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.wp_wrap #s_card_thm02 .s_ir .card_thm_itms > .card_thm_itm > .ico_bx {
    min-width: 250px;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 15px solid #DDDDDD;
    border-radius: 50%;
}

.wp_wrap #s_card_thm02 .s_ir .card_thm_itms > .card_thm_itm > .ico_bx > img {
}

.wp_wrap #s_card_thm02 .s_ir .card_thm_itms > .card_thm_itm > .ico_bx > .num {
    color: #E97598;
    font-size: 26px;
    font-weight: var(--font-w700);
}

.wp_wrap #s_card_thm02 .s_ir .card_thm_itms > .card_thm_itm > .txt_bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wp_wrap #s_card_thm02 .s_ir .card_thm_itms > .card_thm_itm > .txt_bx > .tit {
    font-size: 24px;
    font-weight: var(--font-w600);
    text-align: center;
}

.wp_wrap #s_card_thm02 .s_ir .card_thm_itms > .line_itm {
    max-width: 180px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.wp_wrap #s_card_thm02 .s_ir .card_thm_itms > .line_itm > .line {
    width: 100%;
    height: 1px;
    border-bottom: 4px dashed #DDDDDD;;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 인트로 베너(간병인)*/
.wp_wrap #s_itr_bn02 {
    background-image: url("/img/sub/s_crg_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.wp_wrap #s_itr_bn02 .s_wrap {
}

.wp_wrap #s_itr_bn02 .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    padding-top: 50px;
}

.wp_wrap #s_itr_bn02 .s_ir .tit_bx {
    width: 100%;
}

.wp_wrap #s_itr_bn02 .s_ir .tit_bx > .sec_txt {
    align-items: center;
}

.wp_wrap #s_itr_bn02 .s_ir .tit_bx > .sec_txt > .sec_tit {
    text-align: center;
}

.wp_wrap #s_itr_bn02 .s_ir .tit_bx > .sec_txt > .sec_tit > b {
    color: #E97598;
}


.wp_wrap #s_itr_bn02 .s_ir .itr_bn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_wrap #s_itr_bn02 .s_ir .itr_bn > .img_bx {
}

.wp_wrap #s_itr_bn02 .s_ir .itr_bn > .img_bx > img {
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 인트로*/
.wp_wrap #s_intro {
}

.wp_wrap #s_intro .s_wrap {
}

.wp_wrap #s_intro .s_ir {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-top: 50px;
}

.wp_wrap #s_intro .s_ir > .txt_area {
    max-width: 750px;
    width: 100%;
}

.wp_wrap #s_intro .s_ir > .txt_area > .txt_bx {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.wp_wrap #s_intro .s_ir > .txt_area > .txt_bx > .tit {
    font-size: 30px;
    font-weight: var(--font-w400);
}

.wp_wrap #s_intro .s_ir > .txt_area > .txt_bx > .tit > b {
    font-weight: var(--font-w600);
}

.wp_wrap #s_intro .s_ir > .txt_area > .txt_bx > .desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.wp_wrap #s_intro .s_ir > .txt_area > .txt_bx > .desc > .des {
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 32px;
}

.wp_wrap #s_intro .s_ir > .txt_area > .txt_bx > .desc > .nm_frm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.wp_wrap #s_intro .s_ir > .txt_area > .txt_bx > .desc > .nm_frm > dt {
    font-size: 20px;
    font-weight: var(--font-w400);
}

.wp_wrap #s_intro .s_ir > .txt_area > .txt_bx > .desc > .nm_frm > dd {
    font-size: 24px;
    font-family: 'SolmoeKimDaegeon';
    font-weight: var(--font-w200);
}


.wp_wrap #s_intro .s_ir > .img_area {
}

.wp_wrap #s_intro .s_ir > .img_area > .img_bx {
}

.wp_wrap #s_intro .s_ir > .img_area > .img_bx > .img_frm {
    width: 650px;
}

.wp_wrap #s_intro .s_ir > .img_area > .img_bx > .img_frm > img {
    width: 100%;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 뉴스슬라이드*/
.wp_wrap #s_news {
}

.wp_wrap #s_news .s_wrap {
}

.wp_wrap #s_news .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #s_news .s_ir .tit_bx {
    width: 100%;
}

.wp_wrap #s_news .s_ir .tit_bx > .sec_txt {
    align-items: center;
}

.wp_wrap #s_news .s_ir .tit_bx > .sec_txt > .sec_tit {
    font-weight: var(--font-w600);
}

.wp_wrap #s_news .s_ir .tit_bx > .sec_txt > .sec_des {
}


/* 슬라이드 */
.wp_wrap .sd_cont {
    width: 100%;
    position: relative;
}

.wp_wrap .sd_cont > .btn_ang {
    position: absolute;
    top: 50%;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #CCCCCC;
    transition: 0.4s ease-out;
}

.wp_wrap .sd_cont > .btn_ang:hover {
    background: #EB7498;
    transition: 0.4s ease-in;
}

.wp_wrap .sd_cont > .btn_ang_lt {
    left: -100px;
}

.wp_wrap .sd_cont > .btn_ang_rt {
    right: -100px;
}

.wp_wrap .sd_cont > .btn_ang > i {
    color: #fff;
    font-size: 28px;
    font-weight: var(--font-w400);
}


/* 슬라이드 텍스트*/
.wp_wrap .sd_cont .sd_itms {
}

.wp_wrap .sd_cont .sd_itms .sd_itm {
    margin: 0 15px;
}

.wp_wrap .sd_cont .sd_itms .sd_itm .slick-list {
    margin: 0 -15px;
}

.wp_wrap .sd_cont .sd_itms .sd_itm > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 60px 30px;
    background-color: #fff;
    border-radius: 30px;
    transition: 0.4s ease-out;
}

.wp_wrap .sd_cont .sd_itms .sd_itm:hover > a {
    color: #fff;
    background-color: #EB7498;
    transition: 0.4s ease-in;
}

.wp_wrap .sd_cont .sd_itms .sd_itm > a > strong {
    width: 100%;
    font-size: 24px;
    font-weight: var(--font-w600);
    text-align: left;
}

.wp_wrap .sd_cont .sd_itms .sd_itm > a > .des {
    width: 100%;
    font-size: 17px;
    font-weight: var(--font-w400);
    text-align: left;
    line-height: 25px;
}

.wp_wrap .sd_cont .sd_itms .sd_itm > a > .date {
    width: 100%;
    color: #AAAAAA;
    font-size: 17px;
    font-weight: var(--font-w400);
    letter-spacing: -1px;
    text-align: right;
    transition: 0.4s ease-out;
}

.wp_wrap .sd_cont .sd_itms .sd_itm:hover > a > .date {
    color: #fff;
    transition: 0.4s ease-in;
}


/*버튼*/
.wp_wrap #s_news .s_ir .btn_bx {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_wrap #s_news .s_ir .btn_bx .btn_more {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: var(--font-w500);
    border-radius: 50px;
    border: 1px solid #000000;
    transition: 0.4s ease-out;
}

.wp_wrap #s_news .s_ir .btn_bx .btn_more > i {
}

.wp_wrap #s_news .s_ir .btn_bx .btn_more:hover {
    color: #fff;
    background: #EB7498;
    border: 1px solid #EB7498;
    transition: 0.3s ease;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 의료자문단 (인물 갤러리)*/
.wp_wrap #s_prs_gly {
}

.wp_wrap #s_prs_gly .s_wrap {
}

.wp_wrap #s_prs_gly .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #s_prs_gly .s_ir > .tit_bx {
    width: 100%;
}

.wp_wrap #s_prs_gly .s_ir > .tit_bx > .sec_txt {
    align-items: center;
    gap: 10px;
}

.wp_wrap #s_prs_gly .s_ir > .tit_bx > .sec_txt > .img_frm {
}

.wp_wrap #s_prs_gly .s_ir > .tit_bx > .sec_txt > .img_frm > img {
}

.wp_wrap #s_prs_gly .s_ir > .tit_bx > .sec_txt > .sec_tit {
    font-weight: var(--font-w700);
}

.wp_wrap #s_prs_gly .s_ir > .prs_itms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.wp_wrap #s_prs_gly .s_ir > .prs_itms > li {
    position: relative;
    width: calc(20% - 30px);
    cursor: pointer;
}

.wp_wrap #s_prs_gly .s_ir > .prs_itms > li > .img_frm {
    width: 100%;
    height: 320px;
    background: #C2BDAB;
    overflow: hidden;
}

.wp_wrap #s_prs_gly .s_ir > .prs_itms > li > .img_frm > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp_wrap #s_prs_gly .s_ir > .prs_itms > li > .img_ovly {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .6);
    transition: 0.3s ease-out;
}

.wp_wrap #s_prs_gly .s_ir > .prs_itms > li:hover > .img_ovly {
    opacity: 1;
    transition: 0.4s ease-in;
}

.wp_wrap #s_prs_gly .s_ir > .prs_itms > li > .img_ovly > .txt {
    color: #fff;
    text-align: center;
}

.wp_wrap #s_prs_gly .s_ir > .prs_itms > li > .img_ovly > .txt01 {
    font-size: 18px;
    font-weight: var(--font-w400);
}

.wp_wrap #s_prs_gly .s_ir > .prs_itms > li > .img_ovly > .txt02 {
    font-size: 30px;
    font-weight: var(--font-w600);
}


/*인물 모달창*/
.wp_wrap #mdl_itr {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
}

.wp_wrap #mdl_itr .mdl_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.wp_wrap #mdl_itr .mdl_ir {
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    background: #FFFFFF;
    border-radius: 20px;
}

.wp_wrap #mdl_itr .mdl_ir > .btn_itr_cls {
    position: absolute;
    top: 10px;
    right: 10px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: var(--font-w700);
    background: #000000;
    border-radius: 50%;
    transition: 0.3s linear;
}

.wp_wrap #mdl_itr .mdl_ir > .btn_itr_cls > i {
}

.wp_wrap #mdl_itr .mdl_ir > .btn_itr_cls:hover {
    background-color: #aaa;
    transition: 0.3s linear;
}

.wp_wrap #mdl_itr .mdl_ir > .img_bx {
}

.wp_wrap #mdl_itr .mdl_ir > .img_bx > .img_frm {
    max-width: 320px;
    width: 100%;
    height: 420px;
    display: none;
    border-radius: 20px;
    background: #F4F4F4;
    overflow: hidden;
}

.wp_wrap #mdl_itr .mdl_ir > .img_bx > .img_frm > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp_wrap #mdl_itr .mdl_ir > .img_bx > .img_frm.on {
    display: flex;
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx {
    flex-grow: 1;
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm {
    display: none;
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm.on {
    display: block;
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .tp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .tp > .txt {
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .tp > .txt01 {
    color: #E97598;
    font-size: 18px;
    font-weight: var(--font-w400);
    padding-left: 5px;
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .tp > .txt02 {
    font-size: 50px;
    font-weight: var(--font-w600);
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .tp > .txt > .min_txt {
    font-size: 30px;
    font-weight: var(--font-w600);
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .bt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    padding-top: 30px;
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .bt > .txt_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .bt > .txt_list > li {
    width: 100%;
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .bt > .txt_list > li > .txt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    font-size: 20px;
    font-weight: var(--font-w400);
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .bt > .txt_list > li > .txt::before {
    display: block;
    content: "-";
}

.wp_wrap #mdl_itr .mdl_ir > .txt_bx > .txt_frm > .bt > .txt_list01 > li > .txt {
    font-weight: var(--font-w600);
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 의료간병시스템 (카드베너)*/
.wp_wrap #s_card_bn {
}

.wp_wrap #s_card_bn .s_wrap {
}

.wp_wrap #s_card_bn .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #s_card_bn .s_ir > .tit_bx {
    width: 100%;
}

.wp_wrap #s_card_bn .s_ir > .tit_bx > .sec_txt {
    align-items: center;
}

.wp_wrap #s_card_bn .s_ir > .tit_bx > .sec_txt > .flag_frm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 10px;
    background-color: #000000;
}

.wp_wrap #s_card_bn .s_ir > .tit_bx > .sec_txt > .flag_frm > .txt {
    color: #fff;
    font-size: 26px;
    font-weight: var(--font-w500);
}

.wp_wrap #s_card_bn .s_ir > .tit_bx > .sec_txt > .sec_tit {
    text-align: center;
    line-height: 65px;
}

.wp_wrap #s_card_bn .s_ir > .tit_bx > .sec_txt > .sec_tit > b {
    font-weight: var(--font-w700);
}

.wp_wrap #s_card_bn .s_ir > .tit_bx > .sec_txt > .min_des {
    font-size: 20px;
    font-weight: var(--font-w400);
    text-align: center;
    margin-top: 20px;
    line-height: 32px;
}

.wp_wrap #s_card_bn .s_ir > .card_bn {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px;
}

.wp_wrap #s_card_bn .s_ir > .card_bn > li {
    width: 100%;
}

.wp_wrap #s_card_bn .s_ir > .card_bn > li > .img_frm {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
}

.wp_wrap #s_card_bn .s_ir > .card_bn > li > .img_frm > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 케어나인은 (텍스트베너)*/
.wp_wrap #s_txt_bn01 {
    background-image: url("/img/sub/s_intro03_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.wp_wrap #s_txt_bn01 .s_wrap {
}

.wp_wrap #s_txt_bn01 .s_ir {
    background-image: url("/img/sub/s_intro04_01.png");
    background-repeat: no-repeat;
    background-size: 1026px;
    background-position: right bottom;
}

.wp_wrap #s_txt_bn01 .s_ir > .tit_bx {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin: 100px 0 360px;
}

.wp_wrap #s_txt_bn01 .s_ir > .tit_bx > h2 {
    font-size: 60px;
    font-weight: var(--font-w400);
}

.wp_wrap #s_txt_bn01 .s_ir > .tit_bx > h2 > b {
    font-weight: var(--font-w700);
}

.wp_wrap #s_txt_bn01 .s_ir > .tit_bx > p {
    font-size: 30px;
    font-weight: var(--font-w400);
    line-height: 42px;
}

.wp_wrap #s_txt_bn01 .s_ir > .tit_bx > p > b {
    font-weight: var(--font-w700);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 협력병원 (병원로고 슬라이드)*/
.wp_wrap #s_cmp_sd01 {
}

.wp_wrap #s_cmp_sd01 .s_wrap {
}

.wp_wrap #s_cmp_sd01 .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #s_cmp_sd01 .s_ir > .tit_bx {
    width: 100%;
}

.wp_wrap #s_cmp_sd01 .s_ir > .tit_bx > .sec_txt {
    align-items: center;
}

.wp_wrap #s_cmp_sd01 .s_ir > .tit_bx > .sec_txt > .sec_tit {
    font-weight: var(--font-w600);
}

.wp_wrap #s_cmp_sd01 .s_ir > .tit_bx > .sec_txt > .sec_des {
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 썸네일 리스트 */
.wp_wrap #s_thm_list01 {
    background-image: url("/img/main/ms_bn01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wp_wrap #s_thm_list01 .s_wrap {
    background: rgba(0, 0, 0, .6);
}

.wp_wrap #s_thm_list01 .s_ir {
}

.wp_wrap #s_thm_list01 .s_ir .thm_list {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
}

.wp_wrap #s_thm_list01 .s_ir .thm_list > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 220px 10px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    transition: 0.25s linear;
}

.wp_wrap #s_thm_list01 .s_ir .thm_list > li:hover {
    background: rgba(135, 117, 180, 0.69);
    transition: 0.4s linear;
}

.wp_wrap #s_thm_list01 .s_ir .thm_list > li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.wp_wrap #s_thm_list01 .s_ir .thm_list > li .ico_bx {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_wrap #s_thm_list01 .s_ir .thm_list > li .ico_bx > img {
}

.wp_wrap #s_thm_list01 .s_ir .thm_list > li .txt_bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #fff;
    text-align: center;
}

.wp_wrap #s_thm_list01 .s_ir .thm_list > li .txt_bx > .tit {
    font-size: 24px;
    font-weight: var(--font-w600);
}

.wp_wrap #s_thm_list01 .s_ir .thm_list > li .txt_bx > .des {
    min-height: 90px;
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 31px;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 서브 - 슬로건 베너 */
.wp_wrap #s_slog_bn01 {
}

.wp_wrap #s_slog_bn01 .s_wrap {
}

.wp_wrap #s_slog_bn01 .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #s_slog_bn01 .s_ir > .tit_bx {
    width: 100%;
}

.wp_wrap #s_slog_bn01 .s_ir > .tit_bx > .sec_txt {
    align-items: center;
}

.wp_wrap #s_slog_bn01 .s_ir > .tit_bx > .sec_txt > .flag_frm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 10px;
    background-color: #000000;
}

.wp_wrap #s_slog_bn01 .s_ir > .tit_bx > .sec_txt > .flag_frm > .txt {
    color: #fff;
    font-size: 26px;
    font-weight: var(--font-w500);
}

.wp_wrap #s_slog_bn01 .s_ir > .tit_bx > .sec_txt > .sec_tit {
    text-align: center;
    line-height: 65px;
}

.wp_wrap #s_slog_bn01 .s_ir > .tit_bx > .sec_txt > .sec_tit > b {
    font-weight: var(--font-w700);
}

.wp_wrap #s_slog_bn01 .s_ir > .tit_bx > .sec_txt > .min_des {
    font-size: 20px;
    font-weight: var(--font-w400);
    text-align: center;
    margin-top: 20px;
    line-height: 32px;
}

.wp_wrap #s_slog_bn01 .s_ir > .slog_img_bx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wp_wrap #s_slog_bn01 .s_ir > .slog_img_bx .img_bx {
}

.wp_wrap #s_slog_bn01 .s_ir > .slog_img_bx .img_bx > img {
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 서브 - 텍스트 베너 (고객센터) */
.wp_wrap #s_txt_bn02 {
}

.wp_wrap #s_txt_bn02 .s_wrap {
}


.wp_wrap #s_txt_bn02 .s_wrap.s_wrap_bg01 {
    background-image: url("/img/sub/s_guide01_bg.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wp_wrap #s_txt_bn02 .s_wrap.s_wrap_bg02 {
    background-image: url("/img/sub/s_crg_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.wp_wrap #s_txt_bn02 .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .sec_txt {
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .sec_txt .sec_des {
    line-height: 32px;
}


/*QR*/
.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .qr_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .qr_list > li {
    max-width: 160px;
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .qr_list > li > .img_bx {
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .qr_list > li > .img_bx > img {
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .qr_list > li > .txt_bx {
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .qr_list > li > .txt_bx > img {
}


/*Tel*/
.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .btn_tel {
    max-width: 365px;
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-size: 43px;
    font-weight: var(--font-w700);
    border-radius: 15px;
    background: #E97598;
    border: 1px solid #E97598;
    transition: 0.2s ease-out;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .btn_tel:hover {
    color: #E97598;
    background: #fff;
    transition: 0.25s ease-in;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .btn_tel > .img_cic {
    min-width: 55px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .txt_bx > .txt_frm .btn_tel > .img_cic > img {
}


.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .img_bx {
    display: flex;
    align-items: center;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .img_bx01 {
    justify-content: flex-start;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .img_bx02 {
    justify-content: flex-end;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .img_bx .img_frm {
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_cont > .img_bx .img_frm > img {
}

/*하단 정보란*/
.wp_wrap #s_txt_bn02 .s_ir > .bn_info {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 30px;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_info > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 100%;
    padding: 60px 50px;
    background-color: #F7F7F7;
    border-radius: 30px;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_info > li > .info_ir {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_info > li > .info_ir > .txt_area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_info > li > .info_ir > .txt_area > .tit {
    font-size: 30px;
    font-weight: var(--font-w600);
    line-height: 42px;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_info > li > .info_ir > .txt_area > .des {
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 32px;
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_info > li > .info_ir > .img_area {
}

.wp_wrap #s_txt_bn02 .s_ir > .bn_info > li > .info_ir > .img_area > img {
}


/*경고/약관/안내문구 리스트*/
.wp_wrap .dg_txt {
}

.wp_wrap .dg_txt > li {
}

.wp_wrap .dg_txt > li > .txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: var(--font-w400);
}

.wp_wrap .dg_txt > li > .txt::before {
    display: block;
    content: "*";
}

/*이동버튼*/
.wp_wrap .move_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 35px;
}

.wp_wrap .move_list > a {
    max-width: 280px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: var(--font-w500);
    border-radius: 50px;
    background-color: #333333;
    transition: 0.2s ease-out;
}

.wp_wrap .move_list02 > a {
    max-width: 345px;
}

.wp_wrap .move_list03 > a {
    max-width: 345px;
    height: 100px;
    padding: 0 35px;
    justify-content: flex-start;
    font-size: 24px;
    font-weight: var(--font-w600);
    gap: 30px;
    background: #E97598;
}

.wp_wrap .move_list > a > img {
}

.wp_wrap .move_list > a:hover {
    background-color: #8775B4;
    transition: 0.2s ease-in;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/* 서브 - 슬로건 베너 */
.wp_wrap #s_gly01 {
}

.wp_wrap #s_gly01 .s_wrap {
}

.wp_wrap #s_gly01 .s_ir {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}

.wp_wrap #s_gly01 .s_ir > .tit_bx {
    width: 100%;
}

.wp_wrap #s_gly01 .s_ir > .tit_bx > .sec_txt {
    align-items: center;
    font-weight: var(--font-w700);
}


.wp_wrap #s_gly01 .s_ir .gly_cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.wp_wrap #s_gly01 .s_ir .gly_cont .gly_itms {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.wp_wrap #s_gly01 .s_ir .gly_cont .gly_itms > li {
    width: calc(25% - 25px);
    overflow: hidden;
    border: 1px solid #DDDDDD;
}

.wp_wrap #s_gly01 .s_ir .gly_cont .gly_itms > li > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp_wrap #s_gly01 .s_ir .gly_cont .txt_bx {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_wrap #s_gly01 .s_ir .gly_cont .txt_bx > .des {
    font-size: 20px;
    font-weight: var(--font-w400);
    line-height: 32px;
    text-align: center;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*서브 - 크로스 탭(간병인)*/
.wp_wrap #s_crs_tab01 {
}

.wp_wrap #s_crs_tab01 .s_wrap {
}

.wp_wrap .tab_cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.wp_wrap .tab_cont .t_hd {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 485px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #000000;
    border-radius: 30px;
}

.wp_wrap .tab_cont .t_hd > li {
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    font-weight: var(--font-w500);
    transition: 0.3s ease-out;
}

.wp_wrap .tab_cont .t_hd > li > .txt {
}

.wp_wrap .tab_cont .t_hd > li:hover {
    color: #fff;
    background-color: #000;
    transition: 0.3s ease-in;
}

.wp_wrap .tab_cont .t_hd > li.on {
    color: #fff;
    background-color: #000;
}

.wp_wrap .tab_cont .t_bd {
    width: 100%;
}

.wp_wrap .tab_cont .t_bd > .bd_itm {
    display: none;
    width: 100%;
    padding: 80px 40px;
    background-color: #F6F6F6;
    border-radius: 50px;
}

.wp_wrap .tab_cont .t_bd > .bd_itm.on {
    display: block;
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .tit {
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: var(--font-w400);
    text-align: center;
    margin-bottom: 50px;
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .tit > b {
    font-size: 50px;
    font-weight: var(--font-w700);
    border-bottom: 4px solid #E97598;
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
    padding-top: 40px;
    padding-inline: 100px 20px;
    background-color: #fff;
    border-radius: 30px;
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li:nth-child(2n) {
    margin-left: auto;
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li > .img_bx {
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li:nth-child(2n) > .img_bx {
    order: 2;
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li > .img_bx > .img_frm {
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li > .img_bx > .img_frm > img {
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li > .txt_bx {
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li:nth-child(2n) > .txt_bx {
    order: 1;
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li > .txt_bx > .txt_frm {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li > .txt_bx > .txt_frm > .flag_step {
    max-width: 125px;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: var(--font-w700);
    background-color: #E97598;
    border-radius: 29px;
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li > .txt_bx > .txt_frm > .tit {
    font-size: 50px;
    font-weight: var(--font-w600);
}

.wp_wrap .tab_cont .t_bd > .bd_itm > .crs_list > li > .txt_bx > .txt_frm > .des {
    font-size: 24px;
    font-weight: var(--font-w400);
    line-height: 32px;
}


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

















































