@charset "utf-8";

@font-face {
  font-family: 'LotteMartHappy';
  font-style: normal;
  font-weight: 400;
  src: url('//fastly.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyMedium.woff2') format('woff2'), url('//fastly.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyMedium.woff') format('woff');
}

@font-face {
  font-family: 'SpoqaHanSansNeo-Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-size: 10px;
}

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

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

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

body {
  position: relative;
  font-family: "Pretendard Variable", sans-serif;
  color:#000;
  -webkit-text-size-adjust: none;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
}

body, h1, h2, h3, h4, h5, h6, ul, p, button, input, td{
  margin:0;
  padding:0
}

h1, h2, h3, h4, h5, h6{
  font-size:inherit;
  font-weight:normal;
  font-family:inherit;
}

ul{
  list-style:none;
}

a{
  text-decoration:none;
}

a:link, a:visited, a:hover, a:active{
  color:inherit;
  text-decoration:none;
}

strong {
    font-weight: normal;
}

button{
  border:0px;
  background:none;
  cursor:pointer;
  font-family:inherit;
  font-size: inherit;
}

img{
  border:0px;
  vertical-align:top;
}

address{
  font-style:normal;
}

header, nav, section, article, footer{
  display:block;
}

legend {
  position:absolute;
  margin:0;
  padding:0;
  font-size:0;
  line-height:0;
  text-indent:-9999em;
  overflow:hidden;
}

label, input, button, select{
  vertical-align:middle;
}

input, textarea{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

hr {
  display:none;
}

pre {
  overflow-x:scroll;
  font-size:1.1em;
}

table{
  border-spacing:0px;
  border-collapse:collapse;
}

em{
  font-style:normal;
}

fieldset{
  border:0;
}

select::-ms-expand {
  display:none;
}

input:focus {
  outline:none;
}

input[type="date"]{
  position:relative;
  padding-right:20px;
  background:url("../images/cal_arrow.png") no-repeat right 10px center;
  padding-left:0;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button{
  display:none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:transparent;
  color:transparent;
  cursor:pointer;
}

input[type="date"]::before{
  content:attr(data-placeholder);
  width:100%;
}

input[type="date"]:valid::before{
  display:none;
}

input[data-placeholder]::before{
  color:#999;
  font-size:13px;
}

.lotteMhappy {
  font-family: 'LotteMartHappy';
}

.spoqaHanSansNeo {
  font-family: 'SpoqaHanSansNeo-Regular';
}

.clear:after{
  display:block;
  content:"";
  clear:both;
}

.area {
  width: 1520px;
  margin: 0 auto;
}

.mo-only {
  display: none;
}

.only-550 {
  display: none;
}

#main article {
  overflow-x: hidden;
}

@media all and (max-width:1500px) {
  .area {
    width: 94%;
  }
}

@media all and (max-width:760px) {
  .pc-only {
    display: none;
  }

  .mo-only {
    display: block;
  }

  .area,
  .mo-area {
    width: calc(100% - 8rem) !important;
    margin: 0 auto;
  }
}

@media all and (max-width:550px) {
  .only-550 {
    display: block;
  }
}


#black {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 99;
}

#quickMenu {
  position: fixed;
  top: 11.6rem;
  right: 0;
  width: 12.6rem;
  height: 62.3rem;
  z-index: 98;
  transition: right 0.5s;
}

#quickMenu.on {
  right: -12.6rem;
}

#quickMenu .menu-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 3rem 0 0 3rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background-color: #fff;
}

#quickMenu .menu-wrap ul li {
  position: relative;
  padding-top: 2.6rem;
  margin-top: 2.5rem;
}

#quickMenu .menu-wrap ul li:first-child {
  padding-top: 0;
  margin-top: 0;
}

#quickMenu .menu-wrap ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 4rem;
  height: 1px;
  background-color: #C9CDD2;
  transform: translateX(-50%);
}

#quickMenu .menu-wrap ul li:first-child::before {
  display: none;
}

#quickMenu .menu-wrap ul li a {
  display: block;
  width: 100%;
}

#quickMenu .menu-wrap ul li a .icon {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto 1.2rem;
}

#quickMenu .menu-wrap ul li a .icon img {
  width: 100%;
  height: auto;
}

#quickMenu .menu-wrap ul li a p {
  font-size: 1.6rem;
  text-align: center;
  color: #5D646A;
}

#quickMenu .open-btn {
  position: absolute;
  top: 50%;
  left: -2.8rem;
  width: 2.8rem;
  height: 5.6rem;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 2.8rem 0 0 2.8rem;
  box-shadow: -3px 0 6px rgba(0,0,0,0.16);
  z-index: 1;
  cursor: pointer;
}

#quickMenu .open-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 5.6rem;
  background-color: #fff;
}

#quickMenu .open-btn img {
  position: absolute;
  top: 2rem;
  left: 1.2rem;
  width: 1.1rem;
  height: auto;
  transform: rotate(180deg);
  transition: transform 0.5s;
}

#quickMenu.on .open-btn img {
  transform: rotate(0);
}

@media all and (max-width:760px) {
  #quickMenu {
    top: auto;
    bottom: 10rem;
    width: 10.667rem;
    height: 42.333rem;
    transform: translateY(0);
  }

  #quickMenu .menu-wrap {
    border-radius: 3.333rem 0 0 3.333rem;
  }

  #quickMenu .menu-wrap ul li {
    padding-top: 1.167rem;
    margin-top: 1.167rem;
  }

  #quickMenu .menu-wrap ul li::before {
    display: none;
  }

  #quickMenu .menu-wrap ul li a .icon {
    width: 5.333rem;
    height: 5.333rem;
    margin-bottom: 0;
  }

  #quickMenu .menu-wrap ul li a p {
    display: none;
  }

  #quickMenu .open-btn {
    display: none;
  }
}


#topBtn {
  position: fixed;
  bottom: 7rem;
  right: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  z-index: 98;
  min-width: 8.2rem;
}

#topBtn button {
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#topBtn button img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

#topBtn.on button img {
  transform: rotate(180deg);
}

#topBtn p {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#topBtn p.on {
  display: none;
}

#topBtn.on p.off {
  display: none;
}

#topBtn.on p.on {
  display: block;
}

@media all and (max-width:760px) {
  #topBtn {
    display: none;
  }
}


#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: #fff;
  z-index: 98;
}

#header .hd-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1560px;
  height: 100%;
  margin: 0 auto;
}

#header .hd-area .hd-logo a {
  display: block;
}

#header .hd-area .hd-logo a img {
  width: 27.9rem;
  height: auto;
}

#header .hd-area .gnb-wrap {
  display: flex;
  align-items: center;
}

#header .hd-area .gnb-wrap ul {
  display: flex;
  gap: 1rem;
}

#header .hd-area .gnb-wrap ul li a {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 2.8rem;
}

#header .hd-area .gnb-wrap ul li.on a {
  color: #38A08B;
}

#header .hd-area .gnb-wrap .call-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 25.6rem;
  height: 4.4rem;
  background-color: #fff;
  border-radius: 5rem;
  margin-left: 5rem;
  border: 2px solid #38A08B;
  box-sizing: border-box;
}

#header .hd-area .gnb-wrap .call-group .icon {
  width: 1.8rem;
  height: 1.8rem;
}

#header .hd-area .gnb-wrap .call-group img {
  width: 100%;
  height: auto;
}

#header .hd-area .gnb-wrap .call-group a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 2.4rem;
  font-weight: 800;
  color: #38A08B;
}

#header .hd-area .gnb-wrap .call-group a strong {
  font-size: 2rem;
  font-weight: 800;
  margin-top: -0.25rem;
}

#header .hd-area .gnb-wrap .util-group {
  display: flex;
  align-items: center;
  margin-left: 4rem;
}

#header .hd-area .gnb-wrap .util-group a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #72787F;
}

#header .hd-area .gnb-wrap .util-group a img {
  width: 3.2rem;
  height: auto;
  margin-left: 0.8rem;
}

@media all and (max-width:1700px) {
  #header .hd-area .gnb-wrap ul {
    gap: 1rem;
  }

  #header .hd-area .gnb-wrap .call-group {
    margin-left: 2rem;
  }
}

@media all and (max-width:1570px) {
  #header .hd-area {
    width: 94%;
  }
}

@media all and (max-width:1280px) {
  #header .hd-area .gnb-wrap ul {
    gap: 0;
  }

  #header .hd-area .gnb-wrap .call-group {
    margin-left: 1rem;
  }
}

@media all and (max-width:760px) {
  #header {
    height: 10.667rem;
  }

  #header .hd-area {
    width: calc(100% - 8rem);
  }

  #header .hd-area .gnb-wrap ul {
    display: none;
  }

  #header .hd-area .hd-logo a img {
    width: 35.833rem;
  }

  #header .hd-area .gnb-wrap .call-group {
    gap: 0;
    width: 7rem;
    height: 7rem;
    border: 0;
    margin-left: 0;
  }

  #header .hd-area .gnb-wrap .call-group p {
    display: none;
  }

  #header .hd-area .gnb-wrap .call-group .icon {
    width: 100%;
    height: 100%;
  }
}


#main .video-con {
  position: relative;
  width: 100%;
  height: calc(100vh - 10rem);
  margin-top: 10rem;
  overflow: hidden;
}

#main .video-con .video {
  position: relative;
  height: 100%;
}

#main .video-con .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 108%;
  height: 108%;
  object-fit: cover;
}

#main .video-con .video video.mo-only {
  display: none;
}

#main .video-con .txt-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

#main .video-con .txt-wrap > * {
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#main .video-con .txt-wrap h2 {
  font-size: 5.6rem;
  line-height: 6.7rem;
  padding-bottom: 2rem;
}

#main .video-con .txt-wrap h2 span {
  color: #E4F9F5;
}

#main .video-con .txt-wrap p {
  font-size: 2rem;
}

#main .video-con .scroll-down {
  text-align: center;
  margin-top: 4rem;
}

#main .video-con .scroll-down p {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16);
  padding-bottom: 0.9rem;
}

#main .video-con .scroll-down span {
  display: block;
  width: 1px;
  height: 6.1rem;
  background-color: #fff;
  margin: 0 auto;
}

@media all and (max-width:760px) {
  #main .video-con .video video {
    width: 100%;
    height: 100%;
  }

  #main .video-con .video video.pc-only {
    display: none;
  }

  #main .video-con .video video.mo-only {
    display: block;
  }

  #main .video-con .txt-wrap {
    left: 4rem;
    bottom: 34.333rem;
    transform: translateX(0);
    text-align: left;
    width: calc(100% - 8rem);
  }

  #main .video-con .txt-wrap h2 {
    font-size: 6.667rem;
    line-height: 8rem;
    padding-bottom: 4.333rem;
  }

  #main .video-con .txt-wrap p {
    font-size: 2.667rem;
    line-height: 4.333rem;
  }

  #main .video-con .scroll-down {
    display: none;
  }
}


#main .intro-con {
  padding: 29rem 0 26.2rem;
}

#main .intro-con .area {
  display: flex;
  justify-content: space-between;
}

#main .intro-con .area .tit-wrap {
  padding-top: 3.2rem;
}

#main .intro-con .area .tit-wrap h4 {
  font-size: 4rem;
  line-height: 6.2rem;
  padding-bottom: 3.4rem;
  font-weight: 700;
}

#main .intro-con .area .tit-wrap h3 {
  font-size: 6.2rem;
  line-height: 7.6rem;
  padding-bottom: 4.4rem;
}

#main .intro-con .area .tit-wrap h3 strong {
  font-size: 7.6rem;
  color: #38A08B;
}

#main .intro-con .area .tit-wrap p {
  font-size: 2rem;
  line-height: 3rem;
  color: #33383C;
}

#main .intro-con .area .tit-wrap p strong {
  font-weight: 700;
}

#main .intro-con .area .img {
  position: relative;
  width: 87.1rem;
  z-index: 1;
}

#main .intro-con .area .img img {
  width: 100%;
  height: auto;
}

#main .intro-con .rolling-text {
  font-size: 26rem;
  line-height: 29.5rem;
  font-weight: 800;
  color: #E4F9F5;
  margin-top: -12rem;
}

#main .intro-con .rolling-text .js-marquee {
  margin-right: 6rem !important;
}

@media all and (max-width:760px) {
  #main .intro-con {
    padding: 21rem 0 14.333rem;
  }

  #main .intro-con .area {
    display: block;
  }

  #main .intro-con .area .tit-wrap {
    padding-top: 0;
  }

  #main .intro-con .area .tit-wrap h4 {
    font-size: 4rem;
    line-height: 6.2rem;
    padding-bottom: 3.4rem;
    font-weight: 700;
  }

  #main .intro-con .area .tit-wrap h3 {
    font-size: 8rem;
    line-height: 10rem;
    padding-bottom: 4.667rem;
  }

  #main .intro-con .area .tit-wrap h3 strong {
    font-size: 9.333rem;
  }

  #main .intro-con .area .tit-wrap p {
    font-size: 3rem;
    line-height: 4.667rem;
  }

  #main .intro-con .area .img {
    width: 100%;
    margin-top: 7.167rem;
  }

  #main .intro-con .rolling-text {
    font-size: 21rem;
    line-height: 23.833rem;
    margin-top: -10rem;
  }
}


#main .point-con {
  padding-bottom: 21.5rem;
}

#main .point-con .tit-wrap {
  text-align: center;
}

#main .point-con .tit-wrap h5 {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  color: #38A08B;
  padding-bottom: 0.5rem;
  margin-bottom: 4.7rem;
}

#main .point-con .tit-wrap h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 103%;
  height: 1px;
  background-color: #38A08B;
  transform: translateX(-50%);
}

#main .point-con .tit-wrap h4 {
  font-size: 3.2rem;
  padding-bottom: 2rem;
}

#main .point-con .tit-wrap h4 strong {
  font-weight: 700;
}

#main .point-con .tit-wrap h3 {
  font-size: 5.6rem;
}

#main .point-con .tit-wrap h3 strong {
  color: #38A08B;
}

#main .point-con .txt-wrap {
  display: flex;
  align-items: center;
  margin-top: 10.8rem;
}

#main .point-con .txt-wrap > div {
  width: 50%;
}

#main .point-con .txt-wrap .img {
  height: 64.9rem;
  background: url("../img/point_con_img.png") no-repeat top right;
  background-size: cover;
}

#main .point-con .txt-wrap .list-group {
  max-width: 72rem;
}

#main .point-con .txt-wrap .list-group ul li {
  position: relative;
  padding-bottom: 5.8rem;
  border-top: 1px solid #C9CDD2;
  padding-left: 7rem;
}

#main .point-con .txt-wrap .list-group ul li:first-child {
  border-top: 0;
}

#main .point-con .txt-wrap .list-group ul li:nth-child(2) {
  padding: 4.4rem 0 4.4rem 7rem;
}

#main .point-con .txt-wrap .list-group ul li:last-child {
  padding-top: 5.8rem;
  padding-bottom: 0;
}

#main .point-con .txt-wrap .list-group ul li h5 {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 1.6rem;
}

#main .point-con .txt-wrap .list-group ul li h5 strong {
  font-weight: 700;
  color: #38A08B;
}

#main .point-con .txt-wrap .list-group ul li p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #222527;
}

#main .point-con .txt-wrap .list-group ul li .icon {
  position: absolute;
  top: 2.5rem;
  right: 0;
  width: 9.8rem;
  height: 9.8rem;
}

#main .point-con .txt-wrap .list-group ul li:first-child .icon {
  top: -3.2rem;
}

#main .point-con .txt-wrap .list-group ul li:last-child .icon {
  top: 3.7rem;
}

#main .point-con .txt-wrap .list-group ul li .icon img {
  width: 100%;
  height: auto;
}

@media all and (max-width:760px) {
  #main .point-con {
    padding-bottom: 14rem;
  }

  #main .point-con .tit-wrap h5 {
    font-size: 3rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem;
  }

  #main .point-con .tit-wrap h4 {
    font-size: 4rem;
    line-height: 5.667rem;
    padding-bottom: 3.333rem;
  }

  #main .point-con .tit-wrap h3 {
    font-size: 6.333rem;
    line-height: 8rem;
  }

  #main .point-con .txt-wrap {
    display: block;
    margin-top: 8rem;
  }

  #main .point-con .txt-wrap .img {
    width: calc(100% - 4rem);
    height: auto;
    background: none;
  }

  #main .point-con .txt-wrap .img img {
    width: 100%;
    height: auto;
  }

  #main .point-con .txt-wrap .list-group {
    max-width: 100%;
    width: calc(100% - 8rem);
    margin: 5.5rem auto 0;
  }

  #main .point-con .txt-wrap .list-group ul li,
  #main .point-con .txt-wrap .list-group ul li:nth-child(2) {
    padding: 4.667rem 0;
  }

  #main .point-con .txt-wrap .list-group ul li:first-child {
    padding-top: 0;
  }

  #main .point-con .txt-wrap .list-group ul li h5 {
    font-size: 4rem;
    padding-bottom: 2.333rem;
  }

  #main .point-con .txt-wrap .list-group ul li p {
    font-size: 2.667rem;
    line-height: 4.333rem;
    padding-right: 10rem;
    word-break: keep-all;
  }

  #main .point-con .txt-wrap .list-group ul li p br {
    display: none;
  }

  #main .point-con .txt-wrap .list-group ul li .icon {
    top: auto !important;
    bottom: 3rem;
  }

  #main .point-con .txt-wrap .list-group ul li:last-child .icon {
    bottom: 0;
  }
}


#main .doctor-con {
  padding-top: 15.9rem;
  background-color: #222527;
  color: #fff;
}

#main .doctor-con .area .tit-wrap {
  text-align: center;
}

#main .doctor-con .area .tit-wrap h3 {
  font-size: 5.4rem;
  line-height: 7.2rem;
  padding-bottom: 3rem;
}

#main .doctor-con .area .tit-wrap h3 strong {
  font-size: 6rem;
  font-weight: 700;
}

#main .doctor-con .area .tit-wrap h3 strong span {
  color: #8fffe8;
}

#main .doctor-con .area .tit-wrap p {
  font-size: 2rem;
  line-height: 3rem;
  color: #A4AAB1;
}

#main .doctor-con .area .tit-wrap p strong {
  color: #fff;
}

#main .doctor-con .txt-wrap {
  position: relative;
  border-top: 1px solid #72787F;
  margin-top: 7rem;
  padding-bottom: 17.45rem;
}

#main .doctor-con .txt-wrap::before {
  content: '';
  position: absolute;
  top: 58.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #72787F;
}

#main .doctor-con .txt-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #72787F;
}

#main .doctor-con .txt-wrap .area {
  display: flex;
  justify-content: space-between;
}

#main .doctor-con .txt-wrap .area .doctor-group {
  width: 70.2rem;
  box-sizing: border-box;
}

#main .doctor-con .txt-wrap .area .doctor-group .img {
  position: relative;
  width: 100%;
  background-color: #33383C;
  border-radius: 2rem;
  margin-top: 8rem;
}

#main .doctor-con .txt-wrap .area .doctor-group .img img {
  width: 100%;
  height: auto;
}

#main .doctor-con .txt-wrap .area .doctor-group .img img.img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s;
}

#main .doctor-con .txt-wrap .area .doctor-group .img:hover img.img2 {
  opacity: 1;
}

#main .doctor-con .txt-wrap .area .doctor-group .info {
  display: flex;
  gap: 11.1rem;
  align-items: start;
  padding-top: 15rem;
}

#main .doctor-con .txt-wrap .area .doctor-group2 .info {
  gap: 6rem;
}

#main .doctor-con .txt-wrap .area .doctor-group .info .name {
  display: flex;
  align-items: end;
  gap: 1.2rem;
  font-size: 2.4rem;
  color: #8fffe8;
}

#main .doctor-con .txt-wrap .area .doctor-group .info .name strong {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}

#main .doctor-con .txt-wrap .area .doctor-group .info .spec {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#main .doctor-con .txt-wrap .area .doctor-group .info .spec .p-wrap {
  display: flex;
  gap: 0.5rem;
  font-size: 1.8rem;
}

@media all and (max-width:1500px) {
  #main .doctor-con .txt-wrap::before {
    top: 43%;
  }

  #main .doctor-con .txt-wrap .area .doctor-group {
    width: 50%;
  }

  #main .doctor-con .txt-wrap .area .doctor-group2 > * {
    margin-left: 3%;
  }

  #main .doctor-con .txt-wrap .area .doctor-group .img {
    width: calc(100% - 3%);
  }

  #main .doctor-con .txt-wrap .area .doctor-group .info,
  #main .doctor-con .txt-wrap .area .doctor-group2 .info {
    gap: 0;
    justify-content: space-between;
  }
}

@media all and (max-width:1280px) {
  #main .doctor-con .txt-wrap::before {
    top: 39%;
  }

  #main .doctor-con .txt-wrap .area .doctor-group .info {
    display: block;
  }

  #main .doctor-con .txt-wrap .area .doctor-group .info .name {
    margin-bottom: 3rem;
  }
}

@media all and (max-width:760px) {
  #main .doctor-con {
    padding-top: 14.667rem;
  }

  #main .doctor-con .area .tit-wrap {
    text-align: left;
  }

  #main .doctor-con .area .tit-wrap h3 {
    font-size: 4.667rem;
    line-height: 6.667rem;
    padding-bottom: 4.667rem;
  }

  #main .doctor-con .area .tit-wrap h3 strong {
    display: block;
    font-size: 7rem;
    line-height: 8.667rem;
    padding-top: 1.667rem;
  }

  #main .doctor-con .area .tit-wrap p {
    font-size: 3rem;
    line-height: 4.667rem;
  }

  #main .doctor-con .txt-wrap {
    padding-bottom: 11rem;
  }

  #main .doctor-con .txt-wrap::after,
  #main .doctor-con .txt-wrap::before {
    display: none;
  }

  #main .doctor-con .txt-wrap .area {
    display: block;
  }

  #main .doctor-con .txt-wrap .area .doctor-group {
    width: 100%;
  }

  #main .doctor-con .txt-wrap .area .doctor-group2 {
    margin-top: 7.333rem;
  }

  #main .doctor-con .txt-wrap .area .doctor-group2 > * {
    margin-left: 0;
  }

  #main .doctor-con .txt-wrap .area .doctor-group .img {
    width: 100%;
    margin-top: 5.333rem;
  }

  #main .doctor-con .txt-wrap .area .doctor-group .img img.img2 {
    opacity: 1;
  }

  #main .doctor-con .txt-wrap .area .doctor-group2 .img {
    margin-top: 0;
  }

  #main .doctor-con .txt-wrap .area .doctor-group .info {
    padding-top: 6rem;
  }

  #main .doctor-con .txt-wrap .area .doctor-group .info .name {
    font-size: 3.333rem;
    margin-bottom: 4rem;
  }

  #main .doctor-con .txt-wrap .area .doctor-group .info .name strong {
    font-size: 5.333rem;
  }

  #main .doctor-con .txt-wrap .area .doctor-group .info .spec .p-wrap {
    font-size: 2.667rem;
  }
}


#main .banner-con {
  width: 100%;
  height: 53.2rem;
  background-image: url("../img/banner_con_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#main .banner-con .area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#main .banner-con .area .txt-wrap > p {
  font-size: 3.6rem;
  line-height: 4.6rem;
}

#main .banner-con .area .txt-wrap > p strong {
  font-weight: 700;
}

#main .banner-con .area .txt-wrap ul {
  display: flex;
  justify-content: center;
  margin-top: 4.6rem;
}

#main .banner-con .area .txt-wrap ul li {
  position: relative;
  padding: 0 9.5rem;
}

#main .banner-con .area .txt-wrap ul li:first-child {
  padding-left: 0;
}

#main .banner-con .area .txt-wrap ul li:last-child {
  padding-right: 0;
}

#main .banner-con .area .txt-wrap ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 7.4rem;
  transform: translateY(-50%);
  background-color: #fff;
}

#main .banner-con .area .txt-wrap ul li:first-child:before {
  display: none;
}

#main .banner-con .area .txt-wrap ul li strong {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 1.2rem;
}

#main .banner-con .area .txt-wrap ul li p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

@media all and (max-width:760px) {
  #main .banner-con {
    height: auto;
    padding: 10rem 0 13rem;
    background-image: url("../img/mo_banner_con_img.png");
    overflow: hidden;
  }

  #main .banner-con .area .txt-wrap {
    width: 100%;
  }

  #main .banner-con .area .txt-wrap > p {
    font-size: 4.333rem;
    line-height: 6rem;
  }

  #main .banner-con .area .txt-wrap ul {
    flex-direction: column;
    margin-top: 7.5rem;
  }

  #main .banner-con .area .txt-wrap ul li {
    padding: 3.667rem 0;
    border-top: 1px solid #fff;
  }

  #main .banner-con .area .txt-wrap ul li:first-child {
    padding-top: 0;
    border-top: 0;
  }

  #main .banner-con .area .txt-wrap ul li:last-child {
    padding-bottom: 0;
  }

  #main .banner-con .area .txt-wrap ul li::before {
    display: none;
  }

  #main .banner-con .area .txt-wrap ul li strong {
    font-size: 4rem;
    padding-bottom: 2rem;
  }

  #main .banner-con .area .txt-wrap ul li p {
    font-size: 2.667rem;
    line-height: 4.333rem;
  }
}


#main .link-con {
  display: flex;
  align-items: end;
  gap: 9.8rem;
  padding: 10.6rem 0 21.3rem;
}

#main .link-con .img-wrap {
  width: calc(100% - 69.2rem);
  max-width: 85rem;
}

#main .link-con .img-wrap .img img {
  width: 100%;
  height: auto;
}

#main .link-con .txt-wrap {
  margin-bottom: 1.8rem;
  width: 59.4rem;
}

#main .link-con .txt-wrap .cont-tit .ci {
  display: block;
  width: 7.4rem;
}

#main .link-con .txt-wrap .cont-tit .ci img {
  width: 100%;
  height: auto;
}

#main .link-con .txt-wrap .cont-tit h3 {
  font-size: 5.6rem;
  padding-top: 3.4rem;
  word-break: keep-all;
}

#main .link-con .txt-wrap .cont-tit strong {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #38A08B;
  padding-top: 2.6rem;
}

#main .link-con .txt-wrap .cont-tit p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #33383C;
  padding-top: 1.6rem;
}

#main .link-con .txt-wrap .click-text {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #38A08B;
  margin-top: 4.2rem;
}

#main .link-con .txt-wrap .click-text span {
  width: 1.5rem;
}

#main .link-con .txt-wrap .click-text span img {
  width: 100%;
  height: auto;
}

#main .link-con .txt-wrap .link-group {
  margin-top: 2.8rem;
}

#main .link-con .txt-wrap .link-group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  max-width: 59.4rem;
  width: 100%;
}

#main .link-con .txt-wrap .link-group ul li:nth-child(2) {
  margin-right: 1rem;
}

#main .link-con .txt-wrap .link-group ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 18.2rem;
  height: 6.2rem;
  border-radius: 10rem;
  box-shadow: 0 0 1rem rgba(0,0,0,0.12);
}

#main .link-con .txt-wrap .link-group ul li a .icon {
  width: 4.2rem;
  height: 4.2rem;
}

#main .link-con .txt-wrap .link-group ul li a .icon img {
  width: 100%;
  height: auto;
}

#main .link-con .txt-wrap .link-group ul li a p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #33383C;
}

@media all and (max-width:760px) {
  #main .link-con {
    display: block;
    padding: 7rem 0 16.667rem;
  }

  #main .link-con .img-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 10;
  }

  #main .link-con .img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28.333rem;
    background-color: #E4F9F5;
  }

  #main .link-con .img-wrap .img {
    display: flex;
    justify-content: right;
    width: 59.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }

  #main .link-con .img-wrap .img img {
    width: 46.333rem;
    height: auto;
  }

  #main .link-con .txt-wrap {
    position: relative;
    width: calc(100% - 8rem);
    margin: 0 auto;
    padding-top: 12.5rem;
    z-index: 100;
  }

  #main .link-con .txt-wrap .cont-tit .ci {
    position: absolute;
    top: 12.333rem;
    right: 0;
    width: 12.333rem;
  }

  #main .link-con .txt-wrap .cont-tit h3 {
    font-size: 6.333rem;
    line-height: 8rem;
    padding-top: 0;
  }

  #main .link-con .txt-wrap .cont-tit strong {
    font-size: 3.667rem;
    padding-top: 4.667rem;
  }

  #main .link-con .txt-wrap .cont-tit p {
    font-size: 2.667rem;
    line-height: 4.333rem;
    padding-top: 2.667rem;
  }

  #main .link-con .txt-wrap .click-text {
    position: absolute;
    top: 2.167rem;
    left: 0;
    font-size: 2.333rem;
    gap: 1.333rem;
    margin-top: 0;
  }

  #main .link-con .txt-wrap .click-text span {
    width: 2.5rem;
  }

  #main .link-con .txt-wrap .link-group {
    position: absolute;
    top: -110%;
    left: 50%;
    margin-left: -30rem;
    z-index: 110;
  }

  #main .link-con .txt-wrap .link-group ul {
    width: auto;
    flex-direction: column;
    gap: 1.167rem;
  }

  #main .link-con .txt-wrap .link-group ul li a {
    width: 24.333rem;
    height: 8.333rem;
    background-color: #fff;
    gap: 1.333rem;
    justify-content: start;
  }

  #main .link-con .txt-wrap .link-group ul li a .icon {
    width: 5.667rem;
    height: 5.667rem;
    margin-left: 3rem;
  }

  #main .link-con .txt-wrap .link-group ul li a p {
    font-size: 2rem;
  }
}


#main .equip-con {
  display: flex;
  justify-content: right;
  width: 100%;
  background: url("../img/equip_con_bg.png") no-repeat center;
  background-size: cover;
  padding: 16.9rem 0;
}

#main .equip-con .flex-box {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 24rem);
}

#main .equip-con .flex-box .tit-wrap {
  color: #fff;
  width: 56.7rem;
}

#main .equip-con .flex-box .tit-wrap h4 {
  font-size: 3.2rem;
  word-break: keep-all;
}

#main .equip-con .flex-box .tit-wrap h3 {
  font-size: 6rem;
  padding-top: 1.3rem;
  word-break: keep-all;
}

#main .equip-con .flex-box .tit-wrap .swiper-navi {
  margin-top: 2.6rem;
}

#main .equip-con .flex-box .tit-wrap .swiper-navi ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
}

#main .equip-con .flex-box .tit-wrap .swiper-navi ul li {
  border: 1px solid #fff;
  border-radius: 10rem;
}

#main .equip-con .flex-box .tit-wrap .swiper-navi ul li.active {
  border: 0;
  background-color: #fff;
}

#main .equip-con .flex-box .tit-wrap .swiper-navi ul li p {
  font-size: 1.8rem;
  padding: 0.6rem 2rem;
}

#main .equip-con .flex-box .tit-wrap .swiper-navi ul li.active p {
  color: #38A08B;
  font-weight: 700;
}

#main .equip-con .flex-box .tit-wrap > p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-top: 3.2rem;
}

#main .equip-con .flex-box .txt-wrap {
  position: relative;
  width: 100.3rem; /* 100.3 */
  width: calc(100% - 68.4rem);
  margin: 0;
  padding-bottom: 8.4rem;
}

#main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  width: 72.4rem;
  height: 42rem;
  background-color: #fff;
  border-radius: 4rem;
}

#main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .li-tit {
  position: relative;
  padding-left: 6.4rem;
  z-index: 5;
}

#main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .li-tit h5 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #33383C;
}

#main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .li-tit h4 {
  font-size: 4rem;
  line-height: 4.6rem;
  font-weight: 700;
  padding-top: 0.6rem;
}

#main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .li-tit p {
  font-size: 2rem;
  line-height: 3rem;
  color: #33383C;
  padding-top: 2.8rem;
}

#main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .img {
  position: absolute;
  top: 50%;
  right: 3.3rem;
  width: 32.6rem;
  height: 32rem;
  transform: translateY(-50%);
}

#main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: auto;
}

#main .equip-con .flex-box .txt-wrap .swiper-controller {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72.4rem;
}

#main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-pagination1 {
  top: auto;
  bottom: 4.2rem;
  max-width: 72.4rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

#main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-pagination1 .swiper-pagination-progressbar-fill {
  background-color: #8FFFE8;
  border-radius: 1rem;
}

#main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-arrow {
  position: absolute;
  bottom: 3rem;
  width: 3.2rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

#main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-button-prev1 {
  left: -5rem;
  background-image: url("../img/equip_con_prev.png");
}

#main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-button-next1 {
  right: -5rem;
  background-image: url("../img/equip_con_next.png");
}

#main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-arrow img {
  width: 100%;
  height: auto;
}

#main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-paging-num {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  font-size: 2rem;
  color: #fff;
}

@media all and (max-width:1660px) {
  #main .equip-con .flex-box {
    width: calc(100% - 10rem);
  }

  #main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide {
    width: auto;
  }
}

@media all and (max-width:1550px) {
  #main .equip-con .flex-box .tit-wrap {
    width: 45rem;
  }

  #main .equip-con .flex-box .txt-wrap {
    width: calc(100% - 55rem);
  }
}

@media all and (max-width:760px) {
  #main .equip-con {
    padding: 9.167rem 0;
  }

  #main .equip-con .flex-box {
    display: block;
    width: 100%;
  }

  #main .equip-con .flex-box .tit-wrap {
    width: calc(100% - 8rem);
    margin: 0 auto;
  }

  #main .equip-con .flex-box .tit-wrap h4 {
    font-size: 4rem;
  }

  #main .equip-con .flex-box .tit-wrap h3 {
    font-size: 7rem;
    line-height: 8.667rem;
    padding-top: 2.333rem;
  }

  #main .equip-con .flex-box .tit-wrap .swiper-navi {
    margin-top: 4.667rem;
  }

  #main .equip-con .flex-box .tit-wrap .swiper-navi ul {
    gap: 1.667rem 1.167rem;
  }

  #main .equip-con .flex-box .tit-wrap .swiper-navi ul li p {
    font-size: 2.5rem;
    padding: 1rem 3rem;
  }

  #main .equip-con .flex-box .tit-wrap > p {
    font-size: 2.667rem;
    line-height: 4.333rem;
    padding-top: 5.667rem;
    word-break: keep-all;
  }

  #main .equip-con .flex-box .tit-wrap > p br {
    display: none;
  }

  #main .equip-con .flex-box .txt-wrap {
    width: calc(100% - 4rem);
    margin-left: 4rem;
    margin-top: 5.667rem;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 39.5rem;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .li-tit {
    padding-left: 6rem;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .li-tit h5 {
    font-size: 3.333rem;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .li-tit h4 {
    font-size: 5.333rem;
    line-height: 7rem;
    padding-top: 1rem;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .li-tit p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 2rem;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-wrapper .swiper-slide .img {
    right: 0;
    width: 28.833rem;
    height: auto;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-controller {
    width: 100%;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-pagination1 {
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-button-prev1 {
    left: -3rem;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-button-next1 {
    right: 1rem;
  }

  #main .equip-con .flex-box .txt-wrap .swiper-controller .swiper-paging-num {
    font-size: 2.667rem;
  }
}


#main .clinic-con {
  padding: 18.4rem 0 19.6rem;
}

#main .clinic-con .area .tit-wrap {
  text-align: center;
}

#main .clinic-con .area .tit-wrap h4 {
  font-size: 4.8rem;
  line-height: 6.2rem;
}

#main .clinic-con .area .tit-wrap h3 {
  font-size: 6rem;
  line-height: 7.2rem;
  padding-top: 1.8rem;
}

#main .clinic-con .area .tit-wrap h3 strong {
  color: #38A08B;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  gap: 8.6rem;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .img {
  width: 73.2rem;
  margin-left: 4rem;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: auto;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt {
  width: 51.2rem;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt h5 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #38A08B;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt h4 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
  padding-top: 1.2rem;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt p {
  font-size: 2rem;
  line-height: 3rem;
  color: #33383C;
  padding-top: 2.2rem;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  margin-top: 3.6rem;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #33383C;
  background-color: #fff;
  border: 1px solid #707070;
  box-sizing: border-box;
  border-radius: 10rem;
  width: 15rem;
  height: 4.2rem;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt ul li.wid-196 {
  width: 19.6rem;
}

#main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt ul li.wid-200 {
  width: 20rem;
}

#main .clinic-con .area .txt-wrap .swiper-pagination2 {
  display: flex;
  justify-content: center;
  margin: 6rem 0 8.4rem;
}

#main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  font-size: 2.4rem;
  padding: 0 3.6rem;
}

#main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 2.4rem;
  background-color: #000;
}

#main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet:first-child::before {
  display: none;
}

@media all and (max-width:760px) {
  #main .clinic-con {
    padding: 16.5rem 0 24.333rem;
  }

  #main .clinic-con .area .tit-wrap h4 {
    font-size: 4.667rem;
    line-height: 6.333rem;
  }

  #main .clinic-con .area .tit-wrap h3 {
    font-size: 6.667rem;
    line-height: 8.333rem;
    padding-top: 4rem;
  }

  #main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide {
    display: block;
  }

  #main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .img {
    width: 100%;
    margin-left: 0;
    margin-top: 5.667rem;
  }

  #main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt {
    width: 100%;
    margin-top: 6rem;
  }

  #main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt h5 {
    font-size: 3.333rem;
  }

  #main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt h4 {
    font-size: 6.333rem;
    line-height: 10.333rem;
    padding-top: 1.333rem;
  }

  #main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 2.333rem;
  }

  #main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt ul {
    gap: 1.667rem 1.167rem;
    margin-top: 4.667rem;
  }

  #main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt ul li {
    width: auto;
    height: 6.333rem;
    font-size: 2.667rem;
    padding: 0 3.833rem;
  }

  #main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt ul li.wid-196,
  #main .clinic-con .area .txt-wrap .swiper-wrapper .swiper-slide .cont-txt ul li.wid-200 {
    width: auto;
  }

  #main .clinic-con .area .txt-wrap .swiper-pagination2 {
    flex-wrap: wrap;
    width: 312px;
    margin: 0 auto;
    gap: 2rem 0;
    margin-top: 6.167rem;
  }

  #main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet {
    font-size: 3rem;
    padding: 0;
    width: 31%;
    text-align: center;
  }

  #main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet:nth-child(2),
  #main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet:nth-child(5) {
    width: 45%;
  }

  #main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet:nth-child(3),
  #main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet:last-child {
    padding-right: 0;
  }

  #main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet:first-child,
  #main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet:nth-child(4) {
    padding-left: 0;
    width: 24%;
  }

  #main .clinic-con .area .txt-wrap .swiper-pagination2 .swiper-pagination-bullet:nth-child(4)::before {
    display: none;
  }
}

@media all and (max-width:425px) {
  #main .clinic-con .area .txt-wrap .swiper-pagination2 {
    width: 286px;
  }
}


#main .medical-con {
  position: relative;
  height: 94rem;
}

#main .medical-con .tit-wrap {
  position: absolute;
  top: 10.6rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 1;
}

#main .medical-con .tit-wrap h4 {
  font-size: 1.6rem;
  text-shadow: 0 0.2rem 0.6rem rgba(0,0,0,0.2);
  color: #8fffe8;
}

#main .medical-con .tit-wrap h4 span {
  letter-spacing: 1.6rem;
}

#main .medical-con .tit-wrap h3 {
  font-size: 5.2rem;
  line-height: 6.2rem;
  padding-top: 3.2rem;
}

#main .medical-con .txt-wrap {
  height: 100%;
}

#main .medical-con .txt-wrap ul {
  display: flex;
  height: 100%;
}

#main .medical-con .txt-wrap ul li {
  width: 20%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main .medical-con .txt-wrap ul li.li1 {
  background-image: url("../img/medical_con_img1_on.png");
}

#main .medical-con .txt-wrap ul li.li2 {
  background-image: url("../img/medical_con_img2_on.png");
}

#main .medical-con .txt-wrap ul li.li3 {
  background-image: url("../img/medical_con_img3_on.png");
}

#main .medical-con .txt-wrap ul li.li4 {
  background-image: url("../img/medical_con_img4_on.png");
}

#main .medical-con .txt-wrap ul li.li5 {
  background-image: url("../img/medical_con_img5_on.png");
}

#main .medical-con .txt-wrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#main .medical-con .txt-wrap ul li a .cont-tit {
  position: absolute;
  left: 0;
  bottom: 12.6rem;
  color: #fff;
  text-align: center;
  width: 100%;
}

#main .medical-con .txt-wrap ul li a .cont-tit h4 {
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: 700;
}

#main .medical-con .txt-wrap ul li a .cont-tit p {
  font-size: 2rem;
  line-height: 3rem;
  padding-top: 1.1rem;
  transition: padding 0.5s;
  color: #8fffe8;
}

#main .medical-con .txt-wrap ul li a .cont-tit strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  font-size: 2.4rem;
  opacity: 0;
  transition: opacity 0.5s;
}

#main .medical-con .txt-wrap ul li a .cont-tit strong span {
  width: 1.5rem;
  height: 0.9rem;
}

#main .medical-con .txt-wrap ul li a .cont-tit strong span img {
  width: 100%;
  height: auto;
}

#main .medical-con .txt-wrap ul li a .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}

#main .medical-con .txt-wrap ul li.li1 a .bg-overlay {
  background-image: url("../img/medical_con_img1_off.png");
}

#main .medical-con .txt-wrap ul li.li2 a .bg-overlay {
  background-image: url("../img/medical_con_img2_off.png");
}

#main .medical-con .txt-wrap ul li.li3 a .bg-overlay {
  background-image: url("../img/medical_con_img3_off.png");
}

#main .medical-con .txt-wrap ul li.li4 a .bg-overlay {
  background-image: url("../img/medical_con_img4_off.png");
}

#main .medical-con .txt-wrap ul li.li5 a .bg-overlay {
  background-image: url("../img/medical_con_img5_off.png");
}

#main .medical-con .txt-wrap ul li:hover a .bg-overlay {
  opacity: 0;
}

#main .medical-con .txt-wrap ul li:hover a .cont-tit p {
  padding-bottom: 5.6rem;
}

#main .medical-con .txt-wrap ul li:hover a .cont-tit strong {
  opacity: 1;
}

@media all and (max-width:760px) {
  #main .medical-con {
    height: auto;
  }

  #main .medical-con .tit-wrap {
    position: static;
    transform: translateX(0);
  }

  #main .medical-con .tit-wrap h4 {
    font-size: 2.667rem;
    color: #38A08B;
    text-shadow: none;
  }

  #main .medical-con .tit-wrap h4 span {
    letter-spacing: 0;
  }

  #main .medical-con .tit-wrap h3 {
    font-size: 7rem;
    line-height: 8.667rem;
    padding-top: 4.333rem;
    color: #000;
  }

  #main .medical-con .tit-wrap h3 span {
    color: #38A08B;
  }

  #main .medical-con .txt-wrap {
    height: auto;
    margin-top: 6.833rem;
  }

  #main .medical-con .txt-wrap ul {
    flex-wrap: wrap;
  }

  #main .medical-con .txt-wrap ul li {
    width: 50%;
    height: 40.833rem;
  }

  #main .medical-con .txt-wrap ul li a .cont-tit {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  #main .medical-con .txt-wrap ul li a .cont-tit h4 {
    font-size: 4.667rem;
  }

  #main .medical-con .txt-wrap ul li a .cont-tit p {
    font-size: 2.667rem;
    line-height: 3.333rem;
    word-break: keep-all;
    color: #8FFFE8;
    padding-top: 0.333rem;
  }

  #main .medical-con .txt-wrap ul li:hover a .cont-tit p {
    padding-top: 0.333rem;
  }

  #main .medical-con .txt-wrap ul li a .cont-tit strong {
    opacity: 1;
    font-size: 2.333rem;
    margin-top: 7.833rem;
  }

  #main .medical-con .txt-wrap ul li a .cont-tit strong span {
    width: 1.833rem;
    height: 1.167rem;
    margin-top: 0.4rem;
  }

  #main .medical-con .txt-wrap ul li.li1 {
    background-image: url("../img/mo_medical_con_img1.png");
  }

  #main .medical-con .txt-wrap ul li.li2 {
    background-image: url("../img/mo_medical_con_img2.png");
  }

  #main .medical-con .txt-wrap ul li.li3 {
    background-image: url("../img/mo_medical_con_img3.png");
  }

  #main .medical-con .txt-wrap ul li.li4 {
    background-image: url("../img/mo_medical_con_img4.png");
  }

  #main .medical-con .txt-wrap ul li.li5 {
    width: 100%;
    background-image: url("../img/mo_medical_con_img5.png");
  }

  #main .medical-con .txt-wrap ul li a .bg-overlay {
    display: none;
  }
}


#main .dental-con {
  position: relative;
  padding: 31rem 0 14.5rem;
}

#main .dental-con::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44rem;
  background-color: #E4F9F5;
}

#main .dental-con .con1 {
  padding-bottom: 29.7rem;
}

#main .dental-con .con1 .area {
  display: flex;
  gap: 23.1rem;
}

#main .dental-con .con1 .area .tit-wrap {
  position: relative;
  padding-left: 7rem;
  padding-top: 3.1rem;
}

#main .dental-con .con1 .area .tit-wrap > h4 {
  font-size: 3.2rem;
  line-height: 4.6rem;
  color: #33383C;
}

#main .dental-con .con1 .area .tit-wrap > h4 strong {
  font-weight: 700;
  color: #38A08B;
}

#main .dental-con .con1 .area .tit-wrap > h3 {
  font-size: 6.6rem;
  line-height: 7.9rem;
  padding-top: 4.4rem;
}

#main .dental-con .con1 .area .tit-wrap > p {
  font-size: 2rem;
  line-height: 3rem;
  color: #33383C;
  padding-top: 5rem;
}

#main .dental-con .con1 .area .tit-wrap > p > strong {
  font-weight: 700;
}

#main .dental-con .con1 .area .tit-wrap .box {
  position: absolute;
  bottom: 6.9rem;
  left: 7rem;
  display: flex;
  align-items: center;
  gap: 8.4rem;
  width: 104rem;
  height: 17.9rem;
  background-color: #F6F7F9;
  border-radius: 9rem;
}

#main .dental-con .con1 .area .tit-wrap .box h5 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #A4AAB1;
  padding-left: 8.5rem;
}

#main .dental-con .con1 .area .tit-wrap .box ul {
  display: flex;
  gap: 6.4rem;
}

#main .dental-con .con1 .area .tit-wrap .box ul li .icon {
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}

#main .dental-con .con1 .area .tit-wrap .box ul li .icon img {
  width: 100%;
  height: auto;
}

#main .dental-con .con1 .area .tit-wrap .box ul li p {
  font-size: 2rem;
  font-weight: 700;
  color: #33383C;
}

#main .dental-con .con1 .area .img {
  width: 73.2rem;
}

#main .dental-con .con1 .area .img img {
  width: 100%;
  height: auto;
}

#main .dental-con .con2 .tit-wrap {
  text-align: center;
}

#main .dental-con .con2 .tit-wrap h4 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;;
}

#main .dental-con .con2 .tit-wrap h4 strong {
  color: #38A08B;
  font-weight: 700;
}

#main .dental-con .con2 .tit-wrap p {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 300;
  padding-top: 2rem;
  color: #33383C;
}

#main .dental-con .con2 .txt-wrap {
  display: flex;
  justify-content: center;
  gap: 4.8rem;
  margin-top: 10rem;
}

#main .dental-con .con2 .txt-wrap .box {
  position: relative;
  width: 52rem;
  height: 39.6rem;
  border-radius: 4rem;
  background-color: #fff;
  box-shadow: 0 0 1.7rem rgba(0,0,0,0.1);
  overflow: hidden;
}

#main .dental-con .con2 .txt-wrap .box > * {
  padding-left: 3.4rem;
}

#main .dental-con .con2 .txt-wrap .box h5 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #38A08B;
  padding-top: 16.8rem;
}

#main .dental-con .con2 .txt-wrap .box p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #33383C;
  padding-top: 2rem;
}

#main .dental-con .con2 .txt-wrap .box span {
  display: block;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  color: #C9CDD2;
  padding-top: 3.6rem;
}

#main .dental-con .con2 .txt-wrap .box .img {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 21.8rem;
  padding-left: 0;
}

#main .dental-con .con2 .txt-wrap .box .img img {
  width: 100%;
  height: auto;
}

@media all and (max-width:1500px) {
  #main .dental-con .con1 .area {
    gap: 0;
    justify-content: space-between;
  }

  #main .dental-con .con1 .area .tit-wrap {
    width: calc(100% - 70rem);
    padding-bottom: 30rem;
  }

  #main .dental-con .con1 .area .img {
    width: 60rem;
  }
}

@media all and (max-width:760px) {
  #main .dental-con {
    padding: 19rem 0 12.5rem;
  }

  #main .dental-con::before {
    height: 34.5rem;
  }

  #main .dental-con .con1 {
    position: relative;
    padding-bottom: 64rem;
    margin-bottom: 18.667rem;
  }

  #main .dental-con .con1 .area {
    display: block;
  }

  #main .dental-con .con1 .area .tit-wrap {
    position: static;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 6.667rem;
  }

  #main .dental-con .con1 .area .tit-wrap > h4 {
    font-size: 4rem;
    line-height: 5.667rem;
  }

  #main .dental-con .con1 .area .tit-wrap > h3 {
    font-size: 8rem;
    line-height: 10.333rem;
    padding-top: 4.333rem;
  }

  #main .dental-con .con1 .area .tit-wrap > p {
    font-size: 2.667rem;
    line-height: 4.333rem;
    padding-top: 4.333rem;
    word-break: keep-all;
  }

  #main .dental-con .con1 .area .tit-wrap > p br {
    display: none;
  }

  #main .dental-con .con1 .area .tit-wrap .box {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 8rem);
    height: auto;
    padding: 12.833rem 0;
    border-radius: 0;
  }

  #main .dental-con .con1 .area .tit-wrap .box h5 {
    padding-left: 0;
    text-align: center;
    font-size: 4rem;
  }

  #main .dental-con .con1 .area .tit-wrap .box h5 br {
    display: none;
  }

  #main .dental-con .con1 .area .tit-wrap .box ul {
    flex-wrap: wrap;
    gap: 4.833rem;
    width: 45rem;
    margin: 4.333rem auto 0;
  }

  #main .dental-con .con1 .area .tit-wrap .box ul li .icon {
    width: 12.333rem;
    height: 12.333rem;
  }

  #main .dental-con .con1 .area .tit-wrap .box ul li p {
    font-size: 3rem;
    text-align: center;
  }

  #main .dental-con .con1 .area .img {
    width: 100%;
    position: relative;
    z-index: 5;
  }

  #main .dental-con .con2 .tit-wrap h4 {
    font-size: 5.333rem;
    line-height: 7rem;
  }

  #main .dental-con .con2 .tit-wrap p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 7.167rem;
  }

  #main .dental-con .con2 .txt-wrap {
    display: block;
    width: calc(100% - 8rem);
    margin: 9.333rem auto 0;
  }

  #main .dental-con .con2 .txt-wrap .box {
    width: 100%;
    height: 44.667rem;
    border-radius: 3.333rem;
  }

  #main .dental-con .con2 .txt-wrap .box > * {
    padding-left: 5.667rem;
  }

  #main .dental-con .con2 .txt-wrap .box h5 {
    font-size: 4.333rem;
    padding-top: 8.833rem;
  }

  #main .dental-con .con2 .txt-wrap .box p {
    font-size: 3rem;
    line-height: 4.667rem;
  }

  #main .dental-con .con2 .txt-wrap .box span {
    font-size: 2.667rem;
    padding-top: 4.167rem;
  }

  #main .dental-con .con2 .txt-wrap .box:first-child {
    margin-bottom: 5.667rem;
  }
}


#main .surgery-con {
  padding-top: 19rem;
  background-color: #F6F7F9;
}

#main .surgery-con .con1 {
  padding-bottom: 25rem;
}

#main .surgery-con .con1 .area {
  display: flex;
  gap: 23.1rem;
}

#main .surgery-con .con1 .area .tit-wrap {
  position: relative;
  padding-left: 7rem;
  padding-top: 3.1rem;
}

#main .surgery-con .con1 .area .tit-wrap > h4 {
  font-size: 3.2rem;
  line-height: 4.6rem;
  color: #33383C;
}

#main .surgery-con .con1 .area .tit-wrap > h4 strong {
  font-weight: 700;
  color: #38A08B;
}

#main .surgery-con .con1 .area .tit-wrap > h3 {
  font-size: 6.6rem;
  line-height: 7.9rem;
  padding-top: 4.4rem;
}

#main .surgery-con .con1 .area .tit-wrap > p {
  font-size: 2rem;
  line-height: 3rem;
  color: #33383C;
  padding-top: 5rem;
}

#main .surgery-con .con1 .area .tit-wrap > p > strong {
  font-weight: 700;
}

#main .surgery-con .con1 .area .tit-wrap .box {
  position: absolute;
  bottom: 6.9rem;
  left: 7rem;
  display: flex;
  align-items: center;
  gap: 8.4rem;
  width: 104rem;
  height: 17.9rem;
  background-color: #fff;
  border-radius: 9rem;
}

#main .surgery-con .con1 .area .tit-wrap .box h5 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #A4AAB1;
  padding-left: 8.5rem;
}

#main .surgery-con .con1 .area .tit-wrap .box ul {
  display: flex;
  gap: 6.4rem;
}

#main .surgery-con .con1 .area .tit-wrap .box ul li .icon {
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}

#main .surgery-con .con1 .area .tit-wrap .box ul li .icon img {
  width: 100%;
  height: auto;
}

#main .surgery-con .con1 .area .tit-wrap .box ul li p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #33383C;
}

#main .surgery-con .con1 .area .img {
  width: 73.2rem;
}

#main .surgery-con .con1 .area .img img {
  width: 100%;
  height: auto;
}

#main .surgery-con .con2 .area {
  display: flex;
  align-items: center;
  gap: 24rem;
  height: 45rem;
  border-radius: 5rem;
  background-image: url("../img/surgery_con_banner_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main .surgery-con .con2 .area .tit-wrap {
  color: #fff;
  padding-left: 13.8rem;
}

#main .surgery-con .con2 .area .tit-wrap h4 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

#main .surgery-con .con2 .area .tit-wrap h4 span {
  color: #8FFFE8;
}

#main .surgery-con .con2 .area .tit-wrap > strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30.8rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #33383C;
  margin-top: 1.4rem;
}

#main .surgery-con .con2 .area .tit-wrap p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-top: 5rem;
}

#main .surgery-con .con2 .area .tit-wrap p strong {
  font-weight: 700;
}

#main .surgery-con .con2 .area .img {
  width: 42.8rem;
}

#main .surgery-con .con2 .area .img img {
  width: 100%;
  height: auto;
}

@media all and (max-width:1500px) {
  #main .surgery-con .con1 .area {
    gap: 0;
    justify-content: space-between;
  }

  #main .surgery-con .con1 .area .tit-wrap {
    width: calc(100% - 70rem);
    padding-bottom: 30rem;
  }

  #main .surgery-con .con1 .area .img {
    width: 60rem;
  }
}

@media all and (max-width:760px) {
  #main .dental-con {
    padding: 19rem 0 12.5rem;
  }

  #main .surgery-con .con1 {
    position: relative;
    padding-bottom: 72rem;
    margin-bottom: 16.333rem;
  }

  #main .surgery-con .con1 .area {
    display: block;
  }

  #main .surgery-con .con1 .area .tit-wrap {
    position: static;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 6.667rem;
  }

  #main .surgery-con .con1 .area .tit-wrap > h4 {
    font-size: 4rem;
    line-height: 5.667rem;
  }

  #main .surgery-con .con1 .area .tit-wrap > h3 {
    font-size: 8rem;
    line-height: 10.333rem;
    padding-top: 4.333rem;
  }

  #main .surgery-con .con1 .area .tit-wrap > p {
    font-size: 2.667rem;
    line-height: 4.333rem;
    padding-top: 4.333rem;
    word-break: keep-all;
  }

  #main .surgery-con .con1 .area .tit-wrap > p br {
    display: none;
  }

  #main .surgery-con .con1 .area .tit-wrap .box {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 8rem);
    height: auto;
    padding: 15rem 0 12.833rem;
    border-radius: 0;
  }

  #main .surgery-con .con1 .area .tit-wrap .box h5 {
    padding-left: 0;
    text-align: center;
    font-size: 4rem;
  }

  #main .surgery-con .con1 .area .tit-wrap .box h5 br {
    display: none;
  }

  #main .surgery-con .con1 .area .tit-wrap .box ul {
    flex-wrap: wrap;
    gap: 4.833rem;
    width: 45rem;
    margin: 4.333rem auto 0;
  }

  #main .surgery-con .con1 .area .tit-wrap .box ul li:nth-child(2) {
    width: 26rem;
  }

  #main .surgery-con .con1 .area .tit-wrap .box ul li .icon {
    width: 12.333rem;
    height: 12.333rem;
  }

  #main .surgery-con .con1 .area .tit-wrap .box ul li p {
    font-size: 3rem;
    line-height: 4.5rem;
    text-align: center;
  }

  #main .surgery-con .con1 .area .img {
    width: 100%;
    position: relative;
    z-index: 5;
  }

  #main .surgery-con .con2 .area {
    display: block;
    height: auto;
    background-image: url("../img/mo_surgery_con_banner_bg.png");
    width: 100% !important;
    border-radius: 0;
    padding: 12.333rem 0 6.833rem;
  }

  #main .surgery-con .con2 .area .tit-wrap {
    padding-left: 4rem;
  }

  #main .surgery-con .con2 .area .tit-wrap h4 {
    font-size: 6rem;
    line-height: 7.667rem;
  }

  #main .surgery-con .con2 .area .tit-wrap > strong {
    width: 44.333rem;
    height: 6.667rem;
    border-radius: 4rem;
    font-size: 3.333rem;
    margin-top: 2rem;
  }

  #main .surgery-con .con2 .area .tit-wrap p {
    font-size: 2.667rem;
    line-height: 4.333rem;
    padding-top: 4.167rem;
  }

  #main .surgery-con .con2 .area .img {
    width: 43.833rem;
    margin-left: auto;
    margin-right: 4rem;
    margin-top: 4.667rem;
  }
}


#main .spc-con {
  position: relative;
  background-color: #F6F7F9;
  padding: 27.3rem 0 22.1rem;
}

#main .spc-con,
#main .spc-con .area {
  overflow: visible;
}

#main .spc-con .area .scroll-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#main .spc-con .area .scroll-wrapper .tit-wrap {
  position: sticky;
  top: 15rem;
  align-self: flex-start;
  z-index: 1;
  width: calc(100% - 95rem);
}

#main .spc-con .area .scroll-wrapper .tit-wrap h5 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #C9CDD2;
}

#main .spc-con .area .scroll-wrapper .tit-wrap h5 span {
  letter-spacing: 0.5rem;
}

#main .spc-con .area .scroll-wrapper .tit-wrap h4 {
  font-size: 4.4rem;
  line-height: 5.8rem;
  font-weight: 700;
  padding-top: 3.5rem;
}

#main .spc-con .area .scroll-wrapper .tit-wrap h4 strong {
  font-weight: 700;
  color: #38A08B;
}

#main .spc-con .area .scroll-wrapper .tit-wrap p {
  font-size: 2rem;
  line-height: 3rem;
  color: #33383C;
  padding-top: 6rem;
}

#main .spc-con .area .scroll-wrapper .tit-wrap p strong {
  font-weight: 700;
}

#main .spc-con .area .scroll-wrapper .list-wrap {
  position: relative;
  width: 83rem;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
  padding-top: 16rem;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li {
  width: 40rem;
  height: 53.6rem;
  border-radius: 3rem;
  background-color: #fff;
  overflow: hidden;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li:last-child {
  height: 56.3rem;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li:nth-child(odd) {
  margin-top: -16rem;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li .img {
  width: 100%;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li .img img {
  width: 100%;
  height: auto;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap {
  position: relative;
  padding: 4.6rem 2.4rem 6.6rem 4rem;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap h5 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #33383C;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap p {
  font-size: 2rem;
  line-height: 3.2rem;
  color: #33383C;
  padding-top: 2.1rem;
  word-break: keep-all;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap .num {
  position: absolute;
  top: 4.5rem;
  right: 4rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #38A08B;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap .icon {
  position: absolute;
  top: 7.8rem;
  right: 3.2rem;
  width: 5.2rem;
  height: 5.2rem;
}

#main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap .icon img {
  width: 100%;
  height: auto;
}

@media all and (max-width:1500px) {
  #main .spc-con .area .scroll-wrapper .tit-wrap {
    width: 40%;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap {
    width: 54.6%;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap ul li {
    width: 48%;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap p br {
    display: none;
  }
}

@media all and (max-width:1280px) {
  #main .spc-con .area .scroll-wrapper .tit-wrap {
    width: 35%;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap {
    width: 60%;
  }
}

@media all and (max-width:760px) {
  #main .spc-con {
    padding: 16.167rem 0 14.333rem;
  }

  #main .spc-con .area {
    width: 100% !important;
  }

  #main .spc-con .area .scroll-wrapper {
    flex-direction: column;
  }

  #main .spc-con .area .scroll-wrapper .tit-wrap {
    position: static;
    order: 1;
    width: 100%;
    text-align: center;
  }

  #main .spc-con .area .scroll-wrapper .tit-wrap h5 {
    font-size: 2.333rem;
  }

  #main .spc-con .area .scroll-wrapper .tit-wrap h4 {
    font-size: 5.333rem;
    line-height: 7rem;
    padding-top: 4.167rem;
  }

  #main .spc-con .area .scroll-wrapper .tit-wrap p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 4.333rem;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap {
    order: 2;
    width: 100%;
    margin-top: 8.333rem;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap ul {
    flex-wrap: nowrap;
    gap: 0;
    padding-top: 0;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap ul li,
  #main .spc-con .area .scroll-wrapper .list-wrap ul li:last-child {
    width: 100%;
    height: auto;
    border-radius: 5rem;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap ul li:nth-child(odd) {
    margin-top: 0;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap {
    padding: 7.167rem 5.333rem 6.667rem 5.333rem;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap .num {
    position: static;
    font-size: 5.333rem;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap h5 {
    font-size: 6rem;
    padding-top: 0.833rem;
  }

  #main .spc-con .area .scroll-wrapper .list-wrap ul li .list-txt-wrap p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 3.667rem;
    word-break: keep-all;
  }
}


#main .inter-con {
  padding-top: 23.6rem;
  padding-bottom: 21rem;
}

#main .inter-con .con1 {
  padding-bottom: 31rem;
}

#main .inter-con .con1 .area {
  display: flex;
  gap: 23.1rem;
}

#main .inter-con .con1 .area .tit-wrap {
  position: relative;
  padding-left: 5rem;
  padding-top: 3.1rem;
}

#main .inter-con .con1 .area .tit-wrap > h4 {
  font-size: 3.2rem;
  line-height: 4.6rem;
  color: #33383C;
}

#main .inter-con .con1 .area .tit-wrap > h4 strong {
  font-weight: 700;
  color: #38A08B;
}

#main .inter-con .con1 .area .tit-wrap > h3 {
  font-size: 6.6rem;
  line-height: 7.9rem;
  padding-top: 4.4rem;
}

#main .inter-con .con1 .area .tit-wrap > p {
  font-size: 2rem;
  line-height: 3rem;
  color: #33383C;
  padding-top: 5rem;
}

#main .inter-con .con1 .area .tit-wrap > p > strong {
  font-weight: 700;
}

#main .inter-con .con1 .area .tit-wrap .box {
  position: absolute;
  bottom: 6.9rem;
  left: 7rem;
  display: flex;
  align-items: center;
  gap: 6rem;
  width: 104rem;
  height: 17.9rem;
  background-color: #F6F7F9;
  border-radius: 9rem;
}

#main .inter-con .con1 .area .tit-wrap .box h5 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #A4AAB1;
  padding-left: 8.5rem;
}

#main .inter-con .con1 .area .tit-wrap .box ul {
  display: flex;
  gap: 6rem;
}

#main .inter-con .con1 .area .tit-wrap .box ul li .icon {
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}

#main .inter-con .con1 .area .tit-wrap .box ul li .icon img {
  width: 100%;
  height: auto;
}

#main .inter-con .con1 .area .tit-wrap .box ul li p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #33383C;
}

#main .inter-con .con1 .area .img {
  width: 73.2rem;
}

#main .inter-con .con1 .area .img img {
  width: 100%;
  height: auto;
}

#main .inter-con .con2 .tit-wrap {
  text-align: center;
}

#main .inter-con .con2 .tit-wrap h4 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;;
}

#main .inter-con .con2 .tit-wrap h4 strong {
  color: #38A08B;
  font-weight: 700;
}

#main .inter-con .con2 .tit-wrap p {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 300;
  padding-top: 2rem;
  color: #33383C;
}

#main .inter-con .con2 .txt-wrap {
  margin-top: 5.667rem;
}

#main .inter-con .con2 .txt-wrap .swiper-pagination6 {
  display: flex;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 1.667rem;
}

#main .inter-con .con2 .txt-wrap .swiper-pagination6 .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  width: 22.833rem;
  height: 6.333rem;
  border: 1px solid #707070;
  border-radius: 4rem;
  background: none;
  opacity: 1;
  font-size: 3rem;
  color: #33383C;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .inter-con .con2 .txt-wrap ul {
  display: flex;
  justify-content: center;
  gap: 9rem;
}

#main .inter-con .con2 .txt-wrap ul li {
  width: 42rem;
}

#main .inter-con .con2 .txt-wrap ul li .img img {
  width: 100%;
  height: auto;
}

#main .inter-con .con2 .txt-wrap ul li h6 {
  font-size: 1.8rem;
  color: #38A08B;
}

#main .inter-con .con2 .txt-wrap ul li h5 {
  font-size: 3.2rem;
  font-weight: 700;
  padding-top: 1.2rem;
  color: #33383C;
  border-bottom: 1px solid #C9CDD2;
  padding-bottom: 1.2rem;
}

#main .inter-con .con2 .txt-wrap ul li p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #33383C;
  padding-top: 1.8rem;
}

@media all and (max-width:1500px) {
  #main .inter-con .con1 .area {
    gap: 0;
    justify-content: space-between;
  }

  #main .inter-con .con1 .area .tit-wrap {
    width: calc(100% - 70rem);
    padding-bottom: 30rem;
  }

  #main .inter-con .con1 .area .img {
    width: 60rem;
  }

  #main .inter-con .con2 .txt-wrap ul {
    justify-content: space-between;
    gap: 0;
  }

  #main .inter-con .con2 .txt-wrap ul li {
    width: 30%;
  }
}

@media all and (max-width:760px) {
  #main .inter-con {
    padding: 19rem 0 18.667rem;
  }

  #main .inter-con .con1 {
    position: relative;
    padding-bottom: 72rem;
    margin-bottom: 15rem;
  }

  #main .inter-con .con1 .area {
    display: block;
  }

  #main .inter-con .con1 .area .tit-wrap {
    position: static;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 6.667rem;
  }

  #main .inter-con .con1 .area .tit-wrap > h4 {
    font-size: 4rem;
    line-height: 5.667rem;
  }

  #main .inter-con .con1 .area .tit-wrap > h3 {
    font-size: 8rem;
    line-height: 10.333rem;
    padding-top: 4.333rem;
  }

  #main .inter-con .con1 .area .tit-wrap > p {
    font-size: 2.667rem;
    line-height: 4.333rem;
    padding-top: 4.333rem;
    word-break: keep-all;
  }

  #main .inter-con .con1 .area .tit-wrap > p br {
    display: none;
  }

  #main .inter-con .con1 .area .tit-wrap .box {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 8rem);
    height: auto;
    padding: 15rem 0 12.833rem;
    border-radius: 0;
  }

  #main .inter-con .con1 .area .tit-wrap .box h5 {
    padding-left: 0;
    text-align: center;
    font-size: 4rem;
  }

  #main .inter-con .con1 .area .tit-wrap .box h5 br {
    display: none;
  }

  #main .inter-con .con1 .area .tit-wrap .box ul {
    flex-wrap: wrap;
    gap: 4.833rem;
    width: 45rem;
    margin: 4.333rem auto 0;
  }

  #main .inter-con .con1 .area .tit-wrap .box ul li {
    width: 19rem;
  }

  #main .inter-con .con1 .area .tit-wrap .box ul li .icon {
    width: 12.333rem;
    height: 12.333rem;
  }

  #main .inter-con .con1 .area .tit-wrap .box ul li p {
    font-size: 3rem;
    line-height: 4.5rem;
    text-align: center;
  }

  #main .inter-con .con1 .area .img {
    width: 100%;
    position: relative;
    z-index: 5;
  }

  #main .inter-con .con2 .tit-wrap h4 {
    font-size: 5.333rem;
    line-height: 7rem;
  }

  #main .inter-con .con2 .tit-wrap p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 4.333rem;
  }

  #main .inter-con .con2 .txt-wrap .swiper-pagination6 {
    display: flex;
  }

  #main .inter-con .con2 .txt-wrap .mySwiper6 {
    margin-top: 6.333rem;
  }

  #main .inter-con .con2 .txt-wrap ul li h6 {
    font-size: 2.667rem;
  }

  #main .inter-con .con2 .txt-wrap ul li h5 {
    font-size: 4.667rem;
    padding-top: 2.333rem;
    padding-bottom: 2.333rem;
  }

  #main .inter-con .con2 .txt-wrap ul li p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 3rem;
  }
}


#main .isfm-con {
  background-color: #222527;
  color: #fff;
  padding: 22.8rem 0 20rem;
}

#main .isfm-con .con1 {
  display: flex;
  justify-content: right;
}

#main .isfm-con .con1 .flex-box {
  position: relative;
  display: flex;
  gap: 7.5rem;
  padding-bottom: 26.5rem;
}

#main .isfm-con .con1 .flex-box .tit-wrap {
  position: relative;
  width: 49.2rem;
  margin-left: 24rem;
  z-index: 1;
}

#main .isfm-con .con1 .flex-box .tit-wrap h3 {
  font-size: 5.1rem;
  line-height: 7.3rem;
}

#main .isfm-con .con1 .flex-box .tit-wrap h3 strong {
  font-size: 6.8rem;
  color: #8FFFE8;
  border-bottom: 2px solid #8FFFE8;
}

#main .isfm-con .con1 .flex-box .tit-wrap p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #A4AAB1;
  padding-top: 5.2rem;
}

#main .isfm-con .con1 .flex-box .tit-wrap p strong {
  color: #fff;
  font-weight: 700;
}

#main .isfm-con .con1 .flex-box .ci {
  position: absolute;
  left: 15.5rem;
  bottom: 0;
  width: 50.9rem;
}

#main .isfm-con .con1 .flex-box .ci img {
  width: 100%;
  height: auto;
}

#main .isfm-con .con1 .flex-box .img {
  width: calc(100% - 80.7rem);
  margin-top: 3.7rem;
}

#main .isfm-con .con1 .flex-box .img img {
  width: 100%;
  height: auto;
}

#main .isfm-con .con2 {
  padding: 4.4rem 0 23.1rem;
}

#main .isfm-con .con2 .area .tit-wrap {
  text-align: center;
}

#main .isfm-con .con2 .area .tit-wrap p {
  font-size: 2.4rem;
}

#main .isfm-con .con2 .area .tit-wrap h4 {
  font-size: 4.8rem;
  font-weight: 700;
  padding-top: 2.2rem;
}

#main .isfm-con .con2 .area .tit-wrap h4 span {
  color: #8fffe8;
}

#main .isfm-con .con2 .area .txt-wrap {
  margin-top: 9.3rem;
}

#main .isfm-con .con2 .area .txt-wrap ul {
  display: flex;
  justify-content: center;
}

#main .isfm-con .con2 .area .txt-wrap ul li .icon {
  display: block;
  width: 10.5rem;
  height: 10.5rem;
  margin: 0 auto;
}

#main .isfm-con .con2 .area .txt-wrap ul li .icon img {
  width: 100%;
  height: auto;
}

#main .isfm-con .con2 .area .txt-wrap ul li .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.1rem;
  height: 9.6rem;
  background-color: #fff;
  border-radius: 10rem;
  margin-top: 4.8rem;
}

#main .isfm-con .con2 .area .txt-wrap ul li .box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.5rem;
  width: 5.1rem;
  height: 5.1rem;
  background: url("../img/isfm_con_plus.png") no-repeat center;
  background-size: cover;
  transform: translateY(-50%);
}

#main .isfm-con .con2 .area .txt-wrap ul li:first-child .box::before {
  display: none;
}

#main .isfm-con .con2 .area .txt-wrap ul li .box p {
  font-size: 2.1rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}

#main .isfm-con .con2 .area .txt-wrap > strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71.4rem;
  height: 6.3rem;
  border-radius: 10rem;
  background-color: #33383C;
  font-size: 1.8rem;
  color: #fff;
  margin: 6.3rem auto 0;
}

#main .isfm-con .con2 .area .txt-wrap > strong span {
  font-weight: 700;
  margin-left: 0.5rem;
}

#main .isfm-con .con3 .area .tit-wrap {
  text-align: center;
}

#main .isfm-con .con3 .area .tit-wrap p {
  font-size: 2.4rem;
}

#main .isfm-con .con3 .area .tit-wrap h4 {
  font-size: 4.8rem;
  font-weight: 700;
  padding-top: 2.2rem;
}

#main .isfm-con .con3 .area .tit-wrap h4 span {
  color: #8fffe8;
}

#main .isfm-con .con3 .area .txt-wrap {
  margin-top: 4.8rem;
}

#main .isfm-con .con3 .area .txt-wrap .swiper-controller {
  display: none;
  justify-content: center;
  gap: 1.667rem;
}

#main .isfm-con .con3 .area .txt-wrap .swiper-arrow {
  width: 7rem;
  height: 7rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main .isfm-con .con3 .area .txt-wrap .swiper-button-prev7 {
  background-image: url("../img/mo_isfm_prev.png");
}

#main .isfm-con .con3 .area .txt-wrap .swiper-button-next7 {
  background-image: url("../img/mo_isfm_next.png");
}

#main .isfm-con .con3 .area .txt-wrap ul {
  display: flex;
  justify-content: center;
  gap: 2.6rem;
}

#main .isfm-con .con3 .area .txt-wrap ul li {
  position: relative;
  width: 46.4rem;
  height: 61.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3rem 3rem 0 3rem;
  overflow: hidden;
}

#main .isfm-con .con3 .area .txt-wrap ul li.li1 {
  background-image: url("../img/isfm_con_img2.png");
}

#main .isfm-con .con3 .area .txt-wrap ul li.li2 {
  background-image: url("../img/isfm_con_img3.png");
}

#main .isfm-con .con3 .area .txt-wrap ul li.li3 {
  background-image: url("../img/isfm_con_img4.png");
}

#main .isfm-con .con3 .area .txt-wrap ul li .cont-tit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40.5rem;
  height: 16.3rem;
  background-color: rgba(255,255,255,0.9);
  border-radius: 4rem 0 0 0;
}

#main .isfm-con .con3 .area .txt-wrap ul li .cont-tit > * {
  padding-left: 3.9rem;
}

#main .isfm-con .con3 .area .txt-wrap ul li .cont-tit h6 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #38A08B;
  padding-top: 2.7rem;
}

#main .isfm-con .con3 .area .txt-wrap ul li .cont-tit h5 {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  padding-top: 0.4rem;
}

#main .isfm-con .con3 .area .txt-wrap ul li .cont-tit p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #33383C;
  padding-top: 1.2rem;
}

@media all and (max-width:1500px) {
  #main .isfm-con .con1 .flex-box .tit-wrap {
    width: 55rem;
    margin-left: 4rem;
  }

  #main .isfm-con .con1 .flex-box .ci {
    left: 0;
  }

  #main .isfm-con .con1 .flex-box .img {
    width: calc(100% - 60rem);
  }
}

@media all and (max-width:1280px) {
  #main .isfm-con .con3 .area .txt-wrap ul li .cont-tit {
    width: 90%;
  }
}

@media all and (max-width:760px) {
  #main .isfm-con {
    padding: 10.667rem 0 14.167rem;
  }

  #main .isfm-con .con1 .flex-box {
    flex-direction: column;
    gap: 11rem;
    padding-bottom: 0;
  }

  #main .isfm-con .con1 .flex-box .img {
    order: 1;
    width: calc(100% - 4rem);
    margin-left: 4rem;
  }

  #main .isfm-con .con1 .flex-box .tit-wrap {
    order: 2;
    width: 100%;
  }

  #main .isfm-con .con1 .flex-box .tit-wrap h3 {
    font-size: 5.667rem;
    line-height: 10.5rem;
  }

  #main .isfm-con .con1 .flex-box .tit-wrap h3 strong {
    font-size: 8.333rem;
  }

  #main .isfm-con .con1 .flex-box .tit-wrap p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 3rem;
  }

  #main .isfm-con .con1 .flex-box .ci {
    display: none;
  }

  #main .isfm-con .con2 {
    padding: 22.667rem 0 20rem;
  }

  #main .isfm-con .con2 .area .tit-wrap p {
    font-size: 3.333rem;
  }

  #main .isfm-con .con2 .area .tit-wrap h4 {
    font-size: 5.333rem;
    line-height: 7rem;
    padding-top: 3rem;
  }

  #main .isfm-con .con2 .area .txt-wrap {
    margin-top: 6.333rem;
  }

  #main .isfm-con .con2 .area .txt-wrap ul {
    flex-direction: column;
    gap: 4.667rem;
  }

  #main .isfm-con .con2 .area .txt-wrap ul li .icon {
    width: 15.667rem;
    height: 15.667rem;
  }

  #main .isfm-con .con2 .area .txt-wrap ul li .box {
    width: 100%;
    height: 13.667rem;
    margin-top: 3.333rem;
  }

  #main .isfm-con .con2 .area .txt-wrap ul li .box::before {
    display: none;
  }

  #main .isfm-con .con2 .area .txt-wrap ul li .box p {
    font-size: 3rem;
    line-height: 4.333rem;
  }

  #main .isfm-con .con2 .area .txt-wrap > strong {
    display: block;
    width: 100%;
    height: auto;
    font-size: 2.333rem;
    line-height: 4rem;
    margin-top: 4.667rem;
    text-align: center;
    padding: 2.5rem 0;
  }

  #main .isfm-con .con2 .area .txt-wrap > strong span {
    margin-left: 0.2rem;
  }

  #main .isfm-con .con3 .area .tit-wrap p {
    font-size: 3.333rem;
  }

  #main .isfm-con .con3 .area .tit-wrap h4 {
    font-size: 5.333rem;
    padding-top: 3rem;
  }

  #main .isfm-con .con3 .area .txt-wrap {
    margin-top: 3rem;
  }

  #main .isfm-con .con3 .area .txt-wrap .swiper-controller {
    display: flex;
  }

  #main .isfm-con .con3 .area .txt-wrap ul {
    gap: 0;
    justify-content: start;
    margin-top: 3.333rem;
  }

  #main .isfm-con .con3 .area .txt-wrap ul li {
    width: 100%;
    height: 77.6rem;
    border-radius: 3.333rem;
  }

  #main .isfm-con .con3 .area .txt-wrap ul li.li1 {
    background-image: url("../img/mo_isfm_con_img2.png");
  }

  #main .isfm-con .con3 .area .txt-wrap ul li.li2 {
    background-image: url("../img/mo_isfm_con_img3.png");
  }

  #main .isfm-con .con3 .area .txt-wrap ul li.li3 {
    background-image: url("../img/mo_isfm_con_img4.png");
  }

  #main .isfm-con .con3 .area .txt-wrap ul li .cont-tit {
    bottom: 4rem;
    width: 100%;
    background: none;
    text-align: center;
  }

  #main .isfm-con .con3 .area .txt-wrap ul li .cont-tit > * {
    padding-left: 0;
  }

  #main .isfm-con .con3 .area .txt-wrap ul li .cont-tit h6 {
    font-size: 2.667rem;
    padding-top: 0;
  }

  #main .isfm-con .con3 .area .txt-wrap ul li .cont-tit h5 {
    font-size: 4rem;
    padding-top: 0.667rem;
  }

  #main .isfm-con .con3 .area .txt-wrap ul li .cont-tit p {
    font-size: 2.333rem;
    line-height: 3.667rem;
    padding-top: 1rem;
  }
}


#main .old-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F6F7F9;
  height: 66rem;
}

#main .old-con .tit-wrap .flex-box {
  width: 82.5rem;
}

#main .old-con .tit-wrap .flex-box > * {
  padding-left: 24rem;
}

#main .old-con .tit-wrap .flex-box h4 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  padding-bottom: 2.6rem;
}

#main .old-con .tit-wrap .flex-box h3 {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 5.6rem;
  padding-left: 21.6rem;
}

#main .old-con .tit-wrap .flex-box h3 strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39rem;
  height: 7.7rem;
  background-color: #38A08B;
  border-radius: 10rem;
  color: #fff;
}

#main .old-con .tit-wrap .flex-box p {
  font-size: 2rem;
  line-height: 3rem;
  color: #33383C;
  padding-top: 2.7rem;
}

#main .old-con .tit-wrap .flex-box p strong {
  font-weight: 700;
}

#main .old-con .img {
  width: calc(100% - 97.2rem);
  height: 100%;
}

#main .old-con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width:1500px) {
  #main .old-con .tit-wrap .flex-box {
    width: auto;
  }

  #main .old-con .tit-wrap .flex-box > *,
  #main .old-con .tit-wrap .flex-box h3 {
    padding-left: 4rem;
  }

  #main .old-con .img {
    width: calc(100% - 70rem);
  }
}

@media all and (max-width:760px) {
  #main .old-con {
    flex-direction: column;
    height: auto;
    padding-top: 18.333rem;
  }

  #main .old-con .tit-wrap {
    text-align: center;
  }

  #main .old-con .tit-wrap .flex-box h4 {
    font-size: 3.333rem;
    line-height: 5rem;
    padding-bottom: 4.667rem;
  }

  #main .old-con .tit-wrap .flex-box,
  #main .old-con .img {
    width: 100%;
  }

  #main .old-con .tit-wrap .flex-box > * {
    padding-left: 0;
  }

  #main .old-con .tit-wrap .flex-box h3 {
    flex-direction: column;
    gap: 2.333rem;
    font-size: 8rem;
    padding-left: 0;
  }

  #main .old-con .tit-wrap .flex-box h3 strong {
    width: 58.333rem;
    height: 11.333rem;
  }

  #main .old-con .tit-wrap .flex-box p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 6.667rem;
  }

  #main .old-con .img {
    margin-top: 9rem;
  }
}


#main .spc-con-2 {
  padding: 21.9rem 0 21rem;
}

#main .spc-con-2 .area .tit-wrap {
  padding-left: 5rem;
}

#main .spc-con-2 .area .tit-wrap h3 {
  font-size: 4.8rem;
  line-height: 5.8rem;
}

#main .spc-con-2 .area .tit-wrap h3 strong {
  color: #38A08B;
}

#main .spc-con-2 .area .txt-wrap {
  margin-top: 6rem;
}

#main .spc-con-2 .area .txt-wrap ul {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}

#main .spc-con-2 .area .txt-wrap ul li {
  width: 34.2rem;
}

#main .spc-con-2 .area .txt-wrap ul li .img img {
  width: 100%;
  height: auto;
}

#main .spc-con-2 .area .txt-wrap ul li h4 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 700;
  border-bottom: 1px solid #C9CDD2;
  padding-bottom: 2.4rem;
  padding-top: 2.6rem;
}

#main .spc-con-2 .area .txt-wrap ul li h4 strong {
  font-weight: 700;
  color: #38A08B;
}

#main .spc-con-2 .area .txt-wrap ul li p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #33383C;
  padding-top: 2.2rem;
}

@media all and (max-width:760px) {
  #main .spc-con-2 {
    padding: 21.667rem 0 16.667rem;
  }

  #main .spc-con-2 .area .tit-wrap {
    padding-left: 0;
  }

  #main .spc-con-2 .area .tit-wrap h3 {
    font-size: 6rem;
    line-height: 7.667rem;
  }

  #main .spc-con-2 .area .txt-wrap {
    margin-top: 6.667rem;
  }

  #main .spc-con-2 .area .txt-wrap ul {
    flex-direction: column;
    gap: 15rem;
  }

  #main .spc-con-2 .area .txt-wrap ul li {
    width: 100%;
  }

  #main .spc-con-2 .area .txt-wrap ul li h4 {
    font-size: 5.333rem;
    line-height: 7rem;
    padding-bottom: 4rem;
    padding-top: 4.333rem;
  }

  #main .spc-con-2 .area .txt-wrap ul li p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 3.667rem;
    word-break: keep-all;
  }

  #main .spc-con-2 .area .txt-wrap ul li p br {
    display: none;
  }
}


#main .banner-con-2 {
  width: 100%;
  height: 84.5rem;
  background-image: url("../img/banner_con2_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

#main .banner-con-2 .area .tit-wrap {
  padding-left: 4rem;
}

#main .banner-con-2 .area .tit-wrap h3 {
  font-size: 4.8rem;
  line-height: 6.3rem;
  text-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.23);
  padding-top: 18.3rem;
}

#main .banner-con-2 .area .tit-wrap h3 span {
  font-size: 6.2rem;
}

#main .banner-con-2 .area .tit-wrap h3 strong {
  font-size: 8.6rem;
}

#main .banner-con-2 .area .tit-wrap p {
  font-size: 1.8rem;
  line-height: 3rem;
  padding-top: 5.1rem;
}

#main .banner-con-2 .area .tit-wrap p strong {
  font-weight: 2rem;
  font-weight: 700;
}

#main .banner-con-2 .area .tit-wrap > span {
  display: block;
  font-size: 1.6rem;
  mix-blend-mode: soft-light;
  padding-top: 12.2rem;
}

@media all and (max-width:760px) {
  #main .banner-con-2 {
    height: auto;
    background-image: url("../img/mo_banner_con2_img.png");
    padding-bottom: 60rem;
  }

  #main .banner-con-2 .area .tit-wrap {
    position: relative;
    padding-left: 0;
    padding-top: 21rem;
  }

  #main .banner-con-2 .area .tit-wrap h3 {
    font-size: 6rem;
    line-height: 7.667rem;
    padding-top: 0;
  }

  #main .banner-con-2 .area .tit-wrap h3 span {
    font-size: 8rem;
    line-height: 10.333rem;
  }

  #main .banner-con-2 .area .tit-wrap h3 strong {
    font-size: 10.333rem;
    line-height: 13.333rem;
  }

  #main .banner-con-2 .area .tit-wrap p {
    font-size: 3rem;
    line-height: 5rem;
    padding-top: 6.667rem;
  }

  #main .banner-con-2 .area .tit-wrap > span {
    position: absolute;
    top: 14rem;
    left: 0;
    font-size: 2.333rem;
    padding-top: 0;
    letter-spacing: 0.5rem;
  }
}


#main .contact-con {
  position: relative;
  padding: 11.4rem 0 8.8rem;
}

#main .contact-con::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36rem;
  background-color: #38A08B;
  z-index: -1;
}

#main .contact-con .area .tit-wrap {
  text-align: center;
}

#main .contact-con .area .tit-wrap h2 img {
  width: 47.4rem;
  height: auto;
}

#main .contact-con .area .txt-wrap {
  margin-top: 8.7rem;
}

#main .contact-con .area .txt-wrap .info-group ul {
  display: flex;
  justify-content: center;
}

#main .contact-con .area .txt-wrap .info-group ul li {
  position: relative;
  text-align: center;
}

#main .contact-con .area .txt-wrap .info-group ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5px;
  height: 19.1rem;
  background-color: #707070;
  transform: translateY(-50%);
}

#main .contact-con .area .txt-wrap .info-group ul li:first-child {
  padding-right: 10.6rem;
}

#main .contact-con .area .txt-wrap .info-group ul li:first-child::before {
  display: none;
}

#main .contact-con .area .txt-wrap .info-group ul li:nth-child(2) {
  padding: 0 14.8rem;
}

#main .contact-con .area .txt-wrap .info-group ul li:last-child {
  padding-left: 7.15rem;
}

#main .contact-con .area .txt-wrap .info-group ul li .icon {
  display: block;
  width: 7.3rem;
  height: 7.3rem;
  margin: 0 auto;
}

#main .contact-con .area .txt-wrap .info-group ul li .icon img {
  width: 100%;
  height: auto;
}

#main .contact-con .area .txt-wrap .info-group ul li h4 {
  font-size: 3.2rem;
  padding-top: 2.8rem;
}

#main .contact-con .area .txt-wrap .info-group ul li > p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #33383C;
  padding-top: 2rem;
}

#main .contact-con .area .txt-wrap .info-group ul li .time-wrap {
  margin-top: 2rem;
}

#main .contact-con .area .txt-wrap .info-group ul li .time-wrap .flex-box {
  display: flex;
  gap: 2.5rem;
  font-size: 2.4rem;
  color: #33383C;
}

#main .contact-con .area .txt-wrap .info-group ul li .time-wrap .flex-box:last-child {
  color: #72787F;
  margin-top: 0.5rem;
}

#main .contact-con .area .txt-wrap .info-group ul li .time-wrap .flex-box h5 {
  font-weight: 700;
}

#main .contact-con .area .txt-wrap .info-group ul li .time-wrap .flex-box h5 span {
  letter-spacing: 4.1rem
}

#main .contact-con .area .txt-wrap .map-wrap {
  width: calc(100% - 8rem);
  margin: 8.8rem auto 0;
  overflow: hidden;
}

#main .contact-con .area .txt-wrap .map-wrap .wrap_controllers,
#main .contact-con .area .txt-wrap .map-wrap .cont {
  display: none;
}

.root_daum_roughmap_landing {
  width: 100% !important;
}

#main .contact-con .area .txt-wrap .link-group {
  width: calc(100% - 8rem);
  margin: 4.8rem auto 0;
}

#main .contact-con .area .txt-wrap .link-group ul {
  display: flex;
  justify-content: space-between;
}

#main .contact-con .area .txt-wrap .link-group ul li {
  width: calc(25% - 1.725rem);
  height: 6.4rem;
}

#main .contact-con .area .txt-wrap .link-group ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #222527;
}

#main .contact-con .area .txt-wrap .link-group ul li a .icon {
  width: 2.4rem;
  height: 2.4rem;
}

#main .contact-con .area .txt-wrap .link-group ul li a .icon img {
  width: 100%;
  height: auto;
}

#main .contact-con .area .txt-wrap .link-group ul li a p {
  font-size: 1.8rem;
  font-weight: 700;
}

#main .contact-con .area .txt-wrap .link-group ul li.li4 a {
  background-color: #33383C;
  color: #fff;
}

@media all and (max-width:1500px) {
  #main .contact-con .area .txt-wrap .info-group ul li {
    width: 33.333333%;
  }

  #main .contact-con .area .txt-wrap .info-group ul li:first-child {
    padding-right: 0;
  }

  #main .contact-con .area .txt-wrap .info-group ul li:nth-child(2) {
    padding: 0;
  }

  #main .contact-con .area .txt-wrap .info-group ul li:last-child {
    padding-left: 0;
  }

  #main .contact-con .area .txt-wrap .info-group ul li .time-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media all and (max-width:760px) {
  #main .contact-con {
    padding: 16.167rem 0 8.8rem;
  }

  #main .contact-con::after {
    height: 80rem;
  }

  #main .contact-con .area .tit-wrap h2 img {
    width: 55.333rem;
  }

  #main .contact-con .area .txt-wrap {
    margin-top: 3.833rem;
  }

  #main .contact-con .area .txt-wrap .info-group ul {
    flex-direction: column;
    justify-content: center;
  }

  #main .contact-con .area .txt-wrap .info-group ul li {
    width: 100%;
    padding: 5.167rem 0 !important;
    border-top: 1px solid #707070;
  }

  #main .contact-con .area .txt-wrap .info-group ul li:first-child {
    border-top: 0;
  }

  #main .contact-con .area .txt-wrap .info-group ul li::before {
    display: none;
  }

  #main .contact-con .area .txt-wrap .info-group ul li .icon {
    width: 10.667rem;
    height: 10.667rem;
  }

  #main .contact-con .area .txt-wrap .info-group ul li h4 {
    font-size: 4rem;
    padding-top: 2.667rem;
  }

  #main .contact-con .area .txt-wrap .info-group ul li > p {
    font-size: 3rem;
    line-height: 4.667rem;
    padding-top: 3.333rem;
  }

  #main .contact-con .area .txt-wrap .info-group ul li .time-wrap {
    margin-top: 3.333rem;
  }

  #main .contact-con .area .txt-wrap .info-group ul li .time-wrap .flex-box {
    font-size: 3rem;
    gap: 4rem;
  }

  #main .contact-con .area .txt-wrap .info-group ul li .time-wrap .flex-box:last-child {
    margin-top: 1.5rem;
  }

  #main .contact-con .area .txt-wrap .info-group ul li .time-wrap .flex-box h5 span {
    letter-spacing: 5.2rem
  }

  #main .contact-con .area .txt-wrap .map-wrap {
    width: 100%;
  }

  .root_daum_roughmap .wrap_map {
    height: 49.167rem !important;
  }

  #main .contact-con .area .txt-wrap .link-group {
    width: 100%;
    margin-top: 8rem;
  }

  #main .contact-con .area .txt-wrap .link-group ul {
    flex-direction: column;
    gap: 2rem;
  }

  #main .contact-con .area .txt-wrap .link-group ul li {
    width: 100%;
    height: 10.667rem;
  }

  #main .contact-con .area .txt-wrap .link-group ul li a {
    gap: 1.667rem;
  }

  #main .contact-con .area .txt-wrap .link-group ul li a .icon {
    width: 4rem;
    height: 4rem;
  }

  #main .contact-con .area .txt-wrap .link-group ul li a p {
    font-size: 3rem;
  }
}


#footer {
  width: 100%;
  height: 20.5rem;
  background-color: #38A08B;
  color: #fff;
}

#footer .area > * {
  padding-left: 4rem;
}

#footer .area .ft-logo {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 4rem;
}

#footer .area p {
  font-size: 1.4rem;
  padding-top: 1.6rem;
}

#footer .area address {
  display: block;
  font-size: 1.4rem;
  padding-top: 0.8rem;
}

@media all and (max-width:760px) {
  #footer {
    height: auto;
    padding-bottom: 6.667rem;
  }

  #footer .area {
    width: calc(100% - 8rem);
  }

  #footer .area > * {
    padding-left: 0;
  }

  #footer .area .ft-logo {
    font-size: 3.333rem;
    padding-top: 6.667rem;
  }

  #footer .area p {
    font-size: 2rem;
    line-height: 3.667rem;
    padding-top: 2.667rem;
  }

  #footer .area address {
    font-size: 2rem;
    line-height: 3.667rem;
    padding-top: 2.667rem;
  }
}
