/**
 * Created by PhpStorm.
 * Date         :
 * Developer    :
 * Description  : wp_style.css
 * ⓒ 2024. WebPlanet Co. All Rights Reserved.
 */

@charset "utf-8";

/**********************************************************************************************************************/
/* 폰트 */
/**********************************************************************************************************************/
/* #region */
@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('/_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('/_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('/_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('/_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('/_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('/_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('/_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('/_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('/_wp/font/pretendard/Pretendard-Black.woff2') format('woff2');
    font-weight: 900; font-style: normal;
}
/* #endregion */


/**********************************************************************************************************************/
/* 변수 */
/**********************************************************************************************************************/
:root {
    --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-nanum-400: 'NanumSquareRound-Regular';
    --font-nanum-700: 'NanumSquareRound-Bold';
    --font-nanum-800: 'NanumSquareRound-ExtraBold';

    --color-red: #AC0A1B;
    --color-black: #000;
    --color-white: #fff;
}

/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
/* #region */
/* 기본설정 */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.wp_wrap {
    overflow-x: hidden;
    position: relative;
    color: var(--color-black);
    font-family: var(--font-pre400);
    word-break: keep-all;
}
.wp_wrap a {
    color: var(--color-black);
    text-decoration: none;
}
.wp_wrap .hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.wp_wrap ul.skipmenu_list li a:focus {
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    background: var(--color-black);
    color: var(--color-white);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}
/* 기본설정 */

/* 공통 - 이너 */
.wp_wrap .cm_inner_1 {
    max-width: 1380px;
    width: calc(100% - 80px);
    margin: 0 auto;
}
.wp_wrap .cm_inner_2 {
    max-width: 1260px;
    width: calc(100% - 80px);
    margin: 0 auto;
}

/* 공통 - 타이틀 */
.wp_wrap .cm_m_tit {
    font-size: 50px;
    font-family: var(--font-pre400);
    letter-spacing: -1px;
}
.wp_wrap .cm_m_desc {
    font-size: 20px;
    font-family: var(--font-pre400);
    line-height: 28px;
}
.wp_wrap .cm_s_tit_lg {
    font-family: var(--font-pre700);
    font-size: 40px;
}
.wp_wrap .cm_s_tit_md {
    font-family: var(--font-pre600);
    font-size: 35px;
}
.wp_wrap .cm_s_tit_sm {
    font-family: var(--font-pre500);
    font-size: 30px;
}
.wp_wrap .cm_s_label {
    color: #C50000;
    font-family: var(--font-nanum-800);
    font-weight: 800;
    font-size: 15px;
}

/* 공통 - 섹션션 */
.wp_wrap .cm_sec {
    padding: 120px 0;
    box-sizing: border-box;
}
/* #endregion */


/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
/* #region */
.wp_wrap header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 9999;
    background: transparent;
}
.wp_wrap header .h_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp_wrap header .h_inner .h_logo {
    min-width: 120px;
}
.wp_wrap header .h_inner .h_logo .logo_c {
    display: none;
}
.wp_wrap header .h_inner .h_rg{
    display: flex;
    align-items: center;
    gap: 225px;
}
.wp_wrap header .gnb {
    display: flex;
    align-items: center;
}
.wp_wrap header .gnb > ul {
    display: flex;
    align-items: center;
}
.wp_wrap header .gnb > ul > li {
    position: relative;
    text-align: center;
    width: 180px;
}
.wp_wrap header .gnb > ul > li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--color-red);
    transform: scale(0);
    transition: 0.3s;
}
.wp_wrap header .gnb > ul > li:hover::after {
    transform: scale(1);
}
.wp_wrap header .gnb > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    font-size: 20px;
    color: #fff;
    font-family: var(--font-pre400);
    font-weight: 400;
}
.wp_wrap header .gnb > ul > li:hover > a {
    color: var(--color-red);
}
.wp_wrap header .h_utill{
    display: flex;
    align-items: center;
    gap: 30px;
}
.wp_wrap header .h_utill .lang_box {}
.wp_wrap header .h_utill .lang_box > a{
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}
.wp_wrap header .h_utill .lang_box > a i{}
.wp_wrap header .h_utill .momnu_icon {}
.wp_wrap header .h_utill .momnu_icon .icon_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.wp_wrap header .h_utill .momnu_icon .icon_box span {
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}

/* 헤더 - 스크롤 활성화 상태 */
.wp_wrap header .mnu_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.wp_wrap header.act .gnb > ul > li > a {
  color: var(--color-black);
}
.wp_wrap header.act .gnb > ul > li:hover > a {
  color: var(--color-red);
}
.wp_wrap header.act .mnu_bg {
  opacity: 1 !important;
}
.wp_wrap header.act .h_utill .momnu_icon .icon_box span {
  background: var(--color-black);
}
.wp_wrap header.act .h_utill .lang_box > a {
  color: var(--color-black);
}
/* .wp_wrap header .gnb > ul > li > .sub_menu a {
  color: var(--color-black);
} */

/* 헤더 - 서브 페이지 초기 상태 (배경 투명, 컬러로고, 검정 텍스트/아이콘) */
.wp_wrap header.is_sub .h_logo .logo_c { display: block; }
.wp_wrap header.is_sub .h_logo .logo_w { display: none; }
.wp_wrap header.is_sub .gnb > ul > li > a { color: var(--color-black); }
.wp_wrap header.is_sub .h_utill .lang_box > a  { color: var(--color-black); }
.wp_wrap header.is_sub .gnb > ul > li:hover > a { color: var(--color-red); }
.wp_wrap header.is_sub .h_utill .momnu_icon .icon_box span { background: var(--color-black); }
.wp_wrap .h_mv_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
/* #endregion */


/**********************************************************************************************************************/
/* 모바일메뉴 */
/**********************************************************************************************************************/
/* #region */
.wp_wrap .mo_mnu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(800px, 100%);
    height: 100vh;
    background: #fff;
    border-left: 1px solid #ddd;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    overflow-y: auto;
    z-index: 10000;
}
.wp_wrap .mo_mnu.on {
    transform: translateX(0);
}
.wp_wrap .mo_mnu .mo_mnu_panel {
    position: relative;
    padding: 60px 90px 0;
}
.wp_wrap .mo_mnu .mo_mnu_panel .mo_mnu_head {
    position: absolute;
    top: 40px;
    right: 45px;
}
.wp_wrap .mo_mnu .mo_mnu_panel .mo_mnu_head button {
    background: transparent;
}
.wp_wrap .mo_mnu .mo_mnu_panel .mo_mnu_head button img{
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_header {
    display: flex;
    align-items: center;
    gap: 70px;
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_header .itm .imt_inner {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 40px 0;
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_menu {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 59px;
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_menu .sm_list .top p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    font-size: 30px;
    font-family: var(--font-pre600);
    font-weight: 400;
    letter-spacing: -1px;
    color: #515151;
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_menu .sm_list .top p::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ddd;
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_menu .sm_list .bot ul {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 20px 0 30px 20px;
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_menu .sm_list .bot ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-pre400);
    font-size: 16px;
    letter-spacing: -2px;
    color: #515151;
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_menu .sm_list .bot ul li a:hover {
    font-family: var(--font-pre500);
    color: var(--color-red);
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_menu .sm_list .bot ul li a .dot {
    width: 7px;
    height: 7px;
    background: var(--color-primary);
    border-radius: 50%;
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_info .tel {
    font-size: 30px;
    margin-bottom: 20px;
    color: #535353;
    font-family: var(--font-pre800);
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_info .tel a{
    color: #535353;
    font-family: var(--font-pre800);
}
.wp_wrap .mo_mnu .mo_mnu_inner .side_info .tel span{
    color: var(--color-black);
    font-family: var(--font-pre400);
}

/* #endregion */


/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
/* #region */
.wp_wrap footer {
    background: #515151;
    padding: 55px 0;
}
.wp_wrap footer .cm_inner_1 {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    height: auto;
}
.wp_wrap footer .ft_lt .ft_logo {
    min-width: 198px;
}
.wp_wrap footer .ft_rg {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap footer .ft_rg .info_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap footer .ft_rg .info_box .info_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}
.wp_wrap footer .ft_rg .info_box .info_list li {
    display: flex;
    align-items: stretch;
}
.wp_wrap footer .ft_rg .ques {
    min-width: 120px;
    color: #828282;
    font-size: 16px;
    font-family: var(--font-pre300);
}
.wp_wrap footer .ft_rg .ans,
.wp_wrap footer .ft_rg .ans > a {
    min-width: 139px;
    color: #ccc;
    font-size: 16px;
    font-family: var(--font-pre300);
    line-height: 1.4;
}
.wp_wrap footer .ft_rg .adress_box {
    display: flex;
}
.wp_wrap footer .ft_rg .copy_box .ques a{
    color: #828282;
    font-size: 16px;
    font-family: var(--font-pre300);
}
/* 공통 - 카카오맵 길찾기 */

.wp_wrap footer .ft_rg .adress_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.wp_wrap footer .ft_rg .adress_box .ans {
  flex: 1;
}
.wp_wrap footer .ft_rg .adress_box .btn_kakao {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #161616;
  color: #fff;
  font-size: 13px;
  font-family: var(--font-pre400);
  padding: 14px 16px;
  border-radius: 10px;
  flex-shrink: 0;
  line-height: 1.4;
  white-space: nowrap;
  margin-top: 0;
}
.wp_wrap footer .ft_rg .adress_box .btn_kakao:hover {
  background: var(--color-red);
  color: #fff;
}
/* #endregion */



/**********************************************************************************************************************/
/* 메인비주얼 */
/**********************************************************************************************************************/
/* #region */
.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 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 4s;
}
.wp_wrap .m_visual .m_slider .mv_slide .mv_img.mv_img01 {
    background: url('../img/main/m_visual_1.jpg') no-repeat center center / cover;
}
.wp_wrap .m_visual .m_slider .mv_slide .mv_img.mv_img02 {
    background: url('../img/main/m_visual_2.jpg') no-repeat center center / cover;
}
.wp_wrap .m_visual .m_slider .mv_slide.action .mv_img {
    transform: scale(1);
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.26);
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_txt {
    color: #fff;
    font-size: 50px;
    font-family: var(--font-pre500);
    margin-bottom: 30px;
    line-height: 1.3;
    opacity: 0;
    transform: translate3d(0, 40px, 0); /* 100px → 30~50px */
    transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s,
                transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
    will-change: transform, opacity;
}
.wp_wrap .m_visual .m_slider .mv_slide .txt_box_out .txt_box .mv_des {
    color: #fff;
    font-size: 24px;
    font-family: var(--font-pre400);
    line-height: 32px;
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.65s,
                transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.65s;
    will-change: transform, opacity;
}
.wp_wrap .m_visual .m_slider .mv_slide.action .txt_box_out .txt_box .mv_txt,
.wp_wrap .m_visual .m_slider .mv_slide.action .txt_box_out .txt_box .mv_des {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.wp_wrap .m_visual .control_box {
    position: absolute;
    top: 72%;
    left: max(40px, calc(50% - 690px));
    display: flex;
    align-items: center;
    gap: 10px;
    /* transform: translateY(-65%); */
}
.wp_wrap .m_visual .control_box .ms_arr {
    background: transparent;
}
.wp_wrap .m_visual .control_box .ms_arr i {
    color: rgba(245, 245, 245, 0.54);
}
.wp_wrap .m_visual .control_box .pause .icon_box {
    background: transparent;
}
.wp_wrap .m_visual .control_box .pause .icon_box i {
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    color: rgba(245, 245, 245, 0.54);
}
.wp_wrap .m_visual .control_box .progress01 {
    position: relative;
    width: 230px;
    height: 1px;
    background: #BFBFBF;
}
.wp_wrap .m_visual .control_box .progress01::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 3px;
    background: #fff;
    transform: translateY(-50%);
}
.wp_wrap .m_visual .control_box .progress01.bar_ani01::after {
    animation: visual_bar01 4s linear;
}
.wp_wrap .m_visual .control_box .progress01.is_paused::after {
    animation-play-state: paused;
}
@keyframes visual_bar01 {
    0%   { width: 0; }
    100% { width: 100%; }
}
.wp_wrap .m_visual .scr {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 10;
}
.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%;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.73);
    transform: translateX(-50%);
    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 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.73);
}
.wp_wrap .m_visual .scr .scr_icon .arr_box i.arr01 {
    position: relative;
    bottom: 6px;
    color: rgba(255, 255, 255, .2);
}
.wp_wrap .m_visual .scr .scr_icon .arr_box i.arr02 {
    position: relative;
    bottom: 10px;
    color: rgba(255, 255, 255, .6);
}
/* #endregion */


/**********************************************************************************************************************/
/* 메인컨텐츠 */
/**********************************************************************************************************************/
/* #region //business */

.wp_wrap #m_business .bsn_inner {
    padding: 160px 0;
    box-sizing: border-box;
}
.wp_wrap #m_business .bsn_inner .head {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.wp_wrap #m_business .bsn_inner .head .tabs_box {
    flex: 1;
}
.wp_wrap #m_business .bsn_inner .head .tabs_box .tabs_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 70px;
    border-bottom: 1px solid #E8E8E8;
}
.wp_wrap #m_business .bsn_inner .head .tabs_box .tabs_list li button {
    position: relative;
    background: transparent;
    margin-bottom: 10px;
}
.wp_wrap #m_business .bsn_inner .head .tabs_box .tabs_list li button::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-red);
    transform: scale(0);
    transition: 0.3s;
}
.wp_wrap #m_business .bsn_inner .head .tabs_box .tabs_list li button.on::after {
    transform: scale(1);
}
.wp_wrap #m_business .bsn_inner .body {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}
.wp_wrap #m_business .bsn_inner .body .img_box {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: stretch;
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm {
    position: relative;
    width: 180px;
    transition: 0.5s;
    cursor: pointer;
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm.now {
    max-width: 900px;
    width: 100%;
    transition: 0.5s;
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm.itm01 {
    background: url('../img/main/m_bz_1.jpg') no-repeat center center / cover;
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm.itm02 {
    background: url('../img/main/m_bz_2.jpg') no-repeat center center / cover;
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm.itm03 {
    background: url('../img/main/m_bz_3.jpg') no-repeat center center / cover;
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm.itm04 {
    background: url('../img/main/m_bz_4.jpg') no-repeat center center / cover;
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, 0.74);
    opacity: 1;
    transition: 0.5s;
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm .overlay p {
    position: absolute;
    bottom: 70px;
    right: -35px;
    min-width: 120px;
    color: #fff;
    transform: rotate(-90deg);
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm .overlay > a {
    display: none;
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm.now .overlay {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 55%, rgba(0, 0, 0, 0.76) 100%);
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm.now .overlay p {
    position: unset;
    right: 0;
    font-size: 50px;
    font-family: var(--font-pre700);
    transform: unset;
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm.now .overlay > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 20px;
    font-family: var(--font-pre200);
}
.wp_wrap #m_business .bsn_inner .body .img_box .bsn_itm.now .overlay > a > i {
    font-size: 12px;
}
/* #endregion */

/* #region //vision */
.wp_wrap #m_vision {
    position: relative;
    background: url('../img/main/vision_bg.jpg') no-repeat center center / cover;
    /* background-attachment: fixed; */
}
/* .wp_wrap #m_vision .bg_overlay {
    width: 100%;
    background: rgba(13, 13, 13, 0.22);
} */
.wp_wrap #m_vision .visi_inner {
    padding: 146px 0 101px;
    box-sizing: border-box;
}
.wp_wrap #m_vision .head .tit_box {
    margin-bottom: 30px;
    width: 595px;
    max-width: 100%;
}
.wp_wrap #m_vision .head .tit_box .cm_m_tit {
    color: #000;
    margin-bottom: 15px;
}
.wp_wrap #m_vision .head .tit_box .cm_m_desc {
    color: #000;
}
.wp_wrap #m_vision .body .card_list {
    gap: 90px;
}
.wp_wrap #m_vision .body .card_list .card {
    /* aspect-ratio: 4.5 / 4; */
    border-radius: 20px;
    overflow: hidden;
    background: rgba(253, 253, 253, 0.8);
    /* backdrop-filter: blur(4px); */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.wp_wrap #m_vision .body .card_list .card .card_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 30px 40px;
    box-sizing: border-box;
    /* height: 100%; */
}
.wp_wrap #m_vision .body .card_list .card .card_txt .label {
    font-size: 12px;
    font-family: var(--font-pre700);
    color: #CC0000;
    line-height: 20px;
}
.wp_wrap #m_vision .body .card_list .card .card_txt .tit {
    font-size: 26px;
    font-family: var(--font-pre600);
    color: #1c1c1c;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}
.wp_wrap #m_vision .body .card_list .card .card_txt .icon_box {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.wp_wrap #m_vision .body .card_list .card .card_txt .icon_box img {
    max-height: 100%;
    width: auto;
}
.wp_wrap #m_vision .body .card_list .card .card_txt .desc {
    font-size: 15px;
    font-family: var(--font-pre400);
    color: #313131;
    line-height: 1.7;
}
/* #endregion */

/* #region //contact */
.wp_wrap #m_contact {
  background: #f4f4f4;
}
.wp_wrap #m_contact .contact_inner{
    display: flex;
    align-items: flex-start;
    gap: 247px;
    padding: 120px 0 95px;
    box-sizing: border-box;
}
.wp_wrap #m_contact .lt {
    flex-shrink: 0;
    width: 340px;
    display: flex;
    flex-direction: column;
    gap: 230px;
}
.wp_wrap #m_contact .lt .tit_box .cm_m_tit {
    margin-bottom: 25px;
}
.wp_wrap #m_contact .lt .tit_box .cm_m_desc {
    min-width: 280px;
}
.wp_wrap #m_contact .lt .tel_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wp_wrap #m_contact .lt .tel_box .num {
    font-size: 22px;
    font-family: var(--font-pre700);
    color: var(--color-red);
}
.wp_wrap #m_contact .rg {
    flex: 1;
    min-width: 0;
}
.wp_wrap #m_contact .rg .inq_form {
    max-width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wp_wrap #m_contact .inq_form .form_row {
    display: flex;
    gap: 35px;
}
/* 폼 행 */
/* .wp_wrap .inq_form .form_row {
    margin-bottom: 20px;
}
.wp_wrap .inq_form .form_row:last-child {
    margin-bottom: 0;
} */

/* 2열 행 */
.wp_wrap #m_contact .inq_form .form_2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;

    
}

/* 반쪽 너비 행 (국가 등) */
.wp_wrap #m_contact .inq_form .form_half {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* 폼 그룹 (label + input) */
.wp_wrap #m_contact .inq_form .form_group {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}
.wp_wrap #m_contact .inq_form .form_group_ta {
    align-items: flex-start;
}

/* 레이블 */
.wp_wrap #m_contact .inq_form .form_group label {
    flex-shrink: 0;
    width: 70px;
    font-family: var(--font-pre600);
    font-size: 16px;
    color: var(--color-black);
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.wp_wrap #m_contact .inq_form .form_group label .req {
    color: var(--color-red);
}

/* 입력 필드 공통 */
.wp_wrap #m_contact .inq_form input[type="text"],
.wp_wrap #m_contact .inq_form input[type="email"],
.wp_wrap #m_contact .inq_form input[type="tel"] {
    flex: 1;
    min-width: 0;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 15px 10px;
    font-family: var(--font-pre400);
    font-size: 15px;
    color: var(--color-black);
    /* background: #f6f6f6; */
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}
.wp_wrap #m_contact .inq_form textarea {
    flex: none;
    min-width: 0;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 15px 10px;
    font-family: var(--font-pre400);
    font-size: 15px;
    color: var(--color-black);
    /* background: #f6f6f6; */
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}
.wp_wrap #m_contact .inq_form input[type="text"]:focus,
.wp_wrap #m_contact .inq_form input[type="email"]:focus,
.wp_wrap #m_contact .inq_form input[type="tel"]:focus,
.wp_wrap #m_contact .inq_form textarea:focus {
    border-color: var(--color-red);
}

/* 텍스트에리어 */
.wp_wrap #m_contact .inq_form .form_group_ta textarea,
.wp_wrap #m_contact .inq_form #wp_1_7 {
    flex: none;
    height: 169px;
    min-height: 169px;
    resize: none;
    line-height: 1.6;
}

/* Select 커스텀 */
.wp_wrap #m_contact .inq_form .select_wrap {
    flex: 1;
    position: relative;
}
.wp_wrap #m_contact .inq_form .select_wrap select {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 15px 38px 15px 10px;
    font-family: var(--font-pre400);
    font-size: 15px;
    color: #8d8d8d;
    /* background: #f6f6f6; */
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
}
.wp_wrap #m_contact .inq_form .select_wrap select:focus {
    border-color: var(--color-red);
}
.wp_wrap #m_contact .inq_form .select_wrap select:required:invalid {
    color: #8d8d8d;
}
.wp_wrap #m_contact .inq_form .select_wrap select option {
    color: var(--color-black);
}
.wp_wrap #m_contact .inq_form .select_wrap .select_arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #8d8d8d;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.wp_wrap #m_contact .inq_form .agree_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-left: calc(70px + 15px)
}
.wp_wrap #m_contact .inq_form .agree_box .agree_check_wrap {
    display: flex;
    align-items: center;
}
.wp_wrap #m_contact .inq_form .agree_box .agree_check_label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.wp_wrap #m_contact .inq_form .agree_box .agree_check_label input[type="checkbox"] {
    width: 12px;
    height: 12px;
    accent-color: var(--color-red);
    cursor: pointer;
    flex-shrink: 0;
}
.wp_wrap #m_contact .inq_form .agree_box .agree_txt {
    font-family: var(--font-pre600);
    font-size: 16px;
    color: var(--color-black);
    line-height: 1;
}
.wp_wrap #m_contact .inq_form .agree_box .agree_txt .req {
    color: var(--color-red);
}
.wp_wrap #m_contact .inq_form .agree_box .btn_agree_more {
    background: transparent;
    border: none;
    font-size: 16px;
    color: #8d8d8d;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    padding: 0;
}
.wp_wrap #m_contact .inq_form .form_submit {
    display: flex;
    justify-content: flex-end;
    margin-left: calc(70px + 15px); /* textarea 시작점과 정렬 */
}
.wp_wrap #m_contact .inq_form .btn_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    height: 42px;
    background: #232522;
    color: #fff;
    font-size: 16px;
    font-family: var(--font-pre500);
    border: none;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.3s;
}
.wp_wrap #m_contact .inq_form .btn_submit:hover {
    background: var(--color-red);
}
/* 입력 + 알럿 묶음 */
.wp_wrap #m_contact .inq_form .form_group .field_wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
/* 알럿 영역 */
.wp_wrap #m_contact .inq_form .wp_input_alert {
    margin-top: 6px;
    line-height: 1.4;
}
.wp_wrap #m_contact .inq_form #agree_alert {
    margin-top: -12px;
    line-height: 0;
    margin-left: calc(70px + 15px);
}
.wp_wrap #m_contact .inq_form .wp_alert_red {
    font-size: 13px;
    color: var(--color-red);
}
/* form_group: 알럿 높이 때문에 label 정렬 */
.wp_wrap #m_contact .inq_form .form_group {
    align-items: flex-start;
}
.wp_wrap #m_contact .inq_form .form_group label {
    padding-top: 15px; /* input padding과 맞춤 */
}
/* select 내부 알럿 */
.wp_wrap #m_contact .inq_form .select_wrap {
    display: flex;
    flex-direction: column;
}
/* #endregion */


/**********************************************************************************************************************/
/* 서브페이지 */
/**********************************************************************************************************************/
/* #region //공통 */
/* 서브탑 */
.wp_wrap #sub_top {
    position: relative;
    width: 100%;
    height: 350px;
}
.wp_wrap #sub_top .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wp_wrap #sub_top .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap #sub_top .st_wrap {
    width: 100%;
    height: 100%;
}
.wp_wrap #sub_top .st_wrap .cm_inner_1{
    height: 100%;
}
.wp_wrap #sub_top .st_ir {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 15px 80px;
    z-index: 10;
}
.wp_wrap #sub_top .st_ir .st_tit {
    color: var(--color-black);
    font-size: 40px;
    font-family: var(--font-pre600);
    line-height: 1.2;
}
/* .wp_wrap #sub_top .st_ir .st_pg_gd {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.wp_wrap #sub_top .st_ir .st_pg_gd>a,
.wp_wrap #sub_top .st_ir .st_pg_gd>span {
    color: var(--color-black);
    font-size: 16px;
    font-family: var(--font-pre600);
}
.wp_wrap #sub_top .st_ir .st_pg_gd>i {
    color: var(--color-black);
}
.wp_wrap #sub_top .st_ir .st_pg_gd>.pg_gd_list {
    position: relative;
}
.wp_wrap #sub_top .st_ir .st_pg_gd>.pg_gd_list>.gd_sub {
    color: var(--color-black);
    font-size: 16px;
    font-family: var(--font-pre600);
    cursor: pointer;
}
.wp_wrap #sub_top .st_ir .st_pg_gd>.pg_gd_list>.gd_sub .ico_gd_dwn {}
.wp_wrap #sub_top .st_ir .st_pg_gd>.pg_gd_list .gd_sub_mnu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 80px;
    width: 100%;
    padding: 5px;
    background-color: var(--color-black);
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .38);
    z-index: 9999;
}
.wp_wrap #sub_top .st_ir .st_pg_gd>.pg_gd_list .gd_sub_mnu>li {
	padding: 5px;
}
.wp_wrap #sub_top .st_ir .st_pg_gd>.pg_gd_list .gd_sub_mnu>li>a {
    color: var(--color-black);
    font-size: 14px;
    font-family: var(--font-pre400);
}
.wp_wrap #sub_top .st_ir .st_pg_gd>.pg_gd_list .gd_sub_mnu>li:hover>a {
    color: var(--color-red);
}
/* 헤더로 컨텐츠 가리지않게 높이 보정  */
.wp_wrap #ab_about, .wp_wrap #ab_history, .wp_wrap #ab_location {
    scroll-margin-top: 100px;
}
/* #endregion */

/* #region //about_1  */
/* 인트로 */
.wp_wrap .about_sec .ab_intro_wrap {
    display: flex;
    align-items: flex-start;
    gap: 142px;
    padding-bottom: 90px;
}
.wp_wrap .about_sec .ab_intro_wrap .txt_area {
    flex: 1;
    padding-top: 86px;
}
.wp_wrap .about_sec .ab_intro_wrap .txt_area .about_main_tit {
    font-family: var(--font-pre700);
    font-size: 55px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 4px 0 20px;
}
.wp_wrap .about_sec .ab_intro_wrap .txt_area .about_desc {
    font-size: 20px;
    line-height: 1.55;
    color: #282828;
    max-width: 523px;
    width: 100%;
}
.wp_wrap .about_sec .ab_intro_wrap .img_area {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-shrink: 0;
}
.wp_wrap .about_sec .ab_intro_wrap .img_area .pill_img {
    width: 180px;
    height: 443px;
    overflow: hidden;
    border-radius: 120px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.wp_wrap .about_sec .ab_intro_wrap .img_area .pill_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* about_1 - pill 이미지 GSAP 펼침 */
.wp_wrap #about_1 .ab_intro_wrap .img_area.pill_spread_area .pill_img {
  position: relative;
  will-change: transform, opacity;
}
.wp_wrap #about_1 .ab_intro_wrap .img_area.pill_spread_area .pill_img:nth-child(1),
.wp_wrap #about_1 .ab_intro_wrap .img_area.pill_spread_area .pill_img:nth-child(3) {
  z-index: 1;
}
.wp_wrap #about_1 .ab_intro_wrap .img_area.pill_spread_area .pill_img:nth-child(2) {
  z-index: 3;
}

/* 미션 카드 */
.wp_wrap .about_sec .ab_mission_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fdfdfd;
    border: 1px solid #dadada;
    border-radius: 20px;
    padding: 70px 60px 90px;
    margin-bottom: 30px;
}
.wp_wrap .about_sec .ab_mission_wrap .mission_label {
    min-width: 130px;
}
.wp_wrap .about_sec .ab_mission_wrap .mission_quote {
    flex: 1;
    max-width: 538px;
    width: 538px;
}
.wp_wrap .about_sec .ab_mission_wrap .mission_quote .quote_tit {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.wp_wrap .about_sec .ab_mission_wrap .mission_quote .quote_desc {
    font-size: 16px;
    line-height: 1.7;
}
/* 특징 카드 */
.wp_wrap .about_sec .ab_feat_wrap .ab_feat_list {
    display: flex;
    gap: 27px;
    list-style: none;
}
.wp_wrap .about_sec .ab_feat_wrap .ab_feat_list > .itm {
    flex: 1;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 20px;
    background: rgba(255,255,255,0.2);
    padding: 55px 30px;
    min-height: 342px;
    display: flex;
    flex-direction: column;
}
.wp_wrap .about_sec .ab_feat_wrap .ab_feat_list > .itm .icon_area {
    height: 60px;
    position: relative;
    z-index: 1;
}
.wp_wrap .about_sec .ab_feat_wrap .ab_feat_list > .itm .icon_area img {
    height: 100%;
    width: auto;
}
.wp_wrap .about_sec .ab_feat_wrap .ab_feat_list > .itm .info_area {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}
.wp_wrap .about_sec .ab_feat_wrap .ab_feat_list > .itm .info_area .tit {
    font-family: var(--font-pre600);
    font-size: 25px;
    margin-bottom: 14px;
}
.wp_wrap .about_sec .ab_feat_wrap .ab_feat_list > .itm .info_area .txt {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

/* 워터마크 */
/* .wp_wrap .mizone_wm_area{
    width:100%;
    overflow:hidden;
}
.wp_wrap .mizone_wm_wrap{
    display:flex;
    width:max-content;
    animation: wmLoop 18s linear infinite;
}
.wp_wrap .mizone_wm_wrap .wm_group{
    display:flex;
    align-items:center;
    gap:36px;
    padding-right:36px;
    flex-shrink:0;
}
.wp_wrap .mizone_wm_wrap .wm_gray {
    font-size: 130px;
    font-family: var(--font-pre700);
    font-weight: 700;
    color: rgba(234, 234, 234, 0.38);
    white-space: nowrap;
}
.wp_wrap .mizone_wm_wrap .wm_white {
    font-size: 130px;
    font-family: var(--font-pre700);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.47);
    -webkit-text-stroke: 0.5px rgba(217, 217, 217, 0.8);
    white-space: nowrap;
}

@keyframes wmLoop{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

} */

/* 핵심가치 */
.wp_wrap .about_sec .value_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background: #fdfdfd;
    border: 1px solid #dadada;
    border-radius: 20px;
    padding: 70px 60px;
    margin-bottom: 60px;
}
.wp_wrap .about_sec .value_wrap .tit_area {
    margin-bottom: 69px;
}
.wp_wrap .about_sec .value_wrap .value_list {
    display: flex;
}
.wp_wrap .about_sec .value_wrap .value_list > .itm {
    flex: 1;
    padding: 0 30px;
    border-left: 1px solid #dadada;
}
.wp_wrap .about_sec .value_wrap .value_list > .itm:first-child {
    border-left: none;
    padding-left: 0;
}
.wp_wrap .about_sec .value_wrap .value_list > .itm:last-child {
    padding-right: 0;
}
.wp_wrap .about_sec .value_wrap .value_list > .itm .num {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #28430a;
    margin-bottom: 12px;
    font-family: var(--font-pre800);
}
.wp_wrap .about_sec .value_wrap .value_list > .itm .tit {
    font-family: var(--font-pre600);
    font-size: 18px;
    margin-bottom: 16px;
    color: #050505;
}
.wp_wrap .about_sec .value_wrap .value_list > .itm .txt {
    font-size: 15px;
    line-height: 1.7;
    color: #353535;
}

/* 배너 영역 */
.wp_wrap .about_sec .ab_banner_wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 120px;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_l {
    flex: 1;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 332px;
    display: flex;
    align-items: center;
    padding: 0 88px;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_l .banner_bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_l .banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_l .banner_content {
    position: relative;
    z-index: 2;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_l .banner_tit {
    font-family: var(--font-pre500);
    font-size: 20px;
    line-height: 1.5;
    color: #1c1c1c;
    margin-bottom: 26px;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_l .btn_rd_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    background: rgba(255,255,255,0.33);
    font-size: 14px;
    color: #121212;
    font-family: var(--font-pre400);
    min-width: 170px;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_r {
    width: 350px;
    flex-shrink: 0;
    border: 1px solid #dadada;
    border-radius: 20px;
    background: #fefefe;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 40px 30px;
    
    height: 100%;
    box-sizing: border-box;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_r .banner_r_icon {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 111px;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_r .banner_r_icon::after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 56%;
    height: 9px;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    filter: blur(3px);
    z-index: 0;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_r .banner_r_icon img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    animation: ab_banner_icon_float 2.8s ease-in-out infinite;
}
.wp_wrap .about_sec .ab_banner_wrap .banner_r .banner_r_icon::after {
    animation: ab_banner_icon_shadow 2.8s ease-in-out infinite;
}
@keyframes ab_banner_icon_float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}
@keyframes ab_banner_icon_shadow {
    0%, 100% { transform: translateX(-50%) scale(1); opacity: 1; }
    50%      { transform: translateX(-50%) scale(0.82); opacity: 0.55; }
}

.wp_wrap .about_sec .ab_banner_wrap .banner_r .banner_r_link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-pre500);
    font-size: 15px;
    color: inherit;
}

/* 연혁 */
.wp_wrap .history_sec .history_wrap {
    display: flex;
    gap: 180px;
}
.wp_wrap .history_sec .history_wrap .history_timeline {
    position: relative;
    flex: 1;
    width: 100%;
    min-height: 437px;
    height: auto;
}

/* 오시는 길 */
.wp_wrap .location_sec .location_wrap {
    display: flex;
    justify-content: space-between;
    gap: 110px;
}
.wp_wrap .location_sec .location_wrap .location_area {
    flex: 1;
    width: 100%;
}
.wp_wrap .location_sec .location_wrap .map_area {
    width: 100%;
    height: 437px;
    background: #f2f2f2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.wp_wrap .location_sec .location_wrap .map_area .root_daum_roughmap,
.wp_wrap .location_sec .location_wrap .map_area .root_daum_roughmap .wrap_map {
    width: 100%;
    height: 100%;
}
/* .wp_wrap .s_lct1 .map_box .root_daum_roughmap .wrap_controllers, */
/* .wp_wrap .s_lct1 .map_box .root_daum_roughmap .wrap_btn_zoom, */
.wp_wrap .location_sec .location_wrap .map_area .root_daum_roughmap_landing .border1,
.wp_wrap .location_sec .location_wrap .map_area .root_daum_roughmap_landing .border2,
.wp_wrap .location_sec .location_wrap .map_area .root_daum_roughmap_landing .border3,
.wp_wrap .location_sec .location_wrap .map_area .root_daum_roughmap_landing .border4 {
    display: none;
}
.wp_wrap .location_sec .location_wrap .map_area.is-map-loaded {
    background: none;
}
.wp_wrap .location_sec .location_wrap .map_area.is-map-loaded > div {
    width: 100%;
    height: 100%;
}
.wp_wrap .location_sec .location_wrap .location_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 28px;
    padding-left: 43px;
}
.wp_wrap .location_sec .location_info .info_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap .location_sec .location_info .info_list .info_row {
    display: flex;
    align-items: flex-start;
}
.wp_wrap .location_sec .location_info .info_list dt {
    font-family: var(--font-pre600);
    font-size: 15px;
    color: #000;
    min-width: 80px;
    flex-shrink: 0;
    padding-top: 1px;
}
.wp_wrap .location_sec .location_info .info_list dd {
    font-family: var(--font-pre400);
    font-size: 15px;
    color: #000;
    line-height: 1.6;
}
.wp_wrap .location_sec .location_info .btn_kakao {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #161616;
    color: #fff;
    font-size: 13px;
    font-family: var(--font-pre400);
    padding: 14px 16px;
    border-radius: 10px;
    flex-shrink: 0;
    line-height: 1.4;
    white-space: nowrap;
    margin-right: 11px;
}
.wp_wrap .location_sec .location_info .btn_kakao:hover {
    background: var(--color-red);
}

/* #endregion */

/* #region //tech */
/* 공통 */
.wp_wrap .tech_sec_1 {
    background: #fbf9f6;
}
.wp_wrap .tech_sec_2 {
    background: #fff;
}
.wp_wrap #tech .tech_plat_sec .cm_inner_1 .cm_s_tit_sm {
    margin-bottom: 60px;
    text-align: center;
}
/* 공통-카드 */
.wp_wrap .tech_card {
    display: flex;
    flex-direction: column;
}
.wp_wrap .tech_card .card_img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    flex-shrink: 0;
}
.wp_wrap .tech_card .card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.wp_wrap .tech_card:hover .card_img img {
    transform: scale(1.04);
}
.wp_wrap .tech_card .card_info {
    padding: 20px 18px 0;
    flex: 1;
}
.wp_wrap .tech_card .card_check {
    font-family: var(--font-nanum-800);
    font-weight: 800;
    font-size: 15px;
    color: var(--color-red);
    margin-bottom: 4px;
}
.wp_wrap .tech_card .card_tit {
    font-size: 20px;
    font-family: var(--font-nanum-700);
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 14px;
    line-height: 1.4;
}
.wp_wrap .tech_card .card_txt {
    font-size: 15px;
    font-family: var(--font-nanum-400);
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-black);
    width: 100%;
    /* text-align: justify; */
}
/* 인트로 */
.wp_wrap #tech .tech_intro_sec .cm_inner_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.wp_wrap .tech_intro_sec .tech_intro_desc {
    font-family: var(--font-nanum-400);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    color: #515151;
    margin-top: 20px;
}
/* 섹션1 */
.wp_wrap .tech_card_lg_wrap {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
}
.wp_wrap .tech_card_lg_wrap .tech_card {
    flex: 1;
}
.wp_wrap .tech_card_lg_wrap .tech_card .card_img {
    height: 297px;
}

.wp_wrap .tech_card_sm_wrap {
    display: flex;
    gap: 44px;
}
.wp_wrap .tech_card_sm_wrap .tech_card {
    flex: 1;
}
.wp_wrap .tech_card_sm_wrap .tech_card .card_img {
    height: 243px;
}
/* 섹션2 */
.wp_wrap .tech_card_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 60px;
}
.wp_wrap .tech_card_grid .tech_card .card_img {
    height: 297px;
}
/* 섹션3 */
.wp_wrap .tech_card_3col {
    display: flex;
    gap: 44px;
}
.wp_wrap .tech_card_3col .tech_card {
    flex: 1;
}
.wp_wrap .tech_card_3col .tech_card .card_img {
    height: 243px;
}

/* #endregion */

/* #region //process */
.wp_wrap #process .proc_txt_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 60px;
    text-align: center;
}

/* OEM/ODM 강점 */
.wp_wrap .proc_strength_sec .strength_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wp_wrap .proc_strength_sec .strength_list .itm .itm_inner {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 50px 40px 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
    height: 100%;
    min-height: 324px;
    box-sizing: border-box;
}
.wp_wrap .proc_strength_sec .strength_list .itm h3 {
    font-family: var(--font-pre600);
    font-size: 20px;
    color: var(--color-black);
    line-height: 1.4;
}
.wp_wrap .proc_strength_sec .strength_list .itm .ico_box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wp_wrap .proc_strength_sec .strength_list .itm .ico_box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.wp_wrap .proc_strength_sec .strength_list .itm p {
    font-family: var(--font-pre400);
    font-size: 15px;
    color: #535353;
    line-height: 1.7;
}
/* 개발 프로세스 */
.wp_wrap .proc_steps_sec {
    margin-bottom: 150px;
}
.wp_wrap .proc_steps_sec .proc_flow {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

/* 스텝 행 */
.wp_wrap .proc_steps_sec .proc_step_row {
    display: flex;
    align-items: center;
}

/* 스텝 박스 */
.wp_wrap .proc_steps_sec .step_box {
    flex: 1;
    min-width: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 33px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 225px;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.wp_wrap .proc_steps_sec .step_box .step_num {
    font-family: var(--font-pre700);
    font-size: 15px;
    color: #c50000;
    line-height: 1;
    flex-shrink: 0;
}
.wp_wrap .proc_steps_sec .step_box .step_ico_wrap {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wp_wrap .proc_steps_sec .step_box .step_ico_wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.wp_wrap .proc_steps_sec .step_box .step_name {
    font-family: var(--font-pre500);
    font-size: 18px;
    color: #0f0f0f;
    line-height: 1.4;
    flex-shrink: 0;
}

/* 스텝 화살표 */
.wp_wrap #process .proc_steps_sec .proc_flow > .step_arr_row {
  display: none;
}
.wp_wrap .proc_steps_sec .step_arr {
    flex-shrink: 0;
    width: 32px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp_wrap .proc_steps_sec .step_arr svg {
    display: block;
    flex-shrink: 0;
}

@keyframes proc_arr_move {
  0%, 100% { transform: translateX(-1.5px); }
  50%      { transform: translateX(1.5px); }
}
.wp_wrap .proc_steps_sec .step_arr svg {
  display: block;
  flex-shrink: 0;
  animation: proc_arr_move 1.6s ease-in-out infinite;
}

/* 행 연결 화살표 */
.wp_wrap .proc_steps_sec .proc_row_connector {
    display: flex;
    justify-content: flex-end;
    padding-right: 8px;
}
.wp_wrap .proc_steps_sec .proc_row_connector .connector_arrow {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #bbb;
}

/* CTA 배너 */
.wp_wrap .proc_cta_sec {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url('../img/sub/sb_pro_img.jpg') no-repeat center center / cover;
}
.wp_wrap .proc_cta_sec .cta_overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.51);
}
.wp_wrap .proc_cta_sec .cta_inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 0;
    width: 100%;
}
.wp_wrap .proc_cta_sec .cta_tit {
    font-family: var(--font-pre500);
    font-size: 35px;
    color: #455838;
    line-height: 1.4;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}
.wp_wrap .proc_cta_sec .cta_desc {
    font-family: var(--font-pre400);
    font-size: 18px;
    color: #535353;
    line-height: 1.6;
    margin-bottom: 36px;
}
.wp_wrap .proc_cta_sec .btn_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 44px;
    color: #fff;
    font-family: var(--font-pre500);
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    background: #879C79;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: background 0.2s;
}
.wp_wrap .proc_cta_sec .btn_cta:hover {
    background: #6e8462;
}
/* #endregion */

/* #region //inquiry */
.wp_wrap #inquiry .inq_title_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 100px;
    text-align: center;
}

/* 2열 레이아웃 */
.wp_wrap #inquiry .inq_layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 118px;
}

/* 왼쪽 이미지 영역 */
.wp_wrap #inquiry .inq_img_col .inq_img_wrap {
    flex-shrink: 0;
    width: 38%;
    max-width: 520px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 630px;
}
.wp_wrap #inquiry .inq_img_col .inq_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 오른쪽 폼 영역 */
.wp_wrap #inquiry .inq_form {
    flex: 1;
    min-width: 0;
    width: 100%;
}
.wp_wrap #inquiry .inq_form .form_section {
    margin-bottom: 20px;
}
.wp_wrap #inquiry .inq_form .form_sec_tit {
    font-family: var(--font-pre700);
    font-size: 20px;
    color: var(--color-black);
    margin-bottom: 14px;
}
.wp_wrap #inquiry .inq_form .form_sec_line {
    height: 1px;
    background: #000;
    margin-bottom: 16px;
}
/* 폼 행 */
.wp_wrap #inquiry .inq_form .form_row {
    margin-bottom: 20px;
}
.wp_wrap #inquiry .inq_form .form_row:last-child {
    margin-bottom: 0;
}
/* 2열 행 */
.wp_wrap #inquiry .inq_form .form_2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 31px;
}
/* 반쪽 너비 행 (국가 등) */
.wp_wrap #inquiry .inq_form .form_half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 31px;
}
/* 폼 그룹 (label + input) */
.wp_wrap #inquiry .inq_form .form_group {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}
.wp_wrap #inquiry .inq_form .form_group_ta {
    align-items: flex-start;
}
/* 레이블 */
.wp_wrap #inquiry .inq_form .form_group label {
    flex-shrink: 0;
    width: 70px;
    font-family: var(--font-pre600);
    font-size: 16px;
    color: var(--color-black);
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.wp_wrap #inquiry .inq_form .form_group label .req {
    color: #c50000;
}
/* 입력 필드 공통 */
.wp_wrap #inquiry .inq_form input[type="text"],
.wp_wrap #inquiry .inq_form input[type="email"],
.wp_wrap #inquiry .inq_form input[type="tel"] {
    flex: 1;
    min-width: 0;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 15px 10px;
    font-family: var(--font-pre400);
    font-size: 15px;
    color: var(--color-black);
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}
.wp_wrap #inquiry .inq_form textarea {
    flex: none;
    min-width: 0;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 15px 10px;
    font-family: var(--font-pre400);
    font-size: 15px;
    color: var(--color-black);
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}
.wp_wrap #inquiry .inq_form input[type="text"]:focus,
.wp_wrap #about_1 .inq_form input[type="email"]:focus,
.wp_wrap #inquiry .inq_form input[type="tel"]:focus,
.wp_wrap #inquiry .inq_form textarea:focus {
    border-color: #c50000;
}
/* 텍스트에리어 */
.wp_wrap #inquiry .inq_form .form_group_ta textarea,
.wp_wrap #inquiry .inq_form #wp_1_7 {
    flex: none;
    height: 169px;
    min-height: 169px;
    resize: none;
    line-height: 1.6;
}
/* Select 커스텀 */
.wp_wrap #inquiry .inq_form .select_wrap {
    flex: 1;
    position: relative;
}
.wp_wrap #inquiry .inq_form .select_wrap select {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 15px 38px 15px 10px;
    font-family: var(--font-pre400);
    font-size: 15px;
    color: #8d8d8d;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
}
.wp_wrap #inquiry .inq_form .select_wrap select:focus {
    border-color: #aaa;
}
.wp_wrap #inquiry .inq_form .select_wrap select option {
    color: var(--color-black);
}
.wp_wrap #inquiry .inq_form .select_wrap .select_arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #8d8d8d;
    font-size: 16px;
    display: flex;
    align-items: center;
}
/* 개인정보 동의 */
.wp_wrap #inquiry .inq_form .agree_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-left: calc(70px + 15px)
}
.wp_wrap #inquiry .inq_form .agree_box .agree_check_wrap {
    display: flex;
    align-items: center;
}
.wp_wrap #inquiry .inq_form .agree_box .agree_check_label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.wp_wrap #inquiry .inq_form .agree_box .agree_check_label input[type="checkbox"] {
    width: 12px;
    height: 12px;
    accent-color: #64784f;
    cursor: pointer;
    flex-shrink: 0;
}
.wp_wrap #inquiry .inq_form .agree_box .agree_txt {
    font-family: var(--font-pre600);
    font-size: 16px;
    color: var(--color-black);
    line-height: 1;
}
.wp_wrap #inquiry .inq_form .agree_box .agree_txt .req {
    color: var(--color-red);
}
.wp_wrap #inquiry .inq_form .agree_box .btn_agree_more {
    background: transparent;
    border: none;
    font-size: 16px;
    color: #8d8d8d;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    padding: 0;
}
/* 제출 버튼 */
.wp_wrap #inquiry .inq_form .form_submit {
    display: flex;
    justify-content: flex-end;
    margin-left: calc(70px + 15px); /* textarea 시작점과 정렬 */
}
.wp_wrap #inquiry .inq_form .btn_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 44px;
    background: #7a916a;
    color: #fff;
    font-family: var(--font-pre500);
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 50px;
}
.wp_wrap #inquiry .inq_form .btn_submit:hover {
    background: #64784f;
}
/* 입력 + 알럿 묶음 */
.wp_wrap #inquiry .inq_form .form_group .field_wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
/* 알럿 영역 */
.wp_wrap #inquiry .inq_form .wp_input_alert {
    margin-top: 6px;
    line-height: 1.4;
}
.wp_wrap #inquiry .inq_form #agree_alert {
    margin-left: calc(70px + 15px);
}
.wp_wrap #inquiry .inq_form .wp_alert_red {
    font-size: 13px;
    color: var(--color-red);
}
/* form_group: 알럿 높이 때문에 label 정렬 */
.wp_wrap #inquiry .inq_form .form_group {
    align-items: flex-start;
}
.wp_wrap #inquiry .inq_form .form_group label {
    padding-top: 15px;
}
/* select 내부 */
.wp_wrap #inquiry .inq_form .select_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* #endregion */

/**********************************************************************************************************************/
/* 모달 */
/**********************************************************************************************************************/
/* #region // pv_md */
.wp_wrap .pv_md {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: none;
}
.wp_wrap .pv_md.on {
  display: block;
}
.wp_wrap .pv_md .md_outer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}
.wp_wrap .pv_md .md_outer .width_inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  height: 80vh;
  background: #fff;
  padding: 30px 40px 60px 40px;
}
.wp_wrap .pv_md .md_outer .width_inner .icon_box {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1000;
  background: transparent;
}
.wp_wrap .pv_md .md_outer .width_inner .icon_box i {
  border: 2px solid #999999;
  border-radius: 50%;
  padding: 6px;
  font-size: 18px;
  color: #999999;
  font-weight: 900;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner p {
  font-size: 33px;
  font-weight: 600;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner .txt_box {
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow-y: auto;
}.wp_wrap .pv_md .md_outer .width_inner .md_inner .txt_box::-webkit-scrollbar {
  width: 6px;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner .txt_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0B4498;
  cursor: pointer;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner .txt_box::-webkit-scrollbar-track {
  background-color: #fff;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner .txt_box .txt_body pre {
  font-family: var(--font-pre400);
  font-size: 17px;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.4;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner .txt_box .txt_body pre .cicnum {
  position: relative;
  display: inline-block;
  top: -1px;
  font-size: 13px;
}
/* #endregion // pv_md */