@charset "UTF-8";


/** Font import **/
@import "./fonts.css";



:root {
  --primary-color-1: #9f1a37;
  --primary-color-2: #f9c4b3;
  --primary-color-3: #59493f;
  --primary-color-4: var(--gn-use-color-5);
  --bg-box-1: #f2f2f2;
  --box-shadow: rgba(0, 0, 0, 0.1);
}


:root {
  --gn-use-primary-color-0: #005309;
  --gn-use-primary-color-1: #217A2B;
  --gn-use-primary-color-2: #DCE9C8;
  --gn-use-primary-color-3: #f3f8eb;

  --gn-use-color-1: #222222;
  --gn-use-color-2: #333333;
  --gn-use-color-3: #666666;
  --gn-use-color-4: #888888;
  --gn-use-color-5: #C8C8C8;
  --gn-use-color-6: #707070;
  --gn-use-color-7: #EDEDED;
  --gn-use-color-8: #777777;
  --gn-use-color-9: #ededed;
  --gn-use-color-10: #f5f5f5;

  --gn-use-color-white: #FFFFFF;
  --gn-use-color-black: #000000;
}




html,
body,
* {
  font-family: Pretendard, NotoSansKR, sans-serif;
  font-size: 16px;
  line-height: 1.45em;
  color: var(--gn-use-color-3);
}





/* 공통 */
.color_red {
  color: #ff0000 !important;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.icon_box {
  display: block;
  width: 2rem;
}

.img_box img,
.icon_box img {
  width: 100%;
  display: block;
}

.pd20 {
  padding: 0 20px;
}

input[type="checkbox"].basic_check {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  outline: none !important;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  background: url(../img/check_be.svg) no-repeat center;
  background-size: contain;
}

input[type="checkbox"].basic_check:checked {
  content: "";
  display: block;
  background: url(../img/check.svg) no-repeat center;
  background-size: contain;
  border: none;
}

input[type="checkbox"].basic_check2 {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
  outline: none !important;
  border-radius: 18px;
  background: url(../img/check02.svg) no-repeat center;
  background-size: contain;
}

input[type="checkbox"].basic_check2:checked {
  content: "";
  display: block;
  background: url(../img/check02_active.svg) no-repeat center;
  background-size: contain;
  border: none;
}

input[type="radio"].basic_check2 {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
  outline: none !important;
  border-radius: 18px;
  background: url(../img/check02.svg) no-repeat center;
  background-size: contain;
}

input[type="radio"].basic_check2:checked {
  content: "";
  display: block;
  background: url(../img/check02_active.svg) no-repeat center;
  background-size: contain;
  border: none;
}

select {
  border: none;
  color: #707070;
  font-size: 1rem;
}

select {
  border: 1px solid #c9c9c9;
  -webkit-appearance: none;
  /* for chrome */
  -moz-appearance: none;
  /*for firefox*/
  appearance: none;
  background: #fff url("../img/triangle.svg") no-repeat calc(100% - 10px) 50%/8px auto;
  padding: 0 25px 0 4px;
  background-size: 8px;
  padding: 0 16px;
}

select::-ms-expand {
  display: none;
  /*for IE10,11*/
}

.btn_sub {
  background: var(--primary-color-3);
  color: #fff;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
}

.hd_overlay {
  display: none;
  background: #000;
  opacity: 0.6;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99990;
}

.hd_overlay.on {
  display: block;
}

.overlay {
  background: #000;
  opacity: 0.6;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  display: none;
}

.overlay.on {
  display: block;
}

.container {
  min-height: calc(100vh - 289px);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

/* 해더 */
.hd_menu {
	margin-right: -1px;
  /* width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--gn-use-primary-color-1); */
  /* display: none; */
}

.hd_menu button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: var(--gn-use-primary-color-1);
}

.hd_menu img {
  width: 100%;
  display: block;
}

.search_hd,
header.map,
header.main_hd {
  border-bottom: 1px solid var(--primary-color-3);
  position: relative;
  z-index: 30;
}

/* 
header .top_group {
  border-bottom: 1px solid var(--primary-color-3);
  width: 100%;
}
header .top_group .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
header .top_group .menu_list ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
header .top_group a {
  font-size: 0.875rem;
  color: #333;
  font-weight: bold;
}

header .top_group .menu_list ul a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333;
}
header .top_group .menu_list ul li + li {
  position: relative;
}
header .top_group .menu_list ul li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #333;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
} 
*/
header .hd_wrap {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: space-between;

  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  padding-right: 0;
  margin: 0 auto;

}

header .hd_wrap .hd_left_group {
  display: flex;
  align-items: center;
}

header .hd_wrap .hd_center_group {
  display: flex;
  align-items: center;
  column-gap: 52px;
}

header .hd_wrap .hd_right_group {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

header .hd_wrap .logo a {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

header .hd_wrap .logo a span {
  color: var(--gn-use-color-2);
  font-size: 1.375rem;
  font-weight: bold;
}

header .hd_wrap .logo img {
  width: 98px;
  display: block;
}


header .gnb>ul {
  display: flex;
  align-items: center;
  column-gap: 3vw;
}

header .gnb>ul>li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 30px;
}

header .gnb>ul>li>a {
  font-size: 1.143rem;
  font-weight: 500;
  text-align: center;
  color: var(--gn-use-color-2);
  width: fit-content;
  position: relative;
  display: block;
  width: fit-content;
}

header .gnb>ul>li:hover>a {
  color: var(--gn-use-primary-color-1);
}

/*
header .gnb > ul > li:hover > a::after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 33px;
}
*/
.href_on {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 33px;
}

header .gnb>ul>li .sub_menu_wrap {
  display: none;
  position: absolute;
  top: 58px;
  left: calc(50% - 90px);
  /* transform: translateX(-50%); */
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  height: 0;
  width: 180px;
  padding: 20px 0;
  transition: 0.1s ease-in;
  border: 1px solid var(--gn-use-color-5);
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  z-index: 51;
  overflow: hidden;
}

header .gnb>ul>li:hover {
  /* overflow: initial;
  height: fit-content;
  transition: 0.1s ease-in; */
}

header .gnb>ul>li:hover .sub_menu_wrap,
header .gnb>ul>li .sub_menu_wrap:hover {
  display: block;
  height: fit-content !important;
}


header .gnb>ul>li .sub_menu_wrap.menu_on {
  display: block;
}

.menu_on {
  display: block;
  height: fit-content !important;
  /* width: 140px !important; */
  padding: 20px 0;
  transition: 0.1s ease-in !important;
  opacity: 1 !important;
}

header .gnb>ul>li .sub_menu {
  height: 100%;
  padding: 0 5px;
}

header .gnb>ul>li .sub_menu li a {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 40px;

  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  transition: 0.1s ease-in-out;

}

header .gnb>ul>li .sub_menu li a:hover {
  /* color: var(--gn-use-primary-color-1);
  font-weight: bold; */
  background-color: var(--gn-use-primary-color-2);
}

header .gnb>ul>li .sub_menu li+li {
  /* margin-top: 10px; */
}



header .hd_right_group a {
  font-size: 0.875rem;
  color: #333;
  font-weight: bold;
}

header .hd_right_group .menu_list_wrap {}

header .hd_right_group .menu_list_wrap .menu_list ul {
  display: flex;
  align-items: center;
  /* column-gap: 20px; */
}


header .hd_right_group .menu_list_wrap .menu_list ul a {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--gn-use-color-2);
  display: flex;
  gap: 5px;
  align-items: center;
  height: 30px;
  padding: 10px 5px;
}

header .hd_right_group .menu_list_wrap .menu_list ul li+li {
  position: relative;
}

header .hd_right_group .menu_list_wrap .menu_list ul li+li::after {
  /* content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #333;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%); */
}

header .hd_right_group .menu_list_wrap .menu_list ul li a {}

header .hd_right_group .menu_list_wrap .menu_list ul li a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}


header .hd_right_group .menu_list_wrap .menu_list ul li a.icon_logout:before {
  --svg: url('data:image/svg+xml,\
    <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\
    <g id="exit_to_app_24px">\
    <path id="exit_to_app_24px" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M11.5 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H11.5C12.61 3 13.5 3.9 13.5 5V7H11.5V5L5 5L5 19H11.5V17H13.5V19C13.5 20.1 12.61 21 11.5 21ZM16 17L14.59 15.59L17.17 13H7.5V11H17.17L14.59 8.41L16 7L21 12L16 17Z"/>\
    </g>\
    </svg>');
    
  background-image: var(--svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  color: var(--gn-use-color-2);
}

header .hd_right_group .menu_list_wrap .menu_list ul li a.icon_home:before {
  --svg: url('data:image/svg+xml,\
	<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\
	<g id="icon_home_2">\
	<path id="icon/action/home_24px" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M5 12.5H2L12 3.5L22 12.5H19V20.5H13V14.5H11V20.5H5V12.5ZM17 10.69L12 6.19L7 10.69V18.5H9V12.5H15V18.5H17V10.69Z" />\
	</g>\
	</svg>');
  background-image: var(--svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  color: var(--gn-use-color-2);
}


.is_main header .hd_right_group .menu_list_wrap .menu_list ul li a.icon_logout {
	display: none;
}



header .hd_right_group .menu_list_wrap .menu_list ul li a:hover,
header .hd_right_group .menu_list_wrap .menu_list ul li a:hover::before {
  color: var(--gn-use-primary-color-1);
}




header .hd_wrap .btn_login {
  width: 110px;
}

header .hd_wrap .btn_login a {
  display: block;
  line-height: 40px;
  background: var(--gn-use-primary-color-1);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

header .m_menu {
  display: none;
}

header.map .wrap {
  max-width: initial;
}

.hd_menu_close {
  display: none;
}

header .hd_wrap .gnb .btn_login {
  display: none;
}

.main_banner header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 100%;
}

/*  푸터 */
footer {
  background: var(--gn-use-color-2);
  padding: 50px 0 49px;
}

footer .wrap {
  display: flex;
  justify-content: left;
}

.ft_logo {
  width: 125px;
  margin-right: 50px;
}

.ft_logo a {
  display: block;
  width: 100px;
}
.ft_logo a svg {
	width: 100%;
}

.ft_info {
  width: 670px;
}

.ft_info p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
}

.ft_info p span {
  color: #fff;
}

footer select {
  border: none;
  color: #1a1a1a;
  font-size: 0.875rem;
  border: none;
  -webkit-appearance: none;
  /* for chrome */
  -moz-appearance: none;
  /*for firefox*/
  appearance: none;
  background: #fff url("../img/ft_select.png") no-repeat calc(100% - 15px) 50%/8px auto;
  padding: 0 15px;
  background-size: 13px;
  height: 40px;
  width: 180px;
  border-radius: 10px;
}

footer .right_group {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.sub_visual {
  width: 100%;
  background: url(../img/sub_visual.png) no-repeat center / cover;
}

.sub_visual .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  row-gap: 12px;
}

.sub_visual .wrap h2 {
  font-size: 2.188rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.sub_visual .site_map ul {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.sub_visual .site_map ul a {
  font-size: 0.938rem;
  display: normal;
  color: #ffffff;
}

.sub_visual .site_map ul a img {
  width: 13px;
  display: block;
  filter: brightness(10);
}

.sub_visual .site_map ul li+li {
  position: relative;
  z-index: 1;
}

.sub_visual .site_map ul li+li::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;

  --svg: url('data:image/svg+xml,\
    <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\
	<g id="icon_arrow_right">\
	<path id="icon/image/navigate_next_24px" d="M9.70498 6L8.29498 7.41L12.875 12L8.29498 16.59L9.70498 18L15.705 12L9.70498 6Z" fill="white"/>\
	</g>\
	</svg>');
  background-image: var(--svg);
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  left: -22px;
  top: calc(50% - 10px);
  /* transform: translateY(-50%); */
  /* color: #ffffff; */
}

.sub_visual .site_map ul li:last-child a {
  font-weight: 500;
  border-bottom: 1px solid #fff;
}

.sub_visual .site_map ul li svg,
.sub_visual .site_map ul li svg path {
  fill: var(--gn-use-color-white);
}

.sub_visual .site_map ul li svg {
  width: 18px;
  height: 18px;
}

.container_flex {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.sub_container.wrap {
  width: 850px;
  margin-top: 70px;
  padding: 0;
  margin: 70px 0;
}

.depth2_menu {
  margin-bottom: 70px;
  width: 270px;
}

.depth2_menu .tit {
  background: var(--gn-use-primary-color-1);

  font-family: Pretendard, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 90px;
  text-align: center;

}

.depth2_menu li,
.sub04depth2 li {
  border-left: 1px solid var(--gn-use-color-5);
  border-right: 1px solid var(--gn-use-color-5);
}

.depth2_menu .wrap {
  width: 100%;
  padding: 0;
}

.depth2_menu ul {
  display: flex;
  flex-direction: column;
}

.depth2_menu ul li {}

.depth2_menu li,
.sub04depth2 li {
  border-bottom: 1px solid var(--gn-use-color-5);
}

.depth2_menu li a,
.sub04depth2 li a {
  display: block;
  padding-left: 20px;

  line-height: 50px;
  font-size: 1rem;
  color: var(--gn-use-color-3);
}

.depth2_menu li:hover a,
.sub04depth2 li:hover a,
.depth2_menu li.on a,
.sub04depth2 li.on a {
  background: var(--gn-use-primary-color-2);
  color: var(--gn-use-color-1);
  font-weight: normal;
}

.tit_pg {
  font-size: 3.7rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding: 0 2px;
  width: fit-content;
  margin: 0 auto 75px;
  display: none;
}

.tit_pg::after {
  content: "";
  display: block;
  background: #faeee1;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
  border-radius: 2px;
}

.search_form form {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 10px;
}

.search_form input {
  width: calc(100% - 75px);
    padding: 0 14px;
    border: 1px solid #c9c9c9;
    line-height: 30px;
    height: 34px;
    font-size: 1rem;
    margin-right: 5px;
}

.search_form input::placeholder {
  color: #c9c9c9;
}

.search_form button {
  background: var(--gn-use-primary-color-1);
    color: #fff;
    width: 70px;
    text-align: center;
    display: block;
    line-height: 34px;
    font-size: 1rem;
    font-weight: 500;
}

.txt_total {
  font-size: 0.875rem;
  font-weight: 500;
}

.txt_total span {
  color: var(--gn-use-primary-color-1);
}

strong {
  color: var(--gn-use-primary-color-1);
}

.bold_txt {
  font-weight: bold;
}

.common_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 30px;
}


.common_flex_wrap {
  /* width: 930px; */
  width: 100%;
}

.common_flex>.sec_tit {
  width: 100%;
}

.common_flex>.sec_tit h4 {
  font-size: 1.5rem;
  position: relative;
  width: fit-content;
  font-weight: 500;
  color: var(--gn-use-color-1);
}

.common_flex>.sec_tit h4::after {
  content: "";
  display: block;
  background: var(--gn-use-primary-color-1);
  width: 40px;
  height: 4px;
  position: absolute;
  top: -15px;
  left: 0;
  /* top: -2px;
  z-index: -1; */
}

.comm_tit {
  font-size: 1.143rem;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
}

.comm_tit::after {
  content: "";
  display: block;
  background: var(--gn-use-primary-color-1);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}

.comm_txt {
  font-size: 1rem;
  line-height: 1.35em;
}

.desc_txt {
  font-size: 0.875rem;
  color: var(--gn-use-color-3);
}
.legend_txt {
	font-size: 0.875rem;
	color: var(--gn-use-color-3);
}


.btn_main_s button,
.btn_main_s a {
  display: inline-block;
  line-height: 37px;
  background: var(--gn-use-primary-color-1);
  color: #fff;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
}

.btn_main_s button span {
  font-size: 1rem;
  color: var(--gn-use-color-white);
}

.btn_main button,
.btn_main a {
  display: inline-block;
  line-height: 48px;
  background: var(--gn-use-primary-color-1);
  color: #fff;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}


.btn_main_s.out_link a,
.btn_main_s.out_link button {
	padding-right: 40px !important;
	position: relative;
}
.btn_main_s.out_link a::after,
.btn_main_s.out_link button::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 12px;
	top: calc(50% - 10px);
	background: url("/use/images/new/icon_new_open_wh.svg") no-repeat center center / cover;
}

a.btn_download_txt:link {
	color: var(--gn-use-primary-color-1);
    text-decoration: underline;
    /* font-style: italic; */
    margin-left: 10px;
    margin-right: 10px;
}



.round_box {
	border: 1px solid var(--gn-use-color-5);
    padding: 20px;
    border-radius: 10px;
}

.commform_box {
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-bottom: 1px solid var(--gn-use-color-5);
}

.commform_box span {
  /* display: block;
  width: 100px;
  font-size: 1.8rem;
  font-weight: bold; */
  display: block;
  width: 150px;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 10px;
  background: #f1f1f1;
  height: 100%;
  line-height: 66px;
}

.commform_box.textarea_box {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
  padding-bottom: 16px;
}

.commform_box.textarea_box span {
  width: 100%;
}

.commform_box.textarea_box textarea {
  width: 100%;
  max-width: 770px;
  height: 100px;
  border: 1px solid #c9c9c9;
  padding: 14px;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.3;
  resize: none;
  margin-left: 10px;
}

/*input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  appearance: none;
}
*/
input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("../img/calendar.svg") no-repeat 100% 50%;
  background-size: 24px;
  width: 30px;
  height: 25px;
}

.input_date {
  /*
	color: rgba(0, 0, 0, 0);
  opacity: 1;
  */
  display: block;
  background-image: url('../img/icon_calendar.svg');
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 24px;

  margin-right: 20px;
  width: 30px;
  height: 25px;
}

.modal_wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 450px;
  width: 100%;
  padding: 32px 16px 20px;
  z-index: 90;
  display: none;
}

.modal_wrap.on {
  display: block;
}

.modal_wrap>.tit {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.application_wrap,
.sub_container {
  width: 850px;
  margin-top: 70px;
  padding: 0;
  margin: 70px 0 0;
}

.modal_comm {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 80;
  padding: 10px;
  min-width: 440px;
  width: 440px;
  padding: 40px 40px 30px;
  border-radius: 10px;
  display: none;
}

.modal_comm.on {
  display: block;
}

.modal_comm .tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.modal_comm .conts .flex {
  display: flex;
  align-items: center;
}

.modal_comm .conts p.txt {
  font-size: 1rem;
  text-align: center;
  line-height: 1.3;
}

.modal_comm .conts .flex_center {
  justify-content: center;
}

.modal_comm .conts .form_box {
  column-gap: 10px;
  padding: 10px 0;
}

.modal_comm .form_box span {
  font-size: 15px;
  display: block;
  min-width: 80px;
}

.modal_comm select {
  min-width: 210px;
  border: 1px solid #e9e9e9;
  padding: 4px 10px;
  height: 40px;
  font-size: 14px;
  border-radius: 10px;
  color: #1a1a1a;
}

.modal_comm .btn_group {
  margin-top: 30px;
}

.modal_comm .btn_group2 ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.modal_comm .btn_group2 li {
  width: calc((100% - 20px) / 2);
}

.modal_comm .btn_sub2 a {
  display: inline-block;
  line-height: 48px;
  background: var(--primary-color-4);
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.modal_comm .btn_main a {
  display: inline-block;
  line-height: 48px;
  background: var(--gn-use-primary-color-1);
  color: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.modal_comm .conts textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 1.35;
  resize: none;
}

.modal_comm .s_tit {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}

.filebox {
  display: flex;
  align-items: center;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
}

.filebox .upload-name {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  background: #f1f1f1;
  border: none;
  width: calc(100% - 80px);
  color: #999999;
}

.btn_delete,
.filebox label {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.btn_delete img,
.filebox label img {
  width: 18px;
  display: block;
}

.filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.filebox input:focus {
  outline: none;
}

.filebox .btn_delete {
  position: relative;
}

.filebox .btn_delete::after {
  content: "";
  display: block;
  background: var(--gn-use-color-5);
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.filebox_list ul {
  row-gap: 10px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1300px) {
  .ft_logo {
    margin-right: 0;
  }

  .ft_info {
    width: fit-content;
  }

  header .gnb>ul {
    column-gap: 0vw;
  }
}

@media screen and (max-width: 1130px) {
  header .hd_wrap {
    height: 60px;
  }

  header .hd_wrap .logo img {
    width: 68px;
  }

  header .hd_wrap .logo a span {
    font-size: 0.875rem;
  }

  header .hd_wrap .hd_right_group .menu_list_wrap {
    display: none;
  }

  .hd_menu button {
    width: 60px;
    height: 60px;
  }

  .hd_menu {
    display: block;
  }

  header .gnb {
    /* display: none; */
    padding: 20px 16px;
  }

  header .gnb ul {
    display: none;
  }

  header .gnb .hd_menu_close {
    display: none;
  }

  header .gnb.on {
    /* display: block;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 250px;
    background: #fff;
    z-index: 80;
    overflow-y: auto; */
  }

  header .hd_wrap .btn_login {
    display: none;
  }

  header .top_group {
    display: none;
  }

  header .hd_wrap .gnb .btn_login {
    display: block;
    width: 100%;
    margin-top: 16px;
  }

  header .hd_wrap .gnb .btn_login a {
    box-shadow: none;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 36px;
  }

  header .gnb>ul {
    flex-direction: column;
    align-items: flex-start;
  }

  header .gnb>ul>li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border-bottom: 1px solid #ececec;
    width: 100%;
    padding: 10px 0;
  }

  header .gnb>ul>li:hover>a::after {
    display: none;
  }

  header .gnb>ul>li>a {
    text-align: left;
    font-size: 1.6rem;
  }

  header .gnb>ul>li .sub_menu {
    padding: 0;
  }

  header .gnb>ul>li:hover .sub_menu_wrap {
    display: none;
  }

  header .gnb>ul>li .sub_menu_wrap {
    position: initial;
    left: initial;
    top: initial;
    opacity: 1;
    height: fit-content;
    transform: initial;
    background: #fff;
    padding: 10px 0;
    width: 100%;
    display: none;
    box-shadow: none;
  }

  header .gnb>ul>li.on .sub_menu_wrap {
    display: block;
  }

  header .gnb>ul>li.on>a {
    color: var(--gn-use-primary-color-1);
  }

  header .m_menu {
    display: block;
    margin-top: 16px;
  }

  header .m_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 36px;
    background: var(--primary-color-3);
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
  }

  .hd_menu_close {
    display: flex;
    justify-content: end;
    padding: 10px 8px;
  }

  .hd_menu_close button {
    display: block;
    width: 15px;
  }

  .hd_menu_close button img {
    display: block;
    width: 100%;
  }

  footer {
    padding: 30px 0;
  }

  footer .wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 26px;
  }

  .ft_logo {
    order: 1;
  }

  footer .right_group {
    order: 2;
  }

  footer .ft_info {
    order: 2;
  }

  footer .ft_info p {
    text-align: center;
  }

  .container {
    min-height: calc(100vh - 350px);
  }

  .depth2_menu {
    display: none;
  }

  .application_wrap,
  .sub_container,
  .sub_container.wrap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  footer .wrap {
    row-gap: 18px;
  }

  footer .ft_info p {
    font-size: 0.785em;
  }

  footer .ft_info p span {
    display: inline-block;
  }

  .search_form input {
    width: 220px;
    font-size: 1.4rem;
  }

  .sub_visual .wrap {
    height: 150px;
  }

  .sub_visual .wrap h2 {
    font-size: 2rem;
  }

  .sub_visual .site_map ul a {
    font-size: 1rem;
  }

  .depth2_menu {
    display: none;
  }

  .tit_pg {
    margin: 40px auto;
    font-size: 2.6rem;
  }

  .tit_pg::after {
    height: 4px;
  }

  .sub_visual .site_map ul li+li::after {
    content: "";
    font-size: 1.4rem;
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
  }

  .sub_visual .site_map ul {
    column-gap: 18px;
  }
}

@media screen and (max-width: 339px) {
  .wrap {
    padding: 0 16px;
  }

  header .hd_wrap {
    height: 60px;
  }

  .hd_menu {
    width: 24px;
  }

  header .hd_wrap .logo a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: var(--gn-use-color-2);
  }

  header .hd_wrap .logo img {
    width: 98px;
    display: block;
  }

  header .hd_wrap .logo a span {
    color: var(--gn-use-color-2);
    font-size: 1.375rem;
    font-weight: bold;
  }

  .hd_menu_close {
    display: flex;
    justify-content: end;
    padding: 0px 3px;
  }

  .hd_menu_close button {
    width: 18px;
  }

  .search_form form {
    column-gap: 6px;
    width: 100%;
  }

  .search_form input {
    width: calc(100% - 76px);
    font-size: 0.875rem;
  }

  .search_form button {
    background: var(--primary-color-3);
    color: #fff;
    width: 70px;
    text-align: center;
    display: block;
    line-height: 41px;
    font-size: 0.875rem;
    font-weight: bold;
  }

  .sub_visual .site_map ul a {
    font-size: 1.2rem;
  }

  .sub_visual .site_map ul {
    column-gap: 16px;
  }

  .sub_visual .site_map ul li+li::after {
    content: ">";
    font-size: 1.2rem;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .tit_pg {
    margin: 40px auto;
    font-size: 2.2rem;
  }

  .application_wrap,
  .sub_container {
    padding: 0;
  }
}












/**
** UHR - Add 2024.11.08
**/
.txt_st {
  font-weight: bold;
  color: var(--gn-use-primary-color-1);
}

.tac {
  font-size: 1rem;
  line-height: 1.25em;
}

.small {
  font-size: 0.8em;
  line-height: 1.25em;
}
.xsmall {
  font-size: 12px;
  line-height: 1.25em;
}

.font_nomal {
	font-weight: normal;
}

.mt_0 {
  margin-top: 0;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}



.my_0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}



.ml_10 {
	margin-left: 10px;
}

.mx_0 {
  margin-left: 0;
  margin-right: 0;
}

.mx_5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx_10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx_20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx_30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx_40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx_50 {
  margin-left: 50px;
  margin-right: 50px;
}






.px_0 {
  padding-left: 0;
  padding-right: 0;
}

.px_5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px_20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px_30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px_40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px_50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py_0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}


.border_y {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}


.table_style {
  width: 100%;
  border: 1px solid var(--gn-use-color-4);
}

.table_style tr {}

.table_style tr th {}

.table_style tr th+th {
  border-left: 1px solid var(--gn-use-color-4);
}

.table_style tr td {}

.table_style thead {
  border-bottom: 1px solid var(--gn-use-color-4);
}

.table_style thead tr {}

.table_style thead tr th {
  background-color: var(--gn-use-color-5);
  padding: 10px 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  vertical-align: middle;
}

.table_style thead tr th+th {
  border-left: 1px solid var(--gn-use-color-4);
}

.table_style tbody {}

.table_style tbody tr {}

.table_style tbody tr th,
.table_style tbody tr td {
  border-top: 1px solid var(--gn-use-color-4);
}

.table_style tbody tr th,
.table_style tbody tr td {
  padding: 10px 5px;
  font-size: 0.875rem;
  word-break: keep-all;
  vertical-align: middle;
  line-height: 1.45em;
}
.table_style tbody tr th[rowspan],
.table_style tbody tr td[rowspan] {
  border-right: 1px solid var(--gn-use-color-4);
}

.table_style tbody tr th {
  text-align: center;
  border-right: 1px solid var(--gn-use-color-4);
}

.table_style tbody tr td {
  border-left: 1px solid var(--gn-use-color-4);
}

.table_style tbody tr td:first-child {
  border-left: 0;
}

.table_style tbody tr td p {
  line-height: 1.45em;
}

.table_style tbody tr td .th {
  display: none;
}









.comm_table_1 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  border-left: 1px solid var(--gn-use-color-5);
  border-right: 1px solid var(--gn-use-color-5);
  border-bottom: 1px solid var(--gn-use-color-5);
}

.comm_table_1 .th {
  font-size: 1rem;
  font-weight: 500;
  line-height: 38px;
  color: var(--gn-use-color-2);

  background: var(--gn-use-color-5);
  text-align: center;
}

.comm_table_1 .tr+.tr {
  border-left: 1px solid var(--gn-use-color-5);
}

.comm_table_1 .tr .td+.td {
  border-top: 1px solid var(--gn-use-color-5);
}

.comm_table_1 .td {
  padding: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.comm_table_1 .td p {
  font-size: 1rem;
  line-height: 1.25rem;
}


.comm_table_2 {
  width: 100%;
  border-left: 1px solid var(--gn-use-color-5);
  border-right: 1px solid var(--gn-use-color-5);
  border-bottom: 1px solid var(--gn-use-color-5);
}

.comm_table_2 .tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.comm_table_2 .tr+.tr {
  border-left: none;
  border-bottom: 1px solid var(--gn-use-color-5);
}

.comm_table_2 .tr .th {
  font-size: 1rem;
  font-weight: 500;
  line-height: 38px;
  background: var(--gn-use-color-5);
  text-align: center;
}

.comm_table_2 .tr .td {
  padding: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
}

.comm_table_2 .tr .td+.td {
  border-left: 1px solid var(--gn-use-color-5);
  border-bottom: none;
  border-top: none;
}

.comm_table_2 .tr .td.center {
  text-align: center;
  justify-content: center;
}

.comm_table_2 .tr.tr2 {
  grid-template-columns: 8fr;
}

.comm_table_2 .tr.colspan_2 {
  grid-template-columns: 2fr;
}




.comm_table3 {
  width: 100%;
  border-left: 1px solid var(--gn-use-color-5);
  border-right: 1px solid var(--gn-use-color-5);
  border-bottom: 1px solid var(--gn-use-color-5);
}

.comm_table3 .tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.comm_table3 .tr+.tr {
  border-left: none;
  border-top: 1px solid var(--gn-use-color-5);
}

.comm_table3 .tr .th {
  font-size: 1rem;
  color: var(--gn-use-color-2);
  font-weight: 500;
  line-height: 38px;
  background: var(--gn-use-color-5);
  text-align: center;
}

.comm_table3 .tr .td {
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.35;
  display: flex;
  align-items: center;
}

.comm_table3 .tr .td+.td {
  border-left: 1px solid var(--gn-use-color-5);
  border-bottom: none;
  border-top: none;
}

.comm_table3 .tr .td.center {
  text-align: center;
  justify-content: center;
}

.comm_table3 .tr.tr2 {
  grid-template-columns: 8fr;
}

.comm_table3 .tr.colspan_2 {
  grid-template-columns: 2fr;
}




.comm_table8 {
  width: 100%;
  border-left: 1px solid var(--gn-use-color-5);
  border-right: 1px solid var(--gn-use-color-5);
  border-bottom: 1px solid var(--gn-use-color-5);
}

.comm_table8 .tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.comm_table8 .tr+.tr {
  border-left: none;
  border-bottom: 1px solid var(--gn-use-color-5);
}

.comm_table8 .tr .th {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 38px;
  background: var(--gn-use-color-5);
  text-align: center;
}

.comm_table8 .tr .td {
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.35;
  display: flex;
  align-items: center;
}

.comm_table8 .tr .td+.td {
  border-left: 1px solid var(--gn-use-color-5);
  border-bottom: none;
  border-top: none;
}

.comm_table8 .tr .td.center {
  text-align: center;
  justify-content: center;
}

.comm_table8 .tr.tr2 {
  grid-template-columns: 8fr;
}

.comm_table8 .tr.colspan_2 {
  grid-template-columns: 2fr;
}




.info_list li {
  position: relative;
  padding-left: 12px;
}

.info_list li p {
  font-size: 1.6rem;
}

.info_list li::after {
  content: "";
  width: 6px;
  height: 2px;
  background: var(--gn-use-primary-color-1);
  position: absolute;
  left: 0;
  top: 10px;
}



.btn_main_m button,
.btn_main_m a {
  display: inline-block;
  line-height: 37px;
  background: var(--gn-use-primary-color-1);
  color: #fff;
  border-radius: 4px;
  padding: 7px 30px;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn_main_b button,
.btn_main_b a {
  display: inline-block;
  line-height: 37px;
  background: var(--gn-use-primary-color-1);
  color: #fff;
  border-radius: 4px;
  padding: 10px 50px;
  font-size: 1.286rem;
  font-weight: bold;
}




.flex {
  display: flex;
}

.flex.flex_wrap {
  flex-wrap: wrap;
}

.flex.gap_5 {
  gap: 5px;
}

.flex.gap_10 {
  gap: 10px;
}

.flex.gap_15 {
  gap: 15px;
}

.flex.gap_20 {
  gap: 20px;
}

.flex.gap_25 {
  gap: 25px;
}

.flex.gap_30 {
  gap: 30px;
}

.flex.gap_35 {
  gap: 35px;
}

.flex.gap_40 {
  gap: 40px;
}

.flex.gap_45 {
  gap: 45px;
}

.flex.gap_50 {
  gap: 50px;
}

.flex.flex_justify_content_center {
  justify-content: center;
}
.flex.flex_justify_content_between {
  justify-content: space-between;
}

.flex.flex_align_items_center {
  align-items: center;
}


.flex.column_1>* {
  width: 100%;
}

.flex.column_2>* {
  width: calc(100%/2);
}

.flex.column_3>* {
  width: calc(100%/3);
}

.flex.column_4>* {
  width: calc(100%/4);
}

.flex.column_5>* {
  width: calc(100%/5);
}

.flex.column_6>* {
  width: calc(100%/6);
}


.list_style_default {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 10px
    /* margin-top: 10px; */
}

.list_style_default li {
  /* margin-bottom: 10px; */
}





header .gnb>ul>li>a.menu_btn_style {
  background-color: var(--gn-use-primary-color-1);
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 25px;
}

header .gnb>ul>li:hover>a.menu_btn_style {
  background-color: var(--primary-color-3);
}


header .top_group {
  background-color: #181818;
}

header .top_group .wrap a {
  font-size: 14px;
  color: #FFFFFF;
}

header .top_group .menu_list ul a {
  color: #FFFFFF;
}

header .top_group .menu_list ul li+li::after {
  top: calc(50% + 2px);
}


header .gnb>ul>li:last-child .sub_menu_wrap {
  /* transform: translateX(-64%); */
}











/** 우편번호 찾기 **/
.search_form_wrap .search_form .post_search {
  display: flex;
  width: 100%;
  border: 1px solid #363636;
}

.search_form_wrap .search_form .post_search input[name="tr_addr_popup"] {
  width: calc(100% - 36px);
  height: 46px;
  border: 0;
  font-size: 18px;
}

.search_form_wrap .search_form .post_search button[type="button"] {
  background: #ffffff;
  width: 36px;
  height: 46px;
  cursor: pointer;
}

.search_form .post_search .img_post {
  display: block;
  width: 16px;
  height: 17px;
  margin: 1px 14px 0 5px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: url(//t1.daumcdn.net/postcode/resource/images/dark_320.png) no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
}


#layer {
  display: none;
  position: fixed;
  overflow: hidden;
  width: calc(100% - 60px) !important;
  max-width: 500px;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto;
  margin-right: auto;
}






.accordion_menu {}

.accordion_menu .ac_menu_tit {
  font-size: 16px;
  padding: 10px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: -1px;
}

.accordion_menu .ac_menu_tit a {
  position: relative;
  display: block;
  font-weight: bold;
}

.accordion_menu .ac_menu_tit a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(/use/assets/img/faq_arrow.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
  /* 회전 애니메이션 */
}

.accordion_menu .ac_menu_tit a.active::after {
  transform: rotate(-90deg);

}

.accordion_menu .ac_menu_cont {
  display: none;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}






.bullet_tit {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
}
.bullet_tit::before {
  content: "";
  display: block;
  background: var(--gn-use-primary-color-1);
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  border-radius: 2px;
}


.bullet_txt {
  position: relative;
  padding-left: 10px;
  font-weight: 400;
}
.bullet_txt::before {
  content: "";
  display: block;
  background: var(--gn-use-primary-color-1);
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
  border-radius: 2px;
}


.text_left {
	text-align: left !important;
}
.text_right {
  text-align: right !important;
}
.text_center {
  text-align: center !important;
}

.width_100 {
  width: 100%;
}


.btn_close_popup {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}


.swiper-button-prev.loc_map_prev,
.swiper-button-next.loc_map_next {
	color: #000;
}
.swiper-button-prev.loc_map_prev::after, 
.swiper-button-next.loc_map_next::after {
	font-size: 26px;
	font-weight: bold;
}






/** Datepicker */
.ui-datepicker {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;
  padding-bottom: 10px;
  width: 300px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.ui-datepicker.ui-widget .ui-widget-header {
  position: relative;
  padding: 10px 0;
  border: 0px solid #dddddd;
  background: #fff;
}

.ui-datepicker.ui-widget .ui-widget-header .ui-icon {
  background: none;
  background-image: url("/dist/vendors/jquery-ui/images/btns.png");
}

.ui-datepicker.ui-widget .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
  background-position: 0px 0px;
  background-size: 36px;
}

.ui-datepicker.ui-widget .ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
  background-position: -20px 0px;
  background-size: 36px;
}

.ui-datepicker.ui-widget .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
  margin: 0 0em;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  font-weight: bold;
  color: #000000;
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: 36px;
  height: 26px;
  line-height: 26px;
  background: rgb(255, 255, 255) url(/dist/vendors/jquery-ui/images/icon_down.svg) 100% -27px no-repeat;
  margin: 0 0;
  padding: 0 0px;
  border: 0;
  border-radius: 3px;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  margin-left: 7px;
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
  float: right;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar {
  width: calc(100% - 3px);
  margin: 0 3px;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar thead th,
.ui-datepicker.ui-widget .ui-datepicker-calendar tbody td {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 2px 5px;
  font-weight: 100;
  text-align: center;
  font-size: 12px;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>thead>tr {
  position: unset;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>thead>tr>th {
  float: unset;
  display: table-cell;
  font-size: 14px !important;
  font-weight: 400;
  color: #000000;
  opacity: 1;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar tr>th:first-child,
.ui-datepicker.ui-widget .ui-datepicker-calendar tr>th:first-child span,
.ui-datepicker.ui-widget .ui-datepicker-calendar tr>td:first-child,
.ui-datepicker.ui-widget .ui-datepicker-calendar tr>td:first-child span {
  color: #FF0000 !important;
  
}

.ui-datepicker.ui-widget .ui-datepicker-calendar tr>th:last-child,
.ui-datepicker.ui-widget .ui-datepicker-calendar tr>th:last-child span,
.ui-datepicker.ui-widget .ui-datepicker-calendar tr>td:last-child,
.ui-datepicker.ui-widget .ui-datepicker-calendar tr>td:last-child span {
  color: #0099ff !important;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>tbody {
  position: relative;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>tbody>tr>td .ui-state-default {
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 25px;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>tbody>tr>td.ui-datepicker-current-day .ui-state-default {
  background: #3f51b5 !important;
  color: #fff;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>tbody>tr>td>a {
  color: #333333;
  font-size: 12px !important;
  font-weight: bold !important;
  text-decoration: none;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>tbody>tr>td:hover {
  background-color: transparent;
  opacity: 0.6;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>tbody>tr>td:first-child a {
  color: red !important;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>tbody>tr>td:last-child a {
  color: #0099ff !important;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>tbody>tr>.ui-state-disabled:hover {
  cursor: auto;
  background-color: #fff;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar>tbody>tr:first-child td {
  margin-top: var(--gn-space-10);
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-disabled {
  cursor: auto;
  color: hsl(0, 0%, 80%);
  opacity: 0.45;
}

.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default,
.ui-datepicker.ui-widget .ui-button,
.ui-datepicker.ui-widget html .ui-button.ui-state-disabled:hover,
.ui-datepicker.ui-widget html .ui-button.ui-state-disabled:active {
  border: 0px solid #c5c5c5;
  background-color: transparent;
  font-weight: normal;
  color: #454545;
  text-align: center;
}

.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #eee;
  z-index: 11 !important;
}

.ui-datepicker.ui-widget:focus>.ui-datepicker {
  display: block;
}

.ui-datepicker.ui-widget .ui-datepicker-title {
  text-align: center;
  padding: var(--gn-space-10);
  font-weight: 100;
  font-size: 20px;
}

.ui-datepicker.ui-widget .ui-state-hover,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-hover,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-hover,
.ui-datepicker.ui-widget .ui-state-focus,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-focus,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-focus,
.ui-datepicker.ui-widget .ui-button:hover,
.ui-datepicker.ui-widget .ui-button:focus {
  border: 0px solid #cccccc;
  background-color: transparent;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-datepicker.ui-widget .ui-icon-circle-triangle-e {
  background-position: -20px 0px;
  background-size: 36px;
}

.ui-datepicker.ui-widget .ui-icon-circle-triangle-w {
  background-position: 0px 0px;
  background-size: 36px;
}

.ui-datepicker.ui-widget .ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-highlight {
  border: 0px;
  background: #f1f1f1;
  border-radius: 50%;
  padding-top: var(--gn-space-10);
  padding-bottom: var(--gn-space-10);
}

.ui-datepicker.ui-widget .inp {
  padding: var(--gn-space-10) var(--gn-space-10);
  background-color: #f1f1f1;
  border-radius: 4px;
  border: 0px;
}

.ui-datepicker.ui-widget .inp:focus {
  outline: none;
  background-color: #eee;
}


.commform_box .info {
  padding: 10px;
}

.column_table {}

.column_table_row {
  display: flex;
  gap: 0;
}

.column_table_row .col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.column_table_row .col_1 {
  width: calc(100% / 12 * 1);
}

.column_table_row .col_2 {
  width: calc(100% / 12 * 2);
}

.column_table_row .col_3 {
  width: calc(100% / 12 * 3);
}

.column_table_row .col_4 {
  width: calc(100% / 12 * 4);
}

.column_table_row .col_5 {
  width: calc(100% / 12 * 5);
}

.column_table_row .col_6 {
  width: calc(100% / 12 * 6);
}

.column_table_row .col_7 {
  width: calc(100% / 12 * 7);
}

.column_table_row .col_8 {
  width: calc(100% / 12 * 8);
}

.column_table_row .col_9 {
  width: calc(100% / 12 * 9);
}

.column_table_row .col_10 {
  width: calc(100% / 12 * 10);
}

.column_table_row .col_11 {
  width: calc(100% / 12 * 11);
}

.column_table_row .col_12 {
  width: calc(100% / 12 * 12);
}

.column_table_row.textarea_box {
  flex-direction: column;
}

.align_right {
  float: right;
}


.float_left {
  float: left;
}

.float_right {
  float: right;
}

.mt_m35 {
  margin-top: -35px;
}

.mb_m35 {
  margin-bottom: -35px;
}

.mb_m25 {
  margin-bottom: -25px;
}



/** Site All Menu **/
header.all_menu_open .gnb .hd_menu_close img {
  filter: invert(1);
  width: 100%;
}

header.all_menu_open .gnb.on .hd_menu_close {
  display: block;
  position: fixed;
  right: 40px;
  top: 20px;
  width: 15px;
  height: 15px;
  z-index: 99991;
}

header.all_menu_open .site_all_menu h2,
header.all_menu_open .site_all_menu .menu_list {
  display: none;
}

header.all_menu_open .site_all_menu {
  display: none;
}

header.all_menu_open .site_all_menu.on {
  display: block;
}

header.all_menu_open .site_all_menu .all_menu_popup {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgb(34, 34, 34);
  z-index: 1000;
}

header.all_menu_open .site_all_menu .all_menu_popup a {
  color: var(--gn-use-color-5);
}

header.all_menu_open .site_all_menu .all_menu_popup>ul {
  display: flex;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  gap: 50px;
  margin-top: 100px;
}

header.all_menu_open .site_all_menu .all_menu_popup>ul>li {}

header.all_menu_open .site_all_menu .all_menu_popup>ul>li>a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 30px;
}

header.all_menu_open .site_all_menu .all_menu_popup ul li .sub_menu_wrap {}

header.all_menu_open .site_all_menu .all_menu_popup ul li .sub_menu_wrap ul.sub_menu {}

header.all_menu_open .site_all_menu .all_menu_popup ul li .sub_menu_wrap ul.sub_menu li {
  margin-bottom: 10px;
}

header.all_menu_open .site_all_menu .all_menu_popup ul li .sub_menu_wrap ul.sub_menu li a {
  font-size: 1rem;
}

header.all_menu_open .site_all_menu .all_menu_popup ul li:hover>a {
  color: var(--gn-use-color-white);
}



/** Mobile Menu **/
header.mobile_menu_open .gnb .hd_menu_close img {
  filter: invert(1);
  width: 100%;
}

header.mobile_menu_open .gnb.on .hd_menu_close {
  /* display: none;*/

  display: block;
  /* filter: invert(1); */
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 10px;
  z-index: 99991;
}



header.mobile_menu_open .site_all_menu {
  display: none;
}

header.mobile_menu_open .site_all_menu.on {
  display: block;
}

header.mobile_menu_open .site_all_menu .all_menu_popup {
  width: calc(100% - 40px) !important;
  max-width: 360px;
  left: auto !important;
  right: 0 !important;
}

header.mobile_menu_open .site_all_menu .all_menu_popup>.hd_menu_close {
  display: none !important;
  /* display: block;
    filter: invert(1);
    position: absolute;
    right: 0;
    padding: 10px 10px; */
}

header.mobile_menu_open .site_all_menu .all_menu_popup>.hd_menu_close button {
  width: 15px;
}

header.mobile_menu_open .site_all_menu .all_menu_popup h2 {
  text-align: center;
  color: var(--gn-use-color-white);
  font-size: 1.25rem;
  padding: 25px 10px;
  margin-top: 20px;
}

header.mobile_menu_open .site_all_menu .all_menu_popup .menu_list {
  margin-bottom: 20px;
}

header.mobile_menu_open .site_all_menu .all_menu_popup .menu_list ul {
  /* display: flex;
	border-top: 1px solid var(--gn-use-color-5);
	border-bottom: 1px solid var(--gn-use-color-5); */
}

header.mobile_menu_open .site_all_menu .all_menu_popup .menu_list ul li {
  /* width: 50%; */
}

header.mobile_menu_open .site_all_menu .all_menu_popup .menu_list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 10px;
  text-align: center;
  font-size: 0.875rem;
  border: 1px solid var(--gn-use-color-5);
  margin: 0 20px;
}

header.mobile_menu_open .site_all_menu .all_menu_popup .menu_list ul li:first-child a {
  /* border-left: 0; */
}

header.mobile_menu_open .site_all_menu .all_menu_popup .menu_list ul li a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}


header.mobile_menu_open .site_all_menu .all_menu_popup .menu_list ul li a.icon_logout:before {
  --svg: url('data:image/svg+xml,\
    <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\
    <g id="exit_to_app_24px">\
    <path id="exit_to_app_24px" fill="%23c8c8c8" fill-rule="evenodd" clip-rule="evenodd" d="M11.5 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H11.5C12.61 3 13.5 3.9 13.5 5V7H11.5V5L5 5L5 19H11.5V17H13.5V19C13.5 20.1 12.61 21 11.5 21ZM16 17L14.59 15.59L17.17 13H7.5V11H17.17L14.59 8.41L16 7L21 12L16 17Z"/>\
    </g>\
    </svg>');
    
  background-image: var(--svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  color: var(--gn-use-color-5);
}

header.mobile_menu_open .site_all_menu .all_menu_popup .menu_list ul li a.icon_home:before {
  --svg: url('data:image/svg+xml,\<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\<g id="icon_home_2">\<path id="icon/action/home_24px" fill="%23c8c8c8" fill-rule="evenodd" clip-rule="evenodd" d="M5 12.5H2L12 3.5L22 12.5H19V20.5H13V14.5H11V20.5H5V12.5ZM17 10.69L12 6.19L7 10.69V18.5H9V12.5H15V18.5H17V10.69Z" />\ </g>\</svg>');
  background-image: var(--svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  color: var(--gn-use-color-5);
}


header.mobile_menu_open .site_all_menu .all_menu_popup .menu_list ul li a.icon_logout {
	margin-bottom: 3px;
}


header.mobile_menu_open .site_all_menu .all_menu_popup a {
  color: var(--gn-use-color-5);
}

header.mobile_menu_open .site_all_menu .all_menu_popup>ul {
  /* display: flex; */
  /* gap: 50px; */
  width: 100%;
  height: calc(100% - 157px);
  max-width: 680px;
  margin: 0 auto;
  overflow-y: auto;
  padding-bottom: 40px;
  /* margin-top: 20px; */
}

header.mobile_menu_open .site_all_menu .all_menu_popup>ul>li {
  border-bottom: 1px solid var(--gn-use-color-5);
}

header.mobile_menu_open .site_all_menu .all_menu_popup>ul>li>a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  position: relative;
  margin-right: 40px;
}

header.mobile_menu_open .site_all_menu .all_menu_popup>ul>li>a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/arrow_b_g.svg") no-repeat center center / 12px;
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
  transform: rotate(0deg);
  animation: 0.2s ease-in-out;
}

header.mobile_menu_open .site_all_menu .all_menu_popup ul li .sub_menu_wrap {
  display: none;
}

header.mobile_menu_open .site_all_menu .all_menu_popup ul li .sub_menu_wrap ul.sub_menu {}

header.mobile_menu_open .site_all_menu .all_menu_popup ul li .sub_menu_wrap ul.sub_menu li {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

header.mobile_menu_open .site_all_menu .all_menu_popup ul li .sub_menu_wrap ul.sub_menu li a {
  font-size: 0.875rem;
}

header.mobile_menu_open .site_all_menu .all_menu_popup ul li:hover>a,
header.mobile_menu_open .site_all_menu .all_menu_popup ul li.on>a {
  color: var(--gn-use-color-white);
}

header.mobile_menu_open .site_all_menu .all_menu_popup ul li.on .sub_menu_wrap {
  display: block;
}

header.mobile_menu_open .site_all_menu .all_menu_popup>ul>li.on>a::after {
  transform: rotate(-180deg);
  top: calc(50% - 10px);
}




button.btn_arrow_big {
  width: 92px;
  height: 54px;
}

button.btn_arrow_big svg {
  margin-left: -20px;
}

button.btn_arrow_big::after {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 54px;
  float: right;
  margin-top: -41px;
}



button.btn_arrow_mini {
  display: inline-block;
}

button.btn_arrow_mini .icon_arrow {
  display: inline-block;
  width: 25px;
  height: 8px;
}

button.btn_arrow_mini .icon_arrow::before {
  content: "";
  display: block;
  width: 25px;
  height: 8px;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 7" width="29" height="7"%3E%3Cpath d="M24.2961 0.880236C23.9053 0.489466 23.2717 0.489466 22.881 0.880236C22.4906 1.27066 22.4902 1.90353 22.8801 2.29445L25.5789 5.00004L1.5 5.00002C0.947715 5.00002 0.5 5.44774 0.5 6.00002C0.5 6.55231 0.947715 7.00002 1.5 7.00002L28 7.00004C28.5523 7.00004 29 6.55232 29 6.00004C29 5.70224 28.8698 5.43484 28.6633 5.25165C28.6465 5.23212 28.629 5.21313 28.6106 5.19474L24.2961 0.880236Z"/%3E%3C/svg%3E') no-repeat center / contain;
  -webkit-mask-composite: source-in;
  background-color: var(--gn-use-color-6);
  /* 동적으로 색상 변경 가능 */
  /* position: relative;
    z-index: 1; */
}




.box_card button.btn_arrow_mini {
  display: flex;
  width: 68px;
  height: 15px;
  font-size: 0.875rem;
  font-weight: 500;

  align-items: center;
  gap: 5px;
  color: var(--gn-use-color-white);

}

.box_card button.btn_arrow_mini .icon_arrow {
  position: relative;
  width: 30px;
  height: 15px;
  display: flex;
  align-items: center;
  gap: 0;
}

.box_card button.btn_arrow_mini .icon_arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: rgba(134, 134, 134, 1);
  border-radius: 15px;
  margin-left: -10px;
  /* position: absolute;
    right: 0;
    top: 0;
    z-index: 0; 
    margin-right: 1px;
    opacity: 0.85;*/

}

.box_card button.btn_arrow_mini .icon_arrow::before {
  height: 5px;
  background-color: var(--gn-use-color-white);
  /* 동적으로 색상 변경 가능 */
}






/** 처리 스텝 */
.step_wrap ul {
  display: flex;
    justify-content: space-between;
}

.step_wrap ul::after {
  /* content: "";
  display: block;
  clear: both; */
}

.step_wrap ul li {
  position: relative;
  /* float: left; */

  width: calc((100% / 3) - (177px / 3));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step_wrap ul li:first-child {
  width: 177px;
}

.step_wrap ul li:first-child,
.step_wrap ul li:first-child .step_box {
  margin-left: 0 !important;
}

.step_wrap ul li:first-child .step_box {}

.step_wrap .step_div {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}
.step_wrap .step_div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.54289 11.2071C4.15237 10.8166 4.15237 10.1834 4.54289 9.79289L7.33579 7L4.54289 4.20711C4.15237 3.81658 4.15237 3.18342 4.54289 2.79289C4.93342 2.40237 5.56658 2.40237 5.95711 2.79289L9.45711 6.29289C9.84763 6.68342 9.84763 7.31658 9.45711 7.70711L5.95711 11.2071C5.56658 11.5976 4.93342 11.5976 4.54289 11.2071Z" fill="%232A2F3A"/></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.54289 11.2071C4.15237 10.8166 4.15237 10.1834 4.54289 9.79289L7.33579 7L4.54289 4.20711C4.15237 3.81658 4.15237 3.18342 4.54289 2.79289C4.93342 2.40237 5.56658 2.40237 5.95711 2.79289L9.45711 6.29289C9.84763 6.68342 9.84763 7.31658 9.45711 7.70711L5.95711 11.2071C5.56658 11.5976 4.93342 11.5976 4.54289 11.2071Z" fill="%232A2F3A"/></svg>') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--gn-use-primary-color-1);
  /* 동적으로 색상 변경 가능 */
}

.step_wrap .step_box {
  width: 177px;
  height: 100%;
  padding: 0;
  margin-left: 0;

  background-color: var(--gn-use-color-white);
  border: 1px solid var(--gn-use-color-5);
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}

.step_wrap .step_box .step_num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: var(--gn-use-primary-color-1);
  font-size: 1.125rem;
  color: var(--gn-use-color-white);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -15px;
  margin-top: -15px;
}

.step_wrap .step_box .step_tit {
  font-size: 1.125rem;
  color: var(--gn-use-color-02);
  font-weight: bold;
  margin-bottom: 10px;
}

.step_wrap .step_box .setp_desc {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gn-use-color-03);
  letter-spacing: -0.025rem;
  /* letter-spacing: -0.035em; */
  word-wrap: break-word;
  word-break: keep-all;
  text-align: center;
}
.step_wrap .step_box .setp_desc .bullet_txt {
  text-align: left;
}
.step_wrap .step_box .setp_desc ul {
  flex: unset;
}






.guid_img {}
.guid_img img {
  width: 100%;
}



/** 
Tab Menu 
**/
.tab_menus {}
.tab_menus ul.tabs {
  display: flex;
}
.tab_menus ul.tabs li.tab {
  border: 1px solid var(--gn-use-color-5);
  /* border-left: 0; */
}
.tab_menus ul.tabs li.tab+li.tab {
  margin-left: -1px;
}

.tab_menus ul.tabs li.tab a {
  display: flex;
  width: 100%;
  height: 50px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 7px 15px;
}
.tab_menus ul.tabs li.tab.on a {
  background-color: var(--gn-use-primary-color-1);
  color: #ffffff;
}
.tab_menus ul.tabs li.tab:hover a {
  background-color: var(--gn-use-primary-color-2);
  color: var(--gn-use-primary-color-0);
}

.tab_menus .tab_contents {
  padding: 30px 0;
}
.tab_menus .tab_contents .tab_content {
	display: none;
}
.tab_menus .tab_contents .tab_content.on {
	display: block;
}
.tab_menus .tab_contents .tab_content .tab_cont_sec {
	margin-bottom: 40px;
}
.tab_menus .tab_contents .tab_content .tab_cont_sec .conts {
	margin-bottom: 20px;
}
.tab_menus .tab_contents .tab_content .tab_cont_sec .conts .table_scroll {
	margin-bottom: 15px;
	overflow: auto;
}







.show_pc {
	display: block;
}
.show_mo {
	display: none;
}










