@charset "utf-8";

/* 내용관리 */
#ctt {background:#fff;width: 1400px; margin: auto}
.ctt_admin {text-align:right; width: 1400px; margin: auto;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em; ;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}


.content_basic_wrap { overflow: hidden; }
.content_inner { width: 100%; margin: auto; position: relative; }

/* background option */
.content_division .dv_img {
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content_division.highness .dv_img {    
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.content_node_rectangle .node_img {
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content_lnr .lnr_img {
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content_lnr.square.highness .lnr_img {
    background-color: #fff;
    background-size: auto;
}

/* display inline block */
.desc.dib > div {
    display: inline-block;
    vertical-align: middle;
}

/* text */
.text_wrap {}
.title {}
.desc {}

.line_wrap {
    text-align: center;
}
.line_wrap > div {
    display: inline-block;
    vertical-align: middle;
}
.hline {
    width: 1px;
    height: 21px;
    background-color: #bfa96f;    
}
.dline {
    width: 98px;
    border: 1px dashed #bfa96f;
}
.title_num {
    font-size: 55px;
}

/* line */
.line {
    width: 59px;
    height: 6px;
    background-color: #bfa96f;
    margin: 25px 0;
}
.dashed_line {
    width: 0;
    height: 538px;
    border: 1px dashed #bfa96f;
}

/* btn */
.btn_box {
    width: 440px;
    height: 61px;
    line-height: 61px !important;
    margin: auto;
    text-align: center;
    color: #fff;

}


/* division */
.content_division{
    overflow: hidden;
}
.content_division ul {
    width: 48.5%;
    float: left;
}
.division_left {
    margin-right: 40px;
}
.division_left li .dv_img {
    height: 1000px;
}
.division_right li .dv_img {
    height: 480px;
}
.division_right li:last-child {
    margin-top: 40px;
}

/* lnr : left-img, right-text */
.content_lnr {
    overflow: hidden;
}
.content_lnr .fl_left { 
    width: 48.5%;
    float: left;
    margin-right: 40px;
}
.content_lnr .fl_left.center { width: 100%; text-align: center; }
.content_lnr .fl_left.center .line { margin: 0 auto; margin-top: 25px; margin-bottom: 25px; }
.content_lnr .fl_right {
    width: 48.5%;
    float: right;
}
.content_lnr.history .lnr_img {
    height: 928px;
}
.content_lnr.square .lnr_img {
    height: 670px;
}
.content_lnr.rectangle .lnr_img {
    height: 388px;
}

/* node */
.content_node_wrap {}
.content_node_wrap .node_img {
    background-color: #f4f4f4;
}
/* square */
.content_node_rectangle {
    width: 100%;
}
.content_node_rectangle li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}
.content_node_rectangle li:last-child {
    margin-right: 0 !important;
}

/* 1 */
.content_node_rectangle li:only-child {
    width: 100%;
}
.content_node_rectangle li:only-child .node_img {
    width: 100%;
    height: 654px;
}
.content_node_rectangle li:only-child .node_img.time {
    width: 100%;
    height: 500px;
}
/* round */
.content_node_round {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.content_node_round li {
    width: 322px;
    margin: auto;
    display: inline-block;
    margin-right: 33px;
}
.content_node_round li:last-child {
    margin-right: 0;
}
.content_node_round .fs_roboto {
    font-size: 20px;
}
.content_node_round .node_img {
    width: 100%;
    height: 322px;
    border: 1px solid #b7b7b7;
    border-radius: 100%;
    display: table;
    box-sizing: border-box;
}
.content_node_round .node_img .text_wrap {
    display: table-cell;
    vertical-align: middle;
}
.content_node_round .node_img .g1 {
    margin-top: 46px;
    font-size: 30px;
    line-height: 45px;
}
/* process */
.content_node_round.process li{
    margin-right: 0;
    vertical-align: middle;
}
.content_node_round.process li.pr_arrow {
    width: 24px;
    font-size: 22px;
    text-align: center;
}
/* rounded square */
.content_node_round.square .node_img {
    border-radius: 20px;
}
.content_node_round.square .node_img .g1 {
    margin-top: 34px;
}

/* history */
.history {
    margin-top: 35px;
}

/* clinic time */
.content_lnr.time .fs_roboto {
    font-size: 100px;
    font-weight: 300;
}
.content_lnr.time .title p {
    display: inline-block;
}
.content_lnr.time .clinic_wrap {
    font-size: 30px;
    line-height: 45px;
    margin-top: 70px;
}
.content_lnr.time .clinic_wrap ul {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
}

/* adress */
.content_node_rectangle.adress .desc > div:first-child {
    margin-right: 10px;
}

/* park */
.content_lnr.park .lnr_img{
    width: 100%;
    height: 759px;
}
.desc.park  > div:first-child {
    margin-right: 10px;
}

/* number */
.number_count {
    text-align: center;
    margin-top: 172px;
}
.number_count ul {
    display: flex;
    justify-content: space-around;
}
.number_count ul li {
    display: inline-block;
    min-width: 200px;    
}
.number_count .line {
    margin:0 auto 25px;
}
.big_num {
    font-size: 180px;
    font-family: 'Roboto', sans-serif;
}

/* insurance */
.insurance_logo ul:first-child {
    text-align: center;
}
.insurance_logo ul:first-child li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 80px;
}
.insurance_logo ul:last-child {
    display: flex;
    justify-content: space-around;
}

/* ct */
.ct_logo {
    margin-left: -50px;
}
.dashed_text {
    font-size: 20px;
    line-height: 46px;
    width: 100%;
    border-bottom: 1px dashed #000;
    letter-spacing: -1px;
    padding-left: 10px;
}

.ct {
    position: relative;
    width: 100%;
}
.ct>img{
    position: absolute;
    right: -150px ;
    top: 0;
    z-index: -1;
}
.ct2 {
    margin: 100px 0 430px;
}
.ct_img {
    display: flex;
    justify-content: space-around;
}
.ct_img li {
}
.ct_img li > img {
    width: 100%;
}
.ct_img li:not(:last-child) {
    margin-right: 24px;
}
/* highness */
.content_division.highness .division_left .dv_img {
    width: 411px;
    height: 960px;
}
.content_division.highness .division_left li {
    display: inline-block;
    vertical-align: middle;
}
.content_division.highness .division_left li .bg_color_main.g2 {
    width: 200px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 28.5px;
}
.content_division.highness .division_left li:last-child {
    width: 211px;
    height: 538px;
    position: relative;
}
.content_division.highness .division_left li:last-child > .dashed_line {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.content_division.highness .division_left li:last-child > div {
    margin-bottom: 193px;
}
.content_division.highness .division_left li:last-child > div:nth-child(3) {
    margin-bottom: 0;
}

/* lnr + node */
.content_lnr .content_node_round.square li {
    margin-right: 20px;
}
.content_lnr .content_node_round.square li:nth-child(1),
.content_lnr .content_node_round.square li:nth-child(2) {
    margin-bottom: 20px;
}
.content_lnr .content_node_round.square li:nth-child(2n) {
    margin-right: 0px;
}

/* kind */
.content_lnr.kind {
    position: relative;
}
.content_lnr.kind .fl_left {
    width: 35%;
}
.content_lnr.kind .fl_right {
    width: 61.5%;
}
.content_lnr.kind .lnr_img {
    width: 376px;
    height: 452px;
    float: right;
}
.dashed_number {
    position: absolute;
    left: 0;
}
.dashed_kind {
    width: 0;
    height: 100%;
    border: 1px dashed #bfa96f;
    position: absolute;
    left: 35px;
    top: 200px;
}
.dashed_number .num {
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;    
    color: #fff;
    text-align: center;
}
strong.color_main {
    font-size: 25px;
}

/* etc */
.content_etc {
    width: 100%;
    background-color: #f4f4f4;
    padding: 80px 120px;
}
.content_etc.insurance {

}
.content_etc .dashed_text > p{
    display: inline-block;
    vertical-align: top;
}
.content_etc .dashed_text > p:first-child{
    width: 100px;
    margin-right: 18px;
}
.content_etc.insurance .dashed_text > p:first-child{
    width: 120px;
    margin-right: 80px;
}
.insurance_tail .g1 {
    margin-top:25px;
}
.insurance_tail .dashed_line {
    width: 564px;
    height: 0;
    border: 1px dashed #bfa96f;
    margin: 30px auto;
}
.insurance_tail .fs_roboto {
    font-size: 55px;
}

/* implant */
.cross {
    display:inline-block;
    position:relative;
    width:55px;
    height:55px;
}
.cross:before{
    content: '';
    position:absolute;
    top:-10px;
    left:27px;
    height: 75px;
    border: solid #000;
    border-width: 0 1px 0px 0;
    transform: rotate(45deg);
}

.cross:after{
    content: '';
    position:absolute;
    top:-10px;
    left:27px;
    height: 75px;
    border:solid #000;
    border-width: 0 1px 0px 0;
    transform: rotate(-45deg);
}
.implant_tail {
    position: relative;
}
.implant_tail .text_wrap.t1 {
    display: flex;
    justify-content: space-around;
}
.implant_tail .text_wrap.t2 {
    display: flex;
    justify-content: space-between;
}
.implant_tail .text_implant > div {
    display: inline-block;
    vertical-align: top;
}
.implant_tail .text_implant .round {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #000;
    margin-top: 20px;
    margin-right: 10px;
}
.implant_tail .text_implant .g3 {
    margin-top: 10px;
}
.pentagon {
    width: 496px;
    height: 471px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pentagon_inner {
    width: 390px;
    height: 371px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.text_logo {
    height: 130px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
}
.text_logo .m2 span{
    color: #fff;
}
.text_logo .m3 {
    color: #fff;
    background: #000;
    padding: 0 5px;
    font-weight: 400;
}

/* slide */
.swiper-container2 {
    width: 100%;
    height: 825px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container2 .swiper-slide {
    background-size: cover;
    background-position: center;    
    height: 825px;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 135px;
    box-sizing: border-box;
    margin-top: 10px;
}
.gallery-thumbs .swiper-slide {
    width: 200px;
    height: 100%;
    opacity: 0.4;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* table */
.content_lnr.table .lnr_left .box {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background-color: #323232;
    color: #fff;
    text-align: center;
}
.content_lnr.table .lnr_right .box {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background-color: #0061c4;
    color: #fff;
    text-align: center;
}
.content_bar {
    margin-top: 54px;
}
.content_bar li {
    width: 100%;
    line-height: 87px;
    height: 87px;
    background-color: #bfa96f;
    text-align: center;
    font-size: 30px;
    border-radius: 54px;
}
.content_bar .bar_arrow {
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
}
.content_lnr.table .arrow {
    display:inline-block; 
    background: linear-gradient(180deg,#fff,#000); 
    position:relative;
    width:254px; 
    height:613px;
    margin-top: 56px;
    margin-left: 30px;
    float: left;
}
.content_lnr.table .arrow:after {
    content:''; 
    position:absolute; 
    width:0; 
    height:0; 
    border-style:solid;
}
.content_lnr.table .arrow:after {
    border-width:125px 208px;
}
.content_lnr.table .arrow:after {
    border-color:#000 transparent transparent transparent; 
    bottom: -250px;
    left:-82px;
} 
.content_lnr.table .arrow p {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 700;
    letter-spacing: 1px;
}
.content_lnr.table .content_node_wrap {
    width: 230px;
    float: right;
    margin-top: 56px;
}
.content_lnr.table .content_node_round li {
    width: 230px;
    display: block;
    margin-right: 0;
}
.content_lnr.table .content_node_round li:not(:first-child) {
    margin-top: 20px;
}
.content_lnr.table .content_node_round li .node_img {
    height: 230px;
}
.content_lnr.table .content_node_round .node_img .g1 {
    margin-top: 10px;
    line-height: 35px;
}



.w-100 { margin-top: 50px; }
.w-100 > .title {  }
.w-100 > .flex { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 22px; }
.w-100 > .flex .desc { width: 48.5%; margin-top: 10px; }
.w-100 > .flex .desc:nth-child(1),
.w-100 > .flex .desc:nth-child(2) { margin-top: 0; }

.clear-both { clear: both; }





