@charset "UTF-8";
@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
}
body {
  opacity: 0;
  overflow-x: hidden;
}
body.on {
  opacity: 1;
}

br.mo {
  display: none;
}

br.pad {
  display: none;
}

@media (max-width: 999px) {
  br.pc {
    display: none;
  }
  br.pad {
    display: block;
  }
}
@media (max-width: 600px) {
  br.mo {
    display: block;
  }
  br.mohide {
    display: none;
  }
}
/* 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 !important;
}

.gray {
  color: #555 !important;
}

.grayno {
  color: #777 !important;
}

.green {
  color: #288200 !important;
}

.yellow {
  color: #cf9b17 !important;
}

.orange {
  color: #ff6600 !important;
}

.red {
  color: #fc3b3b !important;
}

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

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

.bg_sky {
  background-color: #1F65B1 !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, textarea {
  border: 1px solid #d0d0d0;
  height: 40px;
  width: 100%;
  background: #fff;
}
input[type=checkbox], input[type=radio], select[type=checkbox], select[type=radio] {
  width: 15px;
  position: relative;
  top: -1px;
  height: auto;
}

textarea {
  padding: 10px;
  height: 150px;
}

::-moz-placeholder {
  color: #aaa !important;
  font-weight: 400 !important;
}

:-ms-input-placeholder {
  color: #aaa !important;
  font-weight: 400 !important;
}

::placeholder {
  color: #aaa !important;
  font-weight: 400 !important;
}

table:not(.ui-datepicker-calendar) {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table:not(.ui-datepicker-calendar) th {
  background: #EEEEEE;
  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;
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: 600;
}
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;
}
@media (max-width: 600px) {
  table:not(.ui-datepicker-calendar) th, table:not(.ui-datepicker-calendar) td {
    padding: 5px 15px;
    font-size: 16px;
  }
}

.arrow-prev, .arrow-next {
  position: relative;
  float: left;
  margin-right: 5px;
}

.arrow-prev::after {
  position: absolute;
  left: 35px;
  top: 20px;
  content: "";
  width: 35px; /* 사이즈 */
  height: 35px; /* 사이즈 */
  border-top: 2px solid #393939; /* 선 두께 */
  border-right: 2px solid #393939; /* 선 두께 */
  transform: rotate(225deg); /* 각도 */
}

.arrow-next::after {
  position: absolute;
  left: 10px;
  top: 20px;
  content: "";
  width: 35px; /* 사이즈 */
  height: 35px; /* 사이즈 */
  border-top: 2px solid #393939; /* 선 두께 */
  border-right: 2px solid #393939; /* 선 두께 */
  transform: rotate(45deg); /* 각도 */
}

header {
  min-height: 90px;
  width: 100%;
  color: #333;
  top: 0;
  position: fixed;
  z-index: 1000;
  transition: all 0.4s ease-out;
  text-align: center;
  background: #fff;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
header > div {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  padding: 0 100px 0 200px;
}
header h1 {
  text-indent: -9999px;
  width: 188px;
  height: 50px;
  background: url(../img/logo.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 17px;
  left: 60px;
}
header nav {
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: space-around;
  margin: 0px auto;
  transition: all 0.4s ease-out;
}
header nav > div {
  width: 25%;
  max-width: 120px;
  transition: all 0.4s ease-out;
}
@media (min-width: 999px) {
  header nav > div:hover button {
    color: #0065C6;
    font-size: 20px;
  }
}
header nav button {
  transition: all 0.4s ease-out;
  font-size: 19px;
  height: 90px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
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: 25%;
}
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: #0065C6;
    border-bottom: 1px solid #0065C6;
    font-weight: 500;
  }
}
header nav .dept3 {
  display: none;
}
header .bar {
  display: block;
  border-bottom: 1px solid #ddd;
  position: absolute;
  width: 0;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-out;
  pointer-events: none;
  z-index: 10;
}
header .menu {
  width: 30px;
  height: 30px;
  background: url(../img/menu.svg) no-repeat;
  position: absolute;
  top: 27px;
  right: 30px;
}
@media (min-width: 999px) {
  header > div {
    padding: 0;
  }
  header nav.on + .bar, header nav.onFix + .bar {
    border-bottom: 1px solid #ddd;
    display: block;
    height: 3px;
    width: 100%;
  }
  header nav.on + .bar span, header nav.onFix + .bar span {
    background: #0065C6;
    height: 3px;
    width: 1px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out;
  }
}
@media (max-width: 999px) {
  header h1 {
    left: 30px;
    top: 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;
    border-top: 1px solid #ddd;
    box-shadow: none;
  }
  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;
  }
  header > div {
    padding: 0 100px 0 200px;
  }
  header h1 {
    width: 120px;
    height: 38px;
    top: 10px;
    left: 20px;
  }
  header .menu {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 20px;
    background-size: 30px;
  }
  header nav {
    top: 49px;
    height: calc(100vh - 50px);
    border-top: 1px solid #ddd;
  }
  header nav.onFix {
    display: block;
  }
  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;
  }
}

footer {
  width: 100%;
  background: #131C2C;
  text-align: left;
  z-index: 20;
  position: relative;
}
footer .top_btn {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 1px solid #E6E6E6;
  font-size: 17px;
  font-size: #444;
  position: absolute;
  top: -400px;
  right: 0;
}
footer .top_btn span {
  margin-bottom: -2px;
  display: block;
}
footer .ad {
  background: url(../img/footer_bg.jpg) no-repeat;
  height: 300px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
footer .ad p:nth-child(1) {
  font-size: 40px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .ad p:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 26px;
  background: url(../img/footer_icon1.svg) no-repeat;
  background-size: 100%;
}
footer .ad p:nth-child(2) {
  font-size: 17px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.4;
}
footer .bot {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: top;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
}
footer .f_logo {
  width: 187.037px;
  height: 50px;
  background: url(../img/logo_footer.svg) no-repeat;
}
footer .text {
  line-height: 1.6;
  color: #fff;
}
footer .text span + span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
footer .text span + span::before {
  content: "|";
  display: inline-block;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 999px) {
  footer .top_btn {
    right: 20px;
  }
  footer .f_logo {
    display: none;
  }
  footer .bot {
    display: block;
    text-align: center;
  }
}
@media (max-width: 600px) {
  footer .ad p:nth-child(1) {
    font-size: 24px;
  }
  footer .ad p:nth-child(1)::after {
    width: 14px;
    height: 18px;
  }
  footer .bot {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  footer .bot .f_logo {
    display: block;
    order: 2;
    margin: 0 auto 0px;
    width: 150px;
    height: 45px;
    background-size: 100%;
  }
  footer .bot .text {
    font-size: 14px;
    line-height: 1.6;
    order: 3;
  }
  footer .bot .text span {
    display: block;
    padding: 0;
    margin: 0;
  }
  footer .bot .text span + span::before {
    display: none;
  }
}

main {
  width: 100vw;
  min-height: 830px;
  height: 100vh;
  background: url(../img/main_bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding-top: 90px;
}
main .tit {
  font-family: "Montserrat", sans-serif;
  font-size: 66px;
  font-weight: 700;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}
main .tit span {
  color: #61B3FF;
}
main .text1 {
  font-weight: 400;
  line-height: 1.3;
  font-size: 20px;
  margin-top: 44px;
}
main .text1 strong {
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
main .text2 {
  color: #EAFF6A;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 100px;
}
main .btn_wrap {
  max-width: 1000px;
  margin: 140px auto 0;
  display: flex;
  gap: 33px;
}
main .btn_wrap button {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
  color: #070707;
  font-size: 25px;
  font-weight: 700;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
main .btn_wrap button::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/main_icon1.svg) no-repeat;
}
main .btn_wrap button:nth-child(2) {
  background: #0065C6;
  color: #FFF;
}
main .btn_wrap button:nth-child(2)::before {
  background-image: url(../img/main_icon2.svg);
}
main .btn_wrap button:nth-child(2) span {
  font-family: "Maven Pro", sans-serif;
}
main + footer .ad, main + footer .top_btn {
  display: none;
}
@media (max-width: 999px) {
  main {
    padding: 90px 20px 0;
  }
  main .tit br {
    display: none;
  }
}
@media (max-width: 600px) {
  main {
    min-height: auto;
    padding-top: 30px;
  }
  main .tit {
    font-size: 28px;
  }
  main .text1 {
    font-size: 16px;
    margin-top: 30px;
  }
  main .text1 strong {
    margin-top: 15px;
  }
  main .text2 {
    font-size: 20px;
    margin-top: 50px;
  }
  main .btn_wrap {
    margin: 50px auto 0;
    flex-direction: column;
    gap: 20px;
  }
  main .btn_wrap button {
    height: 60px;
    font-size: 18px;
  }
}
.main_banner{ display: grid; grid-template-columns:1fr 1fr 1fr ; width:100vw}
.main_banner div{ background: #D6E5F3; padding: 100px 30px; display: flex;justify-content: center;color: #000;  font-size: 28px;line-height: 135%;font-weight: 700;text-align: center;}
.main_banner div img{ margin-bottom: 50px;}
.main_banner div span{color: #EA5400;}
.main_banner div:nth-of-type(2){background: #fff;}
.main_banner div .more{display: inline-flex;padding: 8px 20px;border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.4);color: #333; font-size: 16px;font-weight: 500;line-height: 100%; margin-top: 25px;}

.main_banner div:hover{background: #b9d6ee; }
@media (max-width: 1600px) {
    .main_banner div img{width: 100%;}
}
@media (max-width: 1200px) {
    .main_banner div{font-size: 22px;}
}
@media (max-width: 800px) {
    .main_banner{ grid-template-columns:1fr ;}
    .main_banner div{padding: 50px 30px; font-size: 20px;}
}

.location {
  height: 207px;
  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;
  -webkit-animation: zoom-b 10s linear infinite alternate;
          animation: zoom-b 10s linear infinite alternate;
  background: url(../img/location_bg.jpg) center center;
  background-size: cover;
}
.location h2 {
  color: #fff;
  font-size: 35px;
  text-align: center;
  position: relative;
  top: 125px;
  z-index: 9;
}
@media (max-width: 1299px) {
  .location .tap_list {
    justify-content: space-around;
  }
  .location .tap_list button, .location .tap_list a {
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .location {
    height: 180px;
  }
  .location .bg::after {
    height: 180px;
  }
  .location h2 {
    font-size: 30px;
    top: 100px;
  }
}

.tap_list {
  border-bottom: 1px solid #E6E6E6;
  width: 100%;
  display: flex;
  justify-content: center;
}
.tap_list button, .tap_list a {
  width: 300px;
  color: #333;
  font-size: 19px;
  min-height: 65px;
  cursor: pointer;
  display: block;
  border-right: 1px solid #E6E6E6;
  padding: 0;
}
.tap_list button:nth-child(1), .tap_list a:nth-child(1) {
  border-left: 1px solid #E6E6E6;
}
.tap_list button.on, .tap_list button.active, .tap_list a.on, .tap_list a.active {
  color: #fff;
  background: #0054A5;
  position: relative;
  font-weight: 700;
  border-left: 1px solid #0054A5;
  border-right: 1px solid #0054A5;
}
.tap_list button.on::before, .tap_list button.active::before, .tap_list a.on::before, .tap_list a.active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #0054A5 transparent transparent transparent;
}
.tap_list button:hover:not(.on), .tap_list a:hover:not(.on) {
  background: #f7f7f7;
}
@media (max-width: 600px) {
  .tap_list button, .tap_list a {
    font-size: 16px;
    min-height: 40px;
    padding: 10px;
  }
}

.h3_tit {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.h3_tit h3 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  color: #222;
  margin: 50px 0;
}
.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 {
    margin: 30px 0;
  }
}
@media (max-width: 600px) {
  .h3_tit h3 {
    font-size: 32px;
    margin: 30px 0;
  }
  .h3_tit button {
    position: absolute;
    top: -6px;
    transform: scale(0.6);
  }
}

#content, .content {
  font-size: 18px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 140px;
  /*min-height: 500px;*/
  text-align: center;
}

h3 {
  color: #000;
  font-size: 42px;
  font-weight: 800;
  margin-top: 80px;
  margin-bottom: 30px;
}
h3:nth-child(n+2) {
  margin-top: 100px;
}
h3 + [class^=c_] {
  margin-top: 40px !important;
}

h4[class^=c_] {
  border-radius: 50px;
  background: #0988E4;
  display: flex;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 10px 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  margin: 90px auto 35px;
}
h4[class^=c_].c_n {
  background: #03C75A;
}
h4[class^=c_].c_n::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 20px;
  background: url(../img/logo_n.svg) no-repeat;
}
h4[class^=c_].c_g {
  color: #333;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.8);
}
h4[class^=c_].c_g::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 33px;
  background: url(../img/logo_g.svg) no-repeat;
}
h4[class^=c_].c_d {
  color: #333;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.8);
}
h4[class^=c_].c_d::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 42px;
  background: url(../img/logo_d.svg) no-repeat;
}
h4[class^=c_] + .context1 {
  margin-top: -10px;
}

h5 {
  font-weight: 800;
  color: #333;
  margin-bottom: 20px;
  font-size: 18px;
}

.context1 {
  line-height: 27px;
  margin-bottom: 50px;
}
.context1 strong {
  color: #F00;
  font-weight: 700;
}
.context1 + .img_box {
  margin-top: -10px;
}
.context1 + [class^=c_] {
  margin-top: 0;
}

.img_box {
  margin: 0 auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.img_box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.img_box img + h5 {
  margin: 17px auto;
}
.img_box p {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-top: 5px;
  line-height: 1.5;
}
.img_box p.text_c {
  color: #333;
  font-weight: 600;
}
.img_box p a {
  word-break: break-all;
}
.img_box [class^=list_] {
  margin: 20px 0 0;
}
.img_box + .flex_box {
  margin-top: 50px;
}

[class^=list_] {
  margin: 0 auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
[class^=list_] li {
  text-align: left;
  position: relative;
  padding-left: 10px;
  line-height: 1.4;
}
[class^=list_] li + li {
  margin-top: 10px;
}
[class^=list_] li::before {
  content: "·";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
[class^=list_] li strong {
  font-weight: 700;
  color: #333;
}
[class^=list_] li span {
  color: #F00;
  font-weight: 400;
}
[class^=list_] + .img_box, [class^=list_] + [class^=c_], [class^=list_] + .flex_box {
  margin-top: 30px;
}

.flex_box {
  display: flex;
  gap: 37px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.flex_box.add {
  position: relative;
}
.flex_box.add::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/icon_add.svg) no-repeat;
  position: absolute;
  top: 80px;
  left: calc(50% - 20px);
}

.wide_wrap {
  background: #CDE5FD;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wide_wrap h3 {
  position: relative;
  z-index: 10;
}
.wide_wrap > div {
  display: grid;
  width: 100%;
  max-width: 1500px;
  margin: 60px auto 0;
  grid-template-columns: 1fr 1fr;
}
.wide_wrap > div img {
  position: relative;
  top: -120px;
  margin-bottom: -100px;
  max-width: 100%;
}
.wide_wrap > div h4 {
  color: #1D1D1D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.wide_wrap > div p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.wide_wrap > div p + h4 {
  margin-top: 70px;
}

.line_box {
  border: 1px solid #DADADA;
  padding: 24px 20px;
  width: 100%;
  max-width: 940px;
  margin: 30px auto;
  color: #000;
  font-weight: 400;
}

@media (max-width: 999px) {
  h3 {
    font-size: 30px;
  }
  .wide_wrap {
    background: #CDE5FD;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wide_wrap h3 {
    position: relative;
    z-index: 10;
  }
  .wide_wrap > div {
    grid-template-columns: 1fr;
    margin: 60px auto 0;
    padding: 0 30px 50px;
  }
  .wide_wrap > div img {
    top: -160px;
    margin-bottom: -170px;
    max-width: 100%;
  }
  .wide_wrap > div h4 {
    color: #1D1D1D;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  .wide_wrap > div p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
  }
  .wide_wrap > div p + h4 {
    margin-top: 70px;
  }
}
@media (max-width: 600px) {
  #content, .content {
    font-size: 16px;
    padding: 0 20px;
  }
  h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 40px;
  }
  h3:nth-child(n+2) {
    margin-top: 60px;
  }
  h4[class^=c_] {
    margin: 30px auto 35px;
  }
  .wide_wrap h3 {
    text-align: center;
  }
  .wide_wrap > div {
    margin: 60px auto 0;
    grid-template-columns: 1fr;
  }
  .wide_wrap > div img {
    top: -100px;
    margin-bottom: -80px;
  }
  .wide_wrap > div h4 {
    font-size: 20px;
  }
  .wide_wrap > div p {
    font-size: 16px;
  }
  .wide_wrap > div p + h4 {
    margin-top: 30px;
  }
  .flex_box {
    flex-direction: column;
    gap: 40px;
  }
  .flex_box.add::before {
    top: calc(50% - 20px);
  }
  h4[class^=c_] {
    padding: 10px 25px;
    font-size: 17px;
    margin: 60px auto 35px;
  }
  h4[class^=c_].c_n::before {
    width: 80px;
    height: 16px;
    background-size: 100%;
  }
  h4[class^=c_].c_g::before {
    width: 80px;
    height: 26.4px;
    background-size: 100%;
  }
  h4[class^=c_].c_d::before {
    width: 60px;
    height: 25.2px;
    background-size: 100%;
  }
}
.greeting {
  width: 100%;
  max-width: 1200px;
  margin: 85px auto 0;
  text-align: left;
  line-height: 1.55;
  position: relative;
}
.greeting .tit {
  color: #0054A5;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 26px;
}
.greeting strong {
  color: #333;
  font-weight: 700;
}
.greeting .name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
}
.greeting img {
  position: absolute;
  right: -150px;
  top: 70px;
  z-index: -1;
}
@media (max-width: 999px) {
  .greeting {
    padding: 0 20px;
  }
  .greeting img {
    position: relative;
    right: 0px;
    top: 20px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .greeting {
    margin: 40px auto 0;
  }
  .greeting .tit {
    font-size: 22px;
  }
  .greeting .name {
    margin-top: 40px;
  }
}

.list_wrap {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, auto));
  grid-template-rows: auto;
  gap: 30px;
  width: 100%;
}
.list_wrap > p {
  border: 1px solid #DADADA;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.list_wrap > div {
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.list_wrap > div p {
  border: 1px solid #DADADA;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .list_wrap {
    padding: 0 20px;
    gap: 20px;
  }
}

.map {
  margin: 80px auto 45px;
}
@media (max-width: 999px) {
  .map {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 999px) {
  .map {
    margin: 60px auto 25px;
  }
}

table.table_map {
  border-top: 2px solid #0054A5;
}
table.table_map tr th {
  background-color: #F8F8F8;
  height: 50px;
  color: #000;
  font-weight: 600;
}
table.table_map tr th:first-child {
  border-left: 0;
}
table.table_map tr td:last-child {
  border-right: 0;
}
table.table_map tr td {
  text-align: left;
  font-weight: 400;
}
@media (max-width: 999px) {
  table.table_map {
    width: calc(100vw - 40px);
    margin: 0 auto;
    display: block;
    border-bottom: 0;
  }
  table.table_map tbody {
    display: block;
  }
  table.table_map tr {
    display: grid;
    grid-template-columns: 160px 1fr;
  }
  table.table_map tr + tr {
    border: 0;
  }
  table.table_map tr th {
    display: block;
    border-left: 0;
    border-right: 0;
  }
  table.table_map tr td {
    display: block;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 600px) {
  table.table_map tr {
    grid-template-columns: 1fr;
    line-height: 1.4;
  }
  table.table_map tr th {
    background: none;
    border: 0;
    text-align: left;
    height: auto;
    padding: 10px 0;
  }
  table.table_map tr td {
    border-left: 0;
    padding: 0 0 10px;
  }
}


#res_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: none;
}
#res_box.on {
  display: flex;
}
#res_box > div {
  width: 600px;
  height: 520px;
  background: #fff;
  padding: 20px 40px;
  border-radius: 3px;
}
#res_box > div .label_box {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
#res_box > div .label_box label {
  width: 100%;
}
#res_box > div .btn_box {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
#res_box > div .btn_box button {
  width: 120px;
  height: 40px;
  background: #555;
  color: #fff;
  border-radius: 3px;
}
#res_box > div .btn_box button.send {
  background: #0073c3;
}