@charset "utf-8";

/* reset */
* { padding:0; margin:0 }
*, :after, :before { -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; }
html { overflow-y:scroll; height:100% }
body { font-family: 'Pretendard';, dotum, sans-serif; color:#222; height:100%; font-weight:300; font-size:0.85em }


ul, ol { list-style:none }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { border:0 }
h1, h2, h3, h4, h5, h6 { font-weight:500; font-size:1em; font-family: 'Pretendard'; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }

label, input, button, select, img { vertical-align:middle }
input, button, textarea, select { font-size:1em; font-family: 'Pretendard';, dotum, sans-serif }
input[type=text], input[type=password], input[type=date] { padding:0 5px; border:1px solid #ddd; color:#222; line-height:34px; height:36px; }
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#bbb }
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#bbb }
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder { color:#bbb }
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:3px;font-size:1em;-webkit-appearance:none}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}

button { cursor:pointer; outline:none }
select { border:1px solid #ddd; height:36px; padding:0 0 0 9px; cursor:pointer; color:#222; }
.styled_select { height:36px; overflow:hidden; border:1px solid #ddd; background:#fff; display:inline-block; border-radius:3px; vertical-align:middle; position:relative }
.styled_select i { position:absolute; right:10px; text-align:center; height:34px; line-height:32px; top:0; font-size:14px }
.styled_select select { background:transparent; height:34px; border:0; -webkit-appearance: none; outline:none; padding-right:40px; width:100%; vertical-align:top; position:relative; z-index:1 }
.styled_select select:disabled { cursor:default; background:#f0f0f0 }
.styled_select select::-ms-expand { display:none }
hr { display:none; background:#ddd; border:none; height:1px }
a, a:link, a:visited { text-decoration:none; color:#222; -webkit-tap-highlight-color : transparent }
a, .btn { transition:all .3s }
strong, b, th { font-weight:500; }
table { width:100%; border-collapse:collapse; border-spacing:0 }
caption { display:none; font-size:0; line-height:0 }
textarea {color:#222; font-size:1em; line-height:1.5; border:1px solid #ddd; padding:10px; width:100%; border-radius:3px; vertical-align:top }
address { font-style:normal }

/* global */
.txt_black { color:#222 !important }
.txt_white { color:#fff !important }
.txt_gray { color:#aaa !important }
.txt_red { color:#cc121d !important }
.txt_blue { color:#069be8 !important }
.txt_orange { color:#ffaa00 !important }
.txt_green { color:#8ecd09 !important }
.txt_brown { color:#9f5e15 !important }
.wrap:after { content:""; display:block; clear:both }
.clear:after { content:""; display:block; clear:both }
.center { text-align:center !important }
.left { text-align:left !important }
.right { text-align:right !important }
.f_left { float:left !important }
.f_right { float:right !important }
.skip { font-size:0; text-indent:-9000px; line-height:0; display:none }
.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block }
input.short { width:70px; text-align:center }
input.long { width:100% }
input.half { width:49% }
ul:after { clear:both; content:""; display:block }
.overflow_y { overflow-x:hidden; overflow-y:scroll; border:1px solid #ddd }

.succession { margin-top:20px !important }
.paragraph { margin-bottom:40px !important }
span.space { display:inline-block; width:20px }
.prepare { width:500px; margin:50px auto; padding:50px; border:1px solid #eaeaea}
.prepare h2 { font-size:24px; text-align:center; margin:0 0 20px }
.prepare h2 i { font-size:50px; margin:0 0 20px; display:block; color:#ddd }
.prepare p { text-align:center; font-size:13px }

.pc_only { display:block !important }
.pc_no { display:none !important }
.mobile_only { display:none !important }
.s_mobile_only { display:none !important }
.ahref { position:absolute; text-indent:-9000px; background:red; display:inline-block; opacity:0; filter:alpha(opacity=0) }

.btn { padding:.8rem 1.4rem .9rem 1.4rem; line-height:1; font-weight:500; border:1px solid #ccc; transition:all .2s; display:inline-block; border-radius:0; outline:none; vertical-align:middle; border-radius:3px; font-size:1em; text-decoration:none !important }
a.btn, .btn { font-weight:500 }
.btn-primary { background:#2188d8; border-color:#2188d8; color:#fff !important }
.btn-primary-line { background:#fff; border-color:#2188d8; color:#2188d8 !important }
.btn-info { background:#3e444c; border-color:#2f343a; color:#fff !important }
.btn-green { background:#71c702; border-color:#71c702; color:#fff !important }
.btn-green-line { background:#fff; border-color:#71c702; color:#71c702 !important }
.btn-red { background:#e93c20; border-color:#e93c20; color:#fff !important }
.btn-red-line { background:#fff; border-color:#e93c20; color:#e93c20 !important }
.btn-default { background:#fff }
.btn-lg { padding:1.1rem 2.4rem; font-size:1.1rem; border-radius:5px }
.btn-ml { padding:10px 20px 12px 20px; font-size:14.5px; border-radius:5px }
.btn-ml i { font-size:14px }
.btn-sm { padding:0 15px; height:36px; line-height:32px; font-size:.95rem; border-radius:3px }
.btn-sm i { font-size:14px }
.btn-xs { padding:5px 7px 6px 7px; font-size:.95rem; border-radius:3px }
.btn-xs i { font-size:14px }

.btn_guide { position:fixed; z-index:100; right:0; top:40% }
.btn_guide a { display:block; background:red; color:#fff; width:100px; line-height:30px; text-align:center; margin:0 0 3px; font-weight:500 }

.tab_menu ul { font-size:0; margin:0 0 0 1px }
.tab_menu li { display:inline-block; }
.tab_menu li a { display:inline-block; border:1px solid #e0e0e0; padding:12px 25px; margin:0 0 0 -1px; color:#999; font-weight:400; font-size:.9rem }
.tab_menu li:hover a { background:#f0f0f0 }
.tab_menu li.on a { border-color:#000; color:#222; position:relative; z-index:1; background:#fff }
.tab_con > section { display:none }

/* pop layer */
#popLayerBg { position:fixed; z-index:99; width:100%; height:100%; background:#000; opacity:0.8; filter:alpha(opacity=80); display:none }
.pop_layer { z-index:100; display:none; position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); background:#fff; border-radius:0; box-shadow:0 0 5px rgba(0,0,0,0.6); }
.pop_layer > header { background:#576f8d; height:46px; border-radius:0; }
.pop_layer > header h2 { text-align:center; font-family:nanumsquare; font-size:18px; font-weight:500; color:#fff; line-height:42px; }
.pop_layer .btn_close { position:absolute; top:12px; right:12px; display:block; font-size:20px; text-align:center; width:20px; height:20px; line-height:20px; text-indent:-9000px; background:url(../img/btn_close.png) no-repeat; background-size:100% }
.pop_layer > header + .con { padding:30px; padding-bottom:40px }
.pop_layer .btn_add i { font-size:19px }
.pop_layer .btn_area { text-align:center; margin:30px 0 0 0 }
.pop_layer .btn_area .btn { min-width:150px }

.wrap { width:1400px; margin:0 auto; position:relative }

#header {margin-top:-85px; position:fixed; width:100%; z-index:100; color:#fff; background:#fff; transition:all .3s }
#header a {  }
#header h1 { float:left; margin-top:0px;}
#header .gnb { float:right; margin:20px 40px 0 30px }
#header .gnb .depth1 { text-align:center;display:inline-block; height:65px;vertical-align:top; padding:0px 55px;  position:relative;letter-spacing:-1px; }
#header .gnb .depth1 > a {color:#1f1f1f; display:inline-block; height:65px; line-height:65px; font-size:19px; font-weight:500; letter-spacing:-1px;}
#header .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb .depth2 > a {transform: rotate(-0.03deg); display:inline-block; font-weight:400; font-size:1.05em; line-height:1.4; padding:7px 0;letter-spacing:-1px; }

/*
.gnb.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background:#fff;
  z-index:10;
  
}

.gnb_m.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background:#fff;
  z-index:10;
  
}
*/

#header .btn_user {position:absolute; text-align:center; right:0; transform:translateX(-50%); top:15px;}
#header .btn_user li dl dt {float:left; padding-right:5px; padding-top:0px;}
#header .btn_user li dl dd {display:inline-block; letter-spacing:-1px; font-size:35px; font-weight:300; color:#424242;}
#header .btn_user li dl dd b {font-weight:800; }

#header .user { position:absolute; right:-35px; top:80px; width:80px; opacity:0; transition:all .3s }
#header .user a { border:1px solid #ddd; display:block; height:0; line-height:37px; font-size:16px; padding:0 12px; text-transform:uppercase; letter-spacing:.5px; margin-left:-1px; text-align:center; margin-top:-1px; color:#3c3c3c; background:#fff }
#header .user a:hover { color:#222 }
#header .user.on { opacity:1 }
#header .user.on a { height:40px }
#header .gnb .depth1 > a:before {  background:#07c9dc; margin:62px auto 0; content:""; height:3px; position:absolute; text-align:center; left:50%; transform:translateX(-50%); width:0%; transition:0.3s;  }

#header .gnb .depth1:hover > a:before { width:100%; }

#header.down {}
#header.down a { color:rgba(0,0,0,0.7) }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:25px }
#header.down .gnb .depth1:hover > a { color:#07c9dc }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#3e61b9 }

#header.on { }
#header.on a { color:rgba(0,0,0,0.7) }

@media all and (max-width:1400px){
	#header .gnb .depth1 { padding:0px 15px;}
	#header .gnb .depth1 > a {color:#1f1f1f; display:inline-block; height:65px; line-height:65px; font-size:17px; font-weight:500; letter-spacing:-1px;}
}



#footer { padding:50px 0; margin:0px 0 0 0; background:#474747; color:#fff }
#footer h1 {font-size:30px; padding-bottom:20px; font-weight:700; font-family: 'SCoreDream'; color:#fff; }
#footer h1 a {color:#fff;}
#footer nav { position:absolute; right:0; top:0 }
#footer nav li { float:left; margin:0 0 0 17px; }
#footer .f_left { margin:0 0 0 0px }
#footer dt, #footer dd { display:inline-block }
#footer dt { font-weight:500; color:#8f8f8f; font-size:17px; line-height:1.5;}
#footer dd { margin:0 20px 0 5px }
#footer .copyright { margin:10px 0 0 0 }
#footer #top_btn { border:0; background:rgba(0,0,0,0.5); font-size:30px; color:#fff; right:30px; bottom:30px }
#footer #top_btn:hover { background:rgba(0,0,0,1) }
#footer #top_btn i { vertical-align:2px }

#main_visual {margin-top:85px; height:calc(751px); text-align:center; color:#fff; font-family:nanumsquare; position:relative; z-index:1 }
#main_visual .bx-wrapper { border:0; box-shadow:none; background:transparent; height:100%; margin-bottom:0 }
#main_visual .bx-viewport { height:100% !important }
#main_visual .bx-pager {  }
#main_visual .slider { height:100% }
#main_visual .roll { background-size:cover; height:100%; background-position:center; }
#main_visual .roll_txt {width:1200px; margin:0 auto; text-align:left;}

#main_visual .roll01 { background-image:url(../img/visual01.jpg) }
#main_visual .roll02 { background-image:url(../img/visual02.jpg) }
#main_visual .roll03 { background-image:url(../img/visual03.jpg) }

#main_visual h2 {text-shadow:1px 1px 3px rgb(0,0,0,0.3); font-weight:600; line-height:1.2; margin:30vh 0 0 0; font-size:45px;  animation:up .5s .8s forwards; opacity:0 }
#main_visual hr { display:inline-block; width:59px; height:2px; background:#fff; margin:36px 0 0 0; animation:scale .5s 1s forwards; opacity:0 }
#main_visual p {font-family: 'GmarketSansLight';  text-shadow:1px 1px 3px rgb(0,0,0,0.3); text-transform: uppercase; letter-spacing:3px; font-size:20px; line-height:2.4; margin:0px 0 0 0; animation:down .5s 1.4s forwards; opacity:0 }


#main_visual .btn_more { display:inline-block; margin:36px 0 0 0; text-indent:-9000px; font-size:0; width:33px; height:33px; border:1px solid #fff; border-radius:50%; background:url(../img/btn_more.png) no-repeat center; opacity:0; animation:opacity .5s 1.8s forwards }
#main_visual .btn_more:hover { transform:rotate(-90deg); background-color:#000; border-color:#000 }
#main_visual .bx-controls {display:none; position:absolute; bottom:20px; width:100%; text-align:center; z-index:100 }
#main_visual .bx-controls-direction { display:none }
#main_visual .bx-pager { display:inline-block; vertical-align:middle }
#main_visual .bx-pager > div { display:inline-block; }
#main_visual .bx-pager a { text-indent:-9000px; font-size:0; display:inline-block; width:20px; height:20px; border:2px solid #fff; border-radius:50%; margin:0 3px }
#main_visual .bx-pager a.active { background:#fff }
#main_visual .bx-controls-auto { display:inline-block; vertical-align:middle }
#main_visual .bx-controls-auto > div { display:inline-block }
#main_visual .bx-controls-auto a { display:inline-block; height:20px; width:20px; color:#fff; text-indent:-9000px; font-size:0; background-position:center; background-repeat:no-repeat; margin:0 5px }
#main_visual .bx-controls-auto a.bx-start { background-image:url(../img/btn_play.png) }
#main_visual .bx-controls-auto a.bx-stop { background-image:url(../img/btn_pause.png) }
#main_visual .bx-controls-auto a.active { display:none }




    #mainvideo {
        margin-top:85px;
		width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #myVideo {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-color: black;
        /* in case the video doesn't fit the whole page*/
        background-image:
            /* our video */
        ;
        background-position: center center;
        background-size: cover;
        object-fit: cover;
        /*cover video background */
        /*z-index: 3;*/
    }

    #mainvideo {
        position: relative;
        width: 100%;
        /*height: 100%;*/
/*            height: calc(100% - 50px);*/
        /*z-index: 1003;*/
        height: auto;

    }

    #video {
        position: absolute;
        width: 100%;
        height: 100%;
    }


@media all and (max-width:1500px){
	#mainvideo {margin-top:120px;}
}

@media all and (max-width:1000px){
	#mainvideo {margin-top:100px;}
}

@media all and (max-width:800px){
	#mainvideo {margin-top:80px;}
	#mainvideo video {height:100%;}
}


.embed-container {
 position: relative; 
padding-bottom: 56.25%; 
height: 0; 
margin-top:85px;
overflow: hidden; 
max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; }


.section_s {padding-top:70px; margin-top:-70px;}

@media all and (max-width:1000px){
	.section_s {padding-top:160px; margin-top:-160px;}
}

@media all and (max-width:600px){
	.section_s {padding-top:30px; margin-top:-30px;}
}

.pc_on { display:block !important }
.m_on { display:none !important }

@media all and (max-width:1400px){
	.pc_on { display:none !important }
	.m_on { display:block !important }
}
.pc_ver { display:block !important }
.m_ver { display:none !important }
.pc_v { display:block !important }
.m_v { display:none !important }
.mobile_ver { display:none !important }

@media all and (max-width:1200px){
	.pc_v { display:none !important }
	.m_v { display:block !important }

.gnb_m {margin-top:0px; text-align:center; letter-spacing:-4px; font-size:0; border-top:0px solid #00a2e0;}
.gnb_m ul li {display:inline-block; width: calc(100% /5 - 0px);  font-size:16px; font-weight:500; letter-spacing:-1px; padding:15px 0; margin-left:-1px; margin-bottom:-1px;}

.gnb_m.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background:#fff;
  z-index:10;
  
}
}

@media all and (max-width:800px){
	.pc_ver { display:none !important }
	.m_ver { display:block !important }
}

.w1250 {width:1250px; margin:0 auto;}

@media screen and (max-width:1250px) {
     .w1250 {width:100%;}
}

.w1400 {width:1400px; margin:0 auto;}

@media screen and (max-width:1400px) {
     .w1400 {width:100%;}
}

.w1420 {width:1420px; margin:0 auto;}
.w1500 {width:1500px; margin:0 auto;}
.inner {width:1200px; margin:0 auto;}

@media screen and (max-width:1500px) {
     .w1500 {width:100%;}
	 .inner {width:100%;}
}

@media screen and (max-width:1420px) {
     .w1420 {width:100%;}
}

.w1200 {width:1200px; margin:0 auto;}
.inner_s {width:1200px; margin:0 auto;}

@media screen and (max-width:1150px) {
     .w1200 {width:100%;}
	  .inner_s {width:100%;}
}


.main_tit {text-align:center; margin-bottom:30px;}
.main_tit h4 {font-size:35px; color:#333; font-weight:500; letter-spacing:-1px;}
.main_tit h4 span {color:#07c9dc; font-weight:800;}

@media all and (max-width:1000px){
	.main_tit {padding-top:30px;}
	.main_tit h4 {font-size:25px;}
}


.main_con01{padding:70px 0; font-size:0; letter-spacing:-4px;}
.main_con01 .same_box{display:inline-block; vertical-align:top; width: calc(100% /3 - 10px); margin-right:10px; cursor:pointer;}
.main_con01 .same_box:last-of-type{margin-right:0;}
.main_con01 .same_box a{display:block;}
.main_con01 .same_box .table{width:100%; height:350px; text-align:center;}
.main_con01 .same_box .table .cell{width:100%; height:100%; vertical-align:middle; padding-top:130px; box-sizing:border-box; transition:all 0.5s; position:relative;}
.main_con01 .same_box .table .cell span{display:block; font-size:25px; letter-spacing:-1px; color:#fff; font-weight:800; }
.main_con01 .same_box .table .cell p{font-size:20px; letter-spacing:-.5px; color:#fff; font-weight:600; padding:10px 0 45px; line-height:1.5;}
.main_con01 .same_box .table .cell span.more{position:absolute; left:15%; bottom:0; transform:translateX(-50%); font-size:35px; color:#fff; font-weight:200; background:#64c6f2; width:70px; height:70px; line-height:70px; text-align:center;}

.con01_bg01 .table .cell {background:url('../img/main_implant01.jpg') no-repeat center / cover}
.con01_bg01:hover .table .cell {background:url('../img/main_implant01_on.jpg') no-repeat center / cover}

.con01_bg02 .table .cell {background:url('../img/main_implant02.jpg') no-repeat center / cover}
.con01_bg02:hover .table .cell {background:url('../img/main_implant02_on.jpg') no-repeat center / cover}

.con01_bg03 .table .cell {background:url('../img/main_implant03.jpg') no-repeat center / cover}
.con01_bg03:hover .table .cell {background:url('../img/main_implant03_on.jpg') no-repeat center / cover}

@media all and (max-width:1000px){
	.main_con01{padding:0px 0;}
	.main_con01 .same_box{width:100%; margin-right:0; margin-bottom:5px;}
}



.main_con02{padding:70px 0; font-size:0; letter-spacing:-4px;}
.main_con02 .same_box{display:inline-block; vertical-align:top; width: calc(100% /3 - 10px); margin-right:10px; cursor:pointer;}
.main_con02 .same_box:last-of-type{margin-right:0;}
.main_con02 .same_box a{display:block;}
.main_con02 .same_box .table{width:100%; height:350px; text-align:center;}
.main_con02 .same_box .table .cell{width:100%; height:100%; vertical-align:middle; padding-top:140px; box-sizing:border-box; transition:all 0.5s; position:relative;}
.main_con02 .same_box .table .cell span{display:block; font-size:25px; letter-spacing:-1px; color:#fff; font-weight:800; }
.main_con02 .same_box .table .cell p{font-size:20px; letter-spacing:-.5px; color:#fff; font-weight:600; padding:30px 0 45px; line-height:1.5;}
.main_con02 .same_box .table .cell span.more{position:absolute; left:15%; bottom:0; transform:translateX(-50%); font-size:35px; color:#fff; font-weight:200; background:#64c6f2; width:70px; height:70px; line-height:70px; text-align:center;}

.main_con02 .same_box:nth-of-type(1) .table .cell i {color:rgba(255,255,255,0.24);  top:12%; }
.main_con02 .same_box:nth-of-type(1) .table .cell span{color:#fff;}
.main_con02 .same_box:nth-of-type(1) .table .cell p{color:#fff;}

.con02_bg01 .table .cell {background:url('../img/main_wisdom01.jpg') no-repeat center / cover}
.con02_bg01:hover .table .cell { background:url('../img/main_wisdom01_on.jpg') no-repeat center / cover;}

.con02_bg02 .table .cell {background:url('../img/main_wisdom02.jpg') no-repeat center / cover}
.con02_bg02:hover .table .cell {background:url('../img/main_wisdom02_on.jpg') no-repeat center / cover}

.con02_bg03 .table .cell {background:url('../img/main_wisdom03.jpg') no-repeat center / cover}
.con02_bg03:hover .table .cell {background:url('../img/main_wisdom03_on.jpg') no-repeat center / cover}


@media all and (max-width:1000px){
	.main_con02{padding:0px 0;}
	.main_con02 .same_box{width:100%; margin-right:0;}
}


.intro_con {background:url("../img/intro_bg.jpg") center top no-repeat; text-align:center; padding:150px 0; min-height:500px;}
.intro_con h3 {font-family: 'SCoreDream'; font-size:40px; font-weight:700; color:#fff; padding-bottom:30px;}
.intro_con p { font-size:25px; font-weight:400; color:#fff; letter-spacing:-1px; line-height:1.5;}

@media screen and (max-width:1150px) {
	.intro_con {padding:100px 20px;}
	.intro_con h3 { font-size:20px;}
	.intro_con p { font-size:17px; }
}


.doctor_con{padding:70px 0;overflow:hidden; }
.doctor_con li{margin-top: 0px;position:relative;}
.doctor_con li:after{content:'';display: block;clear:both;}
.doctor_con li > div{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.doctor_con li .img{float:left; width: 680px; text-align:right;}
.doctor_con li .txt{float:right; width:450px; padding-top:70px;}
.doctor_con li dl {margin-bottom:60px; }
.doctor_con li dl h4{margin: 0;font-size: 40px;line-height: 1.2;color: #282828; letter-spacing:-1.5px; font-weight:800;-ms-word-break: keep-all;word-break: keep-all;transform: rotate(-0.03deg);}
.doctor_con li dl h4 span {display:block; color:#7e665a;}
.doctor_con li dl p{margin-top: 20px;font-size: 20px;line-height: 1.5;color: #616161; letter-spacing:-.5px; font-weight: 400;-ms-word-break: keep-all;word-break: keep-all;}
.doctor_con li dl h5{margin: 0;font-size: 50px;line-height: 1.2;color: #07c9dc; padding-bottom:40px; letter-spacing:-1.5px; font-weight:700;-ms-word-break: keep-all;word-break: keep-all;transform: rotate(-0.03deg);}
.doctor_con li dl h5 span {font-size:25px; color:#272727;}
.doctor_con li dl dd{margin-top: 3px;font-size: 18px;line-height: 1.5;color: #5d5d5d; letter-spacing:-.5px; font-weight: 400;-ms-word-break: keep-all;word-break: keep-all; }
.doctor_con li dl dd.bottom {margin-bottom:30px;}

.doctor_con li:nth-child(2) .img{float:right; width: 500px; text-align:left;}
.doctor_con li:nth-child(2) .txt{float:left; width:600px;  text-align:right;}

@media all and (max-width:1200px){
	.doctor_con li > div{width: 100%;}
	.doctor_con li:nth-of-type(odd) > div,
	.doctor_con li:nth-of-type(even) > div{float: none;padding: 0;}
	.doctor_con li .img {text-align:center; width:100%; margin-bottom:20px;}
	.doctor_con li .img img {width:100%;}
	.doctor_con li .img:after{display: none;}
	.doctor_con li .txt{margin:0 auto; width:95%; }
	.doctor_con li:nth-child(2) .img {text-align:center; width:100%; }
	.doctor_con li:nth-child(2) .img:after{display: none;}
	.doctor_con li:nth-child(2) .txt{margin:0 auto; width:95%; margin-left:10px; text-align:left;}
	.doctor_con li dl dd{margin-top: 10px;font-size:20px;line-height: 1.5;}
	.doctor_con li dl h5{font-size:35px;line-height: 1.3; padding-bottom:10px;}
	.doctor_con li dl h5 span {font-size:25px;}
	.doctor_con li dl dd{font-size: 18px;line-height: 1.5;}
}

@media all and (max-width:640px){
	.doctor_con{padding:50px 0; }
	.doctor_con ul{ padding:0 20px;}
	.doctor_con li dl {padding:0 0px;}
	.doctor_con li dl h5{font-size:25px;line-height: 1.3; padding-bottom:10px;}
	.doctor_con li dl h5 span {font-size:20px;}
	.doctor_con li dl dd{margin-top: 2.34375vw;font-size: 16px;line-height: 1.5;}
	.doctor_con li dl dd:before { margin-top:10px;}
}


.text_con{padding:20px 0;overflow:hidden; }
.text_con li{margin-top: 0px;position:relative;}
.text_con li:after{content:'';display: block;clear:both;}
.text_con li > div{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.text_con li .img{float:left; width: 680px; text-align:right;}
.text_con li .txt{float:right; width:450px; padding-top:20px;}
.text_con li dl {margin-bottom:60px; }
.text_con li dl h4{margin: 0;font-size: 40px;line-height: 1.2;color: #282828; letter-spacing:-1.5px; font-weight:800;-ms-word-break: keep-all;word-break: keep-all;transform: rotate(-0.03deg);}
.text_con li dl h4 span {display:block; color:#7e665a;}
.text_con li dl p{margin-top: 20px;font-size: 20px;line-height: 1.5;color: #616161; letter-spacing:-.5px; font-weight: 400;-ms-word-break: keep-all;word-break: keep-all;}
.text_con li dl h5{margin: 0;font-size: 50px;line-height: 1.2;color: #07c9dc; padding-bottom:40px; letter-spacing:-1.5px; font-weight:700;-ms-word-break: keep-all;word-break: keep-all;transform: rotate(-0.03deg);}
.text_con li dl h5 span {font-size:25px; color:#272727;}
.text_con li dl dd{margin-top: 3px;font-size: 18px;line-height: 1.5;color: #5d5d5d; letter-spacing:-.5px; font-weight: 400;-ms-word-break: keep-all;word-break: keep-all; }
.text_con li dl dd.bottom {margin-bottom:30px;}

@media all and (max-width:1200px){
	.text_con li > div{width: 100%;}
	.text_con li:nth-of-type(odd) > div,
	.text_con li:nth-of-type(even) > div{float: none;padding: 0;}
	.text_con li .img {text-align:center; width:100%; margin-bottom:20px;}
	.text_con li .img img {width:100%;}
	.text_con li .img:after{display: none;}
	.text_con li .txt{margin:0 auto; width:95%; }
	.text_con li:nth-child(2) .img {text-align:center; width:100%; }
	.text_con li:nth-child(2) .img:after{display: none;}
	.text_con li:nth-child(2) .txt{margin:0 auto; width:95%; margin-left:10px; text-align:left;}
	.text_con li dl dd{margin-top: 10px;font-size:20px;line-height: 1.5;}
	.text_con li dl h5{font-size:35px;line-height: 1.3; padding-bottom:10px;}
	.text_con li dl h5 span {font-size:25px;}
	.text_con li dl dd{font-size: 18px;line-height: 1.5;}
}

@media all and (max-width:640px){
	.text_con{padding:0px 0 0; }
	.text_con ul{ padding:0 20px;}
	.text_con li dl {padding:0 0px;}
	.text_con li dl h5{font-size:25px;line-height: 1.3; padding-bottom:10px;}
	.text_con li dl h5 span {font-size:20px;}
	.text_con li dl dd{margin-top: 2.34375vw;font-size: 16px;line-height: 1.5;}
	.text_con li dl dd:before { margin-top:10px;}
}



.implant_case {background:url("../img/implant_case_bg.jpg") center top no-repeat; text-align:center; padding:100px 0;}
.implant_case h3 {font-size:25px; font-weight:700; color:#f1ce82; padding-bottom:0px; letter-spacing:-1px;}
.implant_case h4 { font-family: 'SCoreDream'; font-size:35px; font-weight:700; color:#fff; letter-spacing:-3px;}
.implant_case h4 span { font-size:150px; }
.implant_case p { font-size:25px; font-weight:800; color:#fff; letter-spacing:-1px; padding-top:10px;}
.implant_case p span { font-size:40px; display:block;}
.implant_case i { font-size:17px; font-style:normal; color:#fff; display:block;}

@media all and (max-width:640px){
	.implant_case h4 {  font-size:25px;}
	.implant_case h4 span { font-size:50px; }
	.implant_case p { font-size:20px;}
	.implant_case p span { font-size:23px;}
}


.implant_con00{padding:200px 0;}
.implant_con00 li .inner {display:table; height:100%; }
.implant_con00 .txt_box{display:table-cell; vertical-align:middle; }
.implant_con00 .txt_box.align_right {text-align:right; }
.implant_con00 .txt_box.relative {position:relative; }

.implant_con00 .txt_box .txt_inner_box_l {position:relative;}
.implant_con00 .txt_box .txt_inner_box_l h3{  font-family: 'SCoreDream'; font-size:80px; color:#fff; letter-spacing:-0.045em; font-weight:700; position:relative; z-index:2;}
.implant_con00 .txt_box .txt_inner_box_l span {position:absolute; width:30px; height:30px; background:#07c9dc; left:2%; top:8px; transform:translateX(-50%); z-index:1;}
.implant_con00 .txt_box .txt_inner_box_l i {font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; font-weight:100; position:absolute; left:50%; top:-60px; transform:translateX(-50%); z-index:1;}

.implant_con00 .txt_box .txt_inner_box_r{width:500px; display:inline-block; text-align:center; }
.implant_con00 .txt_box .txt_inner_box_r h3{ border:4px solid #07c9dc; display:inline-block; font-size:25px; color:#07c9dc; letter-spacing:-0.045em; font-weight:800; padding:5px 20px; }
.implant_con00 .txt_box .txt_inner_box_r h4{ font-size:48px; color:#fff; letter-spacing:-2px; font-weight:700; padding-bottom:20px;  }
.implant_con00 .txt_box .txt_inner_box_r h4 span {display:inline-block; border:4px solid #07c9dc; font-size:45px; color:#07c9dc; margin-top:10px; font-weight:800; padding:5px 20px; }
.implant_con00 .txt_box .txt_inner_box_r h4 b {font-size:48px; color:#f1ce82; font-weight:800;}
.implant_con00 .txt_box .txt_inner_box_r p{font-size:25px; color:#fff; letter-spacing:-1px; font-weight:600;  line-height:1.5; border:7px solid #07c9dc;  text-align:center; color:#fff; background:rgba(0,0,0,0.3); width:520px; display:inline-block; padding:20px;}
.implant_con00 .txt_box .txt_inner_box_r p span {font-size:25px; color:#fff; letter-spacing:-1px; font-weight:400;  line-height:1.5;}

@media all and (max-width:1200px){
	.implant_con00 {padding:50px 0 70px;}
	.implant_con00 .txt_box{display:block; vertical-align:top; }
	.implant_con00 .txt_box .txt_inner_box_l {text-align:center; padding-top:0px;}
	.implant_con00 .txt_box .txt_inner_box_l h3{font-size:60px; }
	.implant_con00 .txt_box .txt_inner_box_l span {display:none;}
	.implant_con00 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:60px;}

	.implant01 {background:url('../img/implant01_con_m.jpg') no-repeat center top / cover; }
	.implant02 {background:url('../img/implant02_con_m.jpg') no-repeat center top / cover; }
	.implant03 {background:url('../img/implant03_con_m.jpg') no-repeat center top / cover; }
}

@media all and (max-width:600px){
	
	.implant_con00 {padding:60px 0 20px;}
	.implant_con00 .txt_box .txt_inner_box_l h3{font-size:40px; }
	.implant_con00 .txt_box .txt_inner_box_l {text-align:center; padding-top:0px;}
	.implant_con00 .txt_box .txt_inner_box_l span {position:absolute; width:18px; height:18px; background:#07c9dc; left:50%; margin-left:-70px; top:3px; transform:translateX(-50%); z-index:1;}
	.implant_con00 .txt_box .txt_inner_box_l i{font-size:40px;  top:-30px; }

	.implant_con00 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:90px;}
	.implant_con00 .txt_box .txt_inner_box_r h3{font-size:28px; }
	.implant_con00 .txt_box .txt_inner_box_r h4{ font-size:25px;}
	.implant_con00 .txt_box .txt_inner_box_r h4 span {font-size:25px;}
	.implant_con00 .txt_box .txt_inner_box_r h4 b {font-size:25px;}
	.implant_con00 .txt_box .txt_inner_box_r p{font-size:16px; line-height:1.5; width:100%; border:4px solid #07c9dc;}
}


.implant_con01{padding:130px 0;}
.implant_con01 li .inner {display:table; height:100%; }
.implant_con01 .txt_box{display:table-cell; vertical-align:middle; }
.implant_con01 .txt_box.align_right {text-align:right; }
.implant_con01 .txt_box.relative {position:relative; }

.implant_con01 .txt_box .txt_inner_box_l {position:relative;}
.implant_con01 .txt_box .txt_inner_box_l h3{  font-family: 'SCoreDream'; font-size:80px; color:#fff; letter-spacing:-0.045em; font-weight:700; position:relative; z-index:2;}
.implant_con01 .txt_box .txt_inner_box_l span {position:absolute; width:30px; height:30px; background:#07c9dc; left:2%; top:8px; transform:translateX(-50%); z-index:1;}
.implant_con01 .txt_box .txt_inner_box_l i {font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; font-weight:100; position:absolute; left:50%; top:-60px; transform:translateX(-50%); z-index:1;}

.implant_con01 .txt_box .txt_inner_box_r{width:500px; display:inline-block; text-align:center; }
.implant_con01 .txt_box .txt_inner_box_r h3{ border:4px solid #07c9dc; display:inline-block; font-size:25px; color:#07c9dc; letter-spacing:-0.045em; font-weight:800; padding:5px 20px; }
.implant_con01 .txt_box .txt_inner_box_r h4{ font-size:48px; color:#fff; letter-spacing:-2px; font-weight:700; padding-bottom:20px;  }
.implant_con01 .txt_box .txt_inner_box_r h4 span {display:inline-block; border:4px solid #07c9dc; font-size:45px; color:#07c9dc; margin-top:10px; font-weight:800; padding:5px 20px; }
.implant_con01 .txt_box .txt_inner_box_r h4 b {font-size:48px; color:#f1ce82; font-weight:800;}
.implant_con01 .txt_box .txt_inner_box_r p{font-size:25px; color:#fff; letter-spacing:-1px; font-weight:600;  line-height:1.5; border:7px solid #07c9dc;  text-align:center; color:#fff; background:rgba(0,0,0,0.3); width:520px; display:inline-block; padding:20px;}
.implant_con01 .txt_box .txt_inner_box_r p span {font-size:25px; color:#fff; letter-spacing:-1px; font-weight:400;  line-height:1.5;}

.implant01 {background:url('../img/implant01_con.jpg') no-repeat center center / cover;}
.implant02 {background:url('../img/implant02_con.jpg') no-repeat center center / cover;}
.implant03 {background:url('../img/implant03_con.jpg') no-repeat center center / cover;}

@media all and (max-width:1200px){
	.implant_con01 {padding:50px 0 70px;}
	.implant_con01 .txt_box{display:block; vertical-align:top; }
	.implant_con01 .txt_box .txt_inner_box_l {text-align:center; padding-top:0px;}
	.implant_con01 .txt_box .txt_inner_box_l h3{font-size:60px; }
	.implant_con01 .txt_box .txt_inner_box_l span {display:none;}
	.implant_con01 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:60px;}

	.implant01 {background:url('../img/implant01_con_m.jpg') no-repeat center top / cover; }
	.implant02 {background:url('../img/implant02_con_m.jpg') no-repeat center top / cover; }
	.implant03 {background:url('../img/implant03_con_m.jpg') no-repeat center top / cover; }
}

@media all and (max-width:600px){
	
	.implant_con01 {padding:40px 0 70px;}
	.implant_con01 .txt_box .txt_inner_box_l h3{font-size:40px; }
	.implant_con01 .txt_box .txt_inner_box_l {text-align:center; padding-top:0px;}
	.implant_con01 .txt_box .txt_inner_box_l span {position:absolute; width:18px; height:18px; background:#07c9dc; left:50%; margin-left:-70px; top:3px; transform:translateX(-50%); z-index:1;}
	.implant_con01 .txt_box .txt_inner_box_l i{font-size:40px;  top:-30px; }

	.implant_con01 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:60px;}
	.implant_con01 .txt_box .txt_inner_box_r h3{font-size:28px; }
	.implant_con01 .txt_box .txt_inner_box_r h4{ font-size:25px;}
	.implant_con01 .txt_box .txt_inner_box_r h4 span {font-size:25px;}
	.implant_con01 .txt_box .txt_inner_box_r h4 b {font-size:25px;}
	.implant_con01 .txt_box .txt_inner_box_r p{font-size:16px; line-height:1.5; width:100%; border:4px solid #07c9dc;}
}


.sub_txt_box {position:relative; padding-bottom:50px; font-size:35px; font-weight:800; color:#0071a9; letter-spacing:-0.025em; line-height:1.5; }
.sub_txt_box i {font-style:normal; font-size:20px; color:#07c9dc; font-weight:800; letter-spacing:4px;}
.sub_txt_box h4 {font-size:35px; color:#303030; font-weight:300; letter-spacing:-1px;}
.sub_txt_box h4 b {font-weight:800; display:inline-block; padding-right:6px;}
.sub_txt_box span {font-size:12px; color:#666; font-weight:800; position:absolute; right:-50px; top:60px; letter-spacing:3px; transform:translateX(-50%); z-index:1;}

.line_g {
	display:flex;
	flex-basis:100%;
	align-items:center;
}

.line_g::after {
	content:"";
	flex-grow:1;
	margin:22px 16px 0px;
	background:#e1e1e1;
	height:1px;
	font-size:0px;
	line-height: 0px;
}

@media all and (max-width:1000px){
	.line_g {display:block;}
	.sub_txt_box {padding:0 20px 40px;}
	.sub_txt_box i {font-size:16px;}
	.sub_txt_box h4 {font-size:25px;line-height:1.5;}
	.sub_txt_box h4 b {display:block;}
	.sub_txt_box span {font-size:0;}
}

.implant_con02{padding:50px 0 0px;}
.implant_con02 .inner > ul{display:block; width:100%; margin:0 auto; font-size:0; letter-spacing:-4px;}
.implant_con02 .inner > ul > li{display:inline-block; vertical-align:top; width:calc(50% - 30px); margin:0px 15px; box-sizing:border-box; text-align:left;}
.implant_con02 ul li dl{position:relative; }
.implant_con02 ul li dl dt{float:left; background:#727272; width:11%; height:180px; margin-right:2%; padding-top:13px; font-size:30px; text-align:center; color:#fff; letter-spacing:0.06em; font-weight:800; }
.implant_con02 ul li dl dd{display:inline-block; width:85%; padding-top:20px;}
.implant_con02 ul li dl dd p.tit{font-size:25px; color:#202020; letter-spacing:-0.5px; line-height:1.3; font-weight:500; }
.implant_con02 ul li dl dd p.sub{font-size:18px; color:#666; letter-spacing:-0.045em; font-weight:400; padding-top:20px; line-height:1.5;}


@media all and (max-width:1000px){
	.implant_con02 .inner > ul > li{width:calc(50% - 40px); margin:0 20px;}
}
@media all and (max-width:767px){
	.implant_con02 .inner > ul{width:100%;}
	.implant_con02 .inner > ul > li{width:100%; margin:0px 0px; }
	.implant_con02 ul li img {width:100%;}
	.implant_con02 ul li dl dt{ font-size:20px; padding-top:20px;}
	.implant_con02 ul li dl dd p.tit{font-size:20px; }
	.implant_con02 ul li dl dd p.sub{font-size:16px; }
}


.implant_con02_2{padding:50px 0 0px;}
.implant_con02_2 .inner > ul{display:block; width:100%; margin:0 auto; font-size:0; letter-spacing:-4px;}
.implant_con02_2 .inner > ul > li{vertical-align:top; margin-bottom:50px; box-sizing:border-box; text-align:left; min-height:200px; }
.implant_con02_2 ul li dl{position:relative; margin-bottom:30px;}
.implant_con02_2 ul li dl dt{float:left; background:#727272; width:70px; height:110px; margin-right:2%; padding-top:13px; font-size:30px; text-align:center; color:#fff; letter-spacing:0.06em; font-weight:800; }
.implant_con02_2 ul li dl dd{display:inline-block; width:85%; padding-top:20px;}
.implant_con02_2 ul li dl dd p.tit{font-size:25px; color:#202020; letter-spacing:-0.5px; line-height:1.3; font-weight:500; }
.implant_con02_2 ul li dl dd p.sub{font-size:18px; color:#666; letter-spacing:-0.045em; font-weight:400; padding-top:10px; line-height:1.5;}

.implant_con02_2 ul li span {display:inline-block; margin-right:10px;}

@media all and (max-width:767px){
	.implant_con02_2 .inner > ul{width:100%;}
	.implant_con02_2 .inner > ul > li{width:100%; margin:0px 0px; }
	.implant_con02_2 ul li img {width:100%;}
	.implant_con02_2 ul li dl dt{ font-size:20px; padding-top:20px; width:50px; margin-right:20px;}
	.implant_con02_2 ul li dl dd{width:75%; }
	.implant_con02_2 ul li dl dd p.tit{font-size:20px; }
	.implant_con02_2 ul li dl dd p.sub{font-size:16px; }

	.implant_con02_2 ul li span {margin-bottom:20px;}
}



.implant_con03{background:#f6f6f6; padding:70px 0;}
.implant_con03 li .inner {display:table; height:100%; }
.implant_con03 .txt_box{display:table-cell; vertical-align:middle; }
.implant_con03 .txt_box.align_right {text-align:right; }
.implant_con03 .txt_box.relative {position:relative; }

.implant_con03 .txt_box .txt_inner_box_l {position:relative; }
.implant_con03 .txt_box .txt_inner_box_l span {background:url("../img/implant_img.png") center top no-repeat; width:278px; height:422px; position:absolute; text-align:center; left:50%; top:-90px; margin-left:130px; transform:translateX(-50%);}

.implant_con03 .txt_box .txt_inner_box_l h3{ font-size:35px; color:#303030; font-weight:300; letter-spacing:-1px;}
.implant_con03 .txt_box .txt_inner_box_l h3 b {display:block; font-weight:800;}
.implant_con03 .txt_box .txt_inner_box_l i {font-style:normal; font-size:20px; color:#07c9dc; font-weight:800; letter-spacing:4px; display:block; padding-bottom:10px;}
.implant_con03 .txt_box .txt_inner_box_l p{ font-size:17px; color:#666; font-weight:400; letter-spacing:-.5px; padding-top:10px; line-height:1.5;}

.implant_con03 .txt_box .txt_inner_box_r{width:600px; display:inline-block; text-align:left; }
.implant_con03 .txt_box .txt_inner_box_r dl {margin-bottom:30px;}
.implant_con03 .txt_box .txt_inner_box_r dl:last-child {margin-bottom:0px;}
.implant_con03 .txt_box .txt_inner_box_r dt{ font-size:25px; color:#202020; letter-spacing:-.5px; font-weight:500; padding-bottom:10px; margin-left:36px;}
.implant_con03 .txt_box .txt_inner_box_r dt:before {content: ""; position:absolute; width:34px; height:33px; background:url("../img/check.png") center top no-repeat; text-align:left; margin-left:-36px; margin-top:-3px;}
.implant_con03 .txt_box .txt_inner_box_r dd{font-size:18px; color:#666; letter-spacing:-.5px; font-weight:400;  line-height:1.5;}


@media all and (max-width:1000px){
	.implant_con03 li .inner {display:block; height:100%; }
	.implant_con03 .txt_box{display:block; vertical-align:top; }
}


@media all and (max-width:1000px){
	.implant_con03 .txt_box .txt_inner_box_l {padding:0 20px 40px;}
	.implant_con03 .txt_box .txt_inner_box_l i {font-size:16px;}
	.implant_con03 .txt_box .txt_inner_box_l h3 {font-size:25px;line-height:1.5;}
	.implant_con03 .txt_box .txt_inner_box_l h3 b {display:block;}
	.implant_con03 .txt_box .txt_inner_box_l p {font-size:15px;}
	.implant_con03 .txt_box .txt_inner_box_l span {background-size:40%; width:100%; margin-left:0px;top:-70px; }

	.implant_con03 .txt_box .txt_inner_box_r{width:100%; display:block; padding:0 20px;}
	.implant_con03 .txt_box .txt_inner_box_r dt{ font-size:20px; }
	.implant_con03 .txt_box .txt_inner_box_r dt:before {margin-top:-3px; background-size:80%;}
	.implant_con03 .txt_box .txt_inner_box_r dd{font-size:15px; }
}

@media all and (max-width:600px){
	.implant_con03 .txt_box .txt_inner_box_l span {background-size:100%; width:100%; margin-left:0px;}
}

.painless_con01{background:url('../img/painless01_con.jpg') no-repeat center center / cover; padding:150px 0;}
.painless_con01 li .inner {display:table; height:100%; }
.painless_con01 .txt_box{display:table-cell; vertical-align:middle; }
.painless_con01 .txt_box.align_right {text-align:right; }
.painless_con01 .txt_box.relative {position:relative; }

.painless_con01 .txt_box .txt_inner_box_l {position:relative; width:600px; }
.painless_con01 .txt_box .txt_inner_box_l h3{  font-family: 'SCoreDream'; font-size:80px; color:#fff; letter-spacing:-0.045em; font-weight:700; position:relative; z-index:2;}
.painless_con01 .txt_box .txt_inner_box_l span {position:absolute; width:30px; height:30px; background:#07c9dc; left:2%; top:8px; transform:translateX(-50%); z-index:1;}
.painless_con01 .txt_box .txt_inner_box_l i {width:100%; font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; font-weight:100; position:absolute; left:50%; top:-60px; margin-left:50px; transform:translateX(-50%); z-index:1;}

.painless_con01 .txt_box .txt_inner_box_r{width:600px; display:inline-block; text-align:right; }
.painless_con01 .txt_box .txt_inner_box_r h3{font-family: 'InkLipquid'; font-size:35px; color:#07c9dc; letter-spacing:-0.045em; font-weight:100; }
.painless_con01 .txt_box .txt_inner_box_r h4{ font-size:48px; color:#fff; letter-spacing:-2px; font-weight:700; padding-bottom:20px;  }
.painless_con01 .txt_box .txt_inner_box_r p{font-size:20px; color:#fff; letter-spacing:-1px; font-weight:400;  line-height:1.5;}


@media all and (max-width:1200px){
	.painless_con01 {background:url('../img/painless01_con_m.jpg') no-repeat center top / cover; padding:150px 0 70px;}
	.painless_con01 li .inner {display:block; height:100%; }
	.painless_con01 .txt_box{display:block; vertical-align:top; }
	.painless_con01 .txt_box .txt_inner_box_l {width:100%; text-align:center; padding-top:0px;}
	.painless_con01 .txt_box .txt_inner_box_l h3{font-size:60px; }
	.painless_con01 .txt_box .txt_inner_box_l span {display:none;}
	.painless_con01 .txt_box .txt_inner_box_l i {margin-left:0;}
	.painless_con01 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:300px;}
}

@media all and (max-width:600px){
	
	.painless_con01 .txt_box .txt_inner_box_l h3{font-size:40px; }
	.painless_con01 .txt_box .txt_inner_box_l {width:100%; text-align:center; padding-top:0px;}
	.painless_con01 .txt_box .txt_inner_box_l span {position:absolute; width:18px; height:18px; background:#07c9dc; left:50%; margin-left:-70px; top:3px; transform:translateX(-50%); z-index:1;}
	.painless_con01 .txt_box .txt_inner_box_l i{font-size:40px;  top:-30px; }

	.painless_con01 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:100px;}
	.painless_con01 .txt_box .txt_inner_box_r h3{font-size:28px; }
	.painless_con01 .txt_box .txt_inner_box_r h4{ font-size:30px;}
	.painless_con01 .txt_box .txt_inner_box_r p{font-size:16px; padding:0 15px; line-height:1.5;}
}

.marb50 {margin-bottom:50px;}

.painless_con02{padding:50px 0 0px;}
.painless_con02 .inner > ul{display:block; width:100%; margin:0 auto; font-size:0; letter-spacing:-4px;}
.painless_con02 .inner > ul > li{display:inline-block; vertical-align:top; width:calc(33% - 30px); margin:0px 15px; box-sizing:border-box; text-align:left;}
.painless_con02 ul li dl{position:relative; }
.painless_con02 ul li dl dt{float:left; background:#727272; width:15%; margin-right:5%; width:65px; height:63px; line-height:63px; font-size:30px; text-align:center; color:#fff; letter-spacing:0.06em; font-weight:800; }
.painless_con02 ul li dl dd{display:inline-block; width:75%; padding-top:20px;}
.painless_con02 ul li dl dd p.tit{font-size:25px; color:#202020; letter-spacing:-0.5px; line-height:1.3; font-weight:500; }
.painless_con02 ul li dl dd p.sub{font-size:18px; color:#666; letter-spacing:-0.045em; font-weight:400; padding-top:20px; line-height:1.5;}


@media all and (max-width:1000px){
	.painless_con02 .inner > ul > li{width:calc(50% - 40px); margin:0 20px;}
	.painless_con02 ul li dl dd p.tit{font-size:20px; }
}
@media all and (max-width:767px){
	.painless_con02 .inner > ul{width:100%;}
		.painless_con02 .inner > ul > li{margin:0 0px;}
	.painless_con02 ul li img {width:100%;}
	.painless_con02 ul li dl dt{float:none; width:100%; margin-right:5%; width:35px; height:33px; line-height:33px; font-size:20px;}
	.painless_con02 ul li dl dd{display:block; width:100%; padding-top:20px;}
	.painless_con02 ul li dl dd p.tit{font-size:16px; }
}

.painless_con03{padding:50px 0 0px;}
.painless_con03 .inner > ul{display:block; width:100%; margin:0 auto; font-size:0; letter-spacing:-4px;}
.painless_con03 .inner > ul > li{vertical-align:top; margin-bottom:50px; box-sizing:border-box; text-align:left; }
.painless_con03 ul li dl{position:relative; margin-bottom:0px;}
.painless_con03 ul li dl dt.mint{float:left; background:#07c9dc; width:70px; height:70px; margin-right:2%; padding-top:13px; font-size:30px; text-align:center; color:#fff; letter-spacing:0.06em; font-weight:800; }
.painless_con03 ul li dl dd{display:inline-block; width:85%; padding-top:20px;}
.painless_con03 ul li dl dd p.tit{font-size:25px; color:#202020; letter-spacing:-0.5px; line-height:1.3; font-weight:500; }
.painless_con03 ul li dl dd p.sub{font-size:18px; color:#666; letter-spacing:-0.045em; font-weight:400; padding-top:10px; padding-bottom:10px; line-height:1.5;}
.painless_con03 ul li dl dd p.sub b {font-weight:800; color:#333;}

.painless_con03 ul li span {display:inline-block; margin-right:10px;}

@media all and (max-width:767px){
	.painless_con03 .inner > ul{width:100%;}
	.painless_con03 .inner > ul > li{width:100%; margin-bottom:50px; }
	.painless_con03 ul li img {width:100%;}
	.painless_con03 ul li dl dt.mint{ font-size:20px; padding-top:20px; width:50px;}
	.painless_con03 ul li dl dd{width:75%;}
	.painless_con03 ul li dl dd p.tit{font-size:20px; }
	.painless_con03 ul li dl dd p.sub{font-size:16px; }
}



.wisdom_case {background:url("../img/wisdom_case_bg.jpg") center top no-repeat; text-align:center; padding:100px 0;}
.wisdom_case h3 {font-size:25px; font-weight:700; color:#f1ce82; padding-bottom:0px; letter-spacing:-1px;}
.wisdom_case h4 { font-family: 'SCoreDream'; font-size:35px; font-weight:700; color:#fff; letter-spacing:-1px;}
.wisdom_case h4 span { font-size:150px; }
.wisdom_case p { font-size:25px; font-weight:800; color:#fff; letter-spacing:-1px; padding-top:10px;}
.wisdom_case p span { font-size:40px; display:block;}
.wisdom_case i { font-size:15px; font-style:normal; color:#fff; display:block;}

@media all and (max-width:640px){
	.wisdom_case h4 {  font-size:25px;}
	.wisdom_case h4 span { font-size:50px; }
	.wisdom_case p { font-size:20px;}
	.wisdom_case p span { font-size:23px;}
}



.wisdom_con00{padding:170px 0; }
.wisdom_con00 li .inner {display:table; height:100%; }
.wisdom_con00 .txt_box{display:table-cell; vertical-align:middle; }
.wisdom_con00 .txt_box.align_right {text-align:right; }
.wisdom_con00 .txt_box.relative {position:relative; }

.wisdom_con00 .txt_box .txt_inner_box_l {position:relative; width:600px;}
.wisdom_con00 .txt_box .txt_inner_box_l h3{  font-family: 'SCoreDream'; font-size:80px; color:#292929; letter-spacing:-0.045em; font-weight:700; position:relative; z-index:2;}
.wisdom_con00 .txt_box .txt_inner_box_l span {position:absolute; width:30px; height:30px; background:#07c9dc; left:2%; top:8px; transform:translateX(-50%); z-index:1;}
.wisdom_con00 .txt_box .txt_inner_box_l i {width:100%; font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; letter-spacing:-1px; font-weight:100; position:absolute; left:60%; top:-60px; transform:translateX(-50%); z-index:1;}

.wisdom_con00 .txt_box .txt_inner_box_r{width:500px; display:inline-block; text-align:center; }
.wisdom_con00 .txt_box .txt_inner_box_r h3{font-family: 'InkLipquid'; font-size:35px; color:#07c9dc; letter-spacing:-0.045em; font-weight:100; }
.wisdom_con00 .txt_box .txt_inner_box_r h4{ font-size:48px; color:#fff; letter-spacing:-2px; font-weight:700; padding-bottom:20px;  }
.wisdom_con00 .txt_box .txt_inner_box_r h4 span {display:inline-block; border:4px solid #07c9dc; font-size:45px; color:#07c9dc; margin-top:10px; font-weight:800; padding:5px 20px; }
.wisdom_con00 .txt_box .txt_inner_box_r h4 b {font-size:48px; color:#f4d085; font-weight:800;}

.wisdom_con00 .txt_box .txt_inner_box_r p{font-size:25px; color:#fff; letter-spacing:-1px; font-weight:600;  line-height:1.5; border:7px solid #07c9dc;  text-align:center; color:#fff; background:rgba(0,0,0,0.1); width:520px; display:inline-block; padding:20px;}
.wisdom_con00 .txt_box .txt_inner_box_r p span {font-size:25px; color:#fff; letter-spacing:-1px; font-weight:400;  line-height:1.5;}


@media all and (max-width:1200px){
	.wisdom_con00 {padding:20px 0 30px;}
	.wisdom_con00 li .inner {display:block; height:100%; }
	.wisdom_con00 .txt_box{display:block; vertical-align:top; }
	.wisdom_con00 .txt_box .txt_inner_box_l {width:100%; text-align:center; padding-top:0px;}
	.wisdom_con00 .txt_box .txt_inner_box_l h3{font-size:60px; }
	.wisdom_con00 .txt_box .txt_inner_box_l span {display:none;}
	.wisdom_con00 .txt_box .txt_inner_box_l i {margin-left:0; left:50%;}
	.wisdom_con00 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:90px;}

	.wisdom01{background:url('../img/wisdom01_con_m.jpg') no-repeat center center / cover;}
	.wisdom02{background:url('../img/wisdom02_con_m.jpg') no-repeat center center / cover;}
	.wisdom03{background:url('../img/wisdom03_con_m.jpg') no-repeat center center / cover;}
}

@media all and (max-width:600px){
	
	.wisdom_con00 .txt_box .txt_inner_box_l h3{font-size:40px; }
	.wisdom_con00 .txt_box .txt_inner_box_l {width:100%; text-align:center; padding-top:0px;}
	.wisdom_con00 .txt_box .txt_inner_box_l span {position:absolute; width:18px; height:18px; background:#07c9dc; left:50%; margin-left:-70px; top:3px; transform:translateX(-50%); z-index:1;}
	.wisdom_con00 .txt_box .txt_inner_box_l i{font-size:40px;  top:-30px; }

	.wisdom_con00 .txt_box.align_right {margin-top:100px;}
	.wisdom_con00 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center;}
	.wisdom_con00 .txt_box .txt_inner_box_r h3{font-size:28px; }
	.wisdom_con00 .txt_box .txt_inner_box_r h4{ font-size:25px;}
	.wisdom_con00 .txt_box .txt_inner_box_r h4 b {font-size:25px;}
	.wisdom_con00 .txt_box .txt_inner_box_r h4 span  {font-size:30px;}
	.wisdom_con00 .txt_box .txt_inner_box_r p{font-size:16px; padding:20px; width:100%; line-height:1.5;}
}


.wisdom_con01{padding:100px 0; }
.wisdom_con01 li .inner {display:table; height:100%; }
.wisdom_con01 .txt_box{display:table-cell; vertical-align:middle; }
.wisdom_con01 .txt_box.align_right {text-align:right; }
.wisdom_con01 .txt_box.relative {position:relative; }

.wisdom_con01 .txt_box .txt_inner_box_l {position:relative; width:600px;}
.wisdom_con01 .txt_box .txt_inner_box_l h3{  font-family: 'SCoreDream'; font-size:80px; color:#292929; letter-spacing:-0.045em; font-weight:700; position:relative; z-index:2;}
.wisdom_con01 .txt_box .txt_inner_box_l span {position:absolute; width:30px; height:30px; background:#07c9dc; left:2%; top:8px; transform:translateX(-50%); z-index:1;}
.wisdom_con01 .txt_box .txt_inner_box_l i {width:100%; font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; letter-spacing:-1px; font-weight:100; position:absolute; left:60%; top:-60px; transform:translateX(-50%); z-index:1;}

.wisdom_con01 .txt_box .txt_inner_box_r{width:500px; display:inline-block; text-align:center; }
.wisdom_con01 .txt_box .txt_inner_box_r h3{font-family: 'InkLipquid'; font-size:35px; color:#07c9dc; letter-spacing:-0.045em; font-weight:100; }
.wisdom_con01 .txt_box .txt_inner_box_r h4{ font-size:48px; color:#fff; letter-spacing:-2px; font-weight:700; padding-bottom:20px;  }
.wisdom_con01 .txt_box .txt_inner_box_r h4 span {display:inline-block; border:4px solid #07c9dc; font-size:45px; color:#07c9dc; margin-top:10px; font-weight:800; padding:5px 20px; }
.wisdom_con01 .txt_box .txt_inner_box_r h4 b {font-size:48px; color:#f4d085; font-weight:800;}

.wisdom_con01 .txt_box .txt_inner_box_r p{font-size:25px; color:#fff; letter-spacing:-1px; font-weight:600;  line-height:1.5; border:7px solid #07c9dc;  text-align:center; color:#fff; background:rgba(0,0,0,0.1); width:520px; display:inline-block; padding:20px;}
.wisdom_con01 .txt_box .txt_inner_box_r p span {font-size:25px; color:#fff; letter-spacing:-1px; font-weight:400;  line-height:1.5;}

.wisdom01{background:url('../img/wisdom01_con.jpg') no-repeat center center / cover;}
.wisdom02{background:url('../img/wisdom02_con.jpg') no-repeat center center / cover;}
.wisdom03{background:url('../img/wisdom03_con.jpg') no-repeat center center / cover;}

@media all and (max-width:1200px){
	.wisdom_con01 {padding:20px 0 70px;}
	.wisdom_con01 li .inner {display:block; height:100%; }
	.wisdom_con01 .txt_box{display:block; vertical-align:top; }
	.wisdom_con01 .txt_box .txt_inner_box_l {width:100%; text-align:center; padding-top:0px;}
	.wisdom_con01 .txt_box .txt_inner_box_l h3{font-size:60px; }
	.wisdom_con01 .txt_box .txt_inner_box_l span {display:none;}
	.wisdom_con01 .txt_box .txt_inner_box_l i {margin-left:0; left:50%;}
	.wisdom_con01 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:60px;}

	.wisdom01{background:url('../img/wisdom01_con_m.jpg') no-repeat center center / cover;}
	.wisdom02{background:url('../img/wisdom02_con_m.jpg') no-repeat center center / cover;}
	.wisdom03{background:url('../img/wisdom03_con_m.jpg') no-repeat center center / cover;}
}

@media all and (max-width:600px){
	
	.wisdom_con01 .txt_box .txt_inner_box_l h3{font-size:40px; }
	.wisdom_con01 .txt_box .txt_inner_box_l {width:100%; text-align:center; padding-top:0px;}
	.wisdom_con01 .txt_box .txt_inner_box_l span {position:absolute; width:18px; height:18px; background:#07c9dc; left:50%; margin-left:-70px; top:3px; transform:translateX(-50%); z-index:1;}
	.wisdom_con01 .txt_box .txt_inner_box_l i{font-size:40px;  top:-30px; }

	.wisdom_con01 .txt_box.align_right {margin-top:100px;}
	.wisdom_con01 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center;}
	.wisdom_con01 .txt_box .txt_inner_box_r h3{font-size:28px; }
	.wisdom_con01 .txt_box .txt_inner_box_r h4{ font-size:25px;}
	.wisdom_con01 .txt_box .txt_inner_box_r h4 b {display:block;font-size:35px;}
	.wisdom_con01 .txt_box .txt_inner_box_r h4 span  {font-size:30px;}
	.wisdom_con01 .txt_box .txt_inner_box_r p{font-size:16px; padding:20px; width:100%; line-height:1.5;}
}


.wisdom_con02{padding:50px 0 80px;}
.wisdom_con02 .inner > ul{display:block; width:100%; margin:0 auto; font-size:0; letter-spacing:-4px;}
.wisdom_con02 .inner > ul > li{display:inline-block; vertical-align:top; width:calc(25% - 30px); margin:0px 15px; box-sizing:border-box; text-align:left;}
.wisdom_con02 ul li dl{position:relative; }
.wisdom_con02 ul li dl dt{font-size:20px; text-align:center; color:#202020; letter-spacing:-.5px; font-weight:500; padding-top:20px;}

@media all and (max-width:1000px){
	.wisdom_con02 .inner > ul > li{width:calc(50% - 20px); margin:10px;}
	.wisdom_con02 ul li img {width:100%;}
}
@media all and (max-width:767px){
	.wisdom_con02 .inner > ul{width:100%;}
	.wisdom_con02 ul li img {width:100%;}
	.wisdom_con02 ul li dl dt{ font-size:16px; padding-top:20px;}
}



.wisdom_con03{background:#f6f6f6; padding:100px 0;}
.wisdom_con03 li .inner {display:table; height:100%; }
.wisdom_con03 .txt_box{display:table-cell; vertical-align:middle; }
.wisdom_con03 .txt_box.align_right {text-align:right; }
.wisdom_con03 .txt_box.relative {position:relative; }

.wisdom_con03 .txt_box .txt_inner_box_l {position:relative; }
.wisdom_con03 .txt_box .txt_inner_box_l span {background:url("../img/wisdom_img.png") center top no-repeat; width:278px; height:422px; position:absolute; text-align:center; left:50%; top:-130px; margin-left:130px; transform:translateX(-50%);}

.wisdom_con03 .txt_box .txt_inner_box_l h3{ font-size:35px; color:#303030; font-weight:300; letter-spacing:-1px;}
.wisdom_con03 .txt_box .txt_inner_box_l h3 b {display:block; font-weight:800;}
.wisdom_con03 .txt_box .txt_inner_box_l i {font-style:normal; font-size:20px; color:#07c9dc; font-weight:800; letter-spacing:4px; display:block; padding-bottom:10px;}
.wisdom_con03 .txt_box .txt_inner_box_l p{ font-size:17px; color:#666; font-weight:400; letter-spacing:-.5px; padding-top:10px; line-height:1.5;}

.wisdom_con03 .txt_box .txt_inner_box_r{width:600px; display:inline-block; text-align:left; }
.wisdom_con03 .txt_box .txt_inner_box_r dl {margin-bottom:20px;}
.wisdom_con03 .txt_box .txt_inner_box_r dl:last-child {margin-bottom:0px;}
.wisdom_con03 .txt_box .txt_inner_box_r dt{ font-size:25px; color:#202020; letter-spacing:-.5px; font-weight:500; padding-bottom:10px; margin-left:36px;}
.wisdom_con03 .txt_box .txt_inner_box_r dt:before {content: ""; position:absolute; width:34px; height:33px; background:url("../img/check.png") center top no-repeat; text-align:left; margin-left:-36px; margin-top:-3px;}
.wisdom_con03 .txt_box .txt_inner_box_r dd{font-size:18px; color:#666; letter-spacing:-.5px; font-weight:400;  line-height:1.5;}


@media all and (max-width:1000px){
	.wisdom_con03 li .inner {display:block; height:100%; }
	.wisdom_con03 .txt_box{display:block; vertical-align:top; }
}


@media all and (max-width:1000px){
	.wisdom_con03 .txt_box .txt_inner_box_l {padding:0 20px 40px;}
	.wisdom_con03 .txt_box .txt_inner_box_l i {font-size:16px;}
	.wisdom_con03 .txt_box .txt_inner_box_l h3 {font-size:25px;line-height:1.5;}
	.wisdom_con03 .txt_box .txt_inner_box_l h3 b {display:block;}
	.wisdom_con03 .txt_box .txt_inner_box_l p {font-size:15px;}
	.wisdom_con03 .txt_box .txt_inner_box_l span {background-size:40%; width:100%; margin-left:0px;top:-70px;}

	.wisdom_con03 .txt_box .txt_inner_box_r{width:100%; display:block; padding:0 20px;}
	.wisdom_con03 .txt_box .txt_inner_box_r dt{ font-size:18px; }
	.wisdom_con03 .txt_box .txt_inner_box_r dt:before {margin-top:-3px; background-size:80%;}
}

@media all and (max-width:600px){
	.wisdom_con03 .txt_box .txt_inner_box_l span {background-size:100%; width:100%; margin-left:0px;}
}

.wisdom_con04{width:100%; margin:0 auto; padding:50px 0 80px; font-size:0; letter-spacing:-4px;}
.wisdom_con04 ul li{display:inline-block; vertical-align:top; width: calc(100% /5 - 20px); margin-right:20px;}
.wisdom_con04 ul li:last-child {margin-right:0;}
.wisdom_con04 ul li img {width:100%;}
.wisdom_con04 ul li dl{position:relative; }
.wisdom_con04 ul li dl dt{float:left; background:#727272; width:15%; margin-right:5%; width:65px; height:63px; line-height:63px; font-size:30px; text-align:center; color:#fff; letter-spacing:0.06em; font-weight:800; }
.wisdom_con04 ul li dl dd{display:inline-block; width:75%; padding-top:20px;}
.wisdom_con04 ul li dl dd p.tit{font-size:25px; color:#202020; letter-spacing:-0.5px; line-height:1.3; font-weight:500; text-align:left; }


@media all and (max-width:1000px){
	.wisdom_con04 ul li{ width: calc(100% /3 - 20px); }
	.wisdom_con04 ul li dl dd{width:70%; }
	.wisdom_con04 ul li dl dd p.tit{font-size:20px; }
}
@media all and (max-width:767px){
	.wisdom_con04{ text-align:left;}
	.wisdom_con04 ul li{ width: calc(100% /2 - 20px); }
	.wisdom_con04 ul li img {width:100%;}
	.wisdom_con04 ul li dl dt{width:10%; margin-right:5%; width:35px; height:33px; line-height:33px; font-size:20px; text-align:center; color:#fff; letter-spacing:0.06em; font-weight:800; }
	.wisdom_con04 ul li dl dd{width:70%; padding-top:8px;}
	.wisdom_con04 ul li dl dd p.tit{font-size:16px; }
}



.front_con01{background:url('../img/front01_con.jpg') no-repeat center center / cover; padding:220px 0; }
.front_con01 li .inner {display:table; height:100%; }
.front_con01 .txt_box{display:table-cell; vertical-align:middle; }
.front_con01 .txt_box.align_right {text-align:right; }
.front_con01 .txt_box.relative {position:relative; }

.front_con01 .txt_box .txt_inner_box_l {position:relative; width:600px;}
.front_con01 .txt_box .txt_inner_box_l h3{  font-family: 'SCoreDream'; font-size:80px; color:#fff; letter-spacing:-0.045em; font-weight:700; position:relative; z-index:2;}
.front_con01 .txt_box .txt_inner_box_l span {position:absolute; width:30px; height:30px; background:#07c9dc; left:0%; top:8px; transform:translateX(-50%); z-index:1;}
.front_con01 .txt_box .txt_inner_box_l i {width:100%; font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; letter-spacing:-1px; font-weight:100; position:absolute; left:60%; top:-60px; transform:translateX(-50%); z-index:1;}

.front_con01 .txt_box .txt_inner_box_r{width:600px; display:inline-block; text-align:right; }
.front_con01 .txt_box .txt_inner_box_r h3{font-family: 'InkLipquid'; font-size:35px; color:#07c9dc; letter-spacing:-0.045em; font-weight:100; }
.front_con01 .txt_box .txt_inner_box_r h4{ font-size:48px; color:#fff; letter-spacing:-2px; font-weight:700; padding-bottom:20px;  }
.front_con01 .txt_box .txt_inner_box_r p{font-size:20px; color:#fff; letter-spacing:-1px; font-weight:400;  line-height:1.5;}



@media all and (max-width:1200px){
	.front_con01 {background:url('../img/front01_con_m.jpg') no-repeat center top / cover; padding:150px 0 70px;}
	.front_con01 li .inner {display:block; height:100%; }
	.front_con01 .txt_box{display:block; vertical-align:top; }
	.front_con01 .txt_box .txt_inner_box_l {width:100%; text-align:center; padding-top:0px;}
	.front_con01 .txt_box .txt_inner_box_l h3{font-size:60px; color:#222;}
	.front_con01 .txt_box .txt_inner_box_l span {display:none;}
	.front_con01 .txt_box .txt_inner_box_l i {margin-left:0; left:50%;}
	.front_con01 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:300px;}
}

@media all and (max-width:600px){
	
	.front_con01 .txt_box .txt_inner_box_l h3{font-size:40px; color:#fff;}
	.front_con01 .txt_box .txt_inner_box_l {width:100%; text-align:center; padding-top:0px;}
	.front_con01 .txt_box .txt_inner_box_l span {position:absolute; width:18px; height:18px; background:#07c9dc; left:50%; margin-left:-70px; top:3px; transform:translateX(-50%); z-index:1;}
	.front_con01 .txt_box .txt_inner_box_l i{font-size:40px;  top:-30px; }

	.front_con01 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:100px;}
	.front_con01 .txt_box .txt_inner_box_r h3{font-size:28px; }
	.front_con01 .txt_box .txt_inner_box_r h4{ font-size:30px;}
	.front_con01 .txt_box .txt_inner_box_r p{font-size:16px; padding:0 15px; line-height:1.5;}
}



.front_con02 {background:url("../img/laminate_bg.jpg") no-repeat center center / cover; box-sizing:border-box; padding:150px 0 120px;}  
.front_con02 .con04_tit { position:relative;margin-left:10px;}
.front_con02 .con04_tit:before {content: ""; position:absolute; width:5px; height:223px; background:#07c9dc; text-align:left; margin-left:-30px; margin-top:0px; }
.front_con02 .con04_tit h3 {position:relative;font-family: 'SCoreDream'; font-size:70px; letter-spacing:-5px; font-weight: 700; color:#484848; margin-bottom:20px; z-index:2;}
.front_con02 .con04_tit i {width:100%; font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; letter-spacing:-1px; font-weight:100; position:absolute; left:60%; top:-55px; transform:translateX(-50%); z-index:1;}
.front_con02 .con04_tit p {font-size:22px; font-weight: 400; letter-spacing:-0.045em; color:#606060; line-height:1.3;}

@media all and (max-width: 1000px) {
	.front_con02 .con04_tit h3 {color:#fff; font-size:35px;}
	.front_con02 .con04_tit i {font-size:40px; left:50%; top:-25px;}
	.front_con02 .con04_tit p {color:#fff; font-size:16px;}

	.front_con02 {background:url("../img/laminate_m_bg.jpg") no-repeat center center / cover; box-sizing:border-box; padding:150px 0 120px;} 
}

.front_con05 {background:url("../img/front02_bg.jpg") no-repeat center center / cover; box-sizing:border-box; padding:150px 0 120px;}  
.front_con05 .con04_tit {position:relative; margin-left:10px;}
.front_con05 .con04_tit:before {content: ""; position:absolute; width:5px; height:223px; background:#07c9dc; text-align:left; margin-left:-30px; margin-top:0px; }
.front_con05 .con04_tit h3 {position:relative;font-family: 'SCoreDream'; font-size:70px; letter-spacing:-5px; font-weight: 700; color:#484848; margin-bottom:20px; z-index:2;}
.front_con05 .con04_tit i {width:100%; font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; letter-spacing:-1px; font-weight:100; position:absolute; left:60%; top:-55px; transform:translateX(-50%); z-index:1;}
.front_con05 .con04_tit p {font-size:22px; font-weight: 400; letter-spacing:-0.045em; color:#606060; line-height:1.3;}

@media all and (max-width: 1000px) {
	.front_con05 .con04_tit h3 {color:#fff; font-size:35px;}
	.front_con05 .con04_tit i {font-size:40px; left:50%;  top:-25px;}
	.front_con05 .con04_tit p {color:#fff; font-size:16px;}

	.front_con05 {background:url("../img/front02_m_bg.jpg") no-repeat center center / cover; box-sizing:border-box; padding:150px 0 120px;}  
}

.front_con06 {background:url("../img/front03_bg.jpg") no-repeat center center / cover; box-sizing:border-box; padding:150px 0 120px;}  
.front_con06 .con04_tit {position:relative; margin-left:10px;}
.front_con06 .con04_tit:before {content: ""; position:absolute; width:5px; height:223px; background:#07c9dc; text-align:left; margin-left:-30px; margin-top:0px; }
.front_con06 .con04_tit h3 {position:relative;font-family: 'SCoreDream'; font-size:70px; letter-spacing:-5px; font-weight: 700; color:#484848; margin-bottom:20px; z-index:2;}
.front_con06 .con04_tit i {width:100%; font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; letter-spacing:-1px; font-weight:100; position:absolute; left:60%; top:-55px; transform:translateX(-50%); z-index:1;}
.front_con06 .con04_tit p {font-size:22px; font-weight: 400; letter-spacing:-0.045em; color:#606060; line-height:1.3;}

@media all and (max-width: 1000px) {
	.front_con06 .con04_tit h3 {color:#fff; font-size:35px;}
	.front_con06 .con04_tit i {font-size:40px; left:50%;  top:-25px;}
	.front_con06 .con04_tit p {color:#fff; font-size:16px;}

	.front_con06 {background:url("../img/front03_m_bg.jpg") no-repeat center center / cover; box-sizing:border-box; padding:150px 0 120px;} 
}


.front_con03 {margin-top: -55px;}
.front_con03 .con05_main_box {}
.front_con03 .con05_main_box ul {width:100%; font-size:0; letter-spacing:-4px; max-width:1250px; margin:0 auto;}
.front_con03 .con05_main_box ul li {padding:50px 10px; position:relative; display:inline-block; vertical-align:top; text-align:center; width: calc(100% /4 - 10px); margin-right:10px;  box-sizing:border-box; border:1px solid #f8f8f8; background:#fff; height:220px;} 
.front_con03 .con05_main_box ul li:nth-of-type(4n){margin-right:0}

.front_con03 .con05_main_box h3 {position:relative; font-size: 20px; font-weight:700; letter-spacing:-0.045em; color:#292929; z-index:2; padding-bottom:20px;}
.front_con03 .con05_main_box span {position:absolute; width:22px; height:22px; background:#07c9dc; left:50%; top:40px; transform:translateX(-50%); z-index:1;}
.front_con03 .con05_main_box p {font-size: 18px; font-weight:400; letter-spacing:-0.045em; color:#666; line-height:1.4;}

@media all and (max-width:1200px){
	.front_con03 .con05_main_box p {font-size: 15px;}
}

@media all and (max-width:767px){
	.front_con03 .con05_main_box {text-align: center;}
	.front_con03 .con05_main_box ul li {padding:40px 10px; position:relative; display:inline-block; vertical-align:top; text-align:center; width: calc(100% /2 - 10px); margin-bottom:10px;}
	.front_con03 .con05_main_box ul li:nth-of-type(2n){margin-right:0}
}

@media all and (max-width: 500px) {
	.front_con03 .con05_main_box h3 {font-size:16px;}
	.front_con03 .con05_main_box p {font-size: 15px;}
}



.front_con04{background:#f6f6f6; padding:100px 0;}
.front_con04 li .inner {display:table; height:100%; }
.front_con04 .txt_box{display:table-cell; vertical-align:middle; }
.front_con04 .txt_box.align_right {text-align:right; }
.front_con04 .txt_box.relative {position:relative; }

.front_con04 .txt_box .txt_inner_box_l {position:relative; }
.front_con04 .txt_box .txt_inner_box_l span {background:url("../img/front_img.png") center top no-repeat; width:396px; height:300px; position:absolute; text-align:center; left:50%; top:-70px; margin-left:130px; transform:translateX(-50%);}

.front_con04 .txt_box .txt_inner_box_l h3{ font-size:35px; color:#303030; font-weight:300; letter-spacing:-1px;}
.front_con04 .txt_box .txt_inner_box_l h3 b {display:block; font-weight:800;}
.front_con04 .txt_box .txt_inner_box_l i {font-style:normal; font-size:20px; color:#07c9dc; font-weight:800; letter-spacing:4px; display:block; padding-bottom:10px;}
.front_con04 .txt_box .txt_inner_box_l p{ font-size:17px; color:#666; font-weight:400; letter-spacing:-.5px; padding-top:10px; line-height:1.5;}


.front_con04 .txt_box .txt_inner_box_l2 {position:relative; }
.front_con04 .txt_box .txt_inner_box_l2 span {background:url("../img/front_img2.png") center top no-repeat; width:396px; height:360px; position:absolute; text-align:center; left:50%; top:-130px; margin-left:130px; transform:translateX(-50%);}

.front_con04 .txt_box .txt_inner_box_l2 h3{ font-size:35px; color:#303030; font-weight:300; letter-spacing:-1px;}
.front_con04 .txt_box .txt_inner_box_l2 h3 b {display:block; font-weight:800;}
.front_con04 .txt_box .txt_inner_box_l2 i {font-style:normal; font-size:20px; color:#07c9dc; font-weight:800; letter-spacing:4px; display:block; padding-bottom:10px;}
.front_con04 .txt_box .txt_inner_box_l2 p{ font-size:17px; color:#666; font-weight:400; letter-spacing:-.5px; padding-top:10px; line-height:1.5;}

.front_con04 .txt_box .txt_inner_box_l3 {position:relative; }
.front_con04 .txt_box .txt_inner_box_l3 span {background:url("../img/front_img3.png") center top no-repeat; width:396px; height:360px; position:absolute; text-align:center; left:50%; top:-100px; margin-left:130px; transform:translateX(-50%);}

.front_con04 .txt_box .txt_inner_box_l3 h3{ font-size:35px; color:#303030; font-weight:300; letter-spacing:-1px;}
.front_con04 .txt_box .txt_inner_box_l3 h3 b {display:block; font-weight:800;}
.front_con04 .txt_box .txt_inner_box_l3 i {font-style:normal; font-size:20px; color:#07c9dc; font-weight:800; letter-spacing:4px; display:block; padding-bottom:10px;}
.front_con04 .txt_box .txt_inner_box_l3 p{ font-size:17px; color:#666; font-weight:400; letter-spacing:-.5px; padding-top:10px; line-height:1.5;}


.front_con04 .txt_box .txt_inner_box_r{width:600px; display:inline-block; text-align:left; }
.front_con04 .txt_box .txt_inner_box_r dl {margin-bottom:20px;}
.front_con04 .txt_box .txt_inner_box_r dl:last-child {margin-bottom:0px;}
.front_con04 .txt_box .txt_inner_box_r dt{ font-size:25px; color:#202020; letter-spacing:-.5px; font-weight:500; padding-bottom:10px; margin-left:36px;}
.front_con04 .txt_box .txt_inner_box_r dt:before {content: ""; position:absolute; width:34px; height:33px; background:url("../img/check.png") center top no-repeat; text-align:left; margin-left:-36px; margin-top:-3px;}
.front_con04 .txt_box .txt_inner_box_r dd{font-size:18px; color:#666; letter-spacing:-.5px; font-weight:400;  line-height:1.5;}


@media all and (max-width:1000px){
	.front_con04 li .inner {display:block; height:100%; }
	.front_con04 .txt_box{display:block; vertical-align:top; }
}


@media all and (max-width:1000px){
	.front_con04 .txt_box .txt_inner_box_l {padding:0 20px 40px;}
	.front_con04 .txt_box .txt_inner_box_l i {font-size:16px;}
	.front_con04 .txt_box .txt_inner_box_l h3 {font-size:25px;line-height:1.5;}
	.front_con04 .txt_box .txt_inner_box_l h3 b {display:block;}
	.front_con04 .txt_box .txt_inner_box_l p {font-size:15px;}
	.front_con04 .txt_box .txt_inner_box_l span {background-size:50%; width:100%; margin-left:0px;top:-70px;}

	.front_con04 .txt_box .txt_inner_box_l2 {padding:0 20px 40px;}
	.front_con04 .txt_box .txt_inner_box_l2 i {font-size:16px;}
	.front_con04 .txt_box .txt_inner_box_l2 h3 {font-size:25px;line-height:1.5;}
	.front_con04 .txt_box .txt_inner_box_l2 h3 b {display:block;}
	.front_con04 .txt_box .txt_inner_box_l2 p {font-size:15px;}
	.front_con04 .txt_box .txt_inner_box_l2 span {background-size:40%; width:100%; margin-left:0px;top:-70px; }

	.front_con04 .txt_box .txt_inner_box_l3 {padding:0 20px 40px;}
	.front_con04 .txt_box .txt_inner_box_l3 i {font-size:16px;}
	.front_con04 .txt_box .txt_inner_box_l3 h3 {font-size:25px;line-height:1.5;}
	.front_con04 .txt_box .txt_inner_box_l3 h3 b {display:block;}
	.front_con04 .txt_box .txt_inner_box_l3 p {font-size:15px;}
	.front_con04 .txt_box .txt_inner_box_l3 span {background-size:40%; width:100%; margin-left:0px;top:-70px; }

	.front_con04 .txt_box .txt_inner_box_r{width:100%; display:block; padding:0 20px;}
	.front_con04 .txt_box .txt_inner_box_r dt{ font-size:18px; }
	.front_con04 .txt_box .txt_inner_box_r dt:before {margin-top:-3px; background-size:80%;}
}

@media all and (max-width:600px){
	.front_con04 .txt_box .txt_inner_box_l span {background-size:100%; width:100%; margin-left:0px;}
	.front_con04 .txt_box .txt_inner_box_l2 span {background-size:100%; width:100%; margin-left:0px;}
	.front_con04 .txt_box .txt_inner_box_l3 span {background-size:100%; width:100%; margin-left:0px;}
}


.front{background:url('../img/front_con.jpg') no-repeat center center / cover;}

.front_con07 {background:url("../img/front_bg.jpg") no-repeat center center / cover; box-sizing:border-box; padding:150px 0 120px;}  
.front_con07 .con04_tit { position:relative;margin-left:10px;}
.front_con07 .con04_tit:before {content: ""; position:absolute; width:5px; height:223px; background:#07c9dc; text-align:left; margin-left:-30px; margin-top:0px; }
.front_con07 .con04_tit h3 {position:relative;font-family: 'SCoreDream'; font-size:70px; letter-spacing:-5px; font-weight: 700; color:#484848; margin-bottom:20px; z-index:2;}
.front_con07 .con04_tit i {width:100%; font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; letter-spacing:-1px; font-weight:100; position:absolute; left:60%; top:-55px; transform:translateX(-50%); z-index:1;}
.front_con07 .con04_tit p {font-size:22px; font-weight: 400; letter-spacing:-0.045em; color:#606060; line-height:1.3;}

@media all and (max-width: 1000px) {
	.front_con07 .con04_tit h3 {font-size:35px; color:#fff;}
	.front_con07 .con04_tit i {font-size:40px; left:50%; top:-25px;}
	.front_con07 .con04_tit p {font-size:16px; color:#fff;}

	.front_con07 {background:url("../img/front_m_bg.jpg") no-repeat center center / cover; box-sizing:border-box; padding:150px 0 120px;}  
}

.front_con00{padding:170px 0; }
.front_con00 li .inner {display:table; height:100%; }
.front_con00 .txt_box{display:table-cell; vertical-align:middle; }
.front_con00 .txt_box.align_right {text-align:right; }
.front_con00 .txt_box.relative {position:relative; }

.front_con00 .txt_box .txt_inner_box_l {position:relative; width:600px;}
.front_con00 .txt_box .txt_inner_box_l h3{  font-family: 'SCoreDream'; font-size:80px; color:#292929; letter-spacing:-0.045em; font-weight:700; position:relative; z-index:2;}
.front_con00 .txt_box .txt_inner_box_l span {position:absolute; width:30px; height:30px; background:#07c9dc; left:2%; top:8px; transform:translateX(-50%); z-index:1;}
.front_con00 .txt_box .txt_inner_box_l i {width:100%; font-style:normal; font-family: 'InkLipquid'; font-size:80px; color:#07c9dc; letter-spacing:-1px; font-weight:100; position:absolute; left:60%; top:-60px; transform:translateX(-50%); z-index:1;}

.front_con00 .txt_box .txt_inner_box_r{width:500px; display:inline-block; text-align:center; }
.front_con00 .txt_box .txt_inner_box_r h3{font-family: 'InkLipquid'; font-size:35px; color:#07c9dc; letter-spacing:-0.045em; font-weight:100; }
.front_con00 .txt_box .txt_inner_box_r h4{ font-size:38px; color:#333; letter-spacing:-2px; font-weight:700; padding-bottom:20px;  }
.front_con00 .txt_box .txt_inner_box_r h4 span {display:block;font-size:22px; color:#333;font-weight:500; margin-top:20px; line-height:1.5; letter-spacing:-.5px;}
.front_con00 .txt_box .txt_inner_box_r h4 b {font-size:48px; color:#07c9dc; font-weight:800; padding-bottom:20px; display:block;}

.front_con00 .txt_box .txt_inner_box_r p{font-size:25px; color:#fff; letter-spacing:-1px; font-weight:600;  line-height:1.5; border:7px solid #07c9dc;  text-align:center; color:#fff; background:rgba(0,0,0,0.1); width:520px; display:inline-block; padding:20px;}
.front_con00 .txt_box .txt_inner_box_r p span {font-size:25px; color:#fff; letter-spacing:-1px; font-weight:400;  line-height:1.5;}


@media all and (max-width:1200px){
	.front_con00 {padding:20px 0 30px;}
	.front_con00 li .inner {display:block; height:100%; }
	.front_con00 .txt_box{display:block; vertical-align:top; }
	.front_con00 .txt_box .txt_inner_box_l {width:100%; text-align:center; padding-top:0px;}
	.front_con00 .txt_box .txt_inner_box_l h3{font-size:60px; }
	.front_con00 .txt_box .txt_inner_box_l span {display:none;}
	.front_con00 .txt_box .txt_inner_box_l i {margin-left:0; left:50%;}
	.front_con00 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center; padding-top:90px;}
}

@media all and (max-width:600px){
	
	.front_con00 .txt_box .txt_inner_box_l h3{font-size:40px; }
	.front_con00 .txt_box .txt_inner_box_l {width:100%; text-align:center; padding-top:0px;}
	.front_con00 .txt_box .txt_inner_box_l span {position:absolute; width:18px; height:18px; background:#07c9dc; left:50%; margin-left:-70px; top:3px; transform:translateX(-50%); z-index:1;}
	.front_con00 .txt_box .txt_inner_box_l i{font-size:40px;  top:-30px; }

	.front_con00 .txt_box.align_right {margin-top:100px;}
	.front_con00 .txt_box .txt_inner_box_r{width:100%; display:block; text-align:center;}
	.front_con00 .txt_box .txt_inner_box_r h3{font-size:28px; }
	.front_con00 .txt_box .txt_inner_box_r h4{color:#fff; font-size:25px;}
	.front_con00 .txt_box .txt_inner_box_r h4 b {font-size:30px;padding-bottom:10px;}
	.front_con00 .txt_box .txt_inner_box_r h4 span  {color:#fff; font-size:18px;}
	.front_con00 .txt_box .txt_inner_box_r p{font-size:16px; padding:20px; width:100%; line-height:1.5;}

	.front{background:url('../img/front_con_m.jpg') no-repeat center center / cover;}
}

.process_con01{padding: 50px 0;overflow:hidden;  padding-bottom:0px;}
.process_con01 ul{margin:0px 0 0;}
.process_con01 ul h3 {transform: rotate(-0.03deg); font-family: 'GmarketSans'; background:#333; padding:25px 30px; font-size:30px; font-weight:700; color:#fff;}
.process_con01 ul h3 i {font-size:15px; display:block; font-style:normal;}
.process_con01 li{margin-top: 0px;position:relative;}
.process_con01 li:after{content:'';display: block;clear:both;}
.process_con01 li > div{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.process_con01 .txt {padding:5px; margin-bottom:50px;}
.process_con01 .txt li {padding:20px;  display:inline-block; width: calc(100% /2 - 20px); vertical-align:top;}
.process_con01 .txt li img {width:100%;}
.process_con01 .txt li h4 {text-transform: uppercase; width:200px; padding:10px 0; font-weight:800; border:5px solid #d0b174; color:#d0b174; text-align:center; border-radius:50px;}
.process_con01 .txt li h4 span { font-size:18px; display:inline-block; padding-left:5px;}
.process_con01 .txt li dl { width:100%; display:inline-block; padding:5px 30px; border-radius:20px; }
.process_con01 .txt li dl dt {font-size: 25px;line-height: 1.3; color:#333; letter-spacing:-.5px; font-weight: 700;-ms-word-break: keep-all;word-break: keep-all; padding:10px 0;}
.process_con01 .txt li dl dd {color:#666; font-weight:400; font-size:20px;  letter-spacing:-.5px; line-height:1.5;}


@media all and (max-width:1000px){
	.process_con01{padding: 0px 0;}
	.process_con01 ul{margin: 0px 0 0;}
	.process_con01 .img{padding-top:20px;}
	.process_con01 .txt {margin-bottom:0px;}
	.process_con01 .txt li {display:block; width:100%;}
	.process_con01 .txt li h4 {float:none; width:65px; padding:20px 0; font-size:11px; border:3px solid #d0b174;}
	.process_con01 .txt li h4 span { font-size:20px;}
	.process_con01 .txt li dl { width:100%;}
	.process_con01 .txt li dl dt {margin-top: 0px;font-size:16px; min-height:auto;}
	.process_con01 .txt li dl dd { font-size:14px;}
}




.main_con04{margin-top:50px; padding-bottom:0px; }
.main_con04 .map{width:100%; height:550px; position:relative;}
.main_con04 .txt_box{position:absolute; right:50px; top:20px;  background:rgba(255,255,255,0.9); display:table; z-index:2; width:400px; box-sizing:border-box; text-align:left;}
.main_con04 .txt_box div{padding:30px;}
.main_con04 .txt_box p{font-size:20px; font-weight:700; letter-spacing:-1px; color:#07c9dc; position:relative; line-height:1; padding-top:10px;}
.main_con04 .txt_box span{display:block; font-size:18px; font-weight:500; letter-spacing:-1px; color:#424242; line-height:33px; padding:10px 0 30px;}

.main_con04 .txt_box ul{border-top:1px solid #ececec; border-bottom:1px solid #ececec; padding:30px 0;}
.main_con04 .txt_box ul h3 {font-size:20px; color:#07c9dc; font-weight:700; padding-bottom:20px;}
.main_con04 .txt_box ul li{padding:5px 0;  font-size:16px; font-weight:600; letter-spacing:-.2px; color:#3c3c3c;  position:relative;}
.main_con04 .txt_box ul li b{display:inline-block; vertical-align:top; width:130px; font-weight:600; position:relative; white-space: pre; letter-spacing:-1px;}
.main_con04 .txt_box ul li strong{font-weight:600; display:inline-block; }
.main_con04 .txt_box ul p {font-size:16px; font-weight:700; color:#424242; opacity:0.6;}
.main_con04 .txt_box ul p.tt {font-size:16px; font-weight:700; color:#424242; opacity:0.6; letter-spacing:4.5px; padding-bottom:10px;}
.main_con04 .txt_box dl {  }
.main_con04 .txt_box dl dt{display:block; font-style:inherit; padding-top:25px; font-size:20px; font-weight:700; letter-spacing:-0.025em; color:#07c9dc;}
.main_con04 .txt_box dl dd{display:block; font-style:inherit; padding-top:5px; letter-spacing:-1px; font-size:35px; font-weight:300;  color:#424242;}
.main_con04 .txt_box dl dd b {font-weight:800;}

@media all and (max-width:1000px){	
	.main_con04 .map{height:auto;}
	.main_con04 .txt_box{position:relative; right:auto; top:auto; height:auto; padding:40px 20px; width:100%; display:block; }
	.main_con04 .txt_box div{display:block; padding:20px;}

}
@media all and (max-width:640px){	
	.main_con04{padding-bottom:60px;}
	.main_con04 .main_tit{padding-bottom:70px;}
	.main_con04 .map .os_mac.root_daum_roughmap{height:300px;}
	.main_con04 .txt_box{padding:0px 20px; }
	.main_con04 .txt_box p{font-size:20px; line-height:1.5;}
	.main_con04 .txt_box p br {display:block;}
	.main_con04 .txt_box span{font-size:16px;}
	.main_con04 .txt_box ul h3 {font-size:20px; }
	.main_con04 .txt_box ul li{ font-size:15px;}
	.main_con04 .txt_box ul li b{width:100px; }
	.main_con04 .txt_box ul p {font-size:15px;}
	.main_con04 .txt_box ul p.tt {font-size:15px; letter-spacing:1.7px; }
	.main_con04 .txt_box dl dt{font-size:18px;}
	.main_con04 .txt_box dl dd{font-size:30px;}

	.root_daum_roughmap {height:300px; }
}



#main_contents { position:relative; margin-top:50px; margin-bottom:50px; z-index:1 }
.main_gallery { background:#fff; margin-top:0px; margin-bottom:10px }
.main_gallery h2 { text-align:center; line-height:1; font-size:2em; font-weight:700; text-transform:uppercase; letter-spacing:-1px; padding:45px 0 30px 0 }
.main_gallery .tab_menu { text-align:center }
.main_gallery .tab_con { margin-top:40px }
.main_gallery .lt_more { display:none }
.main_gallery .prd_slider > div { width:calc(100%/5) !important }
.main_gallery .tab_menu p { padding: 12px 25px; font-size: .9rem; border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0; display: inline-block}

.pic_lt { position:relative; margin:0; padding:0 10px }
.pic_lt #touchSlider { position:relative; overflow:hidden; min-height:302px !important }
.pic_lt li { padding:0; border:0px solid #e0e0e0; }
.pic_lt li:before { content:""; box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0); position:absolute; width:100%; height:100%; z-index:-1; transition:all .3s }
.pic_lt li:hover:before { box-shadow:0 5px 16px 0 rgba(0, 0, 0, 0.2) }
.pic_lt li .lt_img { position:relative; background:#ddd }
.pic_lt li .lt_img span { position:absolute; left:50%; top:50%; line-height:1; font-weight:500; color:#fff; background:none; transform:translate(-50%); text-transform:uppercase; font-size:1.2em }
.pic_lt .lat_title { display:none }
.pic_lt .ts-controls button { position:absolute; top:50%; margin-top:-29.5px; left:-80px; background:url(../img/slide_left_b.png); width:30px; height:59px; border:0; text-indent:-9000px; font-size:0 }
.pic_lt .ts-controls button.ts-next { left:auto; right:-80px; background:url(../img/slide_right_b.png) }
.pic_lt li .lt_name { font-size:1.43em; font-weight:700 ; border-top:1px solid #e0e0e0; padding:15px 18px; letter-spacing:-1px }
.pic_lt li .lt_name a { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block; width:100% }
.pic_lt li .lt_img { margin:0; }
.pic_lt .lt_info { display:none }

.main_bbs { width:40%; float:left }
.main_bbs > section { position:relative; margin:40px 0 0 0 }
.main_bbs > section:first-child { margin:0 }
.main_bbs h2 { font-size:2em; font-weight:700; letter-spacing:-1px; line-height:1; border-bottom:1px solid #898989; padding:0 0 15px }

.pic_li_lt { float:none; padding:0; width:100%; position:static }
.pic_li_lt .lat_title { display:none }
.pic_li_lt li { position:relative; border-bottom:1px solid #e0e0e0; padding:0 3px; margin:0 }
.pic_li_lt li:first-child .lt_img { display:none }
.pic_li_lt li .pic_li_tit { font-weight:400; font-size:1.3em; vertical-align:top; width:calc(100% - 60px); padding:30px 15px; }
.pic_li_lt li .pic_li_tit:before {content: ""; position:absolute; width:6px; height:6px; background:#c1c1c1; border-radius:10px; text-align:left; margin-left:-15px; margin-top:7px;}
.pic_li_lt li .pic_li_tit:hover { padding-left:15px; color:#166eb2 }
.pic_li_lt .lt_info .lt_nick { display:none }
.pic_li_lt .lt_info { display:inline-block }
.pic_li_lt .lt_info .lt_date { position:absolute; top:10px; right:3px; width:60px; text-align:right }
.pic_li_lt .lt_more { position:absolute; top:8px; right:0; text-indent:-9000px;  font-size:0; background:url(../img/btn_more_b.png) no-repeat center; width:20px; height:20px; display:block }
.pic_li_lt .lt_more:hover { transform:rotate(-90deg) }
.pic_li_lt .empty_li { line-height:100px }







.pc_only { display:block !important }


/* 그누보드 수정 */
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:1% }
#bo_list .td_name { width:150px; text-align:center }
#bo_list .td_datetime { width:120px }
.btn_bo_sch, .btn_more_opt { padding:0 10px; height:35px }
.tbl_head01 td, .tbl_head01 th { font-size:1.1em; padding:15px 10px !important; height:40px }
.bo_tit { font-weight:500 }
#bo_list .bo_tit .new_icon { background:#f39800; color:#fff; font-size:0.7em; font-weight:500; vertical-align:2px }
#bo_list .bo_tit .fa-lock { background:#54585d; color:#fff; width:16px; height:16px; font-size:14px; line-height:16px; border:0; vertical-align:1px }
.tbl_wrap table { border-top:2px solid #666 }
#bo_list .td_num2 { width:60px }
#bo_v_title .bo_v_tit { font-size:1.5em }
#bo_v_con { font-size:1.1em }
.bo_vc_w .btn_submit, .mbskin .btn_submit { font-weight:500 }
#bo_v .com_info { margin:10px 0 0 0 }
#bo_v .com_info dl:after { content:""; display:block; clear:both }
#bo_v .com_info dl {border-top:1px solid #e0e0e0 }
#bo_v .com_info dt, #bo_v .com_info dd { float:left; border-bottom:1px solid #e0e0e0; line-height:34px; height:36px; font-size:1.05em; padding-left:20px }
#bo_v .com_info dt { width:15%; font-weight:500; background:#f4f4f4; }
#bo_v .com_info dd { width:35%; font-weight:400 }
#bo_v .com_info dd.full { width:85% }
.btn_cke_sc { line-height:20px }
.btn_cke_sc_close { background:#fff; border:1px solid #ddd; border-radius:3px; padding:5px 15px 6px 15px }
#bo_list tbody tr:hover {border-left:0}
#bo_w .bo_w_tit #btn_autosave { top:3px; right:3px }
#bo_w .btn_cancel { color:#fff; font-weight:500 }
#fregister p { font-weight:500; background:#fff; color:#222; border:1px solid #ccc }
#fregister p:before { display:none }
.chk_li { padding-left:7px; display:inline-block; vertical-align:top; margin-top:-4px }
.chk_li + .tooltip_icon { vertical-align:top; margin-top:-8px}
.reg_btn_submit { color:#fff !important; font-weight:500 }
#sns_login .txt { font-weight:500 }
#bo_cate { font-size:0; margin-left:1px; text-align:center }
#bo_cate li { margin:0 0 0 -1px; padding:0 }
#bo_cate a { font-size:.95rem; border-radius:0; margin:0; min-width:150px; text-align:center; height:50px; line-height:46px; padding:0 20px; border:1px solid #e0e0e0; color:#aaa; font-weight:400 }
#bo_cate a:hover { background:#f4f4f4; color:#222 }
#bo_cate #bo_cate_on { background:#fff; color:#222; border-color:#222; position:relative; z-index:1; box-shadow:none; font-weight:500 }
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:0 }
#bo_v_act { margin:30px 0 50px 0 }
.btn_bo_user .btn_admin, .btn_cm_opt { padding:0 10px; color:inherit }
#bo_v_info .sv_member, #bo_v_info .sv_guest, #bo_v_info .member, #bo_v_info .guest ,#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest{ font-weight:500; font-size:1.1em; margin:0 0 5px; display:inline-block }
.bo_tit .cnt_cmt { font-size:10px !important; font-family:arial; background:none !important; color:#999 !important; font-weight:normal !important }
.all_chk.chk_box input[type="checkbox"] + label span { top:3px }
#bo_v_desc { font-size:1.1em }
.new_win .btn_submit, .new_win .btn_close { font-weight:500; font-size:1em }
.new_win .win_desc { border:1px solid #666; background:#fff; color:#222; font-weight:500; text-align:center }
.new_win .win_desc:after { display:none }
.gall_row .box_clear { clear:none }
#bo_v_act { margin:60px 0 !important }
#bo_v_share { text-align:center; padding:40px 0 }
#bo_v_sns { text-align:center; float:none; display:inline-block }
#bo_v_sns li { width:auto; float:none; display:inline-block; text-align:center }
#bo_v_sns li a { width:60px; height:60px; line-height:60px; border-radius:50%; padding:0; text-align:center; display:inline-block !important }
#bo_v_sns li img { margin:0 }
#bo_v_sns li span { display:none }
#bo_v_share .btn { width:60px; height:60px; line-height:1.2; border-radius:50%; font-size:12px; padding:0; text-align:center; display:inline-block }
#bo_v_share .btn i { display:block; font-size:1.5em; margin:10px 0 3px }
#faq_sch .btn_submit { font-weight:500 }
#faq_sch { margin-bottom:30px }
.cmt_btn span.total { font-weight:400; font-size:0.9em; color:#999 }
.cmt_btn span.total b { font-size:1.5em }
.more_opt li button, .more_opt li a { font-weight:500 }

.new_win #win_title { text-align:center; border-bottom:1px solid #ccc; padding:0 20px; line-height:46px; height:48px }
.new_win .new_win_con { margin-top:10px }

#ctt { margin:0; padding:0 }
#ctt_con { padding:0; margin:0; line-height:1.5; font-size:1.16em }
#faq_wrap li { font-size:1.1em }
#bo_v iframe { max-width: 100%; }

/* Sub page */
#ctt_con h2.title { font-size:1.5em; font-weight:700; line-height:1; padding:13px 0 30px; letter-spacing:-1px; position:relative }
#ctt_con h2.title:before { content:""; display:block; width:40px; height:3px; background:#222; position:absolute; left:0; top:0 }

#ctt_con.sub01_01 {min-height:490px; background:url(../img/com_bg.gif) no-repeat center top; }
#ctt_con.sub01_01 .sec01:after { clear:both; content:""; display:block; }
#ctt_con.sub01_01 .sec01 > div {text-align:center;}
#ctt_con.sub01_01 .sec01 h2 { font-size:1.3em; line-height:1.35; font-weight:300; letter-spacing:-1px; margin:0 0 30px }
#ctt_con.sub01_01 .sec01 h2 strong { font-weight:700 }
#ctt_con.sub01_01 .sec01 h3 { font-size:1.15em; margin:30px 0 5px 0; font-weight:700; letter-spacing:-1px }
#ctt_con.sub01_01 .sec01 p {font-size:1.2em; font-weight:400; margin:0 0 20px; color:#313131; letter-spacing:-1px; line-height:28px;}
#ctt_con.sub01_01 .sec01 .img01 { float:right; width:300px }
#ctt_con.sub01_01 .sec01 .img01 p { text-align:right; line-height:1; margin:18px 0 0 0 }
#ctt_con.sub01_01 .sec01 .img01 p strong { font-size:1.2em }
#ctt_con.sub01_01 table { border-top:2px solid #666 }
#ctt_con.sub01_01 th, #ctt_con.sub01_01 td { border-bottom:1px solid #e0e0e0; padding:12px; text-align:left }
#ctt_con.sub01_01 th { background:#f4f4f4; padding-left:20px; width:160px }

#ctt_con.sub01_02 .tab_menu { text-align:center; margin:0 0 50px }
#ctt_con.sub01_02 .tab_menu li { width:calc(100%/3) }
#ctt_con.sub01_02 .tab_menu a { font-size:21px; font-weight:700; border-left:0; border-right:0; font-family:arial; width:100% }
#ctt_con.sub01_02 .tab_menu a:hover { background:#fff; color:#222 }
#ctt_con.sub01_02 .sec01:after { clear:both; content:""; display:block }
.history_slogun { float:left; width:320px }
.history_slogun header { margin:0 0 20px; animation:down .7s forwards; opacity:0 }
.history_slogun h2 { font-size:1.5em; font-weight:700; letter-spacing:-1px; line-height:1; }
.history_slogun img { border-radius:0 30px; animation:up .7s .3s forwards; opacity:0 }
.history_slogun p { margin:15px 0 0 0; line-height:1.4 }
.history_list { float:right; width:calc(100% - 390px) }
.history_list > ul > li { margin:30px 0 0 0; animation:left .7s .6s forwards; opacity:0 }
.history_list > ul > li:first-child { margin:0 }
.history_list li li { margin:10px 0 0 0; line-height:1.3; background:url(../img/dot01.png) no-repeat 0 7px; padding-left:12px }
.history_list li li span { font-weight:500; vertical-align:0; margin-right:3px }
.history_list h3 { font-size:1.7em; font-weight:700; font-family:arial }

#ctt_con.sub01_03 .os_mac.root_daum_roughmap { font-family:noto sans kr !important }
#ctt_con.sub01_03 .root_daum_roughmap .cont .section { margin:0 !important }


/* 서브 상단 이미지 */
#sub_visual.sub10 { background-image:url(../img/sub01_top.png) }
#sub_visual.sub20 { background-image:url(../img/sub02_top.png) }
#sub_visual.sub30 { background-image:url(../img/sub03_top.png) }
#sub_visual.sub40 { background-image:url(../img/sub04_top.png) }
#sub_visual.sub50 { background-image:url(../img/sub05_top.png) }
#sub_visual.sub60 { background-image:url(../img/sub06_top.png) }
#sub_visual.sub70 { background-image:url(../img/sub07_top.png) }


#sub_visual {margin-top:85px; height:0; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 { text-align:center; font-size:0;letter-spacing:-1px; color:#fff; padding:80px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }
#sub_visual p { font-family: 'GmarketSansLight';text-align:center; font-size:0; letter-spacing:4px; color:#fff; padding:13px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }

#contents {}
#contents p { word-break:keep-all }

#left_area { float:none; width:100%; margin-bottom:30px;}
.left_snb {text-align:center; }
.left_snb h2 {background:#4cc4cd; color:#fff; font-size:1.7em; text-align:center; line-height:1;  text-transform:uppercase; font-weight:600; position:relative; padding:60px 0; border-bottom:0px solid #5ac9d1; }
.left_snb li {border:1px solid #ededed;  display:inline-block;text-align:center; }
.left_snb li a {color:#535353; display:block; padding:18px 20px; font-size:17px; font-weight:500; position:relative; letter-spacing:-1px}
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a {background:#ededed; color:#333;}
.left_snb li.on a {  color:#333;}

@media all and (max-width:1000px){
	#left_area { margin-top:-70px;}
	.left_snb li a {font-size:17px;padding:18px 10px;}
}

@media all and (max-width:600px){
	#left_area { margin-top:-40px;}
	.left_snb li a {font-size:14px;padding:10px 10px;}
}

.left_cs { margin-top:28px }
.left_cs h2 {letter-spacing:-1px; font-weight:700; font-size:1.8em; line-height:1; margin:0 0 15px; border-bottom:1px solid #666; padding-bottom:15px }
.left_cs .tel {font-family: 'GmarketSansBold'; font-weight:700; color:#2d3691; font-size:1.5em; padding-left:3px }
.left_cs .time { font-weight:500; padding-left:3px }
.left_cs .info { padding-left:3px; line-height:1; margin-top:7px }
.left_cs dl { margin-top:13px; padding-left:3px }
.left_cs dt, .left_cs dd { font-family: 'GmarketSansMedium'; color:#686868; display:inline-block; margin:2px 0 }
.left_cs dt { width:18px }
.left_cs dd { width:calc(100% - 23px); font-weight:400; color:#666 }
.left_cs .banner { margin-top:15px }
.left_cs .banner li { float:left; width:50%; margin-left:-1px }
.left_cs .banner li a { display:block; padding:20px 0; line-height:1.3; font-weight:400; font-size:1.1em; text-align:center; border:1px solid #e0e0e0;  }
.left_cs .banner li a i { display:block; font-size:1.36em; margin:0 0 8px }
.left_cs .banner li a:hover { background:#54585d; color:#fff; border-color:#54585d; position:relative; z-index:1 }

#right_area { float:none; width:100%; margin-top:50px; }
.container_title {text-align:center;  font-size:30px; line-height:1; letter-spacing:-1.5px; font-weight:500; padding-bottom:20px;}
.container_title:after {content: ""; display:block; margin:20px auto; width:40px; height:4px; background:#07c9dc; }

@media all and (max-width:600px){
	.container_title {font-size:23px; }
}

.gray_bg {background:#e8f6fb;}

.tab-menu {text-align:center; margin-bottom:50px; font-size:0; }
.tab-menu li {vertical-align:top;  position:relative; color:#797979;  text-align:center; display:inline-block;  margin-left:-1px; margin-top:-1px; width:230px; height:50px; line-height:50px; padding:0px 20px;  cursor:pointer;  z-index:0; border-top:2px solid #07c9dc; border:1px solid #666;  font-size:16px;  font-weight:500;  letter-spacing:-.5px; }
.tab-menu li span {float:left;}
.tab-menu li i {float:right; vertical-align:top;}

@media all and (max-width:600px){
	.tab-menu li {width: calc(100% /2 - 0px); font-size:15px; height:40px; line-height:40px;}
}

.pat20 {padding-top:20px;}

@media all and (max-width:600px){
	.pat20 {padding-top:0px;}
}

.pat50 {padding-top:50px;}


.equipment_con {padding:0px 0 50px; font-size:0;}
.equipment_con ul {margin-top:40px; font-size:0; letter-spacing:-4px; }
.equipment_con ul li {border:1px solid #ddd; background:rgba(255,255,255,0.8);  display:inline-block; vertical-align:top; width: calc(100% /3 - 12px); border-radius:20px; margin-right:12px; margin-bottom:12px; box-sizing:border-box; }
.equipment_con ul li img {max-width:100%; border-radius:20px; }
.equipment_con ul li .txt_box { padding:0 0 20px; text-align:center; box-sizing:border-box; }
.equipment_con ul li h3 {padding-top:15px; font-size:20px; font-weight:700; color:#333; letter-spacing:-0.025em; line-height:28px; word-break:keep-all; }
.equipment_con ul li h3 span {display:block; padding-top:15px; font-size:16px; font-weight:500; color:#666666; letter-spacing:-0.025em; line-height:28px; word-break:keep-all; }
.equipment_con ul li p {position:relative; padding-top:25px; font-size:16px; font-weight:500; color:#666; letter-spacing:-0.025em; }


@media all and (max-width:1000px){
	.equipment_con ul li {width: calc(100% /2 - 10px); margin-bottom:10px; margin-right:10px; }
	.equipment_con ul li img{width:100%;}
}
@media all and (max-width:640px){
	.equipment_con ul li img {width:100%; }
	.equipment_con ul li h3 {padding-top:5px; font-size:16px; }
	.equipment_con ul li .txt_box {min-height:auto; }
}


.main_doctor {background:url(../img/doctor_bg.jpg) center top no-repeat; padding:50px 0;}
.doctor_tit {margin-bottom:20px;}
.doctor_tit h4 {font-size:35px; text-align:center; letter-spacing:-.5px; line-height:1.3;}
.doctor_tit h4 b {font-weight:800; color:#07c9dc;}
.doctor_tit h4 span {font-weight:800; color:#e6b931;}

@media all and (max-width:1200px){
	.main_doctor {padding:30px 0;}
	.main_doctor img {width:100%;}
	.doctor_tit h4 {font-size:18px;  line-height:1.5; }
}

.main_implant {position:relative; padding:50px 0; overflow:hidden; font-size:0;}
.implant_tit {margin-bottom:50px;}
.implant_tit i {display:block; font-size:20px; font-style:normal; color:#ebe9ed; text-align:center; letter-spacing:2px; text-transform: uppercase; line-height:1.3; padding-bottom:5px;}
.implant_tit h4 {font-size:40px; text-align:center; letter-spacing:-1px; line-height:1.3; font-weight:600;}
.implant_tit h4 span {color:#07c9dc;font-weight:800; }

@media all and (max-width:640px){
	.implant_tit i { font-size:15px;}
	.implant_tit h4 {font-size:22px; }
}

.m_implant_con01 {position:relative; vertical-align:top;}
.m_implant_con01 ul {padding-top:150px; position:absolute; left:35%; transform:translateX(-50%); color:#fff;}
.m_implant_con01 h3 {font-size:25px; font-weight:800; color:#07c9dc;  border:4px solid #07c9dc; display:inline-block; padding:5px 20px;}
.m_implant_con01 h4 {font-size:40px; font-family: 'SCoreDream'; font-weight:700; line-height:1; letter-spacing:-2px; padding:10px 0 10px;}
.m_implant_con01 h4 span {font-size:70px; color:#f6ca64; }
.m_implant_con01 p {font-size:15px; }

@media all and (max-width:1400px){
	.m_implant_con01 img {width:100%;}
}

@media all and (max-width:1100px){
	.m_implant_con01 ul {padding-top:80px; left:30%;}
	.m_implant_con01 h4 {font-size:30px;}
}

@media all and (max-width:800px){
	.m_implant_con01 img {width:100%;}
	.m_implant_con01 ul {padding-top:130px; left:30%;}
	.m_implant_con01 h3 {font-size:25px;}
	.m_implant_con01 h4 {font-size:35px;}
}



@media all and (max-width:500px){
	.m_implant_con01 ul {padding-top:60px; left:32%;}
	.m_implant_con01 h3 {font-size:17px;}
	.m_implant_con01 h4 {font-size:25px;}
	.m_implant_con01 h4 span {font-size:40px; }
}

.m_implant_con02 {position:relative; float:left; vertical-align:top; margin:0 20px;}
.m_implant_con02 ul {padding-top:70px; position:absolute; left:40%; transform:translateX(-50%); color:#fff;}
.m_implant_con02 h3 {font-size:20px; font-weight:600; color:#fff; padding-bottom:5px;}
.m_implant_con02 h3 b {color:#f1ce82;font-weight:800}
.m_implant_con02 h4 {font-size:30px; font-weight:800; color:#fff;}

@media all and (max-width:1400px){
	.m_implant_con02 img {width:100%;}
	.m_implant_con02 {position:relative; width: calc(100% /2 - 20px); margin:0px 0px 0 20px;}
	.m_implant_con02 h3 {font-size:20px;}
	.m_implant_con02 h4 {font-size:25px;}
}

@media all and (max-width:1000px){
	.m_implant_con02 {}
	.m_implant_con02 ul {width:100%; padding-top:30px; position:absolute; left:50%; margin-left:20px;}
	.m_implant_con02 img {width:100%;}
	.m_implant_con02 h3 {font-size:17px;}
	.m_implant_con02 h4 {font-size:20px;}
}

@media all and (max-width:800px){
	.m_implant_con02 {width: calc(100% /2 - 10px); margin:20px 10px 0 0px;}
	.m_implant_con02 ul {width:100%; padding-top:30px; position:absolute; left:50%; margin-left:20px;}
	.m_implant_con02 img {width:100%;}
	.m_implant_con02 h3 {font-size:20px;}
	.m_implant_con02 h4 {font-size:25px;}
}

@media all and (max-width:500px){
	.m_implant_con02 {width: calc(100% /2 - 10px); margin:20px 10px 0 0px;}
	.m_implant_con02 ul {width:100%; padding-top:30px; position:absolute; left:50%; margin-left:20px;}
	.m_implant_con02 img {width:100%;}
	.m_implant_con02 h3 {font-size:17px;}
	.m_implant_con02 h4 {font-size:20px;}
}

.m_implant_con03 {position:relative; display:inline-block; vertical-align:top;}
.m_implant_con03 ul {width:100%; padding-top:70px; position:absolute; left:50%; margin-left:50px; transform:translateX(-50%); color:#fff;}
.m_implant_con03 h3 {font-size:20px; font-weight:600; color:#fff; padding-bottom:5px;}
.m_implant_con03 h3 b {color:#f1ce82;font-weight:800}
.m_implant_con03 h4 { font-size:30px; font-weight:800; color:#fff;}

@media all and (max-width:1400px){
	.m_implant_con03 img {width:100%;}
	.m_implant_con03 {position:relative; width: calc(100% /2 - 20px); margin-left:20px;}
	.m_implant_con03 h3 {font-size:20px;}
	.m_implant_con03 h4 {font-size:25px;}
}

@media all and (max-width:1000px){
	.m_implant_con03 ul {width:100%; padding-top:30px; position:absolute; left:50%; margin-left:20px;}
	.m_implant_con03 img {width:100%;}
	.m_implant_con03 h3 {font-size:17px;}
	.m_implant_con03 h4 {font-size:20px;}
}

@media all and (max-width:800px){
	.m_implant_con03 {position:relative; width: calc(100% /2 - 10px); margin-top:20px; margin-left:10px;}
	.m_implant_con03 ul {width:100%; padding-top:30px; position:absolute; left:50%; margin-left:20px;}
	.m_implant_con03 img {width:100%;}
	.m_implant_con03 h3 {font-size:20px;}
	.m_implant_con03 h4 {font-size:25px;}
}

@media all and (max-width:500px){
	.m_implant_con03 {position:relative; width: calc(100% /2 - 10px); margin-top:20px; margin-left:10px;}
	.m_implant_con03 ul {width:100%; padding-top:30px; position:absolute; left:50%; margin-left:20px;}
	.m_implant_con03 img {width:100%;}
	.m_implant_con03 h3 {font-size:17px;}
	.m_implant_con03 h4 {font-size:20px;}
}

.m_implant_con04 {position:relative;vertical-align:top; margin-top:20px;}
.m_implant_con04 ul {width:100%; padding-top:110px; position:absolute; left:50%; margin-left:50px; transform:translateX(-50%); color:#fff;}
.m_implant_con04 h3 {font-size:30px; font-weight:800; color:#fff; padding-bottom:10px;}
.m_implant_con04 h4 { font-size:22px; font-weight:600; color:#fff; line-height:1.3;}
.m_implant_con04 h4 b {color:#e6bb6a; font-weight:800;}
.m_implant_con04 h4 span {color:#f6ca64; font-weight:800;}

@media all and (max-width:1400px){
	.m_implant_con04 img {width:100%;}
	.m_implant_con04 ul {margin-left:20px; }
	.m_implant_con04 h3 {font-size:25px;}
	.m_implant_con04 h4 { font-size:20px;}
}

@media all and (max-width:1000px){
	.m_implant_con04 { margin-left:0px;}
	.m_implant_con04 ul {padding-top:50px; margin-left:20px;}
	.m_implant_con04 img {width:100%;}
	.m_implant_con04 h3 {font-size:20px;}
	.m_implant_con04 h4 { font-size:17px;}
}

@media all and (max-width:800px){
	.m_implant_con04 { margin-left:0px;}
	.m_implant_con04 ul {padding-top:80px; margin-left:40px;}
	.m_implant_con04 img {width:100%;}
	.m_implant_con04 h3 {font-size:25px;}
	.m_implant_con04 h4 { font-size:20px;}
}

@media all and (max-width:500px){
	.m_implant_con04 { margin-left:0px;}
	.m_implant_con04 ul {padding-top:40px; margin-left:20px;}
	.m_implant_con04 img {width:100%;}
	.m_implant_con04 h3 {font-size:18px;}
	.m_implant_con04 h4 { font-size:16px;}
}

.m_implant_con05 {position:relative; vertical-align:top;  margin-top:20px; margin-left:20px;}
.m_implant_con05 ul {width:100%; padding-top:140px; position:absolute; left:50%; margin-left:80px; transform:translateX(-50%); color:#fff;}
.m_implant_con05 h3 {font-size:25px; font-weight:600; color:#fff; padding-bottom:10px;}
.m_implant_con05 h3 b {font-weight:800; color:#e6bb6a;}
.m_implant_con05 h4 { font-size:30px; font-weight:800; color:#07c9dc; border:4px solid #07c9dc; display:inline-block; padding:5px 20px;}

@media all and (max-width:1200px){
	.m_implant_con05 img {width:100%;}
	.m_implant_con05 ul {padding-top:80px; }
}

@media all and (max-width:1000px){
	.m_implant_con05 ul {padding-top:70px; }
	.m_implant_con05 img {width:100%;}
	.m_implant_con05 h3 {font-size:17px;}
	.m_implant_con05 h4 { font-size:20px;}
}

@media all and (max-width:800px){
	.m_implant_con05 { margin-left:0px;}
	.m_implant_con05 ul {padding-top:120px; }
	.m_implant_con05 img {width:100%;}
	.m_implant_con05 h3 {font-size:25px;}
	.m_implant_con05 h4 { font-size:30px;}
}

@media all and (max-width:500px){
	.m_implant_con05 { margin-left:0px;}
	.m_implant_con05 ul {padding-top:60px; }
	.m_implant_con05 img {width:100%;}
	.m_implant_con05 h3 {font-size:18px;}
	.m_implant_con05 h4 { font-size:22px;}
}

.main_left {float:left;}
.main_right {float:right;}

@media all and (max-width:1400px){
	.main_left {width:50%;}
	.main_right {width:50%;}
}

@media all and (max-width:800px){
	.main_left {float:none; width:100%;}
	.main_right {float:none; width:100%;}
}

.main_wisdom {position:relative; padding:50px 0; overflow:hidden; font-size:0;}

.m_wisdom_con01 {position:relative; float:left; vertical-align:top;}
.m_wisdom_con01 ul {padding-top:170px; position:absolute; left:35%; transform:translateX(-50%); color:#fff;}
.m_wisdom_con01 h3 {font-size:30px; font-weight:600; color:#001b37;}
.m_wisdom_con01 h3 span {color:#07c9dc; font-weight:800;}
.m_wisdom_con01 h3 b {font-weight:800; color:#e6bb6a;}

@media all and (max-width:1400px){
	.m_wisdom_con01 img {width:100%;}
	.m_wisdom_con01 {position:relative; width: calc(100% /2 - 10px); }
	.m_wisdom_con01 ul {padding-top:130px; left:30%;}
}

@media all and (max-width:1200px){
	.m_wisdom_con01 ul {padding-top:80px; left:30%;}
	.m_wisdom_con01 h3 {font-size:20px;}
}

@media all and (max-width:800px){
	.m_wisdom_con01 {margin-bottom:20px; width:100%; float:none;}
	.m_wisdom_con01 ul {padding-top:100px; left:20%;}
	.m_wisdom_con01 h3 {font-size:30px;}
}

@media all and (max-width:500px){
	.m_wisdom_con01 {width:100%;}
	.m_wisdom_con01 ul {width:100%; padding-top:50px; left:50%; margin-left:30px; }
	.m_wisdom_con01 h3 {font-size:20px;}
}


.m_wisdom_con02 {position:relative; float:right; vertical-align:top; margin-left:20px;}
.m_wisdom_con02 ul {padding-top:150px; position:absolute; left:30%; transform:translateX(-50%); color:#fff;}
.m_wisdom_con02 h3 {font-size:25px; font-weight:800; color:#07c9dc; border:4px solid #07c9dc; display:inline-block; padding:5px 20px;}
.m_wisdom_con02 h4 {font-size:40px; font-family: 'SCoreDream'; font-weight:700; line-height:1; letter-spacing:-1px; padding:20px 0 10px;}
.m_wisdom_con02 h4 span {font-size:70px; color:#f6ca64; }
.m_wisdom_con02 p {font-size:15px; }

@media all and (max-width:1400px){
	.m_wisdom_con02 img {width:100%;}
	.m_wisdom_con02 {position:relative; width: calc(100% /2 - 10px); }
	.m_wisdom_con02 ul {padding-top:100px; left:30%;}
}

@media all and (max-width:1100px){
	.m_wisdom_con02 ul {padding-top:60px; left:30%;}
	.m_wisdom_con02 h3 {font-size:20px;}
	.m_wisdom_con02 h4 {font-size:30px;}
}

@media all and (max-width:800px){
	.m_wisdom_con02 {position:relative; float:none; vertical-align:top; width:100%; margin-left:0px;}
	.m_wisdom_con02 img {width:100%;}
	.m_wisdom_con02 ul {padding-top:130px; left:25%;}
	.m_wisdom_con02 h3 {font-size:25px;}
	.m_wisdom_con02 h4 {font-size:35px;}
}

@media all and (max-width:500px){
	.m_wisdom_con02 {width:100%;}
	.m_wisdom_con02 ul {padding-top:30px; left:32%;}
	.m_wisdom_con02 h3 {font-size:17px;}
	.m_wisdom_con02 h4 {font-size:25px;}
	.m_wisdom_con02 h4 span {font-size:40px;}
}


.m_wisdom_con03 {position:relative; float:left; vertical-align:top; margin-top:20px; margin-right:20px;}
.m_wisdom_con03 ul {padding-top:100px; position:absolute; left:30%; transform:translateX(-50%); color:#fff;}
.m_wisdom_con03 h3 {font-size:25px; font-weight:600; color:#fff;}
.m_wisdom_con03 h3 b {font-size:30px; font-weight:800; color:#f6ca64;}

@media all and (max-width:1400px){
	.m_wisdom_con03 img {width:100%;}
	.m_wisdom_con03 {position:relative; width: calc(100% /2 - 10px); }
}

@media all and (max-width:1200px){
	.m_wisdom_con03 ul {padding-top:80px; left:30%;}
	.m_wisdom_con03 h3 {font-size:17px;}
	.m_wisdom_con03 h3 b {font-size:20px;}
}

@media all and (max-width:800px){
	.m_wisdom_con03 {width:100%;  float:none; margin-right:0px;}
	.m_wisdom_con03 img {width:100%;}
	.m_wisdom_con03 ul {padding-top:100px; left:25%;}
	.m_wisdom_con03 h3 {font-size:25px;}
	.m_wisdom_con03 h3 b {font-size:30px;}
}

@media all and (max-width:500px){
	.m_wisdom_con03 {width:100%;}
	.m_wisdom_con03 ul {padding-top:50px; left:30%;}
	.m_wisdom_con03 h3 {font-size:17px;}
	.m_wisdom_con03 h3 b {font-size:20px;}
}

.m_wisdom_con04 {position:relative; float:left; vertical-align:top; margin-top:20px;}
.m_wisdom_con04 ul {padding-top:90px; position:absolute; left:25%; transform:translateX(-50%); color:#fff;}
.m_wisdom_con04 h3 {font-size:25px; font-weight:600; color:#fff;}
.m_wisdom_con04 h3 b {font-size:30px; font-weight:800; color:#f6ca64;}

@media all and (max-width:1400px){
	.m_wisdom_con04 img {width:100%;}
	.m_wisdom_con04 {position:relative; width: calc(100% /2 - 10px); }
}

@media all and (max-width:1100px){
	.m_wisdom_con04 ul {padding-top:80px; left:30%;}
	.m_wisdom_con04 h3 {font-size:17px;}
	.m_wisdom_con04 h3 b {font-size:20px;}
}

@media all and (max-width:800px){
	.m_wisdom_con04 {width:100%; position:relative; float:none; vertical-align:top; }
	.m_wisdom_con04 img {width:100%;}
	.m_wisdom_con04 ul {padding-top:130px; left:28%;}
	.m_wisdom_con04 h3 {font-size:25px;}
	.m_wisdom_con04 h3 b {font-size:30px;}
}

@media all and (max-width:500px){
	.m_wisdom_con04 {width:100%;}
	.m_wisdom_con04 ul {padding-top:40px; left:30%;}
	.m_wisdom_con04 h3 {font-size:17px;}
	.m_wisdom_con04 h3 b {font-size:20px;}
}




.map_con{margin-top:0px; padding-bottom:0px; }
.map_con .map{width:100%; height:600px; position:relative;}
.map_con .txt_box{position:absolute; right:50px; top:40px; border-radius:20px; background:rgba(255,255,255,0.9); display:table; z-index:2; width:560px; box-sizing:border-box; text-align:left; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.map_con .txt_box div{padding:40px;}
.map_con .txt_box h4 {float:left; width:70px; height:70px; line-height:70px; text-align:center; background:#07c9dc; border-radius:10px; color:#fff; font-size:25px; font-weight:800; margin-right:20px;}
.map_con .txt_box p{display:inline-block; font-size:25px; font-weight:700; letter-spacing:-1px; color:#000; position:relative; line-height:1.2; padding-top:5px; width:350px;}
.map_con .txt_box i {display:inline-block; background:#07c9dc; color:#fff; font-size:20px; font-style:normal; padding:10px 20px; margin-top:10px; border-radius:20px;}
.map_con .txt_box span{display:block; font-size:20px; font-weight:700; letter-spacing:-1px; color:#616161; line-height:33px; padding:10px 0 30px;}
.map_con .txt_box ul{padding:30px 0 0;}
.map_con .txt_box ul h3 {font-size:25px; color:#313131; font-weight:700; padding-bottom:20px;}
.map_con .txt_box ul li{padding:5px 0;  font-size:20px; font-weight:600; letter-spacing:-.2px; color:#3c3c3c;  position:relative;}
.map_con .txt_box ul li b{display:inline-block; vertical-align:top; width:130px; font-weight:600; position:relative; white-space: pre; letter-spacing:-1px;}
.map_con .txt_box ul li strong{font-weight:600; display:inline-block; }
.map_con .txt_box ul p {font-size:17px; font-weight:700; color:#3c3c3c; opacity:0.6;}
.map_con .txt_box dl {background:#07c9dc; padding:0px 50px 20px; }
.map_con .txt_box dl dt{display:block; font-style:inherit; padding-top:25px; font-size:20px; font-weight:700; letter-spacing:-0.025em; color:#fff;}
.map_con .txt_box dl dd{display:block; font-style:inherit; padding-top:0px; font-size:40px; font-weight:700; letter-spacing:-0.025em; color:#fff;}

.root_daum_roughmap {height:600px; width:100% !important; border:0 !important; padding:0 !important }
.root_daum_roughmap .wrap_map { width:100%; height:600px !important }

@media all and (max-width:1000px){	
	.map_con{padding-bottom:100px;}
	.map_con .map{height:auto;}
	.map_con .txt_box{position:relative; right:auto; top:auto; height:auto; padding:40px 20px; width:100%; display:block; }
	.map_con .txt_box div{display:block; padding:20px;}

}
@media all and (max-width:800px){	
	.map_con{padding-bottom:60px;}
	.map_con .main_tit{padding-bottom:70px;}
	.root_daum_roughmap{height:300px;}
	.root_daum_roughmap .wrap_map { width:100%; height:300px !important }
	.map_con .txt_box{padding:0px 20px; }
	.map_con .txt_box p{font-size:20px; line-height:1.5;}
	.map_con .txt_box span{font-size:16px;}
	.map_con .txt_box ul h3 {font-size:20px; }
	.map_con .txt_box i {font-size:16px; padding:5px 20px; margin-top:10px; border-radius:20px;}
	.map_con .txt_box ul li{ font-size:15px;}
	.map_con .txt_box ul li b{width:100px; }
	.map_con .txt_box ul p {font-size:15px;}
	.map_con .txt_box dl {padding:0px 20px 20px; }
	.map_con .txt_box dl dt{font-size:18px;}
	.map_con .txt_box dl dd{font-size:30px;}
}



.quick { position:fixed; right:0px; bottom:200px;z-index:1000; text-align:center; width:100px; z-index:1000000000000 !important; margin-bottom:20px;  padding-top:20px;}
.quick ul li {text-align:center; width:80px; height:80px; border-radius:100px; padding-top:10px; margin-bottom:5px;}
.quick ul li:nth-child(1) {background:#03cf5d;}
.quick ul li:nth-child(2) {background:#03cf5d;}
.quick ul li:nth-child(3) {background:#272727;}
.quick ul li:nth-child(4) {background:#07c9dc;}
.quick ul li span {padding-top:5px; display:block; color:#fff; font-size:13px; font-weight:500;}

.quick ul.top_bt {background:none;}
.quick ul.top_bt li {background:#ddd; text-align:center; font-size:14px; font-weight:500; padding-top:20px;}
.quick ul.top_bt li a {color:#fff;}

@media all and (max-width:1200px){
	.quick {width:100%; bottom:5px; background:none; -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.0); -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.0); box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.0);}
	.quick ul li {width: calc(100% /4 - 5px); display:inline-block; width:60px; height:60px;}
	.quick ul li:last-child {border-right:0px solid #000; }
	.quick ul li span {font-size:11px;}
	.quick ul li img {width:20px;}
}

.sub_title {margin-bottom:10px; }
.sub_title h3 {float:left; font-weight:800; font-size:20px; padding:5px 20px; border-radius:25px; background:#07c9dc; color:#fff;}
.sub_title p {display:inline-block; font-size:30px; font-weight:800; padding-left:10px; letter-spacing:-.5px; }

@media all and (max-width:1200px){
	.sub_title {padding:0 10px; margin-bottom:0px;}
	.sub_title p { font-size:25px; padding-top:1px;}
}

.mar50 {margin:50px 0;}
.mart50 {margin-top:50px;}

.incision_con04 {padding:60px 0 50px; background:#f8f8f8;}
.incision_con04 .sub_tit {text-align:center; margin-bottom:50px;}
.incision_con04 .sub_tit h4 {font-size:35px; text-align:center; letter-spacing:-.5px; line-height:1.3;}
.incision_con04 .sub_tit h4 b {font-weight:800; color:#07c9dc;}
.incision_con04 .sub_tit h4 span {font-weight:800; color:#e6b931;}

.incision_con04 .inner > p {margin:30px 0 60px; text-align:center; display:block;font-size:20px; font-weight:300; color:#666666; letter-spacing:-0.025em; line-height:28px; word-break:keep-all;  }
.incision_con04 ul {text-align:center; max-width:1040px; width:100%; margin:40px auto 0; font-size:0; letter-spacing:-4px; }
.incision_con04 ul li {display:inline-block; vertical-align:top; width: calc(100% /5 - 36px); margin-right:36px; margin-bottom:36px; text-align:center; }
.incision_con04 ul li:nth-of-type(5n) {margin-right:0; }
.incision_con04 ul li img {max-width:100%; border-radius:100px;}
.incision_con04 ul li h3 {margin-top:20px; font-weight:800; color:#07c9dc; font-size:15px; letter-spacing:0;}
.incision_con04 ul li p {position:relative; padding-top:10px; font-size:20px; font-weight:500; color:#666666; letter-spacing:-.5px; line-height:1.5; text-align:center; }

@media all and (max-width:1000px){
	.incision_con04 ul li {width:calc(50% - 10px); margin-right:20px; margin-bottom:30px; }
	.incision_con04 ul li:nth-of-type(2n) {margin-right:0; }
}
@media all and (max-width:640px){
	.incision_con04 .sub_tit h4 {font-size:25px; }
	.incision_con04 ul li:nth-of-type(2n) {margin-right:0; }
	.incision_con04 ul li img {max-width:150px; }
	.incision_con04 ul li p { font-size:18px;}
}


#counter1, #counter2, #counter3 { font-family: arial; font-size: 40px; font-weight: bold; }


.counter-value { 
   font-size: 60px; /* 글꼴 크기 */
   text-align:center;
   padding:16px 0;
 }
.counter-value:after {
   content: attr(data-desc);
   display:block;
   text-transform:uppercase;
   font-size: 18px;  /* 글꼴 크기 */
  }