@charset "utf-8";

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
.jejumyeongjo * { 
 font-family: 'Jeju Myeongjo', serif;
}

/*#########################################################
* SBaLp01Contents
*##########################################################
* Main Contents
*========================================================*/
/*=========================================================
* Main Contents
*========================================================*/
/*---------------------------------------------------------
* Index.php
* Main Contents 1st
*--------------------------------------------------------*/
#company {
  padding: 100px 0;
  position: relative;
  background: url(/bizdemo124263/img/d3t/images/bg2.jpg);
}


#company::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(255 255 255 / 50%);
  z-index: 9;
}
#company .section-header {
  text-align: center;
}
#company .section-header img {
  margin: 50px 0 20px;
}
#company .container {
  position: relative;
  z-index: 10;
}

#company .company-col,
#company .company-col-1 {
    margin: 50px 0;
  background: #fff;
  border-radius: 0 0 0px 0px;
  /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
  /* margin-bottom: 20px; */
}


#company .company-col .img,
.img{
  position: relative;
  vertical-align: middle;
}

#company .company-col-1 .img img,
#company .company-col .img img {
  border-radius: 0;
  width: 100%;
}

#company .company-col .img .img-1 {
  height: 400px;
  width: 350px;
  margin: auto 0;
  text-align: center;
  vertical-align: middle;
  background: url(/bizdemo124263/img/d3t/images/main-company-mission.jpg);
}

#company .company-col .img .img-2 {
  height: 400px;
  width: 350px;
  margin: auto 0;
  text-align: center;
  vertical-align: middle;
  background: url(/bizdemo124263/img/d3t/images/main-company-plan.jpg);
}

#company .company-col .img .img-3 {
  height: 400px;
  width: 350px;
  margin: auto 0;
  text-align: center;
  vertical-align: middle;
  background: url(/bizdemo124263/img/d3t/images/main-company-vision.jpg);
}

#company .company-col .img .img-text{
}  


#company .company-col .img .img-1 h2,
#company .company-col .img .img-2 h2,
#company .company-col .img .img-3 h2{
  padding-top: 110px;
  font-family: 'GmarketSansBold';
  color: #fff;
  font-size: 2.5em;
  /* position: relative; */
}

#company .company-col .img .img-1 p,
#company .company-col .img .img-2 p,
#company .company-col .img .img-3 p{
  font-size: 1.6em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  position: relative;
  letter-spacing: -1px;
  margin-top: 15px;
  line-height: 30px;
}

#company .img .img-1:before,
#company .img .img-3:before {
  display:block;
  content:'';
  position:absolute;
  width:200px;
  height:310px;
  border:10px solid #e6e6e6;
}
#company .company-cols .wow:nth-of-type(1) {
  top: -20px;
}
#company .company-cols .wow:nth-of-type(2) {
  top: 20px;  
}
#company .company-cols .wow:nth-of-type(3) {
  top: -20px;  
}
#company .img .img-3:before {
  top: 140px;
  right: -50px;
  border-top:0;
  border-left:0;
}
#company .img .img-1:before {
  bottom: 140px;
  left: -50px;
  border-bottom:0;
  border-right:0;
}

#company .company-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #3268cc;
  border-radius: 50%;
  text-align: center;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#company .company-col i {
  font-size: 33px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  margin-top: 8px;
}

#company .company-col:hover .icon {
  background-color: #fff;
}

#company .company-col:hover i {
  color: #3268cc;
}

#company .company-col h2 {
  color: #000;
  text-align: center;
  font-size: 1.429em;
  padding: 0;
  margin: 40px 0 12px 0;
}

#company .company-col h2 a {
  color: #000;
}

#company .company-col h2 a:hover {
  color: #3268cc;
}

#company .company-col p {
  font-size: 1em;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

@media screen and (max-width:468px) {
#company {
  padding: 60px 0;
  position: relative;
  background: url(/bizdemo124263/img/d3t/images/bg2.jpg);
  background-size: cover;
}
#company .company-col .img,
.img{
  position: relative;
}

#company .company-col,
#company .company-col-1 {
    margin: 0;
    background: #fff;
    border-radius: 0 0 0px 0px;
}
#company .section-header img {
  margin: 10px 0;
  width: 80%;
}
#company .company-cols .wow:nth-of-type(1) {
  top: 0;
  width: 95%;
  margin: auto;
}
#company .company-cols .wow:nth-of-type(2) {
  top: 10px;
  width: 95%;
  margin: auto;
}
#company .company-cols .wow:nth-of-type(3) {
    width: 95%;
  margin: auto;
}

#company .company-col .img {
  height: 360px;
  width: 100%;
  margin: auto 0;
  text-align: center;
  vertical-align: middle;
  background: url(/bizdemo124263/img/d3t/images/main-company-mission.jpg);
}

#company .img .img-3:before {
  display: none;
}
#company .img .img-1:before {
  display: none;
}
  
  #company .company-col .img .img-1 {
  height: 300px;
  width: 100%;
  margin: auto 0;
  text-align: center;
  vertical-align: middle;
  background: url(/bizdemo124263/img/d3t/images/main-company-mission.jpg);
}
#company .company-col .img .img-2 {
  height: 100%;
  width: 100%;
  margin: auto 0;
  text-align: center;
  vertical-align: middle;
  background: url(/bizdemo124263/img/d3t/images/main-company-plan.jpg);
}

#company .company-col .img .img-3 {
  height: 100%;
  width: 100%;
  margin: auto 0;
  text-align: center;
  vertical-align: middle;
  background: url(/bizdemo124263/img/d3t/images/main-company-vision.jpg);
}
#company .company-col .img .img-1 p,
#company .company-col .img .img-2 p,
#company .company-col .img .img-3 p{
  font-size: 1.3em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  position: relative;
  letter-spacing: -1px;
  margin-top: 15px;
  line-height: 30px;
}
}



/*---------------------------------------------------------
* implant
*--------------------------------------------------------*/
#implant {
  padding: 100px 0;
  position: relative;
  background: url(/bizdemo124263/img/d3t/images/bg4.jpg) fixed center center;
}

#implant .section-header h3 {
  font-size: 4.2em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: -2px;
  font-family: GmarketSansMedium;
  line-height: 70px;
}
#implant .implnat-text p {
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
    margin: -7px;
    line-height: 40px;
    padding: 0 120px;
}
#implant .implnat-content {/* text-align: center; */margin: 50px auto;}
#implant .implnat-content1 {
  float: left;
  border: 0;
  height: 250px;
  margin: 5px;
  width: 23%;
  border-radius: 1000px;
  text-align: center;
  padding: 55px 10px;
  background: #0000007d;
}
#implant .implnat-content1 h3 {
  color: #54c8e1;
  font-family: GmarketSansMedium;
  font-weight: 100;
  font-size: 3em;
}
#implant .implnat-content1 h4 {
  color: #fff;
  font-family: GmarketSansMedium;
  font-weight: 200;
  font-size: 1.5em;
}

#implant .implnat-process h4 {
    color: #ffffffb8;
    font-family: GmarketSansMedium;
    font-weight: 200;
    font-size: 2.5em;
    text-align: center;
    margin-top: 120px;
}

#implant .implnat-process h4:before {
      content: '';
      position: absolute;
      display: block;
      width: 100px;
      height: 3px;
      background: #008ebe;
      margin: 20px 0 0 0;
      left: 45%;
      top: 51%;
}

#implant .implnat-process p {
  font-size: 1.4em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
    margin: 20px 0px;
    line-height: 40px;
    padding: 0 0px;
}
#implant .implnat-process-img {
  width: 24%;
}


@media screen and (max-width:468px) {
#implant .section-header h3 {
  font-size: 2.5em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: -2px;
  font-family: GmarketSansMedium;
  line-height: 40px;
}
#implant .implnat-text p {
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
    margin: -7px;
    line-height: 25px;
    padding: 0 20px;
}
#implant .implnat-content {/* text-align: center; */margin: 50px auto;}
#implant .implnat-content1 {
  float: left;
  border: 0;
  height: 160px;
  margin: 5px;
  width: 45%;
  border-radius: 1000px;
  text-align: center;
  padding: 43px 10px;
  background: #0000007d;
}
#implant .implnat-content1 h3 {
  color: #54c8e1;
  font-family: GmarketSansMedium;
  font-weight: 100;
  font-size: 1.7em;
}
#implant .implnat-content1 h4 {
  color: #fff;
  font-family: GmarketSansMedium;
  font-weight: 200;
  font-size: 1.1em;
}
#implant .implnat-process h4 {
    color: #ffffffb8;
    font-family: GmarketSansMedium;
    font-weight: 200;
    font-size: 1.6em;
    text-align: center;
    margin-top: 80px;
}
#implant .implnat-process p {
  font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
    margin: 20px 0px;
    line-height: 24px;
    padding: 0 50px;
}
#implant .implnat-process-img {
  width: 45%;
  margin: auto;
}
#implant .implnat-process h4:before {
      content: '';
      position: absolute;
      display: block;
      width: 60px;
      height: 3px;
      background: #008ebe;
      margin: 20px 0 0 0;
      left: 42%;
      top: 48%;
}
}
/*---------------------------------------------------------
* doctor
*--------------------------------------------------------*/
#doctor {
  padding: 100px 0;
  position: relative;
  background: url(/bizdemo124263/img/d3t/images/main-consult-bg2.jpg) fixed center;
}

#doctor .section-header {
  text-align: center;
}
#doctor .section-header img {
  margin: 70px 0 15px;
}
#doctor .container {
  position: relative;
  z-index: 10;
}
#doctor .company-cols {
  margin: 20px 0 50px;
}
#doctor .company-cols .img img {
  margin-bottom: 0;
}
#doctor .main-doctor2 {
  padding-top: 100px;
}

#doctor .company-cols .img h2 {
  font-size: 3em;
  color: #008ead;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 0;
  font-family: 'Jeju Myeongjo', serif;
  letter-spacing: -5px;
  margin-bottom: -8px;
}

#doctor .company-cols .img h3 {
  font-size: 3.5em;
  color: #00677d;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 0;
  font-family: 'Jeju Myeongjo', serif;
  letter-spacing: -5px;
}
#doctor .company-cols .img li {
    font-size: 1.7em;
    color: #565656;
    text-align: left;
    font-weight: 400;
    position: relative;
    letter-spacing: -1px;
    margin: -7px;
    line-height: 60px;
    list-style: inside square;
    padding-left: 15px;
}
@media screen and (max-width:468px) {
#doctor {
  padding: 60px 0;
  position: relative;
  background: url(../images/main-consult-bg2.jpg) fixed center center;
  background-size: cover;
}
#doctor .section-header img {
  margin: 40px 0 10px;
  width: 80%;
}
#doctor .main-doctor2 {
  padding-top: 40px;
}
#doctor .company-cols {
  margin: 20px 0;
}
#doctor .company-cols .img h2 {
  font-size: 2em;
  color: #008ead;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0;
  font-family: 'Jeju Myeongjo', serif;
  letter-spacing: -5px;
  margin-bottom: 5px;
}

#doctor .company-cols .img h3 {
  font-size: 2.5em;
  color: #00677d;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0;
  font-family: 'Jeju Myeongjo', serif;
  letter-spacing: -5px;
}
#doctor .company-cols .img ul {
  margin-top: 20px;
}
#doctor .company-cols .img li {
    font-size: 1.2em;
    color: #565656;
    text-align: left;
    font-weight: 400;
    position: relative;
    letter-spacing: -1px;
    line-height: 45px;
    list-style: square;
    margin-left: 10px;
    padding: 0;
}
}

/*---------------------------------------------------------
* clinic
*--------------------------------------------------------*/
#clinic {
  padding: 50px 0;
  position: relative;
  background: url(/bizdemo124263/img/d3t/images/bg4.jpg) fixed center center;
}
#clinic .company-col {
  text-align: center;
  margin: 50px 0;
}

#clinic .company-col .img p {
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
    margin: -7px;
    line-height: 40px;
}

#clinic .clinic-img-mobile {
  display: none;
}



@media screen and (max-width:468px) {
#clinic {
  padding: 50px 0;
  position: relative;
  background: url(/bizdemo124263/img/d3t/images/bg4.jpg) fixed center center;
  background-size: cover;
}
#clinic .company-col .img p {
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
    margin: 0px;
  padding: 0 10px;
}
}

/*--------------------------------------------------------
* content
*--------------------------------------------------------*/
#contents {
  padding: 60px 0;
  position: relative;
  background: url(/bizdemo124263/img/d3t/images/bg3.jpg);
  }

#contents::before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
#contents .section-header {
  /* text-align: center; */
  transform: translateY(25%) translateX(31%);
  position: absolute;
}
#contents .section-header-mobile {
  display: none;
}
#contents .section-header img {
  margin: 0 0 20px;
}
#contents .business-slide {
  width: 85%;
  position: relative;
  margin: auto;
  PADDING: 250px 0 30px;
  }
#contents .contents-slide-mobile {
  display: none;
}
#contents .orth {
  margin: 0;
  /* height: 570px; */
}
#contents .orth1 {
  padding: 0px;
  margin: 0;

}
#contents .orth2 {
  padding: 0 20px 0 30px;
  background: #ffffff;
  vertical-align: middle;
  height: 100%;
  margin-top: 184px;
}
#contents .orth3 {
  padding: 0 70px;
  background: url(/bizdemo99820/img/d3t/images/orth_02_02.jpg);
  height: 100%;
  vertical-align: middle;
}
#contents .orth4 {
  padding: 0 70px;
  background: url(/bizdemo99820/img/d3t/images/orth_03_02.jpg);
  height: 100%;
  vertical-align: middle;
}
#contents .orth5 {
  padding: 0 70px;
  background: url(/bizdemo99820/img/d3t/images/orth_04_02.jpg);
  /* vertical-align: middle; */
  margin: 0;
}
#contents .orth-text {
  /* margin:auto; */
  /* padding: 0; */
  /* transform: translateY(63%); */
  padding: 65px 0;
  height: 300px;
  margin: auto;
  vertical-align: middle;
}
#contents .orth-text h2 {
  color: #008ebe;
  text-align: left;
  font-weight: 700;
  /* position: relative; */
  padding-right: 10px;
  font-family: 'Jeju Myeongjo', serif;
  line-height: 40px;
  float: left;
  font-size: 36px;
  letter-spacing: -5px;
}
#contents .orth-text h3 {
  color: #a8a8a8;
  text-align: left;
  font-weight: 700;
  /* position: relative; */
  font-family: 'Jeju Myeongjo', serif;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 0px;
}

#contents .orth-text p {
  font-family: 'GmarketSansMedium';
  color: #505050;
  font-size: 18px;
  white-space: pre-line;
  padding: 25px 0 0 0;
  margin: 0;
  margin: 0;
  letter-spacing: -1px;
}

#contents .orth-text h4 {
  font-family: 'GmarketSansMedium';
  color: #989898;
  font-size: 15px;
  white-space: pre-line;
  padding: 20px 0 0 0;
  margin: 0;
  margin: 0;
  letter-spacing: -1px;
  font-weight: 100;
}

#contents .orth-mobile-text {
  display: none;
}



#contents .orth2 .h4-1,
#contents .orth3 .h4-1,
#contents .orth4 .h4-1,
#contents .orth5 .h4-1 {
  font-family: 'GmarketSansMedium';
  font-size: 30px;
  padding: 0;
  margin: 0;
  letter-spacing: -2px;
  color: #7b7b7b;
  }
#contents .orth2 .h4-2,
#contents .orth3 .h4-2,
#contents .orth4 .h4-2,
#contents .orth5 .h4-2
 {
  font-family: 'GmarketSansBold';
  font-size: 45px;
  padding: 0;
  margin: 0;
  color: #414141;
  }
#contents .orth2 h5,
#contents .orth3 h5,
#contents .orth4 h5,
#contents .orth5 h5 {
  font-family: 'GmarketSansLight';
  font-size: 10px;
  color: #aeaeae;
  letter-spacing: 2px;
  /* line-height: 35px; */
  /* margin: 5px 0 50px 0; */
  }

#contents .orth2 h2::after,
#contents .orth3 h2::after,
#contents .orth4 h2::after,
#contents .orth5 h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #008ebe;
  margin: 20px 0 0 0;
}


.business-slide input[id="slide"] {
  display: none;
}
.business-slide .slidewrap {
  margin: 0 auto;
  overflow: hidden;
  /* height: 540px; */
  }
.business-slide .slidelist {
  white-space: nowrap;
  font-size: 0;
}
.business-slide .slidelist>li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  /* transition: all .5s; */
transition: 0.5s;opacity: 1;}
.business-slide .slidelist>li>a {
  display: block;
  position: relative;
}
#contents .orth1 img {
  width: 100%;
  border-radius: 0;
}
.business-slide .slidelist label {
  position: absolute;
  z-index: 10;
  top: 42%;
  /* transform: translateY(-70%); */
  padding: 0;
  background: #ffffff;
  cursor: pointer;
  border: solid 1px #d3d3d3;
  margin: 0 10px;
}
.business-slide .slidelist .left {
  left: 0px;
}
.business-slide .slidelist .left i {
  font-size: 30px;
  margin: 15px 15px;
  color: #e0e0e0;
  }
.business-slide .slidelist .right {
  right: 0px;
}
.business-slide .slidelist .right i {
  font-size: 30px;
  margin: 15px 15px;
  color: #e0e0e0;
  }

.business-slide .slidelist label:hover,
.business-slide .slidelist label:active{
  position: absolute;
  z-index: 10;
  top: 42%;
  padding: 0;
  cursor: pointer;
  border: solid 0px;
  margin: 0 15px;
  background: #00afd6;
  color:#fff;
}
.business-slide .slidelist label:hover >i,
.business-slide .slidelist label:active >i{
  color:#fff;
}
.business-slide [id="slide01"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(0%);
}
.business-slide [id="slide02"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-100%);
}
.business-slide [id="slide03"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-200%);
}
.business-slide [id="slide04"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-300%);
}
.business-slide [id="slide05"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-400%);
}
.business-slide [id="slide06"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-500%);
}
.business-slide [id="slide07"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-600%);
}


@media screen and (max-width:468px) {
#contents .section-header {
  display: none;
}
#contents .section-header-mobile {
  display: block;
}
#contents {
  padding: 80px 0;
  position: relative;
  background: url(/bizdemo124263/img/d3t/images/bg3.jpg);
  background-position-x: right;
  background-size: cover;
  }

#contents .section-header img {
  margin: 0 0 20px;
  width: 80%;
}
#contents .section-header {
  transform: translateY(0%) translateX(0%);
  position: absolute;
  text-align: center;
}
#contents .orth2 {
  padding: 0 38px;
  background: #ffffff;
  vertical-align: middle;
  height: 100%;
  margin-top: -1px;
}
#contents .orth-text {
  /*display: none;*/
}
#contents .orth-mobile-text {
  /*display: block;
  padding: 40px 0;
  height: auto;
  margin: auto;
  vertical-align: middle;*/
  display: none;
}
#contents .orth1 {
  height: 300px;
}
#contents .orth1 img {
  height: 300px;
}
.business-slide .slidelist label {
  position: absolute;
  z-index: 10;
  top: 18%;
  transform: translateY(323%);
  padding: 0;
  cursor: pointer;
  border: solid 0px;  
  margin: 0 15px;
  background:#00afd6;
  color:#fff;
}
.business-slide .slidelist label:hover,
.business-slide .slidelist label:active{
  position: absolute;
  z-index: 10;
  top: 18%;
  transform: translateY(323%);
  padding: 0;
  cursor: pointer;
  border: solid 0px;
  margin: 0 15px;
  background:#00afd6;
  color:#fff;
}
.business-slide .slidelist .left i {
  font-size: 20px;
  margin: 15px 15px;
  color: #fff;
  }
.business-slide .slidelist .right i {
  font-size: 20px;
  margin: 15px 15px;
  color: #fff;
  }
.business-slide .slidelist label:hover >i,
.business-slide .slidelist label:active >i{
  color:#fff;
}
#contents .business-slide {
  width: 90%;
  position: relative;
  margin: auto;
  PADDING: 20px 0;
  }
#contents .orth-text {
  /* margin:auto; */
  /* padding: 0; */
  /* transform: translateY(63%); */
  padding: 45px 0;
  height: 320px;
  margin: auto;
  vertical-align: middle;
}
  #contents .orth2 h2::after,
#contents .orth3 h2::after,
#contents .orth4 h2::after,
#contents .orth5 h2::after {
  margin: 42px 0 0 0;
  left: 43%;
}
#contents .orth-text h2 {
  color: #008ebe;
  text-align: center;
  font-weight: 700;
  padding-right: 0;
  line-height: 37px;
  float: none;
  font-size: 35px;
  letter-spacing: -5px;
}
#contents .orth-text h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0px;
}

#contents .orth-text p {
  font-size: 16px;
  white-space: pre-line;
  padding: 25px 0 0 0;
  margin: 0;
  margin: 0;
  letter-spacing: 0px;
  text-align: center;
}

#contents .orth-text h4 {
  font-family: 'GmarketSansMedium';
  color: #989898;
  font-size: 13px;
  white-space: pre-line;
  padding: 10px 0 0 0;
  letter-spacing: -1px;
  text-align: center;
}
}
/*--------------------------------------------------------
* dental-sub
*--------------------------------------------------------*/
#dental-sub {
  padding: 100px 0;
  position: relative;
  background: url(/bizdemo124263/img/d3t/images/bg1.jpg) fixed center center;
}


#dental-sub::before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
#dental-sub .dental-slide {
  width: 100%;
  position: relative;
  margin: auto;
  padding: 0;
}
#dental-sub .orth {
  margin: 0;
  border: solid 1px #e0e0e0;
}

.dental-sub1 {
 transform: translateY(25%);
  height: auto;
}
.dental-sub1 h3 {
  font-size: 4.2em;
  color: #3b3b3b;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  font-family: 'Jeju Myeongjo', serif;
  letter-spacing: -7px;
  line-height: 70px;
}

.dental-sub1 p {
  font-size: 1.4em;
  color: #111;
  text-transform: uppercase;
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-top: 5px;
  display: block;
}

.dental-slide input[id="slide"] {
  display: none;
}
.dental-slide .slidewrap {
  margin: 0 auto;
  overflow: hidden;
  /* height: 540px; */
}
.dental-slide .slidelist {
  white-space: nowrap;
  font-size: 0;
}
.dental-slide .slidelist>li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
}
.dental-slide .slidelist>li>a {
  display: block;
  position: relative;
}

.dental-slide .slidelist label {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: #ffffffb8;
  cursor: pointer;
  border: solid 1px #e0e0e0;  
  margin: 0 15px;
}

.dental-slide .slidelist .left {
  left: 0px;
}
.dental-slide .slidelist .left i {
  font-size: 30px;
  margin: 20px 20px;
  color: #e0e0e0;
  }
.dental-slide .slidelist .right {
  right: 0px;
}
.dental-slide .slidelist .right i {
  font-size: 30px;
  margin: 20px 20px;
  color: #e0e0e0;
  }
.dental-slide .slidelist label:hover,
.dental-slide .slidelist label:active{
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
  border: solid 0px;  
  margin: 0 15px;
  background:#00afd6;
  color:#fff;
}
.dental-slide .slidelist label:hover >i,
.dental-slide .slidelist label:active >i{
  color:#fff;
}
.dental-slide [id="slide1"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(0%);
}
.dental-slide [id="slide2"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-100%);
}
.dental-slide [id="slide3"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-200%);
}
.dental-slide [id="slide4"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-300%);
}
.dental-slide [id="slide5"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-400%);
}
.dental-slide [id="slide6"]:checked ~ .slidewrap .slidelist>li {
  transform: translateX(-500%);
}
@media screen and (max-width:468px) {
#dental-sub {
  padding: 65px 0;
  background-size: cover;
}
.dental-sub1-mobile {
  display: block;
  width: 90%;
  margin: 0px auto 30px;
}

.dental-slide .slidelist .left i {
  font-size: 20px;
  margin: 12px 12px;
  color: #e0e0e0;
  }
.dental-slide .slidelist .right i {
  font-size: 20px;
  margin: 12px 12px;
  color: #e0e0e0;
  }
.dental-sub1 {
 transform: translateY(0%);
  height: auto;
}
.dental-sub1 h3 {
  font-size: 2.5em;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: -6px;
  line-height: 44px;
}

.dental-sub1 p {
  font-size: 1.2em;
  color: #111;
  text-align: center;
  margin-top: 5px;
  padding: 0 25px;
}
}

/*--------------------------------------------------------
* dental
*--------------------------------------------------------*/
#dental {
  padding: 60px 0;
  position: relative;
  background: #fff;
}

#dental::before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
#dental .section-header {
  /* text-align: center; */
transform: translateY(25%) translateX(31%);position: absolute;}
#dental .section-header img {
  margin: 0 0 20px;
}

#dental .company-cols {
  border: solid 1px #ccc;
  margin: 0;
  padding: 0;
}
#dental .company-cols .txt {
  padding: 56px 20px;
/* text-align: center; */
  /* vertical-align: middle; */
  margin: auto;
  position: relative;
}
#dental h4 {
    font-family: GmarketSansLight;
  font-size: 30px;
  color: #939393;
}

#dental .description {
  border: solid 1px #ccc;
  color: #939393;
  width: 30%;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.5px;
  padding: 10px 25px;
  text-align: center;
  margin: 0;position: relative;display: block;
}
#dental .txt > a:active,
#dental .txt > a:focus,
#dental .txt > a:hover {
  background:#00afd6;
  color:#fff;
  text-decoration:none;
  border: solid 0px #ffffff;
}


@media screen and (max-width:468px) {
#dental .company-cols {
  width: 85%;
  margin: auto;
}
#dental .company-cols img {
  height: 150px;
  width: 200%;
} 
#dental .company-cols .txt {
  padding: 25px 0px;
  text-align: center;
  margin: auto;
  position: relative;
}
#dental h4 {
  font-family: GmarketSansLight;
  font-size: 25px;
  color: #939393;
  
}
#dental .description {
  border: solid 1px #ccc;
  color: #939393;
  width: 45%;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.5px;
  padding: 7px 10px;
  text-align: center;
  margin: auto;
  position: relative;
  display: block;
}
}


/*---------------------------------------------------------
* Index.php
* Main Contents 2nd
*--------------------------------------------------------*/
#business {
  padding: 60px 0;
}

#business .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 40px 10px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#business .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#business .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#business .icon i {
  font-size: 33px;
  line-height: 1;
  margin-top: 3px;
}

#business .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#business .title a {
  color: #111;
}

#business .box:hover .title a {
  color: #1bb1dc;
}

#business .description {
  font-size: 1em;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 3rd
*--------------------------------------------------------*/
#consult {
  background: url(/bizdemo124263/img/d3t/images/main-consult-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#consult h3 {
  color: #fff;
  font-size: 2em;
}

#consult p {
  color: #fff;
}

.btn-call {
  background-color: #3268cc !important;
  border: 0;
  padding-top: 10px;
}

.btn-call:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.btn-kakao {
  background-color: #f3d900 !important;
  color: #341c1c !important;
  border: 0;
  padding-top: 10px;
}

.btn-kakao:hover {
  background-color: #341c1c !important;
  color: #f3d900 !important;
}

.um-kakao-talk {
  color: #341c1c !important;
}

.btn-kakao:hover .um-kakao-talk {
  color: #f3d900 !important;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 4th
*--------------------------------------------------------*/
#product {
  background: url(/bizdemo124263/img/d3t/images/main-consult-bg2.jpg) fixed center center;
  padding: 60px 0 100px;
}

#product .section-header img {
  margin: 70px 0 15px;
}

#product .product {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#product .product .product-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#product .product .product-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#product .product:hover .product-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#product .product:hover .product-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#product .product h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#product .product span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#product .product .social {
  margin-top: 15px;
}

#product .product .social a {
  transition: none;
  color: #fff;
}

#product .product .social a:hover {
  color: #3268cc;
}

#product .product .social i {
  font-size: 18px;
  margin: 0 2px;
}

@media screen and (max-width:468px) {
#product {
  background: url(/bizdemo124263/img/d3t/images/main-consult-bg2.jpg);
  padding: 60px 0 100px;
  background-size: cover;
}
  #product .section-header img {
  margin: 10px 0;
  width: 80%;
}
#product .product {
    width: 95%;
  margin: 5px auto;
  }
}
/*---------------------------------------------------------
* Index.php
* Main Contents 5th
*--------------------------------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #3268cc;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #3268cc;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #ccc;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3268cc;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 6th
*--------------------------------------------------------*/
#contact {
  padding: 0;
  background: #f1ead9;
}
#contact .map2 {
  padding: 72px 0px 70px 70px;
  vertical-align: middle;
  /* text-align: center; */
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #3268cc;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #00afd6;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .mapBtn {margin-top: 15px;padding-left: 30px;text-align: center;}
#contact .mapBtn:after {display:block;content:'';clear:both;}  
#contact .mapBtn > a {display:block;float:left;width:150px;height:50px;margin-left:5px;background:#fff;color:#666;text-align:center;text-decoration:none;}
#contact .mapBtn > a:active,
#contact .mapBtn > a:focus,
#contact .mapBtn > a:hover {background:#00afd6;color:#fff;text-decoration:none;}
#contact .mapBtn > a > em {padding:6px 0;font-style:normal;font-weight:600;font-size:13px;line-height:50px;letter-spacing:-0.5px;}
#contact .mapBtn > a.naver {margin:0;}
#contact .mapBtn > a.naver > em {padding-left:70px;background:url("/default/img/d3t/images/btn_naver.png") 0 50% no-repeat;}
#contact .mapBtn > a.kakao > em {padding-left:76px;background:url("/default/img/d3t/images/btn_kakaomap.png") 0 50% no-repeat;}
#contact .mapBtn > a.google > em {padding-left:66px;background:url("/default/img/d3t/images/btn_google.png") 0 50% no-repeat;}
#contact .mapBtn > a.naver:active > em,
#contact .mapBtn > a.naver:focus > em,
#contact .mapBtn > a.naver:hover > em {background:url("/default/img/d3t/images/btn_naver_on.png") 0 50% no-repeat;}
#contact .mapBtn > a.kakao:active > em,
#contact .mapBtn > a.kakao:focus > em,
#contact .mapBtn > a.kakao:hover > em {background:url("/default/img/d3t/images/btn_kakaomap_on.png") 0 50% no-repeat;}
#contact .mapBtn > a.google:active > em, 
#contact .mapBtn > a.google:focus > em,
#contact .mapBtn > a.google:hover > em {background:url("/default/img/d3t/images/btn_google_on.png") 0 50% no-repeat;}

@media (max-width: 1920px) {
#contact .contact-mapnform-mobile {
    display: none;
  }
@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media screen and (max-width:768px) {
  #contact .contact-mapnform .col-md-4 {
    margin-top: 30px;
  }
}
@media screen and (max-width:468px) {
#contact .contact-mapnform {
    display: none;
  }
  #contact .contact-mapnform {
  display: none;
}
#contact .contact-mapnform-mobile {
  display: block;
}
  #contact .map2 {
  padding: 40px;
  vertical-align: middle;
  /* text-align: center; */
  margin: 0;
}
#contact .mapBtn {
  margin-top: 25px;
  padding-left: 10px;
  text-align: center;
}
#contact .mapBtn > a {
  width: 108px;
  height:50px;
  margin-left:5px;
}
#contact .mapBtn em {
}
}

/*---------------------------------------------------------
* Index.php
* Main Contents 7th
*--------------------------------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 22px 26px 22px 0;
  display: block;
  position: relative;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a:hover,
#faq #faq-list a:active,
#faq #faq-list a:focus {
  color: #3268cc;
}

#faq #faq-list a.collapsed i::before {
  content: "\f067" !important;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 8th
*--------------------------------------------------------*/
#client {
  padding: 0px 0 100px;
  background: url(../images/main-consult-bg2.jpg) fixed center center;
}

#client img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#client img:hover {
  opacity: 1;
}

#client .owl-nav,
#client .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#client .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#client .owl-dot.active {
  background-color: #3268cc;
}


  
/*---------------------------------------------------------
* charge
*--------------------------------------------------------*/

#charge {
  margin: 150px 0;  
}

#charge img {
    margin: auto;
  }

#charge .charge3{
  border: solid 1px #9b9b9b;
  margin: 50px auto;
  width: 300px
}
  
#charge .charge3 p{
  font-family: 'GmarketSansMedium';
  color: #909090;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  margin: 15px auto 14px;
}
#charge .charge-img {
  text-align: center;
}  
#charge .charge-img img {
  margin: auto;
}

@media screen and (max-width:1200px) {
#charge .charge-img {
  width: 400px;
}
#charge .charge-img img {
  width: 100%;
}
}

@media screen and (max-width:1000px) {
#charge .charge-img {
  width: 500px;
  text-align: center;
  margin: auto;
}
#charge .charge-img img {
  width: 100%;
  margin: 20px auto 20px;
}
}

#charge .section-title span {
  display:block;
}