* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: #121212;
  font-family: "Pretendard", -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  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;
} */
@font-face {
  font-family: 'NotoSerifKR';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
::-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;
}
.font{
  font-family: 'NotoSerifKR', "Nanum Myeongjo", serif;
}
/* 공통속성 */
.title {
  font-weight: 300;
  letter-spacing: -2px;
}

.subcopy {
  font-size: 17px;
  margin-bottom: 12px;
}

span {
  font-weight: 700;
}
span.total{
  font-weight:400;
}
#sect6 .subcopy {
  color: #767676;
}

/* sect1 --------------- */

#sect1 .textbox p {
  color: #121212;
}

#sect1 .textbox .title span {
  font-weight: 700;
  color: #121212;
}

#sect1 .textbox .subcopy {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  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: 18px;
    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: 100px;
  }

  #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: #FDCC00;
    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;
  }

  .main-slides .wrap-main-img { width: 100%;margin-top:65px; }
  .main-slides .wrap-main-img img { width: 100%; display: block; }
  
  
   .wrap-text { font-size: 0.875rem; letter-spacing: 0.175rem; }
   .wrap-text em { font-size: 0.875rem; letter-spacing: 0.175rem; line-height: 2.32; }
   .wrap-text h1 { font-size: 1.75rem; line-height: 1.14; letter-spacing: -0.175rem; padding-bottom: 3.125rem; }
   .main-slides .wrap-text {position: absolute; text-align: left; top: 20%; left: 10%; right: 0; }
   .main-slides .wrap-text em { font-family: 'Roboto'; font-size: 1.25rem; font-weight: bold; letter-spacing: 0.15rem; color: #ccc; padding-bottom: 0.625rem; }
   .main-slides .wrap-text h1 { font-family: 'Noto Sans KR'; font-size: 3.75rem; font-weight: bold; line-height: normal; letter-spacing: normal; color: #e9f2f7; margin: 0; padding-bottom: 1.25rem; }
   /* .main-slides .wrap-text p { font-family: 'Noto Sans KR'; font-size: 1.125rem; line-height: 1.44; letter-spacing: normal; color: #ccc; } */
   .wrap-text .title {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  .wrap-text .title span{
  color:#fff;
}
.wrap-text .subcopy {
  font-weight: 300;
  color: #fff;
  margin-left: 2px;
  line-height: 26px;
  font-size: 18px;
}
  /* sect1 ----------------- */

  #sect1 {
    margin-top: 80px;
    background-image: url(./img/m_sect1_bg.png);
    height: 720px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #sect1 .textbox {
    padding-top: 80px;
    margin-left: 30px;
  }

  #sect1 .textbox .title {
    color: #121212;
    font-weight: 300;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
#sect1 .textbox .title span{
  color:#121212;
}
  /* sect2 --------------- */

  #sect2 {
    padding: 90px 0;
    width: calc(100% - 20px);
    margin-left: 20px;
    background-image:url(./img/sect2_m_bg.png);
    background-repeat: no-repeat;
    background-position:0px 650px;
    background-size: 35%;
  }

  #sect2 .title {
    margin-bottom: 40px;
  }

  #sect2 .subcopy {
    margin-left: 2px;
    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: rgba(85, 91, 71, 0.5) !important;
    border-radius: 999px !important;
  }

  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-left: -8px !important;
  }

  /* --------------------------- */
/* sect10 ------------------- */

#sect10 {
  padding: 120px 0 200px;
  /* background-color: #FFFCF2; */
 background-image:url(./img/m_sect10_bg.png);
  background-repeat:no-repeat;
  background-size: cover; 
}

#sect10 .wrap{
  text-align: left;
  width: calc(100% - 40px);
  margin: auto;
}

#sect10 .textbox {
  text-align: left;
  margin-bottom: 40px;
}

#sect10 .contentwrap{
text-align: left;
flex-wrap: wrap;
display: flex;
}

#sect10 .content{
    /* border-radius: 0 30px 0 30px; */
    /* padding: 24px 20px 50px; */
    width: 100%;
    /* max-height: 200px; */
  }

#sect10 .text1{
  line-height: 24px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 4px;
    }

  #sect10 .text2{
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
  }

  #sect10 .text3{
    font-size: 15px;
    color: #767676;
    line-height: 24px;
  }
#sect10 .wrap-interior-text{
  margin-top:50px;
}
#sect10 .wrap-interior-text h1{
  font-size:24px;
  font-weight:400;
}
#sect10 .wrap-interior-text p{
  margin-top:10px;
}
#sect10 .subcopy3{
  margin:50px 0;
  font-size:18px;
}
#sect10 .content img{
  width: 100%;
}
/* #sect10 .content:nth-child(1){
  background: url('./img/m_sect6_content1.png');
  background-size: cover;
}

#sect10 .content:nth-child(2){
  background: url('./img/m_sect6_content2.png');
  background-size: cover;
}

#sect10 .content:nth-child(3){
  background: url('./img/m_sect6_content3.png');
  background-size: cover;
} */


  /* 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 .textbox2 .subcopy{
 margin-top:70px;
 line-height:1.5;
 
}
  #sect3 .subcopy {
    font-weight: 200;
    color: #121212;
  }
  #sect3 span.ps{
    color:rgba(255, 255, 255, 0.8);
    font-weight:200;
    font-size:14px;
  }
  #sect3 .subcopy2{
    font-size:25px;
    color:#fff;
    font-weight:400;
    margin-top:50px;
  }
  #sect3 p {
    color: #121212;
  }

  #sect3 span {
    color: #121212;
  }

  #sect3 .content img {
    width: 80%;
    margin: auto;
  }

  /* sect4 ---------------------- */

  #sect4 {
    padding: 90px 0 0;
  }

  #sect4 .textbox {
    text-align: center;
    margin-bottom: 40px;
  }

  #sect4 img {
    width: 100%;
  }

  #sect4 .history {
    width: calc(100% - 60px);
    padding: 40px 30px;
    background: #D6A38A;
  }
  #sect4 .history2 {
    width: calc(100% - 60px);
    padding:0 30px 40px ;
    background: #D6A38A;
  }
  #sect4 .history2 li {
    padding: 10px 0;
    color: #fff;
    font-weight: 300;
  }
  #sect4 .history li {
    padding: 10px 0;
    color: #fff;
    font-weight: 300;
  }

  #sect4 .history li.strong {
    font-weight: 700;
    font-size: 20px;
  }

  /* sect5 -------------------- */
  #sect5 {
    padding: 100px 0;
    background: #f8f8fa;
  }

  #sect5 .textbox {
    text-align: center;
    margin-bottom: 60px;
  }

  #sect5 .subcopy {
    color: #767676;
  }

  #sect5 figure {
    position: relative;
  }

  #sect5 figcaption {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }

  #sect5 .subjecwrap {
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  #sect5 .subjecwrap li {
    width: calc(50% - 10px);
  }

  #sect5 .subjecwrap li img {
    width: 100%;
  }



  /* sect6 ------------------- */

  #sect6 {
    padding: 90px 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: 22px;
    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: 90px 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 ----------------------- */

  /* -start- location-time */

  #sect9{
    padding-bottom: 40px;
    background-color:#FFFCF2;
  }

  #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 #121212;
    padding: 10px 0;
    color:#121212;
  }

  .list-direction {
    margin-bottom: 20px;
  }

  #sect9 .list-address {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 10px;
  }
#sect9 .list-address>img{
  width:100%;
}
  #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 .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: 6px;
  }

  .space-week {
    letter-spacing: 53px;
  }

  .space-monday {
    letter-spacing: 24px;
    position: relative;
  }

  .space-monday::after {
    content: "(야간진료)";
    letter-spacing: 0;
    position: absolute;
    width: 80px;
    left: 90px;
    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 .map {
    margin-bottom: 60px;
  }
  
  #secgt9 .map iframe{
    width: 100%;
  }
  #sect9 .navermap{
    width: 100%;
  }

/* sect15  ------------------------------------- */
#sect15 {
  padding: 90px 0 50px;
  background-color: #FFF;
  
}
#sect15 .content img{
  width: 90%;
  text-align: center;
  display:block;
  margin:0 auto;
}
#sect15 .content{
 
  width: 100%;
  /* margin:0 auto; */
 margin:50px 0;
}
  /* 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: #3B1E1E;
    background: #FDCC00;
  }
  #quickmenu .menu-phone a{
    color:#3B1E1E;
  }
  #quickmenu .menu-location {
    color: #fff;
    background: #595250;
  }
  #quickmenu .menu-location a{
    color:#fff;
  }
  #quickmenu .menu-kakao{
    
    background: #FBE300;
  }
  #quickmenu .menu-kakao a{
    color: #3B1E1E;
  }
  #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;
      color:#121212;
    }

#quickmenu .top-btn {
  width: 100px;
  display: block;
  background-color:#595250;
  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: 25px;
  }

  header .gnb li a {
    font-size: 18px;
    display: block;
    padding: 10px;
    /* transition: .2s; */
  }

  header .gnb li:hover a {
    font-weight: 700;
    color: #FDCC00;
    transition: 0.3s;
  }
  .main-slides .wrap-main-img { width: 100%;margin-top:75px; }
  .main-slides .wrap-main-img img { width: 100%; display: block; }
  .main-slides { position: relative; flex: 0 0 auto;  }
  .main-slides .img-swiper-slide { width: 100%; }
  .main-slides .img-swiper-slide img { width: 100%; }
  .main-slides .wrap-text {position: absolute; text-align: left; top: 40%; left: 20%; right: 0; }
  .main-slides .wrap-text em { font-family: 'Roboto'; font-size: 1.25rem; font-weight: bold; letter-spacing: 0.15rem; color: #ccc; padding-bottom: 0.625rem; }
  .main-slides .wrap-text h1 { font-family: 'Noto Sans KR'; font-size: 3.75rem; font-weight: bold; line-height: normal; letter-spacing: normal; color: #e9f2f7; margin: 0; padding-bottom: 1.25rem; }
  /* .main-slides .wrap-text p { font-family: 'Noto Sans KR'; font-size: 1.125rem; line-height: 1.44; letter-spacing: normal; color: #ccc; } */
  .wrap-text .title {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  } 
  .wrap-text .title span{
  color:#fff;
}
.wrap-text .subcopy {
  font-weight: 300;
  color: #fff;
  margin-left: 2px;
  line-height: 26px;
  font-size: 18px;
}
  /* sect1 -------------------*/

  #sect1 {
    margin-top: 82px;
    background-image: url(./img/sect1_bg.png);
    height: 800px;
  }

  #sect1 .textbox {
    padding-top: 240px;
  }

  #sect1 .textbox .title {
    color: #121212;
    font-weight: 300;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
#sect1 .textbox .title span{
  color:#121212;
}
#sect1 .textbox .subcopy{
  color:rgba(0, 0, 0, 0.8);
}
  /* sect2 ------------------- */
  #sect2 {
    padding: 140px 0 140px;
    background-image: url(./img/sect2_bg.png);
    background-repeat:no-repeat;
    background-position:0px 400px;
  }

  #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: rgba(85, 91, 71, 0.5) !important;
    border-radius: 999px !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;
  }


 /* sect10 ----------------------- */

 #sect10 {
  padding: 140px 0;
  /* background-color: #FFFCF2; */
   background-image: url(./img/sect10_bg.png);
  background-repeat: no-repeat;
  background-size: cover; 
}


#sect10 .textbox {
  text-align: left;
  margin: auto;
  margin-bottom: 60px;
}

  #sect10 .contentwrap{
      text-align: left;
    margin: auto;
    /* gap:30px; */
  }

  #sect10 .content{
    /* border-radius: 40px 0 40px 0; */
    
    /* padding: 20px 30px 34vh; */
    /* padding: 20px 30px; */

    width: 25%;
  }

    #sect10 .text1{
      letter-spacing: 0;
      font-weight: 300;
      font-size: 20px;
      margin-bottom: 4px;
    }

    #sect10 .text2{
      font-size: 28px;
      font-weight: 400;
      color: #333;
      margin-bottom: 20px;
    }

    #sect10 .text3{
      font-size: 16px;
      color: #767676;
      line-height: 26px;
    }
    #sect10 .subcopy3{
      margin:250px 0 0;
      font-size:20px;
    }

/* #sect10 .content:nth-child(1){
  background: url('./img/sect10_content1.png');
  background-size: cover;
}

#sect10 .content:nth-child(2){
  background: url('./img/sect10_content2.png');
  background-size: cover;
}

#sect10 .content:nth-child(3){
  background: url('./img/sect10_content3.png');
  background-size: cover;
} */


  /* sect3 ----------------------- */
  #sect3 {
    padding: 120px 0 100px;
    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: #121212;
  }
#sect3 .subcopy2{
  font-size:30px;
  color:#fff;
  font-weight:400;
  margin-top:50px;
}
  #sect3 .textbox .subcopy {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    line-height: 26px;
    margin-bottom: 12px;
  }
 #sect3 .textbox2{
  padding-top:50px;
 }
  #sect3 .textbox2 .subcopy {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
  margin-top:100px;
  }
  #sect3 .ps{
    color:rgba(255, 255, 255, 0.8);
    font-weight:200;
    margin-top:20px;
    
  }
  /* sect4 ----------------------- */
  #sect4 {
    overflow: hidden;
    position: relative;
    padding: 140px 0 0;
  }
  
#sect4 .sect4img{
  width: 100%;
  text-align: center;
  margin-bottom:150px;
}
  #sect4 .intro:before{
    left:-65px;
    top:-36px;
    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: #767676;
  }

  #sect4 .introduce-text {
    margin-top: 60px;
    width: 45%;
  }

  #sect4 .introduce-img {
    width: 50%;
  }

  #sect4 .introduce-img figure {
    width: 100%;
  }

  #sect4 .introduce-img figure img {
    width: 100%;
    height: 100%;
    display: block;
  }

  #sect4 .intro {
    font-size: 30px;
    color: rgba(18,18,18,0.7);
    margin-bottom: 30px;
    line-height:1.3;
    position:relative;
  }

  #sect4 .name {
    font-size: 40px;
    margin-bottom: 5px;
  }

  #sect4 .sub {
    font-size: 18px;
    margin-bottom: 55px;
    margin-left: 2px;
    font-weight:400;
  }

  #sect4 .history {
    margin-bottom: 60px;
  }

  #sect4 .history > li {
    display: inline-block;
    vertical-align: top;
  }

  #sect4 .history ul li {
    margin-right: 20px;
    padding: 8px 0;
    font-weight: 400;
    font-size: 15px;
    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;
   right: -30px;
    top: 10%;
    z-index: -999;
  }
  #sect4 .sect4-bg2 {
    position: absolute;
  left: 50px;
    top: 50%;
    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 .subjecwrap {
    width: 1040px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
#sect5 .txtcolor{
  color:#333;
}
  #sect5 .subjecwrap li {
    width: 31.5%;
  }

  #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;
    bottom: 30px;
  }

  #sect5 .subjecwrap figure img {
    transition: 0.2s;
    width: 100%;
    height: 100%;
    display: block;
  }
  #sect5 span.hash2{
    color:#D25518;
    font-weight:400;
      font-size:15px;
      line-height:1.3;
      display:block;
  }

  /* sect6 ----------------------- */

  #sect6 {
    padding: 140px 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: 700px;
  }
  #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 .text-equipment-content span.hash{
    font-weight:500;
    display:block;
    font-size:18px;
  }
  #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: 140px 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 */

  /* -start- location-time */

  /* .google-map {
    width: 60%;
  }
  .google-map > div {
    width: 100%;
    height: 792px;
  } */
  #sect9 .map {
    margin-bottom: 60px;
  }
  
  #secgt9 .map iframe{
    width: 100%;
  }
  #sect9 .navermap{
    width: 55%;
  }
  .wrap_controllers {
    display: none;
  }

  .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: 54%;
    background-color: #7a7a7a;
    height: 792px;
    box-sizing: border-box;
  }
  .wrap-location-time .wrapping-time {
    width: 46%;
    padding: 5rem 0 8rem;
    /* background-color: #e9f2f7; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 815px;
  }
  .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: 64px;
  }
  .wrap-location-time .wrapping-time .list-direction .time-table .space-monday {
    letter-spacing: 18px;
    color: #fff;
  }
  .wrap-location-time .wrapping-time .list-direction .time-table .space-sat {
    letter-spacing: 24.12px;
  }
  .wrap-location-time .wrapping-time .list-direction .time-table .space-lunch {
    letter-spacing: 10.8px;
  }

  .text-white .text-bold {
    color: #fff;
  }

  .text-time-yellow {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: #ffeb3a;
    margin-left: -2rem;
  }

  .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: #009eda;
    height: 37px;
    margin: 0 -8px;
    padding: 0 8px;
  }
  /* -end- location-time */


/* sect15 ------------------------------------ */
#sect15 {
  padding: 140px 0;
  background-color: #FFFCF2;

}
#sect15 .content img{
  margin:80px 0 40px;
}


  /* 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 .wrapper-footer-logo .footer-phone-number {
    font-family: Pretendard;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: right;
    color: #fff;
  }
  footer .call_icon{
    display:inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
  }
  footer .footer-phone-number img{
    display:block;
    width: 100%;
  }
  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: 50px; z-index: 100; }
  .second-popup { left: 490px; z-index: 200; }
  .third-popup { left: 930px; 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- 팝업 */
}

/* ── 미니멀 리터치: 은은한 호버 피드백 ── */
#sect2 .special-box { transition: box-shadow 0.3s ease; }
#sect2 .special-box:hover { box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08); }
.gnb li a { transition: opacity 0.2s ease; }
.gnb li a:hover { opacity: 0.6; }

/* 스크롤바 미니멀화: 옅은 트랙 + 둥근 thumb */
.swiper-scrollbar { background: rgba(0, 0, 0, 0.06) !important; border-radius: 999px !important; }

/* ── 퀵메뉴 리디자인: 우측 여백으로 띄우고 라운드 칩 + 그림자 ── */
#quickmenu { right: 22px; }
#quickmenu .menu-list li {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#quickmenu .menu-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}
/* 블로그 항목: 테두리 제거 + 크기 정규화(어긋남 해소) */
#quickmenu .menu-blog { border: none; width: 100px; height: 100px; }
#quickmenu .menu-blog a { width: 100px !important; height: 100px !important; }
/* TOP 버튼도 라운드 + 그림자로 통일 */
#quickmenu .top-btn {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease;
}
#quickmenu .top-btn:hover { transform: translateY(-2px); }

/* ── 모바일 퀵메뉴: 노란 통짜 아이콘 → 브랜드색 원 + 아이콘(데스크탑과 통일) ── */
#m-quickmenu .menu-list li img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 14px;
  box-sizing: border-box;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
}
#m-quickmenu .menu-list li.menu-phone img    { background: #FDCC00; }
#m-quickmenu .menu-list li.menu-location img { background: #595250; }
#m-quickmenu .menu-list li.menu-kakao img    { background: #FBE300; }
#m-quickmenu .menu-list li.menu-reserve img  { background: #32B44A; }
#m-quickmenu .menu-list li.menu-blog img     { background: #fff; }

/* ── sect6 케어 슬라이더: 무의미한 스크롤바 → 점(dots) ── */
.d-equipment-slides .swiper-pagination { position: static; text-align: center; margin-top: 20px; }
.d-equipment-slides .swiper-pagination-bullet { background: #999; opacity: 0.5; }
.d-equipment-slides .swiper-pagination-bullet-active { background: #555b47; opacity: 1; }

/* ── TOP 버튼: 스크롤 400px 넘으면 표시 (PC·모바일) ── */
#quickmenu .top-btn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
}
#quickmenu .top-btn.show { opacity: 1; visibility: visible; }

#m-top-btn { display: none; }
@media (max-width: 600px) {
  #m-top-btn {
    display: block;
    position: fixed;
    right: 24px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #595250;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 9990;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  #m-top-btn.show { opacity: 1; visibility: visible; transform: translateY(0); }
  #m-top-btn::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
