* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/ien4wvj.css");
/*.btn {
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  margin-top: 30px;
}*/
.linebtnBlu {
  border: 1px solid #050b5a;
  color: #050b5a;
}
.linebtnWh {
  border: 1px solid #fff;
  color: #fff;
}
.linebtnWh:hover {
  background: #fff;
  color: #000;
}
.colorR {
  color: #d02626;
}
.subtit20 {
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: -1.5px;
}
.subtit25 {
  font-size: 1.56em;
  font-weight: 300;
  letter-spacing: -1.5px;
}
.subtit30 {
  font-size: 1.875em;
  font-weight: 400;
  letter-spacing: -1.5px;
}
.subtit40 {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: -1.5px;
}
.maintit40 {
  font-size: 2.0em;
  font-weight: 300;
  letter-spacing: -1.5px;
  line-height: 1.5
}
.maintit30 {
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: -1.5px;
  line-height: 1.5
}
.maintitEn {
  font-family: "orpheuspro", serif;
  font-size: 3.75em;
  line-height: 1.5
}
.colorBR {
  color: #372f24;
}
.colorGR {
  color: #555;
}
.txt-lt {
  float: left;
  text-align: left;
  margin-left: 0;
}
.txt-lt:after {
  content: '';
  clear: both;
  display: block;
}
.txt-rt {
  float: right;
  text-align: left;
  margin-left: 50%;
}
.txt-rt:after {
  content: '';
  clear: both;
  display: block;
}
.fontBD {
  font-weight: 600;
}
.wrap1440 {
  width: 1440px;
  margin: 0 auto;
}
.wrap1200 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1440px) {
  .wrap1440 {
    width: 85%;
  }
}
@media (max-width:1200px) {
  .wrap1200 {
    width: 85%;
  }
}
.font_mobile {
  display: none;
}
@media (max-width:700px) {
  .font_mobile {
    display: block;
  }
  .font_pc {
    display: none;
  }
}
.pg_wrap {
  padding-top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body {
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}
.blind {
  display: none;
}
.main {
  overflow: hidden;
}
/* λ©κ?λ©λ΄ */
.mega_menu {
  display: none;
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 100);
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.mega_menu .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
 
  just gap: 80px;
    text-align: center;
}
.mega_col {
  /*flex: 1;*/
     flex: 0 0 calc(100% / 7);
}
.mega_title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mega_sub {
  list-style: none;
}
.mega_sub li {
  margin-bottom: 10px;
}
.mega_sub a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
}
.mega_sub a:hover {
  color: #000;
}
#header {
  width: 100%;
  height: 180px;
  position: fixed;
  top: 0px;
  z-index: 999999999999999999999999999999999;
  background: #fff;
}
#header:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #e0e0e0;
}
#header.on {
  background-color: #333;
  transition-duration: 0.6s;
}
#header > .inner {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
#header #gnbmenu1 {
  height: 100px;
  line-height: 100px;
}
#header #gnbmenu1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#header #gnbmenu1 .snsLogo {
  display: flex;
  width: 30%;
  justify-content: start;
	gap:20px;
  align-items: center;
}
#header #gnbmenu1 .telBox {
  display: flex;
  align-items: center;
  gap: 20px;
	width:30%; 
	justify-content: flex-end;
  color: #a3a3a3;
}
#header #nav, #header #info {
  height: 80px;
  line-height: 80px;
}
#header .logo {
  z-index: 998;
  font-weight:600;
	width:200px;
}
#header .logo img {
 width:100%
}
#header #nav {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
#header #nav .menu_ul {
  display: flex;
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
   
}
#header #nav .menu_li {
  /*width:140px;
     padding:0 40px; */
  flex-direction: column;
  text-align: center;
  position: relative;
  flex: 0 0 calc(100% / 7) ;
}
#header #nav .menu_tit {
  flex-direction: column;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  letter-spacing: -0.6px;
  color: #000;
}
#header #nav .menu_tit.on {
  color: #20286e;
}
#header #nav .menu_li:hover {
  color: #20286e;
}
#header #nav .gnb_box {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  margin-left: 0;
  padding: 20px 60px 60px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
#header #nav .gnb_box.on {
  display: block;
}
#header #nav .gnb_ul {}
#header #nav .gnb_li {
  flex-direction: column;
  width: 120px;
  height: 35px;
  line-height: 35px;
  float: left;
  text-align: left;
}
/* #header #nav .gnb_a::after {
    content: "\f105";
    position:absolute;
    top:0;
    right:-30px;
    font-family:FontAwesome;
    font-size:18px;
    color:#fff;
    transition-duration:0.6s;
    opacity:0;
} */
#header #nav .gnb_a:hover::after {
  right: -40px;
  opacity: 1;
}
#header #nav .gnb_a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  z-index: 9999999;
  transition-duration: 0.2s;
}
#header #nav .gnb_a:hover {
  padding-left: 10px;
  color: #f6f6f6;
}
/* #header #nav .gnb_li .gnb_a::before {
    content:'';    
    width:0;
    height:1px;
    position:absolute;
    left:0;
    bottom:0;
    background-color:#fff;
    transition-duration:0.2s;
} */
#header #nav .gnb_li:hover .gnb_a:before {
  width: 100%;
}
#header #nav .gnb_li:hover .gnb_a::after {
  right: -10px;
  opacity: 0.6;
}
#header #info {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
#header #info .userBox {
  margin-right: 30px;
}
#header #info .userBox ul {
  display: table;
}
#header #info .userBox ul li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 14px;
}
#header #info .userBox ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
#header #info .member {
  display: table;
}
#header #info .member li {
  display: table-cell;
  padding-right: 5px;
}
#header #info .member li::after {
  content: '';
  padding-left: 5px;
  border-right: 1px solid #ccc;
}
#header #info .member li:last-child:after {
  border-right: none;
}
#header #info .member li a {
  font-size: 1em;
  font-weight: 400;
}
#header #info .member li:last-child {
  padding-right: 0;
}
.material-symbols-outlined {
  font-variation-settings:
    'FILL'0, 'wght'200, 'GRAD'0, 'opsz'24
}
.mobileBtn {
  display: none;
}
/* s:?λ²κ±°λ²??*/
/* hambergur button */
.hamburger {
  padding: 18px 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background-color: transparent;
  position: relative;
  top: 40px;
  right: 10%;
  z-index: 99999;
}
.hamburger__container {
  width: 30px;
  height: 18px;
  position: relative;
}
.hamburger.is-active .hamburger__inner {
  transform: translate(-51px, 50%);
}
.hamburger.is-active .hamburger__inner::before, .hamburger.is-active .hamburger__inner::after {
  transform: translate(102px, 0);
  opacity: 0;
}
.hamburger__inner {
  width: 100%;
  height: 2px;
  /* border-color */
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  top: 50%;
  transform: translate(5px, -50%);
  opacity: 1;
}
.hamburger__inner::before, .hamburger__inner::after {
  width: 100%;
  height: 2px;
  /* border-color */
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  content: "";
  opacity: 1;
  transform: translate(-5px, 0);
}
.hamburger__inner::before {
  top: -8px;
}
.hamburger__inner::after {
  top: 8px;
}
.hamburger:hover .hamburger__hidden {
  transform: translate(0, -50%);
  background-color: #fff;
}
.hamburger:hover .hamburger__hidden::before, .hamburger:hover .hamburger__hidden::after {
  opacity: 1;
  transform: translate(0, 0);
  background-color: #fff;
}
.hamburger__hidden {
  opacity: 0;
}
.hamburger.is-active .hamburger__hidden {
  opacity: 1;
  transform: rotate(45deg);
  background-color: #fff;
}
.hamburger.is-active .hamburger__hidden::before {
  transform: translate(0, 13px) rotate(90deg);
  transform-origin: center;
  background-color: #fff;
}
.hamburger.is-active .hamburger__hidden::after {
  transform-origin: center;
  transform: translate(0, -13px) rotate(0);
  background-color: #fff;
}
.hamburger__hidden {
  opacity: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  top: 50%;
  transform: translate(51px, -50%);
}
.hamburger__hidden::before, .hamburger__hidden::after {
  width: 100%;
  height: 2px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  content: "";
  transform: translate(102px, 0);
}
.hamburger__hidden::before {
  top: -13px;
}
.hamburger__hidden::after {
  top: 13px;
}
/* e:?λ²κ±°λ²??*/
/* s:all_menu */
/* overlay */
#menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 998;
}

#menu_overlay.on {
  opacity: 1;
  visibility: visible;
}

/* ?¬μ΄??λ©λ΄ */

#all_menu::before{
    content:"IRO RADIOLOGY CLINIC";

    position:absolute;
    top:42px;
    left:34px;

    font-size:11px;
    font-weight:700;
    letter-spacing:2.5px;

    color:#918473;
}



#all_menu {
  position: fixed;
  top: 0;
  right: -360px;
  width: 360px;
  height: 100vh;
  background: #111827;
  transition: 0.4s;
  z-index: 999;
  box-shadow: -10px 0 30px rgba(0,0,0,0.3);
}

#all_menu.on {
  right: 0;
}

#all_menu .menu_inner {
  padding: 100px 30px;
}

/* 1depth */
#all_menu .menu_li {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

#all_menu .menu_tit {
  position: relative;
  display: block;
  font-size: 32px;   
  font-weight: 600;
  color: #fff;
  padding: 16px 0;
  transition: 0.3s;
  letter-spacing: -0.5px;
}

#all_menu .menu_tit::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #918473;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  transition: 0.3s;
}

/* ?μ± ?ν */
.#all_menu menu_li.open .menu_tit::before {
  background: #fff;
}

#all_menu .menu_tit:hover {
  color: #fff;
  padding-left: 8px;
}

#all_menu .menu_tit::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #666;
  transition: 0.3s;
}

#all_menu .menu_li.open .menu_tit::after {
  content: "??;
  color: #918473;
}

#all_menu .menu_li.open .menu_tit {
  color: #fff;
}

/* 2depth */
.all_ul {
  display: none;
  padding: 10px 0 16px 8px; 
  margin-left: 6px;
}

.menu_li.open .all_ul {
  display: block;
}

.all_tit {
  display: block;
  padding: 6px 0;
  font-size: 15px; 
  color: #aaa;
  transition: 0.3s;
}

/* hover */
.all_tit:hover {
  color: #5fa8ff;
  padding-left: 10px;
}
/* e:all_menu */
@media (max-width:1200px) {
  #header {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100px;
  }
  #header > .inner {
    width: 100%;
  }
  #header #nav {
    display: none;
  }
  .mobileBtn {
    display: flex;
  }
  #header .logo {
    width: 200px;
    display: block;
    top: 8px;
      
  }
  /*#header .logo img {
    width: 100%;
  }*/
  #header #info {
    top: 0px;
    right: 20px;
    position: absolute;
  }
  #header .telBox {
    display: none;
  }
  #header #info .member {
    display: none;
  }
  #header .logo, #header #info {
    height: 100px;
    line-height: 100px;
    
  }
  .hamburger {
    padding: 5px 0;
  }
  #header #all_menu {
    background-color: #000;
  }
  /*
    .hamburger.is-active .hamburger__hidden::before {
        background-color:#333;
    }
    .hamburger.is-active .hamburger__hidden::after {
        background-color:#333;
    }*/
  #header .member.on {
    display: block;
    position: fixed;
  }
  #header #all_menu .menu_ul {
    width: 100%;
  }
 
  #header #all_menu .menu_tit {
    font-size: 1.3rem;
  }
  #header #all_menu .all_tit {
    color: #f6f6f6;
	  font-size:1.2em;
  }
  #header #all_menu .menu_tit:hover {
    color: #f6f6f6;
  }
  /* #header #all_menu .menu_tit::before{
        content: "\f067";
        position:absolute;
        top:50%;
        right:0;
        transform:translateY(-50%);
        font-family:FontAwesome;
        font-size:10px; 
        width:20px;
        height:20px;
        line-height:20px;
        border-radius:50%;
        background-color:#ececec;
        box-shadow:2px 2px 4px rgba(0, 0, 0, 0.1);
        color:#898989;
    } */
  #header #all_menu .menu_li.on .menu_tit::before {
    content: "\f068";
  }
  #header #info .userBox {
    display: none;
  }
}


/* section title */
.section-tit {
  margin-bottom: 50px;
  text-align: center;
}
.section-tit h3 {
  font-size: 1.25em;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #000;
  opacity: 0.5;
}
.section-tit h2 {
  font-size: 3em;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #000;
  margin-bottom: 30px;
}
.section-tit p {
  font-size: 3em;
  color: #372f24;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "orpheuspro", serif;
}



/* ?λ¨ μ§??μ§λ£?λ΄ */
.sec7 {
  width: 100%;
  background-color: #ebebeb;
}
.sec7-inner {
  display: flex;
  height: 935px;
  flex-wrap: wrap
}
.sec7 .contact-map {
  width: 50%;
}
.sec7 .contact-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec7 .contact-info {
  width: 50%;
  padding: 80px 100px;
  background: #f7f7f7;
}
.sec7 .contact-info h2 {
  font-size: 3.75em;
  color: #000;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: "orpheuspro", serif;
}
.sec7 .map-info-list li {
  display: flex;
  margin-bottom: 40px;
}
.sec7 .map-info-list strong {
  width: 150px;
  font-weight: 600;
  font-size: 1.5625em;
}
.sec7 .map-info-list .info-text {
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.25em;
}
.sec7 .map-info-list .info-text .daytxt {
  width: 120px;
  display: inline-block;
  font-weight: 400;
}
.sec7 .map-info-list .info-text .smalltxt {
  font-size: 0.8em;
}
.phone {
  font-size: 2em;
  margin-bottom: 10px;
}
.contact-btn {
  margin-top: 40px;
  margin-left: 150px;
}
.map-btn {
  display: block;
  width: 300px;
  padding: 15px;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  transition: .3s;
  line-height: 35px;
}
.map-btn img {
  width: 35px;
  line-height: 35px;
  float: left;
  margin: 0 30px 0 30px;
}
.map-btn.call:hover {
  background: #333;
  color: #fff;
}
.map-btn.naver {
  border: 1px solid #00c73c;
  color: #00c73c;
}
.map-btn.naver:hover {
  background: #00c73c;
  color: #fff;
}
mo_br {
  display: none;
}
@media (max-width:1200px) {
  .sec7-inner {
    height: auto;
  }
  .sec7 .contact-map {
    width: 100%;
  }
  .sec7 .contact-map iframe {
    height: 400px;
  }
  .sec7 .contact-info {
    width: 100%;
    padding: 80px 100px;
    background: #f7f7f7;
  }
}
@media (max-width:768px) {
  .sec7 .map-info-list li {
    flex-direction: column
  }
  .contact-btn {
    margin-left: 0;
  }
  .sec7 .contact-info {
    padding: 40px;
  }
}
@media (max-width:600px) {}
/* ?λ¨ ?Ένλ¦¬μ΄ */
.sec8 {
  width: 100%;
  position: relative;
}
.sec8-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sec8-inner .img {
  width: 100%;
  overflow: hidden;
}
.sec8-inner img {
  width: 100%;
  display: block;
  transition: transform .6s ease;
}
.sec8-inner:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.sec8-inner .txt {
  font-size: 3.125em;
  line-height: 1.2;
  margin-bottom: 40px;
}
.sec8-inner .hos_btn {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  width: 80%;
}
.sec8-inner .hos_btn:hover {
  background: #fff;
  color: #000;
}
@media (max-width:1024px) {
  .sec8-inner .txt {
    font-size: 1.625em;
    margin-bottom: 10px;
   
  }
  .sec8-inner .hos_btn {
    width: 100%;
  }
  .overlay {
    width: 80%
  }
}
/* ?λ¨ ?νΈ?λ³??λ‘κ³  */
.sec9 {
  width: 100%;
  padding: 50px 0;
}
.sec9-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.logoSwiper {
  width: 100%;
}
.logoSwiper .swiper-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.logoSwiper .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
}
.logoSwiper img {
  max-width: 120px;
  width: 100%;
}
@media (max-width:1024px) {
  .sec9 .sec9-inner ul li {
    width: 25%;
  }
  .sec9 .sec9-inner ul li img {
    width: 100%;
  }
  .logoSwiper .swiper-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .logoSwiper .swiper-slide {
    width: auto;
  }
  .contact-inner {
    flex-direction: column;
    height: auto;
  }
  .contact-map {
    width: 100%;
    height: 400px;
  }
  .contact-info {
    width: 100%;
  }
}
@media (max-width:1200px) {
  .mobileBtn {
    display: flex;
  }
  .mobileBtn .telBtn {
    margin: 10px 20px;
  }
  #header #gnbmenu1 .telBox {
    display: none;
  }
  #header #gnbmenu1 .snsLogo {
    display: none;
  }
}
@media(max-width:600px) {
  body {
    font-size: 13px;
  }
}
/* fixed form & quick */
.tac {
  text-align: center
}
.tal {
  text-align: left
}
.tar {
  text-align: right
}
.flex {
  display: flex;
  flex-wrap: wrap
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.inline-flex {
  display: inline-flex !important;
  flex-wrap: wrap
}
.flex-jc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.flex-js {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}
.flex-je {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}
.flex-jl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left
}
.flex-jr {
  display: flex;
  flex-wrap: wrap;
  justify-content: right
}
.flex-jsb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.flex-jsa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}
.flex-ac {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}
.flex-ae {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end
}
.flex-afs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}
.flex-ast {
  display: flex;
  align-items: stretch
}
.flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}
.flex-now {
  display: flex
}
.flex-now-jc {
  display: flex;
  justify-content: center
}
.flex-now-jsb {
  display: flex;
  justify-content: space-between
}
.flex-now-jsa {
  display: flex;
  justify-content: space-around
}
.fc-wh {
  color: #fff;
}
#quick {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 1001;
}
#quick .inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#quick .quick-wrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  color: #333;
  transition: all .3s;
}
#quick .quick-wrap a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
#quick .quick-wrap .txt-wrap {
  position: absolute;
  right: 70px;
  background: #111;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  opacity: 0;
  transform: translateX(10px);
  transition: all .3s;
  white-space: nowrap;
}
#quick .quick-wrap a:hover .txt-wrap {
  opacity: 1;
  transform: translateX(0);
}
#quick .qw-call a {
  background: #1d1e32;
  color: #fff;
}
#quick .qw-top a {
  background: #333;
  color: #fff;
}
@media (max-width: 1200px) {
  #quick {
    top: unset;
    transform: unset;
    bottom: 160px;
    right: 10px;
    width: 64px;
    box-shadow: none;
  }
  #quick .quick-wrap:not(:last-child) {
    margin: 0 auto 10px;
  }
  #quick .quick-wrap {
    border: none;
  }
  #quick .quick-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ecebeb;
    box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.35);
    overflow: hidden;
  }
  #quick .qw-call a {
    background: #1d1e32;
    color: #fff;
  }
  #quick .quick-wrap a .img-wrap {
    margin: 0 auto;
  }
  #quick .quick-wrap a .txt-wrap {
    display: block;
    visibility: hidden;
    position: absolute;
    top: -10000%;
    left: -10000%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  #quick .quick-wrap.qw-top {
    display: none;
  }
  #top_btn {
    display: block;
    bottom: 118px;
    right: 10px;
  }
}
@media (max-width: 600px) {
  #quick {
    right: 10px;
    width: 48px;
    box-shadow: none;
  }
  #quick .inner .quick-wrap a {
    width: 48px;
    height: 48px;
  }
  #quick .inner .quick-wrap a .img-wrap img {
    max-width: 24px;
  }
}


/* ?λ¨ ? ν¬λΈ?*/ 
.yt-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6em 0;
	
}

.yt-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.yt-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.yt-item:hover {
    transform: translateY(-5px);
}

.yt-item img {
    width: 100%;
    display: block;
}

.yt-item p {
    padding: 12px;
    font-size: 14px;
    color: #222;
    line-height: 1.4;
}

/* ?± λͺ¨λ°???¬λΌ?΄λ */
@media (max-width: 768px) {
    .yt-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 10px;
    }

    .yt-item {
        min-width: 85%;
        scroll-snap-align: start;
    }
}
