@charset "UTF-8";
.pos {
  position: absolute;
  left: 0;
  top: 0;
}

.pos_btm {
  position: absolute;
  left: 0;
  bottom: 0;
}

.pos_cntX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pos_cntY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rel {
  position: relative;
}

.flx {
  display: flex;
}

/* sub 공통 ================== */
#contents_area {
  position: relative;
  height: 540px;
}
@media (max-width: 1023px) {
  #contents_area {
    height: auto;
  }
}

.sub_title {
  position: relative;
  height: 100%;
  padding-top: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sub_title h1 {
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .sub_title {
    padding: 12% 0 14%;
  }
  .sub_title h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .sub_title h1 {
    font-size: 8vw;
  }
}

#sub_page_con {
  overflow: hidden;
  max-width: 1903px;
  margin: 0 auto;
}
#sub_page_con .sub_tt {
  margin: 7% 0 4%;
}
@media (max-width: 1023px) {
  #sub_page_con .sub_tt {
    margin: 16% 0 8%;
  }
}
#sub_page_con > div {
  position: relative;
}

/* ================== sub01 - 365서울차오름치과 ================== */
.sub01_tt_bg {
  background-image: url(../img/sub01/sub01_bg.jpg);
}
@media (max-width: 1023px) {
  .sub01_tt_bg {
    background-image: url(../img/sub01/mo_sub01_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.sub0103 .equipment ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 90px;
  margin: 2% auto 6%;
  width: 80%;
}
@media (max-width: 1023px) {
  .sub0103 .equipment ul {
    gap: 35px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .sub0103 .equipment ul {
    gap: 18px;
  }
  .sub0103 .equipment ul li {
    width: 47%;
  }
}

.sub0104 {
  background-color: #fff;
}
.sub0104 h2 {
  font-size: 3.1vw;
  font-weight: 600;
  padding: 5.4% 0 3%;
  background: linear-gradient(to right, #548ebc 47%, #014190 54%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.sub0104 .swiper-button-next, .sub0104 .swiper-button-prev {
  top: 36%;
  width: 2.5vw;
  height: 2.7vw;
  max-width: 31px;
  max-height: 51px;
  background-size: auto;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  .sub0104 .swiper-button-next, .sub0104 .swiper-button-prev {
    display: none;
  }
}
.sub0104 .swiper-button-next:hover, .sub0104 .swiper-button-prev:hover {
  opacity: 0.7;
}
.sub0104 .swiper-button-next {
  right: 15%;
  background-image: url(../img/slide_next.png);
}
.sub0104 .swiper-button-prev {
  left: 15%;
  background-image: url(../img/slide_prev.png);
}
.sub0104 .tour_container {
  width: 63.05%;
  margin: 0 auto;
  padding: 0 0 8%;
}
@media (max-width: 1023px) {
  .sub0104 .tour_container {
    width: 89%;
    padding: 0 0 13%;
  }
}
.sub0104 .gallery-top {
  margin: 0 auto 2%;
}
.sub0104 .gallery-thumbs {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.sub0104 .gallery-thumbs .swiper-slide {
  background-color: #ddd5d5;
  cursor: pointer;
}
.sub0104 .gallery-thumbs .swiper-slide img {
  opacity: 0.15;
}
.sub0104 .gallery-thumbs .swiper-slide-active img {
  opacity: 1;
}

.sub0105 {
  background: #eeeeee;
}
@media (max-width: 1023px) {
  .sub0105 {
    background: #eaeaea;
  }
}

/* ================== sub02 - 차오름만의 특별함 ================== */
.sub02_tt_bg {
  background-image: url(../img/sub02/sub02_bg.jpg);
}
@media (max-width: 1023px) {
  .sub02_tt_bg {
    background-image: url(../img/sub02/mo_sub02_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.sub0202_04 {
  overflow: hidden;
}
.sub0202_04 .zoom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 112%;
  background-image: url(../img/sub02/sub0202/sub0202_04_bg.jpg);
}

.sub0203 .flx {
  width: 63.06%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sub0203 .flx {
    width: 100%;
  }
}
.sub0203 .flx .pos {
  right: 0;
  top: 0;
}

.sub0204_03 ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  width: 71%;
}
@media (max-width: 1023px) {
  .sub0204_03 ul {
    width: 84%;
    bottom: 34%;
  }
  .sub0204_03 ul:last-child {
    bottom: 10%;
  }
}

@media (max-width: 1023px) {
  .sub0205 {
    background: #f4fafa;
  }
}

.sub0206_01 {
  overflow: hidden;
}
.sub0206_01 .zoom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 112%;
  background-image: url(../img/sub02/sub0202/sub0202_04_bg.jpg);
  width: 100%;
}

/* ================== sub03 - 임플란트 ================== */
.sub03_tt_bg {
  background-image: url(../img/sub03/sub03_bg.jpg);
}
@media (max-width: 1023px) {
  .sub03_tt_bg {
    background-image: url(../img/sub03/mo_sub03_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.sub0302_02 {
  overflow: hidden;
}
.sub0302_02 .zoom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 112%;
  background-image: url(../img/sub03/sub0302/sub0302_02_bg.jpg);
}
@media (max-width: 1023px) {
  .sub0302_02 .zoom {
    background-image: url(../img/sub03/sub0302/mo_sub0302_02_bg.jpg);
  }
}
.sub0302 .flx {
  width: 71.05%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sub0302 .flx {
    width: 100%;
  }
}
.sub0302 .flx .pos {
  right: 0;
  top: 0;
}

.sub0303_04 {
  overflow: hidden;
}
.sub0303_04 .zoom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 112%;
  background-image: url(../img/sub03/sub0303/sub0303_04_bg.jpg);
}
@media (max-width: 1023px) {
  .sub0303_04 .zoom {
    background-image: url(../img/sub03/sub0303/mo_sub0303_04_bg.jpg);
  }
}

.sub0304_02 .pos_cntX {
  bottom: 29%;
  width: 15.29%;
}
@media (max-width: 1023px) {
  .sub0304_02 .pos_cntX {
    bottom: 35.5%;
    width: 31.4%;
  }
}

/* ================== sub04 - 치아살리기 ================== */
.sub04_tt_bg {
  background-image: url(../img/sub04/sub04_bg.jpg);
}
@media (max-width: 1023px) {
  .sub04_tt_bg {
    background-image: url(../img/sub04/mo_sub04_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.sub0401 {
  background: #f8f8f8;
}
.sub0402_02 {
  overflow: hidden;
}
.sub0402_02 .zoom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 112%;
  background-image: url(../img/sub04/sub0402/sub0402_02_bg.jpg);
}
@media (max-width: 1023px) {
  .sub0402_02 .zoom {
    background-image: url(../img/sub04/sub0402/mo_sub0402_02_bg.jpg);
  }
}
.sub0403_04 {
  overflow: hidden;
}
.sub0403_04 .zoom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 112%;
  background-image: url(../img/sub04/sub0403/sub0403_04_bg.jpg);
}
@media (max-width: 1023px) {
  .sub0403_04 .zoom {
    background-image: url(../img/sub04/sub0403/mo_sub0403_04_bg.jpg);
  }
}
.sub0404_02 {
  background: rgb(246, 246, 246);
}
.sub0404_02 .bg_wh {
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgb(246, 246, 246) 10%, rgba(246, 246, 246, 0.8) 20%, rgba(246, 246, 246, 0) 45%), url(/img/bg_wh.png);
  background-size: cover;
  z-index: 10;
}
.sub0404_03 {
  background: rgb(230, 234, 246);
}
.sub0404_03 .bg_wh {
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgb(230, 234, 246) 10%, rgba(230, 234, 246, 0.8) 20%, rgba(230, 234, 246, 0) 45%), url(/img/bg_wh.png);
  background-size: cover;
  z-index: 10;
}
.sub0404 .flx > img {
  width: 46%;
}
@media (max-width: 1023px) {
  .sub0404 .flx > img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .sub0404 .flx {
    flex-direction: column;
  }
}
.sub0404 .swiper {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .sub0404 .swiper {
    margin: 0 0 12% 12%;
    width: 135%;
  }
}
.sub0405 {
  background: #dfebf3;
}
.sub0405 .pos_cntY {
  left: 17%;
  width: 27.39%;
}
@media (max-width: 1023px) {
  .sub0405 .pos_cntY {
    left: 9%;
    width: 69%;
  }
}

/* ================== sub05 - 통합진료 ================== */
.sub05_tt_bg {
  background-image: url(../img/sub05/sub05_bg.jpg);
}
@media (max-width: 1023px) {
  .sub05_tt_bg {
    background-image: url(../img/sub05/mo_sub05_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.sub0501_1 ul {
  display: flex;
}
@media (max-width: 1023px) {
  .sub0501_1 ul {
    display: block;
  }
}
.sub0501_3 {
  background: #fbf2f7;
}
.sub0504 .rel > div {
  position: absolute;
}
.sub0504 .rel > div:nth-child(2) {
  top: 26%;
  left: 45%;
  width: 33.37%;
}
@media (max-width: 1023px) {
  .sub0504 .rel > div:nth-child(2) {
    top: 21%;
    left: 6%;
    width: 27.8%;
  }
}
.sub0504 .rel > div:nth-child(3) {
  left: 15%;
  bottom: 22%;
  width: 22.28%;
}
@media (max-width: 1023px) {
  .sub0504 .rel > div:nth-child(3) {
    left: 42%;
    bottom: 26%;
    width: 21.12%;
  }
}
.sub0504 .rel > div:last-child {
  left: 50%;
  bottom: 21%;
  width: 40.05%;
}
@media (max-width: 1023px) {
  .sub0504 .rel > div:last-child {
    left: 59%;
    bottom: 8%;
    width: 35.6%;
  }
}
.sub0505 {
  background: #eadece;
}
.sub0506_02 {
  background: #e6eaed;
}
.sub0506_04 {
  overflow: hidden;
}
.sub0506_04 .zoom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 112%;
  background-image: url(../img/sub05/sub0506/sub0506_04_01.jpg);
}
@media (max-width: 1023px) {
  .sub0506_04 .zoom {
    background-image: url(../img/sub05/sub0506/mo_sub0506_04_01.jpg);
  }
}
.sub0506_06 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/sub05/sub0506/sub0506_06_bg.jpg);
}
@media (max-width: 1023px) {
  .sub0506_06 {
    background-image: url(../img/sub05/sub0506/mo_sub0506_06_bg.jpg);
  }
}

/* ================== sub06 - 치아교정 ================== */
.sub06_tt_bg {
  background-image: url(../img/sub06/sub06_bg.jpg);
}
@media (max-width: 1023px) {
  .sub06_tt_bg {
    background-image: url(../img/sub06/mo_sub06_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.sub0601_02 {
  width: 63.06%;
  margin: 0 auto 8%;
}
@media (max-width: 1023px) {
  .sub0601_02 {
    width: 100%;
    margin-bottom: 17%;
  }
}
.sub0601_02 .pos {
  right: 0;
  top: 0;
}
.sub0601_03 {
  overflow: hidden;
}
.sub0601_03 .zoom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 112%;
  background-image: url(../img/sub06/sub0601/sub0601_03_01.jpg);
}
@media (max-width: 1023px) {
  .sub0601_03 .zoom {
    background-image: url(../img/sub06/sub0601/mo_sub0601_03_01.jpg);
  }
}
.sub0602_04 {
  width: 63.06%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sub0602_04 {
    width: 100%;
  }
}
.sub0602_04 .pos {
  right: 0;
  top: 0;
}

/* ================== community ================== */
.community_tt_bg {
  background-image: url(../img/community/sub07_bg.jpg);
}
@media (max-width: 1023px) {
  .community_tt_bg {
    background-image: url(../img/community/mo_sub07_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
}

.sub07_tt_bg {
  background-image: url(../img/community/sub07_bg.jpg);
}
@media (max-width: 1023px) {
  .sub07_tt_bg {
    background-image: url(../img/community/mo_sub07_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.sub0703 {
  background: #f0f7ff;
  padding-bottom: 15%;
}
@media (max-width: 1023px) {
  .sub0703 {
    padding-bottom: 25%;
  }
}
@media (max-width: 767px) {
  .sub0703 {
    padding-bottom: 28%;
  }
}
.sub0703 .comm_case .swiper {
  position: relative;
  max-width: 1245px;
  width: 65.43%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .sub0703 .comm_case .swiper {
    width: 75%;
  }
}
.sub0703 .comm_case .swiper-button-prev, .sub0703 .comm_case .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 40% auto;
  transform: translateY(-50%);
  mix-blend-mode: luminosity;
}
@media (max-width: 1023px) {
  .sub0703 .comm_case .swiper-button-prev, .sub0703 .comm_case .swiper-button-next {
    display: none;
  }
}
.sub0703 .comm_case .swiper-button-prev {
  left: 13%;
}
.sub0703 .comm_case .swiper-button-next {
  right: 13%;
}
.sub0703 .comm_case .swiper-pagination {
  bottom: -10%;
  width: 100%;
}
@media (max-width: 1023px) {
  .sub0703 .comm_case .swiper-pagination {
    bottom: -17%;
  }
}
@media (max-width: 767px) {
  .sub0703 .comm_case .swiper-pagination {
    bottom: -9%;
  }
}
.sub0703 .comm_case .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #a7a8aa;
  opacity: 0.5;
  margin: 0 6px;
}
@media (max-width: 767px) {
  .sub0703 .comm_case .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.sub0703 .comm_case .swiper-pagination-bullet-active {
  opacity: 1;
}