* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: #121212;
  font-family: "Pretendard";
  letter-spacing: -0.8px;
  scroll-behavior: smooth;
}

/* #sect6 .swiper,
#sect7 .swiper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */

::-moz-selection {
  background: #008ad9;
  color: #fff;
}
::selection {
  background: #008ad9;
  color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}

header {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

/* 공통속성 */
.title {
  font-weight: 300;
  letter-spacing: -2px;
}

.subcopy {
  font-size: 17px;
  margin-bottom: 12px;
}

span {
  font-weight: 700;
}

#sect6 .subcopy {
  color: #767676;
}

/* sect1 --------------- */

#sect1 .textbox p {
  color: #fff;
}

#sect1 .textbox .title span {
  font-weight: 700;
  color: #121212;
}

#sect1 .textbox .subcopy {
  font-weight: 300;
  color: #121212;
  margin-left: 2px;
  line-height: 26px;
  font-size: 18px;
}

.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: 32px;
    line-height: 42px;
  }

  .text1 {
    font-weight: 700;
    font-size: 24px;
    padding: 30px 0 12px;
  }

  .text2 {
    color: #767676;
    line-height: 26px;
    font-size: 18px;
  }

  body{
    width: 100%;
  }

  /* quickmenu ---------------*/

  #m-quickmenu{
    transition: .5s;
    text-align: right;
    z-index: 9990;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }

  #m-quickmenu .menu-list li{
    vertical-align: middle;
    height: 60px;
    margin-bottom: 16px;
  }

  #m-quickmenu .menu-list li a{
    display: block;
    height: 60px;
  }

  #m-quickmenu .menu-list li a>*{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
  }

  #m-quickmenu .menu-list li img{
    width: 60px;
    margin-left: 10px;
  }

  #m-quickmenu .top-btn{
    transition: .5s;
    /* transform: rotate(0); */
    margin-left: 92px;
    position: relative;
    width: 60px;
    height: 60px;
    background: #002850 ;
    display: block;
    border-radius: 50px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.30);
  }

  #m-quickmenu .top-btn img{
    display: block;
    padding: 10px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .box-shadow{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9980;
    transition: .2s;
  }

  .menu-list{
    display: none;
  }

  .box-shadow.open{
    display: block;
    transition: .2s;
  }

  .top-btn.on{
    transition: .5s;
    transform: rotate(135deg);
  }

  .menu-list.open{
    display: block;
  }


  /* 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: 180px;
    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: 30px 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: 80px;
    background-image: url(./img/m_sect1_bg.png);
    height: 720px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
  }

  #sect1 .textbox {
    /*padding-top: 70px;
     margin-left: 20px; */
    text-align: center;
    position:absolute;
    left:50%;
    top:50%;
    width: 100%;
    transform: translate(-50%,-50%);
  }

  #sect1 .textbox .title {
    color: #ffffffbe;
    font-weight: 300;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  #sect1 .textbox .title span{
    color:#fff!important;
  }
  #sect1 .textbox .subcopy{
    color:#ffffffbe!important;
  }

  /* sect2 --------------- */

  #sect2 {
    padding: 80px 0;
    width: calc(100% - 20px);
    margin-left: 20px;
    background-image:url(./img/sect2_m_bg.png);
    background-repeat: no-repeat;
    background-position:-10px 650px;
    background-size: 45%;
  }

  #sect2 .title {
    margin-bottom: 40px;
    text-align: center;
  }

  #sect2 .subcopy {
    margin-left: 2px;
    text-align: center;
 
    color: #767676;
  }

  .subcopy{
   color: #767676;
  }

  #sect2 .special-box {
    text-align: left;
    width: 100%;
  }

  /* swiper -------------------- */
  #sect2 .swiper {
    width: 100%;
    height: 100%;
  }

  #sect2 .swiper-wrapper {
    padding-bottom: 80px;
  }

  #sect2 .swiper-slide {
    width: 80%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #sect2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-scrollbar-drag {
    background: #000 !important;
  }

  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-left: -8px !important;
  }

  /* --------------------------- */

  /* sect3 ------------------- */

  #sect3 {
    text-align: center;
    background: url(./img/m_sect3_bg.png);
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #sect3 .textbox {
    margin-bottom: 60px;
  }

  #sect3 .subcopy {
    font-weight: 200;
    color: rgba(255, 255, 255, 0.8);
  }

  #sect3 p {
    color: #fff;
  }

  #sect3 span {
    color: #fff;
  }

  #sect3 .content img {
    width: 80%;
    margin: auto;
  }

  /* sect4 ---------------------- */

  #sect4 {
    padding: 120px 0 0;
  }

  #sect4 .textbox {
    text-align: center;
    margin-bottom: 40px;
  }

  #sect4 img {
    width: 100%;
   
  }

  #sect4 .history {
    width: calc(100% - 60px);
    padding: 40px 30px;
    background: #24598F;
  }

  #sect4 .history li {
    padding: 5px 0;
    color: #fff;
    font-weight: 300;
    font-size:16px;
    line-height:1.5;
  }

  #sect4 .history li.strong {
    font-weight: 700;
    font-size: 20px;
  }

  /* sect5 -------------------- */
  #sect5 {
    padding: 100px 0px;
    /* margin:0 auto; */
    background-color: #F8F8FA;
  }

  #sect5 .textbox {
    text-align: center;
    margin-bottom: 60px;
  }

  #sect5 .subcopy {
    color: #767676;
  }
  #sect5 .text1{
    font-size:20px;
    color:#121212;
  }
#sect5 .text2{
  color:#393939;
  font-size:16px;
  line-height:23px;
}
#sect5 .text1{
  padding:25px 0 10px;
}
  #sect5 figure {
    position: relative;
  }

  #sect5 figcaption {
    position: absolute;
    left: 30px;
    top: 10px;
  }

  #sect5 .subjecwrap {
    /* width: calc(100% - 40px); */
    margin: 0 auto;
    width:90%;
    
    /* display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; */
  }

  #sect5 .subjecwrap li {
    /* width: calc(50% - 10px); */
    width: 100%;
    margin-bottom:20px;
  }

  #sect5 .subjecwrap li img {
    width: 100%;
  }
  /* 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: 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;
    opacity: 0.5;
    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;
    opacity: 0.5;
  }

  #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;
  }

  #sect6 .swiper-slide.empty {
    width: 40px;
  }

  /* sect7 ----------------------------------- */

  #sect7 {
    padding: 80px 0;
  }

  #sect7 .textbox {
    text-align: center;
    margin-bottom: 40px;
  }

  #sect7 .subcopy {
    color: #767676;
  }

  /* slide --------------- */

  #sect7 .swiper {
    width: 100%;
    height: 300px !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: 100px !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: 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 ----------------------- */

  #sect9{
    padding-bottom: 40px;
    /* background-color:#F9FAF8; */
  }
  #sect9 .textbox{
    text-align: center;
   padding-top:80px;
    margin-bottom:50px;
  }
  #sect9 .wrapping-time {
    padding: 20px;
    
  }
  #sect9 .timeimg img{
    width: 100%;
  }
  #sect9 .list-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #626262;
    padding: 10px 0;
    color:#131313;
  }
  #sect9 .list-address .call_icon{
    display:inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
  }
  .list-direction {
    margin-bottom: 20px;
  }
  #sect9 .call_icon{
    display:flex;
    align-items: center;
    font-size: 25px;

  }
  #sect9 .subway{
    font-size:17px;
   margin: 10px 0;
    font-weight:300;
  }
  #sect9 .subway2{
    font-size:17px;

    font-weight:300;
  }
  #sect9 .subway>span{
    font-weight: normal;
    background-color:#263C96;
    color:#fff;
    padding:3px 10px;
    border-radius: 20px;
    font-weight:300;

  }
  #sect9 .list-time>img{
    width:100%;
    margin-top:15px;
  
  }
  #sect9 .list-address {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
    line-height: 1.5;
  }

#sect9 .list-content{
  font-size:21px;
  margin: 20px 0 10px;
  font-weight:700;
}
  #sect9 .list-content li > * {
    display: inline-block;
    vertical-align: top;
  }

  #sect9 .list-content li {
    padding: 6px 0;
  }

  #sect9 .list-content li span {
    width: 56px;
  }
#sect9 .list-time>img{
  width: 100%;
}
  #sect9 .wrapping-time-table {
    padding: 6px;
    font-size: 20px;
    margin: 10px 0;
  }

  #sect9 .time-table {
    margin-bottom: 20px;
  }

  .table-blue-bg {
    background: #008ad9;
    color: #626262;
  }

  .table-blue-bg > * {
    color: #626262;
  }

  .space-monday span {
    color: #626262;
  }

  .space-monday span,
  .table-blue-bg .text-bold {
    color: #fff;
  }

  .text-time-info {
    color: #767676;
    margin: 6px;
    letter-spacing: 1px;
    font-weight:300;
  }

  .space-week {
    letter-spacing: 1.5px;
  }

  .space-monday {
    letter-spacing: 4px;
    position: relative;
  }

  .space-monday::after {
    content: "(야간진료)";
    letter-spacing: 0;
    position: absolute;
    width: 80px;
    left: 50px;
    color: #ffea00;
    font-weight: 500;
  }

  .space-sat {
    letter-spacing: 18.8px;
  }

  .space-lunch {
    letter-spacing: 7px;
  }

  .table-time {
    letter-spacing: 3px;
  }
.letter{
  letter-spacing: 0.2px;
}
  .text-white {
    letter-spacing: 1px;
  }

  .text-white .text-bold {
    letter-spacing: 0.7px;
    font-weight:600;
  }
.table-time .text-bold{
  font-weight:700;
}


  /* footer ------------------- */

  footer {
    background: #121212;
    padding: 1.562rem 0 1.656rem;
  }

  .info-non-payment a, .info-policy a{
    color: #ccc;
  }

  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 #616161;
  }
  footer .wrap-footer .wrapper-footer-logo .footer-logo-box {
    width: 100%;
    max-width: 160px;
    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: #ccc;
    display: inline-block;
    text-decoration: underline;
    padding-bottom: 0.968rem;
  }
  footer .wrap-footer .wrapper-footer-info .info-policy {
    font-family: "Spoqa Han Sans Neo";
    font-size: 0.875rem;
    letter-spacing: -1.12px;
    color: #8a8a8a;
    display: inline-block;
    text-decoration: underline;
    padding-left: 0.937rem;
  }
  footer .wrap-footer .wrapper-footer-info .info-title {
    font-family: "Spoqa Han Sans Neo";
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: -0.96px;
    color: #ccc;
    opacity: 0.8;
  }
  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.187rem;
    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: 0.75rem;
    line-height: 1.25;
    color: #888;
    opacity: 0.8;
  }


  /* 팝업 */
  .popup {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #ececec;
  }
  .first-popup { z-index: 100; }
  .second-popup { top: 137px; z-index: 200; }
  .third-popup { top: 174px; z-index: 300; }
  .popup img { display: block; width: 100%; }
  .popup .popup-action {
    box-sizing: border-box;
    padding: 10px;
    text-align: right;
    border-top: 1px solid #ececec;
    background-color: #333;
    display: flex;
    justify-content: space-between;
  }
  .popup .popup-action a:link,
  .popup .popup-action a:visited,
  .popup .popup-action a:hover { color: #fff; }
  /* -end- 팝업 */
}

/* pc ---------------------------------------------------------------------- */

@media (min-width: 601px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }

  .title {
    font-size: 40px;
    line-height: 52px;
  }

  body{
    width: 100%;
    min-width: 1180px;
  }

  /* -start- quickmenu */
  /* #quickmenu {
    position: fixed;
    right: 40px;
    bottom: 30px;
    width: 64px;
    min-height: 100px;
    background: transparent;
    z-index: 100;
  }

  #quickmenu .menu-list {
    border-radius: 40px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    margin-bottom: 10px;
    margin: auto;
  }

  #quickmenu .menu-list li {
    padding: 4px 0;
  }

  #quickmenu .menu-list li a {
    display: block;
    height: 40px;
    width: 40px;
    margin: auto;
  }

  #quickmenu .menu-list li a img {
    width: 100%;
  }

  #quickmenu .menu-list .menu-line hr {
    margin: auto;
    width: 32px;
    border: 1px solid #fff;
  }
  #quickmenu .menu-list .d-quick-icon {
    width: 40px;
    display: block;
    margin: 0 auto;
  }

  #quickmenu .top-btn {
    display: block;
    background-color: #008ad9;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    width: 64px;
    padding: 10px 0 10px;
    margin-top: 12px;
  }

  #quickmenu .top-btn p {
    color: #fff;
    letter-spacing: 0.5px;
  } */

  /* -end- quickmenu */
/* -start- quickmenu */
#quickmenu {
  position: fixed;
  right: 0px;
  top: 50%;
  width: 100px;
  min-height: 100px;
  background: transparent;
  z-index: 100;
  transform: translateY(-50%);
}

#quickmenu .menu-list {
  /* padding: 10px 0; */
  /* margin-bottom: 10px; */
  margin: auto;
}



#quickmenu .menu-list li a {
  display: block;
  height: 100px;
  width: 100px;
  margin: auto;
  text-align: center;
  letter-spacing: 0px;
}

#quickmenu .menu-list li a img {
  width: 62%;
  padding-top: 4px;
}

#quickmenu .menu-list .d-quick-icon {
  width: 40px;
  display: block;
  margin: 0 auto;
}

  #quickmenu .menu-phone{
    color: #fff;
    background: #26A1FF;
  }
  #quickmenu .menu-phone a{
    color:#fff;
  }
  #quickmenu .menu-location {
    color: #fff;
    background: #085CD2;
  }
  #quickmenu .menu-location a{
    color:#fff;
  }
  #quickmenu .menu-kakao{
    
    background: #FBE300;
  }
  #quickmenu .menu-kakao a{
    color: #121212;
  }
  #quickmenu .menu-reserve{
    color: #fff;
    background: #32B44A;
  }
  #quickmenu .menu-reserve a{
    color:#fff;
  }
  /* #quickmenu .menu-ddocdoc{
    color: #121212;
    background: #FEE215;
  } */
  #quickmenu .menu-blog{
    border: 4px solid #32B44A;
    color: #121212;
    background: #fff;
    width: 92px;
    height: 92px;
  }

    #quickmenu .menu-blog a{
      width: 92px !important;
      height: 92px !important;
    }

#quickmenu .top-btn {
  width: 100px;
  display: block;
  background-color: #002850;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 11px 0;
}

#quickmenu .top-btn p {
  color: #fff;
  letter-spacing: 0.5px;
  
}
#quickmenu .top-btn img{
  margin-right:5px;
}

/* -end- quickmenu */


  /* header ---------------------- */

  header .wrap {
    padding: 16px 0;
    align-items: center;
  }

  header h1 a {
    display: block;
    height: 50px;
  }

  .wrap {
    width: 1180px;
    margin: auto;
    font-weight: 500;
  }

  header .gnb li {
    display: inline-block;
    margin-left: 40px;
  }

  header .gnb li a {
    font-size: 18px;
    display: block;
    padding: 10px;
    /* transition: .2s; */
  }

  header .gnb li:hover a {
    font-weight: 700;
    color: #002850;
    transition: 0.3s;
  }

  /* sect1 -------------------*/

  #sect1 {
    margin-top: 82px;
    background-image: url(./img/sect1_bg.jpg);
    height: 800px;
  }

  #sect1 .textbox {
    padding-top: 200px;
    text-align:center;
  }

  #sect1 .textbox .title {
    color:#ffffffbe!important;

    font-weight: 300;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
#sect1 .title span{
  color:#fff!important;
}
#sect1 .subcopy{
  color:#ffffffbe!important;
}

  /* sect2 ------------------- */
  #sect2 {
    padding: 120px 0 160px;
    background-image: url(./img/sect2_bg.png);
    background-repeat:no-repeat;
    background-position:45px 387px;
  }

  #sect2 .flex {
    margin-left: 19%;
    gap: 100px;
  }

  #sect2 .textbox {
    width: 480px;
  }

  #sect2 .special-box {
    text-align: left;
    width: 480px;
  }

  #sect2 .textbox .subcopy {
    margin-bottom: 12px;
    margin-left: 2px;
    color: #121212;
  }

  /* swiper -------------------- */
  #sect2 .swiper {
    width: 100%;
    height: 100%;
  }

  #sect2 .swiper-wrapper {
    padding-bottom: 80px;
  }

  #sect2 .swiper-slide {
    width: 480px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #sect2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-scrollbar-drag {
    background: #000 !important;
  }

  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-left: -8px !important;
  }

  /* --------------------------- */

  .text1 {
    font-weight: 700;
    font-size: 24px;
    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 .textbox {
    margin-bottom: 120px;
  }

  #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-bottom: 12px;
  }

  /* sect4 ----------------------- */
  /* sect4 ----------------------- */
  #sect4 {
    overflow: hidden;
    position: relative;
    padding-top: 140px  ;
  }
  #sect4 .intro:before{
    left:-78px;
    top:-43px;
    position:absolute;
    content:url(./img/introduce_bg.png);
    width: 80px;
    height: 80px;
  }
 
  #sect4 .textbox {
    text-align: center;
    margin-bottom: 60px;
  }

  #sect4 .subcopy {
    margin-bottom: 12px;
    color: #121212;
  }

  #sect4 .introduce-text {
    margin-top: 60px;
    width: 56%;
  }

  #sect4 .introduce-img {
    width: 55%;
  }

  #sect4 .introduce-img figure {
    width: 100%;
  }

  #sect4 .introduce-img figure img {
    width: 100%;
    height: 100%;
    display: block;
  }

  #sect4 .intro {
    font-size: 30px;
    color: #484848;
    margin-bottom: 30px;
    line-height:1.5;
    position:relative;
  }
#sect4 .intro >span{
  color:#121212;
}
  #sect4 .name {
    font-size: 40px;
    margin-bottom: 10px;
  }

  #sect4 .sub {
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: 2px;
    padding-bottom:30px;
    color:#333;
    border-bottom:1px solid #a2a2a2;
  }

  #sect4 .history {
    margin-bottom: 60px;
    display:flex;
  }

  #sect4 .history > li {
    display: inline-block;
    vertical-align: top;
  }

  #sect4 .history ul li {
    margin-right: 20px;
    padding: 8px 0;
    font-weight: 400;
    font-size: 18px;
    color: #767676;
  }

  #sect4 .introduce-image figure {
    display: inline-block;
    margin-right: 20px;
  }

  #sect4 .introduce-image figure img {
    display: block;
    width: 100%;
  }
/* 
  #sect4 .sect4-bg {
    position: absolute;
    left: -20%;
    top: 20%;
    z-index: -999;
    transform:rotate(90deg);
    
  }
  #sect4 .sect4-bg2 {
    position: absolute;
    right: -30%;
    top: 60%;
    z-index: -999;
    transform:rotate(90deg);
  } */

  #sect4 .sect4-bg {
    position: absolute;
   right:30px;
    top: 30%;
    z-index: -999;
  }

  
  /* sect5 ----------------------- */
  #sect5 {
    padding: 140px 0;
   background-color: #F8F8FA;
    width: 100%;
    text-align: center;
  }

  #sect5 .subcopy {
    color: #767676;
  }

  #sect5 .textbox {
    margin-bottom: 60px;
  }

  #sect5 .subjecwrap >ul{
    width: 1040px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom:20px;
    justify-content: center;
  }

  #sect5 .subjecwrap li {
    width: 31.5%;
  }
#sect5 .color{
  color:#fff!important;
}
#sect5 .color2{
  color:rgba(255, 255, 255, 0.8)!important;
}
 
  #sect5 .subjecwrap figure {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    transition: 0.5s;
  }

  #sect5 .subjecwrap figure:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  }

  #sect5 .subjecwrap figure figcaption {
    text-align: left;
    position: absolute;
    left: 30px;
    top: 8px;
  }

  #sect5 .subjecwrap figure img {
    transition: 0.2s;
    width: 100%;
    height: 100%;
    display: block;
  }
 

  /* 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: "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: 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;
    /* opacity: 0.5; */
    margin: 20px 0 8px;
  }
  #d-equipment-slides .text-equipment-content {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: -0.72px;
    color: #767676;
    /* opacity: 0.5; */
  }

  #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 .textbox{
  text-align: center;
  margin:80px;
}
  #sect9 .map {
    margin-bottom: 60px;
  }
  
  #secgt9 .map iframe{
    width: 100%;
  }
  #sect9 .navermap{
    width: 56%;
  }
  .wrap_controllers {
    display: none;
  }
  #sect9 .subway{
    font-size:18px;
   margin:5px 0;
    font-weight:300;
  }
  #sect9 .call_icon{
   display:flex;
   align-items:center;
   font-size:25px;
  }
  #sect9 .subway>span{
    font-weight: normal;
    background-color:#263C96 ;
    color:#fff;
    padding:2px 8px;
    border-radius: 20px;
    font-weight:300;

  }
  #sect9 .subway2{
    font-size:18px;
   margin:5px 0;
    font-weight:300;
  }
  .root_daum_roughmap .wrap_map {
    height: 792px !important;
  }

  .wrap-location-time .desktop {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    line-height: 1.33;
    width: 100%;
  }
  .wrap-location-time .wrapping-loction {
    width: 52%;
    background-color: #7a7a7a;
    height: 800px;
    box-sizing: border-box;
  }
  .wrap-location-time .wrapping-time {
    width: 48%;
    padding: 3rem 5rem 8rem;
    /* background-color: #e9f2f7; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    height: 800px;
  }
  .wrap-location-time .wrapping-time .list-direction {
    width: 100%;
    max-width: 460px;
    box-sizing: border-box;
    padding-top: 50px;
    margin-right: 160px;
  }
  .wrap-location-time .wrapping-time .list-direction .list-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: normal;
    color: #121212;
    border-bottom: 1px solid rgba(9, 54, 87, 0.5);
    margin-bottom: 20px;
    line-height: 44px;
  }

  .wrap-location-time .wrapping-time .list-direction .list-address {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: #121212;
    margin-bottom: 10px;
  }
  .wrap-location-time .wrapping-time .list-direction .list-content ul {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: -0.72px;
    color: #121212;
  }

  .wrap-location-time .wrapping-time .list-direction .list-content ul li {
    padding: 8px 0;
  }

  .wrap-location-time .wrapping-time .list-direction .list-content ul li > * {
    display: inline-block;
    vertical-align: top;
  }

  .wrap-location-time .wrapping-time .list-direction .list-content ul li span {
    width: 64px;
  }

  .wrap-location-time .wrapping-time .list-direction .time-table {
    margin-top: 0.6875rem;
    width: 100%;
    margin-bottom: 16px;
  }
  .wrap-location-time .wrapping-time .list-direction .time-table .table-week {
    font-size: 18px;
    letter-spacing: normal;
    color: #121212;
    padding: 0.5rem 0;
    line-height: 20px;
  }
  .wrap-location-time .wrapping-time .list-direction .time-table .table-time {
    font-size: 18px;
    letter-spacing: normal;
    color: #121212;
    text-align: right;
  }
  .wrap-location-time .wrapping-time .list-direction .time-table .space-week {
    letter-spacing: 3.8px;
  }
  .wrap-location-time .wrapping-time .list-direction .time-table .space-monday {
    letter-spacing: 28px;
    color: #121212;
  }
  .wrap-location-time .wrapping-time .list-direction .time-table .space-sat {
    letter-spacing: 28px;
  }
  .wrap-location-time .wrapping-time .list-direction .time-table .space-lunch {
    letter-spacing: 13.8px;
  }

  .text-white .text-bold {
    color: #fff;
  }

  .text-time-yellow {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: #05367B;
    margin-left: -3rem;
  }

  .wrap-location-time .wrapping-time .list-direction .time-table .text-white {
    color: #fff;
  }
  .wrap-location-time .wrapping-time .list-direction .wrapping-time-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wrap-location-time .wrapping-time .list-direction .text-time-info {
    font-size: 1rem;
    line-height: 1.14;
    letter-spacing: -0.28px;
    color: #121212;
    opacity: 0.5;
    padding-bottom: 0.5rem;
  }
  .wrap-location-time .wrapping-time .list-direction .table-blue-bg {
    /* background-color: #05367B; */
    height: 37px;
    margin: 0 -8px;
    padding: 0 8px;
  }
  /* -end- location-time */

  /* footer ----------------------- */

  footer {
    background-color: #121212;
    padding: 2.375rem 0 3.125rem;
  }

  .wrapper-info a {
    color: #ccc;
    font-size: 16px;
  }

  footer .wrapper-footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #616161;
  }
  footer .wrapper-footer-logo .footer-logo-box {
    width: 100%;
    max-width: 309px;
    box-sizing: border-box;
  }
  footer .wrapper-footer-logo .footer-logo-box .d-footer-logo {
    width: 100%;
    display: block;
  }
  footer .call_icon{
    display:inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
  }
  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: "Spoqa Han Sans Neo";
    font-size: 0.875rem;
    letter-spacing: -0.48px;
    color: #ccc;
    display: inline-block;
    padding-bottom: 1.375rem;
    text-decoration: underline;
  }
  footer .wrapper-footer-info .wrapper-info .info-policy {
    font-family: "Spoqa Han Sans Neo";
    font-size: 0.875rem;
    letter-spacing: -0.48px;
    color: #8a8a8a;
    display: inline-block;
    padding-left: 1rem;
    text-decoration: underline;
  }
  footer .wrapper-footer-info .wrapper-info .info-title {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8;
    color: #bdbdbd;
    display: inline-block;
  }
  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: #ccc;
    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.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: 1180px;
    margin: auto;
  }
  footer .content {
    width: 100%;
    margin: auto;
  }
   /* 팝업 */
   .popup {
    display: none;
    position: absolute;
    top: 100px;
    width: 100%;
    max-width: 420px;
    border: 1px solid #ececec;
  }
  .first-popup { left: 20px; z-index: 100; }
  .second-popup { left: 440px; z-index: 200; }
  .third-popup { left: 860px; z-index: 300; }
  .popup img { display: block; width: 100%; }
  .popup .popup-action {
    box-sizing: border-box;
    padding: 10px;
    text-align: right;
    border-top: 1px solid #ececec;
    background-color: #333;
    display: flex;
    justify-content: space-between;
  }
  .popup .popup-action a:link,
  .popup .popup-action a:visited,
  .popup .popup-action a:hover { color: #fff; }
  /* -end- 팝업 */
}
