* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: #121212;
  letter-spacing: -0.8px;
  scroll-behavior: smooth;
  font-family: "Pretendard";
}

body{
  font-family: "Pretendard";
  position: relative;
}

/* #sect6 .swiper,
#sect7 .swiper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */

::-moz-selection {
  background: #FB65AD;
  color: #fff;
}
::selection {
  background: #FB65AD;
  color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}

header {
  z-index: 99999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #f8f8f8;
  background: #fff;
}

/* 공통속성 */
.title {
  font-weight: 300;
  letter-spacing: -2px;
}

.subcopy {
  font-size: 18px;
  margin-bottom: 12px;
}

span {
  font-weight: 700;
}

#sect6 .subcopy {
  color: #767676;
}

/* sect1 --------------- */

#sect1 .textbox p {
  color: #020202;
}

#sect1 .textbox .title{
  color: #121212;
}

#sect1 .textbox .title span {
  font-weight: 700;
  color: #121212;
}


.swiper{
  cursor: pointer;
}

body{
  overflow-x: hidden;
  width: 100%;
}



/* mobile ---------------------------------------------------------------------- */
@media (max-width: 600px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  section{
    width: 100%;
    overflow-x: hidden;
  }

  .title {
    font-size: 28px;
    line-height: 38px;
  }

  .text1 {
    font-weight: 700;
    font-size: 20px;
    padding: 24px 0 8px;
  }

  .text2 {
    color: #767676;
    line-height: 28px;
    font-size: 18px;
  }

  body{
    width: 100%;
  }




  /* header --------------- */
  header .wrap {
    z-index: 9999;
    width: calc(100% - 40px);
    margin: auto;
    height: 60px;
    padding: 10px;
    align-items: center;
  }

  header h1 {
    width: 180px;
  }

  header h1 img {
    width: 220px;
    display: block;
  }

  header .gnb {
    transition: .5s;
    z-index: -1;
    position: absolute;
    top: 81px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
  }

  header .gnb.on {
    right: 0;
    transition: .5s;
  }

  header .gnb li {
    font-weight: 600;
    margin-left: 80px;
    font-size: 20px;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
  }

  /* bar ----------- */
  .container-bar {
    display: inline-block;
    cursor: pointer;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 36px;
    height: 4px;
    background-color: #121212;
    margin: 6px 0;
    transition: 0.4s;
  }

  .close .bar1 {
    transform: translate(0, 10px) rotate(-45deg);
  }

  .close .bar2 {
    opacity: 0;
  }

  .close .bar3 {
    transform: translate(0, -10px) rotate(45deg);
  }

  .close{
    display: none;
  }

  .menu-icon{
    cursor: pointer;
  }


  /* sect1 ----------------- */


    #sect1 {
      margin-top: 30px;
      background-image: url("../img/m_sect1_bg.png");
      height: 650px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
    }


  #sect1 .textbox {
    text-align: left;
    padding-top: 250px;
    margin-left: 30px;
  }

  #sect1 .textbox .title {
    font-weight: 300;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -4px;
    margin-bottom: 15px;
  }

  #sect1 .textbox .titletag{
    margin-bottom: 8px;
    font-size: 24px;
    margin-left: 4px;
  }

  #sect1 .textbox .subcopy {
    font-weight: 300;
    margin-left: 4px;
    line-height: 30px;
    letter-spacing: -1px;
    font-size: 20px;
    color: #121212;
    opacity: .8;
  }

    #sect1 .textbox .subcopy span{
      color: #121212;
      font-weight: bold;
    }

  /* sect2 --------------- */

  #sect2 {
    overflow: hidden;
    padding: 100px 0;
    width: calc(100% - 40px);
    margin-left: 20px;
    background-image: url("../img/m_sect2_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #sect2 .title {
    text-align: center;
    margin-bottom: 80px;
  }

  #sect2 .subcopy {
    text-align: center;
    margin-left: 2px;
    color: #767676;
  }

  .subcopy{
   color: #767676;
  }

  #sect2 .sect2_img img{
    width: 100%
  }


  /* sect3 ------------------- */

  #sect3 {
    text-align: center;
    background: url("../img/m_sect3_bg.png");
    padding: 100px 0 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #sect3 .textbox {
    width: 88%;
    text-align: left;
    margin: 0 auto 60px auto;
  }

  #sect3 .titletag{
    text-align: left;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: -1px;
  }

  #sect3 .title{
      text-align: left;
  }

  #sect3 .subcopy {
    text-align: left;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
    margin-top: 16px;
    letter-spacing: -1px;
  }

  #sect3 p {
    color: #fff;
  }

  #sect3 span {
    color: #fff;
  }

  #sect3 .content img {
    width: 88%;
    margin: auto;
  }

  /* sect4 ---------------------- */

  #sect4 {
    padding: 120px 0 0;
  }

  #sect4 .textbox {
    text-align: center;
    margin-bottom: 20px;
  }

  #sect4 img {
    width: 100%;
  }

  #sect4 .history {
    padding: 40px 20px;
    background: #9B948E;
  }
  #sect4 .history p{
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    max-width: 100px;
  }
  #sect4 .history .history_pink{
    color: #fff;
    margin: 10px 0

  }

  #sect4 .history li {
    /* padding: 4px 0; */
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    line-height: 30px;
  }

  #sect4 .history li.strong {
    font-weight: 600;
  }

  /* sect5 -------------------- */
  #sect5 {
    padding: 100px 0;
    background: #f8f8fa;
  }

  #sect5 .textbox {
    text-align: center;
    margin-bottom: 40px;
  }

  #sect5 .subcopy {
    color: #767676;
  }
  #sect5 .textbox .title .pink{
    color: #FB65AD;
  }

  #sect5 figure {
    position: relative;
  }

  #sect5 figcaption {
    position: absolute;
    left: 20px;
    top: 0px;
  }

  #sect5 .subjecwrap {
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  #sect5 .subjecwrap .content1{
    background-color: #F2E9F1;
  }
  #sect5 .subjecwrap .content2{
    background-color: #CECCD1;
  }
  #sect5 .subjecwrap .content3{
    background-color: #FFFFFF;
  }

  #sect5 .subjecwrap li {
    width: 100%;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
  }

  #sect5 .subjecwrap li img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  #sect5 .text1{
    font-size: 20px;
  }

  #sect5 .text2{
    color: #424347;
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px;
  }


  #sect5 .text2 span{
    line-height: 32px;
    font-weight: 400;
    color: #767676;
  }

  /* sect10 ---------------------------------- */
  #sect10{
    padding: 80px 0 340px;
    background-image: url("../img/m_sect10_bg.png");
    background-size: cover;
  }

  #sect10 .textbox{
    width: calc(100% - 40px);
    margin: auto;
  }

  #sect10 .title{
    margin-bottom: 8px;
  }

  #sect10 .textbox .text2{
    text-align: left;
    color: #474747;
    margin-left: 2px;
  }

  /* sect6 ------------------- */

  #sect6 {
    padding: 120px 0 80px;
  }

  #sect6 .textbox {
    margin-left: 20px;
    margin-bottom: 40px;
  }

  /* swiper -------------------- */

  .wrap-equipment {
    padding: 3.562rem 0 7.812rem;
  }
  .wrap-equipment .wrapper-equipment {
    display: flex;
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .wrap-equipment .wrap-text-equipment {
    /* width: 23%; */
    text-align: left;
    padding-top: 1.062rem;
  }
  .wrap-equipment .wrap-text-equipment em {
    font-size: 1.25rem;
    letter-spacing: -0.4px;
    color: #626262;
  }
  .wrap-equipment .wrap-text-equipment h1 {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -1.6px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .wrap-equipment .wrap-text-equipment p {
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: -0.36px;
    color: #626262;
  }
  .wrap-equipment .wrap-text-equipment .text-equipment-eng {
    font-family: "Roboto";
  }
  #d-equipment-slides {
    width: 100%;
    position: relative;
    padding-bottom: 60px;
  }
  #d-equipment-slides .swiper-slide {
    width: 100%;
  }
  #d-equipment-slides .d-img-equipment-slide {
    width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 20px;
  }

  #d-equipment-slides .text-equipment-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.9px;
    color: #121212;
    margin: 24px 0 8px;
    width: 100%;
  }
  #d-equipment-slides .text-equipment-content {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: -0.72px;
    color: #767676;
  }

  #d-equipment-slides .swiper-container {
    width: 100%;
    overflow: hidden;
  }
  #d-equipment-slides .swiper-scrollbar {
    height: 3px;
    width: 100%;
    max-width: 1180px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #ccc;
  }


  #sect6 .swiper-slide.empty {
    width: 40px;
  }

  /* sect7 ----------------------------------- */
  #sect7{
    padding: 40px 0;
  }
  #sect7 .textbox {
    text-align: center;
    margin-bottom: 40px;
  }

  #sect7 .subcopy {
    color: #767676;
  }

  /* slide --------------- */

  #sect7 .swiper {
    width: 100%;
    height: 260px !important;
    margin-left: auto;
    margin-right: auto;
  }

  #sect7 .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  #sect7 .mySwiper2 {
    /* height: 380px; */
    width: 100%;
  }

  #sect7 .mySwiper {
    width: calc(100% - 40px);
    margin: auto;
    height: 80px !important;
    box-sizing: border-box;
    padding: 20px 0 0;
  }

  #sect7 .mySwiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  #sect7 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  #sect7 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    top: var(--swiper-navigation-top-offset, 46%) !important;
  }

  .swiper-button-next {
    right: 0 !important;
  }

  .swiper-button-prev {
    left: 0 !important;
  }

  :root {
    --swiper-navigation-size: 24px !important;
  }

  /* sect8 ----------------------- */

  #sect8 .kakao-banner {
    width: 100%;
  }

  #sect8 .kakao-banner img {
    width: 100%;
    display: block;
  }

  /* sect9 ----------------------- */

  /* -start- location-time */
    #sect9 .textbox{
      text-align: center;
      width: 80%;
      padding: 40px 0;
      margin: 0 auto;
    }

  #sect9 .wrap{
    width: calc(100% - 40px);
    margin: auto;
  }

  #sect9 img{
    width: 100%;
  }
  #sect9 figure {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;

  }
  #sect9 .text {
    padding: 40px 0;
  }

  #sect9{
    padding: 40px 0;
  }

  #sect9 .wrapping-time {
    padding: 20px;
  }

  #sect9 .list-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #121212;
    padding: 10px 0;
  }

  .list-direction {
    margin-bottom: 20px;
  }

  #sect9 .list-address {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 10px;
  }

  #sect9 .list-content li > * {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
  }

    #sect9 .list-content li p{
      color: #191919;
    }

  #sect9 .list-content li {
    padding: 6px 0;
  }

  #sect9 .list-content li span {
    width: 56px;
  }

  #sect9 .wrapping-time-table {
    padding: 6px;
    font-size: 18px;
    margin: 10px 0;
  }

  #sect9 .time-table {
    margin-bottom: 20px;
  }

  .table-blue-bg {
    background: #008ad9;
    color: #fff;
  }

  .table-blue-bg > * {
    color: #fff;
  }

  .space-monday span {
    color: #fff;
  }

  .space-monday span,
  .table-blue-bg .text-bold {
    color: #fff;
  }

  .text-time-info {
    color: #767676;
    margin: 10px 0;
  }

  .space-week {
    letter-spacing: 53px;
  }

  .space-monday {
    letter-spacing: 16px;
    position: relative;
  }

  .space-monday::after {
    content: "(야간진료)";
    letter-spacing: 0;
    position: absolute;
    width: 76px;
    left: 72px;
    color: #ffea00;
    font-weight: 500;
  }

  .space-sat {
    letter-spacing: 18.7px;
  }

  .space-lunch {
    letter-spacing: 7.4px;
  }

  .table-time {
    letter-spacing: 1px;
  }

  .text-white {
    letter-spacing: 1px;
  }

  .text-white .text-bold {
    letter-spacing: 0.7px;
  }


  /* footer ------------------- */

  footer {
    background: #9B948E;
    padding: 1.562rem 0 1.656rem;
    font-family: "Pretendard";
  }

  .info-non-payment a, .info-policy a{
    color: #f8f8f8;
  }

  footer .wrap-footer {
    box-sizing: border-box;
    width: 88.88%;
    margin: 0 auto;
  }
  footer .wrap-footer .wrapper-footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.468rem;
    border-bottom: 1px solid #fefefe;
  }
  footer .wrap-footer .wrapper-footer-logo .footer-logo-box {
    width: 100%;
    max-width: 180px;
    box-sizing: border-box;
  }

  footer .wrap-footer .wrapper-footer-logo .footer-logo-box a{
    display: block;
    width: 100%;
    height: 100%;
  }

  footer .wrap-footer .wrapper-footer-logo .footer-logo-box a img{
    display: block;
    width: 100%;
    height: 100%;
  }

  footer .wrap-footer .wrapper-footer-logo .m-footer-logo {
    width: 100%;
    display: block;
  }
  footer .wrap-footer .wrapper-footer-logo .footer-phone-number {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.72px;
    text-align: right;
    color: #fff;
  }
  footer .wrap-footer .wrapper-footer-info {
    padding-top: 1.375rem;
  }
  footer .wrap-footer .wrapper-footer-info .info-non-payment {
    font-family: "Spoqa Han Sans Neo";
    font-size: 0.875rem;
    letter-spacing: -1.12px;
    color: #f8f8f8;
    display: inline-block;
    text-decoration: underline;
    padding-bottom: 8px;
  }
  footer .wrap-footer .wrapper-footer-info .info-policy {
    font-family: "Spoqa Han Sans Neo";
    font-size: 0.875rem;
    letter-spacing: -1.12px;
    color: #f8f8f8;
    display: inline-block;
    text-decoration: underline;
    padding-bottom: 20px;
    padding-left: 16px;
  }
  footer .wrap-footer .wrapper-footer-info .info-title {
    font-family: "Spoqa Han Sans Neo";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: -0.96px;
    color: #f8f8f8;
    opacity: 0.8;
    display: inline-block;
  }
  footer .wrap-footer .wrapper-footer-info .wrapper-icon {
    justify-content: flex-start;
    padding-bottom: 1.343rem;
  }
  footer .wrap-footer .wrapper-footer-info .wrapper-icon .icon-box {
    width: 2.687rem;
    padding-left: 0;
    padding-right: 0.625rem;
  }
  footer .wrapper-footer-info .wrapper-icon .icon-box .m-icon-footer-naver,
  footer .wrapper-footer-info .wrapper-icon .icon-box .m-icon-footer-kakao,
  footer .wrapper-footer-info .wrapper-icon .icon-box .m-icon-footer-blog {
    width: 100%;
    display: block;
  }
  footer .wrap-footer .wrapper-footer-info .copyright{
    font-family: "Spoqa Han Sans Neo";
    font-size: 14px;
    line-height: 1.25;
    color: #f8f8f8;
    opacity: 0.8;
    letter-spacing: -1px;
  }
}

/* pc ---------------------------------------------------------------------- */

@media (min-width: 601px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }

  .title {
    font-size: 40px;
    line-height: 52px;
  }
  .subcopy{
    font-family: 'Pretendard';
  }

  body{
    width: 100%;
    min-width: 1180px;
    font-family: "Pretendard";
  }



  /* header ---------------------- */

  header .wrap {
    padding: 0;
    align-items: center;
  }

  header h1 a {
    display: block;
    height: 70px;
  }

  header h1 a img{
    height: 100%;
  }

  .wrap {
    width: 1180px;
    margin: auto;
    font-weight: 300;
  }

  header .gnb{
    padding: 20px 0;

  }

  header .gnb li {
    display: inline-block;
    margin-left: 20px;
  }

  header .gnb li a {
    font-size: 20px;
    font-family: 'Pretendard';
    display: block;
    padding: 10px;
    /* transition: .2s; */
  }

  header .gnb li:hover a {
    font-weight: 700;
    color: #FB65AD;
    transition: 0.3s;
  }

  /* sect1 -------------------*/

  #sect1 .textbox .subcopy {
    opacity: .7;
    color: #020202;
    font-weight: 300;
    margin-left: 2px;
    line-height: 36px;
    font-size: 24px;
  }

    #sect1 .textbox .subcopy span{
      color: #000;
      font-weight: bold;
    }


  #sect1 {
    margin-top: 30px;
    background-image: url("../img/sect1_bg.png");
    height: 800px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #sect1 .textbox {
    padding-top: 220px;
    /* color: #121212; */
  }

  #sect1 .textbox .title {
    color: #121212;
    font-weight: 300;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }

  #sect1 .titletag{
    font-size: 24px;
    margin: 0 0 16px 4px;
  }

  /* sect2 ------------------- */
  #sect2 {
    background-image: url("../img/sect2_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 130px;
  }

  #sect2 .textbox {
    margin: auto;
    width: 1180px;
    text-align: center;
  }

  #sect2 .special-box {
    text-align: left;
    width: 480px;
  }

  #sect2 .textbox .subcopy {
    margin-bottom: 12px;
    margin-left: 2px;
    color: #767676;
  }

  #sect2 .sect2_img{
    margin: 80px auto;
    width: 1180px;
    display: block;
  }



  /* --------------------------- */

  .text1 {
    font-weight: 700;
    font-size: 28px;
    padding: 30px 0 12px;
  }

  .text2 {
    color: #767676;
    line-height: 26px;
    font-size: 18px;
  }

  /* sect3 ----------------------- */
  #sect3 {
    padding: 120px 0 200px;
    text-align: center;
    background-image: url("../img/sect3_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  #sect3 .titletag {
    margin-bottom: 10px;
    font-family: "Pretendard";

  }

  #sect3 .textbox {
    margin-bottom: 60px;
  }

  #sect3 .textbox p,
  #sect3 .textbox span {
    color: #fff;
  }

  #sect3 .textbox .subcopy {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
    margin-top: 20px;
  }

  /* sect4 ----------------------- */
  #sect4 {
    overflow: hidden;
    position: relative;
    padding: 140px 0 0;
  }

  #sect4 .textbox {
    text-align: center;
    margin-bottom: 60px;
  }

  #sect4 .subcopy {
    margin-bottom: 12px;
    color: #767676;
  }

  #sect4 .introduce-text {
    margin-top: 120px;
    width: 65%;
  }

  #sect4 .introduce-img {
    width: 55%;
  }

  #sect4 .introduce-img figure {
    width: 100%;
  }

  #sect4 .introduce-img figure img {
    width: 120%;
    height: 100%;
    display: block;
  }

  #sect4 .intro {
    position: relative;
    font-size: 24px;
    color: #121212;
    margin-bottom: 80px;
    line-height: 40px;
    letter-spacing: -1.56px;
  }
  #sect4 .intro::before{
    left: -80px;
    top: -36px;
    position: absolute;
    content: url('../img/intro_before.png');
    width: 80px;
    height: 80px;

  }

  #sect4 .name {
    font-size: 40px;
    margin-bottom: 12px;
  }

  #sect4 .sub {
    color: #4E4E4E;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 2px;
  }

  #sect4 .history {
    margin-top: 20px;
  }
  #sect4 .history .history_pink{
    font-weight: bold;
    color: #4E4E4E;
    font-family: "Pretendard";
    margin: 40px 0 10px ;
    font-size: 20px;
  }
  #sect4 .history .right{
    display: flex;
  }
  #sect4 .history .textright{
    padding-left: 20px;
  }

  #sect4 .history li.strong {
    font-weight: 600;
    color: #121212;
  }

  #sect4 .history li {
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #767676;
    /* margin-bottom: 8px; */
  }

  #sect4 .introduce-image figure {
    display: inline-block;
    margin-right: 20px;
  }

  #sect4 .introduce-image figure img {
    display: block;
    width: 100%;
  }

  #sect4 .sect4-bg {
    position: absolute;
    right: -0px;
    top: 36%;
    z-index: -999;
  }

  /* sect5 ----------------------- */
  #sect5 {
    padding: 140px 0;
    background: #f8f8fa;
    width: 100%;
    text-align: center;
  }

  #sect5 .subcopy {
    color: #767676;
  }

  #sect5 .textbox {
    margin-bottom: 60px;
  }
  #sect5 .textbox .pink{
    color: #FB65AD;
  }

  #sect5 .subjecwrap {
    width: 1180px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
  }

  #sect5 .subjecwrap li {
    border-radius: 30px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    width: 30%;
    height: 485px;
  }

  #sect5 .subjecwrap figure {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    transition: 0.5s;
  }

  #sect5 .subjecwrap figure figcaption {
    text-align: left;
    position: absolute;
    left: 36px;
    top: 14px;
  }

  #sect5 .subjecwrap .content1{
    background-color: #F5EAF2;
  }
  #sect5 .subjecwrap .content2{
    background-color: #DEDCE1;
  }
  #sect5 .subjecwrap .content3{
    background-color: #FEFEFE;
  }

  #sect5 .subjecwrap figure img {
    transition: 0.2s;
    /* width: 100%; */
    height: 100%;
    display: block;
    object-fit: cover;
  }

    #sect5 span.notice{
      font-size: 16px;
      line-height: 36px;
      color: #767676;
      font-weight: 400;
    }

    #sect5 .text2{
      color: rgba(0,0,0,.7);
      letter-spacing: -1.925px;
    }

    /* sect 10 띠배너 ----- */

    #sect10{
      padding: 130px 0 140px;
      background-image: url(../img/sect10_bg.png);
      background-repeat: no-repeat;
      background-size: cover;
    }

    #sect10 .wrap{
      width: 1180px;
      margin: auto;
    }

    #sect10 .textbox{
      width: 480px;
      margin-left: 640px;
    }

    #sect10 .textbox .title{
      text-align: left;
      margin-bottom: 16px;
    }

    #sect10 .textbox .text2{
      text-align: left;
      color: #474747;
      margin-left: 2px;
    }

  /* sect6 ----------------------- */

  #sect6 {
    padding: 160px 0;
  }

  #sect6 .textbox {
    margin-left: 18%;
    margin-bottom: 60px;
  }

  /* swiper -------------------- */

  .wrap-equipment {
    padding: 3.562rem 0 7.812rem;
  }
  .wrap-equipment .wrapper-equipment {
    display: flex;
    margin-left: 18%;
    width: 82%;
  }
  .wrap-equipment .wrap-text-equipment {
    margin-left: 19%;
    width: 23%;
    text-align: left;
    padding-top: 1.062rem;
  }
  .wrap-equipment .wrap-text-equipment em {
    font-size: 1.25rem;
    letter-spacing: -0.4px;
    color: #626262;
  }
  .wrap-equipment .wrap-text-equipment h1 {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -1.6px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .wrap-equipment .wrap-text-equipment p {
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: -0.36px;
    color: #626262;
  }
  .wrap-equipment .wrap-text-equipment .text-equipment-eng {
    font-family: "Pretendard";
  }
  #d-equipment-slides {
    width: 100%;
    position: relative;
    height: 520px;
  }
  #d-equipment-slides .swiper-slide {
    width: 40.625rem;
  }
  #d-equipment-slides .d-img-equipment-slide {
    width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 20px;
  }

  #d-equipment-slides .text-equipment-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.9px;
    color: #121212;
    margin: 30px 0 12px;
  }
  #d-equipment-slides .text-equipment-content {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: -0.72px;
    color: #767676;
  }

  #d-equipment-slides .swiper-container {
    width: 100%;
    overflow: hidden;
  }
  #d-equipment-slides .swiper-scrollbar {
    height: 3px;
    width: 100%;
    max-width: 1180px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #ccc;
  }
  #d-equipment-slides .swiper-slide-active .text-equipment-title,
  #d-equipment-slides .swiper-slide-active .text-equipment-content {
    opacity: 1;
  }

  /* sect7 ----------------------- */

  #sect7 {
    padding: 100px 0 140px;
    text-align: center;
  }

  #sect7 .subcopy {
    color: #767676;
  }

  #sect7 .textbox {
    margin-bottom: 60px;
  }

  /* slide --------------- */

  #sect7 .swiper {
    width: 1180px;
    height: 680px !important;
    margin-left: auto;
    margin-right: auto;
  }

  #sect7 .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  #sect7 .mySwiper2 {
    min-width: 1180px;
    height: 680px;
    width: 80%;
    border-radius: 30px;
  }

  #sect7 .mySwiper {
    height: 140px !important;
    box-sizing: border-box;
    padding: 30px 0 0;
  }

  #sect7 .mySwiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  #sect7 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  #sect7 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
  }

  .swiper-button-next {
    right: 0 !important;
  }

  .swiper-button-prev {
    left: 0 !important;
  }

  /* kakao ----------------------- */

  /* -start- kakao banner */
  .kakao-banner {
    width: 100%;
    box-sizing: border-box;
  }

  .kakao-banner img {
    display: block;
    width: 100%;
  }
  /* -end- kakao banner */

  #sect9{
    padding: 120px 0 160px;
    width: 100%;
    margin: auto;
    text-align: center;
  }

  #sect9 .textbox{
    margin-bottom: 60px;
  }

    #sect9 img{
      width: 100%;
    }
    #sect9 figure{
      width: 30%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 16px 835px;
    }
    #sect9 figure a{
      margin: 0 5px;
    }


    #sect9 .subcopy{
      color: #767676;
    }

  /* footer ----------------------- */

  footer {
    letter-spacing: 1px;
    background-color: #9B948E;
    padding: 2.375rem 0 3.125rem;
    font-family: "Pretendard"
  }

  footer .call_icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
  }

  footer .call_icon img{
    display: block;
    width: 100%;
  }

  .wrapper-info a {
    color: #f8f8f8;
    font-size: 16px;
  }

  footer .wrapper-footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #fefefe;
  }
  footer .wrapper-footer-logo .footer-logo-box {
    width: 280px;
    box-sizing: border-box;
  }

    footer .wrapper-footer-logo .footer-logo-box img{
      width: 100%;
    }
  footer .wrapper-footer-logo .footer-logo-box .d-footer-logo {
    width: 100%;
    display: block;
  }
  footer .wrapper-footer-logo .footer-phone-number {
    font-family: "Pretendard";
    font-size: 2.5rem;
    font-weight: 500;
    text-align: right;
    color: #fff;
  }
  footer .wrapper-footer-info {
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .wrapper-footer-info .wrapper-info {
    padding-top: 1.937rem;
  }
  footer .wrapper-footer-info .wrapper-info .info-non-payment {
    font-family: "Pretendard";
    font-size: 0.875rem;
    letter-spacing: -0.48px;
    color: #f8f8f8;
    display: inline-block;
    padding-bottom: 1.375rem;
    text-decoration: underline;
  }
  footer .wrapper-footer-info .wrapper-info .info-policy {
    font-family: "Pretendard";
    font-size: 0.875rem;
    letter-spacing: -0.48px;
    color: #f8f8f8;
    display: inline-block;
    padding-left: 1rem;
    text-decoration: underline;
  }
  footer .wrapper-footer-info .wrapper-info .info-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    color: #f8f8f8;
    display: inline-block;
    letter-spacing: .5px;
  }
  footer .wrapper-footer-info .wrapper-info .info-space {
    padding-left: 1.25rem;
  }
  footer .wrapper-footer-info .wrapper-info .copyright,
  footer .wrapper-footer-info .wrapper-info .designed {
    font-size: 0.875rem;
    font-weight: 300;
    color: #f8f8f8;
    display: inline-block;
    text-transform: capitalize;
    padding-top: 2.5rem;
    opacity: 0.8;
    display: inline-block;
  }

  footer .wrapper-footer-info .wrapper-icon {
    padding-top: 1.187rem;
    display: flex;
    justify-content: flex-end;
  }
  footer .wrapper-footer-info .wrapper-icon .icon-box {
    width: 2.687rem;
    padding-left: 0.487rem;
  }
  footer .wrapper-footer-info .wrapper-icon .icon-box .icon-footer-naver,
  footer .wrapper-footer-info .wrapper-icon .icon-box .icon-footer-kakao,
  footer .wrapper-footer-info .wrapper-icon .icon-box .icon-footer-blog {
    width: 100%;
    display: block;
  }

  /* footer ----------------------- */

  footer .container{
    width: 1180px;
    margin: auto;
  }
  footer .content {
    width: 100%;
    margin: auto;
  }
}
