/* sec */
.sec1, .sec2, .sec3, .sec4, .sec5 {
    overflow: hidden;
}
/* subtop */
#subtop {
    padding: 120px 0;
    position: relative;
    background-size: cover !important;
}
#subtop:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 60px;
    width: 1px;
    background-color: #fff;
}
#subtop h1.aos-animate,
#subtop h5.aos-animate {
    opacity: .8;
}
@media (max-width:1200px){
    #subtop {
        padding: 80px 0;
        margin-top: 70px;
    }
    #subtop:after {
        height: 30px;
    }
}
/* subWrp */
#subWrp {
    display: block;
    min-height: 100vh;
    width: 100%;
}
@media (min-width:1630px){
    #subWrp {
        padding-left: 419px;
    }
}

/* subBox */
.subBox {
    position: relative;
}
.subBox:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 60px;
    width: 1px;
    background-color: #111;
}
@media (max-width:1200px){
    .subBox:after {
        height: 30px;
    }
}

/* clinic1 */
#clinic1 .sec1 .nub {
    letter-spacing: 2px;
}
#clinic1 .sec1 .nub span,
#clinic1 .sec1 .nub strong {
    display: inline-block;
    vertical-align: middle;
}
#clinic1 .sec1 .nub strong {
    display: inline-block;
    padding: 5px 15px;
    background-color: #f98a07;
    line-height: 1em;
    border-radius: 50px;
    letter-spacing: 0px;
}
#clinic1 .sec1 ul li {
    background-color: #f7f7f7;
}
#clinic1 .sec1 ul li .fbox {
    display: flex;
    align-items: center;
}
#clinic1 .sec1 ul li .fbox > div {
    width: 50%;
}
#clinic1 .sec1 ul li .fbox > .txt {
    padding-left: 60px;
}
@media (max-width:992px){
    #clinic1 .sec1 ul li .fbox > .txt {
        padding: 20px;
    }
}
@media (max-width:768px){
    #clinic1 .sec1 ul li .fbox {
        flex-wrap: wrap;
    }
    #clinic1 .sec1 ul li .fbox > div {
        width: 100%;
    }
    #clinic1 .sec1 ul li .fbox > .img {
        order: 1;
    }
    #clinic1 .sec1 ul li .fbox > .img img {
        width: 100%;
    }
    #clinic1 .sec1 ul li .fbox > .txt {
        padding: 30px 15px;
        order: 2;
    }
}

/* topTxt */
.topTxt h1 {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.topTxt h1::before {
    content: "";
    position: absolute;
    background: url(../img/dbQ.png) center center no-repeat;
    width: 60px;
    height: 37px;
    left: -40px;
    opacity: .3;
    bottom: 15px;
}
.topTxt h1::after {
    content: "";
    background: url(../img/dbQ.png) center center no-repeat;
    position: absolute;
    width: 60px;
    height: 37px;
    right: -40px;
    opacity: .3;
    bottom: 15px;
    transform: rotate(180deg);
}
.topTxt h1 span {
    display: inline-block;
    position: relative;
    z-index: 5;
}

/* history */
.historyWrp .history {
    display: flex;
    align-items: center;
}
.historyWrp .history > .lft {
    padding-top: 120px;
    width: 40%;
}
.historyWrp .history > .rt {
    width: 60%;
}
.historyWrp .history .dctTit {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #aaa;
}
.historyWrp .history h4 {
    font-weight: 500;
    line-height: 1.3em;
    margin-top: 10px;
}
.historyWrp .history h5 {
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 10px;
    color: #666;
}
.historyWrp .history h4,
.historyWrp .history h5 {
    padding-left: 15px;
    position: relative;
}
.historyWrp .history h4::after,
.historyWrp .history h5::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 3px;
    height: 3px;
    background-color: #aaa;
    border-radius: 50%;
}
@media (min-width:1310px){
    .historyWrp {
        background: url(../img/historyWrp.png) center bottom no-repeat;
    }
}
@media (max-width:992px){
    .historyWrp .history {
        flex-wrap: wrap;
    }
    .historyWrp .history > .lft {
        padding: 60px 30px;
        width: 100%;
        order: 2;
        background-color: #f7f7f7;
    }
    .historyWrp .history > .rt {
        width: 100%;
        order: 1;
        position: relative;
    }
    .historyWrp .history > .rt::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70%;
        background-color: #eee;
        z-index: 2;
    }
    .historyWrp .history > .rt img {
        max-width: 50%;
        z-index: 3;
        position: relative;
    }
}

/* clinic2 // sec3 */
#clinic2 .sec1 {
    overflow: hidden;
}
#clinic2 .sec3 {
    background: url(../img/cl_sec3.jpg) center center no-repeat;
    height: 660px;
    background-size: cover;
    position: relative;
}
#clinic2 .sec3 .txt {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}
#clinic2 .sec3 .txt .fbox {
    display: flex;
    align-items: center;
    justify-content: left;
}
#clinic2 .sec3 .txt .fbox .rt {
    padding-left: 30px;
}
@media (max-width:768px){
    #clinic2 .sec3 .txt .fbox {
        flex-wrap: wrap;
    }
    #clinic2 .sec3 .txt .fbox .lft {
        order: 2;
        width: 100%;
        text-align: center;
    }
    #clinic2 .sec3 .txt .fbox .rt {
        padding: 20px 0;
        order: 1;
        text-align: center;
        width: 100%;
    }
    #clinic2 .sec3 .txt .fbox .rt img {
        width: 150px;
    }
}

/* clinic3 */
#clinic3 .thumb-gallery {
    max-width: 1140px;
    margin: 0 auto;
}
#clinic3 .owl-carousel .img-thumbnail,
#clinic3 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#clinic3 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#clinic3 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#clinic3 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#clinic3 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#clinic3 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#clinic3 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#clinic3 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
/* clinic4 sec1 */
#clinic4 .sec1 .timeWrp .timeBox {
    padding: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
}
#clinic4 .sec2 .addr {
    padding: 60px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#clinic4 .sec2 .addr .rt {
    padding-left: 40px;
}
#clinic4 .sec2 .addr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 4px;
    background-color: #a37c32;
}
@media (min-width:768px) {
    #clinic4 .sec1 .timeWrp {
        background: url(../img/clinic4_sec1.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media (max-width:768px) {
    #clinic4 .sec1 .timeWrp {
        background-color: #f7f7f7;
    }
    #clinic4 .sec1 .timeWrp .timeBox {
        padding: 20px 15px;
        background-color: transparent;
        display: block;
        margin: 0 auto;
    }
    #clinic4 .sec2 .addr {
        padding: 30px 0;
        flex-wrap: wrap;
    }
    #clinic4 .sec2 .addr > div {
        width: 100%;
    }
    #clinic4 .sec2 .addr .rt {
        padding: 30px 0 0;
    }
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 600px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 300px !important;
	}
}
/* timeTable */
.timeBox .callTxt {
    border: 1px solid #a37c32;
    text-align: center;
    padding: 7px 5px 5px;
}
.timeBox .time li {
    display: flex;
    align-items: center;
    font-size: 20px;
	line-height: 1.1em;
    font-weight: 300;
    margin-bottom: 5px;
    color: #666;
}
.timeBox .time li .txt {
    width: 110px;
    display: flex;
    justify-content: space-between;
    margin-right: 25px;
}
.timeBox .time li .time {
    letter-spacing: 0px;
}
.timeBox .time li.imp .time {
    letter-spacing: -0.025em;
}
@media (min-width:768px) {
    .timeBox {
        position: relative;
        padding-left: 90px;
    }
    .timeBox > .timeTit {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:768px) {
    .timeBox .bt {
        order: 1;
    }
    .timeBox .t_tit {
        color: #aaa;
    }
    .timeBox .c_wrp {
        order: 2;
        padding: 30px 0;
        background-color: #222;
    }
    .timeBox .time li {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .timeBox .time li .txt {
        width: 120px;
        margin-right: 15px;
    }
}
/* diagnose1 */
#diagnose1 .sec1 {
    background-color: #f7f7f7;
}
#diagnose1 .sec1 .enname {
    display: flex;
    justify-content: space-between;
    opacity: .5;
}


/* diagnose1 */
#diagnose1 .sec2 .nub {
    letter-spacing: 2px;
}
#diagnose1 .sec2.nub span,
#diagnose1 .sec2.nub strong {
    display: inline-block;
    vertical-align: middle;
}
#diagnose1 .sec2.nub strong {
    display: inline-block;
    padding: 5px 15px;
    background-color: #f98a07;
    line-height: 1em;
    border-radius: 50px;
    letter-spacing: 0px;
}
#diagnose1 .sec2 ul li .fbox {
    display: flex;
    align-items: center;
}
#diagnose1 .sec2 ul li .fbox > div {
    width: 50%;
}
#diagnose1 .sec2 ul li .fbox > .txt {
    padding: 0 40px;
}
@media (min-width:992px){
    #diagnose1 .sec2 ul li {
        margin: 60px 0;
    }
}
@media (max-width:992px){
    #diagnose1 .sec2 ul li .fbox > .txt {
        padding: 20px;
    }
}
@media (max-width:768px){
    #diagnose1 .sec2 ul li .fbox {
        flex-wrap: wrap;
    }
    #diagnose1 .sec2 ul li .fbox > div {
        width: 100%;
    }
    #diagnose1 .sec2 ul li .fbox > .img {
        order: 1;
    }
    #diagnose1 .sec2 ul li .fbox > .img img {
        width: 100%;
    }
    #diagnose1 .sec2 ul li .fbox > .txt {
        padding: 30px 15px;
        order: 2;
    }
}

/* subTabs */
#subTabs {
    display: flex;
    align-items: center;
}
#subTabs > li {
    flex-grow: 1;
}
#subTabs > li a {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #999;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    line-height: 1em;
    padding: 15px 8px;
    
    -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;
}
#subTabs > li:not(:first-child) a {
    border-left: 0px;
}
#subTabs > li.act a {
    background-color: #f98a07;
    color: #fff;
    border-color: #f98a07;
}
#subTabs > li a:hover {
    background-color: #fff;
    color: #f98a07;
}
@media (max-width:768px){
    #subTabs > li a {
        font-size: 14px;
        line-height: 1.2em;
        padding: 8px;
        word-break: keep-all;
    }
}

/* braces1 */
#braces1 .sec2 {
    background-color: #f7f7f7;
}
#braces1 .sec4 {
    background-color: #f7f6f2;
}
/* braces1_2 */
#braces1_2 .sec2 {
    background-color: #f7f7f7;
}
#braces1_2 .sec5 {
    background-color: #f7f6f2;
}
/* braces1 */
#braces1_3 .sec2 {
    background-color: #f7f7f7;
}
/* braces1_3 */
#braces1_3 .sec4 {
    background-color: #f7f6f2;
}
/* braces1_3 */
#braces2 .sec2 {
    background-color: #f7f6f2;
}
/* braces3 */
#braces3 .sec2 {
    background-color: #f7f7f7;
}
/* braces3_2 */
#braces3_2 .sec2 {
    background-color: #f7f7f7;
}
/* braces3_3 */
#braces3_3 .sec2 {
    background-color: #f7f7f7;
}
#braces3_3 .sec4 {
    background-color: #f7f6f2;
}
/* braces3_4 */
#braces3_4 .sec2 {
    background-color: #f7f7f7;
}
#braces3_4 .sec4 {
    background-color: #f7f6f2;
}
/* braces3_5 */
#braces3_5 .sec2 {
    background: url(../img/braces3_5_bg.jpg) center center no-repeat;
}
#braces3_5 .sec3 .item {
    display: flex;
    align-items: center;
    height: 200px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #eee;
}
@media (max-width:1600px){
    #braces3_5 .sec2 {
        background-position: center center;
    }
}
@media (max-width:992px){
    #braces3_5 .sec2 {
        background-size: cover;
    }
}
/* jaw1 */
#jaw1 .sec2 {
    background-color: #f7f7f7;
}
#jaw1 .sec3 {
    background: url(../img/jaw1_bg1.jpg) center center no-repeat;
}
#jaw1 .sec3 ul li .item {
    height: 220px;
    width: 220px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px dashed #ddd;
    border-radius: 50%;
}
#jaw1 .sec3 ul li .item .c_wrp {
    height: 100%;
}
#jaw1 .sec3 ul li .item .num span {
    display: inline-block;
    border-bottom: 1px solid #ee7700;
    line-height: 1em;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#jaw1 .sec3 ul li .item h5 {
    line-height: 1em;
}
#jaw1 .sec4 {
    background-color: #f7f6f2;
}
#jaw1 .sec4 .fbox {
    display: flex;
    align-items: center;
    background-color: #fff;
}
#jaw1 .sec4 .fbox > div {
    width: 50%;
}
#jaw1 .sec4 .fbox .lft {
    padding: 30px 40px;
}
#jaw1 .sec4 .fbox .rt {
    position: relative;
}
#jaw1 .sec4 .fbox .rt::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(to right, #efefef, transparent);
}
@media (max-width:768px){
    #jaw1 .sec3 ul li {
        margin-bottom: 10px;
    }
    #jaw1 .sec3 ul li .item {
        height: 100px;
        width: 100%;
        border-radius: 0;
    }
    #jaw1 .sec4 .fbox {
        flex-wrap: wrap;
    }
    #jaw1 .sec4 .fbox > div {
        width: 100%;
    }
    #jaw1 .sec4 .fbox .lft {
        padding: 30px 15px;
        text-align: center;
    }
    #jaw1 .sec4 .fbox .rt::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        width: 100%;
        background: linear-gradient(to bottom, #efefef, transparent);
    }
}
/* term */
.subTit .term span {
    display: inline-block;
    border: 2px solid #f98a07;
    line-height: 1em;
    padding: 10px 20px;
    border-radius: 80px;
}
/* braces3_3 */
@media (min-width:768px){
    #braces3_3 .sec3 .fbox {
        display: flex;
        align-items: center;
    }
    #braces3_3 .sec3 .fbox > div {
        width: 50%;
    }
    #braces3_3 .sec3 .fbox .lft {
        padding-right: 20px;
    }
}
@media (max-width:768px){
    #braces3_3 .sec3 .fbox .lft {
        padding-bottom: 30px;
    }
}
/* bfafBox */
.bfafBox {
    display: flex;
    align-items: end;
}
.bfafBox .rt {
    padding-bottom: 40px;
    padding-left: 40px;;
}
.bfafBox .rt .txt {
    padding-left: 40px;
    border-left: 2px solid #f98a07;
}
@media (max-width:768px){
    .bfafBox {
        flex-wrap: wrap;
    }
    .bfafBox > div {
        width: 100%;
    }
    .bfafBox .lft {
        order: 2;
    }
    .bfafBox .rt {
        order: 1;
        padding: 0 0 30px;
    }
    .bfafBox .rt .txt {
        padding-left: 15px;
    }
}

/* bfafList */
.bfafList li {
    margin: 15px 0;
}
.bfafList .img {
    display: inline-block;
    position: relative;
}
.bfafList .img > h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1em;
    padding: 15px 0;
    width: 120px;
    color: #fff;
    font-size: 15px;
    background-color: rgba(30, 30, 30, 0.8);
    letter-spacing: 3px;
    font-weight: 300;
    text-align: center;
}
.bfafList .img.af > h5 {
    background-color: rgba(249, 136, 7, 0.8);
}
@media (max-width:768px){
    .bfafList li {
        margin: 5px 0;
        padding: 0 5px;
    }
    .bfafList .img > h5 {
        position: relative;
        padding: 10px;
        width: auto;
        font-size: 8px;
        background-color: rgba(30, 30, 30, .4);
    }
    .bfafList .img.af > h5 {
        background-color: rgba(249, 136, 7, .7);
    }
}
/* chkBox */
.chkBox .lft ul li {
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 70px;
}
.chkBox .lft ul li h1,
.chkBox .lft ul li h5 {
    padding: 15px 0;
}
.chkBox .lft ul li h1 {
    position: absolute;
    top: 0;
    left: 0;
}
.chkBox .lft ul li h5 {
    padding-top: 25px;
}
@media (min-width:768px){
    .chkBox {
        display: flex;
        align-items: center;
    }
    .chkBox > div {
        width: 50%;
    }
    .chkBox .lft {
        padding-right: 20px;
    }
}
@media (max-width:768px){
    .chkBox .lft {
        padding-bottom: 30px;
    }
    .chkBox .lft ul li {
        padding-left: 50px;
    }
    .chkBox .lft ul li h5 {
        padding-top: 18px;
    }
}

/* spLine */
.spLine {
    line-height: 0px;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    display: block;
}









/*tab_box*/
.tab_box .nav-tabs {
    width: 100%;
    border-bottom: 0px;
}
.tab_box .nav-tabs li {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0px;
    float: left;
    width: 33%;
    display: block;
    margin-left: -1px;
}

.tab_box .cate li  {
   
    width: 50%;
}
.tab_box .nav-tabs li a {
    background-color: #f7f7f7;
    border: 0px !important;
    font-size: 20px;
    color: #888 !important;
    padding: 15px;
    border-radius: 0;
    letter-spacing: 0px;
    margin-right: 0px;
}
.tab_box .nav-tabs li.active {
    border-color: #001556;
}
.tab_box .nav-tabs li.active a {
    background-color: #001556;
    color: #fff !important;
}
.tab_box .tabs{
    margin-bottom: 0;
}
.tab_box .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 60px 0 0;
}
@media (max-width:768px){
    .tab_box .nav-tabs li a {
        font-size: 13px;
        padding: 10px 5px;
    }
    .tab_box .tab-content {
        padding: 30px 0 0;
    }
    .tab_box .nav-tabs li {
        width: 50%;
    }
}

.dot_list > li {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    font-weight: 300;
    color: #333;
    letter-spacing: -1px;
    margin: 10px 0;
}
.dot_list > li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    background-color: #aaa;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

@media (max-width: 768px){
    .dot_list > li {
        font-size: 15px;
        padding-left: 10px;
        margin: 8px 0;
    }
    .dot_list > li:before{
        top: 12px;
        width: 4px;
        height: 4px;
    }
}



#clinic   .care {
    position: relative;
    text-align: left;
}
#clinic   .care {
        border-bottom: 2px dashed #ddd;
    padding-bottom: 30px;
}
#clinic   .care .cr {
    position: relative;
    padding-left: 80px;
}
#clinic   .care h2 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 7px 20px;
    border-radius: 4px;
    background-color: #d48d12;
    line-height: 1em;
    font-size: 24px;
    color: #fff;
}
#clinic   .care h2:after{
    content: "";
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #d48d12;
    right: -14px;
}
#clinic  .txt h5 {
    line-height: 1.3em;
}
#clinic   .care p{
    font-size: 24px;
    padding-left: 60px;
}


#clinic .st_tit {
    background-color: #001556;
    color: #fff;
    padding: 15px 40px;
    line-height: 1em;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
}
@media (min-width:768px){
    #clinic  .txt .tTop {
        margin-top: 20px;
    }
}
@media (max-width:992px){
    #clinic  ul li {
       /* margin: 20px 0;*/
    }

	

}
@media (max-width:768px){
    #clinic  .st_tit {
        padding: 7px 20px;
    }
    #clinic  ul li {
        /*display: flex;*/
		display: block;
        align-items: center;
    }
    #clinic  ul li .img {
        /*width: 40%;*/
    }
    #clinic  ul li .txt {
        padding-left: 30px;
    }
    #clinic   .care .cr {
        padding-left: 40px;
    }
    #clinic   .care h2 {
        padding: 4px 5px;
        border-radius: 4px;
        font-size: 16px;
    }
    #clinic   .care h2:after{
        border-width: 6px;
        right: -11px;
        top: 4px;
    }
	#clinic   .care p{
		font-size: 17px;
		padding-left: 60px;
	}
}
