* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: #121212;
  scroll-behavior: smooth;
}

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: #003595;
  color: #fff;
}
::selection {
  background: #003595;
  color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

header {
  z-index: 99999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

/* 공통속성 */
.title {
  font-weight: 300;
  letter-spacing: -2px;
}

span {
  font-weight: 700;
}

#sect6 .subcopy {
  color: #767676;
}

.sub_title {
  font-size: 14px;
  color: #fff;
}

/* sect1 --------------- */

#sect1 .textbox .title{
  color: #fff;
}

#sect1 .textbox .title span {
  font-weight: 700;
  color: #fff;
}


.swiper{
  cursor: pointer;
}

body{
  overflow-x: hidden;
  width: 100%;
}



/* mobile ---------------------------------------------------------------------- */
@media (max-width: 600px) {

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  section{
    width: 100%;
    overflow-x: hidden;
  }

  .textbox {
    margin: 0 auto;
  }

  section::-webkit-scrollbar {
    display: none;
  }
  .title {
    font-size: 1.5rem;
    line-height: 38px;
  }

  .subcopy {
    font-size: 14px;
    margin-bottom: 14px;
  }
  

  .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 .logo {
    width: 220px;
  }

  header h1 img {
    width: 220px;
    display: block;
  }

  header .logo img {
    width: 220px;
    display: block;
  }

  header .gnb {
    transition: .5s;
    z-index: -1;
    position: absolute;
    top: 60px;
    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: 18px;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
  }

  table.type07 {
    border-collapse: collapse;
    line-height: 1.5;
    margin: 20px 10px;
  }
  table.type07 thead {
    background: #2bb7c2;
    text-align: left;
  }
  table.type07 thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    text-align: center;
  }
  table.type07 tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #fcf1f4;
  }
  table.type07 td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #fcf1f4;
  }

  /* 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 {
    background-image: url("../img/m_sect1_bg.jpg");
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #sect1::-webkit-scrollbar {
    display: none;
  }

  #sect1 .textbox {
    text-align: left;
    padding-top: 240px;
  }

  #sect1 .textbox #sect1_info {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 15px;
    opacity: 0.8;
  }

  #sect1 .textbox .title {
    font-weight: 600;
    font-size: 30px;
  }

  #sect1 .textbox .titletag{
    margin-bottom: 8px;
    color: #fff;
  }

  /* #sect1 .textbox #sect1_info #title-schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #sect1 .textbox #sect1_info #title-schedule p {
    color: #fff;
    width: 33%;
  }

  #sect1 .textbox #sect1_info #title-schedule p:last-child {
    width: 100%;
  } */

  /* #sect1 .textbox .subcopy {
    font-weight: 200;
    margin-left: 4px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    opacity: .8;
  }
    #sect1 .textbox .subcopy span{
      color: #fff;
      font-weight: 600;
    } */

  /* sect2 --------------- */

  #sect2 {
    overflow: hidden;
    padding: 60px 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 .textbox {
    width: 87%;
  }

  #sect2 .title {
    text-align: center;
    margin-bottom: 40px;
  }

  #sect2 .subcopy {
    text-align: center;
    margin-left: 2px;
    color: #767676;
  }

  .subcopy{
   color: #767676;
  }

  #sect2 .sect2_img img{
    width: 100%
  }

  .col-inner-text {
    padding: 15px 5px 0 15px;
  } 

  .col-inner-text h4 {
    font-size: 18px;
  }

  .col-inner-text p {
    font-size: 0.9em;
  }

  .owl-stage-outer {
    padding-left: 0 !important;
  }

  /* sect3 ------------------- */

  #sect3 {
    background-image:  linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)),
    url('../img/m_sect3_bg.png') !important;
    background-size: 100%;
  }

  #sect3 #sect3_textbox {
    color: #fff;
    text-align: center;
  }
  
  #sect3 #sect3_textbox .subcopy {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
  }
  
  #sect3 #sect3_textbox .title {
    font-weight: bold;
  }
  
  #sect3 #sect3_textbox > .sub_title {
    font-size: 12px;
    width: 63%;
    margin: 0 auto 35px;
  }
  
  #sect3 #sect3_textbox > img {
    width: 95%;
  }
  
  #sect3 .flex-wrap {
    width: 75%;
    margin: 40px auto 0;
  }
  
  #sect3 .flex-wrap > p {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
  }
  
  #sect3 .flex-wrap > p span {
    color: #fff;
    font-weight: bold;
  }
  
  #sect3 .flex-wrap p img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  /* sect4 ---------------------- */

  #sect4 {
    padding: 60px 0 0;
  }

  #sect4 .textbox {
    text-align: center;
  }

  #sect4 .wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  #sect4 .wrap .intro {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0;
  }

  #sect4 .wrap .name, #sect4 .wrap .sub {
    display: none;
  }

  #sect4 img {
    width: 100%;
    margin-left: 40px;
  }

  #sect4 #introduce_img {
    position: relative;
  }

  #sect4 #introduce_img > #name_tag {
    border-left: 7px solid #2bb7c2;
    padding: 0 8px;
    position: absolute;
    top: 47px;
    left: 40px;
  }

  #sect4 #introduce_img > #name_tag > span {
    font-size: 24px;
  }

  #sect4 .history {
    padding: 40px 20px;
    background: #003595;
    margin-bottom: 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 img {
    width: 100%;
  }
 

  /* sect9 ---------------------------------- */

  #sect9 .flex {
    flex-direction: column;
  }

  /* sect10 ---------------------------------- */
  #sect10{
    padding: 60px 0 400px;
    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: 80px 0 0 0;
  }

  #sect6 .textbox {
    text-align: center;
    width: 76%;
    margin: 0 auto 40px;
  }

  /* swiper -------------------- */

  .wrap-equipment {
    padding: 3.562rem 0 7.812rem;
  }
  .wrap-equipment .wrapper-equipment {
    display: flex;
    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: 30px;
  }
  #d-equipment-slides .swiper-slide {
    width: 70%;
  }
  #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: 80px 0;
  }

  #sect7 .textbox {
    text-align: center;
    width: 76%;
    margin: 0 auto 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 {
    display: flex;
    flex-direction: column;
    height: 80px;
  }

  #sect8 .kakao-banner .search_box {
    width: 90% !important;
    height: 50px !important;
    margin-left: 0 !important;
    margin-top: 15px;
  }

  /* sect9 ----------------------- */

  /* -start- location-time */
    #sect9 .textbox{
      text-align: center;
      margin-bottom: 40px;
    }

  #sect9 .wrap{
    width: calc(100% - 40px);
    margin: auto;
  }

  #sect9{
    width: 100%;
    padding: 60px 0;
  }
  
  #sect9 #map {
    width: 100%;
    height: 300px;
  }

  #sect9 #sect9_info {
    width: 100%;
    margin-top: 25px;
  }

  #sect9 #sect9_info .sect9_text-title:nth-child(4) {
    margin: 0;
  }

  #sect9 #sect9_info p {
    width: 55%;
    font-size: 0.7em;
  }

  #sect9 #sect9_info p > img {
    width: 35px;
    height: 35px;
  }

  #sect9 #sect9_info p > span {
    color: #2bb7c2; 
    margin-right:5px;
    font-size:24px;
  }

  #sect9 #sect9_info span {
    font-size: 11px !important;
  }

  #sect9 #sect9_info .sect9_text-title{
    margin: 0;
  }

  #sect9 #sect9_info .sect9_subtext:nth-child(7) {
    margin-bottom:10px;
  }

  #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;
  }

  #sect9 #sect9_info .flex-wrap > p {
    width: 55%;
  }


  /* footer ------------------- */

  footer {
    background: #003595;
    padding: 1.562rem 0 60px;
  }

  .info-non-payment a, .info-policy a{
    color: #fff;
  }

  footer .wrap-footer {
    box-sizing: border-box;
    width: 88.88%;
    margin: 0 auto;
  }

  footer .wrap-footer .wrapper-footer-info {
    padding-top: 1.375rem;
  }

  footer .wrapper-footer-info .wrapper-info a {
    width: 40%;
    margin-bottom: 20px;
  }

  footer .wrapper-footer-info .wrapper-info .info-title, 
  footer .wrapper-footer-info .wrapper-info .copyright {
    font-size: 13px;
  }

  footer .wrapper-footer-info .wrapper-info .info-space:nth-child(n+2) {
    padding-left: 0;
  }

}

/* 공용 */
 /* sect2 ------------------- */
  #sect2 {
    background-size: cover;
    max-width: 1300px;
    margin: 0 auto;
  }

  #sect2 .special-box {
    text-align: left;
    width: 480px;
  }

  #sect2 .textbox .subcopy {
    margin-bottom: 12px;
    margin-left: 2px;
    color: #767676;
  }


  .col-inner .col-inner-img {
    height : 100%;
    overflow: hidden;
  }

  .col-inner .col-inner-img:hover {
    z-index: 3;
    -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
  }

  /* .element-animate {
    opacity: 0;
    visibility: hidden;
  } */

  .col-inner-text {
    background-color: #fff;
    position: relative;
    width: 92%;
    z-index: 3;
    margin-top: -70px;
  }

  .col-inner-text h4 {
    color: #161616;
    font-weight: 700;
    letter-spacing: -0.05rem;
    line-height: 1.625rem;
    margin: 0 0 20px 0;
    padding: 0;
  }

  .col-inner-text p {
    color: #525252;
    letter-spacing: -0.05rem;
    font-weight: 400;
  }

  .owl-carousel.slide-1 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .owl-carousel.slide-1 .owl-nav .owl-prev {
    left: -70px !important;
    background: url(../img/sect2_arrow_left.png) no-repeat center top !important;
  }

  .owl-carousel.slide-1 .owl-nav .owl-next {
    right: -70px !important;
    background: url(../img/sect2_arrow_right.png) no-repeat center top !important;
 }
  

  .owl-carousel.slide-1 .owl-nav .owl-prev, .owl-carousel.slide-1 .owl-nav .owl-next {
    position: absolute;
    width: 34px;
    height: 65px;
    z-index: 99;
    font-size: 0;
  }


  /* sect3 ----------------------- */

  #sect3 {
    width: 100%;
    display: block;
    background-image: url('../img/sect3_bg.png');
    padding: 60px 0;
    cursor: pointer;
  }


  /* sect5 ----------------------- */

  #sect5 {
    width: 100%;
    display: block;
    background-image: url('../img/sect5_bg.png');
    padding: 60px 0;
    cursor: pointer;
  }

  #sect5 .textbox {
    text-align: center;
  }

  #sect5 .textbox > p {
    color: #fff;
  }

  #sect5 .textbox > p > span {
    color: #fff;
  }


  #sect5 .content figure {
    text-align: center ;
  }


/* sect8 ----------------------- */

  #sect8 .kakao-banner {
    width: 100%;
    font-family: 'NanumGothic';
    background-color: #2DB400;
    align-items: center;
  }

  #sect8 .kakao-banner p {
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
    padding: 5px;
  }

  #sect8 .kakao-banner p span {
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
  }

  #sect8 .kakao-banner svg {
    fill: #2DB400;
    width: 2.1em;
  }

  #sect8 .kakao-banner .search_box {
    width: 600px;
    height: 60px;
    background: #fff;
    border: 1px solid #fff;
    display: flex;
    border-radius: 25px;
    margin-left: 30px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
  }

  #sect8 .kakao-banner .search_box #search_box-text {
    color: #000;
    font-weight: bold;
    width: 60%;
    text-align: center;
  }

  #sect8 .kakao-banner .search_box i {
    color: gray;
    font-size: 25px;
  }

  #sect8 .kakao-banner #search-icon {
    color: #2DB400;
  }

/* sect9 ----------------------- */


  #sect9{
    margin: auto;
    text-align: center;
  }

  #sect9 .subcopy{
    color: #767676;
  }

  #sect9 #sect9_info {
    text-align: left;
  }

  #sect9 #sect9_info .sect9_box {
    margin-bottom: 15px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
  }

  #sect9 #sect9_info .sect9_box:first-child {
    padding-top: 0;
    border-top: none;
  }

  #sect9 #sect9_info .sect9_text-title {
    font-weight: bold;
  }

  #sect9 #sect9_info p {
    width: 100%;
    margin: 0;
  }

  #sect9 #sect9_info span {
    font-weight: 200;
    font-size: 14px;
    margin: 15px 0;
  }

  #sect9 #sect9_info .flex-wrap {
    margin-top: 10px;
  }
  #sect9 #sect9_info .flex-wrap > p {
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  #sect9 #sect9_info .flex-wrap > span {
    width:100%;
    font-size: 17px;
    color: #2bb7c2; 
  }

  #sect9 #sect9_info .flex-wrap .adress_box {
    width:120px;
    height: 35px;
    text-align: center;
    background-color: #2bb7c2;
    border-radius: 5px;
    color:#fff;
    margin-right: 20px;
    line-height: 35px;
    font-weight: bold;
  }

  /* footer ----------------------- */

  footer {
    letter-spacing: 1px;
    background-color: #282828;
    padding: 2.375rem 0;
  }

  .wrapper-info a {
    color: #fff;
    font-size: 16px;
  }

  footer .wrapper-footer-info {
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .wrapper-footer-info .wrapper-info {
    display: flex;
    flex-wrap: wrap;
  }

  footer .wrapper-footer-info .wrapper-info a img {
    width: 100%;
  }

  footer .wrapper-footer-info .wrapper-info .info-non-payment {
    font-family: "Spoqa Han Sans Neo";
    font-size: 0.875rem;
    letter-spacing: -0.48px;
    color: #fff;
    display: inline-block;
    padding-bottom: 1.375rem;
    text-decoration: underline;
  }
  footer .wrapper-footer-info .wrapper-info .info-policy {
    font-family: "Spoqa Han Sans Neo";
    letter-spacing: -0.48px;
    color: #8a8a8a;
    display: inline-block;
  }
  footer .wrapper-footer-info .wrapper-info .info-title {
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
    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-weight: 300;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    padding-top: 1rem;
    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.5rem;
    padding-left: 1rem;
  }
  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: 100%;
    margin: auto;
  }
  footer .content {
    width: 100%;
    margin: auto;
  }



/* pc ---------------------------------------------------------------------- */

@media (min-width: 601px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }

  .title {
    font-size: 40px;
    line-height: 52px;
  }

  .title2 {
    font-size: 60px;
    line-height: 52px;
  }

  .subcopy {
    font-size: 1.2rem;
    margin-bottom: 14px;
  }
  

  body{
    width: 100%;
    min-width: 1180px;
  }

  .sub_title {
    margin: 15px 0 50px;
  }



  /* header ---------------------- */

  header .wrap {
    padding: 0;
    align-items: center;
  }

  header h1 a {
    display: block;
  }

  header h1 a img{
    vertical-align: middle;
  }

  .wrap {
    width: 1180px;
    margin: auto;
    font-weight: 500;
  }

  header .gnb{
    padding: 20px 0;
    margin: 0;
  }

  header .gnb li {
    display: inline-block;
    margin-left: 20px;
  }

  header .gnb li a {
    font-size: 17px;
    display: block;
    padding: 10px;
    /* transition: .2s; */
    font-weight: 600;
  }

  header .gnb li:hover a {
    /* font-weight: 700; */
    color: #008ad9;
    transition: 0.3s;
  }

  /* sect1 -------------------*/

  #sect1 .textbox .subcopy {
    opacity: .7;
    color: #fff;
    font-weight: 200;
    margin-left: 2px;
    line-height: 32px;
    font-size: 20px;
  }

    #sect1 .textbox .subcopy span{
      color: #fff;
      font-weight: 600;
      letter-spacing: 10px;
      font-size: 12px;
    }


  #sect1 {
	  background-image: url("../img/sect1_bg.png");
    height: 800px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #sect1 .textbox {
    position: absolute;
    width: 420px;
    height: 370px;
    top: 250px;
    right: 280px;
    text-align: center;
    padding:50px 10px 20px 10px;
    background-color: #282828;
    opacity: 0.8;
  }

  #sect1 .textbox .title {
    color: #FFF;
    font-weight: 500;
    font-size: 45px;
    letter-spacing: -3px;
    margin-bottom: 24px;
  }

  #sect1 .titletag{
    font-size: 15px;
    margin: 5px 0;
    font-weight: 100;
    color: #fff;
  }
  #title-schedule {
    display: inline-flex;
    flex-wrap: wrap;
    width:80%;
    height: 100px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
  }
  #title-schedule > p {
    width: 100%;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
	letter-spacing: -1px;
  }
  #title-schedule > p:nth-child(1), #title-schedule > p:nth-child(2) {
    margin-top: 15px;
  }

  /* --------------------------- */

  .text1 {
    font-weight: 700;
    font-size: 28px;
    padding: 30px 0 12px;
  }

  .text2 {
    color: #767676;
    line-height: 26px;
    font-size: 18px;
  }

  /* sect2----------------------- */

  #sect2 {
    padding-top: 100px;
  }

  .col-inner .col-inner-img:hover img {
    transform: scale(1.1);
  }

  .col-inner .col-inner-img img {
    width: 370px;
    height: 390px;
    transition: transform .5s ease;
  }

  .col-inner-text {
    padding: 30px 0 0 30px;
  }

  .col-inner-text h4 {
    font-size: 1.563rem;
  }

  .col-inner-text p {
    font-size: 1rem;
  }

  #sect2 .textbox {
    margin: auto;
    width: 1180px;
    text-align: center;
    margin-bottom: 50px;
  }

  .one-col .col-inner, .two-col .col-inner {
    position: relative;
  }


  .one-col, .two-col {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 2;
    top: 0;
  }

  .one-col {
    margin-top: 75px;
  } 

  .two-col {
    margin-bottom: 198px;
  }


/* sect3 ----------------------- */

  #sect3 #sect3_textbox {
    color: #fff;
    width: 1180px;
    text-align: center;
    margin:0 auto;
  }

  #sect3 #sect3_textbox .title {
    font-weight: 700;
  }

  #sect3 #sect3_textbox > img {
    width: 80%;
  }

  #sect3 .flex-wrap {
    width: 570px;
    margin: 20px auto;
  }

  #sect3 .flex-wrap > p {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
  }

  #sect3 .flex-wrap > p span {
    color: #fff;
    font-weight: bold;
  }

  #sect3 .flex-wrap p img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  /* sect4 ----------------------- */
  #sect4 {
    overflow: hidden;
    position: relative;
    padding: 100px 0 0;
  }

  #sect4 .textbox {
    text-align: center;
  }

  #sect4 .subcopy {
    margin-bottom: 12px;
    color: #767676;
  }

  #sect4 .introduce-text {
    margin-top: 100px;
    width: 40%;
    float: left;
  }

  #sect4 #introduce_img {
    width: 60%;
    float: right;
    margin-top: 56px;
  }

  #sect4 #introduce_img img {
    width: 100%;
  }

  #sect4 .intro {
    position: relative;
    font-size: 24px;
    color: #121212;
    margin-bottom: 60px;
    line-height: 40px;
  }
  #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: #2bb7c2;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 2px;
  }

  #sect4 .history {
    margin: 20px 0 40px;
    padding-left: 0;
  }

  #sect4 .history li.strong {
    font-weight: 600;
    color: #121212;
  }

  #sect4 .history li {
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
    color: #767676;
    /* margin-bottom: 8px; */
  }

  #sect4 .introduce-image figure {
    display: inline-block;
    margin-right: 20px;
    /* margin-bottom: 100px; */
  }

  #sect4 .introduce-image figure img {
    display: block;
    width: 100%;
  }

  #sect4 .sect4-bg {
    position: absolute;
    right: -0px;
    top: 36%;
    z-index: -999;
  }

  #name_tag {
    display: none;
  }

   /* sect5 ----- */

  #sect5 .textbox {
    width: 1180px;
    margin: 0 auto;
  }

    /* sect 8 배너 */

    #sect8 .kakao-banner {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }

    /* sect 10 띠배너 ----- */

    #sect10{
      height: 450px;
      padding: 20px 0 0;
      background-image: url("../img/sect10_bg.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    #sect10 .wrap{
      width: 1180px;
      margin: auto;
    }

    #sect10 .sect10_content{
      display: block;
      width: 86%;
    }

      #sect10 .sect10_content img{
        width: 100%;
        display: block;
      }

    #sect10 .textbox{
      padding: 120px 0 60px;
      width: 540px;
    }

    #sect10 .textbox .title{
      text-align: left;
      margin-bottom: 16px;
    }

    #sect10 .textbox .text2{
      text-align: left;
      color: #474747;
      margin-left: 2px;
    }

  /* sect6 ----------------------- */

  #sect6 {
    padding: 100px 0 0 0;
  }

  #sect6 .textbox {
    /*margin-left: 18%;*/
    text-align:center;
    margin-bottom: 60px;
  }

  /* swiper -------------------- */

  .wrap-equipment {
    padding: 3.562rem 0 7.812rem;
  }
  .wrap-equipment .wrapper-equipment {
    display: flex;
    margin-left: 13% !important;
    /*width: 82%;*/
    width: 100%;
    margin:0px auto;
  }
  .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: "Roboto";
  }
  #d-equipment-slides {
    width: 100%;
    position: relative;
    height: 600px;
  }
  #d-equipment-slides .swiper-slide {
    width: 20.625rem;
  }
  #d-equipment-slides .d-img-equipment-slide {
    width: 330px;
    height: 417px;
    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 130px;
    text-align: center;
  }

  #sect7 .subcopy {
    color: #767676;
  }

  #sect7 .textbox {
    margin-bottom: 60px;
  }

  /* slide --------------- */

  #sect7 .swiper {
    width: 1180px;
    height: 700px !important;
    margin-left: auto;
    margin-right: auto;
  }

  #sect7 .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  #sect7 .mySwiper2 {
    min-width: 1180px;
    height: 700px;
    width: 78%;
    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;
  }

  /* sect8 --------------- */

  #sect8 .kakao-banner {
    height: 110px;
  }

  /* sect9 --------------- */

  #sect9{
    padding: 80px 0 110px;
    width: 1180px;
  }

  #sect9 .text .title {
    margin-bottom: 30px;
  }

  #sect9 #map {
    width:600px; 
    height:500px;
  }

  #sect9 #sect9_info {
    width: 42%;
  }

  #sect9 #sect9_info p > img {
    width: 40px;
    height: 40px;
  }

  #sect9 #sect9_info .sect9_box {
    margin-bottom: 35px;
    padding-top: 25px;
  }

  #sect9 #sect9_info .sect9_subtext {
    line-height: 20px;
  }

  /* #sect9 #sect9_info .sect9_subtext:nth-child(5) {
    margin-top: -10px;
  } */

  #sect9 #sect9_info p > span {
    color: #2bb7c2; 
    margin-right:5px;
    font-size:24px;
  }

  #sect9 #sect9_info .flex-wrap > p {
    width: 71%;
  }

  /* footer */
  footer .wrapper-footer-info .wrapper-info a {
    width: 20%;
    margin-right: 40px;
  }

  footer .wrap-footer .wrapper-footer-info .info-policy {
    font-size: 0.875rem;
  }

  footer .wrapper-footer-info .wrapper-info .info-title {
    font-size: 14px;
  }

  footer .wrapper-footer-info .wrapper-info .copyright,
  footer .wrapper-footer-info .wrapper-info .designed {
    font-size: 0.875rem;
  }

}
