@charset "UTF-8";

/** setting s **/
@font-face {
  font-family: 'Gmarket Sans';  font-style: normal;  font-weight: 700;
  src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
  url('https://script.gmarket.com/fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('https://script.gmarket.com/fonts/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  unicode-range: U+0030-0039,U+0041-005A,U+0061-007A
}
@font-face {
  font-family: 'Gmarket Sans';  font-style: normal;  font-weight: 500;
  src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
  url('https://script.gmarket.com/fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('https://script.gmarket.com/fonts/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  unicode-range: U+0030-0039,U+0041-005A,U+0061-007A
}
@font-face {
  font-family: 'Gmarket Sans';  font-style: normal;  font-weight: 300;
  src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
  url('https://script.gmarket.com/fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('https://script.gmarket.com/fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  unicode-range: U+0030-0039,U+0041-005A,U+0061-007A
}

@font-face {
  font-family: 'ChosunilboNM';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



a {
  text-decoration:none;
}
.hide {
  display: none !important;
}






body {
  background: #000;
  font-family: 'Pretendard', dotum, sans-serif;
}

.mo {
  display: none;
}

#fog {
  display: none;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding-bottom: 100%;
}

.area_img img {
  display: block;
  width:100%;
}
[class^=zone_] > img {
  display: block;
  width:100%;
}


.container {
  width: 100%;
  margin:0 auto;
  max-width: unset;
  overflow:hidden;
}
.container.mo {
  max-width:750px;
}


.section {
  width: 100%;
  max-width:1920px;
  padding:200px 0;
  margin: 0 auto;
  background:#fff;
  position: relative;
}

.bg_black::after {
  content:"";
  background-color:#000;
  display:block;
  width:100%;
  height:100%;
  opacity:0.4;
  position:absolute;
  left:0;
  top:0;
  z-index:-1;
  transition:all .2s;
}
.bg {
  background-repeat:no-repeat;
  background-position:center;
  background-size:100%;
}

.scroll-disable {
  height:100%;
  min-height:100%;
  overflow:hidden !important;
  touch-action:none;
}
/** setting e **/








.header {
  margin: 0 auto;
  background: transparent;
  padding:30px 0 0;
  position: absolute;
  z-index: 100;
  transition:all .4s;
  left: 50%;
  transform: translateX(-50%);
}
.header.fixed {
  position: fixed;
  top:0;
  padding:0;
  z-index:10;
}
.header .zone_header {
  width: 100%;
  margin:0 auto;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header .zone_header.mo {
  display:none;
}
.header .area_logo {
  width:100%;
  max-width:200px;
  margin-bottom:15px;
}
.header.fixed::after {
  opacity: 1;
  background: #fff;
}
.header.fixed .zone_header.pc .area_logo {
  display:none;
}
.header .area_logo img {
  width: 100%;
  display: block;
}

.header .area_gnb {
  width: auto;
  display: flex;
  align-items: center;
}

.header .area_gnb a {
  display: flex;
  position:relative;
  font-size:18px;
  font-weight:600;
  color:#fff;
  margin-right: 60px;
  height: 100px;
  align-items:center;
}
.header .area_gnb a:last-child {
  margin-right:0;
}
.header.fixed .zone_header.pc .area_gnb a {
  color:#003378;
}




/* section common s */
.section .zone_content {
  position:relative;
}
.section .zone_title {
  text-align:center;
  line-height:1.6;
  margin-bottom:130px;
}
.section .zone_title .title {
  font-size: 50px;
  font-weight:600;
  line-height:1;
  margin-bottom:20px;
}
.section .zone_title .title_sub {
  font-size: 40px;
  font-weight:500;
  margin-bottom:55px;
  line-height: 1.3;
}
.section .zone_title .en_name {
  font-family: 'Gmarket Sans', dotum, sans-serif;
  letter-spacing:20px;
  font-size: 10px;
  font-weight:300;
}

.section .zone_small_menu {
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom:130px;
}
.section .zone_small_menu a {
  font-size:26px;
  color:#000;
}
.section .zone_small_menu a::after {
  content:"|";
  padding:0 25px;
  color:#000;
}
.section .zone_small_menu a:last-child::after {
  content:none;
}
/* section common e */





.section01 {
  color: #fff;
  padding:0;
}
.section01 .zone_slide {
  max-width:1920px;
  height:1000px;
  overflow:hidden;
}
.section01 .zone_slide .swiper-slide {
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.section01 .zone_slide .slide01 {
  background-image:url("../img/section01_img01.jpg");
}
.section01 .zone_slide .slide02 {
  background-image:url("../img/section01_img02.jpg");
}
.section01 .zone_slide .slide03 {
  background-image:url("../img/section01_img03.jpg");
}

.section01 .zone_slide .box_text {
  position:absolute;
  right:-40px;
  width:1030px;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size:30px;
  opacity:0;
  transition: all 1s;
}
.section01 .zone_slide .swiper-slide.active .box_text {
  opacity:1;
  right:0;
}
.section01 .zone_slide .slide03 .box_text .wrap_text {
  padding-top:250px;
}
.section01 .zone_slide .slide03 .bg_black::after {
  opacity:0.6;
}
.section01 .zone_slide .box_text [class^=text] {
  text-align:center;
  line-height:1.3;
}
.section01 .zone_slide .box_text .text01 {
  font-family: "ChosunilboNM";
  font-size:40px;
  margin-bottom:45px;
}
.section01 .zone_slide .box_text .text03 {
  padding-top:200px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section01 .zone_slide .box_text .text03 .signature {
  background-image:url("../img/signature.png");
  width:148px;
  height:70px;
  margin-left: 22px;
}



.section02 {
  height:1580px;
}
.section02 .area_box01 {
  position:absolute;
  right:0;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  color:#444;
  line-height:1.18;
  background-color: rgb(229, 234, 235, 0.8);
  padding: 106px 150px;
  width:1430px;
}
.section02 .area_box01::after {
  position:absolute;
  z-index:-1;
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  opacity:0.05;
  background-repeat:no-repeat;
  background-size:468px;
  background-image:url("../img/logo2.png");
  background-position:870px center;
}
.section02 .area_box01 .text01 {
  font-family: "ChosunilboNM";
  font-size:40px;
  margin-bottom:77px;
}
.section02 .area_box01 .text02 {
  text-align:center;
  font-size:30px;
}

.section02 .area_box02 {
  position:absolute;
  left:0;
  top:160px;
  background-color: #F3F3F3;
  width:1550px;
  height:595px;
}







.section03 {
  background: #E5EAEB;
}
.section03 .zone_content {
  display:flex;
  justify-content: center;
}
.section03 .area_teambox {
  position:relative;
  background-color:#003378;
  color:#fff;
  background-image:url("../img/btn_arrow_right.png");
  background-position:310px 350px;
  background-size:105px;
  width:460px;
  height:437px;
}
.section03 .area_teambox .text01 {
  position:absolute;
  top:154px;
  left:62px;
  font-weight:300;
  font-size:30px;
}

.section03 [class^=area_box] {
  position:relative;
  z-index:1;
  display:flex;
  justify-content: center;
  align-items: center;
  font-weight:600;
  color:#fff;
  box-shadow: 5px 5px 10px rgba(200, 200, 200, 1);
  width:220px;
  height:437px;
  margin-left:20px;
  font-size:30px;
  cursor:pointer;
}
.section03 [class^=area_box] .bg_black::after {
  opacity:0.6;
}
.section03 [class^=area_box]:hover .bg_black::after {
  opacity:0;
}
.section03 .area_box01 {
  background-image:url("../img/section03_img01.jpg");
}
.section03 .area_box02 {
  background-image:url("../img/section03_img02.jpg");
}
.section03 .area_box03 {
  background-image:url("../img/section03_img03.jpg");
}
.section03 .area_box04 {
  background-image:url("../img/section03_img04.jpg");
}
.section03 [class^=area_box] .text {
  padding-top: 150px;
}







.section04 .zone_content {
  display:flex;
  justify-content: center;
  flex-direction: column;
}
.section04 .zone_content .wrap_photo_intro {
  display:flex;
  justify-content: center;
}
.section04 .area_photo {
  background-image:url("../img/section04_img01.jpg");
  width:820px;
  height:524px;
}
.section04 .wrap_box {
  display:flex;
  flex-direction:column;
  margin-left:20px;
  gap:20px;
}
.section04 .box_header {
  position:relative;
  display:flex;
  justify-content: center;
  align-items: center;
  background-color:#E5EAEB;
  width:580px;
  height:116px;
  font-weight:600;
  font-size:30px;
  cursor:pointer;
}
.section04 [class^=area_box].active .box_header {
  color:#fff;
  background-color:#003378;
}
.section04 .box_header:hover {
  color:#fff;
  background-color:#003378;
}
.section04 .btn_view {
  position:absolute;
  right:20px;
  top:18px;
}
.section04 .btn_view::before,
.section04 .btn_view::after {
  position: absolute;
  right:7px;
  top:6px;
  content:'';
  height: 25px;
  width:2px;
  background-color: #222;
  transition: .2s;
}
.section04 [class^=area_box].active .btn_view::before,
.section04 [class^=area_box].active .btn_view::after {
  background-color: #fff;
}
.section04 .box_header:hover .btn_view::before,
.section04 .box_header:hover .btn_view::after {
  background-color: #fff;
}
.section04 .btn_view::before {
  transform: rotate(90deg);
} 
.section04 .btn_view::after {
  transform: rotate(0deg);
}

.section04 [class^=area_box].active .btn_view::before {
  transform: rotate(45deg);
} 
.section04 [class^=area_box].active .btn_view::after {
  transform: rotate(-45deg);
}

.section04 .box_body {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align:center;
  font-size:20px;
  height:0;
  overflow:hidden;
  transition: all .2s;
  
}
.section04 [class^=area_box].active .box_body {
  height:213px;
}
.section04 .box_body .text01 {
  font-weight:600;
  margin-bottom:22px;
}


.section04 .zone_small_menu a:hover {
  color:#003378;
}
.section04 .area_slide {
  position:relative;
  width:1180px;
  height:628px;
  overflow:hidden;
}
.section04 .area_slide .swiper-slide {
  background-repeat:no-repeat;
  background-position:center;
  background-size:100%;
  width:1180px;
  height:628px;
  transition: all .4s;
}

.section04 .area_slide .slide01 {
  background-image:url("../img/section04_slide01.jpg");
}
.section04 .area_slide .slide02 {
  background-image:url("../img/section04_slide02.jpg");
}
.section04 .area_slide .slide03 {
  background-image:url("../img/section04_slide03.jpg");
}
.section04 .area_slide .slide04 {
  background-image:url("../img/section04_slide04.jpg");
}

.section04 .box_text {
  position:absolute;
  color:#444;
  bottom:100px;
  display:flex;
  align-items: center;
  flex-direction:column;
  text-align: center;
  font-weight:500;
  width: 100%;
  font-size:25px;
  transition: all .4s;
}
.section04 .box_text .emp {
  font-weight:800;
}
.section04 .box_text .text01 {
  font-weight:600;
  font-size:50px;
  margin-bottom:70px;
}

.section04 .area_btn {
  display:flex;
  justify-content: space-between;
  margin: 0 auto;
  color:#666;
  width:1180px;
  padding:60px 0 200px;
  font-size:25px;
}
.section04 .area_btn button.btn_next {
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../img/btn_arrow_right_black.png");
  width: 100px;
  height: 40px;
  position: relative;
}








.section05 .zone_small_menu a:hover {
  color:#003378;
}
.section05 [class^=area_box] {
  display:flex;
  margin-bottom:60px;
}
.section05 [class^=area_box]:last-child {
  margin-bottom:0;
}
.section05 [class^=area_box]:nth-child(odd) {
  justify-content: flex-end;
}
.section05 [class^=area_box]:nth-child(even) {
  justify-content: flex-start;
}

.section05 .box_photo {
  width:580px;
  height:604px;
}
.section05 .area_box01 .box_photo {
  background-image:url("../img/section05_img01.jpg");
}
.section05 .area_box02 .box_photo {
  background-image:url("../img/section05_img02.jpg");
}
.section05 .area_box03 .box_photo {
  background-image:url("../img/section05_img03.jpg");
}
.section05 .area_box04 .box_photo {
  background-image:url("../img/section05_img04.jpg");
}

.section05 .box_text {
  width: 1090px;
  height:604px;
  font-size:26px;
}
.section05 [class^=area_box]:nth-child(odd) .box_text {
  background-color:#F3F3F3;
  padding:125px 35px 125px 140px;
}
.section05 [class^=area_box]:nth-child(even) .box_text {
  background-color:#E5EAEB;
  padding:125px 35px 125px 250px;
}
.section05 .box_text .text01 {
  font-size:30px;
  font-weight:600;
}
.section05 .box_text .text01::after {
  content:"";
  display:block;
  width: 220px;
  height:1px;
  background-color:#000;
  margin:20px 0 30px;
}







.section06 {
  background: #F3F3F3;
  height:1671px;
}
.section06 .area_box01 {
  position: absolute;
  background-color:#003378;
  right: 0;
  top:190px;
  width:1670px;
  height:595px;
}
.section06 .area_box01 button.btn_next {
  border:0;
  cursor:pointer;
  background-color:transparent;
  background-image:url("../img/btn_arrow_right.png");
  width:100px;
  height:40px;
  position: absolute;
  bottom: 50px;
  left: 120px;
}

.section06 .area_slide {
  position:absolute;
  right:0;
  width:1550px;
  height:580px;
  padding-bottom:20px;
  overflow:hidden;
}
.section06 .area_slide .swiper-wrapper {
  align-items:flex-end;
}
.section06 .area_slide .swiper-slide {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  background-repeat:no-repeat;
  background-position:center;
  background-size:100%;
  width:710px;
  height:459px;
  transition: all .4s;
}

.section06 .area_slide .swiper-slide-active {
  width:820px !important;
  height:580px !important;
}

.section06 .area_slide .swiper-slide-next {
  
}

.section06 .area_slide .slide01 {
  background-image:url("../img/section06_img01.jpg");
}
.section06 .area_slide .slide02 {
  background-image:url("../img/section06_img02.jpg");
}
.section06 .area_slide .slide03 {
  background-image:url("../img/section06_img03.jpg");
}
.section06 .area_slide .slide04 {
  background-image:url("../img/section06_img04.jpg");
}

.section06 .box_text {
  bottom:0;
  display:flex;
  justify-content:center;
  flex-direction:column;
  color:transparent;
  font-weight:300;
  width: 100%;
  height:183px;
  font-size:26px;
  padding-left:120px;
  transition: all .4s;
}
.section06 .swiper-slide-active .box_text {
  position:absolute;
  color:#fff;
}

.section06 .box_text .text01 {
  font-size:30px;
}
.section06 .box_text .text01::after {
  content:"";
  display:block;
  width: 160px;
  height:1px;
  background-color:transparent;
  margin:20px 0 30px;
}
.section06 .swiper-slide-active .box_text .text01::after {
  background-color:#fff;
}





.section07 .wrap_top {
  display:flex;
  justify-content: center;
  gap:20px;
  margin-bottom:200px;
}
.section07 .wrap_top [class^=area_box] {
  display:flex;
  justify-content: center;
  align-items:flex-end;
  width:460px;
  height:451px;
  color:#fff;
  font-size:26px;
}
.section07 .wrap_top [class^=area_box] .box_text {
  text-align:center;
  padding-bottom:67px;
}
.section07 .wrap_top [class^=area_box] .text01 {
  font-weight:600;
  font-size:30px;
  margin-bottom:20px;
}
.section07 .wrap_top .area_box01 {
  background-image:url("../img/section07_img01.jpg");
}
.section07 .wrap_top .area_box02 {
  margin-top:50px;
  background-image:url("../img/section07_img02.jpg");
}
.section07 .wrap_top .area_box03 {
  background-image:url("../img/section07_img03.jpg");
}

.section07 .wrap_bottom [class^=area_box] {
  display:flex;
  margin-bottom:20px;
  background-color:#E5EAEB;
}
.section07 .wrap_bottom [class^=area_box]:last-child {
  margin-bottom:0;
}
.section07 .wrap_bottom [class^=area_box]:nth-child(odd) {
  justify-content: flex-end;
}
.section07 .wrap_bottom [class^=area_box]:nth-child(even) {
  justify-content: flex-start;
}

.section07 .wrap_bottom .box_photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position:relative;
  width:950px;
  height:516px;
}
.section07 .wrap_bottom .box_photo:nth-child(2) {
  display:flex;
  width:970px;
}
.section07 .wrap_bottom .area_box01 .box_photo {
  background-image:url("../img/section07_img04.jpg");
}

.section07 .wrap_bottom .area_box02 .small_photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display:flex;
  justify-content: center;
  align-items:flex-end;
  text-align:center;
  color:#fff;
  width:470px;
  height:516px;
  font-size:26px;
  padding-bottom:53px;
}
.section07 .wrap_bottom .area_box02 .small_photo.photo01 {
  background-image:url("../img/section07_img05.jpg");
}
.section07 .wrap_bottom .area_box02 .small_photo.photo02 {
  background-image:url("../img/section07_img06.jpg");
  margin-left:30px;
}
.section07 .wrap_bottom .area_box02 .small_photo .text01 {
  margin-bottom:20px;
}

.section07 .wrap_bottom .area_box02 .plus {
  position:absolute;
  top:220px;
  left:50%;
  margin-left:-35px;
  width:70px;
  height:70px;
  background-image:url("../img/section07_img_plus.png");
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

.section07 .wrap_bottom .area_box03 .box_photo {
  background-image:url("../img/section07_img07.jpg");
}

.section07 .wrap_bottom [class^=area_box] > .box_text {
  width: 976px;
  height:516px;
  font-size:26px;
}
.section07 .wrap_bottom [class^=area_box]:nth-child(odd) > .box_text {
  padding:125px 35px 125px 140px;
}
.section07 .wrap_bottom [class^=area_box]:nth-child(even) > .box_text {
  padding:125px 35px 125px 250px;
}
.section07 .wrap_bottom .box_text .text01 {
  font-size:30px;
  font-weight:600;
}

.section07 .wrap_bottom [class^=area_box] > .box_text .text01::after {
  content:"";
  display:block;
  width: 220px;
  height:1px;
  background-color:#000;
  margin:20px 0 30px;
}





.section08 {
  background-color:#003378;
  padding: 200px 0 0;
}
.section08 .zone_title {
  color:#fff;
}
.section08 .zone_photo {
  background-attachment: fixed;
  background-image:url("../img/section08_img01.jpg");
  /*background-size: cover;*/
  height:534px;
  margin-bottom:130px;
}

.section08 .wrap_top {
  color:#fff;
  margin:0 auto;
  width:1420px;
  font-size:26px;
  margin-bottom: 97px;
}
.section08 .wrap_top .text01 {
  font-size:30px;
  font-weight:600;
  margin-bottom:25px;
}
.section08 .wrap_top .text02 {
  margin-bottom:100px;
}

.section08 .wrap_top .box_vaccine {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}
.section08 .wrap_top .box_vaccine .item {
  display:flex;
  justify-content:center;
  align-items:center;
  font-weight:600;
  background-color: rgb(255, 255, 255, 0.2);
  font-size:30px;
  width:700px;
  height:111px;
  border:1px solid #fff;
}
.section08 .wrap_top .box_vaccine a.item {
  color: #fff;
}
.section08 .wrap_top .box_vaccine a.item:hover {
  background-color: rgb(255, 255, 255, 0.1);
}

.section08 .wrap_bottom {
  background-size:contain;
  background-position:center right;
  background-image:url("../img/section08_img02.png");
  height:1408px;
}
.section08 .wrap_bottom .box_text {
  color:#fff;
  width:905px;
  font-size:26px;
  padding-top:103px;
  margin-left:auto;
  margin-right:117px;
}
.section08 .wrap_bottom .box_text .text01 {
  font-size:30px;
  font-weight:600;
  margin-bottom:25px;
}
.section08 .wrap_bottom .box_text .text02 {
  margin-bottom:100px;
}

.section08 .wrap_bottom .box_sap {
  position:absolute;
  left:250px;
  color:#fff;
  text-align:center;
  background-image:url("../img/section08_img03.png");
  background-size:582px 669px;
  width:904px;
  height:864px;
  font-size:18px;
  font-weight:300;
}
.section08 .wrap_bottom .box_sap .text01 {
  font-weight:600;
  margin-bottom:9px;
}
.section08 .wrap_bottom .box_sap .item {
  position:absolute;
  width:136px;
  left:50%;
  margin-left:-400px;
}
.section08 .wrap_bottom .box_sap .item:nth-child(1) {
  top:0;
  margin-left:-68px;
}
.section08 .wrap_bottom .box_sap .item:nth-child(2) {
  top: 215px;
  margin-left: 320px;
}
.section08 .wrap_bottom .box_sap .item:nth-child(3) {
  top: 565px;
  margin-left: 320px;
}
.section08 .wrap_bottom .box_sap .item:nth-child(4) {
  top:788px;
  margin-left:-68px;
}
.section08 .wrap_bottom .box_sap .item:nth-child(5) {
  top: 565px;
  margin-left: -450px;
}
.section08 .wrap_bottom .box_sap .item:nth-child(6) {
  top: 215px;
  margin-left: -450px;
}








.section09 .zone_text {
  margin-left:auto;
  width:1670px;
  font-size:30px;
  margin-bottom:90px;
}
.section09 .area_slide {
  margin:0 0 0 auto;
  width:1670px;
  height: 539px;
  padding-bottom: 20px;
}
.section09 .area_slide .swiper-slide {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  width:700px;
  height:519px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.section09 .area_slide .slide01 {
  background-image:url("../img/section09_img01.jpg");
}
.section09 .area_slide .slide02 {
  background-image:url("../img/section09_img02.jpg");
}
.section09 .area_slide .slide03 {
  background-image:url("../img/section09_img03.jpg");
}
.section09 .area_slide .slide04 {
  background-image:url("../img/section09_img04.jpg");
}
.section09 .area_slide .slide05 {
  background-image:url("../img/section09_img05.jpg");
}

.section09 .area_slide .swiper-slide img {
  width:100%;
}

.section09 .area_btn {
  display:flex;
  padding-top:10px;
}
.section09 .area_btn button.btn_next {
  border:0;
  cursor:pointer;
  background-color:transparent;
  background-image:url("../img/btn_arrow_right_black.png");
  width:100px;
  height:40px;
  position: relative;
  left: 250px;
}






.section10 {
  background-color:#003378;
  padding: 100px 0 0;
  color:#fff;
}
.section10 .zone_title {
  padding:0 250px;
  text-align:left;
}
.section10 .zone_title .title {
  margin-bottom:20px;
}
.section10 .zone_title .title_sub {
  font-size:26px;
  line-height:1.3;
}

.section10 .zone_content {
  display:flex;
  padding:0 250px;
  font-size:26px;
  margin-bottom:123px;
}
.section10 .zone_content .wrap_left {
  margin-right:330px;
}
.section10 .zone_content .area_info_box {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  width:460px;
}
.section10 .area_info_box .item {
  display:flex;
  align-items:flex-end;
  justify-content:center;
  background-color: rgb(255, 255, 255, 0.2);
  background-position:center 40px;
  width:220px;
  height:220px;
  background-size:90px;
}
.section10 .area_info_box .item:hover {
  background-color: rgb(255, 255, 255, 0.1);
}
.section10 .area_info_box .item:nth-child(1) {
  background-image:url("../img/section10_img01.png");
}
.section10 .area_info_box .item:nth-child(2) {
  background-image:url("../img/section10_img02.png");
}
.section10 .area_info_box .item:nth-child(3) {
  background-image:url("../img/section10_img03.png");
}
.section10 .area_info_box .item:nth-child(4) {
  background-image:url("../img/section10_img04.png");
}
.section10 .area_info_box .item .text {
  color:#fff;
  font-size:20px;
  padding-bottom:30px;
}

.section10 .wrap_right {
  display:flex;
  flex-direction:column;
  justify-content: space-between;
}
.section10 .wrap_right .area_office_hours .text {
  font-weight:600;
  font-size:30px;
  margin-bottom:30px;
}
.section10 ul.office_hours {
  display:flex;
  flex-wrap:wrap;
  gap:20px 80px;
  margin-bottom:30px;
}
.section10 .office_hours li {
  width:273px;
}
.section10 .office_hours li .weekday {
  display:inline-block;
  width:114px;
}
.section10 .office_hours li .weekday.type2 {
  letter-spacing:11px;
}

.section10 .zone_map {
  height:766px;
  background:#fdf;
}
.section10 .zone_map #map {
  width:100%;
  height:100%;
}










.footer {
  background: #000F22;
  color:#fff;
  height: auto;
  font-size:16px;
  padding: 104px 0;
}
.footer .zone_top {
  display:flex;
  justify-content:center;
  gap:40px;
  margin-bottom:130px;
}
.footer .zone_top a {
  color: #fff;
}

.footer .zone_bottom {
  display:flex;
  flex-direction:column;
  align-items: center;
  text-align:center;
  position:relative;
  margin:0 auto;
  width:1420px;
}
.footer .zone_bottom .area_logo {
  position:absolute;
  left:0;
  top:0;
  background-image:url("../img/logo.png");
  width:202px;
  height:63px;
}

.footer .zone_bottom .area_company_info {
  width:684px;
}
.footer .zone_bottom .box_info::after {
  content:"|";
  padding:0 6px;
}
.footer .zone_bottom .box_info:last-child::after {
  content:none;
}

.footer .zone_bottom .area_company_info a {
  color:#fff;
}







.quickmenu {
  display:none;
  z-index:100;
  position:fixed;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  background-image:url("../img/quickmenu.png");
  left:50%;
  bottom:30px;
  margin-left:862px;
  width:98px;
  height:581px;
}
.quickmenu .zone_link {
  position:relative;
  width:98px;
  height:581px;
}
.box_link {
  opacity:0.3;
  background:transparent; /* transparent red */
  display:block;
  position:absolute;
  top: 0;
  width:100%;
  height:98px;
  cursor:pointer;
}
.box_link.quick01 {
  top: 20px;
}
.box_link.quick02 {
  top: 135px;
}
.box_link.quick03 {
  top: 254px;
}
.box_link.quick04 {
  top: 378px;
}
.box_link.quick05 {
  top: 485px;
  height: 80px;
}







@media only screen and ( max-width:1920px ){


.section {
  max-width:100.00vw;
  padding: 15vw 0;
}


.header {
  padding:1.56vw 0 0;
}
.header .area_logo {
  max-width:10.42vw;
  margin-bottom:0.78vw;
}


.header .area_gnb a {
  font-size:0.94vw;
  margin-right: 3.13vw;
  height: 5.21vw;
}





/* section common s */

.section .zone_title {
  margin-bottom:6.77vw;
}
.section .zone_title .title {
  font-size: 2.60vw;
  margin-bottom: 1.45vw;
}
.section .zone_title .title_sub {
  font-size: 2.08vw;
  margin-bottom:2.86vw;
}
.section .zone_title .en_name {
  letter-spacing:1.04vw;
  font-size: 0.52vw;
}

.section .zone_small_menu {
  margin-bottom:6.77vw;
}
.section .zone_small_menu a {
  font-size:1.35vw;
}
.section .zone_small_menu a::after {
  padding:0 1.30vw;
}
/* section common e */





.section01 {
  padding:0;
}
.section01 .zone_slide {
  max-width:100.00vw;
  height:52.08vw;
}

.section01 .zone_slide .box_text {
  right:-2.08vw;
  width:53.65vw;
  font-size:1.56vw;
}
.section01 .zone_slide .slide03 .box_text .wrap_text {
  padding-top:13.02vw;
}
.section01 .zone_slide .box_text .text01 {
  font-size:2.08vw;
  margin-bottom:2.34vw;
}
.section01 .zone_slide .box_text .text03 {
  padding-top:10.42vw;
}
.section01 .zone_slide .box_text .text03 .signature {
  width:7.71vw;
  height:3.65vw;
  margin-left: 1.15vw;
}



.section02 {
  height:82.29vw;
}
.section02 .area_box01 {
  padding: 5.52vw 7.81vw;
  width:74.48vw;
}
.section02 .area_box01::after {
  background-size:24.38vw;
  background-position:45.31vw center;
}
.section02 .area_box01 .text01 {
  font-size:2.08vw;
  margin-bottom:4.01vw;
}
.section02 .area_box01 .text02 {
  font-size:1.56vw;
}

.section02 .area_box02 {
  top:8.33vw;
  width:80.73vw;
  height:30.99vw;
}







.section03 .area_teambox {
  background-position:16.15vw 18.23vw;
  background-size:5.47vw;
  width:23.96vw;
  height:22.76vw;
}
.section03 .area_teambox .text01 {
  top:8.02vw;
  left:3.23vw;
  font-size:1.56vw;
}

.section03 [class^=area_box] {
  box-shadow: 0.26vw 0.26vw 0.52vw rgba(200, 200, 200, 1);
  width:11.46vw;
  height:22.76vw;
  margin-left:1.04vw;
  font-size:1.56vw;
}
.section03 [class^=area_box] .text {
  padding-top: 7.81vw;
}







.section04 .area_photo {
  width:42.71vw;
  height:27.29vw;
}
.section04 .wrap_box {
  margin-left:1.04vw;
  gap:1.04vw;
}
.section04 .box_header {
  width:30.21vw;
  height:6.04vw;
  font-size:1.56vw;
}
.section04 .btn_view {
  right:1.04vw;
  top:0.94vw;
}
.section04 .btn_view::before,
.section04 .btn_view::after {
  right:0.36vw;
  top:0.31vw;
  height: 1.30vw;
  width:0.10vw;
}

.section04 .box_body {
  font-size:1.04vw;
  
}
.section04 [class^=area_box].active .box_body {
  height:11.09vw;
}
.section04 .box_body .text01 {
  margin-bottom:1.15vw;
}


.section04 .area_slide {
  width:61.46vw;
  height:32.71vw;
}
.section04 .area_slide .swiper-slide {
  width:61.46vw;
  height:32.71vw;
}


.section04 .box_text {
  bottom:5.21vw;
  font-size:1.30vw;
}
.section04 .box_text .text01 {
  font-size:2.60vw;
  margin-bottom:3.65vw;
}

.section04 .area_btn {
  width:61.46vw;
  padding:3.13vw 0 10.42vw;
  font-size:1.30vw;
}
.section04 .area_btn button.btn_next {
  width: 5.21vw;
  height: 2.08vw;
}








.section05 [class^=area_box] {
  margin-bottom:3.13vw;
}

.section05 .box_photo {
  width:30.21vw;
  height:31.46vw;
}

.section05 .box_text {
  width: 56.77vw;
  height:31.46vw;
  font-size:1.35vw;
}
.section05 [class^=area_box]:nth-child(odd) .box_text {
  padding:6.51vw 1.82vw 6.51vw 7.29vw;
}
.section05 [class^=area_box]:nth-child(even) .box_text {
  padding:6.51vw 1.82vw 6.51vw 13.02vw;
}
.section05 .box_text .text01 {
  font-size:1.56vw;
}
.section05 .box_text .text01::after {
  width: 11.46vw;
  height:0.05vw;
  margin:1.04vw 0 1.56vw;
}







.section06 {
  height:86.77vw;
}
.section06 .area_box01 {
  top:9.90vw;
  width:86.98vw;
  height:30.99vw;
}
.section06 .area_box01 button.btn_next {
  width:5.21vw;
  height:2.08vw;
  bottom: 2.60vw;
  left: 6.25vw;
}

.section06 .area_slide {
  width:80.73vw;
  height:30.21vw;
  padding-bottom:1.04vw;
}
.section06 .area_slide .swiper-slide {
  box-shadow: 0.26vw 0.26vw 0.52vw rgba(0, 0, 0, 0.3);
  width:36.98vw;
  height:23.91vw;
}

.section06 .area_slide .swiper-slide-active {
  width:42.71vw !important;
  height:30.21vw !important;
}


.section06 .box_text {
  bottom:0;
  height:9.53vw;
  font-size:1.35vw;
  padding-left:6.25vw;
}

.section06 .box_text .text01 {
  font-size:1.56vw;
}
.section06 .box_text .text01::after {
  width: 8.33vw;
  height:0.05vw;
  margin:1.04vw 0 1.56vw;
}





.section07 .wrap_top {
  gap:1.04vw;
  margin-bottom:10.42vw;
}
.section07 .wrap_top [class^=area_box] {
  width:23.96vw;
  height:23.49vw;
  font-size:1.35vw;
}
.section07 .wrap_top [class^=area_box] .box_text {
  padding-bottom:3.49vw;
}
.section07 .wrap_top [class^=area_box] .text01 {
  font-size:1.56vw;
  margin-bottom:1.04vw;
}

.section07 .wrap_bottom [class^=area_box] {
  margin-bottom:1.04vw;
}
.section07 .wrap_bottom [class^=area_box]:last-child {
}

.section07 .wrap_bottom .box_photo {
  width:49.48vw;
  height:26.88vw;
}
.section07 .wrap_bottom .box_photo:nth-child(2) {
  width:50.52vw;
}

.section07 .wrap_bottom .area_box02 .small_photo {
  width:24.48vw;
  height:26.88vw;
  font-size:1.35vw;
  padding-bottom:2.76vw;
}
.section07 .wrap_bottom .area_box02 .small_photo.photo02 {
  margin-left:1.56vw;
}
.section07 .wrap_bottom .area_box02 .small_photo .text01 {
  margin-bottom:1.04vw;
}

.section07 .wrap_bottom .area_box02 .plus {
  top:11.46vw;
  margin-left:-1.82vw;
  width:3.65vw;
  height:3.65vw;
}


.section07 .wrap_bottom [class^=area_box] > .box_text {
  width: 50.83vw;
  height:26.88vw;
  font-size:1.35vw;
}
.section07 .wrap_bottom [class^=area_box]:nth-child(odd) > .box_text {
  padding:6.51vw 1.82vw 6.51vw 7.29vw;
}
.section07 .wrap_bottom [class^=area_box]:nth-child(even) > .box_text {
  padding:6.51vw 1.82vw 6.51vw 13.02vw;
}
.section07 .wrap_bottom .box_text .text01 {
  font-size:1.56vw;
}

.section07 .wrap_bottom [class^=area_box] > .box_text .text01::after {
  width: 11.46vw;
  height:0.05vw;
  margin:1.04vw 0 1.56vw;
}





.section08 {
  padding: 5.21vw 0 0;
}
.section08 .zone_photo {
  height:27.81vw;
  margin-bottom:6.77vw;
}

.section08 .wrap_top {
  width:73.96vw;
  font-size:1.35vw;
  margin-bottom: 5.05vw;
}
.section08 .wrap_top .text01 {
  font-size:1.56vw;
  margin-bottom:1.30vw;
}
.section08 .wrap_top .text02 {
  margin-bottom:5.21vw;
}

.section08 .wrap_top .box_vaccine {
  gap:1.04vw;
}
.section08 .wrap_top .box_vaccine .item {
  font-size:1.56vw;
  width:36.46vw;
  height:5.78vw;
  border:0.05vw solid #fff;
}

.section08 .wrap_bottom {
  height:73.33vw;
}
.section08 .wrap_bottom .box_text {
  width:47.14vw;
  font-size:1.35vw;
  padding-top:5.36vw;
  margin-right:6.09vw;
}
.section08 .wrap_bottom .box_text .text01 {
  font-size:1.56vw;
  margin-bottom:1.30vw;
}
.section08 .wrap_bottom .box_text .text02 {
  margin-bottom:5.21vw;
}

.section08 .wrap_bottom .box_sap {
  left:13.02vw;
  background-size:30.31vw 34.84vw;
  width:47.08vw;
  height:45.00vw;
  font-size:0.94vw;
}
.section08 .wrap_bottom .box_sap .text01 {
  margin-bottom:0.47vw;
}
.section08 .wrap_bottom .box_sap .item {
  width:7.08vw;
  margin-left:-20.83vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(1) {
  margin-left:-3.54vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(2) {
  top: 11.20vw;
  margin-left: 16.67vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(3) {
  top: 29.43vw;
  margin-left: 16.67vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(4) {
  top:41.04vw;
  margin-left:-3.54vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(5) {
  top: 29.43vw;
  margin-left: -23.44vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(6) {
  top: 11.20vw;
  margin-left: -23.44vw;
}








.section09 .zone_text {
  width:86.98vw;
  font-size:1.56vw;
  margin-bottom:4.69vw;
}
.section09 .area_slide {
  width:86.98vw;
  height:28.07vw;
  padding-bottom: 1.04vw;
}
.section09 .area_slide .swiper-slide {
  box-shadow: 0.26vw 0.26vw 0.52vw rgba(0, 0, 0, 0.3);
  width:36.46vw;
  height:27.03vw;
}

.section09 .area_btn {
  padding-top:0.52vw;
}
.section09 .area_btn button.btn_next {
  width:5.21vw;
  height:2.08vw;
  left: 13.02vw;
}






.section10 {
  padding: 5.21vw 0 0;
}
.section10 .zone_title {
  padding:0 13.02vw;
}
.section10 .zone_title .title {
  margin-bottom:1.04vw;
}
.section10 .zone_title .title_sub {
  font-size:1.35vw;
}

.section10 .zone_content {
  padding:0 13.02vw;
  font-size:1.35vw;
  margin-bottom:6.41vw;
}
.section10 .zone_content .wrap_left {
  margin-right:16.26vw;
}
.section10 .zone_content .area_info_box {
  gap:1.04vw;
  width:23.96vw;
}
.section10 .area_info_box .item {
  background-position:center 2.08vw;
  width:11.46vw;
  height:11.46vw;
  background-size:4.69vw;
}
.section10 .area_info_box .item .text {
  font-size:1.04vw;
  padding-bottom:1.56vw;
}

.section10 .wrap_right .area_office_hours .text {
  font-size:1.56vw;
  margin-bottom:1.56vw;
}
.section10 ul.office_hours {
  gap:1.04vw 3.3vw;
  margin-bottom:1.56vw;
}
.section10 .office_hours li {
  width:14.22vw;
}
.section10 .office_hours li .weekday {
  width:5.94vw;
}
.section10 .office_hours li .weekday.type2 {
  letter-spacing:0.57vw;
}

.section10 .zone_map {
  height:39.90vw;
}










.footer {
  font-size:0.83vw;
  padding:5.42vw 0;
}
.footer .zone_top {
  gap:2.08vw;
  margin-bottom:6.77vw;
}

.footer .zone_bottom {
  width:73.96vw;
}
.footer .zone_bottom .area_logo {
  width:10.52vw;
  height:3.28vw;
}

.footer .zone_bottom .area_company_info {
  width:35.63vw;
}
.footer .zone_bottom .box_info::after {
  padding:0 0.31vw;
}





.quickmenu {
  bottom:1.56vw;
  margin-left:44.90vw;
  width:5.10vw;
  height:30.26vw;
}
.quickmenu .zone_link {
  width:5.10vw;
  height:30.26vw;
}
.box_link {
  height:5.10vw;
}
.box_link.quick01 {
  top: 1.04vw;
}
.box_link.quick02 {
  top: 7.03vw;
}
.box_link.quick03 {
  top: 13.23vw;
}
.box_link.quick04 {
  top: 19.69vw;
}
.box_link.quick05 {
  top: 25.26vw;
  height: 4.17vw;
}




}
/*@media only screen and ( max-width:1920px )*/






@media only screen and ( max-width:850px ){

.section08 .zone_photo {
  background-attachment: unset;
}

}
/*@media only screen and ( max-width:850px )*/






@media only screen and ( max-width:750px ){


.pc {
  display: none !important;
}
.mo {
  display: block;
}



.section {
  max-width:100.00vw;
}





.header {
  height: 16vw;
  padding:0;
  background-color:#000F22;
  padding:0 4%;
  transform: translateX(-50.05%);
}
.header.fixed {
  position:fixed;
  top:0;
  padding:0 4%;
}
.header .zone_header.mo {
  display:flex;
  height: 16vw;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.header .zone_header.mo .area_logo {
  max-width:32.53vw;
  margin-bottom:0;
}
.header .zone_header.mo .area_gnb {
  position:fixed;
  flex-direction: column;
  left:0;
  top:16vw;
  width:100%;
  height:100vh;
  background-color:#000F22;
  z-index:200;
  padding-top:10vw;
}
.header .zone_header.mo.closed .area_gnb {
  display:none;
}
.header .zone_header.mo .area_gnb a {
  font-size: 4.5vw;
  margin-right: 0;
  height: auto;
  margin-bottom: 7vw;
}

.header .zone_header.mo .area_btn {
  display:flex;
  position:relative;
  width: 10vw;
  height: 10vw;
}
.header .zone_header.mo button.btn_gnb {
  border:0;
  cursor:pointer;
  background-color:transparent;
  width: 10vw;
  height: 10vw;
  position: absolute;
}





.navbar-toggler,
.navbar-toggler span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.navbar-toggler {
  position: relative;
  width: 10vw;
  height: 10vw;
  background: transparent;
  border:0;
  padding: 2vw 0 2vw 2vw;
  cursor: pointer;
}
.navbar-toggler span {
  position: absolute;
  right: 0;
  width: 100%;
  max-width:6vw;
  height: 0.53vw;
  background-color: #fff;
  transition: all .2s;
}
.subpage .navbar-toggler span {
  background-color:#9B8057;
}
.navbar-toggler span:nth-of-type(1) {
  top: 2.5vw;
}
.zone_header.mo.closed .navbar-toggler span:nth-of-type(2) {
  top: 4.5vw;
  width: 4.5vw;
}
.zone_header.mo:not(.closed) .navbar-toggler span:nth-of-type(2) {
  display:none;
}
.navbar-toggler span:nth-of-type(3) {
  top: 6.5vw;
}

.zone_header.mo:not(.closed) .navbar-toggler span:nth-of-type(1) {
  transform: translateY(2vw) rotate(-45deg);
  top: 2.5vw;
}
.zone_header.mo:not(.closed) .navbar-toggler span:nth-of-type(3) {
  transform: translateY(-2vw) rotate(45deg);
  width:100%;
  top: 6.5vw;
}






.gnb_mo {
  display:none;
  opacity:0;
  right:-100%;
  background: #000;
  position: fixed;
  z-index: 10;
  top: 0;
  height: auto;
}
.gnb_mo .zone_header {
  width: 100%;
  height: 16vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnb_mo .area_logo img {
  width: 100%;
  display: block;
}
.gnb_mo .zone_header {
  border-bottom: 1px solid #333;
}

.gnb_mo .area_lang .box_lang_menu {
  top: 13.33vw;
  right: 7vw;
  width: 26.67vw;
  box-shadow: 0.80vw 0.80vw 2.13vw #666;
  z-index:100;
  position: absolute;
  background: #fff;
}

.gnb_mo .navbar-toggler span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
  top: 2.4vw;
}
.gnb_mo .navbar-toggler span:nth-of-type(2) {
  transform: translateY(-9px) rotate(45deg);
  width:100%;
  top: 6.5vw;
}

.gnb_mo .zone_body {
  height: 100vh;
  background: #000;
}
.gnb_mo .zone_body ul {
  padding:4.27vw 5vw;
}
.gnb_mo .zone_body li a {
  display: block;
  padding: 5.07vw 0;
  font-size: 4.80vw;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}






/* section common s */
.section .zone_title {
  margin-bottom:10vw;
  padding:0 4%;
}
.section .zone_title .title {
  font-size: 5.5vw;
}
.section .zone_title .title_sub {
  font-size: 3.8vw;
  margin-bottom:3vw;
}
.section .zone_title .en_name {
  letter-spacing: 1.8vw;
  font-size: 1.5vw;
}

.section .zone_small_menu {
  margin-bottom:8vw;
}
.section .zone_small_menu a {
    font-size: 3.5vw;
}
.section .zone_small_menu a::after {
  padding:0 3vw;
}
/* section common e */







.section01 {
  padding-top:16vw;
}
.section01 .zone_slide {
  max-width: 100.00vw;
  height: 140vw;
}
.section01 .zone_slide .slide01 {
  background-position:-50vw center;
}
.section01 .zone_slide .slide02 {
  background-position:-45vw center;
}
.section01 .zone_slide .slide03 {
  background-position:-27vw center;
}
.section01 .zone_slide .box_text {
  align-items: flex-start;
  width:100%;
  font-size:4vw;
  right:0;
  padding:0 4%;
}
.section01 .zone_slide .box_text [class^=text] {
  text-align:left;
  line-height:1.6;
}
.section01 .zone_slide .box_text .text01 {
  font-size:5vw;
  margin-bottom:45px;
}
.section01 .zone_slide .box_text.bg_black::after {
  opacity:0.2;
}
.section01 .zone_slide .slide03 .box_text {
  justify-content:flex-start;
}
.section01 .zone_slide .slide03 .box_text .wrap_text {
  padding-top:14vw;
}
.section01 .zone_slide .box_text .text03 .signature {
  width: 17vw;
  height: 7vw;
  margin-left: 3.0vw;
}






.section02 {
  height: 159vw;
}
.section02 .area_box01 {
  padding: 5.52vw 7.81vw;
  width: 100vw;
  height: 100vw;
}
.section02 .area_box01::after {
  background-size: 60vw;
  background-position: center 35vw;
}
.section02 .area_box01 .text01 {
  font-size:5vw;
  margin-bottom:8vw;
  line-height: 1.5;
}
.section02 .area_box01 .text02 {
  font-size:4vw;
  word-break:keep-all;
}
.section02 .area_box02 {
  display:none;
}



.section03 [class^=area_box] .bg_black::after {
  opacity: 0.3;
}
.section03 .zone_content {
  padding: 0 4%;
}
.section03 .area_teambox {
  background-position: 3.0vw 28.23vw;
  background-size: 7.47vw;
  width: 12vw;
  height: 32.76vw;
}
.section03 .area_teambox .text01 {
  top: 8.02vw;
  left: 1.6vw;
  font-size: 2.6vw;
}
.section03 [class^=area_box] {
  box-shadow: 0.26vw 0.26vw 0.52vw rgba(200, 200, 200, 1);
  width: 18vw;
  height: 32.76vw;
  margin-left: 2vw;
  font-size: 3vw;
}
.section03 [class^=area_box] .text {
  padding-top: 10vw;
}






.section04 .zone_content {
  padding:0 4%;
}
.section04 .area_photo {
  width: 42.71vw;
  height: 50.29vw;
  background-size: cover;
}
.section04 .wrap_box {
  margin-left:2vw;
  gap:2vw;
  width: 47vw;
}
.section04 .box_header {
  width:47vw;
  height:11vw;
  font-size:3vw;
}
.section04 .btn_view {
  right:3vw;
  top:2vw;
}
.section04 .btn_view::before,
.section04 .btn_view::after {
  right:0.36vw;
  top:0.31vw;
  height: 3vw;
  width:0.2vw;
}

.section04 .box_body {
  font-size:3vw;
}
.section04 [class^=area_box].active .box_body {
  width: 47vw;
  height: auto;
  padding: 3vw 0;
  text-align: left;
  word-break:keep-all;
}
.section04 .box_body .text01 {
  margin-bottom:2vw;
}

.section04 .area_slide {
  width:99%;
  height:50vw;
  display: flex;
  justify-content: center;
}
.section04 .area_slide .swiper-wrapper {
  overflow:hidden;
}
.section04 .area_slide .swiper-slide {
  background-size: cover;
  width:100%;
  height:50vw;
}


.section04 .box_text {
  bottom:7vw;
  font-size:2.8vw;
}
.section04 .box_text .text01 {
  font-size:5vw;
  margin-bottom:3.65vw;
}

.section04 .area_btn {
  width:92vw;
  padding:5vw 0 12vw;
  font-size:2.7vw;
}
.section04 .area_btn button.btn_next {
  width: 8vw;
  height: 3vw;
}




.section05 [class^=area_box] {
  margin-bottom:4vw;
}

.section05 .box_photo {
  width:35vw;
  height:37vw;
}

.section05 .box_text {
  width: 61vw;
  height:36.68vw;
  font-size:3.16vw;
  word-break:keep-all;
  padding:4vw;
}
.section05 [class^=area_box]:nth-child(odd) .box_text {
  padding:4vw;
}
.section05 [class^=area_box]:nth-child(even) .box_text {
  padding:4vw;
}
.section05 .box_text .text01 {
  font-size:3.5vw;
}
.section05 .box_text .text01::after {
  width: 20vw;
  height: 0.05vw;
  margin: 1.04vw 0 3vw;
}






.section06 {
  height:134vw;
}
.section06 .area_box01 {
  top: 18vw;
  width: 96vw;
  height: 40vw;
}
.section06 .area_box01 button.btn_next {
  width: 10vw;
  height: 5.08vw;
  bottom: 4vw;
  left: 8.0vw;
}

.section06 .area_slide {
  width:88vw;
  height:43.0vw;
}
.section06 .area_slide .swiper-slide {
  width:46vw;
  height:29vw;
}

.section06 .area_slide .swiper-slide-active {
  width:60vw !important;
  height:43.0vw !important;
}


.section06 .box_text {
  height: 20vw;
  font-size: 3.16vw;
  padding-left: 3vw;
  padding-right: 3vw;
  word-break:keep-all;
}

.section06 .box_text .text01 {
  font-size: 3.5vw;
}
.section06 .box_text .text01::after {
  width: 18vw;
  height: 0.05vw;
  margin: 1.04vw 0 2.0vw;
}







.section07 .wrap_top {
  flex-wrap: wrap;
  gap:4vw;
  margin-bottom:12vw;
}
.section07 .wrap_top [class^=area_box] {
  width: 92vw;
  height: 30vw;
  font-size: 3.16vw;
}
.section07 .wrap_top [class^=area_box] .box_text {
  padding-bottom:4vw;
}
.section07 .wrap_top [class^=area_box] .text01 {
  font-size: 3.5vw;
  margin-bottom: 3vw;
}

.section07 .wrap_bottom [class^=area_box] {
  margin-bottom:4vw;
}

.section07 .wrap_bottom .box_photo {
  width: 49vw;
  height: 37vw;
  background-size: cover;
  background-position: center;
}
.section07 .wrap_bottom .box_photo:nth-child(2) {
  width:50.52vw;
}

.section07 .wrap_top .area_box01 {
  background-position: center 46%;
}
.section07 .wrap_top .area_box02 {
  margin-top:0;
  background-position: center 46%;
}
.section07 .wrap_top .area_box03 {
  background-position: center 68%;
}
.section07 .wrap_bottom .area_box02 .small_photo {
  background-size: cover;
  background-position: center;
  width: 24.48vw;
  height: 37vw;
  font-size: 2.4vw;
  padding-bottom: 3vw;
}
.section07 .wrap_bottom .area_box02 .small_photo.photo02 {
  margin-left:1.56vw;
}
.section07 .wrap_bottom .area_box02 .small_photo .text01 {
  margin-bottom:2vw;
  font-size: 3.16vw;
}
.section07 .wrap_bottom .area_box02 .small_photo .text02 {
  text-align:left;
  padding:0 1.5vw;
}

.section07 .wrap_bottom .area_box02 .plus {
  top: 16vw;
  margin-left: -3vw;
  width: 6vw;
  height: 6vw;
  background-size: cover;
}


.section07 .wrap_bottom [class^=area_box] > .box_text {
  width: 50.83vw;
  height:26.88vw;
  font-size:3.16vw;
  word-break:keep-all;
}
.section07 .wrap_bottom [class^=area_box]:nth-child(odd) > .box_text {
  padding:6vw 4vw;
}
.section07 .wrap_bottom [class^=area_box]:nth-child(even) > .box_text {
  padding:6vw 4vw;
}
.section07 .wrap_bottom .box_text .text01 {
  font-size:3.5vw;
}

.section07 .wrap_bottom [class^=area_box] > .box_text .text01::after {
  width: 23vw;
  margin:1.04vw 0 2vw;
}







.section08 {
  padding: 10vw 0 0;
}
.section08 .zone_photo {
  height: 67vw;
  margin-bottom: 8vw;
  background-size: cover;
  background-attachment: unset;
}

.section08 .wrap_top {
  width: 92vw;
  font-size: 3.16vw;
  margin-bottom: 8vw;
}
.section08 .wrap_top .text01 {
  font-size: 3.5vw;
  margin-bottom: 1.5vw;
}
.section08 .wrap_top .text02 {
  margin-bottom:8vw;
}

.section08 .wrap_top .box_vaccine {
  gap:2vw;
}
.section08 .wrap_top .box_vaccine .item {
  font-size: 3.5vw;
  width: 45vw;
  height: 11vw;
  border: 0.05vw solid #fff;
}

.section08 .wrap_bottom {
  height:130vw;
  background-size: 70%;
  background-position: bottom right;
}
.section08 .wrap_bottom .box_text {
  width: 100vw;
  font-size: 3.16vw;
  margin-right: 0;
  padding: 6vw 4vw;
}
.section08 .wrap_bottom .box_text .text01 {
  font-size:3.5vw;
  margin-bottom:1.5vw;
}
.section08 .wrap_bottom .box_text .text02 {
  margin-bottom:5.21vw;
}

.section08 .wrap_bottom .box_sap {
  left: 50%;
  margin-left: -37.5vw;
  background-size: 45vw;
  width: 75vw;
  height: 72vw;
  font-size: 2.2vw;
  margin-top: 8vw;
}
.section08 .wrap_bottom .box_sap .text01 {
  margin-bottom:0.47vw;
}
.section08 .wrap_bottom .box_sap .item {
  width:15.5vw;
  margin-left:-20.83vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(1) {
  margin-left:-7.54vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(2) {
  top: 14.5vw;
  margin-left: 20vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(3) {
  top: 50.43vw;
  margin-left: 19.67vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(4) {
  top: 63.04vw;
  margin-left: -7.54vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(5) {
  top: 50.43vw;
  margin-left: -35.44vw;
}
.section08 .wrap_bottom .box_sap .item:nth-child(6) {
  top: 14.5vw;
  margin-left: -35.44vw;
}






.section09 .zone_text {
  width: 100vw;
  font-size: 3.5vw;
  margin-bottom: 8vw;
  padding: 0 4%;
}
.section09 .area_slide {
  width: 96vw;
  height: 27.8vw;
}
.section09 .area_slide .swiper-slide {
  width:36.46vw;
  height:27.03vw;
}

.section09 .area_btn {
  padding: 5vw 4vw 0;
}
.section09 .area_btn button.btn_next {
  width: 10vw;
  height: 5.08vw;
  left: 0;
}






.section10 {
  padding: 10vw 0 0;
}
.section10 .zone_title {
  padding:0 4vw;
}
.section10 .zone_title .title {
  margin-bottom:2vw;
}
.section10 .zone_title .title_sub {
  font-size:3.16vw;
}

.section10 .zone_content {
  flex-direction: column;
  padding: 0 4vw;
  font-size: 3.16vw;
  margin-bottom: 8vw;
}
.section10 .zone_content .wrap_left {
  margin-right:0;
  margin-bottom: 8vw;
}
.section10 .zone_content .area_info_box {
  gap: 2vw;
  width: 100%;
  justify-content: center;
}
.section10 .area_info_box .item {
  background-position: center 3vw;
  width: 43.5vw;
  height: 23vw;
  background-size: 10vw;
}
.section10 .area_info_box .item .text {
  font-size: 3.5vw;
  padding-bottom: 2vw;
}

.section10 .wrap_right {
  height: 38vw;
}
.section10 .wrap_right .area_office_hours .text {
  font-size: 3.5vw;
  margin-bottom: 2vw;
}
.section10 ul.office_hours {
  gap:1.04vw 3.3vw;
  margin-bottom:1.56vw;
}
.section10 .office_hours li {
  width:42vw;
}
.section10 .office_hours li .weekday {
  width:14vw;
}
.section10 .office_hours li .weekday.type2 {
  letter-spacing:0.57vw;
}

.section10 .zone_map {
  height:50vw;
}






.footer {
  font-size:3vw;
  padding:10vw 4vw;
}
.footer .zone_top {
  gap:3vw;
  margin-bottom:7vw;
}

.footer .zone_bottom {
  width:100%;
}
.footer .zone_bottom .area_logo {
  width: 30vw;
  height: 10.4vw;
  position: relative;
  margin-bottom: 8vw;
}

.footer .zone_bottom .area_company_info {
  width:100%;
}
.footer .zone_bottom .box_info::after {
  padding:0 1.2vw;
}



.btn_go_top {
  display:none;
  background-image: none;
  margin-left: unset;
  position: fixed;
  bottom: 6vw;
  right: 4vw;
  left: auto;
  z-index: 8;
  background-color: rgb(0, 51, 120, 0.7);
  outline: none;
  cursor: pointer;
  padding: 10px;
  border:0;
  border-radius: 8%;
  width: 11vw;
  height: 11vw;
  font-size: 25px;
  font-weight: 500;
  color: #FFF;
}
.btn_go_top .zone_arrow {
  display:flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 5px 6px 0;
}
.arrow {
  width: 8px;
  height: 8px;
  position: relative;
}
.arrow::before, .arrow::after {
  content: '';
  position: absolute;
}
.arrow::before {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-right: 0;
  border-bottom: 0;
}
.arrow--top {
  transform: rotate(45deg);
}



}
/*@media only screen and ( max-width:750px )*/









@media screen and (max-width:490px){





}
/*@media only screen and ( max-width:500px )*/





@media screen and (max-width: 800px) {
    .popimgbox img{width: 100%;}   
}
@media screen and (max-width: 630px) {
    #popup{width: 90%;}
}
.popimgbox{max-width: 600px;}

#popup input[type=checkbox]{display: block;}
#popup label{display: flex; align-items: center;}
#close-btn{font-size: 16px; color: #000; width: 30px; height: 30px; background: #fff; border-radius: 100%; font-weight: 700; font-family: 'Montserrat', sans-serif;}
.flex_pop {display: flex; justify-content: space-between; align-items: center; }
.popimgbox{border-radius: 20px; overflow: hidden; margin-top: 20px; display: block; }

#main_modal { position: fixed; width: 100%; height: 100%; z-index: 9999; top: 0; left: 0; background-color: rgba(239, 239, 239, 0.8); } 
#main_modal .list-pops { width: 600px; position: fixed; border-radius: 20px; top: 50%; left: 50%; transform: translate(-50%, -47%); } 
#main_modal .close_btn { width: 100px; height: 40px; line-height: 40px; font-size: 20px; color: #fff; cursor: pointer; background-color: #007aff; text-align: center; position: absolute; top: -45px; right: 0; border-radius: 15px; font-weight: bold; transition: background-color .2s linear; } 
#main_modal .btn_today_close{ width: auto; height: 40px; line-height: 40px; font-size: 16px; color: #fff; cursor: pointer; background-color: #007aff; text-align: center; position: absolute; top: -45px; right: 115px; border-radius: 15px; font-weight: bold; transition: background-color .2s linear; box-sizing: border-box; padding: 0 15px;} 
#main_modal .close_btn:hover { background-color: #007aff; } 

#slide { border-radius: 20px; } 
#slide .sp-mask { border-radius: 20px 20px 0 0; }

.sp-thumbnail { display: inline-block; height: 55px; line-height: 55px; text-align: center; font-size: 20px; font-weight: bold; 
    position: static !important;
} 
.sp-thumbnails > div:last-child .sp-thumbnail { border-right: none; } 
.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container { margin: 0; } 
.sp-bottom-thumbnails .sp-thumbnail-container { background: #fff; width: 25% !important; } 
.sp-selected-thumbnail .sp-thumbnail { background: #007aff; } 
.sp-thumbnails .sp-thumbnail { width: 100% !important;} 
.sp-bottom-thumbnails .sp-selected-thumbnail:before,
.sp-bottom-thumbnails .sp-selected-thumbnail:after { display: none; } 
.sp-bottom-thumbnails.sp-has-pointer { margin-top: 0; } 
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail { position: static; top: auto; } 

@media (max-width: 1000px) {
 #main_modal .list-pops { width: 100%; max-width: 400px;} 
 .sp-bottom-thumbnails.sp-has-pointer { position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); } 
 .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail-container { margin: 0 5px; border-radius: 50%; background-color: #d4d4d4; } 
 #slide .sp-mask { border-radius: 20px; } 
 .sp-image{width: 100%;}
 }



         .popup-stack {
            position: absolute;
            top: 16px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            gap: 12px;
            z-index: 9999;
        }

        .popup {
            width: min(92vw, 615px);
            background: #1e285c;
            border: 1px solid rgba(0, 0, 0, .1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
            border-radius: 12px;
            padding: 14px 14px 12px 14px;
            position: relative;
            font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
        }

        .popup .close {
            position: absolute;
            top: 6px;
            right: 8px;
            background: none;
            border: 0;
            font-size: 35px;
            line-height: 1;
            cursor: pointer;
            color: #fff;
        }

        .popup .content {
            margin: 4px 0 10px;
            font-size: 14px;
            line-height: 1.45;
        }

        .popup .content img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            display: block;
        }

        .popup .actions {
            display: flex;
            gap: 8px;
            justify-content: flex-end;
        }

        .popup .actions button {
            cursor: pointer;
            border: 1px solid #ddd;
            background: #f8f8f8;
            padding: 6px 10px;
            border-radius: 8px;
            font-size: 12px;
        }

        .popup .actions button:hover {
            filter: brightness(0.97);
        }

        @media (max-width: 480px) {
            .popup {
                width: calc(100vw - 32px);
            }
        }

        /* ì´ˆê¸°í™” ë²„íŠ¼ */
        .pop-reset {
            position: fixed;
            bottom: 16px;
            right: 16px;
            z-index: 10000;
            border: 1px solid #ddd;
            background: #fff;
            padding: 8px 12px;
            border-radius: 10px;
            font-size: 12px;
            cursor: pointer;
            box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
        }


        .popup-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .55);
            z-index: 9998;
            display: none;
        }