/* subtop */
#subtop .c_wrp {
    height: 400px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.5);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 150px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #eee;
}
#site_config .site {
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 300px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    background-color: #444;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 20px;
    color: #999;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #444;
}
#site_config .site .home > ul li a:hover{
    background-color: #444;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 200px;
    }
}
@media (max-width:768px) {
    #site_config .container {
        padding: 0px;
    }
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: calc(50% - 30px);
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 5px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 7px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 7px;
    }
}
/* grBox */
.grBox {
    background-color: #f7f7f7;
    padding: 40px 15px;
    text-align: center;
    border-radius: 20px;
}
.grBox h4 {
    font-weight: 500;
    color: #a9639f;
}

@media (max-width:768px) {
    .grBox {
        padding: 20px 15px;
    }
}
/* contList */
.contList li h2 {
    position: relative;
    padding-left: 100px;
}
.contList li h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    height: 80px;
}
.contList li:nth-child(1) h2:after {
    background: url(../img/num1.png) center center no-repeat;
}
.contList li:nth-child(2) h2:after {
    background: url(../img/num2.png) center center no-repeat;
}
.contList li:nth-child(3) h2:after {
    background: url(../img/num3.png) center center no-repeat;
}
.contList li:nth-child(4) h2:after {
    background: url(../img/num4.png) center center no-repeat;
}
@media (max-width:768px) {
    .contList li h2 {
        padding-left: 50px;
        word-break: break-all;
        font-size: 17px;
    }
    .contList li h2:after {
        width: 40px;
        height: 40px;
        background-size: 40px !important;
    }
}

/* slk_v2 */
.slickType span {
    font-size: 24px;
    line-height: 45px;
    font-weight: 500;
    color: #999;
    display: inline-block;
    padding: 0 60px;
    border-radius: 100px;
    background-color: #f7f7f7;
    margin: 0 5px; 
}
.slickType .act {
    color: #361a55;
    background-color: #eae2f2;
}
.slk_v2 .slick-slide.unvisible {
    display: none !important;
}
.slk_v2 .slick-slide {
    padding: 0 20px;
}
@media (max-width:768px) {
    .slickType span {
        font-size: 17px;
        line-height: 25px;
        padding: 0 30px;
        border-radius: 50px;
        margin: 0 2px; 
    }
    .slk_v2 .slick-slide {
        padding: 0 5px;
    }
}
/* special2 */
#special2 .sec1 .conBox {
    background-color: #40265e;
}
#special2 .sec1 .conBox .lft {
    background: url(../img/sp2_img.jpg) center center no-repeat;
}
#special2 .sec1 .conBox .rt {
    padding-left: 50px;
}
#special2 .sec1 .conBox .rt .lined {
    display: inline-block;
    margin: 25px 0;
    width: 70px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
#special2 .sec1 .conBox .rt h1 {
    line-height: 1.2em;
}
#special2 .sec1 .conBox .rt h5 {
    margin-top: 15px;
}
@media (min-width:768px) {
    #special2 .sec1 .conBox {
        display: flex;
        align-items: center;
    }
    #special2 .sec1 .conBox > div {
        width: 50%;
    }
    #special2 .sec1 .conBox .lft {
        height: 650px;
    }
}
@media (max-width:768px) {
    #special2 .sec1 .conBox .lft {
        background-size: cover;
        height: 250px;
    }
    #special2 .sec1 .conBox .rt {
        padding: 40px 15px;
        text-align: center;
    }
}
/* special2  // sec2 */
#special2 .sec2 {
    display: flex;
    width: 100%;
    align-items: center;
}
@media (min-width:768px) {
    #special2 .sec2 {
        height: 880px;
        background: url(../img/sp2_bg2.jpg) center center no-repeat;
    }
    #special2 .sec2 .txt {
        padding-left: 30px;
        border-left: 1px solid #333;
    }
}
@media (max-width:768px) {
    #special2 .sec2 {
        padding: 50px 0;
        background-color: #e9e9e9;
    }
    #special2 .sec2 .txt {
        padding-top: 30px;
        border-top: 1px solid #333;
    }
    #special2 .sec2 .img {
        height: 200px;
        background: url(../img/sp2_bg2_m.jpg) right center no-repeat;
        background-size: cover;
        margin-top: 30px;
    }
}

/* boList */
.boList {
    margin: 0 -5px;
}
.boList > li {
    padding: 0 5px;
    margin: 5px 0;
}
.boList > li .logoItem {
    border: 1px solid #ddd;
    text-align: center;
}

/* sbpTop */
.sbpTop .c_wrp .en {
    letter-spacing: 5px;
}
@media (min-width:992px){
    .sbpTop .c_wrp {
        height: 660px;
    }
    .sbpTop .c_wrp .right {
        padding-left: 5%;
    }
}
@media (max-width:768px){
    .sbpTop .container {
        padding: 0;
    }
    .sbpTop .c_wrp .right {
        padding: 30px 15px;
        text-align: center;
    }
    .sbpTop .c_wrp .en {
        font-size: 10px;
    }
}
/* sleep1 */
.sleep_bg.sbpTop .right h4 {
    color: #77a8c5;
}
@media (min-width:992px){
    .sleep_bg.sbpTop {
        background: url(../img/sleep_bg.jpg) center center no-repeat;
    }
}
@media (max-width:992px){
    .sleep_bg.sbpTop {
        background-color: #fff;
    }
}
/* sleep1 */
#sleep1 .sec2 { 
    background-color: #f7f6f2;
}
#sleep1 .sec3 { 
    background: url(../img/sleep_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#sleep1 .sec3 .subTit {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
}
#sleep1 .sec3 .tt {
    letter-spacing: 10px; 
}
#sleep1 .sleepPoint {
    margin-top: -130px;
}
@media (max-width:768px){
    #sleep1 .sleepPoint {
        margin-top: -80px;
        padding-right: 15px;
        padding-left: 15px;
    }
    #sleep1 .sec3 .tt {
        font-size: 15px;
    }
}


#sleep1 .sec5  {
    background: url(../img/sleep_sec5_bg.jpg) center center no-repeat;
	}
#sleep1 .sec5 img {
	    border: 2px dashed #eee;
    border-radius: 50%;
	    box-shadow: 6px 7px 12px 2px #e7e7e7;
}
#sleep1 .sec5 .c_wrp .lt{
		padding:30px 0px 0px 0px;
}
#sleep1 .sec5 .c_wrp .rt{
		  /*background: #f1f1f1;*/
		padding:30px 0px 0px 0px;
}
#sleep1 .sec5 .c_wrp  h2, #sleep1 .sec5 .c_wrp  h4{
    /*color: #10c39e;*/
}
#sleep1 .sec5 .c_wrp  h5, #sleep1 .sec5 .c_wrp  p{
    color: #fff;
    margin-top: 30px;
}
#sleep1 .sec5 .c_wrp  .talk{
	  position: relative;
    background: #532492;
    padding: 30px;
    border-radius: 30px;
	
    box-shadow: 8px 5px 12px 2px #b7b7b7;
}
#sleep1 .sec5 .c_wrp  .talk span {
  content: "";
    position: absolute;
    top: 2%;
    left: 12%;
    width: 100%;
    text-align: right;
    line-height: 0px;
}
#sleep1 .sec5 .c_wrp  .talk span:after {
	content: "";
    display: inline-block;
    border-width: 20px;
    border-style: solid;
	border-bottom: 50px solid transparent;
    border-top: 30px solid transparent;
    border-left: 50px solid #532492;
    border-right: 50px solid transparent;
}
#sleep1 .sec5 .c_wrp  .talk2 span {
  content: "";
    position: absolute;
    top: 2%;
    left: -12%;
    width: 100%;
    text-align: left;
    line-height: 0px;
}
#sleep1 .sec5 .c_wrp  .talk2 span:after {
	    content: "";
    display: inline-block;
    border-width: 20px;
    border-style: solid;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
    border-left: 50px solid transparent;
    border-right: 50px solid #532492;
}
#sleep1 .sec5 .c_wrp  h4{
    /*margin-top: 60px;*/
}
#sleep1 .sec5 .c_wrp  h5{
    text-decoration: underline;
}



@media (max-width:768px){
	#sleep1 .sec5 img {
		width:250px;
	}

}

/*# sleep1 .sec6*/
#sleep1 .sec6 {
    background-color: #f4f4f4;
}
#sleep1 .sec6 ul {
    max-width: 1250px;
    margin: 0 auto;
}
#sleep1 .sec6 ul li .item {
    width: 280px;
    height: 308px;
    background: url(../img/huBg.png) center center no-repeat;
}
#sleep1 .sec6 ul li .item .num {
    font-weight: 700;
    display: inline-block;
    color: #26467b;
    border-bottom: 2px solid #26467b;
    margin-bottom: 15px;
    line-height: 1em;
    padding-bottom: 3px;
}
#sleep1 .sec6 ul li .item h4 {
    line-height: 1.2em;
    color: #666;
    font-weight: 300;
}
@media (max-width:992px){
    #sleep1 .sec6 ul li {
        margin: 15px 0;
    }
}
@media (max-width:768px){
    #sleep1 .sec6 ul li {
        margin: 5px 0;
    }
    #sleep1 .sec6 ul li .item {
        width: 180px;
        height: 198px;
        background-size: 180px;
        margin: 0 auto;
    }
    #sleep1 .sec6 ul li .item .num {
        font-size: 17px;
    }
}

.illustBox .talkBox {
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    background-color: #f7f7f7;
    margin-top: 20px;
}
.illustBox .talkBox .fbox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.illustBox .talkBox .fbox .talkDoctor {
    width: 180px;
}
.illustBox .talkBox .fbox .talkDoctor img {
    max-width: none;
}
.illustBox .talkBox .fbox .talk {
    padding-left: 40px;
    position: relative;
    width: 100%;
}
.illustBox .talkBox .fbox .talk .box {
    margin-top: 15px;
    background-color: #fff;
    border: 3px solid #bbb;
    border-radius: 5px;
    padding: 20px 60px;
    /* box-shadow: 5px 5px 0px rgba(0,0,0,0.05); */
    position: relative;
}
.illustBox .talkBox .fbox .talk .box:before {
    content: "";
    background: url(../img/talk_arr.png) center center no-repeat;
    position: absolute;
    width: 21px;
    height: 43px;
    top: 5px;
    left: -21px;
}
.illustBox .talkBox .fbox .talk .box h4 {
    color: #666;
    font-weight: 400;
}
@media (min-width:768px){
    .illustBox .imgBox img.appear-animation-visible {
        -webkit-animation: bounce-in-fwd 2s both;
        animation: bounce-in-fwd 2s both;
        animation-delay: 0.5s;
    }
}
@media (max-width:768px){
    .illustBox .talkBox {
        padding: 20px 10px;
    }
    .illustBox .talkBox .fbox {
        display: flex;
        align-items:initial;
    }
    .illustBox .talkBox .fbox .talkDoctor {
        width: 80px;
        padding-top: 15px;
    }
    .illustBox .talkBox .fbox .talkDoctor img {
        width: 80px;
    }
    .illustBox .talkBox .fbox .talk {
        padding-left: 20px;
    }
    .illustBox .talkBox .fbox .talk .box {
        margin-top: 5px;
        border: 2px solid #bbb;
        padding: 10px 20px;
    }
    .illustBox .talkBox .fbox .talk .box:before {
        width: 15px;
        height: 31px;
        top: 5px;
        left: -15px;
        background-size: 15px;
    }
    .illustBox .talkBox .fbox .talk .box h4 {
        font-size: 14px;
    }
}

/* qna_skin */
#qna_skin {
    border-top: 1px solid #ddd;
}
#qna_skin li {
    position: relative;
}
#qna_skin li.act:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #542493;
}
#qna_skin li .qna_head {
    position: absolute;
    left: 15px;
    font-weight: 500;
}
#qna_skin li .qst,
#qna_skin li .anw {
    padding: 15px 50px;
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 1.2em;
}
#qna_skin li .qst {
    cursor: pointer;
}
#qna_skin li.act .qst {
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
}
#qna_skin li .qst:after {
    content: "";
    position: absolute;
    right: 15px;
    height: 100%;
    width: 18px;
    top: 0;
    background: url(../img/arr_qna.png) center center no-repeat;
}
#qna_skin li.act .qst:after {
    transform: rotate(180deg);
}
#qna_skin li .anw {
    background-color: #f7f7f7;
}
#qna_skin li .qst > h5,
#qna_skin li .anw > h5 {
    font-weight: 500;
}
#qna_skin li.act .qst > h5 {
    color: #5e00db;
	    font-size: 22px;
}
#qna_skin li.act .qst > p {
	    font-size: 19px;
}
@media (max-width:768px) {
    #qna_skin li .qst,
    #qna_skin li .anw {
        padding: 15px 40px;
    }
    #qna_skin li .qst:after {
        background-size: 13px !important;
        height: 50px;
    }
	#qna_skin li.act .qst > h5 {
		color: #5e00db;
		font-size: 18px;
	}
}


/* adv_wrp */
.adv_wrp > li {
    margin: 15px 0;
}
.adv_wrp .item {
    height: 250px;
    background-color: #fff;
    padding: 0 15px;
	border: 5px solid #5d2c7b;
    box-shadow: 4px 3px 8px 5px #cdcdcd;
}
.adv_wrp .item .num {
    color: #aaa;
}
@media (max-width:992px){
    .adv_wrp > li {
        margin: 5px 0;
    }
    .adv_wrp .item {
        height: 200px;
        background-color: #fff;
        padding: 0 15px;
    }
}

/* prdure */
.prdure .item {
    border: 1px solid #ddd;
}
.prdure .item .tbox {
    padding: 40px 15px 40px;
    position: relative;
}
.prdure .item .tbox {
    text-align: center;
}
.prdure .item .tbox .num {
    position: absolute;
    left: 0;
    top: -30px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    left: calc(50% - 25px);
    font-size: 20px;
}
.prdure .item .tbox h5 {
    line-height: 1.3em;
}
@media (max-width:768px){
    .prdure > li {
        margin: 15px 0;
    }
    .prdure .item {
        padding: 0 15px;
    }
    .prdure .item .tbox {
        text-align: left;
        width: 70%;
        padding: 20px 15px;
    }
    .prdure .item .tbox .num {
        font-size: 14px;
        left: auto;
        right: -16px;
        top: -1px;
        width: 30px;
        line-height: 30px;
        border-radius: 0px;
    }
}
/* imp */
.imp_bg.sbpTop .right h4 {
    color: #8c77c5;
}
@media (min-width:992px){
    .imp_bg.sbpTop {
        background: url(../img/imp_bg.jpg) center center no-repeat;
    }
    .imp_bg.sbpTop .right h1,
    .imp_bg.sbpTop .right h2,
    .imp_bg.sbpTop .right h4 {
        color: #fff;
    }
}
@media (max-width:992px){
    .imp_bg.sbpTop {
        background-color: #fff;
    }
}

/* implant1 */
.mach .lt {
    background: url(../img/imp_rt.png) right bottom no-repeat;
    background-color: #f7f7f7;
}
#sleep1 .mach .lt {
    background: url(../img/imp_rt2.png) right bottom no-repeat;
    background-color: #f7f7f7;
}
#sleep1 .mach .lt .intxt {
    display: inline-block;
    text-align: left;
}
#sleep1 .mach .lt .intxt h1.dft {
    line-height: 1.2em;
}
.mach .lt ul li {
    position:relative;
}
.mach .lt ul li:not(:last-child):after {
    content: "+";
    position: absolute;
    left: calc(50% - 20px);
    bottom: -27px;
    width: 40px;
    line-height: 37px;
    background-color: #fff;
    font-size: 36px;
    color: #871d77;
    font-weight: 800;
    padding-bottom: 3px;
    border-radius: 50%;
    z-index: 3;
}
.mach .lt ul li h3 {
    padding: 15px ;
    width: 80%;
    max-width: 430px;
    margin: 15px auto;
    border-radius: 100px;
    text-align: center;
    background-color: #361a55;
    color: #fff;
}
.mach .lt ul li h3 strong {
        font-size: 40px;
}
@media (max-width:768px) {
    .mach .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    .mach .c_wrp > div {
        width: 100%;
    }
    .mach .rt {
        order: 2;
    }
    .mach .lt {
        padding: 40px 0;
        order: 1;
        background-size: cover;
    }
	
	.mach .lt ul li h3 strong {
			font-size: 25px;
	}
    #sleep1 .mach .lt .intxt {
        text-align: center;
	}
    #sleep1 .mach .lt .intxt img {
        width: 60px;
    }
}
/* imp2_img */
#implant1 .sec2 {
    background: url(../img/imp2_bg.jpg) center center no-repeat;
}
#implant1 .sec3 .imp_graph {
    border: 1px solid #ddd;
}
#implant1 .sec4 {
    background-color: #000;
}
.mach .c_wrp {
    max-width: 1920px;
    margin: 0 auto;
}
#implant1 .sec4 .txt h1 {
    line-height: 1.2em;
}
#implant1 .sec6 {
    background: url(../img/imp_sys_bg.jpg) center center no-repeat;
}
#implant1 .sec8 .item {
    display: flex;
    align-items: center;
}
#implant1 .sec8 .item .icon {
    width: 150px;
}
#implant1 .sec8 .item .txt {
    width: calc(100% - 150px);
}
@media (min-width:768px){
    #implant1 .sec8 {
        background: url(../img/imp8_bg.jpg) center center no-repeat;
    }
    #implant1 .sec8 .c_wrp {
        height: 800px;
    }
    #implant1 .sec8 .txt h2 {
        display: inline-block;
        border-bottom: 2px solid #666;
    }
}
@media (max-width:768px){
    #implant1 .sec4 .txt {
        padding-top: 40px;
        text-align: center;
    }
    #implant1 .sec8 {
        padding: 40px 0;
        background-color: #f7f7f7;
    }
    #implant1 .sec8 .top {
        text-align: center;
    }
    #implant1 .sec8 .item .icon {
        width: 100px;
    }
    #implant1 .sec8 .item .txt {
        width: calc(100% - 100px);
        padding-left: 10px;
    }
}

.chkList li {
    margin: 8px 0;
}
.chkList li h5 {
    border-radius: 100px;
    padding: 15px 15px;
    padding-left: 100px;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
}
.chkList li h5:after {
    content: "";
    width: 60px;
    position: absolute;
    left: 15px;
    background: url(../img/hd_arr.png) center center no-repeat;
    height: 70%;
    top: 15%;
    border-right: 1px solid #ddd;
}
@media (max-width:768px){
    .chkList li h5 {
        padding: 10px 15px;
        padding-left: 60px;
    }
    .chkList li h5:after {
        width: 35px;
        background-size: 10px !important;
    }
}


/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
    padding-left: 0px;
}
@media (max-width:768px){
    .hList > li:after {
        top: 9px ;
    }
}

/* imp */
@media (min-width:992px){
    .dent_bg.sbpTop {
        background: url(../img/dent_bg.jpg) center center no-repeat;
    }
    .dent_bg.sbpTop .right h4 {
        color: #efeee7;
    }
}
@media (max-width:992px){
    .dent_bg.sbpTop {
        background-color: #fff;
    }
}

/* dental1 */
#dental1 .sec1 {
    background-color: #382779;
}
#dental1 .sec3 { 
    background: url(../img/dent_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#dental1 .sec3 .subTit {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
}
#dental1 .sec3 .tt {
    letter-spacing: 10px; 
}
#dental1 .demtPoint {
    margin-top: -180px;
}
#dental1 .sec4 { 
    background: url(../img/dent_bg4.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:768px){
    #dental1 .sec3 .tt {
        font-size: 15px;
    }
    #dental1 .demtPoint {
        margin-top: -100px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
/* whList */
.whList .item {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 40px 15px;
    position: relative;;
}
.whList .item .chk {
    position: absolute;
    left: 15px;
    top: 15px;
}
@media (min-width:768px){
    .whList .item .txt {
        margin-top: 15px;
    }
}
@media (max-width:768px){
    .whList > li {
        margin: 5px 0;
    }
    .whList .item {
        border-radius: 10px;
        padding: 30px 15px;
    }
    .whList .item .chk {
        width: 25px;
        left: 5px;
        top: 5px;
    }
    .whList .item {
        display: flex;
        align-items: center;
    }
    .whList .item .icon {
        width: 80px;
        padding-left: 15px;
        order: 2;
    }
    .whList .item .txt {
        order: 1;
        width: calc(100% - 80px);
        text-align: left;
    }
}


/* flList */
.flList {
    position: relative;
}
.flList:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    z-index: 1;
}
.flList li .item .txt h2 {
    opacity: .2;
}
.flList li .item .txt h1  {
    position: relative;
    z-index: 5;
}
.flList li .item .txt h1:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #542493;
    opacity: .2;
    border-radius: 50%;
    top: 12px;
    z-index: 5;
}
.flList li .item .txt h1::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #542493;
    border-radius: 50%;
    top: 18px;
    z-index: 5;
}
.flList li:nth-child(odd) .item .txt h1:after {
    left: -48px;
}
.flList li:nth-child(odd) .item .txt h1:before {
    left: -42px;
}
.flList li:nth-child(even) .item .txt h1:after {
    right: -48px;
}
.flList li:nth-child(even) .item .txt h1:before {
    right: -42px;
}
@media (min-width:768px){
    .flList .item {
        display: flex;
        align-items: center;
    }
    .flList .item > div {
        width: 50%;
    }
    .flList li:nth-child(odd) .item .img {
        padding-right: 40px;
    }
    .flList li:nth-child(odd) .item .txt {
        padding-left: 40px;
        padding-right: 40px;
    }
    .flList li:nth-child(even) .item .img {
        padding-left: 40px;
    }
    .flList li:nth-child(even) .item .txt {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (max-width:768px){
    .flList:after {
        left: 0px;
    }
    .flList .item {
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .flList .item > div {
        width: 100%;
    }
    .flList li .item .img {
        order: 1;
    }
    .flList li .item .txt {
        order: 2;
        padding-top: 20px;
    }
    .flList li .item .txt h1:before {
        left: -22px;
    }
    .flList li .item .txt h1:before {
        left: -22px !important;
        right: auto;
        top: 11px;
    }
    .flList li .item .txt h1::after {
        left: -28px !important;
        right: auto;
        top: 5px;
    }
}



/* clinic1 */
#clinic1 .sec2 {
    background: url(../img/cl_bg2.jpg) center center no-repeat;
}
#clinic1 .sec3 {
    background-color: #f7f7f7;
}
#clinic1 .timeWrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f7f7f7;
}
#clinic1 .timeWrp > div {
    width: 50%;
}
#clinic1 .timeBox {
    display: inline-block;
}
#clinic1 .timeBox > h3 i,
#clinic1 .timeBox > h3 span {
    display: inline-block;
    vertical-align: middle;
}
#clinic1 .timeTable li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
}
#clinic1 .timeTable li .txt {
    width: 150px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #111;
    margin-right: 25px;
}
@media (max-width:768px) {
    #clinic1 .timeWrp {
        flex-wrap: wrap;
    }
    #clinic1 .timeTable {
        padding: 30px 15px;
    }
    #clinic1 .timeWrp > div {
        width: 100%;
    }
    #clinic1 .timeTable li {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #clinic1 .timeTable li .txt {
        width: 120px;
        margin-right: 15px;
    }
}

/* soList */
.soList a {
    display: flex;
    background-color: #fae100;
    border-radius: 10px;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.soList a.so2 {
    background-color: #00c73c;
}
.soList a .tit {
    width: 250px;
    text-align: center;
    position: relative;
}
.soList a .tit h3,
.soList a .tit .icon {
    display: inline-block;
    vertical-align: middle;
}
.soList a > h3 {
    width: calc(100% - 250px);
    background-color: #fff;
    padding: 15px;
    line-height: 1em;
    border-radius: 10px;
    text-align: center;
}
@media (max-width:1200px) {
    .soList a {
        flex-wrap: wrap;
    }
    .soList a .tit,
    .soList a > h3 {
        width: 100%;
    }
}
@media (max-width:768px) {
    .soList a {
        flex-wrap: wrap;
        border-radius: 5px;
        margin-top: 10px;
    }
    .soList a .tit,
    .soList a > h3 {
        width: 100%;
    }
    .soList a .tit .icon img {
        width: 25px;
    }
    .soList a > h3 {
        padding: 8px;
        margin-top: 5px;
        border-radius: 5px;
    }
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 550px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 300px !important;
	}
}
/* addList */
.addList a {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    padding: 15px 25px;
}
.addList li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: linear-gradient(to right, transparent, #f4f4f4);
}
.addList a .icon {
    width: 80px;
}
.addList a .name {
    width: calc(100% - 80px);
    padding-left: 20px;
    word-break: keep-all;
}
@media (max-width:992px) {
    .addList a {
        flex-wrap: wrap;
        align-items: center;
        padding: 15px 8px;
    }
    .addList a > div {
        width: 100% !important;
        text-align: center;
        position: relative;
        z-index: 3;
    }
    .addList a .icon img {
        width: 45px;
        margin-bottom: 10px;
    }
    .addList a .name {
        padding: 0px;
    }
    .addList a .name h3 {
        font-size: 15px;
        line-height: 1.1em;
    }
}

/* mapBList */
.mapBList .mapTit .lined {
    height: 30px;
    display: inline-block;
    margin-top: 15px;
    width: 1px;
    background-color: #aaa;
}
.mapBList .item {
    padding: 60px 15px;
    background-color: #fff;
}
.mapBList .subw {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mapBList .subw strong {
    border: 4px solid #cd023a;
    color: #cd023a;
    line-height: 1em;
    padding: 8px 20px;
    border-radius: 50px;
    margin-right: 10px;
}
.mapBList .subw.bus1 strong {
    border: 0px;
    padding-top: 10px;
    background-color: #11ad06;
    color: #fff;
}
.mapBList .subw.bus2 strong {
    border: 0px;
    padding-top: 10px;
    background-color: #c70000;
    color: #fff;
}
.mapBList .subw.bus3 strong {
    border: 0px;
    padding-top: 10px;
    background-color: #00ac8f;
    color: #fff;
}
.mapBList .subw.bus4 strong {
    border: 0px;
    padding-top: 10px;
    background-color: #c70000;
    color: #fff;
}
.mapBList .subw.subw1,
.mapBList .subw.subw2,
.mapBList .subw.subw3 {
    flex-direction: column;
}
.mapBList .subw.subw2 strong,
.mapBList .subw.subw3 strong,
.mapBList .subw.subw1 strong {
    margin-bottom: 15px;
}
.mapBList .subw.subw2 strong {
    border: 4px solid #f7d306;
    color: #f7d306;
}
.mapBList .subw.subw3 strong {
    border: 4px solid #131d72;
    color: #131d72;
}
@media (max-width:768px) {
    .mapBList .item {
        padding: 30px 15px;
    }
    .mapBList .mapTit .lined {
        height: 15px;
        margin-top: 5px;
    }
    .mapBList .item .mapTit img {
        width: 45px;
    }
    .mapBList .subw {
        display: block;
        /* text-align: left; */
    }
    .mapBList .subw > strong {
        display: inline-block;
        margin-bottom: 5px;
        border: 3px solid #cd023a;
        padding: 4px 12px;
        margin-right: 5px;
    }
    .mapBList .subw.bus1 strong,
    .mapBList .subw.bus2 strong,
    .mapBList .subw.bus3 strong,
    .mapBList .subw.bus4 strong {
        padding-top: 6px;
    }
    .mapBList .subw > span {
        display: block;
        width: 100%;
    }
}
/* ortho */
.ortho_bg.sbpTop .right h4 {
    color: #b3b3b3;
}
@media (min-width:992px){
    .ortho_bg.sbpTop {
        background: url(../img/ortho_bg.jpg) center center no-repeat;
    }
}
@media (max-width:992px){
    .ortho_bg.sbpTop {
        background-color: #fff;
    }
}

/* ortho1 */
#ortho1 .sec1 {
    background: url(../img/ortho_bg2.jpg) center center no-repeat;
    height: 680px;
}
#ortho1 .sec1 .boBox {
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}
#ortho1 .sec1 .boBox .topTxt {
    line-height: 60px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    text-align: center;
}
#ortho1 .sec1 .boBox .topTxt span {
    display: inline-block;
    padding: 0 55px;
    line-height: 60px;
    font-weight: 600;
    background-color: #5d2d7b;
    color: #fff;
    border-radius: 100px;
}
#ortho1 .sec1 .boBox h1 {
    line-height: 1.2em;
}
@media (max-width:768px) {
    #ortho1 .sec1 {
        padding: 20px;
        background-size: cover;
        height: 400px;
    }
    #ortho1 .sec1 .boBox {
        padding: 40px 20px;
    }
    #ortho1 .sec1 .boBox .topTxt {
        line-height: 40px;
        top: -20px;
    }
    #ortho1 .sec1 .boBox .topTxt span {
        padding: 0 25px;
        line-height: 40px;
    }
}

/* ortho1 sec0 */
#ortho1 .sec0 {
     background: url(../img/ortho1_sec0_bg.png) center center no-repeat;
	 background-size: cover;
}
/* ortho1 sec1_1 */
#ortho1 .sec1_1 ul{
    max-width: 1920px;
}
#ortho1 .sec1_1 ul li {
    background-color: #5d2d7b;
    display: flex;
    align-items: center;
    position: relative;
	
}
#ortho1  .sec1_1 ul li:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 12px;
    width: 5px;
    height: 5px;
    background-color: #fff;
}
#ortho1 .sec1_1 ul li > div {
    width: 50%;
}
#ortho1 .sec1_1 ul li .tbox .txt {
    max-width: 700px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
#ortho1 .sec1_1 ul li .tbox .sim1{
       position: absolute;
    left: 25%;
    bottom: 0;
}
#ortho1 .sec1_1 ul li .tbox .sim2{
       position: absolute;
    right: 0;
    bottom: 0;
}
#ortho1 .sec1_1 ul li .tbox .txt .op {
    opacity: .7;
}
#ortho1 .sec1_1 ul li .tbox .txt .chkTxt h3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
#ortho1 .sec1_1 ul li .tbox .txt .chkTxt .chk {
    background: url(../img/chIcon.png) center center no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 10px;
}
#ortho1 .sec1_1 ul li .tbox .txt .chkTxt strong {
    margin-left: 5px;
}
@media (max-width:768px) {
    #ortho1 .sec1_1 ul li {
        flex-wrap: wrap;
    }
    #ortho1 .sec1_1 ul li > div {
        width: 5100%;
    }
    #ortho1 .sec1_1 ul li .tbox {
        order: 1;
        padding: 50px 15px;
    }
    #ortho1 .sec1_1 ul li .ibox {
        order: 2;
    }
    #ortho1 .sec1_1 ul li .tbox .txt .chkTxt .chk {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}


/* ortho1 sec2 */
#ortho1 .sec2 ul{
    max-width: 1920px;
    margin: 0 auto;
}
#ortho1 .sec2 ul li {
    background-color: #5d2d7b;
    display: flex;
    align-items: center;
}
#ortho1 .sec2 ul li > div {
    width: 50%;
}
#ortho1 .sec2 ul li .tbox .txt {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
}
#ortho1 .sec2 ul li .tbox .txt .op {
    opacity: .7;
}
#ortho1 .sec2 ul li .tbox .txt .chkTxt h3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
#ortho1 .sec2 ul li .tbox .txt .chkTxt .chk {
    background: url(../img/chIcon.png) center center no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 10px;
}
#ortho1 .sec2 ul li .tbox .txt .chkTxt strong {
    margin-left: 5px;
}
@media (max-width:768px) {
    #ortho1 .sec2 ul li {
        flex-wrap: wrap;
    }
    #ortho1 .sec2 ul li > div {
        width: 5100%;
    }
    #ortho1 .sec2 ul li .tbox {
        order: 1;
        padding: 50px 15px;
    }
    #ortho1 .sec2 ul li .ibox {
        order: 2;
    }
    #ortho1 .sec2 ul li .tbox .txt .chkTxt .chk {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}
/* ortho1 sec3 */
#ortho1 .sec3 {
    background: url(../img/texture.png) center center no-repeat;
    background-size: cover;
}
#ortho1 .sec3 .item h1 {
    margin: 15px 0;
}
#ortho1 .sec3 .item .step {
    color: #ddd;
    margin-top: 20px;
}
@media (max-width:768px) {
    #ortho1 .sec3 ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #ddd;
    }
    #ortho1 .sec3 .item {
        display: flex;
        align-items: center;
    }
    #ortho1 .sec3 .item .img {
        width: 40%;
    }
    #ortho1 .sec3 .item .txt {
        width: 60%;
        padding-left: 15px;
        text-align: left;
    }
    #ortho1 .sec3 .item h1 {
        margin: 8px 0;
    }
    #ortho1 .sec3 .item .step {
        margin-top: 0px;
    }
}
/* ortho1 sec4 */
#ortho1 .sec4 .c_wrp {
    background-color: #f7f7f7;
    max-width: 670px;
    margin: 0 auto;
}
#ortho1 .sec4 .c_wrp .tbox {
    padding-left: 40px;
}
#ortho1 .sec4 .c_wrp .tbox h1 .sm {
    font-size: .8em;
    font-weight: 500;
}
#ortho1 .sec4 .c_wrp .tbox h4 {
    margin-top: 15px;
}
@media (max-width:768px) {
    #ortho1 .sec4 .c_wrp .tbox {
        padding: 8px;
        text-align: center;
    }
    #ortho1 .sec4 .c_wrp .tbox h4 {
        margin-top: 5px;
        font-size: 15px;
    }
    #ortho1 .sec4 .c_wrp .tbox h4 br {
        display: none;
    }
}
/* ortho1 sec5 */
#ortho1 .sec5 {
    background: url(../img/texture.png) center center no-repeat;
    background-size: cover;
}
#ortho1 .sec5 .stList > li {
    position: relative;
    padding-left: 200px;
}
#ortho1 .sec5 .stList > li:not(:first-child) {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 2px dashed #aaa;
}
#ortho1 .sec5 .stList > li .step {
    width: 224px;
    line-height: 75px;
    background: url(../img/stepBg.png) left center no-repeat;
    position: absolute;
    left: -100px;
    color: #fff;
    text-align: center;
    padding-right: 15px;
}
#ortho1 .sec5 .stList > li .dot {
    display: block;
    margin: 25px 0;
    position: relative;
    height: 12px;
    width: 100%;
    background-color: #ddd;
}
#ortho1 .sec5 .stList > li .dot span {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -4px;
    left: calc(50% - 10px);
    background-color: #5d2d7b;
    border-radius: 50%;
}
#ortho1 .sec5 .stList > li .dot span:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    top: -7px;
    left: calc(50% - 17px);
    background-color: rgba(93, 45, 123, 0.3);
    border-radius: 50%;
}
@media (max-width:768px) {
    #ortho1 .sec5 .stList > li {
        padding-top: 60px;
        padding-left: 0;
        text-align: center;
    }
    #ortho1 .sec5 .stList > li:not(:first-child) {
        padding-top: 30px;
        margin-top: 30px;
        border-top: 2px dashed #aaa;
    }
    #ortho1 .sec5 .stList > li .step {
        width: 119px;
        line-height: 40px;
        top: 0px;
        left: 0px;
        background-size: 100%;
    }
    #ortho1 .sec5 .stList > li .dot {
        margin-top: 15px;
    }
    #ortho1 .sec5 .stList > li ul li {
        margin-bottom: 30px;
        border: 1px solid #ddd;
        padding: 20px 0 !important;
        background-color: #fff;
    }
}

/* techItem */
.techItem > ul {
    border: 3px solid #666;
    display: flex;
    padding: 30px 20px;
    border-radius: 0 0 20px 20px;
    align-items: center;
    background-color: #f7f7f7;
}
.techItem.techItem2 > ul {
    border-color: #5d2d7b;
    background-color: #fff;
}
.techItem > ul > li {
    width: 50%;
    padding: 0 5px;
}
.techItem h2 {
    line-height: 100px;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    background-color: #666;
    border-radius: 20px 20px 0 0;
}
.techItem.techItem2 h2 {
    background-color: #5d2d7b;
}
.techItem .it {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
    justify-content: center;
    border: 2px dashed #aaa;
    border-radius: 15px;
    padding: 0 15px;
}
.techItem.techItem2 .it {
    border-color: #5d2d7b;
    background-color: #fcf6ff;
}
.techItem .it h4 {
    color: #666;
    font-weight: 600;
}
.techItem .it h5 {
    color: #666;
    font-weight: 600;
}
.techItem .it h3 {
    font-weight: 700;
    line-height: 1.1em;
}
.techItem .it h3 span {
    display: inline-block;
    vertical-align: middle;
}
.techItem .it h3 .sm {
    font-size: .7em;
}
@media (max-width:992px) {
    .techItem h2 {
        line-height: 1.2em;
        padding: 10px;
        border-radius: 4px 4px 0 0;
    }
    .techItem > ul {
        padding: 8px;
        border-radius: 0 0 4px 4px;
    }
    .techItem > ul > li {
        padding: 0 2px;
    }
    .techItem .it {
        padding: 5px;
        height: 150px;
    }
}

/* ortho1 sec0 */
.sec0 .techItem > ul {
    display: block;
}
.sec0 .techItem.techItem2 > ul {
    background-color: rgb(255 255 255 / 60%);
}

/* ortho1 sec7 */
#ortho1 .sec7 { 
    background: url(../img/ortho_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#ortho1 .sec7 .subTit {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
}
#ortho1 .sec7 .tt {
    letter-spacing: 10px; 
}
#ortho1 .orthoPoint {
    margin-top: -180px;
}
@media (max-width:768px){
    #ortho1 .orthoPoint {
        margin-top: -80px;
        padding-right: 15px;
        padding-left: 15px;
    }
    #ortho1 .sec7 .tt {
        font-size: 15px;
    }
}

/* ortho1 texture */
#ortho1 .texture { 
    background: url(../img/texture.png) center center no-repeat;
    background-size: cover;
}
/* ortho1 sec8 */
#ortho1 .sec8 { 
    background: url(../img/texture.png) center center no-repeat;
    background-size: cover;
}
#ortho1 .sec8 ul {
    position: relative;
}
#ortho1 .sec8 ul:after {
    content: "";
    position: absolute;
    width: 8px;
    top: 0px;
    left: 0;
    height: 100%;
    background-color: #ddd;
    border-radius: 50px;
}
#ortho1 .sec8 ul li { 
    position: relative;
    margin-top: 60px;
}
#ortho1 .sec8 ul li .con { 
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}
#ortho1 .sec8 ul li .con:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -6px;
    top: calc(50% - 10px);
    background-color: #5d2d7b;
    border-radius: 50%;
}
#ortho1 .sec8 ul li .con:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    left: -13px;
    top: calc(50% - 17px);
    background-color: rgba(93, 45, 123, 0.3);
    border-radius: 50%;
}
#ortho1 .sec8 ul li .con .txt { 
    width: calc(100% - 250px);
    background: url(../img/tchNum1.png) 40px top no-repeat;
    padding-left: 180px;
}
#ortho1 .sec8 ul li:nth-child(2) .con .txt { 
    background-image: url(../img/tchNum2.png);
}
#ortho1 .sec8 ul li:nth-child(3) .con .txt { 
    background-image: url(../img/tchNum3.png);
}
#ortho1 .sec8 ul li .con .icon { 
    width: 250px;
    text-align: center;
}
#ortho1 .sec8 ul li .con .txt h1 {
    line-height: 1.2em;
}
#ortho1 .sec8 ul li .con .txt h3 {
    margin-top: 15px;
}
@media (max-width:768px) {
    #ortho1 .sec8 ul li .con .txt { 
        width: 100%;
        background-position-x: 20px !important;
        background-size: 40px !important;
        padding-left: 70px;
    }
    #ortho1 .sec8 ul li .con .icon { 
        display: none;
    }
    #ortho1 .sec8 ul li .con .txt h3 {
        margin-top: 5px;
    }
}

/* ortho1 .sec9 */
#ortho1 .sec9 .rt {
    background: url(../img/imp_rt.png) right bottom no-repeat;
}
#ortho1 .sec9 .rt ul li {
    position:relative;
}
#ortho1 .sec9 .rt ul li:not(:last-child):after {
    content: "+";
    position: absolute;
    left: calc(50% - 20px);
    bottom: -27px;
    width: 40px;
    line-height: 37px;
    background-color: #fff;
    font-size: 36px;
    color: #871d77;
    font-weight: 800;
    padding-bottom: 3px;
    border-radius: 50%;
    z-index: 3;
}
#ortho1 .sec9 .rt ul li h3 {
    padding: 15px ;
    width: 80%;
    max-width: 430px;
    margin: 15px auto;
    border-radius: 100px;
    text-align: center;
    background-color: #361a55;
    color: #fff;
}
#ortho1 .sec9 .rt .talk {
    max-width: 600px;
    background-color: #361a55;
    border-radius: 200px;
    margin: 0 auto;
    padding: 40px 60px;
    position: relative;
}
#ortho1 .sec9 .rt .talk:after {
    content: "";
    position: absolute;
    left: calc(50% - 30px);
    border-width: 30px;
    border-color: transparent transparent #361a55 transparent;
    border-style: solid;
    top: -50px;
    z-index: 1;
}
#ortho1 .sec9 .rt .talk h3,
#ortho1 .sec9 .rt .talk h1 {
    line-height: 1.1em;
    position: relative;
    z-index: 3
}
#ortho1 .sec9 .rt .talk h1 {
    margin: 10px 0;
}
@media (max-width:768px) {
    #ortho1 .sec9 .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #ortho1 .sec9 .c_wrp > div {
        width: 100%;
    }
    #ortho1 .sec9 .lt {
        order: 2;
    }
    #ortho1 .sec9 .rt {
        padding: 40px 0;
        order: 1;
        background-size: cover;
    }
    #ortho1 .sec9 .rt .talk {
        padding: 25px 30px;
        margin: 0 15px;
    }
    #ortho1 .sec9 .rt .talk h1 {
        margin: 5px 0;
    }
}
/* ortho1 .sec10 */
#ortho1 .sec10 {
    background: url(../img/texture.png) center center no-repeat;
    background-size: cover;
}
#ortho1 .sec10 .reumImg {
    border-radius: 50px 0 50px 0;
}
@media (min-width:768px) {
    #ortho1 .sec10 .rt {
        padding-left: 70px;
    }
}
@media (max-width:768px) {
    #ortho1 .sec10 .rt {
        padding-top: 30px;
    }
}
/* ortho1 .sec11 */
#ortho1 .sec11 {
    background: url(../img/ortho_bg11.jpg) center center no-repeat;
    background-size: cover;
}
#ortho1 .sec11 .subTit h1 .underLing {
    text-decoration: underline;
}

/* ortho1 sec12 */
#ortho1 .sec12 {
    background: url(../img/texture.png) center center no-repeat;
    background-size: cover;
}
/* ortho1 sec13 */
#ortho1 .sec13 {
    background: url(../img/ortho_bg13.jpg) center center no-repeat;
    background-size: cover;
}
#ortho1 .sec13 .txtBox {
    padding: 40px;
    background-color: #fff;
    border-radius: 30px;
}
#ortho1 .sec13 .txtBox h2 {
    padding: 15px 0;
    padding-left: 50px;
    background: url(../img/chkCol.png) left center no-repeat;
    border-bottom: 1px dashed #ddd;
}
#ortho1 .sec13 .rt .scanner {
    border-radius: 30px 0 30px 0;
}
@media (max-width:768px){
    #ortho1 .sec13 .txtBox {
        padding: 20px 15px;
        border-radius: 10px;
    }
    #ortho1 .sec13 .rt {
        padding-top: 30px;
    }
    #ortho1 .sec13 .txtBox h2 {
        padding-left: 30px;
        background-size: 25px !important;
    }
}
/* proList */
.proList {
    position: relative;
}
.proList > li {
    display: flex;
    align-items: center;
    padding: 60px 0;
}
.proList > li > div {
    width: 50%;
}
.proList .txt {
    max-width: 600px;
    display: inline-block;
}
.proList .txt .numTit {
    position: relative;
}
.proList .txt .numTit > span {
    display: block;
    font-size: 120px;
    font-weight: 700;
    line-height: 1em;
}
.proList .txt .numTit h1 {
    line-height: 1.2em;
    font-weight: 300;
}
@media (min-width:992px){
    .proList::after {
        content: "";
        position: absolute;
        left: 50%;
        top: -20px;
        height: calc(100% + 40px);
        width: 1px;
        background-color: #aaa;
    }
    .proList > li:nth-child(odd) .tbox,
    .proList > li:nth-child(even) .ibox {
        order: 1;
    }
    .proList > li:nth-child(even) .tbox,
    .proList > li:nth-child(odd) .ibox {
        order: 2;
    }
}
@media (max-width:992px){
    .proList > li {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .proList > li > div {
        width: 100%;
    }
    .proList .ibox {
        order: 1;
    }
    .proList .tbox {
        order: 2;
        padding: 20px 15px 0;
    }
    .proList .txt .numTit {
        padding-left: 140px;
    }
    .proList .txt .numTit > span {
        font-size: 95px;
    }
}
@media (max-width:768px){
    .proList .tbox {
        padding: 30px 0 0;
    }
    .proList .txt {
        width: 100%;
    }
    .proList .txt .numTit {
        padding-left: 70px;
    }
    .proList .txt .numTit > span {
        position: absolute;
        left: 0;
        top: -10px;
        font-size: 50px;
        font-weight: 700;
        line-height: 1em;
    }
    .proList .txt .numTit h1 {
        font-size: 22px;
    }
    .proList .txt .numTit h1 br {
        display: none;
    }
}

/* ortho1 sec15 */
#ortho1 .sec15 {
    background: url(../img/ortho_bg15.jpg) center center no-repeat;
    background-size: cover;
}



/* sliderBeforeAfter */
.sliderBeforeAfter.owl-carousel img {
    width: auto;
    display: inline-block;
}
.sliderBeforeAfter .fBox {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    align-items: center;
}
.sliderBeforeAfter .fBox .arw {
    width: 6%;
    padding: 0 15px;
}
.sliderBeforeAfter .fBox .before,
.sliderBeforeAfter .fBox .after {
    width: 52%;    
}
.sliderBeforeAfter .fBox .before .item,
.sliderBeforeAfter .fBox .after .item {
    border: 8px solid #666;
    border-bottom: 0px;
    background-color: #666;
}
.sliderBeforeAfter .fBox .before .item h3,
.sliderBeforeAfter .fBox .after .item h3 {
    background-color: #666;
    line-height: 1em;
    padding: 20px 15px;
    color: #fff;
    font-weight: 700;
}
.sliderBeforeAfter .fBox .after .item {
    border-color: #4d2187;
    background-color: #4d2187;
}
.sliderBeforeAfter .fBox .after .item h3 {
    background-color: #4d2187;
}
.sliderBeforeAfter .fBox .after .item .img {
    position: relative;
    overflow: hidden;
}
.sliderBeforeAfter .fBox .after .item .img.beforeLogin .caseImg {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.sliderBeforeAfter .fBox .after .item .img .loginAlert {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    z-index: 3;
}
.sliderBeforeAfter .fBox .after .item .img .loginAlert h4 {
    margin-top: 10px;
}
.sliderBeforeAfter .fBox .after .item .img .loginAlert span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1em;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 100px;
    margin-top: 30px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sliderBeforeAfter .fBox .after .item:hover .img .loginAlert span {
    background-color: #65afe6;
    border-color: #65afe6;
    color: #fff;
}
.sliderBeforeAfter.owl-carousel .owl-nav {
    top: 45%;
    left: 0px;
}
.sliderBeforeAfter.owl-carousel .owl-nav [class*="owl-"] {
    line-height: 33px;
    padding: 0;
    border-radius: 0px;
    width: 40px;
    height: auto;
    color: #666;
    border: 3px solid #666;
    margin: 0px;
    background-color: transparent;
}
.sliderBeforeAfter.owl-carousel .owl-nav [class*="owl-"]:focus,
.sliderBeforeAfter.owl-carousel .owl-nav [class*="owl-"]:active{
    background-color: transparent;
    border-color: #666;
}
.sliderBeforeAfter.owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 100%;
    margin-right: 20px;
}
.sliderBeforeAfter.owl-carousel .owl-nav .owl-next {
    right: auto;
    left: 100%;
    margin-left: 20px;
}
.sliderBeforeAfter.owl-carousel .owl-dots {
    margin-top: 40px !important;
}
.sliderBeforeAfter.owl-carousel .owl-dots .owl-dot {
    width: 33.3333%;
} 
.sliderBeforeAfter.owl-carousel .owl-dots .owl-dot span, 
.sliderBeforeAfter.owl-carousel .owl-dots .owl-dot span {
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 5px;
    background-color: #f7f7f7;
}
.sliderBeforeAfter.owl-carousel .owl-dots .owl-dot.active span, 
.sliderBeforeAfter.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #65afe6;
}
@media (max-width:768px){
    .sliderBeforeAfter .fBox .arw {
        width: 10%;
        padding: 0 5px;
    }
    .sliderBeforeAfter .fBox .before,
    .sliderBeforeAfter .fBox .after {
        width: 50%;    
    }
    .sliderBeforeAfter .fBox .before .item,
    .sliderBeforeAfter .fBox .after .item {
        border-width: 4px;
    }
    .sliderBeforeAfter .fBox .before .item h3,
    .sliderBeforeAfter .fBox .after .item h3 {
        padding: 10px;
    }
    .sliderBeforeAfter .fBox .after .item .img .loginAlert img {
        width: 30px;
    }
    .sliderBeforeAfter .fBox .after .item .img .loginAlert h4 {
        margin-top: 5px;
    }
    .sliderBeforeAfter .fBox .after .item .img .loginAlert h5 {
        display: none;
    }
    .sliderBeforeAfter .fBox .after .item .img .loginAlert span {
        font-size: 10px;
        line-height: 1em;
        padding: 3px 10px;
        border: 1px solid #fff;
        margin-top: 5px;
    }
    .sliderBeforeAfter.owl-carousel .owl-dots {
        margin-top: 15px !important;
    }
}
@media (max-width:500px){
    .sliderBeforeAfter .fBox .after .item .img .loginAlert img {
        width: 20px;
    }
    .sliderBeforeAfter .fBox .after .item .img .loginAlert h4 {
        font-size: 12px;
    }
}

/* afterLogin */
#afterLogin .sliderBeforeAfter > .ex {
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
}
@media (max-width:768px){
    #afterLogin .sliderBeforeAfter > .ex {
        padding: 15px;
    }
}
/* pagination_wrp */
.pagination_wrp {
    margin: 10px 0;
}
.pagination_wrp .pagination {
    display: inline-block;
}
.pagination_wrp .pagination li a {
    border: 0px;
    color: #bbb;
    font-size: 15px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    background-color: transparent;
}
.pagination_wrp .pagination li a.first,
.pagination_wrp .pagination li a.last,
.pagination_wrp .pagination li a.next,
.pagination_wrp .pagination li a.pre {
    height: 38px;
    width: 38px;
    border: 1px solid #c9ccd1;
    border-radius: 6px;
    padding: 0px;
    background: url(../img/arr_des.png) center center no-repeat;
}
.pagination_wrp .pagination li a.first,
.pagination_wrp .pagination li a.last {
    background: url(../img/arr_des_t.png) center center no-repeat;
}
.pagination_wrp .pagination.ligter li a.first,
.pagination_wrp .pagination.ligter li a.last,
.pagination_wrp .pagination.ligter li a.next,
.pagination_wrp .pagination.ligter li a.pre {
    background-color: #fafbfd;
    border-color: #dfe1e5;
}
.pagination_wrp .pagination li a.next {
    margin-left: 15px;
}
.pagination_wrp .pagination li a.pre {
    transform: rotate(180deg);
    margin-right: 15px;
}
.pagination_wrp .pagination li a.last {
    margin-left: 5px;
}
.pagination_wrp .pagination li a.first {
    transform: rotate(180deg);
    margin-right: 5px;
}
.pagination_wrp .pagination li.active a {
    color: #111;
    background-color: transparent !important;
}
@media (max-width: 768px) {
    .pagination_wrp {
        margin-top: 10px;
    }
    .pagination_wrp .pagination li a {
        font-size: 13px;
        line-height: 28px;
        padding: 0 10px;
    }
    .pagination_wrp .pagination li a.first,
    .pagination_wrp .pagination li a.last {
        height: 28px;
        width: 28px;
        background: url(../img/arr_des_t_big.png) center center no-repeat;
        background-size: 8px !important;
    }
    .pagination_wrp .pagination li a.next,
    .pagination_wrp .pagination li a.pre {
        height: 28px;
        width: 28px;
        background: url(../img/arr_des_big.png) center center no-repeat;
        background-size: 8px !important;
    }
}

/* scanset */
.scanset .item {
    position: relative;
}
.scanset .item h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
}

/* subTit */
.subTit h1.dft {
    line-height: 1.1em;
}

/* vdoSlickWrp */
.vdoSlickWrp > .vdoSlicks iframe {
    width: 100%;
}
@media (min-width:992px) {
    .vdoSlickWrp {
        display: flex;
        align-items: center;
    }
    .vdoSlickWrp > .vdoSlicks {
        width: calc(100% - 450px);
    }
    .vdoSlickWrp > .vdoSlicks iframe {
        height: 500px;
    }
    .vdoSlickWrp > .vdoSlicks-nav {
        width: 450px;
        padding-left: 15px;
    }
}

/* vdoSlicks-nav */
.vdoSlicks-nav > div {
    border-top: 1px solid #ddd;
}
.vdoSlicks-nav .item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.vdoSlicks-nav .is-active .item {
    background-color: #fffbfc;
}
.vdoSlicks-nav .item .img {
    width: 110px;
}
.vdoSlicks-nav .item .txt {
    width: calc(100% - 110px);
    padding-left: 10px;
}
.vdoSlicks-nav .slick-dots {
    margin-top: 20px;
}