@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&display=swap');
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
/* font-family: 'NanumSquare', sans-serif;  Regular(400), Bold(700), Extra Bold(800), Light(300) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/font/fa-light-300.eot);
  src: url(/font/fa-light-300.eot?#iefix) format('embedded-opentype'),
    url(/font/fa-light-300.woff2) format('woff2'),
    url(/font/fa-light-300.woff) format('woff'),
    url(/font/fa-light-300.ttf) format('truetype'),
    url(/font/fa-light-300.svg#fontawesome) format('svg');
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/font/fa-regular-400.eot);
  src: url(/font/fa-regular-400.eot?#iefix) format('embedded-opentype'),
    url(/font/fa-regular-400.woff2) format('woff2'),
    url(/font/fa-regular-400.woff) format('woff'),
    url(/font/fa-regular-400.ttf) format('truetype'),
    url(/font/fa-regular-400.svg#fontawesome) format('svg');
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/font/fa-solid-900.eot);
  src: url(/font/fa-solid-900.eot?#iefix) format('embedded-opentype'),
    url(/font/fa-solid-900.woff2) format('woff2'),
    url(/font/fa-solid-900.woff) format('woff'),
    url(/font/fa-solid-900.ttf) format('truetype'),
    url(/font/fa-solid-900.svg#fontawesome) format('svg');
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
p,
iframe,
span,
strong,
em {
  margin: 0;
  padding: 0;
  font-size: inherit;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
}

body {
  font-family: 'Noto Sans KR', 'Nanum Gothic', 'Malgun Gothic', 'Dotum',
    sans-serif;
  color: #191919;
  line-height: auto;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

html,
body {
  width: 100%;
  /*height:100%;*/
}

header,
hgroup,
footer,
section,
article,
aside,
nav,
canvas,
figure,
figcaption {
  display: block;
}

table {
  font-size: inherit;
  border-collapse: separate /*collapse*/;
  border-spacing: 0;
  table-layout: fixed;
}

th,
td {
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
}

fieldset,
iframe {
  border: 0;
  vertical-align: top;
}

small {
  font-size: 12px;
  color: #666;
}

img {
  border: 0;
  font-size: 0;
  vertical-align: top;
}

address,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

li,
dd {
  list-style: none;
  word-break: keep-all;
}

hr {
  display: none;
}

caption {
  overflow: hidden;
  width: 100%;
  height: 1px;
  font-size: 1px;
  line-height: 0;
  text-indent: -9999px;
  margin-top: -1px;
}

legend {
  overflow: hidden;
  left: -9999px;
  text-indent: 9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0;
  white-space: nowrap;
  color: #000;
}

button {
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  vertical-align: middle;
  font-size: 12px;
  appearance: none;
  moz-appearance: none;
  border: 0;
  *overflow: visible;
  outline: none;
}

a {
  text-decoration: none;
  color: #191919;
}

select {
  border-radius: 0;
}

.transition {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

/* layout */
#wrap {
  overflow: hidden;
}

.inner {
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.s-inner {
  width: 1308px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.s-inner2 {
  width: 88%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.text_hidden {
  display: none;
}

html.no_scroll {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.tc {
  text-align: center;
}

br.pc_br {
  display: none;
}

@media all and (max-width: 1320px) {
  .s-inner {
    width: 88%;
  }
}

@media all and (max-width: 1199px) {
  .inner {
    width: 100%;
  }
}

@media all and (max-width: 1024px) {
  html,
  body {
    font-size: 15px;
  }
}

@media all and (max-width: 767px) {
  html,
  body {
    font-size: 13px;
  }

  br.mo_br {
    display: none;
  }

  br.pc_br {
    display: block;
  }
}

::selection {
  background: rgba(0, 119, 215, 0.8);
  color: #fff;
}

::-moz-selection {
  background: rgba(0, 119, 215, 0.8);
  color: #fff;
}

::-webkit-selection {
  background: rgba(0, 119, 215, 0.8);
  color: #fff;
}

.theone_btn {
  display: block;
  width: 100px;
  font-size: 0.875em;
  color: #a4a4a4;
  font-weight: 600;
  font-family: 'Montserrat';
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 15px;
  position: relative;
  transition: all 0.4s;
  transition-property: width, color, border;
}

.theone_btn:after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #33bdff;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  bottom: 3px;
  opacity: 0;
  transition: opacity 0.4s;
}

.theone_btn:hover {
  width: 120px;
  color: #33bdff;
  border-bottom-color: #33bdff;
}

.theone_btn:hover:after {
  opacity: 1;
}

/*.theone_btn.case2 {width:100px; color:#a4a4a4; border-bottom-color:#a4a4a4}
.theone_btn.case2:after {display:none;}
.theone_btn.case2:hover {width:140px;}*/
.theone_btn.youtube {
  width: 150px;
}

.theone_btn.youtube:before {
  content: '\f167';
  font-size: 1.71em;
  color: #f00;
  margin-right: 10px;
  font-weight: 400;
  font-family: 'Font Awesome 5 Brands';
  vertical-align: middle;
}

.theone_btn.youtube:after {
  background: #f00;
}

.theone_btn.youtube:hover {
  width: 170px;
  color: #f00;
  border-bottom-color: #f00;
}

@media screen and (max-width: 1024px) {
  .theone_btn {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .theone_btn {
    width: 80px;
  }

  .theone_btn:hover {
    width: 100px;
  }

  .theone_btn.case2 {
    width: 80px;
  }

  .theone_btn.case2:hover {
    width: 110px;
  }

  .theone_btn.youtube {
    width: 120px;
  }

  .theone_btn.youtube:hover {
    width: 140px;
  }
}

/* header */
#theone_header {
  width: 100%;
  max-height: 85px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  transition: max-height 0.6s;
}

#theone_header.active {
  max-height: 100vh;
  border-bottom: 1px solid #ddd;
}

#theone_header .s-inner {
  position: unset;
}

#theone_logo {
  float: left;
  margin-top: 15px;
  width: 215px;
  height: 54px;
  background: url(/images/logo.svg) no-repeat center center;
  background-size: contain;
  position: relative;
  z-index: 10;
}

#theone_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

#theone_gnb {
}

#theone_gnb > ul {
  display: flex;
}

#theone_gnb > ul > li {
  text-align: center;
}

#theone_gnb > ul > li > a {
  display: block;
  font-size: 1em;
  line-height: 85px;
  font-weight: 500;
  padding: 0 7px;
  transition: color 0.3s;
}

#theone_gnb > ul > li:hover > a {
  color: #33bdff;
}

#theone_gnb > ul > li > a > span {
  position: relative;
}

#theone_gnb > ul > li > a > span:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #33bdff;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: width 0.3s ease-in-out;
}

#theone_gnb > ul > li:hover > a > span:after {
  width: 100%;
}

#theone_gnb > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  transition-property: opacity, visibility;
}

#theone_gnb > ul > li > ul.on {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
}

#theone_gnb > ul > li > ul > li:first-child {
  padding-top: 15px;
}

#theone_gnb > ul > li > ul > li:last-child {
  padding-bottom: 15px;
}

#theone_gnb > ul > li > ul > li {
  position: relative;
  z-index: 10;
}

#theone_gnb > ul > li > ul > li > a {
  display: block;
  font-size: 0.93em;
  color: #666;
  line-height: 1.5em;
  padding: 10px 25px;
}
.korea,
.english {
  border-radius: 20px;
  background: #e6e6e6;
  padding: 0px 15px;
  margin: 24px 0 0px 0px;
  padding: 0px 15px;
  display: inline-block;
  position: relative;
  float: left;
}
/*#theone_gnb > ul > li > ul {display:flex; justify-content:center; width:100%; position:absolute; left:0; top:85px; background:#f5f5f5; opacity:0; visibility:hidden;}
#theone_gnb > ul > li:hover > ul {opacity:1; visibility:visible;}
#theone_gnb > ul > li > ul > li {width:218px;}
#theone_gnb > ul > li > ul > li > a {display:block; font-size:0.875em; color:#666; line-height:55px; border-left:1px solid #eee}
#theone_gnb > ul > li > ul > li:last-child > a {border-right:1px solid #eee;}*/

#menuOpen {
  float: right;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin: 25px 0 5px 10px;
}

#menuOpen span {
  display: block;
  width: 100%;
  height: 2px;
  background: #191919;
  position: absolute;
  left: 0;
}

#menuOpen span:nth-child(1) {
  top: 0;
}

#menuOpen span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

#menuOpen span:nth-child(3) {
  bottom: 0;
}

#menuClose {
  width: 50px;
  height: 50px;
  border: 1px solid #dcdcdc;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: 664px;
}

#menuClose:before,
#menuClose:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #191919;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12.5px;
}

#menuClose:before {
  transform: rotate(45deg);
}

#menuClose:after {
  transform: rotate(-45deg);
}

.login_btn_list_2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_btn_list_2 li:after {
  content: '/';
  margin: 0 3px;
  line-height: 18px;
  font-size: 12px;
}

.login_btn_list_2 li a {
  color: #555;
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -1px;
}

.login_btn_list_2 li:last-child::after {
  display: none;
}

#all_gnb {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  left: 0;
  top: -40px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transition-property: opacity, visibility, top;
}

#all_gnb > ul {
  display: table;
  width: 1308px;
  height: 100%;
  margin: 0 auto;
  border-left: 1px solid #dcdcdc;
}

#all_gnb > ul > li {
  display: table-cell;
  width: 16.66%;
  border-right: 1px solid #dcdcdc;
  padding: 65px 20px 50px;
}

#all_gnb > ul > li > a {
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
  transition: color 0.3s;
}

#all_gnb > ul > li > a:hover {
  color: #33bdff;
}

#all_gnb > ul > li > ul > li {
  margin-top: 30px;
}

#all_gnb > ul > li > ul > li > a {
  display: block;
  font-size: 1.125em;
  color: #666;
  padding: 0 0px;
  transition: color 0.3s;
}

#all_gnb > ul > li > ul > li > a:hover {
  color: #a4a4a4;
}

#theone_header.on #all_gnb {
  opacity: 1;
  visibility: visible;
  top: 0;
}

#theone_header:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  position: absolute;
  left: 0;
  top: 85px;
}

#theone_header.sub_header:after {
  top: 84px;
}

.mo_login_btn {
  display: none;
}

.login_btn_list_2_box {
  text-align: right;
}
.korea,
.english {
  border-radius: 20px;
  background: #e6e6e6;
  padding: 0px 15px;
  margin: 24px 0 0px 0px;
  padding: 0px 15px;
  display: inline-block;
  position: relative;
  float: left;
}

@media screen and (min-width: 1025px) {
  #all_gnb > ul > li > ul {
    display: block !important;
  }
}

@media screen and (max-width: 1320px) {
  #theone_logo {
    width: 185px;
    height: 46px;
    margin-top: 20px;
  }

  #theone_gnb > ul > li > a {
    font-size: 1em;
    padding: 0 0px;
  }

  #theone_gnb > ul > li > ul > li > a {
    padding: 10px 15px;
  }
  .korea,
  .english {
    margin: 32px 0 0 0;
  }

  #theone_gnb > ul > li > ul {
    padding: 0 6%;
  }

  #theone_gnb > ul > li > ul > li {
    width: 16.66%;
  }

  #menuOpen {
    width: 25px;
    height: 18px;
    margin-left: 10px;
    margin-top: 33px;
  }

  #menuClose {
    left: auto;
    right: 7%;
    margin-left: 0;
  }

  #all_gnb > ul {
    width: 88%;
  }

  #all_gnb > ul > li {
    padding: 65px 13px 50px;
  }

  #all_gnb > ul > li > a {
    font-size: 1.125em;
    padding-bottom: 10px;
  }

  #all_gnb > ul > li > ul > li {
    margin-top: 20px;
  }

  #all_gnb > ul > li > ul > li > a {
    font-size: 1em;
  }
}

@media screen and (max-width: 1150px) {
  #theone_gnb {
    display: none;
  }

  .login_btn_list_2_box {
    margin-right: 20px;
  }
  .login_btn_list_2 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #theone_header {
    height: 60px;
    max-height: 100vh !important;
    overflow: visible;
  }

  #theone_header .s-inner {
    position: relative;
    z-index: 10;
  }
  .korea.pc_btn,
  .english.pc_btn {
    /* display: none; */
  }
  #theone_header.on .korea.pc_btn,
  #theone_header.on .english.pc_btn {
    display: none;
  }
  .korea,
  .english {
    margin: 20px 0 0 0;
  }
  .korea.mo_btn,
  .english.mo_btn {
    display: inline-block;
  }

  .mo_login_btn .korea,
  .mo_login_btn .english {
    margin: 0 0 0 10px;
    color: #fff;
    padding: 0;
    background: #191919;
  }

  #theone_header:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 36px;
    right: 7%;
    background: #191919;
    transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    z-index: 0;
  }

  #theone_header.on:before {
    width: 3000px;
    height: 3000px;
    top: -1500px;
    right: -1500px;
    transition: all 1400ms cubic-bezier(0, 0.995, 0.99, 1);
  }

  #theone_logo {
    width: 175px;
    height: 44px;
    margin-top: 8px;
  }

  #theone_header.on #theone_logo {
    background-image: url(/images/logo_w.svg);
  }

  #theone_gnb {
    display: none;
  }

  #menuOpen {
    width: 23px;
    height: 16px;
    margin-top: 22px;
  }

  #theone_header.on #menuOpen {
    display: none;
  }

  #menuClose {
    width: 40px;
    height: 40px;
    right: 6%;
  }

  .mo_login_btn {
    position: absolute;
    top: 18px;
    right: 17%;
    display: flex;
  }

  .mo_login_btn div:first-child:after {
    content: '/';
    margin: 0 5px;
  }

  .mo_login_btn a {
    color: #fff;
  }

  #menuClose:before,
  #menuClose:after {
    width: 18px;
    background: #fff;
    margin-left: -9px;
  }

  #all_gnb {
    background: none;
    top: 0;
  }

  #all_gnb > ul {
    display: block;
    border-left: 0;
    padding-top: 80px;
  }

  #all_gnb > ul > li {
    display: block;
    width: 100%;
    border-right: 0;
    text-align: center;
    padding: 0;
    transform: translateY(-60px);
    opacity: 0;
  }

  #all_gnb > ul > li > a {
    color: #fff;
    border-bottom: 0;
    padding: 20px 0;
  }

  #all_gnb > ul > li > ul {
    display: none;
  }

  #all_gnb > ul > li > ul > li {
    margin-top: 0;
  }

  #all_gnb > ul > li > ul > li > a {
    color: #fff;
    padding: 10px 0;
  }

  #theone_header.on #all_gnb > ul > li {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.8s;
    transition-property: opacity, transform;
  }

  #theone_header.on #all_gnb > ul > li:nth-child(1) {
    transition-delay: 0.5s;
  }

  #theone_header.on #all_gnb > ul > li:nth-child(2) {
    transition-delay: 0.6s;
  }

  #theone_header.on #all_gnb > ul > li:nth-child(3) {
    transition-delay: 0.7s;
  }

  #theone_header.on #all_gnb > ul > li:nth-child(4) {
    transition-delay: 0.8s;
  }

  #theone_header.on #all_gnb > ul > li:nth-child(5) {
    transition-delay: 0.9s;
  }

  #theone_header.on #all_gnb > ul > li:nth-child(6) {
    transition-delay: 1s;
  }

  #theone_header.on #all_gnb > ul > li:nth-child(7) {
    transition-delay: 1.1s;
  }

  #theone_header:after {
    display: none;
  }

  #theone_header.sub_header:after {
    display: block;
    top: 59px;
  }

  #theone_header.sub_header.on:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #menuClose {
    width: 30px;
    height: 30px;
  }
}
.footer_box {
  height: auto !important;
  min-height: 0 !important;
}

#theone_footer {
  width: 100%;
  background: #1d1d1d;
  padding: 40px 0 60px;
}

#theone_footer .s-inner {
  position: relative;
  padding-right: 70px;
}

#theone_footer .f_util {
  overflow: hidden;
}

#theone_footer .f_util li {
  float: left;
}

#theone_footer .f_util li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #666;
  vertical-align: middle;
  margin: 0 20px;
}

#theone_footer .f_util li:first-child:before {
  display: none;
}

#theone_footer .f_util li a {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
}

#theone_footer .f_info {
  margin-top: 30px;
}

#theone_footer .f_info li {
  display: inline-block;
  font-size: 1em;
  color: #929292;
  line-height: 1.8em;
  margin-right: 15px;
}

#theone_footer .f_info li strong {
  font-weight: 700;
}

#theone_footer .copy {
  font-size: 1em;
  color: #929292;
  line-height: 1.5em;
  margin-top: 20px;
}

#theone_footer .go_top {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

#theone_footer .go_top:before {
  content: '\f176';
  font-size: 1.875em;
  color: #929292;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
}

#theone_footer .go_top p {
  font-size: 0.72em;
  color: #929292;
  line-height: 1.3em;
  font-weight: 400;
  font-family: 'Montserrat';
  margin-top: 15px;
}

#theone_footer .f_member {
  clear: both;
  display: inline-block;
  font-size: 0.81em;
  color: #8a8884;
  letter-spacing: 0;
  margin-right: 5px;
  font-weight: 400;
  border: 1px solid #8a8884;
  padding: 2px 5px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  #theone_footer {
    padding: 5vw 0;
  }

  #theone_footer .s-inner {
    padding-right: 40px;
  }

  #theone_footer .f_util li:before {
    height: 10px;
    margin: 0 7px;
  }

  #theone_footer .f_info {
    margin-top: 1.5vw;
  }

  #theone_footer .f_info li {
    margin-right: 10px;
  }

  #theone_footer .copy {
    margin-top: 1vw;
  }

  #theone_footer .go_top:before {
    font-size: 1.5em;
  }

  #theone_footer .go_top p {
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  #theone_footer .s-inner {
    padding-right: 0;
  }

  #theone_footer .go_top {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 2%;
  }

  #theone_footer .go_top p {
    margin-top: 3px;
  }
}

#Quick {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

#Quick a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 85px;
  height: 80px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 5px 0 0 5px;
}

#Quick a:last-child {
  margin-bottom: 0;
}

#Quick a i {
  font-size: 1.25em;
  line-height: 1.2em;
}

#Quick a p {
  font-size: 0.81em;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 5px;
}

#Quick a.tel {
  background: #33bdff;
}

#Quick a.online {
  background: #1976d2;
}

#Quick a.online i {
  font-size: 1.43em;
}

#Quick a.kakao {
  background: #ffdb11;
}

#Quick a.kakao img {
  width: 31px;
}

#Quick a.kakao p {
  color: #3c1e1e;
}

#Quick a.nocbak {
  background: #fff;
}

#Quick a.nocbak img {
  width: 31px;
}

#Quick a.nocbak p {
  color: #3c1e1e;
}

@media screen and (max-width: 1320px) {
  #Quick a {
    width: 80px;
    height: 80px;
  }

  /* #theone_gnb li {
        display: none;
    } */
}

@media screen and (max-width: 1024px) {
  .login_btn_list_2 {
    display: none;
  }

  #Quick {
    top: auto;
    bottom: 10px;
    transform: translateY(0);
  }

  #Quick a {
    width: 70px;
    height: 65px;
  }

  #Quick a i {
    font-size: 1.125em;
  }

  #Quick a p {
    font-size: 0.75em;
  }

  #Quick a.online i {
    font-size: 1.2em;
  }

  #Quick a.kakao {
    background-size: 40% auto;
  }

  #Quick a.kakao img {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  #Quick a {
    width: 40px;
    height: 40px;
  }

  #Quick a p {
    display: none;
  }

  #Quick a.kakao img {
    width: 40%;
  }
}

/* main */
.content_quick {
  position: fixed;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.content_quick.hide {
  display: none;
}

.content_quick a {
  display: block;
  position: relative;
}

.content_quick a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  left: 7px;
  top: 12px;
  transition: all 0.4s;
  transition-property: background, opacity;
}

.content_quick a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.4s;
  transition-property: border;
}

.content_quick a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
  color: #33bdff;
  line-height: 19px;
  font-weight: 500;
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  transition-property: opacity, visibility;
}

.content_quick .on a:before {
  border-color: #33bdff;
}

.content_quick .on a:after,
.content_quick a:hover:after {
  background: #33bdff;
  opacity: 1;
}

.content_quick .on a span,
.content_quick a:hover span {
  opacity: 1;
  visibility: visible;
}

.content_quick.white a:after {
  background: #fff;
  opacity: 1;
}

.content_quick.white a span {
  color: #fff;
}

.content_quick.white .on a:before {
  border-color: #fff;
}

.content_quick.white .on a:after,
.content_quick.white .on a:hover:after {
  background: #fff;
}

@media screen and (max-width: 1660px) {
  .content_quick a span {
    display: none;
  }
}

@media screen and (max-width: 1460px) {
  .content_quick {
    left: 10px;
  }
}

@media screen and (max-width: 1360px) {
  .content_quick {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .content > div {
    height: auto !important;
    min-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .content > div {
    min-height: 100vh;
  }
}

.main_title .t1 {
  font-size: 1.875em;
  color: #33bdff;
  line-height: 1.15em;
  font-weight: 700;
  margin-bottom: 40px;
}

.main_title .t2 {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  margin-top: 30px;
}

.main_title h2 {
  font-size: 3.43em;
  line-height: 1.27em;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .main_title .t1 {
    font-size: 1.5em;
    margin-bottom: 3.5vw;
  }

  .main_title .t2 {
    margin-top: 2.5vw;
  }

  .main_title h2 {
    font-size: 2.9em;
  }
}

@media screen and (max-width: 767px) {
  .main_title h2 {
    font-size: 2.4em;
  }
}

#mVisu {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#mVisu:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #232b31;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#mVisu .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

#mVisu .video:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

#mVisu .video iframe {
  width: 120%;
  height: 120%;
  min-width: 1920px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#mVisu .txt_box {
  position: relative;
  z-index: 10;
  padding-top: 38vh;
}

#mVisu .txt_box .txt1 {
  font-size: 1.375em;
  color: #fff;
  line-height: 1.5em;
  margin-top: 20px;
  text-align: center;
}

#mVisu .scroll_down {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 30;
}

#mVisu .scroll_down:before {
  content: '\f8cd';
  display: block;
  font-size: 1.875em;
  color: #fff;
  line-height: 1em;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
}

#mVisu .scroll_down p {
  font-size: 0.75em;
  color: #fff;
  line-height: 1.2em;
  font-family: 'Montserrat';
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  #mVisu .video iframe {
    min-width: 2500px;
  }

  #mVisu .txt_box .txt1 {
    font-size: 1.125em;
    margin-top: 2vw;
  }

  #mVisu .scroll_down {
    display: none;
    bottom: 20px;
  }

  #mVisu .scroll_down p {
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  #mVisu .video iframe {
    min-width: 1920px;
  }
}

@media screen and (min-height: 1080px) {
  #mVisu .video iframe {
    min-width: 2500px;
  }
}

#mClinic {
  width: 100%;
  height: 100%;
  position: relative;
}

#mClinic .txt_box {
  display: flex;
  align-items: center;
  height: 100%;
}

#mClinic .txt_box .main_title {
  width: 100%;
  padding-right: 50%;
  background: #fff;
}

#mClinic .img_box {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transition-property: opacity, visibility;
}

#mClinic .img_box.active {
  opacity: 1;
  visibility: visible;
}

.mClinic_slide {
  width: 100%;
}

#mClinic .main_title .t1,
#mClinic .main_title .t2,
#mClinic .main_title h2,
#mClinic .main_title div {
  opacity: 0;
  transform: translateY(60px);
}

#mClinic .swiper-slide-active .main_title .t1,
#mClinic .swiper-slide-active .main_title .t2,
#mClinic .swiper-slide-active .main_title h2,
#mClinic .swiper-slide-active .main_title div {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s;
  transition-property: opacity, transform;
}

#mClinic .swiper-slide-active .main_title h2 {
  transition-delay: 0.2s;
}

#mClinic .swiper-slide-active .main_title .t2 {
  transition-delay: 0.4s;
}

#mClinic .swiper-slide-active .main_title div {
  transition-delay: 0.6s;
}

@media screen and (max-width: 1024px) {
  #mClinic {
    min-height: 0;
    padding: 11vw 0;
  }

  #mClinic .txt_box {
    z-index: 10;
  }

  #mClinic .txt_box .main_title {
    width: 50%;
    padding: 7% 2% 7% 0;
    background: #fff;
  }

  #mClinic .txt_box .main_title .t2 br {
    display: none;
  }

  #mClinic .img_box {
    width: 50%;
    z-index: 0;
  }
}

@media screen and (max-width: 767px) {
  #mClinic {
    padding: 0;
  }

  #mClinic .txt_box {
    min-height: 0;
    text-align: center;
  }

  #mClinic .txt_box .main_title {
    width: 100%;
    padding: 11vw 2% 7vw 0;
  }

  #mClinic .txt_box .main_title .theone_btn {
    margin: 0 auto;
  }

  #mClinic .img_box_list {
    height: 75vw;
    position: relative;
  }

  #mClinic .img_box {
    width: 100%;
    height: 100%;
  }
}

.mService_slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.mService_slide .swiper-slide {
  width: 100%;
  height: 100%;
  position: unset;
}

.mService_slide .img_box {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.mService_slide .img_box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #232b31;
  opacity: 0.7;
}

.mService_slide .txt_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10;
}

.mService_slide .txt_box .icon_box {
  overflow: hidden;
}

.mService_slide .txt_box .icon_box li {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 180px;
  height: 180px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 30px;
}

.mService_slide .txt_box .icon_box li:last-child {
  margin-right: 0;
}

.mService_slide .txt_box .icon_box li i {
  font-size: 2.81em;
  color: #fff;
  line-height: 1em;
}

.mService_slide .txt_box .icon_box li p {
  font-size: 1.125em;
  color: #fff;
  line-height: 1.55em;
  margin-top: 10px;
}

.mService_slide .txt_box .main_title .number {
  font-size: 6.25em;
  color: rgba(51, 189, 255, 0.5);
  line-height: 1em;
  font-weight: 500;
  font-family: 'Montserrat';
  margin: 0 0 -50px -70px;
}

.mService_slide .swiper-button-next,
.mService_slide .swiper-button-prev {
  height: auto;
  right: auto;
  left: 50%;
  top: calc(50vh + 210px);
  margin-top: 0;
}

.mService_slide .swiper-button-prev {
  margin-left: 180px;
}

.mService_slide .swiper-button-next {
  margin-left: 270px;
}

.mService_slide .swiper-button-prev:after {
  content: '\f053';
}

.mService_slide .swiper-button-next:after {
  content: '\f054';
}

.mService_slide .swiper-button-next:after,
.mService_slide .swiper-button-prev:after {
  font-size: 0.875em;
  color: #fff;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
}

#mService .mService_slide .swiper-pagination {
  width: auto;
  bottom: auto;
  top: calc(50vh + 210px);
  left: 50%;
  margin-left: 217px;
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  font-weight: 500;
  font-family: 'Montserrat';
}

#mService .mService_slide .swiper-pagination-current {
  font-size: 1.28em;
  color: #fff;
}

#mService .mService_slide .swiper-pagination span {
  margin: 0 5px;
}

.mService_slide .txt_box .icon_box li,
.mService_slide .txt_box .main_title .number,
.mService_slide .txt_box .main_title h2,
.mService_slide .txt_box .main_title .t2 {
  opacity: 0;
  transform: translateY(60px);
}

.mService_slide .swiper-slide-active .txt_box .icon_box li,
.mService_slide .swiper-slide-active .txt_box .main_title .number,
.mService_slide .swiper-slide-active .txt_box .main_title h2,
.mService_slide .swiper-slide-active .txt_box .main_title .t2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s;
  transition-property: opacity, transform;
}

.mService_slide .swiper-slide-active .txt_box .icon_box li:nth-child(2) {
  transition-delay: 0.2s;
}

.mService_slide .swiper-slide-active .txt_box .icon_box li:nth-child(3) {
  transition-delay: 0.4s;
}

.mService_slide .swiper-slide-active .txt_box .main_title h2 {
  transition-delay: 0.2s;
}

.mService_slide .swiper-slide-active .txt_box .main_title .t2 {
  transition-delay: 0.4s;
}

@media screen and (max-width: 1320px) {
  .mService_slide .txt_box .icon_box li {
    width: 170px;
    height: 170px;
    margin-right: 15px;
  }

  .mService_slide .txt_box .icon_box li:first-child {
    float: none;
    margin-left: 92px;
  }

  .mService_slide .swiper-button-next,
  .mService_slide .swiper-button-prev {
    right: 6%;
    left: auto;
    margin-left: 0;
  }

  .mService_slide .swiper-button-next {
    margin-right: 340px;
  }

  .mService_slide .swiper-button-prev {
    margin-right: 450px;
  }

  #mService .mService_slide .swiper-pagination {
    left: auto;
    right: 6%;
    margin-left: 0;
    margin-right: 385px;
  }
}

@media screen and (max-width: 1024px) {
  #mService {
    min-height: 0;
  }

  .mService_slide .txt_box {
    display: block;
    padding: 20vw 0;
  }

  .mService_slide .txt_box .icon_box {
    display: flex;
    justify-content: center;
  }

  .mService_slide .txt_box .icon_box li {
    float: none;
    width: 150px;
    height: 150px;
  }

  .mService_slide .txt_box .icon_box li:first-child {
    margin-left: 0;
  }

  .mService_slide .txt_box .icon_box li i {
    font-size: 2.3em;
  }

  .mService_slide .txt_box .icon_box li p {
    font-size: 1em;
    margin-top: 7px;
  }

  .mService_slide .txt_box .main_title {
    text-align: center;
    margin-top: 4%;
  }

  .mService_slide .txt_box .main_title .number {
    font-size: 5em;
    margin-left: 0;
    margin-bottom: -30px;
  }

  .mService_slide .txt_box .main_title .t2 {
    min-height: 7.2em;
  }

  .mService_slide .swiper-button-next,
  .mService_slide .swiper-button-prev {
    top: auto;
    bottom: 12%;
  }

  .mService_slide .swiper-button-next {
    right: 50%;
    margin-right: -70px;
  }

  .mService_slide .swiper-button-prev {
    right: auto;
    left: 50%;
    margin-left: -70px;
    margin-right: 0;
  }

  #mService .mService_slide .swiper-pagination {
    width: 100%;
    top: auto;
    bottom: 12%;
    right: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mService_slide .txt_box .icon_box li {
    width: 100px;
    height: 100px;
    border-width: 2px;
    margin-right: 5px;
  }

  .mService_slide .txt_box .icon_box li i {
    font-size: 1.6em;
  }

  .mService_slide .txt_box .icon_box li p {
    font-size: 0.75em;
    margin-top: 3px;
  }
}

#mMedical {
  width: 100%;
  position: relative;
}

#mMedical:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

#mMedical .txt_box {
  display: flex;
  align-items: center;
  height: 100%;
}

#mMedical .txt_box .main_title {
  width: 50%;
  background: #fff;
  position: relative;
  z-index: 10;
  padding-right: 2%;
}

.mMedical_slide {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mMedical_slide .swiper-slide {
  width: 430px;
}

.mMedical_slide .img_box {
  width: 100%;
  height: 368px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mMedical_slide dl dt {
  font-size: 1.625em;
  line-height: 1.3em;
  font-weight: 700;
  margin: 20px 0 10px;
}

.mMedical_slide dl dd {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
}

.mMedical_slide.swiper-container-horizontal > .swiper-scrollbar {
  width: 100%;
  border-radius: 0;
  opacity: 1 !important;
  bottom: -100px;
  height: 1px;
  background: #d4d4d4;
}

.mMedical_slide.swiper-container-horizontal
  > .swiper-scrollbar
  .swiper-scrollbar-drag {
  height: 3px;
  background: #33bdff;
  margin-top: -1px;
}

@media screen and (max-width: 1024px) {
  #mMedical {
    min-height: 0;
    padding: 12vw 0 20vw;
  }

  #mMedical:before {
    display: none;
  }

  #mMedical .txt_box {
    display: block;
    min-height: 0;
    padding-bottom: 6vw;
  }

  #mMedical .txt_box .main_title {
    width: 100%;
    text-align: center;
  }

  #mMedical .txt_box .main_title .t2 br {
    display: none;
  }

  #mMedical .txt_box .main_title .theone_btn {
    margin: 0 auto;
  }

  .mMedical_slide {
    width: 88%;
    margin: 0 auto;
    position: relative;
    top: 0;
    transform: translateY(0);
    padding-bottom: 6%;
  }

  .mMedical_slide .swiper-slide {
    width: 390px;
  }

  .mMedical_slide .img_box {
    height: 35vw;
  }

  .mMedical_slide dl {
    text-align: center;
  }

  .mMedical_slide dl dt {
    font-size: 1.3em;
    margin: 15px 0 5px;
  }

  .mMedical_slide.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .mMedical_slide .img_box {
    height: 75vw;
  }
}

#mYoutube {
  display: flex;
  align-items: center;
  background: #f7f7f8;
}

#mYoutube .s-inner {
  display: table;
}

#mYoutube .s-inner > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#mYoutube .youtube_box .youtube {
  width: 100%;
  height: 368px;
}

#mYoutube .youtube_box iframe {
  width: 100%;
  height: 100%;
}

#mYoutube .youtube_box .youtube_list {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

#mYoutube .youtube_box .youtube_list li {
  float: left;
  width: calc(33.33% - 6.66px);
  height: 125px;
  margin-right: 10px;
}

#mYoutube .youtube_box .youtube_list li:last-child {
  margin-right: 0;
}

#mYoutube .youtube_box .youtube_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#mYoutube .youtube_box .youtube_list li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#mYoutube .txt_box {
  overflow: hidden;
  padding-left: 5%;
}

#mYoutube .txt_box .main_title {
  float: right;
}

@media screen and (max-width: 1320px) {
  #mYoutube .youtube_box .youtube {
    height: 25vw;
  }

  #mYoutube .youtube_box .youtube_list li {
    height: 8vw;
  }
}

@media screen and (max-width: 1024px) {
  #mYoutube {
    min-height: 0;
    padding: 12vw 0;
  }

  #mYoutube .txt_box .main_title .t2 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #mYoutube {
    display: block;
  }

  #mYoutube .s-inner {
    display: block;
  }

  #mYoutube .s-inner > div {
    display: block;
    width: 100%;
  }

  #mYoutube .youtube_box .youtube {
    height: 50vw;
  }

  #mYoutube .youtube_box .youtube_list {
    margin-top: 10px;
  }

  #mYoutube .youtube_box .youtube_list li {
    width: calc(33.33% - 3.33px);
    height: 15vw;
    margin-right: 5px;
  }

  #mYoutube .txt_box {
    padding-left: 0;
    margin-top: 8%;
    text-align: center;
  }

  #mYoutube .txt_box .main_title .theone_btn {
    margin: 0 auto;
  }
}

/*  */
#mReview {
  width: 100%;
  position: relative;
}

#mReview:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

#mReview .txt_box {
  display: flex;
  align-items: center;
  height: 100%;
}

#mReview .txt_box .main_title {
  width: 50%;
  background: #fff;
  position: relative;
  z-index: 10;
  padding-right: 2%;
}

.mReview_slide {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mReview_slide .swiper-slide {
  width: 430px;
}

.mReview_slide .img_box {
  width: 100%;
  height: 368px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mReview_slide dl dt {
  font-size: 1.625em;
  line-height: 1.3em;
  font-weight: 700;
  background-color: #191919;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 10px;
}

.mReview_slide dl dd {
  font-size: 1em;
  color: #191919;
  line-height: 1.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mReview_slide.swiper-container-horizontal > .swiper-scrollbar {
  /* width: 100%;
    border-radius: 0;
    opacity: 1 !important;
    bottom: -100px;
    height: 1px;
    background: #d4d4d4; */
  display: none;
}

.mReview_slide.swiper-container-horizontal
  > .swiper-scrollbar
  .swiper-scrollbar-drag {
  height: 3px;
  background: #33bdff;
  margin-top: -1px;
}

@media screen and (max-width: 1024px) {
  #mReview {
    min-height: 0;
    padding: 12vw 0 20vw;
  }

  #mReviewl:before {
    display: none;
  }

  #mReview .txt_box {
    display: block;
    min-height: 0;
    padding-bottom: 6vw;
  }

  #mReview .txt_box .main_title {
    width: 100%;
    text-align: center;
  }

  #mReview .txt_box .main_title .t2 br {
    display: none;
  }

  #mReview .txt_box .main_title .theone_btn {
    margin: 0 auto;
  }

  .mReview_slide {
    width: 88%;
    margin: 0 auto;
    position: relative;
    top: 0;
    transform: translateY(0);
    padding-bottom: 6%;
  }

  .mReview_slide .swiper-slide {
    width: 390px;
  }

  .mReview_slide .img_box {
    height: 35vw;
  }

  .mReview_slide dl {
    text-align: center;
  }

  .mReview_slide dl dt {
    font-size: 1.3em;
    margin: 15px 0 5px;
  }

  .mReview_slide.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 0;
    display: none;
  }

  #mReview:before {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .mReview_slide .img_box {
    height: 75vw;
  }
}

/*  */
#mnews {
  background: url(/images/mnews_bg.png) no-repeat fixed center/cover;
}

#mnews .s-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 50px;
}

#mnews .mnews_left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#mnews .left_tit1 {
  font-size: 30px;
  font-weight: 600;
  color: #33bdff;
}

#mnews .left_tit2 {
  font-size: 52px;
  font-weight: 500;
  color: #fff;
}

#mnews .left_txt {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

#mnews .left_btn {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

#mnews .left_btn:hover::after {
  top: calc(100% + 5px);
}

#mnews .left_btn::after {
  transition: 0.4s;
  position: absolute;
  content: '';
  width: 90px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: calc(100% + 10px);
}

#mnews .mnews_right {
  width: 60%;
}

#mnews {
}

#mnews {
}

#mnews {
}

#mnews {
}

#mnews {
}

#mnews {
}

.comments {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  /* border: 15px solid #000; */
  padding: 5px;
  /* margin-left: 40px; */
}

.comments .box {
  height: 535px;
}

.comments .box {
  box-sizing: border-box;
  height: 535px;
  overflow: hidden;
}

.comments .box .list {
  width: 95%;
  margin: 0px auto;
}

.list {
  cursor: pointer;
}

.list > li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.list_date {
  font-size: 14px;
  color: #a4a4a4;
}

.comments .box .list li {
  font-size: 18px;
  height: 120px;
}

.comments .box .list li {
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}

.list_cate {
  font-weight: 600;
}

.list_tit {
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1025px) {
  #mnews .s-inner {
    flex-direction: column;
  }

  #mnews .mnews_left {
    text-align: center;
    padding-top: 50px;
  }

  #mnews .mnews_right {
    width: 90%;
    margin-top: 10px;
    padding-bottom: 30px;
  }

  #mnews .left_btn::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .comments .box .list li {
    height: 40px;
  }

  .comments .box {
    height: 250px;
  }

  .list_tit {
    max-width: 300px;
    width: 80%;
    font-size: 14px;
  }

  .list_date {
    font-size: 12px;
  }

  #mnews .left_tit2 {
    font-size: 30px;
  }

  #mnews .mnews_left {
    gap: 15px;
  }

  .p {
    display: none;
  }

  #mnews .left_txt {
    font-size: 13px;
    line-height: 22px;
  }

  .content > #mnews {
    min-height: auto;
  }
}

#mCommunity {
  display: flex;
  align-items: center;
  position: relative;
}

#mCommunity:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #33bdff;
  position: absolute;
  right: 0;
  top: 0;
}

#mCommunity .s-inner {
  display: table;
  position: relative;
  z-index: 10;
}

#mCommunity .s-inner > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#mNotice {
  padding-right: 175px;
}

#mNotice .tit {
  position: relative;
}

#mNotice .t1 {
  font-size: 1.875em;
  color: #33bdff;
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'Montserrat';
}

#mNotice h2 {
  font-size: 2.18em;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 5px;
}

#mNotice .more {
  font-size: 0.875em;
  color: #a4a4a4;
  line-height: 1.3em;
  font-weight: 500;
  font-family: 'Montserrat';
  position: absolute;
  right: 0;
  top: 57px;
  text-transform: uppercase;
}

#mNotice ul {
  margin-top: 30px;
}

#mNotice ul li a {
  display: block;
  width: 100%;
  font-size: 1.125em;
  color: #666;
  line-height: 1.5em;
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  transition: all 0.3s;
  transition-property: color, border;
}

#mNotice ul li a p {
  float: left;
  width: calc(100% - 75px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#mNotice ul li a .date {
  float: right;
  display: block;
  width: 75px;
  font-size: 0.77em;
  color: #a4a4a4;
  font-weight: 400;
  transition: color 0.3s;
  text-align: right;
}

#mNotice ul li a:hover {
  color: #33bdff;
  font-weight: 500;
  border-bottom-color: #33bdff;
}

#mNotice ul li a:hover .date {
  color: #33bdff;
}

#mNotice .video {
  margin-top: 40px;
  width: 120%;
  height: 330px;
}

#mNotice .video iframe {
  width: 100%;
  height: 100%;
}
#mNotice .video video {
  width: 100%;
  height: 100%;
}

#mReservation {
  padding-left: 175px;
}

#mReservation .t1 {
  font-size: 1.875em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

#mReservation .t2 {
  margin-top: 10px;
  color: rgba(255, 255, 255, 1);
}

#mReservation h2 {
  font-size: 2.18em;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 5px;
}

#mReservation .form_box {
  margin-top: 50px;
}

#mReservation .form_box ul {
  width: 100%;
  overflow: hidden;
}

#mReservation .form_box ul li {
  margin-bottom: 20px;
}

#mReservation .form_box ul li.w_50 {
  float: left;
  width: calc(50% - 5px);
  margin-right: 10px;
}

#mReservation .form_box ul li:nth-of-type(3) {
  clear: both;
}

#mReservation .form_box ul li.w_50:nth-of-type(2),
#mReservation .form_box ul li.w_50:last-of-type {
  margin-right: 0;
}

#mReservation .form_box ul li label {
  display: block;
  font-size: 1.125em;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

#mReservation .form_box ul li input,
#mReservation .form_box ul li select {
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 0;
  padding: 0 20px;
  font-size: 0.875em;
  color: #191919;
  font-family: 'Noto Sans KR';
  border-radius: 0;
}

#mReservation .form_box ul li input::placeholder {
  color: #a4a4a4;
}

#mReservation .form_box ul li input::-webkit-input-placeholder {
  color: #a4a4a4;
}

#mReservation .form_box ul li input:-ms-input-placeholder {
  color: #a4a4a4;
}

#mReservation .form_box ul li select {
  background: #fff url(/images/icon_caret-down.svg) no-repeat calc(100% - 20px)
    center;
  background-size: 12px 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#mReservation .form_box ul li select::-ms-expand {
  display: none;
}

#mReservation .form_box ul li input.date {
  background: #fff url(/images/icon_caret-down.svg) no-repeat calc(100% - 20px)
    center;
  background-size: 12px 18px;
}

#mReservation .form_box button {
  display: block;
  width: 100%;
  height: 65px;
  background: #191919;
  font-size: 1.25em;
  color: #fff;
  font-weight: 500;
  font-family: 'Noto Sans KR';
  margin-top: 50px;
}

#mReservation .form_box ul li > div.time_box {
  position: relative;
}

#mReservation .form_box ul li > div.time_box ul {
  display: none;
  width: 100%;
  max-height: 140px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-top: 0;
  border-bottom: 0;
}

#mReservation .form_box ul li > div.time_box ul li {
  font-size: 0.875em;
  line-height: 34px;
  padding: 0 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
  cursor: pointer;
}

#mReservation .form_box ul li > div.time_box.on ul {
  display: block;
}

@media screen and (max-width: 1320px) {
  #mNotice {
    padding-right: 70px;
  }

  #mNotice .video {
    width: 100%;
    height: 21vw;
  }

  #mReservation {
    padding-left: 70px;
  }
}

@media screen and (max-width: 1024px) {
  #mCommunity {
    min-height: 0;
    padding: 12vw 0;
  }

  #mNotice {
    padding-right: 40px;
  }

  #mNotice .t1 {
    font-size: 1.5em;
  }

  #mNotice h2 {
    font-size: 1.7em;
  }

  #mNotice .more {
    top: 40px;
  }

  #mNotice ul {
    margin-top: 15px;
  }

  #mNotice ul li a {
    font-size: 1em;
    padding: 15px 0;
  }

  #mReservation {
    padding-left: 40px;
  }

  #mReservation .t1 {
    font-size: 1.5em;
  }

  #mReservation h2 {
    font-size: 1.7em;
  }

  #mReservation .form_box {
    margin-top: 30px;
  }

  #mReservation .form_box ul li {
    margin-bottom: 15px;
  }

  #mReservation .form_box ul li.w_50 {
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  #mReservation .form_box ul li label {
    font-size: 1em;
    margin-bottom: 8px;
  }

  #mReservation .form_box ul li input,
  #mReservation .form_box ul li select {
    height: 40px;
  }

  #mReservation .form_box button {
    height: 50px;
    font-size: 1.125em;
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  #mCommunity {
    padding: 0;
  }

  #mCommunity:before {
    display: none;
  }

  #mCommunity .s-inner {
    width: 100%;
    display: block;
  }

  #mCommunity .s-inner > div {
    display: block;
    width: 100%;
    padding: 10vw 6%;
  }

  #mNotice ul {
    margin-top: 5px;
  }

  #mNotice .video {
    height: 49vw;
  }

  #mReservation {
    background: #33bdff;
  }

  #mReservation .form_box {
    margin-top: 20px;
  }
}

.check_box {
  font-size: 0.875em;
  color: #fff;
  line-height: 24px;
}

.check_box input {
  display: none;
}

.check_box p {
  position: relative;
  padding-left: 40px;
}

.check_box p a {
  color: #fff;
  text-decoration: underline;
}

.check_box p:before {
  content: '\f00c';
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 1em;
  color: #33bdff;
  text-align: center;
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 0;
}

.check_box input:checked + p:before {
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .check_box {
    line-height: 20px;
  }

  .check_box p {
    padding-left: 30px;
  }

  .check_box p:before {
    width: 20px;
    height: 20px;
    line-height: 18px;
  }
}

#mContact .txt_box {
  width: 100%;
  height: 62vh;
  background: url(/images/mContact_img1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#mContact .txt_box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #232b31;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}

#mContact .txt_box .main_title {
  position: relative;
  z-index: 10;
  padding-top: 16vh;
}

#mContact .txt_box .info_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
  background: #fff;
  box-shadow: 10px 10px 20px rgba(25, 25, 25, 0.15);
  position: absolute;
  bottom: -125px;
  left: 50%;
  margin-left: -654px;
  z-index: 30;
}

#mContact .txt_box .info_box:before {
  content: '';
  display: block;
  width: 350px;
  height: 100%;
  background: #33bdff;
  position: absolute;
  left: 0;
  top: 0;
}

#mContact .txt_box .info_box > div {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

#mContact .txt_box .info_box .tel {
  width: 350px;
}

#mContact .txt_box .info_box .tel .t1 {
  font-size: 1.25em;
  color: #fff;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 10px;
}

#mContact .txt_box .info_box .tel .number {
  font-size: 2.18em;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'Montserrat';
}

#mContact .txt_box .info_box .tel .number:before {
  content: '\f879';
  font-size: 0.68em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
}

#mContact .txt_box .info_box .info strong {
  display: block;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 20px;
}

#mContact .txt_box .info_box .info strong i {
  font-size: 0.9em;
  margin-right: 7px;
}

#mContact .txt_box .info_box .info ul li {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  position: relative;
  padding-left: 75px;
}

#mContact .txt_box .info_box .info ul li p {
  width: 75px;
  color: #191919;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}

#mContact .txt_box .info_box .info .t1 {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
}

#mContact .txt_box .info_box .info .subway {
  font-size: 1em;
  color: #666;
  line-height: 1.56em;
  padding-left: 34px;
  position: relative;
}

#mContact .txt_box .info_box .info .subway:before {
  content: '3';
  display: block;
  width: 24px;
  line-height: 18px;
  border: 3px solid #ff7100;
  border-radius: 50%;
  font-size: 0.625em;
  color: #ff7100;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

#mContact .txt_box .info_box .info1 {
  width: calc(45% - 175px);
  position: relative;
}

#mContact .txt_box .info_box .info1:after {
  content: '';
  display: block;
  width: 1px;
  height: 120px;
  background: #d4d4d4;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#mContact .txt_box .info_box .info2 {
  width: calc(55% - 175px);
}

#mContact .map {
  width: 100%;
  height: 38vh;
  background: #f7f8f9;
}

#mContact .map #map {
  width: 100%;
  height: 100%;
}

#mContact .map .root_daum_roughmap .wrap_map {
  height: 100% !important;
}

@media screen and (max-width: 1320px) {
  #mContact .txt_box .info_box {
    left: 6%;
    margin-left: 0;
  }

  #mContact .txt_box .info_box:before {
    width: 290px;
  }

  #mContact .txt_box .info_box .tel {
    width: 290px;
  }

  #mContact .txt_box .info_box .info1 {
    width: calc(45% - 145px);
  }

  #mContact .txt_box .info_box .info2 {
    width: calc(55% - 145px);
  }
}

@media screen and (max-width: 1024px) {
  #mContact {
    min-height: 0;
  }

  #mContact .txt_box {
    height: auto;
  }

  #mContact .txt_box .main_title {
    padding-top: 12vw;
  }

  #mContact .txt_box .info_box {
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 6vw auto -5vw;
  }

  #mContact .txt_box .info_box:before {
    display: none;
  }

  #mContact .txt_box .info_box {
    display: block;
    overflow: hidden;
  }

  #mContact .txt_box .info_box .tel {
    width: 100%;
    background: #33bdff;
    padding: 2vw 0;
  }

  #mContact .txt_box .info_box .tel .t1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125em;
    margin-bottom: 7px;
    margin-right: 20px;
  }

  #mContact .txt_box .info_box .tel .number {
    display: inline-block;
    font-size: 1.8em;
  }

  #mContact .txt_box .info_box .info {
    float: left;
    width: 50%;
    padding: 2.5vw 0;
  }

  #mContact .txt_box .info_box .info strong {
    font-size: 1.125em;
    margin-bottom: 10px;
  }

  #mContact .txt_box .info_box .info ul li {
    padding-left: 65px;
  }

  #mContact .txt_box .info_box .info ul li p {
    width: 65px;
  }

  #mContact .txt_box .info_box .info1:after {
    height: 60%;
  }

  #mContact .map {
    height: 40vw;
    position: relative;
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  #mContact .txt_box .info_box .info {
    float: none;
    width: 100%;
    padding: 4vw 0;
  }

  #mContact .txt_box .info_box .info > div {
    width: 70%;
  }

  #mContact .txt_box .info_box .info1:after {
    width: 100%;
    height: 1px;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }

  #mContact .map {
    height: 50vw;
  }
}

#mContact2 .txt_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(/images/mContact_img1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#mContact2 .txt_box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #232b31;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}

#mContact2 .txt_box .s-inner {
  margin-top: -100px;
}

#mContact2 .txt_box .main_title {
  position: relative;
  z-index: 10;
  padding-top: 130px;
}

#mContact2 .txt_box .main_title .t1 {
  margin-bottom: 10px;
}

#mContact2 .txt_box .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

#mContact2 .txt_box .info_box {
  width: 24%;
  /*display:flex; justify-content:center; align-items:center; height:160px; */
  background: #fff;
  box-shadow: 10px 10px 20px rgba(25, 25, 25, 0.15);
}

/*#mContact2 .txt_box .info_box:before {content:''; display:block; width:100%; height:100%; background:#33bdff; position:absolute; left:0; top:0;}*/
#mContact2 .txt_box .info_box > div {
  display: flex;
  justify-content: left;
  position: relative;
  z-index: 10;
  padding: 32px 25px;
}

#mContact2 .txt_box .info_box .tel {
  width: 100%;
  background: #33bdff;
}

#mContact2 .txt_box .info_box .tel .t1 {
  font-size: 1.25em;
  color: #fff;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 10px;
}

#mContact2 .txt_box .info_box .tel .number {
  font-size: 2.18em;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'Montserrat';
}

#mContact2 .txt_box .info_box .tel .number:before {
  content: '\f879';
  font-size: 0.68em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
}

#mContact2 .txt_box .info_box .info strong {
  display: block;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 10px;
}

#mContact2 .txt_box .info_box .info strong i {
  font-size: 0.9em;
  margin-right: 7px;
}

#mContact2 .txt_box .info_box .info ul li {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  position: relative;
  padding-left: 75px;
}

#mContact2 .txt_box .info_box .info ul li p {
  width: 75px;
  color: #191919;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}

#mContact2 .txt_box .info_box .info .t1 {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
}

#mContact2 .txt_box .info_box .info .subway {
  font-size: 1em;
  color: #666;
  line-height: 1.56em;
  padding-left: 34px;
  position: relative;
}

#mContact2 .txt_box .info_box .info .subway:before {
  content: '3';
  display: block;
  width: 24px;
  line-height: 18px;
  border: 3px solid #ff7100;
  border-radius: 50%;
  font-size: 0.625em;
  color: #ff7100;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

#mContact2 .txt_box .info_box .info1 {
  /*width:calc(45% - 175px); */
  position: relative;
}

#mContact2 .txt_box .info_box .info1:after {
  content: '';
  display: block;
  width: 1px;
  height: 120px;
  background: #d4d4d4;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*#mContact2 .txt_box .info_box .info2 {width:calc(55% - 175px)}*/
#mContact2 .video {
  width: 75%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

#mContact2 .video iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1320px) {
  #mContact2 .txt_box .info_box {
    width: 30%;
  }

  #mContact2 .txt_box .info_box > div {
    padding: 15px 20px;
  }

  #mContact2 .txt_box .info_box .tel .number {
    font-size: 1.6em;
  }

  #mContact2 .video {
    width: 69%;
    height: 510px;
  }
}

@media screen and (max-width: 1024px) {
  #mContact2 {
    min-height: 0;
  }

  #mContact2 .txt_box .s-inner {
    margin-top: 0;
  }

  #mContact2 .txt_box {
    height: auto;
    padding: 10vw 0;
  }

  #mContact2 .txt_box .main_title {
    padding-top: 0;
  }

  #mContact2 .txt_box .box1 {
    display: block;
    margin-top: 0;
  }

  #mContact2 .txt_box .info_box {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 4vw auto 3vw;
  }

  #mContact2 .txt_box .info_box:before {
    display: none;
  }

  #mContact2 .txt_box .info_box > div {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
  }

  #mContact2 .txt_box .info_box {
    display: block;
    overflow: hidden;
  }

  #mContact2 .txt_box .info_box .tel {
    width: 100%;
    background: #33bdff;
    padding: 2vw 0;
  }

  #mContact2 .txt_box .info_box .tel .t1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125em;
    margin-bottom: 7px;
    margin-right: 20px;
  }

  #mContact2 .txt_box .info_box .tel .number {
    display: inline-block;
    font-size: 1.8em;
  }

  #mContact2 .txt_box .info_box .info {
    float: left;
    width: 50%;
    padding: 2.5vw 0;
  }

  #mContact2 .txt_box .info_box .info strong {
    font-size: 1.125em;
    margin-bottom: 10px;
  }

  #mContact2 .txt_box .info_box .info ul li {
    padding-left: 65px;
  }

  #mContact2 .txt_box .info_box .info ul li p {
    width: 65px;
  }

  #mContact2 .txt_box .info_box .info1:after {
    height: 60%;
  }

  #mContact2 .video {
    width: 100%;
    height: 49vw;
    position: relative;
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  #mContact2 .txt_box .info_box .info {
    float: none;
    width: 100%;
    padding: 4vw 0;
  }

  #mContact2 .txt_box .info_box .info > div {
    width: 70%;
  }

  #mContact2 .txt_box .info_box .info1:after {
    width: 100%;
    height: 1px;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }

  #mContact2 .video {
    height: 54vw;
  }
}

#mContact3 .txt_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(/images/mContact_img1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#mContact3 .txt_box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #232b31;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}

#mContact3 .txt_box .s-inner {
  overflow: hidden;
}

#mContact3 .txt_box .main_title {
  position: relative;
  z-index: 10;
}

#mContact3 .txt_box .main_title .t1 {
  margin-bottom: 10px;
}

#mContact3 .txt_box .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

#mContact3 .video {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

#mContact3 .video iframe {
  width: 115%;
  height: 115%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1320px) {
  #mContact3 .video {
    height: 43vw;
  }
}

@media screen and (max-width: 1024px) {
  #mContact3 {
    min-height: 0;
  }

  #mContact3 .txt_box .s-inner {
    margin-top: 0;
  }

  #mContact3 .txt_box {
    height: auto;
    padding: 10vw 0;
  }

  #mContact3 .txt_box .main_title {
    padding-top: 0;
  }

  #mContact3 .txt_box .box1 {
    display: block;
    margin-top: 3%;
  }

  #mContact3 .video {
    width: 100%;
    height: 49vw;
    position: relative;
    z-index: 3;
  }

  #mContact3 .video iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  #mContact3 .txt_box .info_box .info {
    float: none;
    width: 100%;
    padding: 4vw 0;
  }

  #mContact3 .txt_box .info_box .info > div {
    width: 70%;
  }

  #mContact3 .txt_box .info_box .info1:after {
    width: 100%;
    height: 1px;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}

#mContact4 .txt_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(/images/mContact_img1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#mContact4 .txt_box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #232b31;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}

#mContact4 .txt_box .s-inner {
  margin-top: -100px;
}

#mContact4 .txt_box .main_title {
  position: relative;
  z-index: 10;
  padding-top: 130px;
  margin-bottom: 50px;
}

#mContact4 .txt_box .main_title .t1 {
  margin-bottom: 10px;
}

#mContact4 .txt_box .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#mContact4 .txt_box .info_box {
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 10px 10px 20px rgba(25, 25, 25, 0.15);
}

/*#mContact4 .txt_box .info_box:before {content:''; display:block; width:100%; height:100%; background:#33bdff; position:absolute; left:0; top:0;}*/
#mContact4 .txt_box .info_box > div {
  display: flex;
  justify-content: left;
  position: relative;
  z-index: 10;
  padding: 32px 25px;
}

#mContact4 .txt_box .info_box .tel {
  align-items: center;
  width: 24%;
  background: #33bdff;
  margin-right: 2%;
}

#mContact4 .txt_box .info_box .tel .t1 {
  font-size: 1.25em;
  color: #fff;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 10px;
}

#mContact4 .txt_box .info_box .tel .number {
  font-size: 2.18em;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'Montserrat';
}

#mContact4 .txt_box .info_box .tel .number:before {
  content: '\f879';
  font-size: 0.68em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
}

#mContact4 .txt_box .info_box .info div {
  width: 100%;
  overflow: hidden;
}

#mContact4 .txt_box .info_box .info strong {
  display: block;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 10px;
}

#mContact4 .txt_box .info_box .info strong i {
  font-size: 0.9em;
  margin-right: 7px;
}

#mContact4 .txt_box .info_box .info ul li {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  position: relative;
  padding-left: 75px;
}

#mContact4 .txt_box .info_box .info ul li p {
  width: 75px;
  color: #191919;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}

#mContact4 .txt_box .info_box .info .t1 {
  float: left;
  width: 45%;
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
}

#mContact4 .txt_box .info_box .info .subway {
  float: right;
  width: 50%;
  font-size: 1em;
  color: #666;
  line-height: 1.56em;
  padding-left: 34px;
  position: relative;
}

#mContact4 .txt_box .info_box .info .subway:before {
  content: '3';
  display: block;
  width: 24px;
  line-height: 18px;
  border: 3px solid #ff7100;
  border-radius: 50%;
  font-size: 0.625em;
  color: #ff7100;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

#mContact4 .txt_box .info_box .info .info-text {
  font-size: 0.86em;
  font-weight: 700;
  color: #33bdff;
}

#mContact4 .txt_box .info_box .info .info-text:first-of-type {
  margin-top: 15px;
}

#mContact4 .txt_box .info_box .info .info-text + .info-text {
  margin-top: 6px;
}

#mContact4 .txt_box .info_box .info1 {
  width: 24%;
  background: #fff;
  position: relative;
}

#mContact4 .txt_box .info_box .info1:after {
  content: '';
  display: block;
  width: 1px;
  height: 120px;
  background: #d4d4d4;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#mContact4 .txt_box .info_box .info2 {
  width: 50%;
  background: #fff;
}

#mContact4 .video {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#mContact4 .video > div {
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: 20px;
}

#mContact4 .video > div:first-child {
  width: calc(50% - 10px);
  margin-right: 10px;
}

#mContact4 .video iframe {
  width: 100%;
  height: 368px;
}

#mContact4 .video p {
  display: block;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background: #191919;
  line-height: 30px;
  padding: 2px 15px;
}

@media screen and (max-width: 1320px) {
  #mContact4 .txt_box .info_box .tel .number {
    font-size: 1.7em;
  }

  #mContact4 .txt_box .info_box .info1 {
    width: 30%;
  }

  #mContact4 .txt_box .info_box .info2 {
    width: 44%;
  }

  #mContact4 .video iframe {
    height: 25vw;
  }
}

@media screen and (max-width: 1024px) {
  #mContact4 {
    min-height: 0;
  }

  #mContact4 .txt_box .s-inner {
    margin-top: 0;
  }

  #mContact4 .txt_box {
    height: auto;
    padding: 10vw 0;
  }

  #mContact4 .txt_box .main_title {
    padding-top: 0;
  }

  #mContact4 .txt_box .box1 {
    display: block;
    margin-top: 0;
  }

  #mContact4 .txt_box .info_box {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 4vw auto 3vw;
  }

  #mContact4 .txt_box .info_box:before {
    display: none;
  }

  #mContact4 .txt_box .info_box > div {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
  }

  #mContact4 .txt_box .info_box {
    flex-wrap: wrap;
    overflow: hidden;
  }

  #mContact4 .txt_box .info_box .tel {
    width: 100%;
    background: #33bdff;
    padding: 2vw 0;
    margin-right: 0;
  }

  #mContact4 .txt_box .info_box .tel .t1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125em;
    margin-bottom: 7px;
    margin-right: 20px;
  }

  #mContact4 .txt_box .info_box .tel .number {
    display: inline-block;
    font-size: 1.8em;
  }

  #mContact4 .txt_box .info_box .info {
    width: 50%;
    padding: 2.5vw 2vw;
  }

  #mContact4 .txt_box .info_box .info strong {
    font-size: 1.125em;
    margin-bottom: 10px;
  }

  #mContact4 .txt_box .info_box .info ul li {
    padding-left: 65px;
  }

  #mContact4 .txt_box .info_box .info ul li p {
    width: 65px;
  }

  #mContact4 .txt_box .info_box .info .t1 {
    float: none;
    width: 100%;
  }

  #mContact4 .txt_box .info_box .info .subway {
    float: none;
    width: 100%;
    margin-top: 1%;
  }

  #mContact4 .txt_box .info_box .info1:after {
    height: 60%;
  }

  #mContact4 .video {
    width: 100%;
    position: relative;
    z-index: 3;
  }

  #mContact4 .video > div {
    float: none;
    width: 100%;
  }

  #mContact4 .video > div:first-child {
    width: 100%;
    margin-right: 0;
  }

  #mContact4 .video iframe {
    height: 49vw;
  }
}

@media screen and (max-width: 767px) {
  #mContact4 .txt_box .info_box .info {
    float: none;
    width: 100%;
    padding: 4vw 3vw;
  }

  #mContact4 .txt_box .info_box .info > div {
    width: 70%;
  }

  #mContact4 .txt_box .info_box .info1:after {
    width: 100%;
    height: 1px;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }

  #mContact4 .video iframe {
    height: 48vw;
  }
}

/* sub */
#sub_content {
  margin-top: 85px;
  min-height: 700px;
}

.sub_section {
  padding: 100px 0;
}

.sub_section.bg1 {
  background: #f7f7f8;
}

#sub_title {
  padding-top: 55px;
}

#sub_title .info {
  overflow: hidden;
  margin-bottom: 30px;
}

#sub_title .info li {
  float: left;
  font-size: 1em;
  color: #666;
  line-height: 1.5em;
}

#sub_title .info li a {
  color: #666;
}

#sub_title .info li:after {
  content: '\f054';
  font-size: 0.625em;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
  margin: 0 20px;
  position: relative;
  top: -3px;
}

#sub_title .info li:last-child:after {
  display: none;
}

#sub_title h2 {
  font-size: 3.125em;
  line-height: 1.3em;
  font-weight: 700;
}

#sub_title p {
  font-size: 1.25em;
  color: #33bdff;
  line-height: 1.4em;
  font-weight: 700;
  font-family: 'Montserrat';
  margin-top: 10px;
  text-transform: uppercase;
}

.sub_title {
  text-align: center;
}

.sub_title h3 {
  font-size: 3.125em;
  line-height: 1.3em;
  font-weight: 700;
}

.sub_title p {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  margin-top: 20px;
}

.s_txt1 {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
}

.s_txt2 {
  font-size: 1.875em;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}

.s_txt3 {
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 500;
}

.s_txt4 {
  font-size: 1.25em;
  line-height: 1.75em;
  font-weight: 500;
}

.line {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  margin: 50px 0;
}

@media screen and (max-width: 1024px) {
  #sub_content {
    margin-top: 60px;
  }

  .sub_section {
    padding: 10vw 0;
  }

  #sub_title {
    padding-top: 6vw;
  }

  #sub_title .info {
    margin-bottom: 2vw;
  }

  #sub_title .info li:after {
    margin: 0 10px;
    top: -1px;
  }

  #sub_title h2 {
    font-size: 2.7em;
  }

  #sub_title p {
    font-size: 1.125em;
    margin-top: 1vw;
  }

  .sub_title h3 {
    font-size: 2.6em;
  }

  .sub_title p {
    line-height: 1.7em;
    margin-top: 2vw;
  }

  .s_txt1 {
    line-height: 1.7em;
  }

  .s_txt2 {
    font-size: 1.5em;
    margin-bottom: 2vw;
  }

  .s_txt4 {
    font-size: 1.14em;
  }

  .line {
    margin: 5vw 0;
  }
}

@media screen and (max-width: 767px) {
  #sub_title h2 {
    font-size: 2.5em;
  }

  .sub_title h3 {
    font-size: 2.4em;
  }

  .comunity4_tab > ul {
    flex-wrap: wrap;
  }
}

.sub_top_box .txt_box {
  padding-left: 695px;
}

.sub_top_box .txt_box p {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  margin-top: 20px;
}
.sub_top_box .txt_box .seo_ul {
  margin-top: 10px;
}
.sub_top_box .txt_box .seo_ul .flex_dl {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 1em;
  color: #666;
  line-height: 1.6em;
}
.sub_top_box .txt_box .flex_dl > dt {
}
.sub_top_box .txt_box .flex_dl > dt dd {
}
.sub_top_box .txt_box p:first-child {
  margin-top: 0;
}

.sub_top_box .img_box {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}

@media screen and (max-width: 1320px) {
  .sub_top_box .txt_box {
    padding-left: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .sub_top_box .txt_box {
    padding-left: 20%;
  }

  .sub_top_box .txt_box p {
    line-height: 1.7em;
    margin-top: 2vw;
  }

  .sub_top_box .img_box {
    height: 35vw;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .sub_top_box .txt_box {
    padding-left: 0;
    margin-top: 5vw;
  }
  .sub_top_box .txt_box .seo_ul .flex_dl {
    align-items: flex-start;
  }
  .sub_top_box .txt_box .seo_ul .flex_dl dt {
    min-width: 30px;
  }
}

.sub_img_box1 {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.sub_img_box1 > li {
  max-width: calc(50% - 25px);
  margin-right: 50px;
}

.sub_img_box1 > li:last-child {
  margin-right: 0;
}

.sub_img_box1 > li img {
  max-width: 100%;
}

.sub_img_box1 > li.case {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 210px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -105px;
  z-index: 10;
}

.sub_img_box1 > li.case:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid #33bdff;
  border-bottom: 45px solid transparent;
  border-top: 45px solid transparent;
}

.sub_img_box1 > li.case span {
  display: block;
  width: calc(100% - 30px);
  background: #33bdff;
  text-align: center;
  line-height: 60px;
  font-size: 1em;
  color: #fff;
  font-weight: 700;
}

.sub_img_box1 > li.case2 {
  top: 130px;
}

.sub_img_box1.case2 > li {
  max-width: calc(50% - 55px);
  margin-right: 110px;
}

.sub_img_box1.case2 > li:last-child {
  margin-right: 0;
}

.sub_img_box1.case2 > li.case {
  top: 80px;
}

.sub_img_box2 {
  text-align: center;
  font-size: 0;
}

.sub_img_box2 > li {
  display: inline-block;
  width: calc(16.66% - 18.33px);
  margin-right: 22px;
  vertical-align: top;
}

.sub_img_box2 > li:last-child {
  margin-right: 0;
}

.sub_img_box2 > li .img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}

.sub_img_box2 > li p {
  font-size: 1rem;
}

.sub_img_box3 {
  text-align: center;
}

.sub_img_box3 > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 140px;
}

.sub_img_box3 > li:last-child {
  margin-right: 0;
}

.sub_img_box3 > li .img_box {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}

.sub_img_box4 {
  width: 100%;
  overflow: hidden;
}

.sub_img_box4 > li {
  float: left;
  text-align: center;
}

.sub_img_box4 > li .img_box {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}

.sub_img_box4.col4 > li {
  width: calc(25% - 15px);
  margin-right: 20px;
}

.sub_img_box4.col4 > li:last-child {
  margin-right: 0;
}

.sub_img_box4.col4 > li .img_box {
  height: 147px;
}

.sub_img_box4.col3 > li {
  width: calc(33.33% - 13.33px);
  margin-right: 20px;
}

.sub_img_box4.col3 > li:last-child {
  margin-right: 0;
}

.sub_img_box4.col3 > li .img_box {
  height: 200px;
}

.sub_img_box4.col2 > li {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.sub_img_box4.col2 > li:last-child {
  margin-right: 0;
}

.sub_img_box4.col2 > li .img_box {
  height: 200px;
}

.sub_img_box5 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sub_img_box5.h_300 {
  height: 300px;
}

.sub_img_box6 {
  display: flex;
  align-items: center;
  width: 100%;
}

.sub_img_box6 > div {
}

.sub_img_box6 .img_box {
  width: calc(100% - 500px);
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sub_img_box6 .txt_box {
  width: 500px;
  padding-left: 80px;
}

.sub_img_box6.case2 .img_box {
  height: 400px;
}

.courtesy_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.courtesy_slide .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sub_img_box7 {
  text-align: center;
  font-size: 0;
}

.sub_img_box7 > li {
  display: inline-block;
  width: 300px;
  margin-right: 10px;
  vertical-align: top;
}

.sub_img_box7 > li:last-child {
  margin-right: 0;
}

.sub_img_box7 > li .img_box {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}

.sub_img_box7 > li p {
  font-size: 1rem;
}

.sub_img_box7.case2 > li.case1 {
  width: 204px;
}

.sub_img_box7.case2 > li.case2 {
  width: 312px;
}

.sub_img_box7.case2 > li .img_box {
  height: 204px;
}

.sub_img_box7.case3 > li {
  width: auto;
}

.sub_img_box7.case3 > li .img_box {
  height: auto !important;
}

.sub_img_box7.case3 > li .img_box img {
  max-width: 100%;
}

.sub_img_box8 {
  overflow: hidden;
}

.sub_img_box8 > li {
  float: left;
  width: calc(33.33% - 6.66px);
  margin-right: 10px;
  vertical-align: top;
}

.sub_img_box8 > li:last-child {
  margin-right: 0;
}

.sub_img_box8 > li .img_box {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 1320px) {
  .sub_img_box1 > li.case {
    top: 1.8vw;
  }

  .sub_img_box1 > li.case2 {
    top: 7vw;
  }

  .sub_img_box2 > li .img {
    height: 13vw;
  }

  .sub_img_box3 > li {
    margin-right: 40px;
  }

  .sub_img_box4.col4 > li .img_box {
    height: 130px;
  }

  .sub_img_box4.col3 > li .img_box {
    height: 170px;
  }

  .sub_img_box4.col2 > li .img_box {
    height: 180px;
  }

  .sub_img_box5.h_300 {
    height: 30vw;
  }

  .sub_img_box6 .img_box {
    width: 55%;
  }

  .sub_img_box6 .txt_box {
    width: 45%;
    padding-left: 30px;
  }

  .sub_img_box7 > li {
    width: calc(33.33% - 6.66px);
  }

  .sub_img_box7 > li .img_box {
    height: 220px;
  }

  .sub_img_box7.case2 > li.case1 {
    width: calc(22% - 7.5px);
  }

  .sub_img_box7.case2 > li.case2 {
    width: calc(34% - 7.5px);
  }

  .sub_img_box8 > li {
    width: calc(33.33% - 6.66px);
  }

  .sub_img_box8 > li .img_box {
    height: 220px;
  }
}

@media screen and (max-width: 1024px) {
  .sub_img_box1 > li {
    max-width: calc(50% - 15px);
    margin-right: 30px;
  }

  .sub_img_box1 > li.case {
    width: 170px;
    top: 2.3vw;
    margin-left: -85px;
  }

  .sub_img_box1 > li.case:after {
    border-left-width: 20px;
    border-top-width: 30px;
    border-bottom-width: 30px;
  }

  .sub_img_box1 > li.case span {
    width: calc(100% - 20px);
    font-size: 0.875em;
    line-height: 40px;
    font-weight: 500;
  }

  .sub_img_box1 > li.case {
    top: 7.5vw;
  }

  .sub_img_box1.case2 > li {
    max-width: calc(50% - 20px);
    margin-right: 40px;
  }

  .sub_img_box1.case2 > li.case {
    top: 11vw;
  }

  .sub_img_box2 > li {
    width: 33.33%;
    margin-right: 0;
  }

  .sub_img_box2 > li:nth-child(3) ~ li {
    margin-top: 4vw;
  }

  .sub_img_box2 > li .img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  .sub_img_box3 > li {
    margin-right: 25px;
  }

  .sub_img_box3 > li .img_box {
    width: 150px;
    height: 150px;
  }

  .sub_img_box4 > li .img_box {
    margin-bottom: 1vw;
  }

  .sub_img_box4.col4 > li,
  .sub_img_box4.col2 > li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .sub_img_box4.col4 > li:nth-child(even),
  .sub_img_box4.col2 > li:nth-child(even) {
    margin-right: 0;
  }

  .sub_img_box4.col4 > li:nth-child(2) ~ li,
  .sub_img_box4.col2 > li:nth-child(2) ~ li {
    margin-top: 4vw;
  }

  .sub_img_box4.col4 > li .img_box {
    height: 22vw;
  }

  .sub_img_box4.col2 > li .img_box {
    height: 24vw;
  }

  .sub_img_box4.col3 > li {
    width: calc(33.33% - 6.66px);
    margin-right: 10px;
  }

  .sub_img_box4.col3 > li .img_box {
    height: 15vw;
  }

  .sub_img_box6 .img_box {
    height: 30vw;
  }

  .sub_img_box6.case2 .img_box {
    height: 40vw;
  }

  .sub_img_box7 > li .img_box {
    height: 22vw;
    margin-bottom: 1.5vw;
  }

  .sub_img_box7.case2 > li .img_box {
    height: 18vw;
  }

  .sub_img_box8 > li .img_box {
    height: 22vw;
    margin-bottom: 1.5vw;
  }

  .sub_img_box8.case2 > li .img_box {
    height: 18vw;
  }
}

@media screen and (max-width: 767px) {
  .sub_img_box1 {
    display: block;
  }

  .sub_img_box1 > li {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }

  .sub_img_box1 > li:last-child {
    margin-bottom: 0;
  }

  .sub_img_box1 > li.case {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 5vw;
    overflow: visible;
  }

  .sub_img_box1 > li.case:after {
    border: 0;
    border-top: 35px solid #33bdff;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    margin: 0 0 0 -35px;
  }

  .sub_img_box1 > li.case span {
    width: 100%;
  }

  .sub_img_box1.case2 > li {
    max-width: 100%;
    margin-right: 0;
  }

  .sub_img_box1.case2 > li.case {
    top: 0;
    margin: 0 auto 5vw;
  }

  .sub_img_box2 > li {
    width: 50%;
  }

  .sub_img_box2 > li:nth-child(2) ~ li {
    margin-top: 4vw;
  }

  .sub_img_box2 > li .img {
    width: 38vw;
    height: 38vw;
  }

  .sub_img_box3 {
    display: block;
  }

  .sub_img_box3 > li {
    width: 45%;
    margin-right: 0;
    margin-bottom: 4vw;
  }

  .sub_img_box3 > li:last-child {
    margin-bottom: 0;
  }

  .sub_img_box3 > li .img_box {
    width: 32vw;
    height: 32vw;
  }

  .sub_img_box4.col4 > li,
  .sub_img_box4.col2 > li {
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  .sub_img_box4.col3 > li {
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  .sub_img_box4.col3 > li:nth-child(even) {
    margin-right: 0;
  }

  .sub_img_box4.col3 > li:nth-child(2) ~ li {
    margin-top: 4vw;
  }

  .sub_img_box4.col3 > li .img_box {
    height: 22vw;
  }

  .sub_img_box6 {
    display: block;
  }

  .sub_img_box6 > div {
    display: block;
  }

  .sub_img_box6 .img_box {
    width: 100%;
    height: 35vw;
  }

  .sub_img_box6 .txt_box {
    width: 100%;
    padding-left: 0;
    margin-top: 2vw;
  }

  .sub_img_box7 > li {
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  .sub_img_box7 > li:nth-child(even) {
    margin-right: 0;
  }

  .sub_img_box7 > li:nth-child(2) ~ li {
    margin-top: 5vw;
  }

  .sub_img_box7 > li .img_box {
    height: 27vw;
  }

  .sub_img_box7.case2 > li.case1 {
    width: 35%;
  }

  .sub_img_box7.case2 > li.case2 {
    width: 50%;
  }

  .sub_img_box7.case2 > li .img_box {
    height: 26vw;
  }
}

.sub_dl_box1 {
  overflow: hidden;
}

.sub_dl_box1 dt {
  float: left;
  width: 140px;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 500;
}

.sub_dl_box1 dd {
  float: left;
  width: calc(100% - 140px);
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
}

.sub_list_box1 {
  counter-reset: counter;
}

.sub_list_box1 > li {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  position: relative;
  padding-left: 17px;
}

.sub_list_box1 > li:before {
  content: counter(counter) '.';
  counter-increment: counter;
  position: absolute;
  left: 0;
  top: 0;
}

.sub_list_box2 > li {
  font-size: 1em;
  color: #666;
  line-height: 1.7em;
  margin-bottom: 3px;
  padding-left: 16px;
  position: relative;
}

.sub_list_box2 > li:last-child {
  margin-bottom: 0;
}

.sub_list_box2 > li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.sub_list_box3 {
  width: 100%;
  overflow: hidden;
}

.sub_list_box3 > li {
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(50% - 10px);
  height: 320px;
  border: 3px solid #33bdff;
  padding: 0 50px 0 115px;
  margin-right: 20px;
}

.sub_list_box3 > li:last-child {
  margin-right: 0;
}

.sub_list_box4 > li {
  font-size: 1em;
  color: #666;
  line-height: 1.7em;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.sub_list_box4 > li:last-child {
  margin-bottom: 0;
}

.sub_list_box4 > li:before {
  content: '\f14a';
  font-size: 1.5em;
  color: #33bdff;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 1px;
}

@media screen and (max-width: 1320px) {
  .sub_list_box3 > li {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .sub_dl_box1 dt {
    width: 120px;
    font-size: 1.125em;
  }

  .sub_dl_box1 dd {
    width: calc(100% - 120px);
  }

  .sub_dl_box1 dd br {
    display: none;
  }

  .sub_list_box3 > li {
    width: calc(50% - 5px);
    height: 300px;
    padding: 0 30px;
    margin-right: 10px;
  }

  .sub_list_box4 > li {
    padding-left: 25px;
    margin-bottom: 5px;
  }

  .sub_list_box4 > li:before {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .sub_dl_box1 dt {
    width: 100px;
  }

  .sub_dl_box1 dd {
    width: calc(100% - 100px);
  }

  .sub_list_box1 > li {
    padding-left: 14px;
  }

  .sub_list_box3 > li {
    float: none;
    width: 100%;
    height: auto;
    padding: 5%;
    margin-right: 0;
    margin-bottom: 1%;
  }

  .sub_list_box3 > li:last-child {
    margin-bottom: 0;
  }

  .sub_list_box4 > li {
    padding-left: 20px;
    margin-bottom: 3px;
  }
}

.sub_txt_box1 {
  width: 100%;
  background: url(/images/sub_txt_box1.jpg);
  background-size: 100% auto;
  background-attachment: fixed;
  position: relative;
  padding: 90px 0;
}

.sub_txt_box1:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #232b31;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}

.sub_txt_box1 .s-inner {
  position: relative;
  z-index: 10;
}

.sub_txt_box2 {
  width: 100%;
  background: #33bdff;
  padding: 40px 3%;
  text-align: center;
}

.sub_txt_box2 p {
  color: #fff;
}

.sub_txt_box3 strong {
  display: block;
  width: 100%;
  background: #33bdff;
  padding: 25px 0;
  color: #fff;
  text-align: center;
}

.sub_txt_box3 > div {
  width: 100%;
  margin-top: 5px;
  background: #f7f7f8;
  padding: 50px 0;
}

.sub_txt_box4 > li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 70px;
}

.sub_txt_box4 > li:last-child {
  margin-bottom: 0;
}

.sub_txt_box4 > li .txt_box {
  float: left;
  width: 550px;
  padding-right: 70px;
}

.sub_txt_box4 > li .img_box {
  float: left;
  width: calc(100% - 550px);
}

.sub_txt_box4 > li .img_box ul {
  width: 100%;
  overflow: hidden;
}

.sub_txt_box4 > li .img_box ul li {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
  text-align: center;
}

.sub_txt_box4 > li .img_box ul li:last-child {
  margin-right: 0;
}

.sub_txt_box4 > li .img_box ul li .img {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}

@media screen and (max-width: 1320px) {
  .sub_txt_box4 > li .txt_box {
    width: 40%;
    padding-right: 30px;
  }

  .sub_txt_box4 > li .img_box {
    width: 60%;
  }

  .sub_txt_box4 > li .img_box ul li .img {
    height: 17vw;
  }

  .sub_txt_box4 > li .img_box ul li br.mo_br {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .sub_txt_box1 {
    padding: 9vw 0;
  }

  .sub_txt_box2 {
    padding: 4vw 2vw;
  }

  .sub_txt_box3 strong {
    padding: 2.5vw 1.5vw;
  }

  .sub_txt_box3 > div {
    padding: 5vw 0;
  }

  .sub_txt_box4 > li {
    margin-bottom: 7vw;
  }

  .sub_txt_box4 > li .txt_box {
    padding-right: 10px;
  }

  .sub_txt_box4 > li .img_box ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .sub_txt_box4 > li .img_box ul li .img {
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .sub_txt_box1 {
    background-size: cover;
    background-attachment: unset;
  }

  .sub_txt_box4 > li .txt_box {
    float: none;
    width: 100%;
  }

  .sub_txt_box4 > li .img_box {
    width: 100%;
    margin-top: 2vw;
  }

  .sub_txt_box4 > li .img_box ul li {
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  .sub_txt_box4 > li .img_box ul li .img {
    height: 25vw;
  }
}

.sub_table_box1 {
  width: 100%;
}

.sub_table_box1 thead th {
  background: #191919;
  padding: 12px 0;
  font-size: 1.125em;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
  border-left: 1px solid #dcdcdc;
}

.sub_table_box1 thead th:first-child {
  border-left: 0;
}

.sub_table_box1 tbody th {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  padding: 13px 3px;
}

.sub_table_box1 tbody th span {
  font-size: 0.8em;
  color: #666;
  line-height: 1.3em;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}

.sub_table_box1 tbody td {
  padding: 13px 16px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  text-align: center;
  font-size: 1em;
  color: #666;
}

.sub_table_box1 tbody td img {
  max-width: 100%;
}

.sub_table_box1.case2 tbody td:first-child {
  border-left: 0;
}

.sub_table_box2 {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.sub_table_box2 tbody th {
  background: #191919;
  padding: 12px 0;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
}

.sub_table_box2 tbody td {
  padding: 13px 16px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  font-size: 1em;
  color: #666;
}
.type_of_glaucoma_list {
}
.type_of_glaucoma_list .glaucoma_list_box {
}
.type_of_glaucoma_list .glaucoma_list_box > dl {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.type_of_glaucoma_list .glaucoma_list_box:nth-child(1) > dl {
  border-top: 1px solid #dcdcdc;
}
.type_of_glaucoma_list .glaucoma_list_box > dl dt {
  background: #191919;
  padding: 12px 0;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
  min-width: 150px;
  width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type_of_glaucoma_list .glaucoma_list_box > dl dd {
  padding: 13px 16px;
  background: #fff;
  border-left: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 1em;
  color: #666;
}
.symptoms_list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.symptoms_list > li {
  width: calc(25% - 10px);
}
.symptoms_list dl {
}
.symptoms_list dl > dt {
  width: 100%;
}
.symptoms_list dl > dt img {
  display: block;
  width: 100%;
}
.symptoms_list dl > dd {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  text-align: center;
  background: #191919;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .sub_table_box1 thead th {
    font-size: 1em;
  }

  .sub_table_box1 tbody th {
    font-size: 1em;
    padding: 10px 3px;
  }

  .sub_table_box1 tbody th span {
    margin-bottom: 2px;
  }

  .sub_table_box1 tbody td {
    padding: 10px 5px;
  }

  .sub_table_box2 tbody th {
    font-size: 1em;
    padding: 10px 3px;
  }

  .sub_table_box2 tbody td {
    padding: 10px 5px;
  }
  .type_of_glaucoma_list .glaucoma_list_box > dl dt {
    font-size: 1em;
    padding: 10px 3px;
  }
  .type_of_glaucoma_list .glaucoma_list_box > dl dd {
    padding: 10px 5px;
  }
  .symptoms_list {
    margin-top: 20px;
  }
  .symptoms_list > li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .none_768 {
    display: none;
  }
}
.method_list {
}
.method_list > dl {
  display: flex;
  gap: 5px;
  font-size: 1em;
  color: #666;
  line-height: 1.6em;
}
.method_list > dl dt {
}
.method_list > dl dd {
}
.method_list_info > li > dl {
  display: flex;
  gap: 3px;
  font-size: 1em;
  color: #666;
  line-height: 1.6em;
}
.method_list_info > li > dl > dt {
  font-weight: 700;
  color: #333;
  width: max-content;
}
.method_list_info > li > dl > dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .method_list_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .method_list_info > li > dl {
    gap: 0;
    flex-direction: column;
  }
}
/* company */
.sCompany_case1 {
  padding-bottom: 100px;
}

.sCompany_case1 .txt_box {
  padding-left: 695px;
  position: relative;
}

.sCompany_case1 .txt_box strong {
  position: absolute;
  left: 0;
  bottom: 65px;
}

.sCompany_case1 .txt_box .s_txt1 {
  margin-top: 20px;
}

.sCompany_case1 .txt_box .s_txt1:first-child {
  margin-top: 0;
}

.sCompany_case1 .txt_box .name {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 500;
  text-align: right;
}

.sCompany_case1 .img_box {
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 70px;
}

.sCompany_case2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sCompany_case2 img {
  width: 100%;
}

.sCompany_slide {
  float: right;
  width: 976px;
  position: relative;
  overflow: hidden;
}

.sCompany_slide_thumb {
  width: calc(100% - 996px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sCompany_slide_thumb .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.5s;
}

.sCompany_slide_thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.sMedical_case1 {
  margin: 50px auto 150px;
}

.sMedical_case1 > div {
  margin-bottom: 120px;
  overflow: hidden;
}

.sMedical_case1 > div:last-child {
  margin-bottom: 0;
}

.sMedical_case1 .img_box {
  float: left;
  width: 400px;
}

.sMedical_case1 .img_box img {
  max-width: 100%;
}

.sMedical_case1 .txt_box {
  float: left;
  width: calc(100% - 400px);
  padding-left: 100px;
}

.sMedical_case1 .txt_box .tit_box {
  border-bottom: 2px solid #191919;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.sMedical_case1 .txt_box .tit_box strong {
  display: inline-block;
  font-size: 1.875em;
  line-height: 1.4em;
  font-weight: 700;
}

.sMedical_case1 .txt_box .tit_box strong span {
  font-size: 0.66em;
  font-weight: 500;
  margin-left: 10px;
}

.sMedical_case1 .txt_box .tit_box p {
  display: inline-block;
  font-size: 1.125em;
  color: #a4a4a4;
  line-height: 1.4em;
  font-weight: 500;
  margin-left: 20px;
}

.sMedical_case1 .txt_box dl {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
}

.sMedical_case1 .txt_box dl:first-of-type {
  padding-top: 0;
}

.sMedical_case1 .txt_box dl dt {
  float: left;
  width: 115px;
  font-size: 1.125em;
  line-height: 1.4em;
  font-weight: 500;
}

.sMedical_case1 .txt_box dl dd {
  float: right;
  width: calc(100% - 115px);
  font-size: 1em;
  color: #666;
  line-height: 1.7em;
  overflow: hidden;
  padding-left: 110px;
  position: relative;
  margin-bottom: 3px;
}

.sMedical_case1 .txt_box dl dd.case2 {
  padding-left: 0;
}

.sMedical_case1 .txt_box dl dd:last-child {
  margin-bottom: 0;
}

.sMedical_case1 .txt_box dl dd span {
  display: block;
  width: 110px;
  position: absolute;
  left: 0;
  top: 0;
}

.sMedical_case2 {
  margin-top: 50px;
}

.sMedical_case2 table {
  width: 100%;
  border-collapse: collapse;
}

.sMedical_case2 table thead th {
  background: #191919;
  padding: 11px 0;
  font-size: 1.125em;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #dcdcdc;
}

.sMedical_case2 table thead th:first-child {
  border-left: 0;
}

.sMedical_case2 table tbody th,
.sMedical_case2 table tbody td {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.sMedical_case2 table tbody th {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 500;
  text-align: left;
  padding: 20px 20px 20px 50px;
  background: #fff;
}

.sMedical_case2 table tbody th:first-of-type {
  border-left: 0;
  border-right: 1px solid #dcdcdc;
}

.sMedical_case2 table tbody th span {
  display: block;
  font-size: 0.8em;
  color: #666;
  font-weight: 400;
}

.sMedical_case2 table tbody th.time {
  font-size: 1.125em;
  text-align: center;
  padding: 20px 0;
}

.sMedical_case2 table tbody td {
  font-size: 1em;
  color: #666;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 0;
  background: #fff;
  word-break: keep-all;
}

.sMedical_case2 table tbody td.fw_700 {
  color: #191919;
}

.sMedical_case2 .btn_box {
  width: 100%;
  max-width: 550px;
  margin: 70px auto 0;
  overflow: hidden;
}

.sMedical_case2 .btn_box a {
  float: left;
  display: block;
  width: calc(50% - 5px);
  line-height: 75px;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  margin-right: 10px;
}

.sMedical_case2 .btn_box a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 10px;
}

.sMedical_case2 .btn_box a:first-child {
  background: #191919;
  color: #fff;
}

.sMedical_case2 .btn_box a:last-child {
  background: #ffdb11;
  color: #3c1e1e;
  margin-right: 0;
}

.sProduct_case1 {
  width: 100%;
  overflow: hidden;
}

.sProduct_case1 .tab_box {
  float: left;
  width: 312px;
}

.sProduct_case1 .tab_box li {
  display: block;
  font-size: 1em;
  color: #666;
  line-height: 30px;
  padding: 15px 30px;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  transition: all 0.3s;
  transition-property: background;
}

.sProduct_case1 .tab_box li.on {
  background: #33bdff;
  font-size: 1.125em;
  color: #fff;
  font-weight: 700;
  border-bottom-color: #33bdff;
}

.sProduct_case1 .content_box {
  float: right;
  width: 810px;
}

.sProduct_case1 .content_box > div {
  display: none;
}

.sProduct_case1 .content_box > div.on {
  display: block;
}

.sProduct_case1 .content_box .img_box {
  width: 100%;
  height: 350px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
}

.sProduct_case1 .content_box .tit {
  display: block;
  font-size: 1.875em;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 20px;
}

.sProduct_case1 .content_box .tit span {
  display: block;
  font-size: 0.533em;
  color: #666;
  font-weight: 400;
  line-height: 1.2em;
}

.sProduct_case1 .content_box .img_list1 {
  width: 100%;
  overflow: hidden;
}

.sProduct_case1 .content_box .img_list1 > li {
  float: left;
  width: calc(50% - 5px);
  margin-right: 10px;
  text-align: center;
}

.sProduct_case1 .content_box .img_list1 > li:nth-child(even) {
  margin-right: 0;
}

.sProduct_case1 .content_box .img_list1 > li:nth-child(2) ~ li {
  margin-top: 50px;
}

.sProduct_case1 .content_box .img_list1 > li img {
  width: 100%;
}

.sProduct_case1 .content_box .img_list1 > li p {
  text-align: center;
  margin-top: 20px;
}

.sProduct_case1 .content_box .img_list2 {
  overflow: hidden;
}

.sProduct_case1 .content_box .img_list2 > li {
  float: left;
  margin-right: 30px;
  text-align: center;
}

.sProduct_case1 .content_box .img_list2 > li:nth-child(even) {
  margin-right: 0;
}

.sProduct_case1 .content_box .img_list2 > li p {
  text-align: center;
  margin-top: 20px;
}

.sProduct_case1 .content_box .img_list3 {
  overflow: hidden;
}

.sProduct_case1 .content_box .img_list3 > li {
  float: left;
  margin-right: 10px;
}

.sProduct_case1 .content_box .img_list3 > li p {
  text-align: center;
  margin-top: 20px;
}

.sProduct_case2 .img {
  position: relative;
  padding-left: 60px;
}

.sProduct_case2 .img img {
  width: 100%;
}

.sProduct_case2 .img ul {
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sProduct_case2 .img ul li {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  font-size: 1.875em;
  font-weight: 700;
}

.sProduct_case2 > ul {
  padding-left: 95px;
  overflow: hidden;
}

.sProduct_case2 > ul > li {
  float: left;
  width: 33.33%;
  font-size: 1em;
  color: #666;
  line-height: 1.7em;
  text-align: center;
}

.sLocation_case1 {
  margin-top: 50px;
}

.sLocation_case1 .map {
  width: 100%;
  height: 750px;
  background: #f7f7f8;
}

.sLocation_case1 .map .root_daum_roughmap .wrap_map {
  height: 100% !important;
}

.sLocation_case1 table {
  width: 100%;
  border-top: 2px solid #191919;
  margin-top: 100px;
}

.sLocation_case1 table th {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 500;
  padding: 30px 0;
  background: #f8f9fb;
  border-bottom: 1px solid #dcdcdc;
}

.sLocation_case1 table td {
  font-size: 1em;
  color: #666;
  line-height: 1.7em;
  padding: 30px 50px;
  border-bottom: 1px solid #dcdcdc;
}

.sLocation_case1 table td .time li {
  padding-left: 75px;
  position: relative;
  margin-bottom: 5px;
}

.sLocation_case1 table td .time li:last-child {
  margin-bottom: 0;
}

.sLocation_case1 table td .time li span {
  color: #191919;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}

.sLocation_case1 table td .info-text {
  font-size: 0.86em;
  font-weight: 700;
  color: #33bdff;
}

.sLocation_case1 table td .info-text:first-of-type {
  margin-top: 16px;
}

.sLocation_case1 table td .bus li {
  padding-left: 70px;
  position: relative;
  margin-bottom: 3px;
}

.sLocation_case1 table td .bus li:last-child {
  margin-bottom: 0;
}

.sLocation_case1 table td .bus li span {
  display: block;
  width: 50px;
  line-height: 25px;
  text-align: center;
  font-size: 0.875em;
  color: #fff;
  font-weight: 500;
  background: #70ad47;
  position: absolute;
  left: 0;
  top: 0;
}

.sLocation_case1 table td .bus li:nth-child(2) span {
  background: #0070c0;
}

.sLocation_case1 table td .bus li:nth-child(3) span {
  background: #f00;
}

.sLocation_case1 table td .number {
  display: inline-block;
  width: 24px;
  line-height: 18px;
  border: 3px solid #ff7100;
  border-radius: 50%;
  text-align: center;
  font-size: 0.625em;
  color: #ff7100;
  margin-right: 10px;
}

.sLocation_case1 .btn_box {
  width: 100%;
  max-width: 550px;
  margin: 70px auto 0;
  overflow: hidden;
}

.sLocation_case1 .btn_box a {
  float: left;
  display: block;
  width: calc(50% - 5px);
  line-height: 75px;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  margin-right: 10px;
}

.sLocation_case1 .btn_box a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 10px;
}

.sLocation_case1 .btn_box a:first-child {
  background: #191919;
  color: #fff;
}

.sLocation_case1 .btn_box a:last-child {
  background: #ffdb11;
  color: #3c1e1e;
  margin-right: 0;
}

@media screen and (max-width: 1320px) {
  .sCompany_case1 .txt_box {
    padding-left: 40%;
  }

  .sCompany_slide {
    width: 75%;
  }

  .sCompany_slide_thumb {
    width: calc(25% - 20px);
  }

  .sMedical_case1 .txt_box {
    padding-left: 50px;
  }

  .sMedical_case2 table tbody th {
    padding: 20px;
  }

  .sProduct_case1 .tab_box {
    width: 250px;
  }

  .sProduct_case1 .tab_box li {
    padding: 15px;
  }

  .sProduct_case1 .content_box {
    width: calc(100% - 300px);
  }

  .sLocation_case1 table td {
    padding: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .sCompany_case1 {
    padding-bottom: 10vw;
  }

  .sCompany_case1 .txt_box {
    padding-left: 20%;
  }

  .sCompany_case1 .txt_box strong img {
    width: 60%;
  }

  .sCompany_case1 .txt_box .s_txt1 {
    margin-top: 2vw;
  }

  .sCompany_case1 .img_box {
    height: 50vw;
    margin-top: 5vw;
  }

  .sCompany_slide_thumb {
    width: calc(25% - 10px);
  }

  .sMedical_case1 .img_box {
    width: 40%;
  }

  .sMedical_case1 .txt_box {
    width: 60%;
    padding-left: 30px;
  }

  .sMedical_case1 .txt_box .tit_box {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

  .sMedical_case1 .txt_box .tit_box strong {
    font-size: 1.5em;
  }

  .sMedical_case1 .txt_box .tit_box strong span {
    margin-left: 5px;
  }

  .sMedical_case1 .txt_box .tit_box p {
    font-size: 1em;
    margin-left: 10px;
  }

  .sMedical_case1 .txt_box dl {
    padding: 13px 0;
  }

  .sMedical_case1 .txt_box dl dt {
    width: 90px;
    font-size: 1em;
  }

  .sMedical_case1 .txt_box dl dd {
    width: calc(100% - 90px);
    padding-left: 100px;
  }

  .sMedical_case1 .txt_box dl dd span {
    width: 100px;
  }

  .sMedical_case2 {
    margin-top: 5vw;
  }

  .sMedical_case2 table thead th {
    font-size: 1em;
    padding: 10px 0;
  }

  .sMedical_case2 table tbody th {
    padding: 10px 15px;
    font-size: 1.125em;
  }

  .sMedical_case2 table tbody th.time {
    padding: 10px 0;
    font-size: 1em;
  }

  .sMedical_case2 table tbody td {
    font-size: 0.73em;
    padding: 10px 0;
  }

  .sMedical_case2 .btn_box {
    max-width: 450px;
    margin-top: 7vw;
  }

  .sMedical_case2 .btn_box a {
    line-height: 60px;
  }

  .sProduct_case1 .tab_box {
    display: none;
  }

  .sProduct_case1 .content_box {
    float: none;
    width: 100%;
  }

  .sProduct_case1 .content_box > div {
    display: block;
    margin-bottom: 8vw;
    border-bottom: 1px solid #eee;
    padding-bottom: 8vw;
  }

  .sProduct_case1 .content_box > div:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .sProduct_case1 .content_box .img_box {
    height: 45vw;
    background-size: contain;
    margin-bottom: 3vw;
  }

  .sProduct_case1 .content_box .tit {
    margin-bottom: 2vw;
  }

  .sProduct_case1 .content_box .img_list1 > li {
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  .sProduct_case1 .content_box .img_list1 > li p {
    margin-top: 2vw;
  }

  .sProduct_case1 .content_box .img_list1 > li:nth-child(2) ~ li {
    margin-top: 5vw;
  }

  .sProduct_case1 .content_box .img_list2 > li {
    max-width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  .sProduct_case1 .content_box .img_list2 > li img {
    max-width: 100%;
  }

  .sProduct_case1 .content_box .img_list2 > li p {
    margin-top: 2vw;
  }

  .sProduct_case1 .content_box .img_list3 > li {
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  .sProduct_case1 .content_box .img_list3 > li:nth-child(even) {
    margin-right: 0;
  }

  .sProduct_case1 .content_box .img_list3 > li img {
    width: 100%;
  }

  .sProduct_case1 .content_box .img_list3 > li p {
    margin-top: 2vw;
  }

  .sProduct_case2 > ul {
    padding-left: calc(4.5% + 60px);
  }

  .sLocation_case1 {
    margin-top: 5vw;
  }

  .sLocation_case1 .map {
    height: 600px;
  }

  .sLocation_case1 table {
    margin-top: 10%;
  }

  .sLocation_case1 table th {
    padding: 15px 0;
    font-size: 0.93em;
  }

  .sLocation_case1 table td {
    padding: 15px 10px;
    font-size: 0.93em;
  }

  .sLocation_case1 table td .time li {
    padding-left: 65px;
  }

  .sLocation_case1 table td .bus li {
    padding-left: 50px;
  }

  .sLocation_case1 table td .bus li span {
    width: 45px;
  }

  .sLocation_case1 table .number {
    margin-right: 5px;
  }

  .sLocation_case1 .btn_box {
    max-width: 450px;
    margin-top: 7vw;
  }

  .sLocation_case1 .btn_box a {
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sCompany_case1 .txt_box {
    padding-left: 0;
    margin-top: 5vw;
  }

  .sCompany_case1 .txt_box strong {
    bottom: 0;
    text-align: right;
  }

  .sCompany_case1 .txt_box strong img {
    width: 70%;
  }

  .sCompany_slide {
    float: none;
    width: 100%;
  }

  .sCompany_slide_thumb {
    width: 100%;
    position: relative;
    margin-top: 5px;
  }

  .sMedical_case1 .img_box {
    float: none;
    width: 100%;
    text-align: center;
  }

  .sMedical_case1 .txt_box {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .sMedical_case1 .txt_box dl dt {
    width: 75px;
  }

  .sMedical_case1 .txt_box dl dd {
    width: calc(100% - 75px);
    padding-left: 90px;
  }

  .sMedical_case1 .txt_box dl dd span {
    width: 90px;
  }

  .sMedical_case2 table tbody th {
    padding: 10px 3px;
    text-align: center;
    font-size: 1em;
  }

  .sMedical_case2 table tbody th.time {
    font-size: 0.93em;
    padding: 10px 3px;
  }

  .sMedical_case2 table tbody td {
    padding: 10px 3px;
  }

  .sMedical_case2 .btn_box {
    max-width: 320px;
  }

  .sMedical_case2 .btn_box a {
    line-height: 50px;
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  .sMedical_case2 .btn_box a img {
    width: 15px;
    margin-right: 5px;
  }

  .sProduct_case1 .content_box .img_list2.case2 > li {
    float: none;
    margin: 0 auto 5vw;
    text-align: center;
  }

  .sProduct_case1 .content_box .img_list2.case2 > li:last-child {
    margin-bottom: 0;
  }

  .sProduct_case2 .img {
    padding-left: 30px;
  }

  .sProduct_case2 .img ul {
    width: 30px;
  }

  .sProduct_case2 .img ul li {
    font-size: 1.4em;
  }

  .sProduct_case2 > ul {
    padding-left: calc(4.5% + 30px);
  }

  .sProduct_case2 > ul > li {
    padding: 0 5px;
  }

  .sLocation_case1 .map {
    height: 300px;
  }

  .sLocation_case1 table,
  .sLocation_case1 table tbody,
  .sLocation_case1 table tr,
  .sLocation_case1 table th,
  .sLocation_case1 table td {
    display: block !important;
    width: 100% !important;
  }

  .sLocation_case1 table th {
    text-align: left;
    background: #fff;
    padding: 10px 10px 0;
    border-bottom: 0;
    font-size: 1em;
  }

  .sLocation_case1 table td {
    padding: 5px 10px 10px;
    font-size: 1em;
  }

  .sLocation_case1 table td .bus li span {
    line-height: 23px;
  }

  .sLocation_case1 .btn_box {
    max-width: 320px;
  }

  .sLocation_case1 .btn_box a {
    line-height: 50px;
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  .sLocation_case1 .btn_box a img {
    width: 15px;
    margin-right: 5px;
  }
}

.sRetinal_case1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sRetinal_case1 .img_box {
  width: 290px;
  height: 290px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sRetinal_case1 .txt_box {
  padding-left: 85px;
}

@media screen and (max-width: 1024px) {
  .sRetinal_case1 .img_box {
    width: 25vw;
    height: 25vw;
  }

  .sRetinal_case1 .txt_box {
    width: calc(100% - 25vw);
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sRetinal_case1 {
    display: block;
  }

  .sRetinal_case1 .img_box {
    margin: 0 auto 3vw;
    width: 90vw;
    height: 90vw;
    max-width: 290px;
    max-height: 290px;
  }

  .sRetinal_case1 .txt_box {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .sCataract_case1 {
    overflow-x: scroll;
  }

  .sCataract_case1 table {
    min-width: 700px;
  }
}

.sExamination_slide {
  width: 644px;
  margin: 0 auto;
}

.sExamination_slide .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.5s;
}

.sExamination_slide .swiper-slide-active {
  opacity: 1;
}

.sExamination_slide .img_box {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sExamination_slide .txt_box {
  width: 100%;
  padding: 50px 20px 0 55px;
  overflow: hidden;
}

.sExamination_slide .txt_box .age {
  float: left;
  width: 215px;
  color: #33bdff;
  font-family: 'Montserrat';
}

.sExamination_slide .txt_box .age p {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.7em;
  vertical-align: top;
  margin-right: 10px;
}

.sExamination_slide .txt_box .age strong {
  display: inline-block;
  font-size: 4.375em;
  font-weight: 700;
  line-height: 1em;
  vertical-align: top;
}

.sExamination_slide .txt_box .age strong span {
  font-size: 0.57em;
  font-weight: 500;
}

.sExamination_slide .txt_box dl {
  float: left;
  width: calc(100% - 215px);
}

.sExamination_slide .txt_box dl dd {
  margin-top: 10px;
}

.sExamination_case1 {
  width: 100%;
  overflow: hidden;
}

.sExamination_case1 > div:first-child {
  margin: 0 auto;
  width: 530px;
}

.sExamination_case1 > div:last-child {
  margin: 0 auto;
  width: 530px;
}

.sExamination_case1 ul {
  width: 100%;
  overflow: hidden;
}

.sExamination_case1 ul li {
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: calc(50% - 15px);
  height: 250px;
  border: 3px solid #33bdff;
  border-radius: 50%;
  margin-right: 30px;
}

.sExamination_case1 ul li:last-child {
  margin-right: 0;
}

.sExamination_case1 ul li i {
  font-size: 2.5em;
  line-height: 1.2em;
}

.sExamination_case1 ul li dl dt {
  font-size: 1.125em;
  line-height: 1.4em;
  font-weight: 500;
  margin: 10px 0 0;
}

.sExamination_case1 ul li dl dd {
  font-size: 1.5em;
  color: #33bdff;
  line-height: 1.4em;
  font-weight: 500;
}

@media screen and (max-width: 1320px) {
  .sExamination_case1 > div:first-child {
    width: 470px;
  }

  /*.sExamination_case1 > div:last-child {width:calc(100% - 500px)}*/
  .sExamination_case1 ul li {
    width: calc(50% - 5px);
    height: 230px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .sExamination_slide {
    width: 500px;
  }

  .sExamination_slide .img_box {
    height: 300px;
  }

  .sExamination_slide .txt_box {
    padding: 2vw 0 0;
  }

  .sExamination_slide .txt_box .age {
    width: 150px;
  }

  .sExamination_slide .txt_box .age p {
    font-size: 1.25em;
    margin-right: 5px;
  }

  .sExamination_slide .txt_box .age strong {
    font-size: 3.4em;
  }

  .sExamination_slide .txt_box dl {
    width: calc(100% - 150px);
  }

  .sExamination_slide .txt_box dl dd {
    margin-top: 0;
  }

  .sExamination_case1 > div:first-child {
    width: 45%;
  }

  /*.sExamination_case1 > div:last-child {width:52%}*/
  .sExamination_case1 ul li {
    height: 19vw;
  }

  .sExamination_case1 ul li i {
    font-size: 1.8em;
  }

  .sExamination_case1 ul li dl dt {
    font-size: 1em;
    margin-top: 5px;
  }

  .sExamination_case1 ul li dl dd {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 767px) {
  .sExamination_slide {
    width: 100%;
  }

  .sExamination_slide .img_box {
    height: 45vw;
  }

  /*.sExamination_slide .txt_box {text-align:center;}*/
  .sExamination_slide .txt_box .age {
    float: none;
    width: 100%;
  }

  .sExamination_slide .txt_box .age p,
  .sExamination_slide .txt_box .age strong {
    vertical-align: middle;
  }

  .sExamination_slide .txt_box dl {
    float: none;
    width: 100%;
  }

  .sExamination_case1 > div:first-child {
    float: none;
    width: 100%;
  }

  .sExamination_case1 > div:last-child {
    float: none;
    width: 100%;
    margin-top: 2%;
  }

  .sExamination_case1 ul {
    display: flex;
    justify-content: center;
  }

  .sExamination_case1 ul li {
    float: none;
    width: 140px;
    height: 140px;
    margin-right: 5px;
  }

  .sExamination_case1 ul li:last-child {
    margin-bottom: 0;
  }
}

.sInquiry_case1 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.sInquiry_case1 ul {
  width: 100%;
  overflow: hidden;
}

.sInquiry_case1 ul li {
  margin-bottom: 30px;
}

.sInquiry_case1 ul li:last-child {
  margin-bottom: 20px;
}

.sInquiry_case1 ul li label {
  display: block;
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 10px;
}

.sInquiry_case1 ul li > div {
  width: 100%;
}

.sInquiry_case1 ul li.w_50 {
  float: left;
  width: calc(50% - 5px);
}

.sInquiry_case1 ul li.w_50:nth-of-type(2) {
  margin-right: 10px;
}

.sInquiry_case1 ul li input,
.sInquiry_case1 ul li select {
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 0 20px;
  font-size: 0.875em;
  color: #191919;
  font-family: 'Noto Sans KR';
  border-radius: 0;
}

.sInquiry_case1 ul li input::placeholder {
  color: #a4a4a4;
}

.sInquiry_case1 ul li input::-webkit-input-placeholder {
  color: #a4a4a4;
}

.sInquiry_case1 ul li input:-ms-input-placeholder {
  color: #a4a4a4;
}

.sInquiry_case1 ul li select {
  background: #fff url(/images/icon_caret-down.svg) no-repeat calc(100% - 20px)
    center;
  background-size: 12px 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sInquiry_case1 ul li select::-ms-expand {
  display: none;
}

.sInquiry_case1 ul li input.date {
  background: #fff url(/images/icon_caret-down.svg) no-repeat calc(100% - 20px)
    center;
  background-size: 12px 18px;
}

.sInquiry_case1 .check_box p,
.sInquiry_case1 .check_box p a {
  color: #666;
}

.sInquiry_case1 .check_box p:before {
  border-color: #dcdcdc;
  color: #fff;
}

.sInquiry_case1 .check_box input:checked + p:before {
  background: #33bdff;
}

.sInquiry_case1 button {
  display: block;
  width: 100%;
  height: 65px;
  background: #191919;
  font-size: 1.25em;
  color: #fff;
  font-weight: 500;
  font-family: 'Noto Sans KR';
  margin-top: 70px;
}

.sInquiry_case1 ul li > div.time_box {
  position: relative;
}

.sInquiry_case1 ul li > div.time_box ul {
  display: none;
  width: 100%;
  max-height: 140px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-top: 0;
  border-bottom: 0;
}

.sInquiry_case1 ul li > div.time_box ul li {
  font-size: 0.875em;
  line-height: 34px;
  padding: 0 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
  cursor: pointer;
}

.sInquiry_case1 ul li > div.time_box.on ul {
  display: block;
}

.sInquiry_case2 {
  width: 100%;
  max-width: 500px;
  background: #f7f7f7;
  padding: 20px 10px;
  margin: 0 auto;
}

.sInquiry_case2 p {
  font-size: 0.875em;
  color: #666;
  line-height: 1.5em;
  text-align: center;
}

.sInquiry_case2 p a {
  color: #666;
}

@media screen and (max-width: 1024px) {
  .sInquiry_case1 ul li {
    margin-bottom: 15px;
  }

  .sInquiry_case1 ul li.w_50 {
    width: calc(50% - 2.5px);
  }

  .sInquiry_case1 ul li.w_50:nth-of-type(2) {
    margin-right: 5px;
  }

  .sInquiry_case1 ul li label {
    font-size: 1em;
    margin-bottom: 8px;
  }

  .sInquiry_case1 ul li input,
  .sInquiry_case1 ul li select {
    height: 40px;
  }

  .sInquiry_case1 button {
    height: 50px;
    font-size: 1.125em;
    margin-top: 35px;
  }
}

.sub_contact {
  width: 100%;
  position: relative;
}

.sub_contact .map {
  width: 100%;
  height: 550px;
}

.sub_contact .map > #map {
  width: 100%;
  height: 100% !important;
}

.sub_contact .map .root_daum_roughmap .wrap_map {
  height: 100% !important;
}

.sub_contact .info_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
  background: #fff;
  box-shadow: 10px 10px 20px rgba(25, 25, 25, 0.15);
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -654px;
  z-index: 30;
}

.sub_contact .info_box:before {
  content: '';
  display: block;
  width: 350px;
  height: 100%;
  background: #33bdff;
  position: absolute;
  left: 0;
  top: 0;
}

.sub_contact .info_box > div {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.sub_contact .info_box .tel {
  width: 350px;
}

.sub_contact .info_box .tel .t1 {
  font-size: 1.25em;
  color: #fff;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 10px;
}

.sub_contact .info_box .tel .number {
  font-size: 2.18em;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'Montserrat';
}

.sub_contact .info_box .tel .number:before {
  content: '\f879';
  font-size: 0.68em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
}

.sub_contact .info_box .info strong {
  display: block;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 20px;
}

.sub_contact .info_box .info strong i {
  font-size: 0.9em;
  margin-right: 7px;
}

.sub_contact .info_box .info ul li {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  position: relative;
  padding-left: 75px;
}

.sub_contact .info_box .info ul li p {
  width: 75px;
  color: #191919;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}

.sub_contact .info_box .info .t1 {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
}

.sub_contact .info_box .info .subway {
  font-size: 1em;
  color: #666;
  line-height: 1.56em;
  padding-left: 34px;
  position: relative;
}

.sub_contact .info_box .info .subway:before {
  content: '3';
  display: block;
  width: 24px;
  line-height: 18px;
  border: 3px solid #ff7100;
  border-radius: 50%;
  font-size: 0.625em;
  color: #ff7100;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.sub_contact .info_box .info .info-text {
  font-size: 0.86em;
  font-weight: 700;
  color: #33bdff;
}

.sub_contact .info_box .info .info-text:first-of-type {
  margin-top: 15px;
}

.sub_contact .info_box .info .info-text + .info-text {
  margin-top: 6px;
}

.sub_contact .info_box .info1 {
  width: calc(45% - 175px);
  position: relative;
}

.sub_contact .info_box .info1:after {
  content: '';
  display: block;
  width: 1px;
  height: 120px;
  background: #d4d4d4;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub_contact .info_box .info2 {
  width: calc(55% - 175px);
}

@media screen and (max-width: 1320px) {
  .sub_contact .info_box {
    left: 6%;
    margin-left: 0;
  }

  .sub_contact .info_box:before {
    width: 290px;
  }

  .sub_contact .info_box .tel {
    width: 290px;
  }

  .sub_contact .info_box .info1 {
    width: calc(45% - 145px);
  }

  .sub_contact .info_box .info2 {
    width: calc(55% - 145px);
  }
}

@media screen and (max-width: 1024px) {
  .sub_contact {
    padding-bottom: 7vw;
  }

  .sub_contact .map {
    height: 400px;
  }

  .sub_contact .info_box {
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    margin: -5vw auto 0;
  }

  .sub_contact .info_box:before {
    display: none;
  }

  .sub_contact .info_box {
    display: block;
    overflow: hidden;
  }

  .sub_contact .info_box .tel {
    width: 100%;
    background: #33bdff;
    padding: 4vw 0;
  }

  .sub_contact .info_box .tel .t1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125em;
    margin-bottom: 7px;
    margin-right: 20px;
  }

  .sub_contact .info_box .tel .number {
    display: inline-block;
    font-size: 1.8em;
  }

  .sub_contact .info_box .info {
    float: left;
    width: 50%;
    padding: 2.5vw 0;
  }

  .sub_contact .info_box .info strong {
    font-size: 1.125em;
    margin-bottom: 10px;
  }

  .sub_contact .info_box .info ul li {
    padding-left: 65px;
  }

  .sub_contact .info_box .info ul li p {
    width: 65px;
  }

  .sub_contact .info_box .info1:after {
    height: 60%;
  }
}

@media screen and (max-width: 767px) {
  .sub_contact .map {
    height: 270px;
  }

  .sub_contact .info_box .info {
    float: none;
    width: 100%;
    padding: 4vw 0;
  }

  .sub_contact .info_box .info > div {
    width: 88%;
  }

  .sub_contact .info_box .info1:after {
    width: 100%;
    height: 1px;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}

.privacy_box .t1 {
  font-size: 1.25em;
  color: #33bdff;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 10px;
}

.privacy_box .t2 {
  font-size: 1em;
  color: #666;
  line-height: 1.75em;
}

.privacy_box .list1 dt {
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 5px;
}

.privacy_box .list1 dd {
  font-size: 1em;
  color: #666;
  line-height: 1.75em;
  margin-bottom: 25px;
}

.privacy_box .list1 dd:last-child {
  margin-bottom: 0;
}

.privacy_box .list2 {
  width: 100%;
  background: #f7f7f8;
  padding: 30px;
}

.privacy_box .list2 strong {
  display: block;
  font-size: 1em;
  color: #191919;
  font-weight: 500;
  margin-bottom: 10px;
}

.privacy_box .list2 ul {
  width: 100%;
  overflow: hidden;
}

.privacy_box .list2 ul li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
  font-size: 0.93em;
  color: #666;
  line-height: 1.7em;
}

.privacy_box .list2 ul li:nth-child(even) + li {
  clear: both;
}

@media screen and (max-width: 1024px) {
  .privacy_box .list1 dd {
    margin-bottom: 4%;
  }

  .privacy_box .list2 {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .privacy_box .list2 ul li {
    float: none;
    width: 100%;
  }
}

.sNonpayment_box .date {
  font-size: 0.93em;
  color: #f00;
  margin: 20px 0;
  text-align: right;
}

.sNonpayment_box .table_box {
  width: 100%;
}

.sNonpayment_box .table_box table {
  width: 100%;
  border-collapse: collapse;
}

.sNonpayment_box .table_box thead {
  border-top: 2px solid #33bdff;
  border-bottom: 2px solid #33bdff;
}

.sNonpayment_box .table_box thead th {
  background: #f7f8f9;
  font-size: 0.93em;
  color: #191919;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #ddd;
}

.sNonpayment_box .table_box thead th:first-child {
  border-left: 0;
}

.sNonpayment_box .table_box thead th:last-child {
  border-right: 0;
}

.sNonpayment_box .table_box tbody th {
  font-size: 0.93em;
  color: #191919;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #ddd;
  border-left: 0;
}

.sNonpayment_box .table_box tbody td {
  font-size: 0.875em;
  color: #666;
  line-height: 1.6em;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #ddd;
}

.sNonpayment_box .table_box tbody td:first-of-type {
  border-left: 0;
}

.sNonpayment_box .table_box tbody td:last-child {
  border-right: 0;
}

@media screen and (max-width: 1024px) {
  .sNonpayment_box .table_box {
    overflow-x: scroll;
  }

  .sNonpayment_box .table_box table {
    width: 1000px;
  }

  .sNonpayment_box .table_box thead th {
    padding: 10px 5px;
  }

  .sNonpayment_box .table_box tbody th,
  .sNonpayment_box .table_box tbody td {
    padding: 10px 5px;
  }
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  display: none !important;
}

.xdsoft_datetimepicker {
  padding: 0 !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  border: 0 !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  margin-left: 0 !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #fff !important;
  border-top: 0 !important;
  text-align: left !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #33aaff !important;
}

.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_scroller {
  background: #ccc !important;
}

.open-container {
  padding: 100px 0px 0px 0px;
}

.open_box {
  width: 100%;
  background: url(/images/open_img_bg_pc.png);
  background-size: 100% auto;
  position: relative;
  padding: 212px 0;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.open_box .s-inner p:first-child {
  color: #fff;
}

.open_box .s-inner p.open_btn {
  text-align: center;
}

.open_box .s-inner p.open_btn button {
  padding: 15px 52px;
  font-size: 22px;
  background-color: #33bdff;
  border-radius: 13px;
  color: #fff;
  font-weight: 700;
}

.open_box .s-inner p.open_btn button:hover {
  background-color: #1976d2;
}

.s-inner p.open_btn {
  text-align: center;
}

.s-inner p.open_btn button {
  padding: 15px 52px;
  font-size: 22px;
  background-color: #33bdff;
  border-radius: 13px;
  color: #fff;
  font-weight: 700;
}

.s-inner p.open_btn button:hover {
  background-color: #1976d2;
}

@media screen and (max-width: 1420px) {
  .open_box {
    background-position: left;
  }
}

@media screen and (max-width: 1024px) {
  .open-container {
    padding: 0px;
  }

  .open_box {
    width: 100%;
    background: url(/images/open_img_bg_m.png);
    background-size: 100% auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
    background-position: left;
    height: 100px;
  }

  /* .open-box .open-text-box {position:absolute !important;width:100% !important;} */
  .open_box .s-inner p:first-child {
    color: #fff;
  }

  .open_box .s-inner p.open_btn {
    text-align: center;
  }

  .open_box .s-inner p.open_btn button {
    padding: 15px 52px;
    font-size: 22px;
    background-color: #33bdff;
    border-radius: 13px;
    color: #fff;
    font-weight: 700;
  }

  .open_box .s-inner p.open_btn button:hover {
    background-color: #1976d2;
  }

  .s-inner p.open_btn {
    text-align: center;
  }

  .s-inner p.open_btn button {
    padding: 15px 52px;
    font-size: 22px;
    background-color: #33bdff;
    border-radius: 13px;
    color: #fff;
    font-weight: 700;
  }

  .s-inner p.open_btn button:hover {
    background-color: #1976d2;
  }
}

@media screen and (max-width: 768px) {
  .open-container {
    height: 380px;
  }

  .open_box .s-inner {
    margin-top: 20px;
  }
}

/* swiper */
/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 투데이 라섹 시작 */
.today_s1_bottom {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  gap: 60px;
}

.today_s1_bottom_txt_group {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.today_s1_bottom_txt1 {
  font-size: 38px;
  font-weight: 600;
  color: #191818;
}

.today_s1_bottom_txt2 {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 40px;
  height: 3px;
  background-color: #52b5e5;
}

.today_s1_bottom_txt3 {
  font-size: 17px;
  line-height: 29px;
}

.today_s1_bottom_txt4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
}

.today_s1_bottom_txt4_list {
  display: flex;
  align-items: center;
  gap: 15px;
}

.c_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.color1 {
  color: #33bcff;
}

.lasek_s2 {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #ededed;
}

.lasek_tit_group {
  text-align: center;
}

.lasek_tit1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom5: 15px;
}

.lasek_tit2 {
  font-size: 17px;
  line-height: 29px;
}

.lasek_s2_cont {
  padding-top: 55px;
}

.lasek_s2_cont > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lasek_s2_img2 {
  padding-top: 60px;
}

.lasek_s3 {
  padding-top: 200px;
  padding-bottom: 110px;
}

.lasek_s3 .s3_line {
  margin-top: 110px;
  margin-bottom: 110px;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

.lasek_s3 .lasek_s3_img1 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lasek_s3 .lasek_s3_img2 {
  margin-top: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lasek_s3 {
}

.lasek_s4 {
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/images/lasek_s4_bg.png) fixed no-repeat center/cover;
}

.lasek_s4 .lasek_tit_group {
  color: #fff;
}

.lasek_s4 .lasek_tit1 {
  color: #fff;
}

.lasek_s4 .lasek_tit2 {
  color: #fff;
  padding-top: 15px;
}

.lasek_s4 {
}

.lasek_s5 {
  padding-top: 81px;
  padding-bottom: 110px;
}

.lasek_s5 .lasek_s5_cont {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: flex-end;
}

.lasek_s5 .lasek_s5_right {
  width: 550px;
}

.lasek_s5 .lasek_s5_right img {
  width: 100%;
}

.lasek_s5 .lasek_s5_txt1 {
  color: #808080;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.lasek_s5 .lasek_s5_txt2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  margin-top: 5px;
}

.lasek_s5 .lasek_s5_txt3 {
  font-size: 17px;
  line-height: 27px;
}

.lasek_s5 {
}

.lasek_s5 {
}

.lasek_s6 {
  background-color: #f2f2f2;
  padding: 100px 0;
}

.lasek_s6 .s-inner {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
}

.lasek_s6_left {
}

.lasek_s6 .lasek_s6_txt1 {
  text-align: right;
  color: #808080;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.lasek_s6 .lasek_s6_txt2 {
  font-weight: 600;
  text-align: right;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  margin-top: 5px;
}

.lasek_s6 .lasek_s6_txt3 {
  text-align: right;
  font-size: 17px;
  line-height: 27px;
}

.lasek_s8_left {
  width: 500px;
}

.lasek_s8_left img {
  width: 100%;
}

.lasek_s9 {
  padding-top: 150px;
  padding-bottom: 100px;
}

.lasek_s9 {
}

.lasek_s9_cont {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.lasek_s9_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.lasek_s9_list {
}

.lasek_s9_list .lasek_s9_txt_group {
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.lasek_s9_list .lasek_s9_txt1 {
}

.lasek_s9_list .lasek_s9_txt2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}

.lasek_s9_list .lasek_s9_txt3 {
  color: #545554;
  line-height: 26px;
  font-size: 17px;
}

.lasek_s9_list {
}

.lasek_s10 {
  padding-top: 85px;
  padding-bottom: 75px;
  color: #fff;
  background: url(/images/lasek_s10_bg.png) no-repeat center / cover;
}

.lasek_s10 .lasek_s10_cont {
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lasek_s10 .lasek_s10_grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.lasek_s10 .lasek_s10_line {
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.lasek_s10 .lasek_tit_group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lasek_s10 {
}

.lasek_s11 {
  padding-top: 210px;
  padding-bottom: 110px;
}

.lasek_s11 img {
  width: 100%;
}

.lasek_s11_m_cont {
  display: none;
}

.mb {
  display: none !important;
}

@media screen and (max-width: 1310px) {
  .pc {
    display: none !important;
  }

  .mb {
    display: block !important;
  }

  .today_s1_bottom {
    flex-direction: column;
    gap: 15px;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .today_s1_bottom_left img {
    width: 100%;
  }

  .today_s1_bottom_txt1 {
    font-size: 32px;
  }

  .today_s1_bottom_txt2 {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .img100 {
    width: 100%;
  }

  .img100 .sub_top_box {
    width: 90%;
    margin: auto;
  }

  .img100 .s-inner {
    width: 90%;
    margin: 0 auto;
  }

  .lasek_s2_cont > div {
    flex-direction: column;
    gap: 10px;
  }

  .m_s2_img1 .eye_img,
  .m_s2_img2 .eye_img {
    position: absolute;
    top: 10px;
  }

  .m_s2_img1,
  .m_s2_img2 {
    position: relative;
    overflow: hidden;
  }

  .m_s2_img1 .eye_img {
    left: 0;
    transform: translateX(-50%) rotate(0);
    animation: eye_img1 15s linear infinite;
  }

  .m_s2_img2 .eye_img {
    right: 0;
    transform: translateX(50%) rotate(0);
    animation: eye_img2 15s linear infinite;
  }

  @keyframes eye_img1 {
    100% {
      transform: translateX(-50%) rotate(360deg);
    }
  }

  @keyframes eye_img2 {
    100% {
      transform: translateX(50%) rotate(-360deg);
    }
  }

  .today_s1_bottom_txt3 {
    font-size: 13px;
    line-height: 1.5;
  }

  .today_s1_bottom_txt4_list {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
    gap: 7px;
  }

  .lasek_tit1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .lasek_tit2 {
    font-size: 13px;
    line-height: 1.5;
  }

  .lasek_s2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lasek_s2 img {
    width: 100%;
  }

  .lasek_s2_cont {
    padding-top: 30px;
  }

  .lasek_s3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lasek_s3 .s3_line {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lasek_s5 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .lasek_s5 .lasek_s5_cont {
    margin-top: 30px;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .lasek_s5 .lasek_s5_cont img {
    width: 100%;
  }

  .lasek_s5 .lasek_s5_txt1 {
    font-size: 16px;
    line-height: 1.3;
  }

  .lasek_s5 .lasek_s5_txt2 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .lasek_s5 .lasek_s5_txt3 {
    font-size: 13px;
    line-height: 1.5;
  }

  .lasek_s5_left {
    width: 100%;
  }

  .lasek_s5 .lasek_s5_right {
    width: 100%;
  }

  .lasek_s6 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .lasek_s6 .s-inner {
    gap: 30px;
    flex-direction: column;
  }

  .lasek_s6 .lasek_s6_txt1 {
    font-size: 16px;
    line-height: 1.3;
  }

  .lasek_s6 .lasek_s6_txt2 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .lasek_s6 .lasek_s6_txt3 {
    font-size: 13px;
    line-height: 1.5;
  }

  .lasek_s8_left {
    width: 100%;
  }

  .lasek_s6_right {
    width: 100%;
  }

  .lasek_s6_right.gif_add {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .lasek_s9 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .lasek_s9_cont {
    padding-top: 60px;
    flex-direction: column;
    gap: 30px;
  }

  .lasek_s9_list {
    gap: 15px;
  }

  .lasek_s9_list .lasek_s9_txt1 {
  }

  .lasek_s9_list .lasek_s9_txt2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.5;
  }

  .lasek_s9_list .lasek_s9_txt3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .lasek_s10 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .lasek_s10 .lasek_s10_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .lasek_s11 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lasek_s3 {
  }

  .lasek_s3 {
  }

  .lasek_s3 .lasek_tit_group {
    width: 90%;
    margin: auto;
  }

  .lasek_s3 .s-inner {
    width: 100%;
  }

  .lasek_s3 .lasek_s3_img1 {
    width: 100%;
    overflow-x: auto;
    display: block;
    padding-bottom: 30px;
  }

  .lasek_s3 .lasek_s3_img1 img {
    width: 650px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lasek_s3_img2 {
    width: 90%;
    margin: auto;
  }

  .lasek_s4 .lasek_tit_group {
    width: 90%;
    margin: auto;
  }

  .lasek_s11_m_cont {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .lasek_s11_cont_group {
    margin-top: -40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .s11_nav_group {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .s11_nav {
    font-size: 16px;
    width: max-content;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid #707070;
  }

  .s11_img {
    display: none;
  }

  .s11_img.on {
    display: block;
  }

  .s11_nav {
    transition: 0.4s;
  }

  .s11_nav.on {
    background-color: #434fff;
    color: #fff;
  }

  .lasek_s3 .lasek_s3_img2 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media all and (max-width: 768px) {
  .login_btn_list_2 li a {
    font-size: 15px;
  }

  .login_btn_list_2 li:after {
    margin: 0 8px;
  }
}

/* 투데이 라섹 끝 */

/* 수술체험기 */
.main_flex {
  display: flex;
  justify-content: space-between;
}

.sub_title h1 {
  text-align-last: right;
}

.main_title {
  padding-top: 75px;
}

.cont .grid_notice_sort {
  padding-top: 73px;
  grid-row-gap: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.cont .notice_image {
  height: 300px;
}

.cont .notice_image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: 50% 35%;
}

.cont .notice_content div:nth-child(1) {
  padding-left: 0px;
}

.cont .notice_content {
  align-items: flex-start;
}

.cont .notice_content h2 {
  padding-top: 15px;
  font-size: 20px;
}

.cont .notice_image h2 {
  width: 100%;
}

.comunity4_tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 32px;
}

.comunity4_tab > ul {
  display: flex;
  gap: 10px;
}

.comunity4_tab > ul li:nth-child(1) a {
  width: 88px;
}

.comunity4_tab > ul li a {
  width: 151px;
  font-size: 20px;
  padding: 8px 0;
  border: solid 1px #33bdff;
  border-radius: 13px;
  display: block;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  color: #171717;
}

.comunity4_main {
  margin-top: 21px;
  border-top: 1px solid #33bdff;
}

.comunity4_main .main_dt {
  background: #33bdff;
  color: #fff;
  border-radius: 100%;
  display: block;
  font-size: 23px;
  padding: 14px 15px;
  line-height: 19px;
}

.comunity4_main .main_dd {
  background: #ffca8e;
  color: #fff;
  border-radius: 100%;
  display: block;
  font-size: 23px;
  padding: 14px 15px;
  line-height: 19px;
}

.comunity4_tab > ul li .clicked {
  background: #33bdff;
  color: #fff;
}

.comunity4_tab {
  /* border-bottom: 1px solid #975846; */
  padding-bottom: 21px;

  margin-top: 0px;
  padding-bottom: 0px;
}

.comunity4_f {
  display: flex;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  margin-top: 67px;
  padding-bottom: 21px;
  overflow: auto;
}

.comunity4_f::-webkit-scrollbar {
  height: 2px;
  /*스크롤바의 너비*/
}

.comunity4_f_f {
  display: flex;
  font-size: 20px;
  line-height: 28px;
  font-family: 'noto_r';
  color: #333333;
  margin-top: 5px;
}

.comunity4_f_f img {
  width: 24px;
  height: 24px;
  margin-right: 3px;
  margin-top: 3px;
}

.p {
  display: flex;
}

.m {
  display: none;
}

.m_fbx {
  display: none;
}

.paging p {
  text-align: center;
}

@media screen and (max-width: 1025px) {
  .m_fbx {
    display: flex;
  }

  .p {
    display: none;
  }

  .m {
    display: block;
  }

  .cont .notice_image img {
    width: 100%;
  }

  .cont .grid_notice_sort {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
}

/* .m{display: flex;} */
@media screen and (max-width: 768px) {
  .comunity4_tab > ul li a {
    width: 100px;
    font-size: 16px;
  }

  .main_title {
    padding-top: 30px;
  }

  .main_flex {
    margin: 0 10px;
  }

  .comunity4_f {
    margin: 35px 10px 0 10px;
  }

  .cont .notice_content h2 {
    margin: 0 10px;
  }
}

@media screen and (max-width: 450px) {
  .cont {
    width: 85%;
  }

  .main_title {
    padding-top: 6px;
  }

  /* .m_flex {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    } */

  .cont .notice_image {
    width: 324px;
    height: 259px;
  }

  .cont .notice_content {
    width: 100%;
  }

  .cont .notice_content h2 {
    font-size: 28px;
    line-height: 35px;
    padding-top: 0px;
    /* margin-left: -65%; */
  }

  .cont .notice_image h2 {
    font-size: 32px;
    line-height: 48px;
    width: 100%;
  }

  .cont .notice_content h6 {
    display: block;
    /* margin-left: -65%; */
  }

  .cont .paging {
    padding-top: 63px;
    padding-bottom: 145px;
  }

  .comunity4_tab > ul li:nth-child(1) a {
    width: 71px;
  }

  .comunity4_tab > ul {
    gap: 7px;
  }

  .comunity4_tab > ul li a {
    width: 110px;
    font-size: 14px;
  }

  .comunity4_f_f {
    justify-content: flex-end;
    font-size: 14px;
    line-height: 28px;
    margin-right: 12px;
  }

  .comunity4_f_f img {
    width: 17px;
    height: 17px;
    margin-top: 6px;
  }
}

.cont .grid_notice_sort {
  grid-row-gap: 175px;
}

.cont .paging {
  padding-top: 175px;
}

/* 수술체험기 끝 */

/* 신규섹션 mZeiss */
#mZeiss {
  box-sizing: border-box;
  position: relative;
  background: url(/img/mzeiss_bg.png) no-repeat center / cover;
}
#mZeiss .zeiss_logo {
  top: 85px;
  left: 120px;
  position: absolute;
}
#mZeiss .zeiss_con {
  padding-top: 90px;
}
#mZeiss .zeiss_txt_group {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  align-items: center;
}
#mZeiss .zeiss_txt2 {
  line-height: 1.2;
}
#mZeiss .zeiss_txt2_1 {
  font-size: 32px;
  font-weight: 500;
}
#mZeiss .zeiss_txt2_2 {
  font-size: 50px;
  font-weight: 700;
  color: #141e8c;
}
#mZeiss .zeiss_txt3 {
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
}
#mZeiss .zeiss_txt3 span {
  font-weight: 700;
}
#mZeiss .zeiss_img {
  width: 62%;
  margin: 0 auto;
  min-width: 1000px;
}
#mZeiss .zeiss_img img {
  width: 100%;
}
#mZeiss {
}
#mZeiss {
}
#mZeiss {
}
#mZeiss {
}
#mZeiss {
}

.b_767 {
  display: none;
}

@media screen and (max-width: 1024px) {
  #mZeiss .zeiss_logo {
    top: 0;
  }
  #mZeiss .zeiss_img {
    width: 90%;
    min-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .b_767 {
    display: block;
  }
  .n_767 {
    display: none;
  }
  #mZeiss .zeiss_con {
    padding-top: 75px;
  }

  #mZeiss .zeiss_img {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 30px;
  }
  #mZeiss {
    background-image: url(/img/m_mzeiss_bg.png);
    background-position: bottom;
  }
  #mZeiss .zeiss_txt_group {
    width: 90%;
    margin: 0 auto;
  }
  #mZeiss .zeiss_logo {
    left: 20px;
    width: 54px;
  }
  #mZeiss .zeiss_logo img {
    width: 100%;
  }
  .zeiss_txt1 {
    width: 204px;
  }
  .zeiss_txt1 img {
    width: 100%;
  }

  #mZeiss .zeiss_txt2_1 {
    font-size: 20px;
  }
  #mZeiss .zeiss_txt2_2 {
    font-size: 32px;
  }
  #mZeiss .zeiss_txt3 {
    font-size: 14px;
  }
}
