/*  */
/* 폰트 */
@font-face {
  font-family: 'GmarketSans';
  src: url('../font/GmarketSansLight.woff') format('woff'),
    url('../font/GmarketSansLight.ttf') format("truetype");
  font-weight: 300;
  font-style: light;
  font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../font/GmarketSansMedium.woff') format('woff'),
    url('../font/GmarketSansMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../font/GmarketSansBold.woff') format('woff'),
    url('../font/GmarketSansBold.ttf') format("truetype");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
button,
fieldset,
img {
  border: 0 none
}
button {
  border: 0;
  background: 0 0;
  cursor: pointer
}
input,
select,
textarea {
  border: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
header, footer{
  font-family: 'GmarketSans' !important;
}
body.modal {
  overflow: hidden;
  
  background: none;
    height: auto;
    left: 50%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
    position: fixed;
    top: 0%;
    transform: none;
    transition: none;
    width: auto;
    display:block;
}
span.blind {
  font-size: 0 !important;
}
:root {
  --point_color01: #ec008c;;
  --pink02: #fa9acd;
  --pink03: #fff5fa;
  --main_width: 1400px;
  --header_height: 161px;
  --main_padding: 20px;
  --sc01_slide_gap: 25px;
  --main_point_color: #0954ff;
  --more_btn_width: 22px;
}
@media screen and (max-width:1024px) {
  :root{
    --header_height: 97px;
  }
}
@media screen and (max-width:768px) {
  :root{
    --sc01_slide_gap: 20px;
  }
}
html #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #d7d9d9;
  font-family: 'GmarketSans';
  font-weight: 400;
  color: #000;
  height: auto;
}
.header_top {
  border-bottom: 1px solid #d4d4d4;
}
.header_top .content_inner {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.header_top .content_inner .inner_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top .content_inner .site_wrap {
  position: relative;
  min-width: 190px;
  height: 32px;
  text-align: center;
  z-index: 111;
}
.header_top .content_inner .site_wrap>button {
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 12;
  background: #fff;
  top: 0;
  border: 1px solid #b5b5b5;
  border-radius: 15px;
  font-family: 'GmarketSans';
}
.header_top .content_inner .site_wrap>button::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../img/common/ico_go_arrow.png) no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}
.header_top .content_inner .site_wrap>ul {
  display: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 100%;
  top: 20px;
  font-size: 14px;
  border: 1px solid #b5b5b5;
  border-top: none;
  padding-top: 12px;
  text-align: left;
}
.header_top .content_inner .site_wrap>ul li a {
  display: block;
  height: 100%;
  padding: 7px 10px;
  font-weight: 300;
}
.header_top .content_inner .site_wrap>ul li a:hover {
  background: var(--pink02);
  color: #fff;
}
.header_top .content_inner .login_wrap ul {
  display: flex;
  align-items: center;
}
.header_top .login_wrap ul li {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
}
.header_top .login_wrap ul li:last-of-type {
  padding-right: 0px;
}
.header_top .login_wrap ul li:not(:last-of-type) {
  border-right: 1px solid #d4d4d4;
}
.header_top .login_wrap ul li a::before {
  display: inline-block;
  content: '';
  background: url(../img/common/ico_util01.png) no-repeat;
  width: 15px;
  height: 17px;
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}
.header_top .login_wrap ul li a.logout::before {
  background-image: url(../img/common/ico_util00.png);
}
.header_top .login_wrap ul li:nth-child(2) a::before {
  width: 14px;
  height: 16px;
  background-image: url(../img/common/ico_util02.png);
}
.header_top .login_wrap ul li:nth-child(3) a::before {
  width: 17px;
  height: 17px;
  background-image: url(../img/common/ico_util03.png);
}
.header_top .login_wrap ul li a:hover:before {
  background-position: 0 100%;
}
.header_top .login_wrap ul li a:hover {
  color: var(--point_color01)
}
.header_bottom .content_inner {
  max-width: 1400px;
  width: calc(100% - 40px);
  height: 110px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.gnb {
  display: flex;
  justify-content: space-between;
}
.gnb>.gnb_depth1 {
  position: relative;
  flex: 1;
  text-align: center;
  line-height: 110px;
}
nav {
  width: calc(1400px - 500px);
}
.gnb_depth1>a {
  display: block;
  width: 100%;
  font-size: 20px;
  position: relative;
}
.gnb_depth2 {
  display: none;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #d7d9d9;
}
.gnb_depth2>li {
  line-height: 22px;
  text-align: left;
  color: #333;
  position: relative;
  white-space: nowrap;
}
.gnb_depth2>li>a {
  padding: 14px 24px;
  display: block;
  font-size: 17px;
}
.gnb_depth2 .hasDepth2>a {
  background: url(../img/common/hasDepth3.png) no-repeat right 20px center;
  padding: 14px 20px;
}
.gnb_depth2 .hasDepth2>a.on {
  background-image: url(../img/common/hasDepth3_on.png) !important;
  color: #0e4ddc;
}
.gnb_depth3_box {
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
}
.gnb_depth3_box.on {
  height: auto;
}
.gnb_depth3 {
  padding: 10px 20px;
  border-top: 2px solid var(--pink02);
  border-bottom: 2px solid var(--pink02);
  background-color: var(--pink03);
}
.gnb_depth3>li {
  padding: 0 12px;
  position: relative;
}
.gnb_depth3>li::before {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 3px;
  aspect-ratio: 1 / 1;
  background-color: #5b5b5b;
}
.gnb_depth3>li:not(:last-of-type) {
  margin-bottom: 3px;
}
.gnb_depth3>li>a {
  font-size: 14px;
  display: block;
}
.header__util>ul {
  display: flex;
  align-items: center;
  gap: 22px;
}
.header__util .header_search button {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/common/ico_search.png) no-repeat;
  border: none;
}
.header__util .header_all_menu>button {
  display: block;
  width: 26px;
  height: 22px;
  background: url(../img/common/ico_hamberger.png) no-repeat;
  border: none;
}
@media screen and (max-width:1440px) {
  .header_top .content_inner .site_wrap a {
    padding: 0 10px;
  }
}
@media screen and (max-width:1250px) {
  .header_top .content_inner {
    justify-content: end;
  }
  .header_top .content_inner .site_wrap {
    display: none;
  }
  .gnb_depth1>a {
    font-size: 18px;
  }
  .gnb_depth2>li {
    line-height: 20px;
    font-size: 16px;
  }
  .gnb_depth2>li>a {
    padding: 10px 24px;
  }
  .gnb_depth2>li:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .gnb_depth2>li::before {
    margin: -1px 5px 0 0;
  }
  .header__util>ul{
    gap: 15px;
  }
}
@media screen and (max-width:1024px) {
  header nav {
    display: none;
  }
  .logo img {
    max-width: 160px;
    vertical-align: middle;
  }
  .header_top .content_inner {
    height: 37px;
  }
  .header_top .login_wrap ul li {
    padding: 0 10px;
    font-size: 12px;
  }
  .header_top .login_wrap ul li a::before {
    width: 12px;
    height: 13px;
  }
  .header_top .login_wrap ul li:nth-child(2) a::before {
    width: 10px;
    height: 11px;
  }
  .header_top .login_wrap ul li:nth-child(3) a::before {
    width: 13px;
    height: 13px;
  }
  .header__util .header_all_menu button {
    width: 22px;
    height: 19px;
    background-size: contain;
  }
  .header__util .header_all_menu button.on{
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
    background: url(../img/main/ico_plus2.png);
  }
  .header__util .header_search button {
    width: 21px;
    height: 21px;
    background-size: contain;
  }
  .header__util .header_all_menu button {
    width: 22px;
    height: 19px;
    background-size: contain;
  }
  .header_bottom .content_inner {
    height: 60px;
  }
  .header__util .header_search button.on {
    width: 21px;
    height: 21px;
    background: url(../img/common/ico_search_close.png);
    background-size: contain;
  }
}
@media (hover: hover) {
  .gnb>.gnb_depth1:hover .gnb_depth2 {
    display: block;
  }
  .gnb_depth1:hover>a {
    color: #0e4ddc;
  }
  .gnb_depth1>a::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 12px;
    background: url(../img/common/hasDepth1_on.png) no-repeat center bottom;
    background-size: 100% auto;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
    transition: 0.3s;
  }
  .gnb_depth1:hover>a::before {
    width: 23px;
  }
  .gnb_depth1>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #0e4ddc;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    transition: width 0.3s;
  }
  .gnb_depth1:hover>a::after {
    width: 100%;
  }
  .gnb_depth2>li a:hover {
    color: #0e4ddc;
  }
  .gnb_depth3>li:hover::before {
    background: #0e4ddc;
  }
  .gnb_depth2 .hasDepth2>a:hover {
    background-image: url(../img/common/hasDepth3_hover.png);
  }
  .all_depth_wrap .all_depth_inner>li>ul li a:hover {
    color: #0e4ddc;
  }
  .all_depth_wrap .all_depth_inner>li>ul li a::after {
    background: #0e4ddc;
    right: -12px;
    top: 5px;
  }
  .all_depth_wrap .all_depth_inner li>ul.all_depth3 li a:hover::before {
    background-color: #0e4ddc;
  }
}
/* ì „ì²´ë©”ë‰´ */
.all_menu_wrap {
	display: none;
  position: absolute;
  background: #224594;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 80px 20px;
  overflow-y: auto;
  z-index: 1111;
}
.all_menu_wrap .logo_wh {
  text-align: center;
}
.all_depth_wrap {
  margin-top: 60px;
}
.all_menu_wrap .all_menu_inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.all_depth_wrap .all_depth_inner {
  display: flex;
  justify-content: space-between;
}
.all_depth_wrap .all_depth_inner>li {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.27);
  padding: 10px 20px 80px;
}
.all_depth_wrap .all_depth_inner>li:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.27);
}
.all_depth_inner .all_depth1 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.all_depth_wrap .all_depth_inner li>ul {
  margin-top: 35px;
}
.all_depth_wrap .all_depth_inner li>ul li {
  font-size: 20px;
  color: #fff;
}
.all_depth_wrap .all_depth_inner li>ul li:not(:last-of-type) {
  margin-bottom: 33px;
}
.all_depth_wrap .all_depth_inner>li>ul li a {
  position: relative;
  transition: all 0.3s;
  word-break: break-all;
}
.all_depth_wrap .all_depth_inner>li>ul li a:focus-visible::after {
  display: none;
}
.all_depth_wrap .all_depth_inner>li>ul li a::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #a3e3f8;
  border-radius: 50%;
  vertical-align: middle;
  transition: opacity 0.4s;
  opacity: 0;
  right: -14px;
  top: 7px;
}
.all_depth_wrap .all_depth_inner>li>ul li a:hover:after {
  opacity: 1;
}
.all_menu_close {
  width: 26px;
  height: 26px;
  background: url(../img/common/ico_close_wh.png) no-repeat;
  position: absolute;
  top: 20px;
  right: 0;
  transition: all 0.3s;
}
.all_menu_close:hover {
  transform: rotate(90deg);
}
@media screen and (max-width:1400px) {
  .all_depth_inner .all_depth1 {
    font-size: 25px;
  }
  .all_depth_wrap .all_depth_inner li>ul li {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) {
  .all_menu_close {
    display: none;
  }
  .all_menu_wrap {
    top: 99px;
    background: #fff;
    height: calc(100vh - 90px);
    padding: 0;
    overflow-y: auto;
  }
  .all_depth_wrap .all_depth_inner {
    flex-direction: column;
  }
  .all_depth_inner .all_depth1 {
    font-size: 18px;
    color: #000;
  }
  .all_menu_wrap .logo_wh {
    display: none;
  }
  .all_depth_wrap {
    margin-top: 0px;
  }
  .all_depth_wrap .all_depth_inner>li {
    padding: 0;
  }
  .all_depth_wrap .all_depth_inner>li>ul li a {
    color: #333;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
  }
  .all_depth_wrap .all_depth_inner li>ul {
    margin-top: 0;
    padding: 15px 0px;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
  }
  .all_depth_wrap .all_depth_inner li>ul.all_depth3 {
    border-bottom: 1px solid var(--pink02);
    border-top: 1px solid var(--pink02);
    background-color: var(--pink03);
    padding: 8px 0 4px;
  }
  .all_depth_wrap .all_depth_inner li>ul.all_depth3 li a {
    padding: 4px 30px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .all_depth_wrap .all_depth_inner li>ul.all_depth3 li a::before {
    content: '';
    display: block;
    width: 3px;
    aspect-ratio: 1 / 1;
    background-color: #5b5b5b;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    position: absolute;
  }
  .all_depth_wrap .all_depth_inner li>ul>li:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .all_depth_wrap .all_depth_inner li>ul>li {
    font-size: 16px;
    padding: 0;
  }
  .all_depth_wrap .all_depth_inner li>ul>li.all_depth2.on>a {
    color: #0e4ddc;
  }
  .all_depth_wrap .all_depth_inner>li>ul li a::after {
    display: none;
  }
  .all_depth_inner .all_depth1 {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 18px 11px;
    display: inline-block;
    background: url(../img/common/hasDepth2.png) right 20px center no-repeat;
  }
  .all_depth_inner .all_depth1.on {
    border-bottom: 2px solid #0e4ddc;
    background-image: url(../img/common/hasDepth2_on.png);
    color: #0e4ddc;
  }
  .all_depth_inner .all_depth3 {
    padding: 5px 0;
  }
  .all_depth_wrap .all_depth_inner>li>ul>li>ul>li a {
    font-size: 14px;
  }
}
@media screen and (min-width:1024px) {
  .all_depth_wrap .all_depth_inner>li .all_depth1 {
    transition: all 0.3s;
  }
  .all_depth_wrap .all_depth_inner>li .all_depth1:hover {
    color: #80a2fd;
  }
  .all_depth_wrap .all_depth3 {
    display: none !important;
  }
  .all_depth_wrap .all_depth_inner>li>ul li a:hover {
    color: #a3e3f8;
  }
}
@media screen and (max-width:768px) {
  .gyeonggi_img {
    display: none;
  }
}
/* footer */
footer{
  border-top: 1px solid #dbdbdb;
}
.ft_top {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  height: 118px;
  align-items: center;
}
.ft_top .ft_slide {
  width: calc(100% - 125px);
  display: inline-block;
  vertical-align: middle;
}
.ft_top .ft_slide li {
  display: table !important;
  table-layout: fixed;
  min-height: 68px;
  padding: 2px;
}
.ft_top .ft_slide li a {
  display: table-cell;
  vertical-align: middle;
}
.ft_top .ft_slide li a img {
  margin: 0 auto;
  max-width: 100%;
  object-fit: cover;
}
.ft_top .control_wrap {
  vertical-align: middle;
  display: inline-block;
  font-size: 0;
  margin-top: 0;
}
.ft_top .control_wrap button {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
}
.ft_top .control_wrap button.slick-prev {
  background: url(../img/common/ico_slide_prev.png) no-repeat center center;
  border-right: none;
}
.ft_top .control_wrap button.slick-next {
  background: url(../img/common/ico_slide_next.png) no-repeat center center;
  border-right: none;
}
.ft_top .control_wrap button.slick-pause {
  background: url(../img/common/ico_stop.png) no-repeat center center;
}
.ft_top .control_wrap button.slick-play {
  background: url(../img/common/ico_play.png) no-repeat center center;
}
.ft_bottom {
  font-weight: 300;
  background: #323741;
  height: 280px;
}
.ft_bottom .section_inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_bot {
  background-color: #323741;
  color: #cbcbcb;
  padding: 0;
  font-size: 16px;
  padding: 35px 0 90px;
}
.footer_bot a {
  color: #cbcbcb;
}
.footer_bot a:hover {
  color: var(--point_color01);
}
.footer_nav {
  padding-bottom: 35px;
}
.footer_link {
  line-height: 26px;
}
.footer_inner {
  max-width: 1340px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.footer_nav_inner {
  display: flex;
  gap: 45px;
}
.footer_under_area {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer_logo_area {
  display: flex;
  gap: 40px;
}
.footer_logo_area address {
  line-height: 27px;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
.footer_logo_area .copyright {
  color: #ededed;
  letter-spacing: -0.04em;
}
.sns_wrap {
  display: flex;
  gap: 30px;
  align-items: center;
}
.sns_link {
  background-position: center 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
}
.sns_link:hover {
  background-position: center 100%;
}
.sns_link.youtube {
  background-image: url(../img/common/ft_youtube.png);
  width: 25px;
  aspect-ratio: 25 / 18;
}
.sns_link.blog {
  background-image: url(../img/common/ft_blog.png);
  width: 16px;
  aspect-ratio: 4 / 5;
}
.sns_link.insta {
  background-image: url(../img/common/ft_instagram.png);
  width: 22px;
  aspect-ratio: 1 / 1;
}
.sns_link.facebook {
  background-image: url(../img/common/ft_facebook.png);
  width: 11px;
  aspect-ratio: 11 / 21;
}
.util_area .inner {
  gap: 30px;
  display: flex;
  align-items: center;
}
.util_area .inner.right{
  justify-content: flex-end;
  margin-top: 15px;
}
.site_select_wrap {
  width: 195px;
  position: relative;
}
.util_area .inner .wa{
  width: 81px;
}
.site_link {
  text-align: left;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 37px;
  line-height: 37px;
  max-width: 195px;
  background-color: #434a57;
  color: #fff;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid #5c6474;
}
.site_link:not(.site_select) {
  border-bottom: none;
}
.site_link.site_select {
  background: url(../img/common/ico_ft_select.png) no-repeat center right 16px #434a57;
  cursor: pointer;
  font-weight: 300;
}
.site_list {
  position: absolute;
  width: 100%;
  top: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  display: none;
}
.site_select.on+.site_list {
  display: block;
  max-height: 400px;
  overflow-y: auto;
}
@media screen and (max-width:1200px) {
  .util_area .inner {
    flex-direction: column;
    gap: 36px;
  }
}
@media screen and (max-width:1024px) {
  .footer_under_area,
  .footer_logo_area,
  .util_area .inner {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .footer_nav_inner {
    gap: 20px;
    justify-content: center;
  }
  .ft_top .ft_slide {
    width: 100%;
  }
  .ft_top .control_wrap {
    display: none;
  }
  .ft_top {
    padding: 0 20px;
    height: 72px;
  }
  .footer_logo_area address {
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .footer_bot {
    font-size: 12px;
    padding: 22px 0 60px;
  }
  .footer_nav {
    padding-bottom: 15px;
  }
  .logo_box img {
    width: 164px;
  }
  .footer_logo_area address {
    line-height: 17px;
    margin-bottom: 15px;
  }
  .footer_logo_area .copyright {
    text-align: center;
    margin-bottom: 5px;
    line-height: 19px;
  }
  .site_select_wrap {
    width: 146px;
  }
  .site_link {
    font-size: 10px;
    width: 100%;
    height: 31px;
    line-height: 31px;
    max-width: 146px;
    padding: 0 12px;
  }
  .util_area .inner .wa{
    width: 58px;
  }
  .site_select.on+.site_list {
  max-height: 260px;
}
}
.top_btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 67px;
  height: 67px;
  background: #2fa6c8;
  text-align: center;
  font-size: 14px;
  color: #fff;
  animation: topBtn 0.4s;
  z-index: 111;
  display: none;
  border: none;
  cursor: pointer;
}
.top_btn::before {
  content: '';
  display: block;
  background: url(../img/common/ico_top.png) no-repeat;
  background-size: cover;
  width: 21px;
  height: 11px;
  margin: 0 auto 10px;
}
@keyframes topBtn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 1600px) {
  .top_btn {
    display: none !important;
  }
}

/* 헤더 - 검색 */
.header__util .search_wrap{
	display: none;
  position: fixed;
  width: 100%;
  height: calc(100vh - var(--header_height));
  inset: auto 0 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.header__util .search_box{
  width: 100%;
  padding-top: 35px;
  background-color: #fff;
  border-top: 1px solid #d4d4d4;
  position: relative;
}
.header__util .search_box > .inner{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.header__util .search_input_wrap {
  position: relative;
  --input_height:66px;
  width: 100%;
}
.header__util .search_input_wrap input[type="text"]{
  width: 100%;
  border: 2px solid #2179e7;
  height: var(--input_height);
  border-radius: calc(var(--input_height) / 2);
  padding: 10px calc(var(--input_height) / 2) 0px;
}
.header__util .search_input_wrap label{
  position: absolute;
  top: 50%;
  left: calc(var(--input_height) / 2);
  transform: translateY(-50%);
  font-size: 20px;
  color: #a1a1a1;
  font-weight: 300;
  transition: 0.3s;
}
.header__util .search_input_wrap button{
  position: absolute;
  top: 50%;
  right:calc(var(--input_height) / 2);
  transform: translateY(-50%);
}
.header__util .search_input_wrap .srh_btn{
  display: block;
  background-image: url(../img/common/ico_search2.png);
}
.header__util .search_input_wrap input[type="text"]:focus,
.header__util .search_input_wrap input[type="text"]:focus-visible{
  outline: none;
}
.header__util .search_input_wrap input[type="text"]:focus + label,
.header__util .search_input_wrap input[type="text"]:focus-visible + label,
.header__util .search_input_wrap input[type="text"]:valid + label{
  font-size: 12px;
  top: 15px;
}
.header__util .keyword_wrap{
  padding: 0 28px;
  width: 100%;
}
.header__util .keyword_title_box{
  height: 75px;
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.header__util .keyword_title{
  font-size: 18px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding-top: 15px;
}
.header__util .keyword_title::before{
  content: '';
  width: 23px;
  aspect-ratio: 23 / 22;
  background: url(../img/common/ico_keyword.png) no-repeat center;
  display: block;
  margin-bottom: 10px;
}
.header__util .keyword_list{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 234px;
  padding: 15px 20px;
}
.header__util .keyword_item{
  list-style-type: decimal;
  list-style-position: inside;
  height: 20%;
  min-width: 0;
  min-height: 0;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__util .keyword_link{
  height: 100%;
  max-width: calc(100% - 32px);
  display: inline-flex;
  align-items: center;
}
.header__util .keyword_link > span{
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
  text-overflow: ellipsis;
}
.header__util .header_search .srh_close_btn{
  position: absolute;
  top: 50px;
  right: calc(calc(calc(100vw - 1400px) / 2) - 5px);
  background: url(../img/common/ico_close.png) no-repeat center;
  width: 26px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-size: cover;
}
@media screen and (max-width:1440px) {
  .header__util .header_search .srh_close_btn{
  right: 20px;
}
}
@media screen and (hover:hover) {
  .header__util .keyword_link:hover > span{
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
@media screen and (max-width:1024px){
  .header__util .search_box > .inner{
    max-width: 550px;
  }
}
@media screen and (max-width:768px) {
  .header__util .header_search .srh_close_btn{
    display: none;
  }
  .header__util .search_input_wrap{
    --input_height: 48px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .header__util .search_input_wrap label{
    font-size: 16px;
    top: calc(50% + 4px);
  }
  .header__util .keyword_title_box{
    height: 65px;
  }
  .header__util .keyword_link > span{
    font-size: 14px;
  }
}
/* =======================<이하 2023-07-20 이전 내용>======================= */
/* 1. 이전 해더 푸터 영역 삭제*/
/* 2. 서브 레이아웃 등 서브의 영향가는 내용만 남겨둠 */

/* ========== 공통 ========== */
body {
  overflow-x: hidden;
}
body.fixed {
  height: 100vh;
  overflow: hidden;
}
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}
#layerPop8 .close {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  overflow: hidden;
}
#layerPop8 .btnPopupWinodwChk {
  float: left;
}
#layerPop8 .btnPopupWinodwClose {
  float: right;
}
.display_none {
  display: none;
}
.nanumSq {
  font-family: 'Nanum Square';
  font-weight: 400;
}
.navBG {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0px;
  z-index: 81;
  opacity: 0;
  transition: opacity 0.35s;
  display: none;
}
.navBG.active {
  opacity: 1;
  display: block;
}
/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border: 3px solid #fff;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background-color: #efefef;
}
::-webkit-scrollbar-track {
  background: #efefef;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}
::-webkit-scrollbar-thumb {
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, .2);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1)
}

/* ========== 서브레이아웃 ========== */
#spot {
  padding: 0;
  position: relative;
  z-index: 9;
}
#spot #snb {
  margin-top: 3.1rem;
  padding-bottom: 3.1rem;
  border-bottom: 1px solid #ddd;
}
#spot #snb .depth2>li {
  display: none;
}
#spot #snb .depth2 .depth3 {
  display: none;
}
#spot #snb .depth2>.active {
  display: block;
  text-align: center;
}
#spot #snb .depth2>.active>a {
  font-weight: 500;
  font-size: 2rem;
  color: #000;
}
#spot #snb .depth2>.active .depth3 {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid #ddd;
  text-align: center
}
#spot #snb .depth2>.active .depth3 li {
  display: inline-block
}
#spot #snb .depth2>.active .depth3 li a {
  display: inline-block;
  padding: 1rem;
  margin-bottom: -1px;
  font-size: .9rem;
  color: #777
}
#spot #snb .depth2>.active .depth3 li.active a {
  border-bottom: 3px solid #000;
  color: #555
}
#spot #snb .depth2>.active .depth3 li~li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: .7rem;
  background-color: #ddd
}
#spot #snb .depth2 .next,
#spot #snb .depth2 .prev {
  display: block;
  position: absolute;
  top: 10%;
  left: 0
}
#spot #snb .depth2 .next>a,
#spot #snb .depth2 .prev>a {
  display: inline-block;
  line-height: 2.5rem;
  position: relative;
  opacity: .6;
  transition: all .3s;
  font-size: .7rem;
  color: #000
}
#spot #snb .depth2 a:focus {
  text-decoration: underline;
}
#spot #snb .depth2 .next>a::before,
#spot #snb .depth2 .prev>a::before {
  content: "";
  float: left;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #7b7b7b;
  margin-right: 1rem
}
#spot #snb .depth2 .next>a::after,
#spot #snb .depth2 .prev>a::after {
  content: "\e93b";
  display: block;
  font-size: 1rem;
  color: #000;
  font-family: xeicon;
  position: absolute;
  left: .7rem;
  top: 50%;
  transform: translateY(-50%)
}
#spot #snb .depth2 .next>a:hover,
#spot #snb .depth2 .prev>a:hover {
  opacity: 1
}
#spot #snb .depth2 .next {
  left: inherit;
  right: 0
}
#spot #snb .depth2 .next>a::before {
  float: right;
  margin: 0 0 0 1rem
}
#spot #snb .depth2 .next>a::after {
  transform: translate(0, -50%) rotateY(180deg);
  left: inherit;
  right: .7rem
}
#spot .cont-top {
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: .75rem;
  font-weight: 400
}
#spot .cont-top .path {
  display: inline-block;
  vertical-align: middle
}
#spot .cont-top .path i {
  margin: 0 .5rem;
  font-size: .7rem
}
#spot .cont-top .path .home,
#spot .cont-top .path .title {
  cursor: pointer;
  display: block;
  padding: .8rem .8rem .85rem;
  letter-spacing: -1px;
  width: 10rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd
}
#spot .cont-top .path .home {
  float: left
}
#spot .cont-top .path [class^=depth] {
  float: left;
  position: relative;
  margin-left: -1px
}
#spot .cont-top .path [class^=depth] i {
  float: right;
  margin-right: 0
}
#spot .cont-top .path [class^=depth] ul {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transition: all .3s ease;
  position: absolute;
  top: 2.6rem;
  width: 100%;
  z-index: 1;
  background-color: #f7f7f7;
  overflow: hidden
}
#spot .cont-top .path [class^=depth] ul li>a {
  display: block;
  padding: .5rem 1rem;
  border-bottom: 1px solid #ddd
}
#spot .cont-top .path [class^=depth] ul li>a:hover {
  color: #000
}
#spot .cont-top .path [class^=depth].active ul {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  z-index: 1
}
#spot .cont-top .path .depth3 .title {
  width: 13rem
}
#spot .cont-top .cont-util {
  float: right
}
#spot .cont-top .cont-util .print,
#spot .cont-top .cont-util .sns>a {
  float: left;
  padding: .6rem .7rem;
  /* color:#b7b7b7; */
  font-size: 1.1rem;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7
}
#spot .cont-top .cont-util .print:focus,
#spot .cont-top .cont-util .sns>a focus {
  border: 1px solid gold
}
#spot .cont-top .cont-util .sns {
  position: relative;
  float: left
}
#spot .cont-top .cont-util .sns>a:hover,
#spot .cont-top .cont-util .sns>a:focus {
  background-color: #fff;
  border-color: #ddd
}
#spot .cont-top .cont-util .sns .sns-shortcut {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  position: absolute;
  left: 0;
  top: 2.6rem;
  z-index: 2;
  max-height: 0;
  overflow: hidden
}
#spot .cont-top .cont-util .sns .sns-shortcut li {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #fff
}
#spot .cont-top .cont-util .sns .sns-shortcut li a {
  display: block;
  /*  color:#b7b7b7; */
  padding: .6rem .7rem;
  font-size: 1.1rem
}
#spot .cont-top .cont-util .sns .sns-shortcut .facebook a:hover {
  color: #3b5a9a
}
#spot .cont-top .cont-util .sns .sns-shortcut .twitter a:hover {
  color: #2aade3
}
#spot .cont-top .cont-util .sns .sns-shortcut .kakaostory a:hover {
  color: #f9bf14
}
#spot .cont-top .cont-util .sns.active>a {
  background-color: #fff;
  border-color: #ddd
}
#spot .cont-top .cont-util .sns.active .sns-shortcut {
  opacity: 1;
  visibility: visible;
  max-height: 12rem
}
.cont-wrap>h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

@media (max-width: 980px) {
  #spot .cont-top .cont-util {
    display: none;
  }
  #spot #snb .depth2 .next>a,
  #spot #snb .depth2 .prev>a {
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .photo-area .sentence {
    margin-top: 0 !important;
  }
}
/* 만족도 조사 빠지고 사업소개 -> 안빠짐..ㅠ */
.cont-bot .top {
  margin: 5rem 0
}
.cont-bot .top .box {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 25px
}
.cont-bot .top .admin {
  overflow: hidden;
  background: url(../../images/gcn/sub/bg_admin.gif) 0 0 no-repeat;
  padding-left: 10px
}
.cont-bot .top .admin>li {
  float: left;
  font-size: .7rem;
  margin-left: 50px;
  height: 2rem;
  line-height: 2rem
}
.cont-bot .top .admin>li strong {
  color: #000;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  font-size: .75rem;
  position: relative
}
.cont-bot .top .admin>li strong::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #ddd;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -3px
}
.cont-bot .bot {
  padding: 3rem 0 2rem;
  background-color: #fbf7f6
}
.cont-bot>.bot {
  display: none;
}
/*20201015 삭제*/
.cont-bot .bot .title {
  display: block;
  margin-bottom: .9rem;
  font-size: .9rem;
  color: #000
}
.cont-bot .bot .col-sm-6:first-child {
  padding-left: 0;
  padding-right: 2rem;
  border-right: 1px dashed #ccc
}
.cont-bot .bot .col-sm-6:last-child {
  padding-left: 2rem;
  padding-right: 0
}
.cont-bot .bot .busin-info {
  position: relative
}
.cont-bot .bot .busin-info a {
  display: block;
  position: relative
}
.cont-bot .bot .busin-info figcaption {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: .7rem;
  padding: .4rem 0
}
.cont-bot .bot .busin-info .bx-controls {
  position: absolute;
  right: 0;
  top: 0
}
.cont-bot .bot .busin-info .bx-next,
.cont-bot .bot .busin-info .bx-prev {
  font-size: 0;
  display: inline-block;
  color: #b0b0b0
}
.cont-bot .bot .busin-info .bx-next::before,
.cont-bot .bot .busin-info .bx-prev::before {
  content: "";
  display: block;
  font-size: 1.25rem;
  font-family: xeicon
}
.cont-bot .bot .busin-info .bx-next:hover,
.cont-bot .bot .busin-info .bx-prev:hover {
  color: #000
}
.cont-bot .bot .busin-info .bx-prev::before {
  content: "\e93c"
}
.cont-bot .bot .busin-info .bx-next::before {
  content: "\e93f"
}
.cont-bot .bot .support::after {
  content: "";
  width: 12.4rem;
  height: 8.4rem;
  background: url(../../images/gcn/aside_support_bg.png) 0 0/cover no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}
.cont-bot .bot .support .cont {
  background-color: #070656;
  position: relative;
  padding: 1.3rem
}
.cont-bot .bot .support ul {
  width: 60%
}
.cont-bot .bot .support ul::after {
  content: "";
  display: block;
  clear: both
}
.cont-bot .bot .support ul li {
  width: 33.333%;
  float: left
}
.cont-bot .bot .support ul a {
  display: block;
  color: #fff;
  font-size: .7rem;
  padding: .5rem
}
.cont-bot .bot .support ul a:hover {
  background-color: #fd5b42
}
.go-top {
  display: block;
  border-radius: 50%;
  background-color: #242424;
  width: 3.1rem;
  height: 3.1rem;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  text-align: center;
  line-height: 3.1rem;
  font-size: 1rem
}
.go-top.active {
  opacity: 1;
  visibility: visible
}
.go-top.fixed {
  bottom: 5.33rem
}
#contents {
  position: relative
}
.layerPop {
  max-width: 95%;
}
@media (max-width: 1024px) {
  body.fixed::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(15% + 1px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .layerPop {
    top: 5% !important;
    left: 5% !important;
    width: 90% !important;
    height: auto !important;
  }
  /* ========== 서브레이아웃 ========== */
  #spot .cont-top .path {
    width: 100%;
  }
  #spot .cont-top .path .home {
    width: 12%;
    padding: .8rem 0;
    text-align: center
  }
  #spot .cont-top .path [class^=depth] {
    width: 44%
  }
  #spot .cont-top .path .depth3 {
    display: none
  }
  #spot .cont-top .path .home span {
    display: none
  }
  #spot .cont-top .path .title {
    width: 100%
  }
  #spot .cont-top .cont-util {
    display: none
  }
  #spot #snb {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem
  }
  #spot #snb .depth2>.active>a {
    font-size: 1.5rem;
    line-height: 2.2
  }
  #spot #snb .depth2 .next>a,
  #spot #snb .depth2 .prev>a {
    width: 40px;
    overflow: hidden;
    height: 40px
  }
  #spot #snb .depth2 .prev {
    left: 15px
  }
  #spot #snb .depth2 .next {
    right: 15px
  }
  .cont-bot .bot {
    display: none
  }
  .cont-bot .top {
    margin: 2.5rem 0 5rem
  }
  .cont-bot .top .box {
    padding: 15px 25px;
    margin-left: 15px;
    width: calc(1300px - 30px);
    margin-right: 15px;
    width: auto;
  }
  .go-top {
    display: block;
    opacity: 1;
    visibility: visible;
    bottom: 60px;
    right: 15px;
    position: relative;
    float: right;
    z-index: 20
  }
  #spot #snb .depth2>.active {
    text-align: center;
    width: calc(100% - 150px);
    margin: 0 auto
  }
  #spot #snb .depth2>.active>a {
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 1.4rem;
  }
}
@media (max-width: 375px) {
  /* ========== 상단 ========== */

  /* ========== 서브레이아웃 ========== */
  #spot #snb .depth2>.active>a {
    font-size: 1.2rem;
  }
  /* ========== 하단 ========== */
}
/*20201014 상단 브로슈어 버튼 추가*/
.brs-btn-warp {
  position: absolute;
  right: 30px;
  top: 34px;
}
.brs-btn {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
  font-size: 0.75rem;
  padding-left: 30px;
  background-image: url("../../images/gcn/brs-btn.png");
  background-position: 11px 6px;
  background-repeat: no-repeat;
}
.brs-btn:hover,
.brs-btn:focus {
  text-decoration: underline;
}
.win-btn {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
  font-size: 0.75rem;
  padding-left: 30px;
  background-image: url("../../images/gcn/win-btn.png");
  background-position: 11px 6px;
  background-repeat: no-repeat;
}
.win-btn:hover,
.win-btn:focus {
  text-decoration: underline;
}
header.active .brs-btn {
  display: none;
}
header.active .win-btn {
  display: none;
}
@media (max-width: 1100px) {
  .brs-btn,
  .win-btn {
    display: none;
  }
}
/*20210120 상단 조직도 아이콘 없애고 경기도 로고*/
.gglogo-btn {
  position: absolute;
  left: 10px;
  top: 17px;
}
header.active .gglogo-btn {
  display: none;
}
@media (max-width: 1100px) {
  .gglogo-btn {
    display: none;
  }
}

.info_list_wrap {
  margin-top: 20px;
  ;
  border-top: 1px solid #585858;
  padding-top: 10px;
  overflow: hidden;
  padding-bottom: 50px;
  ;
}
.info_list_wrap ul li {
  float: left;
}
.info_list_wrap ul li a {
  color: #aaa;
  padding: 0 15px;
  position: relative;
  font-size: 14px;
  ;
}
.info_list_wrap ul li:first-child a {
  padding-left: 0px;
}
.info_list_wrap ul li a::before {
  content: '|';
  position: absolute;
  right: 0;
}
.info_list_wrap ul li:last-child a::before {
  content: '';
}
.familys {
  position: absolute;
  top: 20px;
  color: #333;
  right: 0;
  width: 190px;
  font-size: 13px;
  background-color: #999;
  border-radius: 30px;
  ;
  overflow: hidden;
  z-index: 1;
}
.familys h3 a,
.familys ul li a {
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
}
.familys h3 a {
  position: relative;
}
.familys h3 a:before {
  position: absolute;
  top: 0;
  right: 20px;
  font-family: 'xeicon';
  content: "\e938";
}
.familys h3 a.open:before {
  content: "\e932";
}
.familys #family-list {
  display: none;
  height: 100px;
  overflow-y: auto;
}
.familys ul {
  padding: 10px 0;
  overflow: hidden;
}
.familys ul li {
  margin-bottom: 15px;
}
.familys ul li a {
  height: auto;
  line-height: 1.3;
}

/* 다음맵 접근성 추가 */
.wrap_map a:focus,
.wrap_map button:focus,
.roughmap_maker_label a:focus .roughmap_lebel_text,
.root_daum_roughmap .wrap_btn_zoom button:focus {
  border: 2px solid gold;
}
.wrap_controllers.hide {
  display: none;
}
/* 포커스 관련 접근성 추가 */
#body.scrolled {
  padding-top: 202px;
}
#main.scrolled {
  padding-top: 202px;
}
@media (max-width: 1100px) {
  #main {
    padding-top: 80px;
  }
  #body.scrolled {
    padding-top: 0;
  }
  #main.scrolled {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  #main {
    padding-top: 63px;
  }
  #body.scrolled {
    padding-top: 0;
  }
  #main.scrolled {
    padding-top: 60px;
  }
}
body #body.focus {
  padding-top: 271px !important
}
body #main.focus #snb {
  padding-top: 100px !important
}
@media (max-width: 768px) {
  header .logoWrap {
    border-bottom: 1px solid #ddd;
  }
}
/*메인 sns*/
.tltBox span a span {
  text-indent: -9999px;
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}

/* 20211008 평가위원신청 */
.title_caption {
  color: red;
  margin-left: 10px;
  font-size: 14px;
}
/*20230202 사업관리 관련 페이지
==========================*/
/*리스트*/
@media (max-width: 768px) {
  .table-wrap .board tbody tr td.status {
    display: block;
    float: left;
    text-align: left;
    margin-right: 16px;
  }
}
/*상세*/
.bsDetailCon .bsHead .bsNum {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
}
.bsDetailCon .bsHead .tlt {
  margin-right: 20%;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -1.2px;
}
@media (max-width: 767px) {
  .bsDetailCon .bsHead .bsNum {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    margin-bottom: 8px;
  }
  .bsDetailCon .bsHead .tlt {
    margin-right: 0;
    font-size: 22px;
  }
}
.bsDetailCon .bsbody .commBox .diffLs span.first {
  vertical-align: top;
}
.bsDetailCon .bsbody .commBox .diffLs ul {
  display: inline-block;
}
.btns .btn.blue {
  background-color: #0b80da;
  border-color: #118ce9;
}
.btns .btn.gray {
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}
/*신청페이지*/
.submit-wrap {
  width: 1300px;
  margin: 0 auto;
  padding: 3.5rem 0;
}
.submit-wrap h3.tit {
  font-size: 24px;
  margin-bottom: 20px;
}
.inText {
  border: 1px solid #e0e0e0;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  padding: 0;
  padding-left: 10px;
  box-sizing: border-box;
}
input[class="radio-type"]+label {
  /*라디오버튼*/
  display: inline-block;
  height: 17px;
  line-height: 17px;
  border: 0;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}
input[class="radio-type"]+label:before {
  content: ' ';
  background-image: url('../../images/gcn/new2023/radio-type-off.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  left: 5px;
}
input[class="radio-type"]:checked+label:before {
  background-image: url('../../images/gcn/new2023/radio-type-on.png');
}
input[class="radio-type"]:focus+label {}
input[class="radio-type"] {
  position: absolute;
  left: -9999px;
}
.choose-textarea {
  border: 1px solid #e0e0e0;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  padding: 0;
  padding-left: 10px;
  box-sizing: border-box;
}
.submit-wrap .table-wrap {
  margin-bottom: 40px;
}
.table-wrap.ver-jdh table {
  table-layout: auto;
}
.chk-list:after {
  content: ' ';
  clear: both;
  visibility: hidden;
  display: block;
}
.chk-list li {
  float: left;
  margin-right: 30px;
  white-space: nowrap;
  margin-bottom: 4px;
}
.warning-icon {
  padding-left: 25px;
  background-image: url('../../images/gcn/new2023/warning-icon.png');
  background-position: 0 4px;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.links-box-new {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.links-box-new a,
.links-box-new button {
  flex: 1;
  margin-left: 10px;
  border: 1px solid #ddd;
  text-align: center;
}
.links-box-new a span,
.links-box-new button span {
  display: inline-block;
  padding: 50px 0 50px 70px;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 20px;
}
.links-box-new a:focus,
.links-box-new button:focus {
  border: 1px solid #000;
}
.links-box-new a:focus span .links-box-new button:focus span {
  text-decoration: underline;
}
.links-1 span {
  background-image: url('../../images/gcn/new2023/links-icon1.png');
}
.links-2 span {
  background-image: url('../../images/gcn/new2023/links-icon2.png');
}
@media (max-width: 1300px) {
  .submit-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .table-wrap.ver-jdh tbody th {
    width: 30%;
  }
}
.blackButton {
  background-color: #000;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  padding: 0 15px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
  box-sizing: border-box;
}
.blackButton:focus {
  text-decoration: underline;
}
/* datepicker 접근성 */
.cal-wrap {
  position: relative;
}
/*포지션때문에 감싼 div*/
.cal-menual {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  bottom: 53px;
  left: 5px;
  z-index: 999;
}
.cal-menual.on {
  height: auto;
  width: auto;
  font-size: 13px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  background-color: #eee;
}
/*datepicker8*/
.datepicker-design {
  box-sizing: border-box;
  height: 38px;
  padding: 3px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-right: 30px;
  position: relative;
  width: 150px;
  background-image: url('../../images/gcn/new2023/cal.png');
  background-repeat: no-repeat;
  background-position: 95% center;
}
.hh-bottom {
  margin-bottom: 40px;
  border: 4px solid #eee;
  padding-left: 180px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../../images/gcn/new2023/yisg.png');
  background-repeat: no-repeat;
  background-position: 30px center;
}
@media (max-width: 768px) {
  .hh-bottom {
    background-image: none;
    padding: 20px;
  }
  .submit-wrap .btns a,
  .submit-wrap .btns button {
    margin-bottom: 5px;
  }
}
/*완료*/
.complete-box.ver2 {
  background-color: #f7f7f7;
  padding-top: 220px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
  background-image: url('../../images/gcn/new2023/complete-icon.png');
  background-position: center 60px;
  background-repeat: no-repeat;
}
.complete-box.ver2 h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
.complete-box.ver2 .c-item1 {
  margin-bottom: 20px;
}
.complete-box.ver2 .c-item2 {
  color: #3b3786;
}

/* 2023.09.18 헤더 상단 마이페이지 추가 */
.header_top .login_wrap ul li{
  position: relative;
}
.header_top .mypage + .mypage_item_box{
  border: 1px solid #d4d4d4;
  padding: 15px 25px;
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 99;
  top: 33px;
  min-width: 100%;
  display: none;
} 
.header_top .login_wrap ul li .mypage::after{
  content: '';
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../img/common/ico_go_arrow.png) no-repeat;
  margin-left: 4px;
  padding-bottom: 6px;
  vertical-align: middle;
}
.header_top .login_wrap ul li .mypage.on::after{
  transform: rotate(180deg);
}
.header_top .login_wrap ul.mypage_list{
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.header_top .login_wrap ul.mypage_list li{
  border: none;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}
.header_top .login_wrap ul.mypage_list li a{
  display: block;
}
.header_top .login_wrap ul.mypage_list li a::before{
  display: none;
}
@media screen and (max-width:768px) {
  .header_top .mypage + .mypage_item_box{
    top: 24px;
  }
}

.sub-page-title{
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0px;
	text-align: center;
	display: none;
}
.sub-page-title	h3{
		font-size: 40px;
		font-weight: bold;
		box-sizing: border-box;
		padding: 20px 0px;
	}
  .sub-page-title	a{
		display: inline-block;
		box-sizing: border-box;
		padding: 10px 30px;
		background-color: #0da0d8;
		color: #fff;
		text-align: center;
		font-size: 16px;
	}
	
	body.subpage #body {
    margin-top: 0;
    padding-top: var(--header_height
);
}

#snavigation > .inner{
    max-width: 1280px;
    padding: 0 20px;
    margin:0 auto;
    width: 100%;
}


body.subpage div#sns {top: 168px; right: calc(calc(100% - 1260px) / 2 + 20px); left:auto;}
@media screen and (max-width:1300px){
	body.subpage div#sns {
	right: 20px;
	}	
}
@media screen and (max-width:1024px){
	body.subpage div#sns {
	top: 104px;
	}	
}
@media screen and (max-width:1024px){
	body.subpage div#sns {
	display:none;
	}	
}