@charset "utf-8";
@import url("reset.css");
@import url("layout.css");

:root {
  --vw1: 0.1389vw;
  --vw2: 0.2778vw;
  --vw3: 0.4167vw;
  --vw4: 0.5556vw;
  --vw5: 0.6944vw;
  --vw6: 0.8333vw;
  --vw7: 0.9722vw;
  --vw8: 1.1111vw;
  --vw9: 1.25vw;
  --vw10: 1.3889vw;
  --vw11: 1.5278vw;
  --vw12: 1.6667vw;
  --vw13: 1.8056vw;
  --vw14: 1.9444vw;
  --vw15: 2.0833vw;
  --vw16: 2.2222vw;
  --vw17: 2.3611vw;
  --vw18: 2.5vw;
  --vw19: 2.6389vw;
  --vw20: 2.7778vw;
  --vw21: 2.9167vw;
  --vw22: 3.0556vw;
  --vw23: 3.1944vw;
  --vw24: 3.3333vw;
  --vw25: 3.4722vw;
  --vw26: 3.6111vw;
  --vw27: 3.75vw;
  --vw28: 3.8889vw;
  --vw29: 4.0278vw;
  --vw30: 4.1667vw;
  --vw31: 4.3056vw;
  --vw32: 4.4444vw;
  --vw33: 4.5833vw;
  --vw34: 4.7222vw;
  --vw35: 4.8611vw;
  --vw36: 5vw;
  --vw37: 5.1389vw;
  --vw38: 5.2778vw;
  --vw39: 5.4167vw;
  --vw40: 5.5556vw;
  --vw41: 5.6944vw;
  --vw42: 5.8333vw;
  --vw43: 5.9722vw;
  --vw44: 6.1111vw;
  --vw45: 6.25vw;
  --vw46: 6.3889vw;
  --vw47: 6.5278vw;
  --vw48: 6.6667vw;
  --vw49: 6.8056vw;
  --vw50: 6.9444vw;
  --vw51: 7.0833vw;
  --vw52: 7.2222vw;
  --vw53: 7.3611vw;
  --vw54: 7.5vw;
  --vw55: 7.6389vw;
  --vw56: 7.7778vw;
  --vw57: 7.9167vw;
  --vw58: 8.0556vw;
  --vw59: 8.1944vw;
  --vw60: 8.3333vw;
  --vw61: 8.4722vw;
  --vw62: 8.6111vw;
  --vw63: 8.75vw;
  --vw64: 8.8889vw;
  --vw65: 9.0278vw;
  --vw66: 9.1667vw;
  --vw67: 9.3056vw;
  --vw68: 9.4444vw;
  --vw69: 9.5833vw;
  --vw70: 9.7222vw;
  --vw71: 9.8611vw;
  --vw72: 10vw;
  --vw73: 10.1389vw;
  --vw74: 10.2778vw;
  --vw75: 10.4167vw;
  --vw76: 10.5556vw;
  --vw77: 10.6944vw;
  --vw78: 10.8333vw;
  --vw79: 10.9722vw;
  --vw80: 11.1111vw;
  --vw81: 11.25vw;
  --vw82: 11.3889vw;
  --vw83: 11.5278vw;
  --vw84: 11.6667vw;
  --vw85: 11.8056vw;
  --vw86: 11.9444vw;
  --vw87: 12.0833vw;
  --vw88: 12.2222vw;
  --vw89: 12.3611vw;
  --vw90: 12.5vw;
  --vw91: 12.6389vw;
  --vw92: 12.7778vw;
  --vw93: 12.9167vw;
  --vw94: 13.0556vw;
  --vw95: 13.1944vw;
  --vw96: 13.3333vw;
  --vw97: 13.4722vw;
  --vw98: 13.6111vw;
  --vw99: 13.75vw;
  --vw100: 13.8889vw;
}
/* layout */
body.hidden {
  overflow: hidden;
}
#wrap {
  overflow: hidden;
}
@media (max-width: 1024px) {
  /* TABLET */
}
@media (max-width: 720px) {
  /* MOBILE */
}

/* container */
#container {
  position: relative;
  z-index: 1;
}

/* header */
#header {
  width: 100%;
  position: relative;
  z-index: 8;
  border-bottom: 2px solid var(--C-f4f4f4);
  background-color: var(--C-ffffff);
}
#header > .inner {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 1690px) {
  #header > .inner {
    position: relative;
    max-width: initial;
    padding: 0 20px;
  }
}
@media (max-width: 720px) {
  #header > .inner {
    padding: 25px 3%;
    justify-content: space-between;
    align-items: center;
  }
  #header > .inner.hidden {
		display:none;
	}
}

#header .menu_open {
  display: none;
  width: 5.4vw;
  height: 5.3vw;
  position: absolute;
  top: 35%;
  left: 3%;
  cursor: pointer;
}
@media (max-width: 720px) {
  #header .menu_open {
    display: block;
      width: 6.5vw;
  }
}
#header .menu_open i {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background-color: var(--C-45474d);
}
#header .menu_open i:nth-child(1) {
  top: 0;
}
#header .menu_open i:nth-child(2) {
  top: 14px;
}
#header .menu_open i:nth-child(3) {
  top: 28px;
}
@media (max-width: 720px) {
#header .menu_open i{height: 0.7vw;}
#header .menu_open i:nth-child(2) {top: 50%;transform: translate(0,-50%);}
#header .menu_open i:nth-child(3) {top: initial;bottom: 0;}
    
    
}



#header h1 {
  padding: 24px 0 22px;
}
@media (max-width: 720px) {
  #header h1 {
    padding: 0 0 0 9vw;
  }
}
#header h1 a {
  display: flex;
}
#header h1 img {
  width: 129px;
  vertical-align: top;
}
@media (max-width: 720px) {
  #header h1 img {
      width: 29vw;
      margin-top: -1.8vw;
    }
}
#header .menu {
  height: 79px;
  position: relative;
}
@media (max-width: 1400px) {
  #header .menu {
    width: 70%;
    overflow: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
@media (max-width: 1170px) {
  #header .menu {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  #header .menu {
    width: 40%;
  }
}
@media (max-width: 720px) {
  #header .menu {
    display: none;
  }
}
#header .menu ul {
  display: flex;
  height: 100%;
  align-items: stretch;
}
@media (max-width: 1690px) {
  #header .menu ul {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
#header .menu ul li {
  display: flex;
  padding: 0 14px 20px;
  cursor: pointer;
  align-items: flex-end;
}
#header .menu ul li a {
  color: var(--C-474748);
  font-weight: 500;
}
#header .menu ul li.on a {
  color: var(--C-000b17);
  font-weight: 900;
}
#header .menu .menu_hidden_open {
  display: none;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  gap: 5px;
  justify-content: center;
  align-items: flex-end;
  background-color: var(--C-ffffff);
}
@media (max-width: 1400px) {
  #header .menu .menu_hidden_open {
    display: flex;
  }
}
#header .menu .menu_hidden_open i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: var(--C-000b17);
}
#header .right {
  padding-bottom: 20px;
}
@media (max-width: 720px) {
  #header .right {
    padding-bottom: 0;
  }
}
#header .right button {
  margin-left: 16px;
  color: var(--C-000b17);
  cursor: pointer;
  border: none;
  background: none;
}
@media (max-width: 720px) {
  #header .right button{margin-left: 2vw;}
  #header .right .btn_logout {
    display: none;
  }
}
#header .right .btn_search {
  margin-left: 27px;
}
#header .right .btn_search {
  width: 21px;
  height: 21px;
  text-indent: -1000em;
  background: url(../images/common/header_icon_search.png) no-repeat left top;
  background-size: 100%;
}
@media (max-width: 720px) {
  #header .right .btn_search {
    width: 5.7vw;
    height: 5.7vw;
  }
}
#header .right .btn_language {
  width: 21px;
  height: 21px;
  text-indent: -1000em;
  background: url(../images/common/header_icon_language.png) no-repeat left top;
  background-size: 100%;
}
@media (max-width: 720px) {
  #header .right .btn_language {
    width: 5.7vw;
    height: 5.7vw;
  }
}
#header .right .btn_menu {
  width: 18px;
  height: 16px;
  position: relative;
  transition: background 0.3s;
}
@media (max-width: 720px) {
  #header .right .btn_menu {
    display: none;
  }
}
#header .right .btn_menu i {
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: var(--C-45474d);
  transition: transform 0.3s, opacity 0.3s;
}
#header .right .btn_menu i:nth-child(1) {
  top: 0;
}
#header .right .btn_menu i:nth-child(2) {
  top: 7px;
}
#header .right .btn_menu i:nth-child(3) {
  top: 14px;
}

/* X자 변환 */
#header .right .btn_menu.on i:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
#header .right .btn_menu.on i:nth-child(2) {
  opacity: 0;
}
#header .right .btn_menu.on i:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* gnb */
.gnb {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 81px;
  padding: 30px 0;
  background-color: var(--C-ffffff);
  box-shadow: -7px 4px 10px rgba(0, 0, 0, 0.1);
}
.gnb.on {
  display: block;
}
.gnb .inner {
  display: flex;
  width: 985px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 1060px) {
  .gnb .inner {
    width: auto;
    padding: 0 5%;
  }
}
.gnb nav {
  display: flex;
}
.gnb ul {
  display: none;
  flex-direction: column;
}
.gnb nav ul.on {
  display: flex;
}
.gnb nav ul li {
  position: relative;
  padding: 5px 0;
  opacity: 0;
  transform: translateX(30px);
  animation: gnbLiIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.gnb nav ul.on li:nth-child(1) {
  animation-delay: 0.02s;
}
.gnb nav ul.on li:nth-child(2) {
  animation-delay: 0.04s;
}
.gnb nav ul.on li:nth-child(3) {
  animation-delay: 0.06s;
}
.gnb nav ul.on li:nth-child(4) {
  animation-delay: 0.08s;
}
.gnb nav ul.on li:nth-child(5) {
  animation-delay: 0.1s;
}
.gnb nav ul.on li:nth-child(6) {
  animation-delay: 0.12s;
}
.gnb nav ul.on li:nth-child(7) {
  animation-delay: 0.14s;
}
.gnb nav ul.on li:nth-child(8) {
  animation-delay: 0.16s;
}
.gnb nav ul.on li:nth-child(9) {
  animation-delay: 0.18s;
}
.gnb nav ul.on li:nth-child(10) {
  animation-delay: 0.2s;
}
.gnb nav ul.on li:nth-child(11) {
  animation-delay: 0.22s;
}
@keyframes gnbLiIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.gnb nav ul li a {
  font-size: var(--f-16);
  color: var(--C-000b17);
  font-weight: 600;
}
.gnb nav ul li.on a {
  font-weight: 800;
}
.gnb nav ul li .dep3 {
  display: none;
  min-width: 160px;
  position: absolute;
  left: 110%;
  top: 0;
  gap: 5px;
  flex-direction: column;
}
.gnb nav ul li .dep3 a {
  font-size: var(--f-13);
  color: var(--C-737380);
  font-weight: 500;
  opacity: 0;
  transform: translateX(20px);
  animation: gnbLiIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.gnb nav ul li.on .dep3 a:nth-child(1) {
  animation-delay: 0.02s;
}
.gnb nav ul li.on .dep3 a:nth-child(2) {
  animation-delay: 0.04s;
}
.gnb nav ul li.on .dep3 a:nth-child(3) {
  animation-delay: 0.06s;
}
.gnb nav ul li.on .dep3 a:nth-child(4) {
  animation-delay: 0.08s;
}
.gnb nav ul li.on .dep3 a:nth-child(5) {
  animation-delay: 0.1s;
}
.gnb nav ul li.on .dep3 a:nth-child(6) {
  animation-delay: 0.12s;
}
.gnb nav ul li.on .dep3 a:nth-child(7) {
  animation-delay: 0.14s;
}
.gnb nav ul li.on .dep3 a:nth-child(8) {
  animation-delay: 0.16s;
}
.gnb nav ul li .dep3 a::before {
  content: "- ";
}
.gnb nav ul li.on .dep3 {
  display: flex;
}
.gnb .right ul {
  display: inline-flex;
  gap: 7px;
  position: relative;
}
.gnb .right ul li a {
  font-size: var(--f-16);
  color: var(--C-474748);
}
.gnb .right ul li .dep3 {
  display: none;
  min-width: 160px;
  position: absolute;
  left: 120%;
  top: 0;
  gap: 5px;
  flex-direction: column;
}
.gnb .right ul li .dep3 a {
  font-size: var(--f-13);
  color: var(--C-737380);
  font-weight: 500;
  opacity: 0;
  transform: translateX(20px);
  animation: gnbLiIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.gnb .right ul li.on .dep3 a:nth-child(1) {
  animation-delay: 0.02s;
}
.gnb .right ul li.on .dep3 a:nth-child(2) {
  animation-delay: 0.04s;
}
.gnb .right ul li.on .dep3 a:nth-child(3) {
  animation-delay: 0.06s;
}
.gnb .right ul li.on .dep3 a:nth-child(4) {
  animation-delay: 0.08s;
}
.gnb .right ul li.on .dep3 a:nth-child(5) {
  animation-delay: 0.1s;
}
.gnb .right ul li.on .dep3 a:nth-child(6) {
  animation-delay: 0.12s;
}
.gnb .right ul li.on .dep3 a:nth-child(7) {
  animation-delay: 0.14s;
}
.gnb .right ul li .dep3 a::before {
  content: "- ";
}
.gnb .right ul li.on .dep3 {
  display: flex;
}
.gnb .right .tel {
  padding-top: 25px;
  font-size: var(--f-32);
  color: var(--C-474748);
  font-weight: 900;
  line-height: 1.1;
}
.gnb .banner {
  padding-top: 20px;
}
.gnb .banner img {
  vertical-align: top;
}

/* search */
.search {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 0;
  background-color: var(--C-ffffff);
}
.search.on {
  display: block;
}
.search .inner {
  display: flex;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.search .input_form {
  width: 905px;
  height: 52px;
  margin: 0 auto;
  border-radius: 15px;
  background: var(--C-f4f4f4) url(../images/common/header_icon_search.png)
    no-repeat 20px center;
}
.search .input_form input {
  width: 100%;
  height: 100%;
  padding: 0 55px;
  box-sizing: border-box;
  border: none;
  background: none;
}
.search .recomm_search {
  display: flex;
  width: 905px;
  margin: 0 auto;
  padding-top: 27px;
  position: relative;
}
.search .recomm_search::before {
  content: "추천 검색어";
  padding-right: 40px;
  font-size: var(--f-15);
  color: var(--C-000b17);
  font-weight: 900;
}
.search .recomm_search ol {
  display: flex;
  min-height: 240px;
  padding-left: 20px;
  gap: 5px;
  flex-direction: column;
  border-left: 1px solid var(--C-bdbdc9);
}
.search .recomm_search ol li {
  font-size: var(--f-13);
  color: var(--C-000b17);
  font-weight: 500;
}
.search .recomm_search .banner {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.search .recomm_search .banner img {
  vertical-align: top;
}
.search_close {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.search_close i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(40deg);
  background-color: var(--C-45474d);
}
.search_close i:last-child {
  transform: rotate(130deg);
}

/* sitemap */
.sitemap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 81px;
  padding: 30px 0;
  background-color: var(--C-ffffff);
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  display: block; /* display: block으로 두고 JS에서 on/off는 opacity로 제어 */
}
@media (max-width: 720px) {
  .sitemap {
    display: none;
  }
}
.sitemap.on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sitemap .inner {
  display: flex;
  width: 985px;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 35px 0;
}
@media (max-width: 1060px) {
  .sitemap .inner {
    width: auto;
    padding: 0 5%;
  }
}
.sitemap .inner .item {
  flex: 1 1 14.5%;
}
@media (max-width: 1060px) {
  .sitemap .inner .item {
    flex: 1 1 20%;
    max-width: 20%;
  }
}
@media (max-width: 860px) {
  .sitemap .inner .item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (max-width: 1060px) {
  .sitemap .inner .item:last-child {
    max-width: 25%;
  }
}
.sitemap .inner .item h4 {
  padding-bottom: 4px;
  font-size: var(--f-13);
  color: var(--C-737380);
}
.sitemap .inner .item li a {
  font-size: var(--f-15);
  color: var(--C-000b17);
  font-weight: 500;
}
.sitemap .inner .item li p a {
  font-weight: 400;
}
.sitemap .inner .item li p a {
  font-weight: 400;
}
.sitemap .inner .item .side_link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sitemap .inner .item .side_link li a {
  font-weight: 700;
  color: var(--C-474748);
}
.sitemap .inner .item .tel {
  font-size: var(--f-30);
  color: var(--C-474748);
  font-weight: 900;
  line-height: 1.1;
}

/* gnb 모바일 */
.gnb_mb {
  display: none;
  padding: 70px 30px 100px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--C-ffffff);
}
#header.on {
  z-index: 10;
}
.on .gnb_mb {
  display: block;
}
@media (max-width: 720px) {
  .gnb_mb {
    overflow: auto;
  }
}
.gnb_mb .dep1 li {
  padding: 10px 0;
  opacity: 0;
  transform: translateX(30px);
  animation: gnbLiIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.gnb_mb.on .dep1 li:nth-child(1) {
  animation-delay: 0.02s;
}
.gnb_mb.on .dep1 li:nth-child(2) {
  animation-delay: 0.04s;
}
.gnb_mb.on .dep1 li:nth-child(3) {
  animation-delay: 0.06s;
}
.gnb_mb.on .dep1 li:nth-child(4) {
  animation-delay: 0.08s;
}
.gnb_mb.on .dep1 li:nth-child(5) {
  animation-delay: 0.1s;
}
.gnb_mb.on .dep1 li:nth-child(6) {
  animation-delay: 0.12s;
}
.gnb_mb.on .dep1 li:nth-child(7) {
  animation-delay: 0.14s;
}
.gnb_mb.on .dep1 li:nth-child(8) {
  animation-delay: 0.16s;
}
.gnb_mb.on .dep1 li:nth-child(9) {
  animation-delay: 0.18s;
}
.gnb_mb.on .dep1 li:nth-child(10) {
  animation-delay: 0.2s;
}
.gnb_mb.on .dep1 li:nth-child(11) {
  animation-delay: 0.22s;
}
.gnb_mb.on .dep1 li:nth-child(12) {
  animation-delay: 0.24s;
}

@media (max-width: 400px) {
  .gnb_mb .dep1 li {
    padding: 7px 0;
  }
}
.gnb_mb .dep1 a {
  font-size: var(--f-20);
  color: var(--C-474748);
  font-weight: 500;
}
@media (max-width: 400px) {
  .gnb_mb .dep1 a {
    font-size: var(--f-20);
  }
}
.gnb_mb .dep2 {
  display: none;
}
.gnb_mb .dep2.on {
  display: block;
}
.gnb_mb .dep2 .btn_dep_back {
  width: 23px;
  height: 37px;
  cursor: pointer;
  position: absolute;
  left: 30px;
  top: 15px;
}
.gnb_mb .dep2 .btn_dep_back i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5px;
  background-color: var(--C-45474d);
  transform-origin: left center;
}
.gnb_mb .dep2 .btn_dep_back i:first-child {
  margin-top: -2px;
  transform: translateY(-50%) rotate(45deg);
}

.gnb_mb .dep2 .btn_dep_back i:last-child {
  margin-top: 1px;
  transform: translateY(-50%) rotate(-45deg);
}
.gnb_mb .dep2 ul {
  display: none;
  flex-direction: column;
  gap: 20px;
}
.gnb_mb .dep2 ul.on {
  display: flex;
}
.gnb_mb .dep2 > ul > li {
  opacity: 0;
  transform: translateX(30px);
  animation: gnbLiIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.gnb_mb .dep2.on > ul > li {
  opacity: 0;
}
.gnb_mb .dep2.on > ul > li:nth-child(1) {
  animation-delay: 0.02s;
}
.gnb_mb .dep2.on > ul > li:nth-child(2) {
  animation-delay: 0.04s;
}
.gnb_mb .dep2.on > ul > li:nth-child(3) {
  animation-delay: 0.06s;
}
.gnb_mb .dep2.on > ul > li:nth-child(4) {
  animation-delay: 0.08s;
}
.gnb_mb .dep2.on > ul > li:nth-child(5) {
  animation-delay: 0.1s;
}
.gnb_mb .dep2.on > ul > li:nth-child(6) {
  animation-delay: 0.12s;
}
.gnb_mb .dep2.on > ul > li:nth-child(7) {
  animation-delay: 0.14s;
}
.gnb_mb .dep2.on > ul > li:nth-child(8) {
  animation-delay: 0.16s;
}
.gnb_mb .dep2.on > ul > li:nth-child(9) {
  animation-delay: 0.18s;
}
.gnb_mb .dep2.on > ul > li:nth-child(10) {
  animation-delay: 0.2s;
}
.gnb_mb .dep2.on > ul > li:nth-child(11) {
  animation-delay: 0.22s;
}
.gnb_mb .dep2.on > ul > li:nth-child(12) {
  animation-delay: 0.24s;
}
.gnb_mb .dep2.on > ul > li:nth-child(13) {
  animation-delay: 0.26s;
}

.gnb_mb .dep2 ul a {
  font-size: var(--f-20);
  color: var(--C-474748);
  font-weight: 500;
}
@media (max-width: 400px) {
  .gnb_mb .dep2 ul a {
    font-size: var(--f-20);
  }
}
.gnb_mb .dep2 ul .dep3 {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.gnb_mb .dep2 ul .dep3 a {
  font-size: var(--f-16);
  color: var(--C-737380);
  font-weight: 500;
}
@media (max-width: 400px) {
  .gnb_mb .dep2 ul .dep3 a {
    font-size: var(--f16);
  }
}
.gnb_mb .dep2 ul .dep3 a::before {
  content: "-";
  padding-right: 15px;
}

.gnb_mb .b_dep1 li {
  opacity: 0;
  transform: translateX(30px);
  animation: gnbLiIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.gnb_mb.on .b_dep1 li:nth-child(1) {
  animation-delay: 0.02s;
}
.gnb_mb.on .b_dep1 li:nth-child(2) {
  animation-delay: 0.04s;
}
.gnb_mb.on .b_dep1 li:nth-child(3) {
  animation-delay: 0.06s;
}
.gnb_mb.on .b_dep1 li:nth-child(4) {
  animation-delay: 0.08s;
}
.gnb_mb.on .b_dep1 li:nth-child(5) {
  animation-delay: 0.1s;
}
.gnb_mb.on .b_dep1 li:nth-child(6) {
  animation-delay: 0.12s;
}
.gnb_mb.on .b_dep1 li:nth-child(7) {
  animation-delay: 0.14s;
}
.gnb_mb.on .b_dep1 li:nth-child(8) {
  animation-delay: 0.16s;
}
.gnb_mb.on .b_dep1 li:nth-child(9) {
  animation-delay: 0.18s;
}
.gnb_mb.on .b_dep1 li:nth-child(10) {
  animation-delay: 0.2s;
}
.gnb_mb.on .b_dep1 li:nth-child(11) {
  animation-delay: 0.22s;
}
.gnb_mb.on .b_dep1 li:nth-child(12) {
  animation-delay: 0.24s;
}

.gnb_mb .b_dep2 {
  display: none;
  position: relative;
}
.gnb_mb .b_dep2.on {
  display: block;
}
.gnb_mb .b_dep2 .btn_dep_back {
  width: 23px;
  height: 37px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 1;
}
.gnb_mb .b_dep2 .btn_dep_back i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5px;
  background-color: var(--C-45474d);
  transform-origin: left center;
}
.gnb_mb .b_dep2 .btn_dep_back i:first-child {
  margin-top: -2px;
  transform: translateY(-50%) rotate(45deg);
}

.gnb_mb .b_dep2 .btn_dep_back i:last-child {
  margin-top: 1px;
  transform: translateY(-50%) rotate(-45deg);
}
.gnb_mb .b_dep2 ul {
  display: none;
}
.gnb_mb .b_dep2 ul.on {
  display: block;
}
.gnb_mb .b_dep2 a {
  font-size: var(--f-20);
  color: var(--C-474748);
}
@media (max-width: 400px) {
  .gnb_mb .b_dep2 a {
    font-size: var(--f-20);
  }
}
.gnb_mb .b_dep2 > ul > li {
  opacity: 0;
  transform: translateX(30px);
  animation: gnbLiIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.gnb_mb .b_dep2.on > ul > li {
  opacity: 0;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(1) {
  animation-delay: 0.02s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(2) {
  animation-delay: 0.04s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(3) {
  animation-delay: 0.06s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(4) {
  animation-delay: 0.08s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(5) {
  animation-delay: 0.1s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(6) {
  animation-delay: 0.12s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(7) {
  animation-delay: 0.14s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(8) {
  animation-delay: 0.16s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(9) {
  animation-delay: 0.18s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(10) {
  animation-delay: 0.2s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(11) {
  animation-delay: 0.22s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(12) {
  animation-delay: 0.24s;
}
.gnb_mb .b_dep2.on > ul > li:nth-child(13) {
  animation-delay: 0.26s;
}

.gnb_mb .bottom .dep3 {
  display: flex;
  padding: 15px 0 20px;
  gap: 15px;
  flex-direction: column;
}
.gnb_mb .bottom .dep3 a {
  font-size: var(--f-16);
  color: var(--C-737380);
  font-weight: 500;
}
@media (max-width: 400px) {
  .gnb_mb .bottom .dep3 a {
    font-size: var(--f-16);
  }
}
.gnb_mb .bottom .dep3 a::before {
  content: "-";
  padding-right: 15px;
}
.gnb_mb .bottom {
  padding-top: 50px;
}

.gnb_mb .bottom a {
  font-size: var(--f-16);
  color: var(--C-474748);
}
@media (max-width: 400px) {
  .gnb_mb .bottom a {
    font-size: var(--f-16);
  }
}
.gnb_mb .bottom .tel {
  padding-top: 50px;
  font-size: var(--f-30);
  color: var(--C-474748);
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 400px) {
  .gnb_mb .bottom .tel {
    font-size: var(--f-30);
  }
}
.gnb_mb .bottom .banner {
  margin-top: 40px;
}
@media (max-width: 400px) {
  .gnb_mb .bottom .banner {
    margin-top: 7%;
  }
}
.gnb_mb .bottom .banner img {
  width: 100%;
  max-width: 540px;
}
.gnb_mb .gnb_mb_close {
  width: 37px;
  height: 37px;
  cursor: pointer;
  position: absolute;
  left: 30px;
  top: 13px;
}
.gnb_mb .gnb_mb_close i {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
  background-color: var(--C-45474d);
}
.gnb_mb .gnb_mb_close i:last-child {
  transform: rotate(-45deg);
}

/* footer */
#footer {
  width: 100%;
  position: relative;
  z-index: 0;
  border-top: 1px solid var(--C-f4f4f4);
}
@media (max-width: 720px) {
  #footer {
    border-width: 2px;
    padding-bottom: 120px;
  }
}
#footer::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 83px;
  
}
@media (max-width: 1024px) {
  #footer::before {
    top: 60px;
  }
}
@media (max-width: 720px) {
  #footer::before {
    height: 2px;
    top: 16vw;
  }
}
#footer::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 251px;
  background-color: var(--C-f4f4f4);
}
@media (max-width: 1024px) {
  #footer::after {
    top: initial;
    bottom: 50px;
  }
}
@media (max-width: 720px) {
  #footer::after {
    bottom: 10.6vw;
  }
}
#footer .inner {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #footer .inner {
    width: initial;
    padding: 0 20px;
  }
}
@media (max-width: 720px) {
  #footer .inner {
    padding: 0 5%;
  }
}
#footer .link_box {
  display: flex;
  height: 83px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  #footer .link_box {
    height: 60px;
  }
}
@media (max-width: 720px) {
  #footer .link_box {
    height: auto;
    flex-direction: column;
  }
}
#footer .link_box .sns_link {
  display: flex;
  gap: 30px;
  line-height: 0;
}
@media (max-width: 1024px) {
  #footer .link_box .sns_link {
    gap: 20px;
  }
}
@media (max-width: 720px) {
  #footer .link_box .sns_link {
    height: 16vw;
    gap: 9vw;
    align-items: center;
  }
}
#footer .link_box .sns_link .btn_Youtube img {
  width: 29px;
  margin-top: 2px;
}
@media (max-width: 720px) {
  #footer .link_box .sns_link .btn_Youtube img {
        width: 8vw;
        margin-top: 0;
    }
}
#footer .link_box .sns_link .btn_Instagram img {
  width: 23px;
}
@media (max-width: 720px) {
  #footer .link_box .sns_link .btn_Instagram img {
    width: 6.5vw;
  }
}
#footer .link_box .sns_link .btn_Facebook img {
  width: 13px;
}
@media (max-width: 720px) {
  #footer .link_box .sns_link .btn_Facebook img {
    width: 3.5vw;
  }
}
#footer .link_box .sns_link .btn_Kakao img {
  width: 24px;
}
@media (max-width: 720px) {
  #footer .link_box .sns_link .btn_Kakao img {
    width: 6.5vw;
  }
}
@media (max-width: 720px) {
  #footer .link_box .id_link {
    width: 100%;
    padding: 5vw 0 5vw;
  }
}
#footer .link_box .id_link ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  #footer .link_box .id_link ul {
    gap: 20px;
  }
}
@media (max-width: 720px) {
  #footer .link_box .id_link ul {
    gap: 5vw 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  #footer .link_box .id_link ul li {
    width: auto;
    padding-right: 7vw;
  }
}
#footer .link_box .id_link ul li a {
  display: inline-block;
  padding: 2px 0 0 30px;
  font-size: var(--f-19);
  color: var(--C-737380);
  font-weight: 900;
  background: url(../images/common/footer_icon_id.png) no-repeat left top;
  background-size: 23px auto;
}
@media (max-width: 1024px) {
  #footer .link_box .id_link ul li a {
    font-size: var(--f-17);
    padding: 0 0 0 22px;
    background-size: 18px auto;
  }
}
@media (max-width: 720px) {
  #footer .link_box .id_link ul li a {
    padding: 0 0 0 5.5vw;
    font-size: 4vw;
    background-size: 4.5vw auto;
  }
}
#footer .link_box .id_link ul li:last-child a {
  background: none;
  padding-left: 0;
}
#footer .company_info {
  height: 167px;
  display: flex;
  font-size: var(--f-19);
  color: var(--C-737380);
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  #footer .company_info {
    height: 140px;
    font-size: var(--f-17);
  }
}
@media (max-width: 720px) {
  #footer .company_info {
    height: auto;
    padding-bottom: 3vw;
    align-items: flex-start;
    flex-direction: column;
  }
}
#footer .company_info .left {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #footer .company_info .left {
    gap: 5px;
  }
}
@media (max-width: 720px) {
  #footer .company_info .left {
    padding-bottom: 3vw;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  #footer .company_info .left p {
    margin-right: 5.4vw;
  }
}
@media (max-width: 720px) {
  #footer .company_info .left p:first-child {
    width: 100%;
    margin-right: 0;
  }
}
#footer .company_info .left p span {
  margin-right: 27px;
  font-weight: 500;
}
@media (max-width: 720px) {
  #footer .company_info .left p span {
    margin-right: 3vw;
    font-size: 3.4vw;
  }
}
#footer .company_info .left p b {
  font-size: var(--f-32);
  color: var(--C-45474d);
  letter-spacing: -1.5px;
  font-weight: 800;
}
@media (max-width: 720px) {
  #footer .company_info .left p b {
    font-size: 5.4vw;
  }
}
#footer .company_info .left p strong {
  font-size: var(--f-19);
  color: var(--C-45474d);
  letter-spacing: -1px;
  font-weight: 800;
}
@media (max-width: 720px) {
  #footer .company_info .left p strong {
    font-size: 4vw;
  }
}
#footer .company_info .right {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #footer .company_info .right {
    gap: 10px;
  }
}
@media (max-width: 720px) {
  #footer .company_info .right {
    font-size: 3.8vw;
    gap: 3vw;
  }
}
#footer .company_info .right .link ul {
  display: flex;
}
#footer .company_info .right .link li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 15px;
  color: var(--C-f4f4f4);
  vertical-align: -2px;
}
#footer .company_info .right .link li:last-child::after {
  display: none;
}
#footer .company_info .right .link a {
  color: var(--C-737380);
}
@media (max-width: 720px) {
  #footer .company_info .right .link a {
    font-size: 3.8vw;
  }
}
#footer .copy {
  display: flex;
  height: 77px;
  font-size: var(--f-15);
  color: var(--C-aaaab2);
  align-items: center;
}
@media (max-width: 1024px) {
  #footer .copy {
    height: 50px;
  }
}
@media (max-width: 720px) {
  #footer .copy {
    height: 10.6vw;
    font-size: 3.5vw;
  }
}

/* quick */
.quick {
  width: 87px;
  position: fixed;
  right: 50%;
  bottom: 10%;
  margin-right: -750px;
  z-index: 5;
  transition: all 1s ease;
}
@media (max-width: 1500px) {
  .quick {
    width: auto;
    right: 2%;
    margin-right: 0;
  }
}
@media (max-width: 720px) {
  .quick {
    bottom: 100px;
    top: initial;
  }
}
.quick.hidden {
  display: none;
}
.quick .btn_box {
  display: flex;
  width: 88px;
  height: 147px;
  position: relative;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50px;
  background-color: var(--C-000b17);
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .quick .btn_box {
    width: 70px;
    height: 100px;
  }
}
.quick .btn_box::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  top: 73px;
  z-index: 1;
  background-color: var(--C-33373f);
}
@media (max-width: 1500px) {
  .quick .btn_box::after {
    width: 30px;
    top: 50px;
  }
}
.quick .btn_box a {
  color: var(--C-aaaab3);
}
.quick .btn_box a:hover {
  color: var(--C-ffffff);
}
.quick .btn_box .menu_open {
  display: flex;
  width: 100%;
  height: 100%;
  color: var(--C-aaaab3);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-evenly;
  border: none;
  background: none;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease;
}
@media (max-width: 720px) {
  .quick .btn_box .menu_open {
    font-size: 3vw;
  }
}
.quick .btn_box .menu_open:hover {
  color: var(--C-ffffff);
}
.quick .btn_box .menu_open i {
  display: block;
}
.quick .btn_box .btn_list {
  width: 88px;
  padding: 40px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50px;
  background-color: var(--C-000b17);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: all 0.3s ease;
  height: 80%;
}
@media (max-width: 1500px) {
  .quick .btn_box .btn_list {
    width: 70px;
  }
}
.quick .btn_box .btn_list .tel {
  padding-top: 30px;
  margin-top: 80px;
  font-size: var(--f-17);
  color: var(--C-aaaab3);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  filter: brightness(0.5);
  background: url(../images/common/quick_icon_tel.png) no-repeat center top;
}
.quick .btn_box .btn_list .tel:hover {
  filter: brightness(1);
}
.quick .btn_box .btn_list .tel:hover i {
  color: var(--C-ffffff);
}
.quick .btn_box .btn_list ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick .btn_box .btn_list li::before {
  display: block;
  content: "";
  width: 48px;
  height: 1px;
  margin: 13px auto;
  background-color: var(--C-33373f);
}
@media (max-width: 1500px) {
  .quick .btn_box .btn_list li::before {
    width: 30px;
  }
}
.quick .btn_box .btn_list li a {
  display: inline-block;
  font-size: var(--f-13);
  color: var(--C-aaaab3);
}
.quick .btn_box .btn_list li a:hover {
  color: var(--C-ffffff);
}
.quick .btn_box .btn_list li a i {
  display: block;
  height: 30px;
  width: 100%;
  filter: brightness(0.5);
  background-repeat: no-repeat;
  background-position: center top;
}
.quick .btn_box .btn_list li:nth-child(1) a i {
  background-image: url(../images/common/quick_icon_kakao.png);
}
.quick .btn_box .btn_list li:nth-child(2) a i {
  background-image: url(../images/common/quick_icon_cost.png);
}
.quick .btn_box .btn_list li:nth-child(3) a i {
  background-image: url(../images/common/quick_icon_online.png);
}
.quick .btn_box .btn_list li:nth-child(4) a i {
  background-image: url(../images/common/quick_icon_reservation.png);
}
.quick .btn_box .btn_list li a:hover i {
  filter: brightness(1);
}

.quick .btn_box.on {
  height: 410px;
  padding: 50px 0;
}
.quick .btn_box.on .btn_list {
  display: flex;
  pointer-events: auto;
  opacity: 1;
  height: 100%;
  transform: translateY(0);
}
.quick .btn_box.on .menu_open {
  opacity: 0;
  height: 100%;
}
.quick .btn_top {
  display: flex;
  width: 88px;
  height: 88px;
  color: var(--C-aaaab3);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: var(--C-000b17);
}
@media (max-width: 1500px) {
  .quick .btn_top {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 720px) {
  .quick .btn_top {
    font-size: 3vw;
    display: none;
  }
}
.quick .btn_top:hover {
  color: var(--C-ffffff);
}
@media (max-width: 720px) {
  .quick .btn_box .btn_list .tel {
    display: none;
  }
  .quick .btn_box .btn_list li:nth-child(1)::before {
    display: none;
  }
  .quick .btn_box .btn_list li:nth-child(4) {
    display: none;
  }
  .quick .btn_box.on {
    height: 210px;
  }
  .quick .btn_box .btn_list {
    padding: 0;
  }
  .quick .btn_box.on {
    padding: 30px 0;
  }
}

/* [S] 기본속성 - 프로젝트 셋팅 이후 수정금지 */
@media (max-width: 1024px) {
  /* body{font-size:3.89vw;line-height:5.56vw;} */
}
/* [E] 기본속성 - 프로젝트 셋팅 이후 수정금지 */

/* [S] common html */
br.mb_br {
  display: none;
}
@media (max-width: 720px) {
  br.mb_br {
    display: block;
  }
}

/* radio */
.radio_style {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-size: var(--f-21);
  color: var(--C-000b17);
  font-weight: 500;
}
.radio_style input[type="radio"] {
  display: none;
}
.radio_style .box {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  position: relative;
  border-radius: 35px;
  background-color: var(--C-f0f0f0);
}
.radio_style input[type="radio"]:checked + .box {
  background: var(--C-f0f0f0) url(../images/wb/common/icon_radio_check.png)
    no-repeat center center;
}

/* container */
@media (max-width: 1920px) {
  #wrap #container {
    background-size: 100vw;
  }
}
@media (max-width: 720px) {
  #wrap #container {
    background-size: 145vw;
  }
}

/* counseling_form */

.clause_wrap {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 3%;
  box-sizing: border-box;
  background-color: var(--C-ffffff);
}
.clause_wrap.on {
  display: block;
}
.clause_content {
  margin: 45px 0 40px;
  border-top: 1px solid var(--C-e3e3e3);
  border-bottom: 2px solid var(--C-e3e3e3);
}
@media (max-width: 1020px) {
  .clause_content {
    margin: 4% 0 4%;
  }
}
.clause_content .item {
  padding-bottom: 40px;
}
@media (max-width: 720px) {
  .clause_content .item {
    padding-bottom: 6%;
  }
}
.clause_content .clause_box {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid var(--C-e3e3e3);
  border-bottom: 1px solid var(--C-e3e3e3);
}
@media (max-width: 1020px) {
  .clause_content .clause_box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 720px) {
  .clause_content .clause_box {
    padding: 6% 0;
  }
}
.clause_content .clause_box p {
  font-size: var(--f-20);
  color: var(--C-000b17);
  font-weight: 500;
}
@media (max-width: 1020px) {
  .clause_content .clause_box p {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media (max-width: 720px) {
  .clause_content .clause_box p {
    font-size: 4vw;
  }
}
.clause_content .clause_box p i {
  color: var(--C-f172ac);
}
.clause_content .clause_box label {
  margin-left: 30px;
}
@media (max-width: 720px) {
  .clause_content .clause_box label {
    font-size: 4vw;
  }
}
.clause_content .clause_title {
  padding: 30px 0 10px;
  font-size: var(--f-17);
  color: var(--C-000b17);
  font-weight: 800;
}
@media (max-width: 720px) {
  .clause_content .clause_title {
    font-size: 4vw;
  }
}
.clause_content .item {
  display: none;
}
.clause_content .item.on {
  display: block;
}
.clause_content .clause_table {
  display: grid;
  grid-template-columns: 1fr 2fr 1.2fr;
  border: 1px solid var(--C-737380);
  border-top: 2px solid var(--C-45474d);
}
.clause_content .clause_table .item {
  display: contents;
}
.clause_content .clause_table .th {
  padding: 20px;
  font-size: var(--f-15);
  color: var(--C-000b17);
  border-right: 1px solid var(--C-737380);
  border-bottom: 1px solid var(--C-737380);
}
@media (max-width: 720px) {
  .clause_content .clause_table .th {
    font-size: 3vw;
  }
}
.clause_content .clause_table .th:last-child {
  border-right: none;
}
.clause_content .clause_table .td {
  padding: 20px;
  font-size: var(--f-15);
  color: var(--C-737380);
  border-right: 1px solid var(--C-737380);
}
@media (max-width: 720px) {
  .clause_content .clause_table .td {
    font-size: 3vw;
  }
}
.clause_content .clause_table .td:last-child {
  border-right: none;
}
.clause_content .clause_text {
  height: 160px;
  margin-top: 5px;
  overflow: auto;
  padding: 25px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: var(--C-f4f4f4);
}
@media (max-width: 720px) {
  .clause_content .clause_text {
    padding: 3% 5%;
    font-size: 3.5vw;
  }
}
.clause_wrap .btn_close {
  display: block;
  width: 112px;
  height: 46px;
  margin: 30px auto 0;
  font-size: var(--f-21);
  color: var(--C-e46ea4);
  font-weight: 800;
  border-radius: 50px;
  border: 1px solid var(--C-e46ea4);
  background: none;
}

/* C-visual */
.C-visual {
  height: 900px;
  position: relative;
}
@media (max-width: 1920px) {
  .C-visual {
    height: auto;
  }
}
@media (max-width: 1500px) {
  .C-visual {
    height: 58vw;
  }
}
@media (max-width: 1100px) {
  .C-visual {
    height: 60vw;
  }
}
@media (max-width: 720px) {
  .C-visual {
    height: 141.67vw;
  }
}
/*.C-visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin-left: -960px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 3;
  background: url(../images/wb/common/visual_dim.png) no-repeat center bottom;
  background-size: 100%;
}
@media (max-width: 1920px) {
  .C-visual::after {
    margin-left: 0;
    left: 0;
  }
}
@media (max-width: 720px) {
  .C-visual::after {
    bottom: 37vw;
  }
}*/
.C-visual .img_text {
  /* img 이미지 타입 */
  position: absolute;
  left: 50%;
  top: 277px;
  z-index: 4;
  text-align: center;
}
@media (max-width: 1920px) {
  .C-visual .img_text {
    top: 25%;
  }
}
@media (max-width: 1500px) {
  .C-visual .img_text {
    left: 45%;
  }
}
@media (max-width: 970px) {
  .C-visual .img_text {
    top: 15vw;
    left: 48%;
  }
}
@media (max-width: 720px) {
  .C-visual .img_text {
    width: 100%;
    top: 70vw;
    left: 0;
    text-align: center;
  }
}
.C-visual .img_text img {
  margin-bottom: 51px;
  vertical-align: top;
}
@media (max-width: 1920px) {
  .C-visual .img_text img {
    width: 70%;
    margin-bottom: 8%;
  }
}
@media (max-width: 1500px) {
  .C-visual .img_text img {
    width: 26vw;
  }
}
@media (max-width: 720px) {
  .C-visual .img_text img {
    width: 50vw;
    margin-bottom: 1%;
  }
}
.C-visual .img_text .item_02 {
  font-size: var(--f-95);
  font-weight: 800;
  letter-spacing: -5px;
  background: linear-gradient(to bottom, #20af39, #009033);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1920px) {
  .C-visual .img_text .item_02 {
    font-size: 5vw;
  }
}
@media (max-width: 1500px) {
  .C-visual .img_text .item_02 {
    letter-spacing: -2px;
  }
}
@media (max-width: 720px) {
  .C-visual .img_text .item_02 {
    font-size: 10vw;
  }
}
.C-visual .visual_img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .C-visual .visual_img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1500px) {
  .C-visual .visual_img {
    width: 110%;
    margin-left: -13%;
  }
}
@media (max-width: 720px) {
  .C-visual .visual_img {
    width: 165%;
    margin-left: 0%;
  }
}

/* C-page_title */
.C-page_title {
  padding-top: 90px;
  font-size: 60px;
  color: var(--C-000000);
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1;
}
@media (max-width: 720px) {
  .C-page_title {
    padding-top: 12%;
    font-size: 11.11vw;
  }
}
.C-page_title i {
  font-weight: 300;
}
.C-page_title .c_3bbc1d {
  color: var(--C-3bbc1d);
}
.C-page_title .c_ff77b9 {
  color: var(--C-ff77b9);
}
.C-page_sub_title {
  padding-bottom: 50px;
  font-size: 20px;
  color: var(--C-000000);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 720px) {
  .C-page_sub_title {
    padding: 0 3% 10%;
    font-size: 4vw;
  }
}

/* C-tab_list */
.C-tab_list {
  display: flex;
  gap: 10px;
  padding-bottom: 60px;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .C-tab_list {
    margin: 3% 0 12%;
    padding: 0 3%;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
}
.C-tab_list a {
  display: inline-flex;
  min-width: 50px;
  height: 100%;
  padding: 17px 20px;
  color: var(--C-737380);
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: var(--C-f4f4f4);
}
@media (max-width: 720px) {
  .C-tab_list a {
    min-width: initial;
    padding: 2vw 4vw;
    font-size: 4.7vw;
  }
}
.C-tab_list a:hover {
  color: var(--C-ffffff);
  font-weight: 800;
  background-color: var(--C-ff77b9);
}
.C-tab_list a.on {
  color: var(--C-ffffff);
  font-weight: 800;
  background-color: var(--C-ff77b9);
}

/* C-title */
.C-title {
  line-height: 1;
  font-size: 60px;
  color: var(--C-000000);
  font-weight: 900;
  text-align: center;
  letter-spacing: -2px;
}
@media (max-width: 720px) {
  .C-title {
    font-size: 8.33vw;
  }
    
}
.C-title i {
  font-weight: 300;
  font-size: 50px;
}
.C-title .c_3bbc1d {
  color: var(--C-3bbc1d);
}
.C-sub_title {
  padding-top: 10px;
  padding-bottom: 80px;
  font-size: var(--f-20);
  color: var(--C-000000);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 720px) {
  .C-sub_title {
    padding-bottom: 5.56vw;
    font-size: 2.78vw;
  }
  .C-title i{font-size: 6.94vw;}    

}

/* C-RealSelfiegram */
.C-RealSelfiegram {
  padding: 40px 0 0;
}
@media (max-width: 1024px) {
  .C-RealSelfiegram {
    padding: 0 0 0;
  }
}
@media (max-width: 720px) {
  /*.C-RealSelfiegram {*/
  /*  padding: 0 0 15%;*/
  /*}*/
}
.C-RealSelfiegram .swiper-slide {
  width: 242px;
  height: 431px;
  position: relative;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
}
.C-RealSelfiegram .swiper-slide .item {
  display: flex;
  position: absolute;
  left: 31px;
  right: 31px;
  top: 29px;
  bottom: 25px;
  justify-content: space-between;
  flex-direction: column;
}
.C-RealSelfiegram .swiper-slide .item .id_icon {
  width: 23px;
  height: 24px;
  background: url(../images/wb/common/RealSelfiegram_icon_id.png) no-repeat left
    top;
}
.C-RealSelfiegram .swiper-slide .item .info {
  text-align: center;
}
.C-RealSelfiegram .swiper-slide .item .info .name {
  font-size: var(--f-30);
  color: var(--C-ffffff);
  font-weight: 700;
}
.C-RealSelfiegram .swiper-slide .item .info .tag {
  font-size: var(--f-20);
  color: var(--C-bcb2ae);
}
.C-RealSelfiegram .swiper-button-prev {
  width: 86px;
  height: 86px;
  left: 50%;
  margin-left: -30%;
  border-radius: 50%;
  background: var(--C-ffffff-50) url(../images/wb/common/btn_swiper.png)
    no-repeat center center;
}
@media (max-width: 1600px) {
  .C-RealSelfiegram .swiper-button-prev {
    left: 10%;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .C-RealSelfiegram .swiper-button-prev {
    left: 5%;
  }
}
@media (max-width: 720px) {
  .C-RealSelfiegram .swiper-button-prev {
    display: none;
    width: 60px;
    height: 60px;
    left: 1%;
  }
}
.C-RealSelfiegram .swiper-button-prev::after {
  display: none;
}
.C-RealSelfiegram .swiper-button-next {
  width: 86px;
  height: 86px;
  right: 50%;
  margin-right: -30%;
  transform: rotate(180deg);
  border-radius: 50%;
  background: var(--C-ffffff-50) url(../images/wb/common/btn_swiper.png)
    no-repeat center center;
}
@media (max-width: 1600px) {
  .C-RealSelfiegram .swiper-button-next {
    right: 10%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .C-RealSelfiegram .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 720px) {
  .C-RealSelfiegram .swiper-button-next {
    display: none;
    width: 60px;
    height: 60px;
    right: 1%;
  }
}
.C-RealSelfiegram .swiper-button-next::after {
  display: none;
}

/* C-BeforeAfter */
.C-BeforeAfter {
  padding-bottom: 100px;
}
@media (max-width: 720px) {
  .C-BeforeAfter {
    padding-bottom: 12.08vw;
  }
}
.C-BeforeAfter .swiper {
  padding-top: 60px;
}
@media (max-width: 720px) {
  .C-BeforeAfter .swiper {
    /*padding-top: 5%;*/
  }
}
.C-BeforeAfter .swiper-slide {
  width: 960px;
}
@media (max-width: 1024px) {
  .C-BeforeAfter .swiper-slide {
    width: 680px;
  }
}
@media (max-width: 720px) {
  .C-BeforeAfter .swiper-slide {
    width: 94%;
  }
}
.C-BeforeAfter .img {
  display: flex;
  height: 480px;
  overflow: hidden;
  justify-content: space-evenly;
  border-radius: 300px;
  background-color: var(--C-ffffff);
}
@media (max-width: 1024px) {
  .C-BeforeAfter .img {
    height: 340px;
  }
}
@media (max-width: 720px) {
  .C-BeforeAfter .img {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .C-BeforeAfter .img img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 720px) {
  .C-BeforeAfter .img img {
    width: 100%;
    height: 100%;
  }
}
.C-BeforeAfter .img .left {
  width: 50%;
  position: relative;
  text-align: center;
}
@media (max-width: 720px) {
  .C-BeforeAfter .img .left {
    width: 50%;
  }
}
.C-BeforeAfter .img .left img {
  filter: blur(15px);
}
.C-BeforeAfter .img .left .login_dim {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: flex-end;
  background-color: var(--C-000000-50);
}
@media (max-width: 720px) {
  .C-BeforeAfter .img .left .login_dim {
    align-items: center;
  }
}
.C-BeforeAfter .img .left .login_dim .text {
  padding-bottom: 85px;
}
@media (max-width: 720px) {
  .C-BeforeAfter .img .left .login_dim .text {
    padding-bottom: 0;
  }
}
.C-BeforeAfter .img .left .login_dim .text p {
  padding-bottom: 15px;
  font-size: var(--f-32);
  color: var(--C-ffffff);
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .C-BeforeAfter .img .left .login_dim .text p {
    font-size: var(--f-25);
  }
}
@media (max-width: 720px) {
  .C-BeforeAfter .img .left .login_dim .text p {
    font-size: 4.5vw;
  }
}
.C-BeforeAfter .img .left .login_dim .text p strong {
  font-weight: 900;
}
@media (max-width: 720px) {
  .C-BeforeAfter .img .left .login_dim .text p strong {
    font-weight: 700;
  }
}
.C-BeforeAfter .img .left .text .btn_login {
  height: 80px;
  padding: 0 80px;
  font-size: var(--f-25);
  color: var(--C-111113);
  font-weight: 800;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: var(--C-ffffff);
}
@media (max-width: 1024px) {
  .C-BeforeAfter .img .left .text .btn_login {
    height: 65px;
    padding: 0 60px;
  }
}
@media (max-width: 720px) {
  .C-BeforeAfter .img .left .text .btn_login {
    font-size: 4vw;
    height: initial;
    padding: 10px 5vw;
  }
}
.C-BeforeAfter .img .right {
  width: 50%;
  position: relative;
  text-align: center;
}
@media (max-width: 720px) {
  .C-BeforeAfter .img .right {
    width: 50%;
  }
}
.C-BeforeAfter .item .info {
  padding-top: 35px;
  text-align: center;
}
@media (max-width: 720px) {
  .C-BeforeAfter .item .info {
    padding-top: 3%;
  }
}
.C-BeforeAfter .item .info .name {
  font-size: var(--f-32);
  color: var(--C-000b17);
}
@media (max-width: 720px) {
  .C-BeforeAfter .item .info .name {
    font-size: 4.4vw;
  }
}
.C-BeforeAfter .item .info .name strong {
  font-size: var(--f-50);
  font-weight: 900;
}
@media (max-width: 720px) {
  .C-BeforeAfter .item .info .name strong {
    font-size: 7vw;
  }
}
.C-BeforeAfter .item .info .tag {
  font-size: var(--f-24);
  color: var(--C-45474d);
}
@media (max-width: 720px) {
  .C-BeforeAfter .item .info .tag {
    padding: 0 3%;
    font-size: 4vw;
  }
}
.C-BeforeAfter .swiper-button {
  display: flex;
  width: 720px;
  height: 30px;
  margin: 30px auto 0;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media (max-width: 720px) {
  .C-BeforeAfter .swiper-button {
    width: 100%;
    margin-top: 7.64vw;
  }
}
.C-BeforeAfter .swiper-button-prev {
  width: 17px;
  height: 27px;
  margin: 0;
  margin-right: 20px;
  position: relative;
  left: initial;
  top: initial;
  background: url(../images/wb/common/btn_swiper_c000b17.png) no-repeat left top;
}
@media (max-width: 720px) {
  .C-BeforeAfter .swiper-button-prev {
    width: 3vw;
    height: 5vw;
    margin-right: 2%;
    background-size: 100%;
  }
}
.C-BeforeAfter .swiper-button-prev::after {
  display: none;
}
.C-BeforeAfter .swiper-button-next {
  width: 17px;
  height: 27px;
  margin: 0;
  margin-left: 20px;
  position: relative;
  right: initial;
  top: initial;
  transform: rotate(180deg);
  background: url(../images/wb/common/btn_swiper_c000b17.png) no-repeat left top;
}
@media (max-width: 720px) {
  .C-BeforeAfter .swiper-button-next {
    width: 3vw;
    height: 5vw;
    margin-left: 2%;
    background-size: 100%;
  }
}
.C-BeforeAfter .swiper-button-next::after {
  display: none;
}
.C-BeforeAfter .swiper-pagination {
  width: auto;
  height: 20px;
  position: relative;
  top: 0;
}
@media (max-width: 720px) {
  .C-BeforeAfter .swiper-pagination {
    display: flex;
    height: 2.92vw;
    align-items: center;
  }
}
.C-BeforeAfter .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 10px !important;
  opacity: 1;
  background-color: var(--C-aaaab3);
}
.eye .C-BeforeAfter .include_bna_swiper .swiper-pagination-bullet-active {
  background-color: #db26b0;
}
@media (max-width: 720px) {
  .C-BeforeAfter .swiper-pagination-bullet {
    width:  2.92vw;
    height:  2.92vw;
    margin: 0 1.5vw !important;
  }
}
.C-BeforeAfter .swiper-pagination-bullet-active {
  background-color: var(--C-ff77b9);
}

/* C-idCenter */
.C-idCenter {
  display: flex;
  padding-bottom: 200px;
  justify-content: center;
}
@media (max-width: 720px) {
  .C-idCenter {
    padding-bottom: 15vw;
  }
}
.C-idCenter ul {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .C-idCenter ul {
    width: 100%;
    padding: 0 4%;
    gap: 3vw;
  }
}
.C-idCenter li {
  display: flex;
  width: 960px;
  height: 200px;
  padding-left: 480px;
  overflow: hidden;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 1024px) {
  .C-idCenter li {
    width: 100%;
    height: 20vw;
    padding-left: 44vw;
    background-size: auto 100%;
  }
}
.C-idCenter li:nth-child(1) {
  background-color: var(--C-f5e3ff);
  background-image: url(../images/wb/common/idCenter_list_img_01.png);
}
.C-idCenter li:nth-child(2) {
  background-color: var(--C-ffe9e5);
  background-image: url(../images/wb/common/idCenter_list_img_02.png);
}
.C-idCenter li:nth-child(3) {
  background-color: var(--C-ebdfe5);
  background-image: url(../images/wb/common/idCenter_list_img_03.png);
}
.C-idCenter li h5 {
  font-size: var(--f-50);
  font-weight: 800;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .C-idCenter li h5 {
    font-size: 5vw;
  }
}
.C-idCenter li:nth-child(1) h5 {
  color: var(--C-f66fd6);
}
.C-idCenter li:nth-child(2) h5 {
  color: var(--C-ea6753);
}
.C-idCenter li:nth-child(3) h5 {
  color: var(--C-45474d);
}
.C-idCenter li p {
  font-size: var(--f-32);
  color: var(--C-a0466a);
  font-weight: 500;
  letter-spacing: -2px;
}
@media (max-width: 1024px) {
  .C-idCenter li p {
    font-size: 3.2vw;
  }
}
@media (max-width: 720px) {
  .C-idCenter li p {
    letter-spacing: -1px;
  }
}

/* C-idShorts */
.C-idShorts {
  padding: 100px 0 140px;
}
@media (max-width: 720px) {
  .C-idShorts {padding: 10% 0 17%;}
   .youtube .C-idShorts .swiper-slide {width: 50%;height: 100vw;}
   .youtube .C-idShorts .swiper-slide div {width: 100% !important;height: 100vw !important;}
}
.C-idShorts .swiper-slide {
  width: 290px;
}
.C-idShorts .swiper-button-prev {
  width: 86px;
  height: 86px;
  left: 50%;
  margin-left: -30%;
  border-radius: 50%;
  background: var(--C-ffffff-50) url(../images/wb/common/btn_swiper.png)
    no-repeat center center;
}
@media (max-width: 1600px) {
  .C-idShorts .swiper-button-prev {
    left: 10%;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .C-idShorts .swiper-button-prev {
    left: 5%;
  }
}
@media (max-width: 720px) {
  .C-idShorts .swiper-button-prev {
    display: none;
    width: 60px;
    height: 60px;
    left: 1%;
  }
}
.C-idShorts .swiper-button-prev::after {
  display: none;
}
.C-idShorts .swiper-button-next {
  width: 86px;
  height: 86px;
  right: 50%;
  margin-right: -30%;
  transform: rotate(180deg);
  border-radius: 50%;
  background: var(--C-ffffff-50) url(../images/wb/common/btn_swiper.png)
    no-repeat center center;
}
@media (max-width: 1600px) {
  .C-idShorts .swiper-button-next {
    right: 10%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .C-idShorts .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 720px) {
  .C-idShorts .swiper-button-next {
    display: none;
    width: 60px;
    height: 60px;
    right: 1%;
  }
}
.C-idShorts .swiper-button-next::after {
  display: none;
}

/* C-idYoutube */
.C-idYoutube {
  /*padding: 0 0 70px;*/
  padding: 0 0 107px;
  text-align: center;
}
.C-idYoutube .C-title {
  line-height: 1.1;
}
@media (max-width: 720px) {
  .C-idYoutube {
    /*padding: 0 0 17%;*/
    padding: 0 0 12.5vw;
  }
}
.C-idYoutube .swiper-slide {
  width: 640px;
}
@media (max-width: 720px) {
  .C-idYoutube .swiper-slide {
    width: 90%;
  }
}
@media (max-width: 720px) {
  .C-idYoutube .swiper-slide img {
    width: 100%;
  }
}
.C-idYoutube .swiper-button-prev {
  width: 86px;
  height: 86px;
  left: 50%;
  margin-left: -30%;
  border-radius: 50%;
  background: var(--C-ffffff-50) url(../images/wb/common/btn_swiper.png)
    no-repeat center center;
}
@media (max-width: 1024px) {
  .C-idYoutube .swiper-button-prev {
    left: 5%;
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .C-idYoutube .swiper-button-prev {
    display: none;
    width: 60px;
    height: 60px;
    left: 1%;
  }
}
.C-idYoutube .swiper-button-prev::after {
  display: none;
}
.C-idYoutube .swiper-button-next {
  width: 86px;
  height: 86px;
  right: 50%;
  margin-right: -30%;
  transform: rotate(180deg);
  border-radius: 50%;
  background: var(--C-ffffff-50) url(../images/wb/common/btn_swiper.png)
    no-repeat center center;
}
@media (max-width: 1024px) {
  .C-idYoutube .swiper-button-next {
    right: 5%;
    margin-right: 0;
  }
}
@media (max-width: 720px) {
  .C-idYoutube .swiper-button-next {
    display: none;
    width: 60px;
    height: 60px;
    right: 1%;
  }
}
.C-idYoutube .swiper-button-next::after {
  display: none;
}
.C-idYoutube .btn_youtube_page {
  display: inline-flex;
  height: 45px;
  line-height: 45px;
  margin-top: 40px;
  flex-direction: column;
  justify-content: center;
  width: 176px;
  font-size: 17px;
  color: var(--C-ffffff);
  font-weight: 800;
  border-radius: 23px;
  align-items: center;
  background-color: var(--C-376b2b);
}
@media (max-width: 720px) {
  .C-idYoutube .btn_youtube_page {
    height: 6.25vw;
    line-height: 6.25vw;
    margin-top: 5.56vw;
    width: 24.44vw;
    font-size: 2.36vw;
    border-radius: 3.19vw;
  }
}

/* idHospitalInfo */
.C-idHospitalInfo ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.C-idHospitalInfo li {
  width: 25%;
  position: relative;
}
@media (max-width: 720px) {
  .C-idHospitalInfo li {
    width: 50%;
  }
}
.C-idHospitalInfo img {
  width: 100%;
  vertical-align: top;
}
.C-idHospitalInfo strong {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: var(--f-32);
  color: var(--C-ffffff);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .C-idHospitalInfo strong {
    font-size: 2vw;
  }
}
@media (max-width: 720px) {
  .C-idHospitalInfo strong {
    font-size: 3.33vw;
  }
}

/* C-content_type_side */
.C-content_type_side {
  display: flex;
  width: 1441px;
  margin: 0 auto;
  align-items: flex-start;
}
@media (max-width: 1460px) {
  .C-content_type_side {
    width: auto;
    padding: 0 3%;
  }
}
.C-content_type_side .C-contents {
  width: 1001px;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1460px) {
  .C-content_type_side .C-contents {
    width: 70%;
  }
}
@media (max-width: 720px) {
  .C-content_type_side .C-contents {
    width: 100%;
    padding-right: 0;
  }
}
.C-content_type_side .C-contents::after {
  content: "";
  width: 1px;
  height: 95%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--C-bdbdc9);
}
@media (max-width: 720px) {
  .C-content_type_side .C-contents::after {
    display: none;
  }
}
.C-content_type_side .C-aside {
  width: 437px;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative; /* 고정은 안되지만 transform 가능 */
  transition: transform 0.2s ease;
}
@media (max-width: 1460px) {
  .C-content_type_side .C-aside {
    width: 30%;
    padding-left: 3%;
  }
}
@media (max-width: 720px) {
  .C-content_type_side .C-aside {
    display: none;
  }
}
.C-content_type_side .C-aside .link_list ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.C-content_type_side .C-aside .link_list ul li {
  height: 6.1vw;
  max-height: 100px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.C-content_type_side .C-aside .link_list ul li:nth-child(1) {
  background-image: url(../images/wb/common/aside_link_list_bg_01.png);
}
.C-content_type_side .C-aside .link_list ul li:nth-child(2) {
  background-image: url(../images/wb/common/aside_link_list_bg_02.png);
}
.C-content_type_side .C-aside .link_list ul li:nth-child(3) {
  background-image: url(../images/wb/common/aside_link_list_bg_03.png);
}
.C-content_type_side .C-aside .link_list ul li:nth-child(4) {
  background-image: url(../images/wb/common/aside_link_list_bg_04.png);
}
.C-content_type_side .C-aside .link_list ul li a {
  display: flex;
  height: 100%;
  padding-left: 41px;
  font-size: var(--f-21);
  color: var(--C-000b17);
  align-items: center;
}
@media (max-width: 1460px) {
  .C-content_type_side .C-aside .link_list ul li a {
    padding-left: 3vw;
    font-size: 1.5vw;
  }
}
.C-content_type_side .C-aside .btn_box {
  display: flex;
  padding: 45px 0;
  justify-content: space-around;
}
@media (max-width: 1460px) {
  .C-content_type_side .C-aside .btn_box {
    padding: 13% 0;
  }
}
.C-content_type_side .C-aside .btn_box a {
  min-width: 45px;
  padding-top: 50px;
  font-size: var(--f-21);
  color: var(--C-000b17);
  font-weight: 500;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 1460px) {
  .C-content_type_side .C-aside .btn_box a {
    padding-top: 14%;
    font-size: 1.6vw;
    background-size: auto 51%;
  }
}
.C-content_type_side .C-aside .btn_box a:nth-child(1) {
  background-image: url(../images/wb/common/aside_icon_counseling.png);
}
.C-content_type_side .C-aside .btn_box a:nth-child(2) {
  background-image: url(../images/wb/common/aside_icon_reservation.png);
}
.C-content_type_side .C-aside .btn_box a:nth-child(3) {
  background-image: url(../images/wb/common/aside_icon_kakaoTalk.png);
}
.C-content_type_side .C-aside .event_banner .item img {
  width: 100%;
  vertical-align: top;
}
.C-content_type_side .C-aside .event_banner .pagination {
  display: flex;
  margin-top: 17px;
  gap: 15px;
  justify-content: center;
}
.C-content_type_side .C-aside .event_banner .pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 8px;
  background-color: var(--C-f4f4f4);
}
.C-content_type_side .C-aside .event_banner .pagination span.on {
  background-color: var(--C-f172ac);
}
.C-content_type_side .C-aside .tel {
  display: flex;
  padding-top: 40px;
  font-size: var(--f-19);
  color: var(--C-737380);
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1460px) {
  .C-content_type_side .C-aside .tel {
    font-size: 1.5vw;
  }
}
.C-content_type_side .C-aside .tel span {
  padding-left: 23px;
  background: url(../images/wb/common/aside_icon_tel.png) no-repeat left center;
}
@media (max-width: 1460px) {
  .C-content_type_side .C-aside .tel span {
    padding-left: 2vw;
    background-size: auto 74%;
  }
}
.C-content_type_side .C-aside .tel strong {
  padding-left: 12px;
  font-size: var(--f-32);
  color: var(--C-000b17);
  font-weight: 900;
}
@media (max-width: 1460px) {
  .C-content_type_side .C-aside .tel strong {
    padding-left: 1vw;
    font-size: 2.5vw;
  }
}

/* C-input_form */
.C-input_form {
  display: flex;
  padding-top: 25px;
  gap: 25px;
  flex-direction: column;
}
@media (max-width: 720px) {
  .C-input_form {
    padding-top: 4%;
    gap: 3vw;
  }
}
.C-input_form .th {
  padding-bottom: 5px;
  font-size: var(--f-20);
  color: var(--C-000b17);
  font-weight: 500;
}
@media (max-width: 720px) {
  .C-input_form .th {
    font-size: 4vw;
  }
}
.C-input_form .th i {
  font-size: var(--f-20);
  color: var(--C-f172ac);
  font-weight: 500;
}
.C-input_form .th span {
  padding-left: 10px;
  font-size: var(--f-15);
  color: var(--C-aaaab3);
}
.C-input_form .td {
  color: var(--C-000b17);
}
.C-input_form .td.w_470 {
  display: flex;
  width: 470px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  .C-input_form .td.w_470 {
    width: 100%;
  }
}
.C-input_form .td input {
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: none;
  background-color: var(--C-f4f4f4);
}
.C-input_form .td textarea {
  width: 100%;
  height: 230px;
  padding: 10px 50px 10px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: none;
  background-color: var(--C-f4f4f4);
}
.C-input_form .td .select_style {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 50px 10px 15px;
  color: var(--C-000b17);
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background: var(--C-f4f4f4) url(../images/wb/common/icon_select_style.png)
    no-repeat right 30px center;
}
.C-input_form .td .select_style:focus {
  outline: none;
}
.C-input_form .td.td_tel .select_style {
  width: 30%;
}
.C-input_form .td.td_tel input {
  width: 65%;
}
.C-input_form .td.td_file {
  display: flex;
  gap: 10px;
}
.C-input_form .td.td_file button {
  width: 200px;
  padding: 10px 0;
  font-size: var(--f-19);
  color: var(--C-ffffff);
  cursor: pointer;
  border-radius: 10px;
  border: none;
  background-color: var(--C-ff77b9);
}

/* C-clause_box */
.C-clause_box {
  margin-top: 35px;
  border-top: 2px solid var(--C-e3e3e3);
}
.C-clause_box .item {
  padding: 25px 0 18px;
  border-bottom: 2px solid var(--C-e3e3e3);
}
.C-clause_box .item .checkbox_style {
  display: inline-flex;
  margin-bottom: 5px;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.C-clause_box .item .checkbox_style input[type="checkbox"] {
  display: none;
}
.C-clause_box .item .checkbox_style .box {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  position: relative;
  border-radius: 4px;
  background-color: var(--C-f0f0f0);
}
.C-clause_box .item .checkbox_style input[type="checkbox"]:checked + .box {
  background: var(--C-f0f0f0) url(../images/wb/common/icon_checkbox_check.png)
    no-repeat center center;
}
.C-clause_box .clause_text {
  height: 160px;
  margin-top: 5px;
  overflow: auto;
  padding: 25px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: var(--C-f4f4f4);
}

/*C-edit_info, C-edit_box*/
.C-edit_info {
  border-top: 2px solid var(--C-737380);
}
.C-edit_info .title {
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: var(--f-20);
  color: var(--C-000b17);
  font-weight: 800;
  border-bottom: 2px solid var(--C-e3e3e3);
}
@media (max-width: 720px) {
  .C-edit_info .title {
    padding: 3vw;
    font-size: 4vw;
  }
}
.C-edit_info .title::before {
  content: "제목 : ";
}
@media (max-width: 720px) {
  .C-edit_info .title::before {
    display: none;
  }
}
.C-edit_info .tag {
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: var(--f-17);
  color: var(--C-737380);
  font-weight: 500;
}
@media (max-width: 720px) {
  .C-edit_info .tag {
    padding: 2.5vw 3vw;
    font-size: 3.5vw;
  }
}
.C-edit_box {
  padding: 60px 30px;
  font-size: var(--f-17);
  color: var(--C-000b17);
  border-top: 2px solid var(--C-e3e3e3);
  border-bottom: 2px solid var(--C-e3e3e3);
}
@media (max-width: 720px) {
  .C-edit_box {
    padding: 10vw 0;
    font-size: 3.5vw;
  }
}

/* C-pagination */
.C-pagination {
  display: flex;
  margin-top: 55px;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
.C-pagination a {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: var(--f-13);
  color: var(--C-737380);
}
@media (max-width: 720px) {
  .C-pagination a {
    width: 20px;
  }
}
.C-pagination a:hover {
  font-weight: 800;
  color: var(--C-f172ac);
}
.C-pagination a.on {
  font-weight: 800;
  color: var(--C-f172ac);
}
.C-pagination i {
  width: 25px;
  height: 10px;
  background: url(../images/wb/common/pagination_icon_bull.png) no-repeat center
    center;
}
.C-pagination .btn_prev {
  width: 11px;
  height: 17px;
  margin-right: 20px;
  background: url(../images/wb/common/pagination_btn_prev.png) no-repeat left
    top;
}
.C-pagination .btn_next {
  width: 11px;
  height: 17px;
  margin-left: 20px;
  background: url(../images/wb/common/pagination_btn_next.png) no-repeat left
    top;
}

/* inner */
.C-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .C-inner {
    padding: 0 40px;
  }
}
@media (max-width: 720px) {
  .C-inner {
    padding: 0;
  }
}

/* [E] common html */

@media (max-width: 1024px) {
  /* TABLET */
}
/*----------------------------------*/

@media (max-width: 1024px) {
  .counseling_form {
    width: 680px;
    margin-left: -340px;
    flex-direction: row;
    flex-wrap: wrap;
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 720px) {
  .counseling_form {
    /* display: none; */
    width: 96%;
    height: auto;
    padding: 15px;
    border-radius: 20px;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -48%;
  }
}
@media (max-width: 720px) {
  .counseling_form .item {
    margin-bottom: 15px;
    flex: 1 1 25%;
  }
}
@media (max-width: 1024px) {
  .counseling_form .input_name {
    height: 38px;
    font-size: var(--f-17);
  }
}
@media (max-width: 720px) {
  .counseling_form .input_name {
    width: 95%;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .counseling_form .input_phone {
    height: 38px;
    font-size: var(--f-17);
  }
}
@media (max-width: 720px) {
  .counseling_form .input_phone {
    width: 95%;
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .counseling_form .select_field {
    height: 38px;
	margin-left:40px;
    font-size: var(--f-17);
  }
}
@media (max-width: 720px) {
  .counseling_form .select_field {
    width: 100%;
    min-width: 200px;
    max-width: 220px;
    margin: 0;
  }
}
.counseling_form .clause {
  margin-left: 13px;
  margin-bottom: 0;
  font-size: var(--f-13);
  color: var(--C-ffffff);
}
@media (max-width: 1024px) {
  .counseling_form .clause {
    display: flex;
    width: 100%;
    margin-left: 80px;
  }
}
@media (max-width: 720px) {
  .counseling_form .clause {
    flex: 100%;
    margin-left: 0;
    padding: 0 0 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .counseling_form .clause div {
    margin-right: 20px;
  }
}
.counseling_form .checkbox_style {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.counseling_form .checkbox_style input[type='checkbox'] {
  display: none;
}
.counseling_form .checkbox_style .box {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  position: relative;
  border-radius: 4px;
  background-color: var(--C-ffffff);
}
.counseling_form .checkbox_style input[type='checkbox']:checked + .box {
  background: var(--C-ffffff) url(../images/wb/common/icon_checkbox_check.png) no-repeat center center;
}
.counseling_form .clause a {
  margin-left: 2px;
  font-size: var(--f-13);
  color: var(--C-aaaab3);
  vertical-align: 9px;
  border-bottom: 1px solid var(--C-aaaab3);
}
.counseling_form .btn_request {
  width: 180px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  font-size: var(--f-24);
  color: var(--C-ffffff);
  font-weight: 800;
  cursor: pointer;
  border: none;
  border-radius: 70px;
  background-color: var(--C-3bbc1d);
}
@media (max-width: 1024px) {
  .counseling_form .btn_request {
    width: 104px;
    font-size: var(--f-20);
  }
}
@media (max-width: 720px) {
  .counseling_form .btn_request {
    width: auto;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    font-weight: 600;
  }
}
.counseling_form .btn_request br {
  display: none;
}
@media (max-width: 1024px) {
  .counseling_form .btn_request br {
    display: block;
  }
}
@media (max-width: 720px) {
  .counseling_form .btn_request br {
    display: none;
  }
}
/*****/
.clause_wrap {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 3%;
  box-sizing: border-box;
  background-color: var(--C-ffffff);
}

.clause_content {
  margin: 45px 0 40px;
  border-top: 1px solid var(--C-e3e3e3);
  border-bottom: 2px solid var(--C-e3e3e3);
}
@media (max-width: 1020px) {
  .clause_content {
    margin: 4% 0 4%;
  }
}
.clause_content .item {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--C-e3e3e3);
}
@media (max-width: 720px) {
  .clause_content .item {
    padding-bottom: 6%;
  }
}
.clause_content .clause_box {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid var(--C-e3e3e3);
}
@media (max-width: 1020px) {
  .clause_content .clause_box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 720px) {
  .clause_content .clause_box {
    padding: 6% 0;
  }
}
.clause_content .clause_box p {
  font-size: var(--f-20);
  color: var(--C-000b17);
  font-weight: 500;
}
@media (max-width: 1020px) {
  .clause_content .clause_box p {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media (max-width: 720px) {
  .clause_content .clause_box p {
    font-size: 4vw;
  }
}
.clause_content .clause_box p i {
  color: var(--C-f172ac);
}
.clause_content .clause_box label {
  margin-left: 30px;
}
@media (max-width: 720px) {
  .clause_content .clause_box label {
    font-size: 4vw;
  }
}
.clause_content .clause_title {
  padding: 30px 0 10px;
  font-size: var(--f-17);
  color: var(--C-000b17);
  font-weight: 800;
}
@media (max-width: 720px) {
  .clause_content .clause_title {
    font-size: 4vw;
  }
}
.clause_content .item {
  display: none;
}
.clause_content .item.on {
  display: block;
}
.clause_content .clause_table {
  display: grid;
  grid-template-columns: 1fr 2fr 1.2fr;
  border: 1px solid var(--C-737380);
  border-top: 2px solid var(--C-45474d);
}
.clause_content .clause_table .item {
  display: contents;
}
.clause_content .clause_table .th {
  padding: 20px;
  font-size: var(--f-15);
  color: var(--C-000b17);
  border-right: 1px solid var(--C-737380);
  border-bottom: 1px solid var(--C-737380);
}
@media (max-width: 720px) {
  .clause_content .clause_table .th {
    font-size: 3vw;
  }
}
.clause_content .clause_table .th:last-child {
  border-right: none;
}
.clause_content .clause_table .td {
  padding: 20px;
  font-size: var(--f-15);
  color: var(--C-737380);
  border-right: 1px solid var(--C-737380);
}
@media (max-width: 720px) {
  .clause_content .clause_table .td {
    font-size: 3vw;
  }
}
.clause_content .clause_table .td:last-child {
  border-right: none;
}
.clause_content .clause_text {
  height: 160px;
  margin-top: 5px;
  overflow: auto;
  padding: 25px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: var(--C-f4f4f4);
}
@media (max-width: 720px) {
  .clause_content .clause_text {
    padding: 3% 5%;
    font-size: 3.5vw;
  }
}
.clause_wrap .btn_close {
  display: block;
  width: 112px;
  height: 46px;
  margin: 30px auto 0;
  font-size: var(--f-21);
  color: var(--C-e46ea4);
  font-weight: 800;
  border-radius: 50px;
  border: 1px solid var(--C-e46ea4);
  background: none;
}
/*************************/
@media (max-width: 720px) {
  /* MOBILE */
  .counseling_form {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    top: auto;
    width: 100%;
    z-index: 100;
    background-color: rgba(25, 33, 45, 0.7);
    padding: var(--vw10);
    border-radius: 0;
    gap: 0 var(--vw13);
  }
  .counseling_form .item {
    margin-bottom: var(--vw13);
    flex: 1 1 calc(33% - var(--vw13));
  }
  .counseling_form .clause {
    padding: 0;
    font-size: var(--vw16);
    margin: 0;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
  }
  .counseling_form .clause a {
    font-size: var(--vw17);
  }
  .counseling_form .checkbox_style .box {
    width: var(--vw24);
    height: var(--vw24);
    margin-right: var(--vw9);
    border-radius: var(--vw4);
  }
  .counseling_form .checkbox_style input[type='checkbox']:checked + .box {
    background-size: var(--vw17);
  }
  .counseling_form .clause > * {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }
  .counseling_form .clause div {
    margin: 0;
  }
  .counseling_form .btn_request {
    padding: 0;
    line-height: var(--vw44);
    height: var(--vw44);
    top: auto;
    padding: 0 var(--vw10);
    border-radius: var(--vw8);
    margin: 0;
    font-size: var(--vw20);
    justify-content: center;
  }
  .counseling_form .input_phone,
  .counseling_form .input_name,
  .counseling_form .select_field {
    border-radius: var(--vw8);
    width: 100%;
    height: var(--vw44);
    font-size: var(--vw17);
  }
  .counseling_form .select_field {
    background-position: 95% center;
    padding-left: var(--vw20);
    background-size: var(--vw17);
    min-width: 0;
  }
  .counseling_form .btn_request span {
    display: none;
  }
  .clause_wrap {
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    z-index: 1000;
    background-color: transparent;
  }
  .clause_wrap::before {
    content: '';
    background-color: var(--C-000000);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
  }
  .clause_content {
    max-width: 98%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 3%;
    height: 100%;
    position: relative;
    background-color: var(--C-ffffff);
    overflow: auto;
    box-sizing: border-box;
    font-size: var(--vw14);
  }
  .clause_content .clause_text {
    height: auto;
    overflow: auto;
  }
  .clause_content .clause_box p,
  .clause_content .clause_box label,
  .clause_content .clause_title {
    font-size: var(--vw20);
  }
  .clause_content .clause_text,
  .imp_text {
    font-size: var(--vw18);
  }
  .clause_wrap .btn_close {
    height: var(--vw46);
    font-size: var(--vw21);
  }
}
