* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #222;
}
img {
  border: 0;
  display: block;
  width: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans KR";
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
span,
b,
a {
  font-family: "Noto Sans KR";
  word-break: keep-all;
}
.form_wrap input[type="text"],
.form_wrap input[type="date"],
.form_wrap input[type="time"],
.form_wrap input[type="tel"],
button {
  -webkit-appearance: none;
}

#hd_login_msg {
  display: none;
}

.inner {
  width: 140rem;
}
.row {
  display: flex;
}
.col {
  display: flex;
  flex-direction: column;
}

#header {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}

#header.long .hd_gnb {
  position: unset;
  transform: translateX(0);
}

#header > .inner {
  margin: 0 auto;
  align-items: center;
  gap: 1.6rem;
  height: 9rem;

  position: relative;
}
.dropdown {
  border: 1px solid;
  border-radius: 8px;
  position: relative;
}
.dropdown a {
  align-items: center;
}
.dropdown a p {
  padding-left: 1.2rem;
  font-size: 1.5rem;
}
.ico {
  width: 3.4rem;
}
.dropUl {
  display: none;
  position: absolute;
  padding: 0.5rem 1.2rem;
  background: #fafafa;
  top: 4rem;
  left: 2px;
  border-radius: 8px;
  font-size: 1.5rem;
  z-index: 6;
  width: 100%;
}
.dropUl li {
  margin: 0.5rem 0;
}
.dropUl li a {
  color: #999;
}
.dropUl li:hover a {
  color: #333;
}
.hd_gnb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  line-height: 9rem;
  white-space: nowrap;
}
.hd_gnb nav {
  font-size: 2rem;
  font-weight: 500;
  gap: 3rem;
}
.member_service {
  margin-left: auto;
  font-size: 1.4rem;
  gap: 1rem;
  font-weight: 600;
}

#mo_menu_btn {
  display: none;
}

#mo_menu_btn {
  width: 3rem;
  height: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition-duration: 0.3s;
}
#mo_menu_btn span {
  width: 100%;
  height: 2px;
  background: #333;
}
#mo_menu_btn.on {
  justify-content: center;
}
#mo_menu_btn.on span:nth-child(1) {
  transform: rotate(45deg) translateY(1px);
}
#mo_menu_btn.on span:nth-child(2) {
  display: none;
}
#mo_menu_btn.on span:nth-child(3) {
  transform: rotate(-45deg) translateY(-1px);
}

/* #mo_menu{
    position: fixed;
    top: 9rem;
    right: 0;
    z-index: 20;
    background: #fafafa;
    width: 30rem;
    height: calc(100vh - 9rem);
    font-size: 2rem;
}
#mo_menu.on{display:block}

#mo_menu .dep1{
    margin: 1rem 2rem;
    padding-bottom: 1rem;
}
#mo_menu .dep1:first-child{
    padding-top: 1rem;
} */

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #3b3e3d;
  color: #f4f4f4;
}

.f_top {
  padding: 6rem 0;
  border-bottom: 1px solid #cecece;
  width: 100%;
}

.f_top .inner {
  justify-content: space-between;
  margin: 0 auto;
}

.f_top h3 {
  font-family: "Noto Serif KR", serif;
  font-weight: 200;
  margin-bottom: 2rem;
  font-size: 2.4rem;
}

.f_top h2 {
  font-size: 3.4rem;
}

.f_top .rt p.row {
  gap: 2rem;
  margin-bottom: 1rem;
}

.f_bottom {
  padding: 6rem 0;
}

.f_bottom .inner {
  gap: 6rem;
}

.f_bottom .f_info {
  justify-content: space-between;
}

.f_bottom .f_info ul {
  gap: 1rem;
}

.f_bottom .f_info ul a {
  color: #fff;
}

.copy_wrap {
  justify-content: space-between;
  align-items: flex-end;
}

.icon_wrap {
  gap: 1rem;
}

.icon_wrap li {
  width: 3rem;
}

.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
  height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.scroll p {
  transform: rotate(90deg);
  color: #fff;
  font-family: "Noto Serif KR", serif;
  font-weight: 100;
}

.scroll:after {
  content: "";
  width: 1px;
  height: 10rem;
  display: flex;
  background: #fff;
}

.menu_wrap {
  position: fixed;
  top: 9rem;
  z-index: 5;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  display: none;
}
.menu_wrap .inner {
  margin: 0 auto;
}
.menu_wrap .menu {
  padding: 4rem;
}
.menu_wrap .menu .depth01 {
  justify-content: center;
}
.menu_wrap .menu h2 {
  font-size: 1.8rem;
  padding: 1rem 0;
  border-bottom: 2px solid #444;
  margin-bottom: 1rem;
}

.menu_wrap .menu .depth02 li {
  margin: 0.5rem 0;
}
.menu_wrap .menu h3 {
  font-size: 1.6rem;
  font-weight: 500;
}

.menu_wrap .menu li {
  min-width: 12rem;
}
.menu_wrap a {
  color: #333;
}

.menu_wrap .depth02 a {
  color: #666;
  transition-duration: 0.3s;
  width: 100%;
  display: inline-block;
}

.menu_wrap .depth02 li:hover a {
  color: #333;
  padding-left: 1rem;
}

/* intro */
.intro_box {
  display: flex;
}

.intro_left {
  width: 40rem;
  height: 100vh;
}

/* .intro_left .box {
  padding: 40vh 4rem 4rem 4rem;
} */

 .intro_left .box {
  padding: 35vh 4rem 4rem 4rem;
  height: 100%;
  box-sizing: border-box;
}   
  
.intro_left .box .tit h1 {
  font-size: 4rem;
  font-weight: 900;
}
.intro_left .box .tit h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2rem 0 6rem;
}

.intro_left .link {
   margin-bottom:6rem;
}

.intro_left .link a {
  font-size: 1.6rem;
  position: relative;
  font-weight: 700;
  padding-left: 4rem;
  line-height: 3rem;
  height: 3rem;
  display: flex;
}

.intro_left .link .icon1:before {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.intro_left .link .icon1:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  background: url(../../img/my/call.png);
  background-size: cover;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}
.intro_left .link .icon2:before {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.intro_left .link .icon2:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  background: url(../../img/my/kakao.png);
  background-size: cover;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}
.intro_left .link .icon3:before {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.intro_left .link .icon3:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  background: url(../../img/my/counsel.png);
  background-size: cover;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}
.intro_left .link .icon4:before {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.intro_left .link .icon4:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  background: url(../../img/my/res.png);
  background-size: cover;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}
.intro_left .link .icon5:before {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
}   
.intro_left .link .icon5:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  background: url(../../img/my/doctor.png);
  background-size: cover;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}

.intro_left .link li {
  margin: 1rem 0;
}

.intro_left .mct-mobile {
  display:none;
}

.intro_left .mct {
  width: 60%;
  display:block;
}

.intro_right {
  width: calc(100% - 40rem);
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro_right a {
  color: #fff;
}

.intro_link {
  width: 100%;
  position: absolute;
  display: flex;
  z-index: 1;
  height: 100%;
}

.intro_link .op_effect {
  width: 100%;
  text-align: center;
  padding-top: 40vh;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.intro_link .op_effect:hover {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.intro_link h2 {
  font-size: 3rem;
}

.intro_link h3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  padding: 1rem;
}

.intro_link .op_effect .hover > a {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 3.6rem;
  border: 1px solid #fff;
  width: fit-content;
  background: rgba(255, 255, 255, 0.1);
}

.intro_link .op_effect .intro_depth1 {
  font-size: 1.8rem;
  font-weight: 600;
}

.intro_link .op_effect .intro_depth1 li {
  margin: 1rem 0;
}

.intro_link .op_effect .hover {
  display: none;
}

.intro_link .op_effect .hover.active {
  display: block;
}

.intro_main,
.intro_hover,
.intro_hover .hover_img {
  width: 100%;
  height: 100%;
}

.intro_main {
  background: url(../../img/my/intro/intro_main.png) no-repeat;
  background-size: cover;
  background-position: left;
  position: absolute;
  opacity: 0;
}

.intro_main.active {
  opacity: 1;
}

.intro_hover {
  position: relative;
}

.intro_hover .hover_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.3s;
}

.intro_hover .hover_img.active {
  opacity: 1;
}

.intro_hover .hover_img:nth-child(1) {
  background: url(../../img/my/intro/intro_main1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.intro_hover .hover_img:nth-child(2) {
  background: url(../../img/my/intro/intro_main2.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.intro_hover .hover_img:nth-child(3) {
  background: url(../../img/my/intro/intro_main3.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.intro_hover .hover_img:nth-child(4) {
  background: url(../../img/my/intro/intro_main4.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.intro_hover .hover_img:nth-child(5) {
  background: url(../../img/my/intro/intro_main5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.intro_hover .hover_img:nth-child(6) {
  background: url(../../img/my/intro/intro_main6.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#header,
.sub_sec,
#intro,
footer {
  min-width: 1800px;
}

.quick_menu {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  background: var(--m-color);
  border-radius: 1rem;
  overflow: hidden;
  z-index: 999;
}

.quick_menu ul a {
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 0.8rem;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}

.quick_menu ul li:last-child a {
  border-bottom: 0;
}

.quick_menu ul a span {
  display: flex;
  width: 3rem;
}

.top_btn {
  justify-content: center;
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
  color: var(--m-color);
}

@media all and (max-width: 640px) {
  #header,
  .sub_sec,
  #intro,
  footer {
    min-width: 100%;
  }
  html {
    font-size: 54%;
  }
  .inner {
    width: 96%;
  }
  .hd_gnb {
    display: none;
  }
  #mo_menu_btn {
    display: flex;
  }
  footer {
    padding-bottom: 10rem;
    font-size: 1.4rem;
  }
  .f_top .inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  .f_top .rt p.row {
    gap: 0.5rem 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    width: 26rem;
  }
  .f_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .f_bottom .inner {
    gap: 3rem;
  }
  .f_bottom .f_info {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .copy_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .intro_left .box .tit h1 {
    font-size: 3rem;
  }
  .intro_box {
    flex-direction: column;
  }
  .intro_left {
    width: 100%;
    height: 28rem;
  }
  .intro_left .box {
    padding: 4rem 2rem;
    display: flex;
    justify-content: space-between;
  }
  .intro_left .link {
   margin-bottom:0;
  }

  .intro_right {
    width: 100%;
    height: calc(100vh - 24rem);
    overflow-y: auto;
  }
  .intro_link {
    flex-direction: column;
  }
  .intro_link .op_effect {
    padding-top: 0;
    height: calc(100% / 5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-align: left;
    padding: 0 3rem;
    width: calc(100% - 6rem);
    margin-bottom:0;
  }
  .intro_link .op_effect .intro_depth1 {
    display: none;
  }
  .intro_link h2 { 
    font-size: 2rem;
  }
  .intro_link .op_effect .hover {
    display: block;
  }
  .intro_link .op_effect .hover > a {
    padding: 1rem 2rem;
  }

  .intro_left .mct-mobile {
    display:block;
    width: 30%;
    height: fit-content;
  }

  .intro_left .mct {
    display:none;
  } 

  .menu_wrap.mo {
    height: calc(100vh - 9rem);
    overflow-y: auto;
  }
  .menu_wrap.mo .menu .depth01 {
    flex-direction: column;
    gap: 0rem;
  }
  .menu_wrap.mo .menu h2 {
    margin-bottom: 0;
    padding: 1.5rem 0;
  }
  .menu_wrap.mo .depth02 {
    display: none;
  }
  .menu_wrap.mo .menu .depth01 > li a {
    width: 100%;
    display: flex;
  }

  .menu_wrap.mo .menu .depth01 > li:nth-last-child(1) a,
  .menu_wrap.mo .menu .depth01 > li:nth-last-child(2) a,
  .menu_wrap.mo .menu .depth01 > li:nth-last-child(3) a {
    width: auto;
    display: inline-block;
  }
  .f_top,
  .f_bottom {
    padding: 4rem 0;
  }

  .in_sec .inner {
    width: 100%;
  }

  .hd_logo {
    width: 10rem;
  }

  .quick_menu {
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 1rem 1rem 0 0;
  }
  .quick_menu ul {
    display: flex;
    width: 100%;
  }
  .quick_menu ul li {
    width: 100%;
  }
  .quick_menu ul a {
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
  .quick_menu ul li:last-child a {
    border-right: 0;
  }
  .top_btn {
    display: none;
  }
}
