@charset "utf-8";
/* CSS Document */
#wrap {
  position: relative;
  overflow: hidden;
}

#logo {
  color: #222;
  font-weight: bold;
  font-size: 15px;
}
#full-nav .left {
  position: relative;
}
.side_logo {
  width: 200px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 15px;
  font-weight: bold;
  font-size: 20px;
}

#Mainslide {
  position: relative;
}
.main1-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: rgba(8, 20, 87, 0.6);
}

.main1-bottom div {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  display: flex;
  align-items: center;
  color: white;
}

.mb_call {
  padding: 0 20px;
  text-align: center;
}
.mb_kakao a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  padding: 0 25px;
  text-align: center;
}
.mb_kakao:hover {
  transition: all 0.4s;
  background-color: #f9ba11;
}

@media screen and (max-width: 1720px) {
  .main1-bottom .inner {
    min-width: 80% !important;
  }
}
@media screen and (max-width: 962px) {
  .main1-bottom {
    display: none;
  }
}

/* cont1-1 : 의료진 소개 */
#cont1 {
  padding: 0 !important;
  background-color: #f3f8fa;
}
#cont1 .con_doctor {
  padding: 120px 0;
  position: relative;
}
#cont1 .con_doctor {
  max-width: 1500px;
  align-items: center;
  margin: 0 auto;
}
.doc_img_pc{
  position: absolute;
  bottom: 10%;
  right: 230px;
  width: 600px;
}
.doc_img_pc img{
  width: 100%;
}
.doc_img_mo img {
  display: none;
}
#cont1 .con_doctor .txt {
  padding-left: 120px;
}
#cont1 .con_doctor .txt .title {
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

#cont1 .con_doctor .txt .title span {
  align-items: center;
  gap: 20px;
}

#cont1 .con_doctor .txt .point {
  margin-top: 20px;
  align-items: flex-start;
  gap: 2%;
  align-self: stretch;
  flex-wrap: wrap;
}
#cont1 .con_doctor .txt .point li {
  flex-basis: 48%;
  font-weight: 300;
}
#cont1 .con_doctor .txt .profile {
  align-items: flex-start;
  align-self: stretch;
}
#cont1 .con_doctor .txt .profile {
  flex-basis: 48%;
}
#cont1 .con_doctor .txt .profile > ul{
  margin-bottom: 30px;
}
#cont1 .con_doctor .txt .profile ul span.body01 {
  margin-bottom: 15px;
  display: block;
  color: #1f2663;
  font-weight: 600;
}
#cont1 .con_doctor .txt .profile ul li {
  margin-bottom: 5px;
  font-weight: 300;
  width: 353px;
}
.con_doctor h3 {
  color: #1f2663;
  margin-bottom: 20px;
  font-size: 30px;
}
.doc_name h4 {
  font-size: 28px;
  color: #92a0bf;
}
.doc_name h2,
#cont1 h3{
  font-weight: 500;
  font-family: 'Gmarket Sans';
  color: #1f2663;
}
#cont1 h3{
  font-weight: 300;
}
.doc_tit {
  color: #5c6fac;
  margin: 40px 0 60px 0;
  font-weight: 500;
  line-height: 1.8em;
}
.polie_line {
  width: 80%;
  height: 1px;
  background-color: #a5a8c1;
  margin-bottom: 20px;
}
@media (width <= 1520px) {
  #cont1 .con_doctor .txt {
    padding-left: 200px;
  }
}
@media (width <= 1500px) {
  #cont1 .con_doctor {
    width: 90%;
  }
  #cont1 .con_doctor .txt{
    padding-left: 80px;
  }
  .doc_img_pc{
    right: 150px;
  }
}
@media (width <= 1410px) {
  .doc_img_pc{
    right: 50px;
  }
}
@media screen and (max-width: 1300px) {
  #cont1 .con_doctor{
    padding: 100px 0;
  }
  .doc_img_pc{
    right: 0;
  }
}
@media screen and (max-width: 1190px) {
   #cont1 .con_doctor .txt{
    padding-left: 50px;
  }
}
@media screen and (max-width: 1160px) {
  .doc_img_pc{
    width: 520px;
    bottom: 10%;
  }
}
@media screen and (max-width: 950px) {
  #cont1 .con_doctor{
    padding: 80px 0;
  }
#cont1 .con_doctor .txt{
    padding-left: 20px;
  }
  .doc_img_pc{
    width: 480px;
  }
}
@media screen and (max-width: 880px) {
  .doc_img_pc{
    width: 400px;
    bottom: 20%;
  }
}
@media screen and (max-width: 775px) {
  .doc_img_pc{
    width: 350px;
    bottom: 25%;
  }
}
@media screen and (max-width: 690px) {
  .doc_img_pc{
    width: 300px;
    bottom: 30%;
  }
}
@media screen and (max-width: 658px) {
  #cont1 .con_doctor .txt{
    padding-left: 10px;
  }
}
@media screen and (max-width: 620px) {
  #cont1 .con_doctor{
    padding: 50px 0!important;
  }
  .doc_img_pc{
    width: 250px;
    bottom: 40%;
  }
}
@media screen and (max-width: 560px) {

  #cont1 .con_doctor .txt .point {
    position: relative;
    top: 0;
    left: 0;
  }
  #cont1 .con_doctor {
    padding: 80px 30px;
  }
  .doc_img_pc {
    display: none;
  }
  .doc_img_mo img {
    display: block;
    position: relative;
    left: 30%;
  }
  #cont1 .con_doctor {
    flex-direction: column;
  }
  #cont1 .con_doctor .txt {
    margin-left: 0;
  }
  .con_doctor h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .doc_tit {
    font-size: 23px;
    margin: 20px 0 40px 0;
  }
  #cont1 .con_doctor .txt .profile {
    margin-top: 10px;
    float: left !important;
    margin-right: 50px;
  }
  #cont1 .con_doctor .txt .profile ul span.body01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #cont1 .con_doctor .txt .profile ul li {
    font-size: 17px;
  }
  .polie_line {
    width: 100%;
  }
  #cont1 .con_doctor .txt .point {
    margin-top: 20px;
  }
  #cont1 .con_doctor .txt .profile {
    float: none !important;
  }
}
@media screen and (max-width: 660px) {
  #cont1 .con_doctor {
    padding: 80px 15px;
  }
  .doc_img_mo img {
    left: 20%;
    width: 90%;
  }
}
@media screen and (max-width: 560px) {
  .doc_img_mo img {
    left: 5%;
  }
}

/* cont1-2 : 유튜브 */
#cont1 .youtube {
  padding: 8rem 12em;
  background-image: url("/images/youtube_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#cont1 .youtube .inner-box {
  padding: 0 0;
  position: relative;
}
#cont1 .youtube .inner-box .title-txt {
  color: #fff;
  padding: 0;
  text-align: left;
}
#cont1 .youtube .inner-box .title-txt span {
  color: #fff;
}
#cont1 .youtube .inner-box .title-txt h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 56px;
  font-family: 'Gmarket Sans';
}
#cont1 .youtube .inner-box .title-txt h5 {
  line-height: 1.5em;
  font-size: 21px;
  font-family: free;
  font-weight: 300;
}
#cont1 .youtube .inner-box .title-txt h2 span{
  color: #f9ba11;
  font-weight: 500;
}
#cont1 .youtube .inner-box .title-txt p {
  margin: 30px 0 50px 0;
  font-size: 18px;
}
#cont1 .youtube .inner-box .title-txt .t1 {
  margin-bottom: 0;
  position: relative;
  width: 320px;
}
#cont1 .youtube .inner-box .title-txt .t1 .point_line {
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}
.yt_md {
  position: absolute;
  top: 20%;
  right: 10%;
}
.yt_btn a {
  display: block;
  color: #fff;
  background-color: #15589b;
  width: 250px;
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
  border-radius: 60px;
}
.yt_btn a:hover {
  background-color: #ffc422;
  transition: 0.5s;
}
@media (width <= 1630px) {
  #cont1 .youtube {
    padding: 8rem 10em;
  }
  .yt_md {
    right: 0;
  }
}
@media (width <= 1440px) {
  #cont1 .youtube {
    padding: 8rem 7em;
  }
}
@media (max-width: 1320px) {
  #cont1 .youtube {
    padding: 5rem 4em;
    background-position: 60% 50%;
  }
}
@media (max-width: 1200px) {
  #cont1 .youtube {
    padding: 5rem 2em;
  }
}
@media (max-width: 1000px) {
  #cont1 .youtube .inner-box .title-txt .t1 {
    width: 280px;
  }
}
@media (max-width: 1140px) {
  #cont1 .youtube {
    padding: 5rem 8em;
  }
  .yt_md {
    position: relative;
    bottom: -10px;
  }
}
@media (max-width: 800px) {
  #cont1 .youtube .inner-box .title-txt h2 {
    font-size: 50px;
  }
}
@media (max-width: 780px) {
  #cont1 .youtube {
    padding: 6rem 2em 8em 2em;
  }
  #cont1 .youtube {
    background-image: url("/images/bg01_mo.png");
    background-position: center;
    background-attachment: unset;
  }
  #cont1 .youtube .inner-box {
    padding: 0 16px;
  }
}
@media (max-width: 635px) {
  .yt_md iframe {
    width: 100% !important;
    height: 270px !important;
  }
}
@media (max-width: 600px) {
  #cont1 .youtube {
    padding: 4rem 2em 6em 2em;
  }
  #cont1 .youtube .inner-box .title-txt h5 {
    font-size: 24px;
  }
  #cont1 .youtube .inner-box .title-txt .t1 {
    width: 268px;
  }
  #cont1 .youtube .inner-box .title-txt h2 {
    font-size: 35px;
  }
  #cont1 .youtube .inner-box .title-txt h5 {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 10px;
  }
  #cont1 .youtube .inner-box .title-txt p {
    margin-top: 40px;
  }
}

/* cont2 : 척추클리닉 */
@media (min-width: 1921px) {
  #cont2 .clinic .inner-box .box-wrap .figure img {
    width: auto;
  }
}
#cont2 {
  padding-top: 80px !important;
  padding-bottom: 0 !important;
}
#cont2 .title-txt {
  text-align: center;
}
#cont2 .title-txt .deco_t{
  letter-spacing: 1.2em;
  font-size: 16px;
}
#cont2 .title-txt h2{
  font-weight: 300;
  margin: 40px 0 50px 0;
  font-size: 42px;
  font-family: 'Gmarket Sans';
}
#cont2 .title-txt h2 span{
  font-weight: 500;
  color: #132e8b;
}
#cont2 .btns {
 /* padding-top: 3rem;*/
  display: flex;
  justify-content: center;
}
#cont2 .btns li {
  width: 23rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  letter-spacing: 0;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid #eee;
  font-family: 'Gmarket Sans';;
}
#cont2.btns li.active {
  font-weight: 700;
  color: #132e8b;
}
#cont2 .btns li.active > a::after {
  width: 100%;
}
#cont2 .btns li.active::after{
  color: #132e8b;
  font-weight: 500;
}
#cont2 .btns li::before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 6.4rem;
  background-color: #fff;
  transition: 0.5s;
  transform-origin: bottom;
  transform: translateY(-100%) rotateX(90deg);
  z-index: -1;
  color: #132e8b;
  font-weight: 500;
}
#cont2 .btns li::after {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 6.8rem;
  background-color: #fff;
  transition: 0.5s;
  transform-origin: top;
  transform: translateY(0) rotateX(0deg);
  z-index: -2;
}
#cont2 .btns li:hover::before {
  transform: translateY(0) rotateX(0);
}
#cont2 .btns li:hover::after {
  transform: translateY(100%) rotateX(90deg);
}
#cont2 .btns li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#cont2 .btns li > a::after {
  transition: width 0.35s ease-in-out;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background-color: #132e8b;
}
#cont2 .clinic {
  display: none;
  background-color: #f8f8f8;
}
#cont2 .clinic .mwidth {
  position: relative;
  margin: 0 auto;
}
#cont2 .clinic .mwidth .inner-box {
  padding: 0 0 0 40px;
  max-width: 1280px;
}
#cont2 .clinic .mwidth .inner-box .box-wrap {
  display: flex;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .title {
  padding-bottom: 2.5rem;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .title h3 {
  font-size: 2.5rem;
  color: #132e8b;
  line-height: 1.4;
  font-weight: 400;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .title p {
  line-height: 1.4;
  font-weight: 300;
  color: #676767;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .circle-area {
  display: block;
  gap: 4.6rem;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .circle-area > span {
  display: flex;
  width: 12rem;
  height: 3.4rem;
  border-radius: 36px;
  background-color: #253877;
  color: #f8f8f8;
  font-size: 1.3rem;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list > span{
  background-color: #343434;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list {
  padding-bottom: 18rem;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap {
  gap: 4.5rem;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li{
  float: left;
 /*background-color:rgba(71, 132, 147, 0.44);*/
  border-radius: 50%;
  text-align: center;
 /* padding: 80px 20px;*/
 /* width: 180px;
  height: 180px;*/
  width: 140px;
  margin-bottom: 20px;
  font-family: 'Gmarket Sans';
  font-weight: 500;
  color: #fff;
 /* background: linear-gradient(-30deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);*/
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul .ll_2{
  padding: 70px 20px;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li:nth-child(2),
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li:nth-child(3),
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li:nth-child(4)
{
  margin-left: 10px;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li {
  line-height: 1.3;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul {
  margin-top: 1em;
  display: flex;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul li {
  text-align: center;
  padding:0 2rem;
  border-right: 1px dotted#acacac;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul li:last-child{
  border-right: 0;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul li img {
  display: block;
  margin-bottom: 1.2rem;
  width: 6rem;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .figure {
  position: absolute;
  right: 0;
  bottom: 0;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1,
#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2,
#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
  bottom: 10%;
  right: 5%;
}
/*#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2{
  bottom: 3%;
}
#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
  bottom: 0%;
}*/
#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1 img,
#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
  width: 25vw;
}
/*#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
  width: 39vw;
}*/

#cont2 .clinic.active {
  display: block;
}
@media (max-width: 2300px) {
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1 img{
    width: 26vw;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
    width: 21vw;
  }
}
@media (max-width: 2000px) {
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1 img{
    width: 30vw;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
    width: 25vw;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
    right: 15%;
  }
}
@media (max-width: 1800px) {
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1 img{
    width: 34vw;
  }
}
@media (max-width: 1550px) {
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1{
    right: 10%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1 img{
    width: 35vw;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
    width: 32vw;
  }
  /*#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
    width: 48vw;
  }*/
}

@media (max-width: 1440px) {
  /*#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1{
    right: 0%;
  }
  /*#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2{
    right: 4%;
    bottom: 15%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
    right: 7%;
    bottom: 10%;
  }*/
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1 img{
    width: 43vw;
  }
  /*#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
    width: 44vw;
  }*/
}
@media (max-width: 1320px) {
  #cont2 .clinic .mwidth .inner-box{
    padding: 0 0 0 80px;
  }
  /*#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
    right: 4%;
    bottom: 10%;
  }*/
}

@media (max-width: 1279px) {
  #cont2 .btns{
    padding-top: 0.8rem;
  }
  #cont2 .btns li{
    font-size: 1.6rem;
    width: 20rem;
    height: 6.4rem;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .title h3{
    font-size: 2rem;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .title p{
    font-size: 1.1rem;
  }
  #cont2 .clinic .mwidth .inner-box {
    padding: 0 10px 0 60px;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt {
    width: 60%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .circle-area {
    gap: 3rem;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1{
    right: 0;
    bottom: 13%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
    right: 8%;
    bottom: 12%;
  }
  /*#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2{
    right: 2%;
    bottom: 25%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
    right: 5%;
    bottom: 15%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
    width: 50vw;
  }*/
}
@media (max-width: 1180px) {
  #cont2 .title-txt h2{
    margin: 0px auto;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li{
    width: 120px;
  /*  padding: 65px 10px;
    font-size: 18px;*/
    margin-right: 3px;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul .ll_2{
  padding: 55px 20px;
}
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list{
    padding-bottom: 17rem;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
    bottom: 15%;
  }
  /*#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2{
    right: 3%;
    bottom: 25%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
    right: 4%;
    bottom: 25%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
    width: 45vw;
  }*/
}
/*@media (max-width: 1050px){
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1 img{
    width: 45vw;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1{
    bottom: 35%;
  }
}
@media (max-width: 980px) {
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt{
    padding: 6rem 0;
  }
  #cont2 .btns li{
    font-size: 1.5rem;
    width: 18rem;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1 img{
    width: 49vw;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
    right: 0;
    bottom: 28%;
  }
}*/
@media (max-width: 1050px) {
  #cont2 {
    padding-top: 12.5rem;
  }
  #cont2 .clinic .mwidth{
    padding: 0 3em;
  }
  #cont2 .title-txt h2{
    font-size: 2.3rem;
  }
  #cont2 .title-txt p{
    font-weight: 300;
  }
  #cont2 .btns li {
    font-size: 1.3rem;
    width: 33.3%;
    height: 6rem;
  }
  #cont2 .btns li > a::after {
    height: 2px;
  }
  #cont2 .clinic .mwidth .inner-box {
    padding: 0;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap {
    flex-direction: column;
    position: relative;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .title h3,
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .title p{
    text-align: center;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt {
    padding: 5rem 0 46rem 0;
    width: 100%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .circle-area{
    width: 100%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list{
    padding-bottom: 0rem;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .circle-area > span {
    width: 10rem;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 auto 50px auto;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list > span{
    margin-top: 6%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li{
    width: 200px;
    font-size: 25px;
    /*padding: 88px 20px;*/
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li.ll_2{
    padding: 70px 20px;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul li img{
    width: 4.5rem;
    margin: 0 auto 10px auto;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list{
    width: 100%;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul{
    display: flex;
    justify-content: center;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul li{
    font-size: 1.2rem;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap {
    gap: 10px;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure {
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 0!important;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3{
    bottom: 0%!important;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
    width: 55vw;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure img {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 865px) {
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt {
    padding: 5rem 0 40rem 0;
  }
}
@media (max-width: 725px) {
  #cont2 .title-txt h2{
    font-size: 30px;
    line-height: 1.5em;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt {
    padding: 5rem 0 37rem 0;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .circle-area > span{
    margin-bottom: 30px;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li{
    width: 150px;
    font-size: 17px;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li.ll_2{
    padding: 55px 10px;
  }
}
@media (max-width: 675px) {
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .title h3{
    font-size: 1.6em;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .title p{
    font-size: 1em;
    line-height: 1.6em;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .title{
    padding-bottom: 1rem;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .circle-area > span{
    width: 6em;
    font-size: 1.1em;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img{
    width: 53vw;
  }
}
@media (max-width: 570px) {
  #cont2{
    padding-top: 60px!important;
  }
  #cont2 .title-txt h2{
    font-size: 25px;
  }
  #cont2 .btns li{
    font-size: 20px;
  }
  #cont2 .clinic .mwidth{
    padding: 0 10px;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt{
    padding : 4rem 0 33rem 0;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img1 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img2 img,
  #cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
    width: 62vw;
  }
  /*#cont2 .clinic .mwidth .inner-box .box-wrap .figure.f_img3 img{
    width: 50vw;
  }*/
}
@media (max-width: 560px) {
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt{
    padding : 4rem 0 33rem 0;
  }
}
@media (max-width: 500px) {
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt{
    padding: 4rem 0 29rem 0;
  }
  #cont2 .btns li{
    font-size: 16px;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li{
    width: 110px;
    font-size: 14px;
    margin-right: 5px;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .disease-list .list-wrap ul li.ll_2{
     padding: 38px 0;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul{
    gap: 0;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul li{
    font-size: 16px;
    margin-right: 0;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul li img{
    width: 4rem;
  }
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt .non-clinic-list ul li{
    padding: 0 1.3rem 15px 1.3rem;
  }
}
@media (max-width: 425px){
  #cont2 .clinic .mwidth .inner-box .box-wrap .txt{
    padding: 4rem 0 25rem 0;
  }
}

/* cont3 - 도수, 운동클리닉 */

#cont3 {
  padding-top: 9rem!important;
  padding-bottom: 6rem!important;
  background-color: #fff;
}
#cont3 .title-txt {
  color: #222;
  text-align: center;
}
#cont3 .title-txt .tt_text{
  font-size: 23px;
}
#cont3 .title-txt .tt_text .t_point{
  color: #132e8b;
  font-weight: 600;
  font-size: 28px;
}
#cont3 .title-txt .deco_t{
  letter-spacing: 1em;
  font-size: 16px;
}
#cont3 .title-txt h2{
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.3em;
  font-family: 'Gmarket Sans';
  font-weight: 500;
  color: #132e8b;
}
#cont3 .title-txt .main-color{
  color: #222;
  font-weight: 300;
}
#cont3 .title-txt > span {
  color: #222;
}
#cont3 .inner-box ul {
  margin: 5rem 0 5rem 0;
  display: flex;
  justify-content: center;
}
#cont3 .inner-box ul li {
  font-weight: 300;
  text-align: center;
  font-size: 1.6rem;
  padding: 0 2.3rem;
  color: #222;
  line-height: 1.5;
}
#cont3 .inner-box ul li .s4_wdimg img{
  width: 115px;
}
#cont3 .inner-box ul li .icon {
  height: 9rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.52rem;
}
#cont3 .inner-box ul li:not(:last-child) {
  border-right: 1px solid rgba(155, 155, 155, 0.72);
}
#cont3 .inner-box ul li > span{
  display: block;
}
#cont3 .inner-box ul li .t1{
  font-size: 26px;
  font-weight: 500;
  font-family: 'Gmarket Sans';
  color: #132e8b;
}
#cont3 .inner-box ul li .t2{
  font-size: 18px;
  margin-top: 0.5em;
}
#cont3 .inner-box .box-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0 10rem;
}
#cont3 .inner-box .box-wrap .box .figure {
  padding-bottom: 4rem;
}
#cont3 .inner-box .box-wrap .box h3 {
  color: #222;
  padding-bottom: 2.2rem;
  text-align: center;
  font-size: 4rem;
}
#cont3 .inner-box .box-wrap .box p {
  color: #222;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 1440px) {
  #cont3 .inner-box .box-wrap {
    padding: 0 7rem;
  }
}
@media (max-width: 1279px) {
  #cont3 {
    padding-bottom: 6rem!important;
  }
  #cont3 .inner-box ul {
    margin: 5rem 0 6rem 0;
  }
  #cont3 .inner-box ul li {
    width: 25%;
    max-width: 280px;
    padding: 0 1rem;
  }
  #cont3 .inner-box ul li .icon{
    height: 5.5rem;
  }
  #cont3 .inner-box ul li .icon img {
    transform: scale(0.65);
    transform-origin: center bottom;
  }
  #cont3 .inner-box .box-wrap {
    padding: 0 6.5rem;
  }
  #cont3 .inner-box .box-wrap .box {
    width: 50%;
  }
  #cont3 .inner-box ul li .t1{
    font-size: 20px;
  }
  #cont3 .inner-box ul li .t2{
    font-size: 16px;
  }
}
@media (max-width: 1070px) {
  #cont3 .inner-box .box-wrap {
    padding: 0 3rem;
  }
}
@media (max-width: 900px) {
  #cont3 .inner-box .box-wrap .box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  #cont3 {
    padding-top: 8rem!important;
  }
  #cont3 .title-txt .deco_t{
    font-size: 13px;
  }
  #cont3 .title-txt h2{
    font-size: 60px;
  }
  #cont3 .title-txt .tt_text{
    font-size: 20px;
  }
  #cont3 .inner-box ul {
    width: 100%;
    display: block;
    margin-top: -2rem;;
  }
  #cont3 .inner-box ul li{
    width: 50%;
    max-width: 50%;
    float: left;
  }
  #cont3 .inner-box ul li .t1{
    font-size: 25px;
  }
  #cont3 .inner-box ul li .icon {
    padding-bottom: 2.5rem;
    height: 5em;
    margin-top: 2em;
  }
  #cont3 .inner-box ul li:nth-child(1),
  #cont3 .inner-box ul li:nth-child(2){
    padding-bottom: 4rem;
    border-top: 1px solid rgba(155, 155, 155, 0.72);
  }
  #cont3 .inner-box ul li:nth-child(2){
    border-right: 0;
  }
  #cont3 .inner-box ul li:nth-child(3),
  #cont3 .inner-box ul li:nth-child(4){
    border-top: 1px solid rgba(155, 155, 155, 0.72);
    border-bottom: 1px solid rgba(155, 155, 155, 0.72);
    padding-bottom: 4rem;
    height: 300px;
  }
  #cont3 .inner-box ul li .icon img {
    transform: scale(0.9);
  }
  #cont3 .inner-box ul li > span {
    font-size: 1.7rem;
  }
  #cont3 .inner-box .box-wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 2em;
    padding: 4rem 6.5rem 0 6.5rem;
  }
  #cont3 .inner-box .box-wrap .box {
    width: 100%;
  }
  #cont3 .inner-box .box-wrap .box .figure{
    padding-bottom: 0;
  }
  #cont3 .inner-box .box-wrap .box .figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #cont3 .inner-box .box-wrap .box p {
    font-size: 2.3rem;
  }
  #cont3 .inner-box .box-wrap .box p br {
    display: block;
  }
}
@media (max-width: 640px) {
  #cont3 .inner-box .box-wrap {
    padding: 4rem 3rem 0 3rem;
  }
}
@media (max-width: 520px) {
  #cont3{
    padding-top: 6em!important;
    padding-bottom: 3em!important;
  }
  #cont3 .title-txt h2{
    font-size: 40px;
  }
  #cont3 .title-txt .deco_t{
    font-size: 10px;
  }
  #cont3 .title-txt .tt_text{
    font-size: 16px;
  }
  #cont3 .title-txt .tt_text .t_point{
    font-size: 18px;
  }
  #cont3 .title-txt p{
    font-size: 12px;
    line-height: 1.6em;
  }
  #cont3 .inner-box ul li .t1{
    font-size: 18px;
  }
  #cont3 .inner-box ul li .t2{
    font-size: 12px;
  }
  
  #cont3 .inner-box ul li .icon{
    height: 4.5em;
  }
  #cont3 .inner-box ul li:nth-child(1),
  #cont3 .inner-box ul li:nth-child(2),
  #cont3 .inner-box ul li:nth-child(3),
  #cont3 .inner-box ul li:nth-child(4){
    padding-bottom: 3rem;
  }
  #cont3 .inner-box .box-wrap{
    padding: 3rem 2rem 0 2rem;
  }
}

/* cont4 : 장비소개 */
#cont4 {
  width: 100%;
  padding: 6em 0 0 0!important;
  background-color: #f8f8f8 !important;
}
#cont4 .m_f6_wrap{
  background: #f8f8f8!important;
}
#cont4 .m_f6_core{
  margin: 30px auto 20px auto;
}
#cont4 .m_top_etxt{
  text-align: center;
  color: #222;
}
#cont4 .m_top_ttit{
  text-align: center;
  margin-bottom: 60px;
  text-shadow: none;
  font-family: 'Gmarket Sans';
  font-weight: 300;
  color: #222;
  
}
#cont4 .m_top_ttit .ttit_point{
  font-weight: 500;
  color: #132e8b;
}
#cont4 .rehab_type_tit{
  font-family: 'Gmarket Sans';
  font-weight: 500;
  font-size: 20px;
}
#cont4 .rehab_type_text{
  font-size: 18px;
  height: 170px;
  padding: 10px 25px 20px 25px;
}

@media screen and (max-width: 1370px) {
  #cont4 .rehab_type_text{
    height: 240px;
  }
}
@media screen and (max-width: 1225px) {
  #cont4 .m_top_ttit{
    font-size: 45px;
    margin-bottom: 40px;
  }
  #cont4 .rehab_type_tit{
    font-size: 18px;
  }
  #cont4 .rehab_type_text{
    height: 230px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1115px) {
  #cont4 .rehab_type_text{
    height: 250px;
  }
}
@media screen and (max-width: 1050px) {
  #cont4 .m_top_ttit{
    font-size: 40px;
  }
  #cont4 .rehab_type_tit{
    font-size: 15px;
  }
  #cont4 .rehab_type_text{
    height: 220px;
    font-size: 14px;
  }
}
@media screen and (max-width: 890px) {
  #cont4 .rehab_type_text{
    height: 250px;
  }
  .non{
    display: none;
  }
}
@media screen and (max-width: 830px) {
  #cont4 .rehab_type_text{
    height: 280px;
  }
}
@media screen and (max-width: 805px) {
  #cont4{
    padding: 70px 0 50px 0!important;
  }
  #cont4 .rehab_mask_core{
    height: auto;
  }
  #cont4 .m_top_ttit{
    font-size: 35px;
  }
  #cont4 .rehab_type_tit{
    font-size: 18px;
  }
  #cont4 .rehab_type_text{
    height: 160px;
    font-size: 15px;
  }
  .non{
    display:inline;
  }
}
@media screen and (max-width: 670px) {
  #cont4{
    padding: 70px 0 0 0!important;
  }
  #cont4 .m_top_ttit{
    font-size: 30px;
    line-height: 1.4em;
  }
  #cont4 .rehab_type_text{
    height: 220px;
  }
}
@media screen and (max-width: 590px) {
  .non{
    display: none;
  }
  #cont4 .m_top_ttit{
    font-size: 26px;
    margin-bottom: 25px;
  }
  #cont4 .rehab_type_text{
    height: 220px;
  }
}
@media screen and (max-width: 515px) {
  #cont4 .rehab_type_text{
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  #cont4{
    padding: 50px 0 0 0!important;
  }
  #cont4 .m_top_etxt{
    font-size: 12px;
    margin-bottom: 20px;
  }
  #cont4 .m_top_ttit{
    font-size: 22px;
    margin-top: 10px;
  }
  #cont4 .rehab_type_text{
    height: 250px;
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  #cont4 .rehab_type_tit{
    font-size: 15px;
  }
  #cont4 .rehab_type_text{
    height: 290px;
  }
}
@media screen and (max-width: 415px) {
  #cont4 .rehab_type_text{
    height: 310px;
  }
}


/* cont5 : 비수술치료 */
#cont5 {
  padding-top: 0 !important;
  padding-bottom: 0!important;
}

#cont5 .m_top_wrap {
  text-align: center;
  padding: 4em 0 3em 0;
}
.m_f6_wrap .m_top_wrap{
  color:#fff;
}	
.m_f6_wrap .m_top_wrap:before{
  background:rgba(255,255,255,.5);
}
.m_f6_wrap .m_top_etxt{
  letter-spacing: 0.8em;
  font-size: 15px;
  color: #222;
}
.m_f6_wrap .m_top_ttit{
  color:#222;
  font-size: 50px;
  margin: 30px 0 20px 0;
  font-family: 'Gmarket Sans'!important;
  font-weight: 300;
  text-shadow: none!important;
}
.m_f6_wrap .m_top_ttit .ttit_point{
  color: #132e8b;
  font-weight: 500;
}
.m_f6_wrap .m_top_txt{
  color: #222;
}
.m_f6_wrap .m_top_txt span{
  color:#d3d3d3;
}
.m_f6_wrap .m_top_txt strong{
  color:#fff; 
}
.m_f6_wrap {
  display: block;
  overflow: hidden;
  /*background: url("/images/m_f6_bg.jpg") center center no-repeat;*/
  background-size: cover;
}
.m_f6_core {
  display: block;
  overflow: hidden;
  width: 90%;
  max-width: 1400px;
  margin: 30px auto 60px auto;
}
.rehab_wrap {
  display: block;
  overflow: hidden;
}
.rehab_type_wrap {
  display: block;
  overflow: hidden;
  margin: 0 0 60px 0;
}
.rehab_type_list {
  display: flex;
  flex-wrap: wrap;
}
.rehab_type_list li {
  display: block;
  width: 32%;
  margin: 0 2% 50px 0;
  position: relative;
}
.rehab_type_list li:nth-child(3n) {
  margin: 0 0 25px 0;
}
.rehab_img {
  display: block;
  width: 100%;
}
.rehab_mask_wrap {
  display: block;
  width: 100%;
  transition-duration: 0.3s;
}
.rehab_mask_core {
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  background-color: #fff;
}
.rehab_type_tit {
  font-family: 'Gmarket Sans';
  display: block;
  overflow: hidden;
  line-height: 140%;
  font-size: 25px;
  font-weight: 500;
  word-break: keep-all;
  color: #132e8b;
}
.rehab_type_text {
  display: block;
  margin: 2px 0 0 0;
  color: #333333;
  font-weight: 300;
  font-size: 18px;
}
.rehab_type_text span {
  display: block;
  overflow: hidden;
  line-height: 150%;
  font-weight: 300;
  word-break: keep-all;
}

.rehab_info_wrap {
  display: block;
}
.rehab_info_tit {
  display: block;
  text-align: center;
  color: #222;
  font-family: 'Cafe24 Shiningstar';
  font-size: 55px;
  line-height: 120%;
  word-break: keep-all;
  margin: 0 0 20px 0;
}
.rehab_info_tit span {
  color: #f9ba11;
  font-size: 80px;
}
@media screen and (max-width: 1648px) {
  .rehab_wrap{
    padding: 0 80px;
  }
}
@media only screen and (min-width:0px) and (max-width:805px) {
  .m_f6_core{
    margin:15px auto 30px auto;
  }
  .rehab_mask_core{
    height: 90px;
  }
  .rehab_wrap{
    padding: 0;
  }
  .rehab_type_wrap{
    margin:0 0 40px 0;
    }
  .rehab_type_list{
    display:flex;
    flex-wrap:wrap; 
  }
  .rehab_type_list li{
    width:49%; 
    margin:0 2% 20px 0; 
  }
  .rehab_type_list li:nth-child(3n){
    margin:0 2% 20px 0; 
  }
  .rehab_type_list li:nth-child(2n){
    margin:0 0 20px 0;
    }

  .rehab_type_tit{
    font-size:18px;
  }
  .rehab_type_text{
    margin:0;
    font-size: 12px;
  }
  .rehab_info_tit{
    margin-top: 40px;
    font-size: 40px;
  }
  .rehab_info_tit span{
    font-size: 30px;
  }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  .m_f6_core{
    margin: 50px auto 60px auto;
  }
  .rehab_type_wrap{
    margin:0 0 10px 0;
  }
  .rehab_type_tit{
    font-size:22px; 
  }
  .rehab_type_text{
    margin:0;
  }
  .rehab_type_list li:hover .rehab_type_text{
    opacity:0;
    height:0;
  }

  .rehab_info_tit{
    font-size:35px;
  }	
  .rehab_info_tit span{
    font-size: 60px;
  }
  .rehab_type_tit{
    font-size: 20px;
  }
  .rehab_type_text{
    font-size: 15px;
  }
}

/* cont6 : 병원둘러보기 */
#cont6 {
	background-color: #f0f0f0;
	padding: 130px 0!important;
}
#cont6 .cmn-tit {
	color: #fff;
}
#cont6 .cmn-tit.bar:before {
	background-color: #fff;
}
#cont6 .slide-wrap {
	position: relative;
	padding: 0; 
  margin: 70px auto 0;
	max-width: 1100px;
}
#cont6 .img-btn {
	padding: 20px 0 0; margin: 0 auto;
	font-size: 0;
}
#cont6 .img-btn ul {
	margin: 0 -1px;
}
#cont6 .img-btn li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	box-sizing: border-box;
	padding: 0 1px 2px;
}
#cont6 .img-btn li img {
	cursor: pointer;
}
#gallery {
	text-align: center;
	position: relative;
}
#gallery .arrow {
	position: absolute; top: 50%; z-index: 40;
	width: 43px; height: 82px;
	margin-top: -39px;
	font-size: 0; line-height: 0;
	cursor: pointer;
}
#gallery .arrow-prev {
	left: -100px;
	background: url('../_images/se08_prev.png') no-repeat center;
}
#gallery .arrow-next {
	right: -100px;
	background: url('../_images/se08_next.png') no-repeat center;
}
.cmn-tit {
	text-align: center;
}
.cmn-tit.color-w {
	color: #fff;
}
.cmn-tit .txt-top {
	padding: 0 0 35px;
	text-transform: uppercase;
	font-size: 16px;
  color: #7e7e7e;
  letter-spacing: 0.8em;
  font-weight: 300;
}
.cmn-tit .title {
	font-size: 50px;
  color: #222;
  line-height: 1.4em;
  font-weight: 200;
  font-family: 'Gmarket Sans';
}
.cmn-tit .title span{
  font-weight: 500;
  color: #132e8b;
}
.cmn-tit .desc {
	padding: 30px 0 0 0;
	font-size: 25px;
  color: #4d4d4d;
  font-weight: 300;
}
@media (max-width: 1279px) {
	#cont6 .slide-wrap {
		padding: 0 6em; 
      margin-top: 50px;
	}
	#cont6 .img-btn {
		padding: 20px 0 0;
	}
	#gallery .arrow-prev {
		left: -50px;
	}
	#gallery .arrow-next {
		right: -50px;
	}
  .img-btn{
    display: none;
  }
  .cmn-tit .title{
    font-size: 45px;
  }
  .cmn-tit .desc{
    font-size: 20px;
  }
}
@media (max-width: 719px) {
	#cont6 {
		padding: 110px 0!important;
	}
	#cont6 .slide-wrap {
		padding: 0 1.2em;
	}
	#gallery .arrow {
		display: none;
	}
  .cmn-tit .txt-top {
		padding: 0 0 25px;
		text-transform: uppercase;
		font-size: 14px;
	}
	.cmn-tit .title {
		font-size: 36px;
	}
	.cmn-tit .desc {
		padding: 20px 0 0 0;
		font-size: 18px;
	}
	.cmn-tit .desc br {
      display:none;
  }
  #cont6 .slide-wrap{
    max-width: 90%;
  }
}

/* cont7 : 찾아오시는 길 */
#cont7,#time{
  padding-top: 0!important;
}
#cont7{
  padding-bottom: 0!important;
}
/* 연락처, 진료시간 */
.m_f10_wrap{
  display:block;
}
.m_f10_core{
  display:block;
  width:90%;
  max-width:1400px;
  margin:100px auto;
}

.info_wrap{
  display:flex;
  flex-wrap:wrap;
}	
.info_inner{
  display:block;
  border-right:1px solid #8e97a7;
  box-sizing:border-box;
  width:50%;
  text-align:center;
}	
.info_inner:last-child{
  border:0;
}	
.info_tel_wrap{
  display:inline-block;
  width:auto;
  margin:0 auto;
  text-align:left;
  padding-right: 80px;
}
.info_tel_core{
  display:block;
  overflow:hidden;
  color:#222;
  background:url('../images/info_tel_icon.png') left 10% no-repeat;
  padding:0 0 0 110px;
}
.info_tel_top{
  display:block;
  margin:20px 0;
}
.info_tel_tit{
  display:block;
  font-family: 'Gmarket Sans';
  font-size:30px;
  line-height:140%;
  font-weight: 500;
  color: #132e8b;
}
.info_tel_txt{
  display:block;
  opacity:.7;
  margin:10px 0 0 0;
  line-height:140%;
  font-weight:300;
}
.info_tel_btn{
  display:block;
  margin:30px 0 0 0;
  font-size:55px;
  letter-spacing:-.5px; 
  font-family: 'Gmarket Sans';
  line-height:130%;
  color:#132e8b;
}
.info_tel_btn span{
  font-weight: 600
}

.info_time_wrap{
  display:inline-block;
  width:auto;
  max-width:90%;
  margin:0 auto;
  text-align:left;
  padding-left: 80px;
}
.info_time_core{
  display:block;
  color:#222;
}
.info_time_top{
  display:block;
  font-family: 'Gmarket Sans';
  font-size:30px;
  font-weight: 500;
  line-height:140%;
  background:url('../images/info_time_icon.png') left 50% no-repeat;
  padding:0 0 0 55px;
  margin:0 0 25px 0;
  color: #132e8b;
}
.info_time_cont{
  display:block;
}
.info_time_dl{
  display:block;
  position:relative; 
  margin:0 0 20px 0;
}
.info_time_dt{
  display:block;
  position:absolute;
  top:0;
  left:0;
  text-align:center;
  font-family: 'Gmarket Sans';
  font-weight: 500;
  border:1px solid #222;
  box-sizing:border-box;
  border-radius:999px;
  width:180px;
  line-height:36px;
  font-size:18px;
  padding: 2px 0 0 0;
} 
.info_time_dd{
  display:block;
  font-family: 'Gmarket Sans';
  margin:0 0 0 210px;
  height:35px;
  line-height:36px;
  font-size:22px;
  letter-spacing:-.5px;
  font-weight: 500;
} 
.info_time_summary{
  display:block;
  font-family: 'Gmarket Sans';
  margin:0 0 0 210px;
  color:#9d9d9d;
  font-weight: 500;
  line-height:130%;
  font-size:22px;
}
@media (max-width: 1305px) {
  .info_tel_wrap{
    padding-right: 0;
  }
  .info_time_wrap{
    padding-left: 0;
  }
}
@media only screen and (min-width:0px) and (max-width:767px) {
  .m_f10_core{
    margin:45px auto;
    padding-bottom: 100px;
  }

  .info_inner{
    border-right:0;
    border-bottom:1px solid #8e95a7;
    box-sizing:border-box;
    width:100%;
    margin:0 0 35px 0;
    padding:0 0 35px 0;
  }	
  .info_inner:last-child{
    margin:0;
    padding:0;
  }	
  .info_tel_wrap{
    display:block;
    width:100%;
    max-width:100%;
  }
  .info_tel_core{
    background-size:70px;
    padding:0 0 0 80px;
  }
  .info_tel_top{
    display:block;
    overflow:hidden;
    margin:20px 0;
  }
  .info_tel_txt{
    margin:0;
  }
  .info_tel_btn{
    margin:10px 0 0 0;
    font-size:35px;
  }

  .info_time_wrap{
    display:block;
    width:100%;
    max-width:100%;
  }
  .info_time_cont{
    display:block;
    overflow:hidden;
    margin: 0 auto;
    width: 90%;
  }
  .info_time_dl{
    display:block;
    overflow:hidden;
    position:relative;
    margin:0 0 10px 0;
  }
  .info_time_dt{
    width:150px;
    height:32px;
    line-height:34px;
    font-size:16px;
    padding: 0;
  } 
  .info_time_dd{
    margin:0 0 0 170px;
    height:35px;
    line-height:36px;
    font-size:17px;
  } 
  .info_time_summary{
    margin:0 0 0 170px;
    line-height:130%; 
    font-size:17px;
  } 
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  .m_f10_core{
    margin:50px auto;
    padding-bottom: 180px;
    width: 60%;
  }
  

  .info_inner{
    border-right:0;
    border-bottom:1px solid #8e95a7;
    box-sizing:border-box;
    width:100%;
    margin:0 0 35px 0;
    padding:0 0 35px 0;
  }	
  .info_inner:last-child{
    margin:0;
    padding:0;
  }	
  .info_tel_wrap{
    display:block;
    width:100%;
    max-width:100%;
  }
  .info_tel_core{
    background-size:70px;
    padding:0 0 0 80px;
    text-align: center;
    background:url('../images/info_tel_icon.png') 15% 10% no-repeat;
  }
  .info_tel_top{
    display:block;
    overflow:hidden;
    margin:20px 0;
  }
  .info_tel_tit{
    font-size:35px;
  }
  .info_tel_txt{
    font-size:18px;
    margin:0;
    text-align: left;
    padding-left: 110px;
  }
  .info_tel_btn{
    margin:10px 0 0 0;
    font-size:40px;
  }

  .info_time_wrap{
    display:block;
    width:100%;
    max-width:100%;
    text-align: center;
  }
  .info_time_top{
    font-size:35px;
    padding:3px 0 0 45px;
    background:url('../images/info_time_icon.png') 20% 50% no-repeat;
  }
  .info_time_cont{
    display:block;
    overflow:hidden;
  }
  .info_time_dl{
    display:block;
    position:relative;
    margin:0 auto 10px auto;
    width: 80%;
  }
  .info_time_dt{
    height:32px;
    line-height:34px;
    font-size:16px;
    padding: 0 0 2px 0
  } 
  .info_time_dd{
    height:35px;
    line-height:36px;
    font-size:17px;
  } 
  .info_time_summary{
    line-height:130%;
    font-size:17px; 
  } 
}
@media only screen and (min-width:1024px) and (max-width:1164px) {
  .m_f10_core{
    margin:80px auto;
  }

  .info_tel_core{
    background-size:70px;
    padding:0 0 0 80px;
  }
  .info_tel_top{
    display:block;
    overflow:hidden;
    margin:20px 0;
  }
  .info_tel_tit{
    font-size:25px;
    margin-bottom: 5px;
  }
  .info_tel_txt{
    font-size:16px;
    margin:0;
  }
  .info_tel_btn{
    margin:10px 0 0 0;
    font-size:40px;
  }

  .info_time_top{
    font-size:25px;
    padding:3px 0 0 45px;
  }
  .info_time_cont{
    display:block;
    overflow:hidden;
  }
  .info_time_dl{
    display:block;
    overflow:hidden;
    position:relative;
    margin:0 0 10px 0;
  }
  .info_time_dt{
    height:32px;
    line-height:34px;
    font-size:16px;
  } 
  .info_time_dd{
    height:35px;
    line-height:36px;
    font-size:17px;
  } 
  .info_time_summary{
    line-height:130%;
    font-size:17px;
  } 
}

/* 찾아오시는 길 */
.m_f11_wrap{
  display:block;
  overflow:hidden;
  width: 60%;
  margin: 50px auto 0 auto;
}
.map_view{
  display:block;
  overflow:hidden;
  height:500px;
  /* background:url('../images/main/map_bg.jpg') center top no-repeat; background-size:cover; */
}
.map_view iframe{
  display:block;
  overflow:hidden;
  width:100%;
  height:100%;
}
.map_info_wrap{
  display:block;
  background:#fff;
}
.map_info_core{
  display:block;
  background:#fff;
  top:-120px;
  margin:0 auto;
  width:100%;
  max-width:1400px;
}	
.map_info_inner{
  display:block;
  margin:30px 100px 120px 100px;
  position:relative;
}
.map_img_wrap{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:450px;
}
.map_img_wrap img{
  display:block;
  width:auto;
  max-width:100%;
  /*padding-left: 60px;*/
}
.map_cont_wrap{
  display:block;
  margin:30px 0 30px 500px;
}
.map_top_wrap{
  display:block;
  margin:150px 0 30px 0;
  color:#132e8b;
}
.map_top_wrap .deco_t{
  text-align: center;
  color: #222;
  font-size: 15px;
  letter-spacing: 1.2em;
}
.map_tit{
  display:block;
  font-family: 'Gmarket Sans';
  font-size:50px;
  font-weight: 500;
  margin:20px 0 10px 0;
  text-align: center;
}
.map_tit .t_point{
  font-weight: 300;
}
.map_address{
  display:block;
  font-size:28px;
  color: #222;
  font-weight: 300;
  text-align: center;
  margin-bottom: 80px;
}
.map_info{
  display:block;
  overflow:hidden;
  border-top:1px solid #e5e5e5;
}
.map_info_dl{
  display:block;
  overflow:hidden;
  border-bottom:1px solid #e5e5e5;
  padding:40px 0;
  position:relative;
}
.map_info_dt{
  display:block;
  overflow:hidden;
  position:absolute;
  top:50px;
  left:0;
  width:60px;
}
.map_info_dt img{
  display:block;
  overflow:hidden;
  width:100%;
}
.map_info_dd{
  display:block;
  overflow:hidden;
  margin:5px 0 5px 80px;
}
.map_info_stit{
  font-family: 'Gmarket Sans';
  font-weight: 500;
  color: #132e8b;
  display:block;
  font-size:25px;
  line-height:140%;
  margin:0 0 5px 0;
}
.map_info_stit.map_t1,
.map_d1 .map_info_stxt span,
.sc1{
  color: #ec8000;
}
.map_info_stit.map_t2,
.map_d2 .map_info_stxt span,
.sc2{
  color: #5385c9;
}
.map_info_stit.map_t3,
.sc3{
  color: #797979;
}
.map_sc{
  font-weight: 500;
}
.map_info_stxt{
  display:block;
  overflow:hidden;
  line-height:140%;
  word-break:keep-all;
}
.map_info_stxt span{
  display:inline-block;
  font-weight: 600;
}
@media (max-width: 450px) {
  .map_info_stit{
    font-size: 20px;
  }
  .map_sc{
    font-size: 13px;
  }
}
@media (max-width: 555px) {
  .map_img_wrap img{
    width: 100%;
    padding: 0 0 0 5%!important;
    margin: 50px 0 0 0;
  }
  .map_tit{
    font-size: 35px!important;
  }
  .map_address{
    font-size: 18px!important;
  }
}
@media only screen and (min-width:0px) and (max-width:900px) {
  .map_top_wrap{
    margin-top: 100px;
  }
  .map_tit{
    font-size: 45px;
  }
  .map_address{
    font-size: 23px;
    margin-bottom: 0;
  }
  .map_top_wrap .deco_t{
    font-size: 14px;
  }
  .map_view{
    height:300px;
    /* background-size:auto; */
  }
  .map_info_inner{
    margin:30px auto;
    padding: 0 50px;
  }
  .map_img_wrap{
    position:relative;
    width:100%;
  }
  .map_cont_wrap{
    margin:50px 0 0 0;
  }
  .map_info_dl{
    padding:15px 0;
  }
  .map_info_dt{
    top:15px;
    left:0;
    width:50px;
  }
  .map_info_dd{
    margin:5px 0 5px 65px;
  }
  .map_img_wrap img{
    width: 100%;
    padding: 0 25%;
    margin: 50px 0 0 0;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .map_info_inner{
    margin:30px auto 80px auto;
    width:90%;
  }
  .map_info_dl{
    padding:15px 0;
  }
  .map_info_dt{
    top:15px;
    left:0;
    width:50px;
  }
  .map_info_dd{
    margin:5px 0 5px 65px;
  }
  .map_info_stit{
    font-size:25px;
  }
  .map_info_stxt{
    font-size:18px;
  }
  .map_sc{
    font-size: 15px;
  }
  .map_img_wrap img{
    padding-left: 50px;
    margin-left: 60px;
  }
  .map_info{
    margin-left: -70px;
  }
}


@media only screen and (min-width:1024px) and (max-width:1279px) {
  .map_info_core{
    width:100%; 
  }	
  .map_info_dl{
    padding:15px 0;
  }
  .map_info_dt{
    top:15px;
    left:0;
    width:50px;
  }
  .map_info_dd{
    margin:5px 0 5px 65px;
  }
  .map_info_stit{
    font-size:24px;
  }
  .map_info_stxt{
    font-size:18px;
  }
  .map_sc{
    font-size: 16px;
  }
  .map_img_wrap img{
    width: 70%;
    padding-left: 0;
  }
  .map_info{
    margin-left: -100px;
  }
}

/* 푸터영역 */
.footer_wrap{
  display:block;
  overflow:hidden;
  font-family: 'GmarketSansMedium';
  background:#222222;
  position:relative;
  padding-bottom: 50px;
}

.f_f2_wrap{
  display:block;
  overflow:hidden;
}
.f_f2_core{
  display:block;
  overflow:hidden;
  width:90%;
  max-width:1400px;
  margin:45px auto;
  text-align:center;
}
.f_logo_wrap{
  display:block;
  overflow:hidden;
  width:241px;
  margin:0 auto;
}
.f_logo_wrap img{
  display:block;
  overflow:hidden;
  width:100%;
  margin:0 auto;
}
.f_info_wrap{
  display:block;
  overflow:hidden;
  margin:40px 0 0 0 ;
}
.f_info_wrap span{
  display:inline-block;
  overflow:hidden;
  margin:5px 15px 0 15px;
  color:#fff;
  opacity:.5;
  font-size:14px;
  line-height:130%;
  letter-spacing:-.5px;
}
.f_copy_wrap{
  display:block;
  overflow:hidden;
  margin:10px 0 0 0;
  color:#fff;
  opacity:.5;
  font-size:14px;
  line-height:130%;
  letter-spacing:-.5px;
  word-break:keep-all;
}

@media only screen and (min-width:0px) and (max-width:767px) {
.footer_wrap{
  padding:0 0 60px 0;
  margin:-60px 0 0 0;
  }

.f_f2_core{
  margin:35px auto;
  }
.f_logo_wrap{
  width:178px;
  }
.f_info_wrap{
  margin:30px 0 0 0 ;
  }
.f_info_wrap span{
  margin:5px 8px 0 8px;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.footer_wrap{
  padding:0 0 60px 0;
  margin:-160px 0 0 0;
  }

.f_f2_core{
  margin:35px auto;
  }
.f_logo_wrap{
  width:200px;
  }
.f_info_wrap{
  margin:30px 0 0 0 ;
  }
.f_info_wrap span{
  margin:5px 8px 0 8px;
  }
}



/* fixoContent : 메인 */
.section-top {
	position: relative;
}
.section-top .popup-fit {
	position: absolute; top: 40px; right: 10%; z-index: 20;
}

.video-top {
	position: relative;
	padding: 0;
}
.video-top:after {
	content: '';
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,.2);
}
.video-top .video-wrap {
	position: relative;
	padding-bottom: 56.25%;
}
.video-top .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*.video-top .video-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
.video-top .video-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

#keyvisualMain {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 20;
}
#keyvisualMain .inner{
  width: 100%!important;
  min-width:100%!important;
  display: block!important;
}

#keyvisualMain .slide {
	overflow: hidden;
	width: 100%; height: 100%;
	text-align: center;
	position: relative;
}
#keyvisualMain .slide .box-image {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#keyvisualMain .slide .box-image img {
	display: none;
}
#keyvisualMain .slide .swiper-slide {
	display: flex; align-items: flex-end;
}

#keyvisualMain .slide .arrow-wrap {
	position: absolute; top: 50%; left: 50%; z-index: 20;
	width: 100%; max-width: 1580px;
	transform: translate(-50%, -50%);
}
#keyvisualMain .slide .arrow {
	position: absolute; top: 50%; z-index: 20;
	width: 60px; height: 60px;
	transform: translateY(-50%);
	background: center no-repeat;
	font-size: 0;
}
#keyvisualMain .slide .arrow-prev {
	left: 0;
	background-image: url('../_images/keyvisual_prev.png');
}
#keyvisualMain .slide .arrow-next {
	right: 0;
	background-image: url('../_images/keyvisual_next.png');
}

#keyvisualMain .slide .box-text {
	position: relative;
}
#keyvisualMain .slide .box-text .inner {
	text-align: center;
	color: #fff;
}
#keyvisualMain .slide .box-text .inner .txt-top {
	margin: 0 0 30px 0;
	font-size: 1.1rem;
    letter-spacing: 0.9em;
    text-shadow: 1px 1px 8px #000000!important;
}
#keyvisualMain .slide .box-text .inner .title {
	margin: 0 0 40px;
	font-size: 4.4rem;
}
#keyvisualMain .slide .box-text .inner .title h3{
  font-family: 'Gmarket Sans'!important;
  font-weight: 300;
  color: #fff!important;
  font-size: 0.6em;
  line-height: 1.4em;
  text-shadow: 1px 1px 8px #000000!important;
  margin-bottom: 20px;
}
#keyvisualMain .slide .box-text .inner .title h3 strong{
  color: #f9ba11!important;
  font-weight: 600;
  font-size: 1.2em;
}
#keyvisualMain .slide .box-text .inner .title .sub_text{
  font-size: 0.3em;
  color: #fff;
  text-shadow: 1px 1px 8px #000000!important;
}
#keyvisualMain .slide .box-text .inner .title b {
	font-weight: 500; color: #dda340;
}
#keyvisualMain .slide .box-text .inner .obj {
	margin: 0 0 40px;
}
#keyvisualMain .slide .box-text .inner .link a {
	display: flex; align-items: center;
	width: 300px; height: 60px;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: url('../_images/keyvisual_arrow.png') center right 25px/12px auto no-repeat;
	padding: 0 0 0 30px; margin: auto;
	font-size: 2rem;
    color: #fff;
}
@media (max-width: 1445px) {
  #keyvisualMain .slide .box-text .inner .txt-top {
    font-size: 1rem;
  }
  #keyvisualMain .slide .box-text .inner .title h3{
    font-size: 0.6em;
  }
  .video-top .video-wrap{
    padding-bottom: 60%;
  }
  .video-top .video-wrap iframe{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
  }
  /*.video-top .video-wrap video{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
  }*/
}
@media (max-width: 1279px) {

	.video-top .video-wrap {
		padding-bottom: 80%;
	}
	.video-top .video-wrap iframe {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250%;
	}
  /*.video-top .video-wrap video {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250%;
	}*/
}
@media (max-width: 900px) {
  .video-top .video-wrap {
		padding-bottom: 100%;
	}
	.video-top .video-wrap iframe {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250%;
	}
  /*.video-top .video-wrap video {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250%;
	}*/
  #keyvisualMain .slide .box-text .inner .title .sub_text{
    font-size: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  #keyvisualMain .slide .box-text .inner .title h3{
    font-size: 0.5em!important;
    text-shadow: 1px 1px 5px #222!important;
  }
}
@media (max-width: 719px) {
  #keyvisualMain .slide .box-text .inner .title h3{
    font-size: 0.7em!important;
  }
  #keyvisualMain .slide .box-text .inner .title .sub_text{
    font-size: 0.4em;
  }
	.video-top .video-wrap {
		padding-bottom: 140%;
	}

	.section-top .popup-fit {
		top: 10px; right: 10px;
	}
	.section-top .popup-fit img {
		width: 100px;
	}

	/* #keyvisualMain .slide {
		min-height: 500px; max-height: 500px;
	} */
	#keyvisualMain .slide .item3 .box-image {
		background-position: left 30% center;
	}
	#keyvisualMain .slide .arrow-wrap {
		display: none;
	}
	#keyvisualMain .slide .box-text .inner .txt-top {
		margin: 0 0 20px;
		font-size: 0.9rem;
	}
	#keyvisualMain .slide .box-text .inner .title {
		margin: 0 0 20px;
		font-size: 3rem;
	}
	#keyvisualMain .slide .box-text .inner .obj {
		margin: 0 0 20px;
	}
	#keyvisualMain .slide .box-text .inner .obj img {
		max-width: 260px;
	}
	#keyvisualMain .slide .box-text .inner .link a {
		width: 140px; height: 40px;
		padding: 0 0 0 10px;
		background-size: 8px auto;
		background-position: right 10px center;
		font-size: 1.7rem;
	}
}
@media (max-width: 495px) {
  #keyvisualMain .slide .box-text .inner .title h3{
    font-size: 0.7em!important;
  }
  #keyvisualMain .slide .box-text .inner .title .sub_text{
    font-size: 0.3em;
  }
  #keyvisualMain .slide .box-text .inner .txt-top {
    font-size: 0.6rem;
  }
  .video-top .video-wrap {
		padding-bottom: 180%;
	}
	.video-top .video-wrap iframe {
		width: 320%;
	}
  /*.video-top .video-wrap video {
		width: 320%;
	}*/
}

.cmn-tit {
	text-align: center;
}
.cmn-tit.color-w {
	color: #fff;
}
.cmn-tit .txt-top {
	padding: 0 0 35px;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.cmn-tit .title {
	font-size: 4.4rem;
}
.cmn-tit .desc {
	padding: 30px 0 0 0;
	font-size: 2.2rem;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	.cmn-tit .txt-top {
		padding: 0 0 25px;
		text-transform: uppercase;
		font-size: 1.1rem;
	}
	.cmn-tit .title {
		font-size: 3rem;
	}
	.cmn-tit .desc {
		padding: 20px 20px 0;
		font-size: 1.6rem;
	}
	.cmn-tit .desc br {
		display: none;
	}
}
@media (max-width: 450px) {
  .cmn-tit .txt-top {
		font-size: 0.8rem;
	}
  .cmn-tit .title {
		font-size: 1.5rem;
	}
  .cmn-tit .desc {
		font-size: 0.8rem;
	}
  .m_f6_wrap .m_top_ttit{
    font-size: 2em;
  }
  .m_f6_wrap .m_top_etxt{
    font-size: 0.6em;
  }
  .map_tit{
    font-size: 1.85em!important;
  }
  .map_top_wrap .deco_t{
    font-size: 0.7em;
  }
}
