@charset "UTF-8";
@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
}
@keyframes zoom-b {
  0% {
    transform: scale(1, 1) translateZ(1px);
  }
  100% {
    transform: scale(1.2, 1.2) translateZ(1px);
  }
}
br.mo {
  display: none;
}

br.onpc {
  display: none;
}

br.pad {
  display: none;
}

@media (max-width: 999px) {
  br.pc {
    display: none;
  }
  br.pad {
    display: block;
  }
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 600px) {
  br.mo {
    display: block;
  }
  body.modal {
    overflow-y: hidden;
  }
}
@media (min-width: 999px) {
  br.onpc {
    display: block;
  }
}
/* skip navigation */
#skipNavi {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 9999;
}

#skipNavi a {
  display: block;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 1px;
  line-height: 1px;
  background: #000;
  color: #fff;
  text-align: center;
}

#skipNavi a:focus {
  top: 0px;
  height: 30px;
  line-height: 30px;
  z-index: 9999;
}

.tts {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.text_l {
  text-align: left !important;
}

.text_c {
  text-align: center !important;
}

.text_r {
  text-align: right !important;
}

.blue {
  color: #0162b9;
}

.gray {
  color: #555;
}

.grayno {
  color: #777;
}

.green {
  color: #288200;
}

.yellow {
  color: #cf9b17;
}

.orange {
  color: #ff6600;
}

.red {
  color: #fc3b3b;
}

[class^=bg_] {
  color: #fff;
  padding: 4px 20px;
  border-radius: 100px;
  font-size: 15px;
}

.bg_blue {
  background-color: #0162b9 !important;
}

.bg_sky {
  background-color: #2d83ce !important;
}

.bg_gray {
  background-color: #555 !important;
}

.bg_grayno {
  background-color: #777 !important;
}

.bg_green {
  background-color: #288200 !important;
}

.bg_orange {
  background-color: #ff6600 !important;
}

.bg_red {
  background-color: #fc3b3b !important;
}

input, select {
  border: 1px solid #d0d0d0;
  height: 40px;
  width: 100%;
}
input[type=checkbox], input[type=radio], select[type=checkbox], select[type=radio] {
  width: 15px;
  position: relative;
  top: -1px;
  height: auto;
}

table:not(.ui-datepicker-calendar) {
  text-align: center;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table:not(.ui-datepicker-calendar) th, table:not(.ui-datepicker-calendar) td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}
table:not(.ui-datepicker-calendar) th:first-child, table:not(.ui-datepicker-calendar) td:first-child {
  border-left: 0;
}
table:not(.ui-datepicker-calendar) th:last-child, table:not(.ui-datepicker-calendar) td:last-child {
  border-right: 0;
}
table:not(.ui-datepicker-calendar) .bg {
  background-color: #f7f7f7;
}
table:not(.ui-datepicker-calendar) tr + tr {
  border-top: 1px solid #ddd;
}
table:not(.ui-datepicker-calendar) .btn_wrap {
  margin: 0;
  display: inline-block;
}

header {
  min-height: 80px;
  width: 100%;
  color: #fff;
  top: 0;
  position: fixed;
  z-index: 1000;
  padding: 0 100px 0 200px;
  transition: all 0.4s ease-out;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
header.on {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
}
header h1 {
  text-indent: -9999px;
  width: 220px;
  height: 47px;
  background: url(../img/logo.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 16px;
  left: 60px;
}
header nav {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  transition: all 0.4s ease-out;
}
header nav > div {
  width: 16.8%;
  max-width: 180px;
  transition: all 0.4s ease-out;
}
@media (min-width: 999px) {
  header nav > div:hover button {
    color: #3dc1fa;
  }
}
header nav button {
  transition: all 0.4s ease-out;
  font-size: 19px;
  color: #fff;
  height: 80px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
header nav ul {
  display: block;
  transition: all 0.4s ease-out;
  height: 0px;
  overflow: hidden;
}
header nav ul div {
  display: none;
}
header nav.on, header nav.onFix {
  max-width: 1000px;
}
header nav.on div, header nav.onFix div {
  width: 22%;
}
header nav.on div ul, header nav.onFix div ul {
  display: block;
  height: auto;
  padding: 30px 0;
}
header nav.on div ul li a, header nav.onFix div ul li a {
  display: inline-block;
  padding: 5px 0;
  margin: 5px 0;
  border-bottom: 1px solid transparent;
}
@media (min-width: 999px) {
  header nav.on div ul li a:hover, header nav.onFix div ul li a:hover {
    color: #3dc1fa;
    border-bottom: 1px solid #3dc1fa;
    font-weight: 500;
  }
}
header nav .dept3 {
  display: none;
}
header .bar {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
  position: absolute;
  width: 0;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-out;
}
header .menu {
  width: 30px;
  height: 30px;
  background: url(../img/tem6_icon_7.svg) center no-repeat;
  position: absolute;
  top: 25px;
  right: 30px;
}
@media (min-width: 999px) {
  header nav.on + .bar, header nav.onFix + .bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    height: 3px;
    width: 100%;
  }
  header nav.on + .bar span, header nav.onFix + .bar span {
    background: #3dc1fa;
    height: 3px;
    width: 1px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out;
  }
}
@media (max-width: 999px) {
  header h1 {
    width: 200px;
    height: 42px;
    top: 20px;
    left: 20px;
  }
  header nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    height: calc(100vh - 80px);
    max-width: 100%;
    color: #555;
  }
  header nav button {
    color: #000;
  }
  header nav.onFix {
    display: flex;
    justify-content: space-around;
  }
  header nav.onFix > div {
    width: 20%;
    max-width: none;
  }
  header nav.onFix ul {
    border-top: 3px solid #555;
  }
}
@media (max-width: 600px) {
  header {
    min-height: 50px;
    padding: 0 100px 0 200px;
  }
  header h1 {
    width: 150px;
    height: 42px;
    top: 10px;
    left: 20px;
  }
  header .menu {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 20px;
    background-size: 30px;
  }
  header nav {
    top: 50px;
    height: calc(100vh - 50px);
    border-top: 1px solid #ddd;
  }
  header nav.onFix {
    display: block;
    overflow-y: scroll;
  }
  header nav.onFix > div {
    width: 100%;
    position: relative;
    padding-left: 140px;
  }
  header nav.onFix > div > button {
    width: 140px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: auto;
    border-bottom: 2px solid #0073c3;
    color: #333;
    height: 48px;
  }
  header nav.onFix > div ul {
    border-top: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }
  header nav.onFix > div ul li {
    text-align: left;
    border-bottom: 1px dotted #ddd;
  }
  header nav.onFix > div ul li a {
    padding: 10px;
  }
}

main {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 80px;
}
main .visual_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
  overflow: hidden;
}
main .visual_img .bx-wrapper {
  height: 100% !important;
}
main .visual_img .bx-viewport {
  height: 100% !important;
}
main .visual_img .v_img_wrap {
  width: 100%;
  height: 100%;
}
main .visual_img .v_img_wrap div {
  width: 100dvw;
  height: 100dvh;
  position: relative;
}
main .visual_img .v_img_wrap div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/tem6_main_bg.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  animation: zoom-b 10s linear infinite alternate;
}
main .visual_img .v_img_wrap .v_img_02::before {
  background-image: url(../img/tem6_main_bg2.jpg);
}
main .visual_img .v_img_wrap .v_img_03::before {
  background-image: url(../img/tem6_main_bg3.jpg);
}
main h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #313131;
  margin-bottom: 10px;
}
main .visual {
  color: #FFFFFF;
  padding-top: 280px;
}
main .visual .text {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  line-height: 1.3;
  font-family: "GmarketSans";
  letter-spacing: -0.03em;
}
main .visual .text .tit.tit_3 {
  font-size: 52px;
  margin-top: 10px;
}
main .visual .text .tit span {
  display: inline-block; /* 위치 이동을 위해 필요 */
  opacity: 0; /* 시작은 투명하게 */
  transform: translateX(20px); /* 오른쪽에서 시작 */
  filter: blur(5px); /* (선택) 살짝 흐릿하게 시작하면 더 고급스러움 */
  transition: all 0.5s;
}
main .visual .tel {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 25px;
}
main .visual .tel strong {
  color: #FFEF62;
  font-family: "GmarketSans";
  font-size: 40px;
  display: block;
  margin-top: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
main .visual.active .tit span {
  animation: textLoop 30s infinite;
}
@keyframes textLoop {
  0% {
    opacity: 0;
    transform: translateX(10px);
    filter: blur(0);
  }
  /* 나타나는 구간 (약 0.5초 동안) */
  2%, 80% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
  /* 사라지는 구간 (전체 30초 중 마지막 부분에 투명해짐) */
  85%, 100% {
    opacity: 0;
    transform: translateX(-10px);
    filter: blur(0);
  }
}
main .con {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
main .con > div {
  overflow: hidden;
  width: 100%;
  max-width: 460px;
}
main .con .time {
  background: #1D96D3;
  height: 188px;
  padding: 15px 30px;
  color: #fff;
  position: relative;
}
main .con .time h2 {
  color: #fff;
}
main .con .time ul {
  display: flex;
  justify-content: space-between;
}
main .con .time ul li {
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}
main .con .time ul li span {
  display: block;
}
main .con .time ul li::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/tem6_icon_1.svg) no-repeat;
  background-size: 100%;
  margin: 10px auto 20px;
}
main .con .time ul li.bab::before {
  background-image: url(../img/tem6_icon_2.svg);
}
main .con .time p {
  position: absolute;
  right: 20px;
  top: 20px;
}
main .con .map {
  height: 188px;
  position: relative;
  padding-left: 40px;
  background: #fff;
}
main .con .map .info {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 50%;
  padding: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}
main .con .doc {
  background: url(../img/tem6_main_img1.png) right bottom no-repeat #fff;
  height: 282px;
  padding: 30px;
}
main .con .doc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-top: 6px;
}
main .con .doc p.name {
  font-weight: 600;
}
main .con .doc p.name strong {
  color: #305CB1;
  font-size: 30px;
  line-height: 36px;
  vertical-align: bottom;
}
main .con .doc p.dept {
  font-weight: 700;
}
main .con .doc p.text {
  font-size: 14px;
  line-height: 22px;
}
main .con .doc button {
  background: #305CB1;
  border-radius: 30px;
  padding: 0px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  height: 30px;
  margin-top: 20px;
}
main .con .doc button::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  mask: url(../img/com/icon_com_8.svg) no-repeat;
  mask-size: 100%;
  background: #fff;
}
main .con .popup {
  position: relative;
}
main .con .popup img {
  display: block;
}
main .con .popup .bx-controls {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0px;
  right: 0;
  padding: 10px 43px;
  width: auto;
  text-align: center;
  color: #fff;
}
main .con .popup .bx-controls > div {
  display: inline-block;
}
main .con .popup .bx-controls .bx-pager {
  font-size: 18px;
  vertical-align: top;
}
main .con .popup .bx-controls .bx-prev {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotateZ(180deg);
}
main .con .popup .bx-controls .bx-next {
  position: absolute;
  right: 0;
  top: 0;
}
main .con .popup .bx-controls .bx-controls-auto {
  position: absolute;
  left: 230px;
}
main .con .popup .bx-controls .bx-controls-direction a {
  width: 38px;
  height: 38px;
  background: url(../img/com/icon_arr_1.svg) center center no-repeat;
  background-size: 25px;
}
main .con .menu {
  grid-column: 1/3;
  grid-row: 3/4;
  display: flex;
  gap: 15px;
  max-width: none;
}
main .con .menu button {
  background: rgba(255, 255, 255, 0.8);
  height: 146px;
  width: calc((100% - 45px) / 4);
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  color: #333333;
  text-align: center;
}
main .con .menu button::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/tem6_icon_3.svg) center no-repeat;
  margin: 0 auto 15px;
}
main .con .menu button.icon2::before {
  background-image: url(../img/tem6_icon_4.svg);
}
main .con .menu button.icon3::before {
  background-image: url(../img/tem6_icon_5.svg);
}
main .con .menu button.icon4::before {
  background-image: url(../img/tem6_icon_6.svg);
}
main .con footer {
  grid-column: 1/3;
  border-top: 0;
  padding: 0;
}
main .con footer .up_btn {
  display: none;
}
@media (max-width: 999px) {
  main {
    display: block;
    padding: 100px 30px 0;
  }
  main .visual {
    padding: 50px 0 30px;
  }
  main .con .popup img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  main .con .popup .bx-controls {
    width: 100%;
  }
}
@media (max-width: 600px) {
  main {
    padding: 0;
    height: auto;
  }
  main .visual_img {
    position: relative;
    height: 500px;
  }
  main .visual_img .v_img_wrap div {
    height: 100%;
  }
  main .visual_img .v_img_wrap div::before {
    background-position: center top;
  }
  main .visual {
    position: absolute;
    left: 0;
    top: 200px;
    padding: 30px;
  }
  main .visual .tit {
    font-size: 30px;
    line-height: 35px;
  }
  main .visual .tit.tit_3 {
    font-size: 38px !important;
  }
  main .visual .tel {
    font-size: 18px;
    line-height: 22px;
    margin-top: 13px;
  }
  main .visual .tel strong {
    font-size: 30px;
    line-height: 28px;
    margin-top: 13px;
  }
  main .con {
    display: block;
  }
  main .con > div {
    max-width: none;
  }
  main .con .popup .bx-controls {
    width: auto;
  }
  main .con .menu {
    gap: 10px;
    padding: 20px;
    background: #D9D9D9;
    flex-wrap: wrap;
  }
  main .con .menu button {
    width: calc((100% - 10px) / 2);
  }
  main .con footer {
    padding: 30px 20px;
  }
  main .con footer p {
    margin-top: 10px;
  }
}

footer {
  width: 100%;
  text-align: left;
  padding: 30px 0;
  z-index: 20;
  position: relative;
  border-top: 1px solid #CCCCCC;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
}
footer > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
footer > div .text {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #333333;
}
footer > div .up_btn {
  position: absolute;
  right: 0;
  top: -120px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(5, 32, 53, 0.2);
  padding: 0;
}
footer > div .up_btn .material-icons {
  font-size: 30px;
  color: #fff;
}
footer > div .up_btn:hover {
  background: rgba(5, 32, 53, 0.4);
}
@media (max-width: 600px) {
  footer {
    text-align: center;
  }
}

.location {
  height: 320px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.location .bg {
  z-index: 0;
  width: 100%;
  height: 320px;
  position: absolute;
}
.location .bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 320px;
  top: 0;
  left: 0;
  animation: zoom-b 10s linear infinite alternate;
  background: url(../img/location_bg.jpg) center center;
  background-size: cover;
}
.location .h2_wrap {
  position: relative;
  top: calc(50% - 35px);
  z-index: 9;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.location .h2_wrap p {
  color: #fff;
  padding-top: 15px;
}
.location .h2_wrap p span {
  font-weight: 800;
}
.location h2 {
  color: #fff;
  font-family: "SBAggroL", "Pretendard", "Noto Sans KR", "Dotum", sans-serif, sans-serif;
  font-size: 40px;
}
.location .tap_list {
  width: 100%;
  margin: 0 auto;
  background: #1D96D3;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.location .tap_list button, .location .tap_list a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  min-height: 65px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location .tap_list button span, .location .tap_list a span {
  padding: 10px 30px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
}
.location .tap_list button.on span, .location .tap_list button.active span, .location .tap_list a.on span, .location .tap_list a.active span {
  color: #0E4DAB;
  background: #fff;
  font-weight: 800;
}
.location .tap_list button:hover, .location .tap_list a:hover {
  color: #fff7ac;
}
@media (max-width: 1299px) {
  .location .tap_list {
    justify-content: space-around;
    justify-content: space-around;
  }
  .location .tap_list button, .location .tap_list a {
    padding: 0px;
    font-size: 18px;
  }
  .location .tap_list button span, .location .tap_list a span {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .location {
    height: auto;
  }
  .location .h2_wrap p {
    display: none;
  }
  .location .bg::after {
    height: 180px;
  }
  .location h2 {
    font-size: 30px;
    padding-top: 100px;
    top: 0;
  }
  .location .tap_list {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: auto;
    top: 0px;
    margin-top: 50px;
    height: auto;
    background: #fff;
  }
  .location .tap_list button, .location .tap_list a {
    width: 50%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    background: #1D96D3;
  }
  .location .tap_list button:nth-child(2n+2), .location .tap_list a:nth-child(2n+2) {
    border-left: 1px solid #fff;
  }
  .location .tap_list button span, .location .tap_list a span {
    width: 100%;
  }
  .location .tap_list button.on span, .location .tap_list button.active span, .location .tap_list a.on span, .location .tap_list a.active span {
    border-bottom: 2px #0082CD solid;
  }
}

#layer_pop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
#layer_pop.on {
  display: block;
}
#layer_pop > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#layer_pop > div .carousel-cell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#layer_pop > div .carousel-cell img {
  display: block;
  max-height: 90vh;
  max-width: 90vw;
}
#layer_pop > div .carousel.is-fullscreen .carousel-cell {
  height: 100%;
}
#layer_pop > div .flickity-page-dots {
  position: relative;
  top: 15px;
  margin-bottom: -20px;
}
#layer_pop > div .flickity-page-dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  text-indent: -9999px;
}
#layer_pop > div .flickity-page-dots .dot.is-selected {
  background: #fff;
}
#layer_pop > div .info {
  padding: 15px 20px;
  color: #fff;
  max-width: 660px;
  margin: 0 auto;
}
#layer_pop > div .info input {
  vertical-align: middle;
}
#layer_pop > div .info button {
  background-color: #555;
  padding: 3px 15px;
  border-radius: 3px;
  vertical-align: top;
  float: right;
  position: relative;
  top: -5px;
}
@media (max-width: 600px) {
  #layer_pop > div {
    width: 100%;
    padding: 20px;
  }
  #layer_pop > div .slide img {
    width: 100%;
  }
  #layer_pop > div .flickity-page-dots {
    top: 10px;
    margin-bottom: 0px;
  }
}

.h3_tit {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.h3_tit h3 {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: #222;
  margin: 60px 0 60px;
  font-family: "GmarketSans";
}
.h3_tit button {
  position: absolute;
  top: -10px;
  transform: scale(0.8);
  display: none;
}
.h3_tit button:not([data-url=""]) {
  display: block;
}
.h3_tit button.arrow-prev {
  left: 0px;
}
.h3_tit button.arrow-next {
  right: 40px;
}
@media (max-width: 999px) {
  .h3_tit h3 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .h3_tit h3 {
    font-size: 30px;
    margin: 40px 0;
  }
  .h3_tit button {
    position: absolute;
    top: -6px;
    transform: scale(0.6);
  }
}

.content {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto 120px;
  min-height: 500px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.content h4 {
  font-weight: 800;
  font-size: 30px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #305CB1;
  text-align: center;
  display: table;
  margin: 0 auto 30px;
}
@media (max-width: 999px) {
  .content {
    font-size: 17px;
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .content {
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
  }
  .content h4 {
    font-size: 22px;
  }
}
.content * + h4 {
  margin-top: 60px;
}
.content .mb10 {
  margin-bottom: 10px;
}
.content .mb20 {
  margin-bottom: 20px;
}
.content .mb30 {
  margin-bottom: 20px;
}
.content .mb40 {
  margin-bottom: 40px;
}
.content .pb10 {
  padding-bottom: 10px;
}
.content .pb20 {
  padding-bottom: 20px;
}
.content .pb30 {
  padding-bottom: 20px;
}
.content .pb40 {
  padding-bottom: 40px;
}
.content .mt10 {
  margin-top: 10px;
}
.content .mt20 {
  margin-top: 20px;
}
.content .mt30 {
  margin-top: 20px;
}
.content .mt40 {
  margin-top: 40px;
}
.content .pt10 {
  padding-top: 10px;
}
.content .pt20 {
  padding-top: 20px;
}
.content .pt30 {
  padding-top: 20px;
}
.content .pt40 {
  padding-top: 40px;
}
.content img {
  max-width: 100%;
}

.btn_wrap {
  margin-top: 30px;
}
.btn_wrap button {
  padding: 0 20px;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  height: 40px;
}
.btn_wrap button[class^=ic_]::before {
  content: "";
  width: 14px;
  height: 14px;
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  background-position: center;
  position: relative;
  top: -1px;
}
.btn_wrap button.ic_prve::before {
  background-image: url("../img/com_icon_07.svg");
  width: 7px;
}
.btn_wrap button.ic_next::before {
  display: none;
}
.btn_wrap button.ic_next::after {
  background-image: url("../img/com_icon_07.svg");
  width: 7px;
  transform: rotateZ(180deg);
  content: "";
  height: 14px;
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  top: -2px;
  position: relative;
}
.btn_wrap button.ic_list {
  background-color: #0266B2 !important;
  float: right;
  border: 0;
  color: #fff;
}
.btn_wrap button.ic_list::before {
  background-image: url("../img/com_icon_01.svg");
}
.btn_wrap button.ic_edit {
  background: #777;
  color: #fff;
  float: right;
  margin-right: 10px;
}
.btn_wrap button.ic_edit::before {
  background-image: url("../img/com_icon_write.svg");
}
.btn_wrap.center {
  margin: 11px auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.btn_wrap.center button {
  height: auto;
  background: #777;
  color: #fff;
  border: 0;
  font-size: 18px;
  padding: 10px 20px;
}
.btn_wrap.center button[type=submit] {
  background: #0260A7;
}

[class^=list_type] li {
  padding-left: 15px;
  position: relative;
  text-align: left;
}
[class^=list_type].list_type1 li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #888;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 600px) {
  [class^=list_type].list_type1 li::before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
}
[class^=list_type].list_type2 li::before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
@media (max-width: 600px) {
  [class^=list_type].list_type2 li + li {
    margin-top: 5px;
  }
}

[class^=dl_type] {
  display: grid;
  grid-template-columns: 180px 1fr;
  row-gap: 43px;
}
[class^=dl_type] dt {
  background: #ECECEC;
  font-weight: 800;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
}
[class^=dl_type] dd {
  border: 1px solid #D7D7D7;
  border-left: 0;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
}
[class^=dl_type] [class^=icon_]::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 20px;
}
[class^=dl_type] [class^=icon_].icon_map1::after {
  background-image: url(../img/map_icon_2.svg);
}
[class^=dl_type] [class^=icon_].icon_map2::after {
  background-image: url(../img/map_icon_4.svg);
}
[class^=dl_type] [class^=icon_].icon_map3::after {
  background-image: url(../img/map_icon_3.svg);
}
[class^=dl_type] [class^=icon_].icon_dl_1::after {
  background-image: url(../img/dl_icon_1.svg);
}
[class^=dl_type] [class^=icon_].icon_dl_2::after {
  background-image: url(../img/dl_icon_2.svg);
}
[class^=dl_type].dl_type2 {
  grid-template-columns: 180px 1fr 180px 1fr;
  column-gap: 20px;
}
[class^=dl_type].dl_type2 dt {
  margin-right: -20px;
}
@media (max-width: 999px) {
  [class^=dl_type].dl_type2 {
    grid-template-columns: 180px 1fr;
    column-gap: 10px;
  }
}
[class^=dl_type].dl_type3 {
  row-gap: 20px;
  grid-template-columns: 0.3fr 1fr;
}
[class^=dl_type].dl_type4 {
  row-gap: 10px;
  grid-template-columns: 60px 1fr;
}
[class^=dl_type].dl_type4 dt {
  padding: 15px;
  color: #555;
}
[class^=dl_type].dl_type4 dd {
  padding: 15px;
}
@media (max-width: 600px) {
  [class^=dl_type] {
    grid-template-columns: 1fr !important;
  }
  [class^=dl_type] dt {
    margin-bottom: -43px !important;
    padding: 20px !important;
  }
  [class^=dl_type] dd {
    border: 1px solid #D7D7D7 !important;
    border-top: 0 !important;
    padding: 20px !important;
    line-height: 1.6;
  }
  [class^=dl_type].dl_type2 dt {
    margin-right: 0px !important;
  }
  [class^=dl_type].dl_type3 dt {
    margin-bottom: -20px !important;
  }
}

[class^=box_type] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
[class^=box_type] dl {
  border: 1px solid #D7D7D7;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
[class^=box_type] dl dt {
  background: #3F62BE;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 15px;
}
[class^=box_type] dl dt span {
  font-size: 16px;
}
[class^=box_type] dl dd {
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 58px);
}
[class^=box_type] dl:nth-child(5n+2) dt {
  background: #367DBE;
}
[class^=box_type] dl:nth-child(5n+3) dt {
  background: #2491BF;
}
[class^=box_type] dl:nth-child(5n+4) dt {
  background: #1D96D3;
}
[class^=box_type] dl:nth-child(5n+5) dt {
  background: #0EA0A9;
}
[class^=box_type].box_type2 {
  grid-template-columns: 1fr 1fr;
}
[class^=box_type].box_type3 {
  grid-template-columns: 1fr 1fr 1fr;
}
[class^=box_type].box_type4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
[class^=box_type].box_type5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
[class^=box_type].box_type6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
[class^=box_type].icon dd {
  height: auto;
}
[class^=box_type] [class^=icon_]::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto 15px;
}
[class^=box_type] [class^=icon_].icon_can_1::before {
  background-image: url(../img/icon_can_1.svg);
}
[class^=box_type] [class^=icon_].icon_can_2::before {
  background-image: url(../img/icon_can_2.svg);
}
[class^=box_type] [class^=icon_].icon_can_3::before {
  background-image: url(../img/icon_can_3.svg);
}
[class^=box_type] [class^=icon_].icon_can_4::before {
  background-image: url(../img/icon_can_4.svg);
}
[class^=box_type] [class^=icon_].icon_can_5::before {
  background-image: url(../img/icon_can_5.svg);
}
@media (max-width: 999px) {
  [class^=box_type] {
    grid-template-columns: 1fr 1fr !important;
  }
  [class^=box_type].box_type2 {
    grid-template-columns: 1fr !important;
  }
  [class^=box_type].box_type6 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (max-width: 600px) {
  [class^=box_type] {
    grid-template-columns: 1fr !important;
  }
  [class^=box_type].box_type2, [class^=box_type].box_type6 {
    grid-template-columns: 1fr !important;
  }
  [class^=box_type] dl dt {
    font-size: 18px;
  }
  [class^=box_type] dl dd {
    font-size: 16px;
    padding: 15px 10px;
    height: auto;
  }
}
[class^=box_type] + [class^=con_type] {
  margin-top: 60px;
}
[class^=box_type] + [class^=list_type] {
  margin-top: 30px;
}

.qna_list {
  border-top: 1px solid #ddd;
}
.qna_list dl {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
.qna_list dl dt {
  color: #6fa700;
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 15px;
}
.qna_list dl dt::before {
  content: "Q";
  margin-right: 10px;
  background: #6fa700;
  color: #fff;
  padding: 3px 10px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 600px) {
  .qna_list dl {
    padding: 20px 0;
  }
  .qna_list dl dt {
    font-size: 18px;
  }
}

.noti_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 150px;
  line-height: 1;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0px;
}
.noti_wrap a {
  display: block;
  border: 1px solid #ddd;
  padding: 20px 25px;
  position: relative;
}
.noti_wrap a p.tit {
  color: #222;
  font-weight: 700;
  line-height: 1.4;
}
.noti_wrap a p.data {
  font-size: 15px;
  margin-top: 10px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.noti_wrap a.new::before {
  content: "N";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #ff7e33;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  border-radius: 0 0 0 3px;
  font-weight: bold;
}
@media (min-width: 999px) {
  .noti_wrap a:hover {
    border-color: #aaa;
    background: #f7f7f7;
  }
}
@media (max-width: 999px) {
  .noti_wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .noti_wrap {
    grid-template-columns: 1fr;
  }
}

.view_wrap .view {
  border-top: 2px solid #555;
  border-bottom: 1px solid #555;
}
.view_wrap .view > p {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.view_wrap .view > p.tit {
  color: #222;
  font-weight: 700;
  line-height: 1.4;
}
.view_wrap .view > p.data {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.view_wrap .view .con {
  min-height: 400px;
  padding: 30px 15px;
  line-height: 1.6;
}

.search_wrap {
  width: 100%;
  max-width: 600px;
  display: grid;
  grid-template-columns: 0.7fr 1.8fr 0.5fr;
  margin: 50px auto;
  gap: 5px;
}
.search_wrap button {
  background: #666;
  color: #fff;
}
.search_wrap button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  mask: url(../img/com/icon_com_8.svg) no-repeat;
  mask-size: 100%;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 600px) {
  .search_wrap {
    grid-template-columns: 0.8fr 1.5fr 0.7fr;
  }
}

.page_wrap {
  text-align: center;
  margin-top: 50px;
}
.page_wrap button {
  width: 40px;
  height: 40px;
}
.page_wrap .btn {
  border-radius: 50%;
  background: #888;
  padding: 0;
  position: relative;
}
.page_wrap .btn:hover {
  background: #666;
}
.page_wrap .btn::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/com/icon_arr_1.svg) center center no-repeat;
  background-size: 26px;
  position: relative;
  left: 2px;
}
.page_wrap .btn.allprve::before, .page_wrap .btn.allnext::before {
  left: 5px;
}
.page_wrap .btn.allprve::after, .page_wrap .btn.allnext::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/com/icon_arr_1.svg) center center no-repeat;
  background-size: 26px;
  position: absolute;
  left: -3px;
  top: 0;
}
.page_wrap .btn.allprve {
  transform: rotateZ(180deg);
}
.page_wrap .btn.prve {
  transform: rotateZ(180deg);
  margin-right: 10px;
}
.page_wrap .btn.next {
  margin-left: 10px;
}
.page_wrap .num {
  border-radius: 50%;
  background: #f7f7f7;
}
@media (min-width: 999px) {
  .page_wrap .num:hover {
    background: #eee;
  }
}
.page_wrap .num.on {
  color: #fff;
  background: #0073c3;
}
@media (max-width: 600px) {
  .page_wrap button {
    width: 30px;
    height: 30px;
  }
  .page_wrap .btn::before {
    width: 30px;
    height: 30px;
    background-size: 20px;
    left: 1px;
  }
  .page_wrap .btn.allprve::before, .page_wrap .btn.allnext::before {
    left: 3px;
  }
  .page_wrap .btn.allprve::after, .page_wrap .btn.allnext::after {
    width: 30px;
    height: 30px;
    background-size: 20px;
    left: -2px;
    top: 0;
  }
}

.greeting {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
}
.greeting > div {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.greeting > div .tt1 {
  color: #0E4DAB;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}
.greeting > div .tt1 span {
  color: #1D96D3;
}
.greeting > div .tt3 {
  color: #222;
  font-weight: 800;
}
@media (max-width: 1299px) {
  .greeting {
    grid-template-columns: 1fr 1fr;
  }
  .greeting > div .tt1 {
    font-size: 26px;
  }
}
@media (max-width: 999px) {
  .greeting {
    grid-template-columns: 1fr;
  }
}

.doctor_wrap > div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}
.doctor_wrap > div > img {
  width: 100%;
  max-width: 400px;
  display: block;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
}
.doctor_wrap > div > div {
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.doctor_wrap > div > div p {
  font-weight: 700;
}
.doctor_wrap > div > div p.top {
  font-size: 20px;
  color: #1391D0;
  margin-bottom: 9px;
}
.doctor_wrap > div > div p.name {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}
.doctor_wrap > div > div p.name strong {
  font-size: 40px;
  line-height: 48px;
}
.doctor_wrap > div > div p.info {
  background: #0082CD;
  font-size: 16px;
  display: inline-block;
  border-radius: 30px;
  padding: 3px 20px;
  color: #fff;
  margin-bottom: 15px;
}
.doctor_wrap > div > div ul li {
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
  font-size: 16px;
  padding-bottom: 5px;
}
.doctor_wrap > div > div .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  border-top: 1px dotted #ddd;
  padding-top: 30px;
}
@media (max-width: 999px) {
  .doctor_wrap > div > div p.top {
    font-size: 18px;
  }
  .doctor_wrap > div > div p.name {
    font-size: 16px;
  }
  .doctor_wrap > div > div p.name strong {
    font-size: 30px;
  }
  .doctor_wrap > div > div .list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .doctor_wrap > div {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .doctor_wrap > div img {
    order: 2;
    margin: 0 auto;
    width: 80%;
  }
  .doctor_wrap > div > div {
    display: contents;
  }
  .doctor_wrap > div > div .doctor_tt {
    order: 1;
    text-align: center;
  }
  .doctor_wrap > div > div .list {
    order: 3;
  }
  .doctor_wrap > div > div ul li {
    font-size: 15px;
  }
}

.res_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  text-align: center;
  gap: 10px;
}
.res_top .tt1 {
  font-family: "GmarketSans";
  color: #0073c3;
  font-size: 26px;
}
.res_top .tt2 {
  color: #aaa;
  padding-bottom: 20px;
}
.res_top ul {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  width: 100%;
}
.res_top ul li {
  background: linear-gradient(180deg, #e7f5fe 50%, #fff 100%);
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #333;
  font-weight: 600;
  align-items: center;
  line-height: 1.3;
  border-radius: 50%;
  aspect-ratio: 1/1;
  justify-content: center;
}
.res_top ul li::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../img/ic_img01.svg");
  background-repeat: no-repeat;
  display: block;
}
.res_top ul li:nth-child(2)::before {
  background-image: url("../img/ic_img02.svg");
}
.res_top ul li:nth-child(3)::before {
  background-image: url("../img/ic_img03.svg");
}
.res_top ul li:nth-child(4)::before {
  background-image: url("../img/ic_img04.svg");
}
.res_top ul li:nth-child(5)::before {
  background-image: url("../img/ic_img05.svg");
}
@media (max-width: 999px) {
  .res_top ul {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .res_top ul li {
    max-width: 150px;
  }
}
@media (max-width: 600px) {
  .res_top ul li {
    max-width: 45%;
    justify-content: center;
    gap: 5px;
  }
}

.res_info {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  background: #ECECEC;
}
.res_info .img {
  order: 2;
}
.res_info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.res_info .text {
  padding: 25px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  order: 1;
}
.res_info .text > div {
  padding-left: 44px;
}
.res_info .text > div + div {
  border-top: 1px solid #CCCCCC;
  padding-top: 25px;
}
.res_info .text .tit {
  font-weight: 700;
  color: #333;
  font-size: 23px;
  line-height: 60px;
  position: relative;
}
.res_info .text .tel {
  font-weight: 800;
  font-size: 36px;
  line-height: 60px;
  color: #0082CD;
  margin-bottom: 25px;
  margin-top: -10px;
}
.res_info .text .list_type1 {
  margin-bottom: 15px;
}
.res_info .text .list_type1 li {
  font-weight: 700;
}
.res_info .text .list_type1 li span {
  display: inline-block;
  text-align: justify;
  width: 65px;
  margin-right: 5px;
}
.res_info [class^=icon_]::before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 17px;
  width: 25px;
  height: 25px;
  background: url(../img/res_info_icon_1.svg) no-repeat;
}
.res_info [class^=icon_].icon_time::before {
  background-image: url(../img/res_info_icon_2.svg);
}
@media (max-width: 999px) {
  .res_info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .res_info .img {
    order: 1;
  }
  .res_info .text {
    padding: 20px;
    line-height: 24px;
    order: 2;
  }
  .res_info .text > div + div {
    padding-top: 10px;
  }
  .res_info .text .tit {
    font-size: 20px;
  }
  .res_info .text .tel {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: -20px;
  }
  .res_info .text ul li {
    font-size: 16px;
  }
}

.map_wrap {
  position: relative;
  width: 100%;
}
.map_wrap .roughmap-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
  cursor: pointer;
}
.map_wrap .map-guide {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  z-index: 11;
  pointer-events: none;
}
.map_wrap #daumRoughmapContainer1759307831596 {
  width: 100vw !important;
  position: relative;
  left: calc(50% - 50vw);
  height: 400px !important;
}
.map_wrap .info {
  background: #0082CD;
  padding: 25px 0px;
  top: -33px;
  text-align: center;
  position: relative;
  z-index: 10;
  font-weight: 700;
  color: #FFFFFF;
  padding: 25px 0;
}
.map_wrap .info::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/map_icon_1.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
.map_wrap .dl_type1 {
  margin-top: 28px;
}
.map_wrap .dl_type1 dd.bus_info {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  row-gap: 10px;
}
.map_wrap .dl_type1 dd.bus_info p {
  display: inline-block;
  width: 100%;
}
.map_wrap .dl_type1 dd.bus_info p span {
  background: #16A2C0;
  border-radius: 30px;
  padding: 3px 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.map_wrap .dl_type1 dd.bus_info p span.b {
  background: #0082CD;
}
.map_wrap .dl_type1 dd.bus_info p span.g {
  background: #109364;
}
.map_wrap .dl_type1 dd.bus_info p span.r {
  background: #DA3434;
}
.map_wrap .dl_type1 dd.subway span {
  background-color: #109364;
  color: #fff;
  padding: 3px 10px;
  border-radius: 30px;
  line-height: 100%;
  display: inline;
  margin-right: 5px;
}
@media (max-width: 999px) {
  .map_wrap .dl_type1 {
    margin-top: 28px;
  }
  .map_wrap .dl_type1 dd.bus_info p {
    width: 100%;
  }
  .map_wrap .dl_type1 dd.bus_info p span {
    margin: 10px 0;
  }
}
@media (max-width: 600px) {
  .map_wrap .info {
    padding-left: 60PX;
    line-height: 1.4;
    text-align: left;
  }
  .map_wrap .info::before {
    position: absolute;
    left: 20px;
    top: calc(50% - 15px);
  }
  .map_wrap .dl_type1 dd.bus_info p span {
    display: block;
    text-align: center;
  }
}

.hos_view {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.hos_view .slider-for img {
  display: block;
}
.hos_view .slider-nav {
  position: relative;
  margin-top: 20px;
}
.hos_view .slider-nav .slick-track > img.slick-slide:not(.slick-center) {
  filter: grayscale(100%);
  opacity: 0.6;
}
.hos_view .slider-nav .slick-track > img.slick-slide.slick-current{
outline: 2px solid #0E4DAB;
outline-offset: -2px;
}
.hos_view .slider-nav .slick-track img {
  display: block;
  margin: 0 5px;
  cursor: pointer;
}

.hos_view .slider-nav .slick-arrow {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -400px;
  z-index: 10;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}
.hos_view .slider-nav .slick-arrow::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  mask: url(../img/com/icon_arr_1.svg) center no-repeat;
  mask-size: 100%;
  background: #aaa;
  margin: 0 auto;
}
.hos_view .slider-nav .slick-arrow.slick-prev {
  left: 15px;
}
.hos_view .slider-nav .slick-arrow.slick-prev::before {
  transform: rotateZ(180deg);
}
.hos_view .slider-nav .slick-arrow.slick-next {
  right: 15px;
}
@media (max-width: 999px) {
  .hos_view .slider-nav .slick-arrow {
    top: -300px;
  }
}
@media (max-width: 600px) {
  .hos_view .slider-nav .slick-arrow {
    top: -150px;
  }
}

.mec_wrap > li {
  margin-top: 80px;
  display: grid;
  background: #fff;
  border: 1px solid #ddd;
}
.mec_wrap > li .img {
  max-width: 550px;
}
.mec_wrap > li .img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mec_wrap > li > div:not(.img) {
  padding: 50px;
  line-height: 1.6;
  font-size: 18px;
  color: #333;
}
.mec_wrap > li > div:not(.img) .tit {
  font-family: "GmarketSans";
  color: #1F65B1;
  font-size: 42px;
  margin-bottom: 0px;
}
.mec_wrap > li > div:not(.img) .tit::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #333;
  margin: 20px 0 30px;
}
.mec_wrap > li > div:not(.img) .en {
  font-size: 22px;
  color: #A3C307;
  font-weight: 700;
  margin-bottom: 10px;
}
.mec_wrap > li > div:not(.img) ul li {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.mec_wrap > li > div:not(.img) ul li span {
  min-width: 26px;
  height: 26px;
  padding: 0px 10px;
  background: #8ca701;
  color: #fff;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
.mec_wrap > li > div:not(.img) ul.p9 li span {
  width: 60px;
}
.mec_wrap > li:nth-child(2n+2) {
  grid-template-columns: 9fr 6fr;
}
.mec_wrap > li:nth-child(2n+2) .img {
  order: 2;
}
.mec_wrap > li:nth-child(2n+2) > div {
  order: 1;
  border-right: 0;
}
.mec_wrap > li:nth-child(2n+1) {
  grid-template-columns: 6fr 9fr;
}
.mec_wrap > li:nth-child(2n+1) .img {
  order: 1;
}
.mec_wrap > li:nth-child(2n+1) > div {
  order: 2;
  border-left: 0;
}
@media (max-width: 999px) {
  .mec_wrap {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }
  .mec_wrap > li {
    grid-template-columns: 1fr !important;
    position: relative;
    margin-top: 40px;
  }
  .mec_wrap > li .img {
    order: 1 !important;
    overflow: hidden;
  }
  .mec_wrap > li > div:not(.img) {
    order: 2;
    padding: 20px;
    font-size: 16px;
  }
  .mec_wrap > li > div:not(.img) .tit {
    font-size: 22px;
  }
  .mec_wrap > li > div:not(.img) .en {
    font-size: 18px;
  }
}

.digestive_info {
  text-align: center;
  background: linear-gradient(90deg, #25afff 0%, #0082CD 60%);
  color: #fff;
  padding: 20px 10px 15px;
  font-family: "GmarketSansMedium";
  font-size: 20px;
  line-height: 1.4;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 999px) {
  .digestive_info {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .digestive_info {
    font-size: 14px;
  }
}

.con_style1 {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 70px;
}
.con_style1 h4 {
  color: #333;
}
.con_style1 h4::before {
  display: none;
}
.con_style1 .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.con_style1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con_style1 .text {
  width: 90%;
  max-width: 1100px;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px 60px;
  margin: -160px auto 0;
}
.con_style1 .text p {
  padding: 0 20px;
}
.con_style1 .text p + p {
  margin-top: 20px;
}
.con_style1.no_line {
  border-bottom: 0;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .con_style1 .img {
    height: 300px;
  }
  .con_style1 .text {
    margin: -120px auto 0;
  }
}

[class^=scroll_] {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
[class^=scroll_] table {
  min-width: 1200px;
}
[class^=scroll_].scroll_m table {
  min-width: 800px;
}
[class^=scroll_].scroll_s table {
  min-width: 600px;
}
@media (max-width: 600px) {
  [class^=scroll_] table {
    margin-top: 0;
  }
  [class^=scroll_]::before {
    content: "← 좌우로 움직이면 자세한 내용을 보실 수 있습니다. →";
    width: 100%;
    display: block;
    background: #666;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    position: sticky;
    left: 0;
    top: 0;
  }
}
[class^=scroll_] + [class^=con_type] {
  margin-top: 60px;
}

[class^=table_type] {
  border: 1px solid #D7D7D7;
  border-top: 1px solid #1D96D3 !important;
  margin: 20px 0;
}
[class^=table_type] thead th {
  color: #1D96D3;
  padding: 10px;
  border-bottom: 1px solid #D7D7D7;
  background: #f9f9f9;
}
[class^=table_type] tbody th {
  color: #444444;
  padding: 10px;
}
[class^=table_type] tbody td {
  padding: 10px;
  text-align: left;
}
[class^=table_type] .bgc01 {
  background: #fef3e6;
}
[class^=table_type] .bgc02 {
  background: #FDFDF1;
}
[class^=table_type] .bgc03 {
  background: #F0F0F0;
}
[class^=table_type] .bgc04 {
  background: #FFF4FA;
}
[class^=table_type] .bgc05 {
  background: #F6FBFF;
}
[class^=table_type] .bgc06 {
  background: #F3F2F8;
}
[class^=table_type].table_type1 {
  border: 0;
  border-bottom: 1px solid #1D96D3;
}
[class^=table_type].table_type1 thead th {
  background: linear-gradient(180deg, #1D96D3, #367DBE);
  color: #fff;
}
[class^=table_type].table_type1 tbody th {
  text-align: left;
  padding: 10px 20px;
}
[class^=table_type].table_type1 tbody td {
  padding: 20px;
  text-align: left;
}
[class^=table_type].table_type2 thead th {
  background: #367DBE;
  color: #fff;
}
[class^=table_type].table_type2 td {
  text-align: center;
  color: #333;
}
[class^=table_type].table_type2 td.acctext {
  color: #1D96D3;
}
[class^=table_type].table_type2 td.bgcolor1 {
  background: #f9eddf;
}
[class^=table_type].table_type2 td.bgcolor2 {
  background: #fdfdf1;
}
[class^=table_type].table_type2 td.bgcolor3 {
  background: #ececec;
}
[class^=table_type].table_type2 td.bgcolor4 {
  background: #f8edf3;
}
[class^=table_type].table_type2 td.bgcolor5 {
  background: #f3f8f2;
}
[class^=table_type].table_type2 td.bgcolor6 {
  background: #f6fbff;
}
[class^=table_type].table_type3 tbody th {
  background-color: #f7f7f7;
}
[class^=table_type].table_type3 tbody td > .s-cost {
  font-size: 20px;
  color: #f26c4f;
  margin-top: 5px;
}
[class^=table_type].table_type3 tbody td > p.indent {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-left: 15px;
}
[class^=table_type].table_type3 tbody td > p.indent:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
[class^=table_type].table_type3 tbody td > span.indent {
  position: relative;
  display: block;
  color: #808080;
  padding-left: 15px;
  margin-top: 5px;
}
[class^=table_type].table_type3 tbody td > span.indent:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 6px;
}
[class^=table_type].table_type3 tfoot {
  display: none;
}
[class^=table_type].table_type3 tfoot th {
  position: relative;
  font-size: 18px;
  color: #014096;
  padding: 24px 10px 22px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #b7bdc7;
  border-radius: 4px 0 0 4px;
}
[class^=table_type].table_type3 tfoot td {
  position: relative;
  font-size: 24px;
  color: #f26c4f;
  font-weight: 500;
  padding: 24px 10px 22px;
  border-top: 1px solid #fff;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 0 4px 4px 0;
}
[class^=table_type].table_type3 tfoot td:last-child {
  border-right: 0;
}
[class^=table_type].table_type3 tfoot td > span {
  position: relative;
  padding-left: 30px;
}
[class^=table_type].table_type3 tfoot td > span.male:before {
  content: "남성 : ";
}
[class^=table_type].table_type3 tfoot td > span.female:before {
  content: "여성 : ";
}
[class^=table_type].table_type3 tfoot td > span:after {
  content: "/";
  position: absolute;
  top: 0;
  left: 6px;
}
[class^=table_type].table_type3 tfoot td > span:first-child {
  padding-left: 0;
}
[class^=table_type].table_type3 tfoot td > span:first-child:after {
  content: none;
}

[class^=con_type] {
  background: url(../img/con_bg_1.jpg) center bottom no-repeat;
  background-size: cover;
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
  padding: 70px 0;
}
[class^=con_type][class$=bg2] {
  background: url(../img/con_bg_2.jpg) center no-repeat;
  background-size: cover;
}
[class^=con_type][class$=bg3] {
  background: url(../img/con_bg_3.jpg) center no-repeat;
  background-size: cover;
}
[class^=con_type] > ul, [class^=con_type] > div, [class^=con_type] > dl {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
[class^=con_type] > ul {
  display: flex;
  gap: 13px;
  text-align: center;
  color: #333333;
}
[class^=con_type] > ul li {
  background: #FFFFFF;
  border-radius: 20px;
  font-size: 17px;
  line-height: 25px;
  flex-basis: 0;
  flex-grow: 1;
  padding: 20px;
}
[class^=con_type] > ul li span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 17px;
}
[class^=con_type] > dl {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
}
[class^=con_type] > dl + dl {
  margin-top: 10px;
}
[class^=con_type] > dl dt {
  font-weight: 700;
  font-size: 20px;
  width: 170px;
  color: #333333;
}
[class^=con_type] > dl dt.stit {
  width: 50px;
}
[class^=con_type] > dl dt span {
  font-size: 16px;
}
[class^=con_type] > dl dd {
  width: calc(100% - 170px);
}
@media (max-width: 999px) {
  [class^=con_type] {
    padding: 70px 30px;
  }
  [class^=con_type] > ul {
    flex-wrap: wrap;
  }
  [class^=con_type] > ul li {
    min-width: 18%;
  }
}
@media (max-width: 600px) {
  [class^=con_type] {
    padding: 40px 20px;
  }
  [class^=con_type] > ul li {
    min-width: 100%;
  }
  [class^=con_type] > dl {
    display: block;
    padding: 20px;
  }
  [class^=con_type] > dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  [class^=con_type] > dl dd {
    width: 100%;
  }
}

.todo {
  margin-top: 20px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.todo dl {
  padding: 10px;
  min-height: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #f2f2f2;
}
.todo dl dt {
  font-weight: 700;
  font-size: 20px;
  color: #0CAA0C;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.todo dl dt::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url("../img/icon_yes.png") no-repeat;
  background-size: cover;
}
.todo dl.no dt {
  color: #EE404C;
}
.todo dl.no dt::before {
  background-image: url("../img/icon_no.png");
}

.tab_list {
  display: flex;
  width: 100%;
  gap: 1px;
  margin-bottom: 40px;
}
.tab_list button {
  height: 50px;
  width: 50%;
  font-size: 18px;
  color: #555;
  font-weight: 700;
  background: #eee;
  border-bottom: 2px #3F62BE solid;
}
.tab_list button.on {
  color: #3F62BE;
  font-weight: 700;
  border: 2px #3F62BE solid;
  border-bottom: 0px;
  background: #fff;
}
.tab_list button.on::before {
  content: "●";
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .tab_list button {
    font-size: 16px;
  }
}

.tab_wrap > div {
  display: none;
}
.tab_wrap > div.on {
  display: block;
}

caption {
  display: none;
}

.con_list_type1 .wrap {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  border-bottom: 1px solid #DDDDDD;
  padding: 50px 0;
}
.con_list_type1 .wrap .tit {
  font-size: 24px;
  color: #333;
  font-weight: 800;
}
.con_list_type1 .wrap:last-of-type {
  border-bottom: 0;
}
.con_list_type1.vertical .wrap {
  grid-template-columns: 1fr;
  padding-bottom: 10px;
}
@media (max-width: 999px) {
  .con_list_type1 .wrap .tit {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .con_list_type1 .wrap {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
  .con_list_type1 .wrap .tit {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.con_list_type2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  margin: 50px 0;
}
.con_list_type2 img {
  order: 2;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.con_list_type2 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  order: 1;
}
.con_list_type2 ul li {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: baseline;
  color: #444;
  font-size: 20px;
}
.con_list_type2 ul li span {
  color: #014096;
  font-weight: 700;
  padding-left: 10px;
  line-height: 1;
}
.con_list_type2 ul li:nth-child(2n) span {
  color: #0082CD;
}
@media (max-width: 999px) {
  .con_list_type2 {
    grid-template-columns: 1fr;
    margin: 2px 0;
  }
  .con_list_type2 ul li {
    font-size: 16px;
    grid-template-columns: 40px 1fr;
  }
  .con_list_type2 ul li span {
    padding-left: 0;
  }
}

.center_box {
  position: relative;
  padding: 60px 0;
  margin-top: 50px;
}
.center_box::after {
  content: "";
  width: 100dvw;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}

.con_list_type3 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.con_list_type3 ul li {
  border: 1px solid #ddd;
  padding: 20px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
  align-items: center;
}
.con_list_type3 ul li .txtwrap .tit {
  font-size: 22px;
  color: #333;
  font-weight: 800;
  margin-bottom: 10px;
}
.con_list_type3 ul li .txtwrap .txt1 {
  color: rgb(227, 108, 4);
  padding-bottom: 10px;
}
@media (max-width: 999px) {
  .con_list_type3 ul li {
    grid-template-columns: 150px 1fr;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .con_list_type3 ul li {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .con_list_type3 ul li img {
    order: 3;
  }
}

.con_list_check .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.con_list_check ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.con_list_check ul li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 15px;
  align-items: center;
  color: #444;
  font-size: 20px;
}
.con_list_check ul li .num {
  background: linear-gradient(120deg, #1D96D3, #7acfee);
  color: #fff;
  border-radius: 30px;
  border-top-right-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  aspect-ratio: 1/1;
}
.con_list_check.equipment ul {
  gap: 50px;
  margin: 50px 0;
}
.con_list_check.equipment ul li {
  align-items: start;
}
.con_list_check.equipment ul .tit {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
}
.con_list_check.equipment ul .desc {
  font-size: 18px;
}
@media (max-width: 999px) {
  .con_list_check .wrap {
    grid-template-columns: 1fr;
    margin: 2px 0;
  }
  .con_list_check .wrap img {
    order: 2;
  }
  .con_list_check ul li {
    font-size: 16px;
    grid-template-columns: 40px 1fr;
  }
  .con_list_check ul li span {
    padding-left: 0;
  }
}

.con_list_circle {
  padding-bottom: 80px;
}
.con_list_circle ul {
  display: flex;
  gap: 30px;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
  justify-content: center;
}
.con_list_circle ul li {
  width: 100%;
  max-width: 170px;
}
.con_list_circle ul li .circle-wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con_list_circle ul li .circle-wrap::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
  background: conic-gradient(from 0deg, #305CB1, #6dd5ed, #305CB1);
  animation: rotateBorder 3s linear infinite;
}
@keyframes rotateBorder {
  to {
    transform: rotate(360deg);
  }
}
.con_list_circle ul li .circle {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: inherit;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 800;
  color: #333;
}
.con_list_circle ul li .circle:hover {
  background: #305CB1;
  color: #fff;
}

.v7-wrap {
  background-color: #fff;
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box;
  max-width: 1300px;
}

/* ✅ 레이아웃 */
.v7-container {
  display: flex;
  align-items: stretch; /* 이미지와 텍스트 높이 맞춤 */
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* ✅ 이미지 */
.v7-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.v7-img {
  flex: 0 0 350px;
  height: 100%;
}

/* ✅ 텍스트 박스 */
.v7-textbox {
  flex: 1;
  min-width: 320px;
  background-color: #f0f6f8;
  padding: 40px;
  border-radius: 8px;
  line-height: 1.8;
  color: #333;
}

.v7-textbox h2 {
  color: #0073c3;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}

.v7-textbox p {
  font-size: 17px;
  margin-bottom: 14px;
}

.v7-feature-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.v7-feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 18px;
  min-height: 50px;
  border: 2px solid #8dd9ea;
  border-radius: 10px;
  background: #fff;
  color: #0073c3;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.v7-feature-item:hover {
  background-color: #0073c3;
  border-color: #0073c3;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .v7-feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.equipment_img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.equipment_img img {
  max-width: 100%;
  border-radius: 10px;
}