@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 }
img { max-width:100% }

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:1200px; margin:0 auto; position:relative }


#header {width:100%; z-index:100; color:#fff; background:url(../img/top_line.png) center top; transition:all .3s }
#header a {  }
#header h1 {text-align:center; margin:0 auto; padding:60px 0;}
#header .gnb { text-align:center; padding-top:0px;}
#header .gnb .depth1 { text-align:center;display:inline-block; height:65px;vertical-align:top; padding:0px 25px;  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 .top_call { float:left; margin:-150px 0 0 70px;}
#header .top_call li {color:#3e61b9; display:block; }
#header .top_call li dl {display:inline-block; vertical-align:top; padding-right:10px;}
#header .top_call li dl:first-child {padding-top:0px;}
#header .top_call li dl dt {font-size:25px; font-weight:800; padding-top:5px; }
#header .top_call li dl dd {font-size:30px; font-weight:800; }

#header .btn_user { float:right; margin:-170px 70px 0 0; display:block; font-size:12px; color:#878787;} 
#header .btn_user li {display:block; margin-bottom:10px;}

#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:#3e61b9; 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:#3e61b9 }
#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;}
}

@media all and (max-width:1200px){
	#header .gnb .depth1 { padding:0px 15px;}
	#header .gnb .depth1 > a {color:#1f1f1f; display:inline-block; height:65px; line-height:65px; font-size:15px; font-weight:500; letter-spacing:-1px;}
}

#footer { padding:60px 0; margin:0px 0 0 0; background:#454545; }
#footer h1 { float:left; margin-right:40px; }
#footer h1 img {width:282px;}
#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; font-weight:400; font-size:18px; letter-spacing:-.5px; color:#a6a6a6; line-height:1.6;}
#footer dd { margin:0 20px 0 5px }
#footer .copyright { margin:10px 0 0 0; font-size:15px; font-weight:400;  color:#a6a6a6; }
#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:0px; height:calc(900px); text-align:center; color:#fff; position:relative; background:#000; 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:right;}
#main_visual .roll_txt3 {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 .roll04 { background-image:url(../img/visual04.jpg) }

#main_visual h2 { font-weight:600; line-height:1.2; margin:45vh 0 0 0; font-size:55px;  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 {text-transform: uppercase; letter-spacing:-1px; font-size:28px; line-height:1.4; margin:10px 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 }

@media all and (max-width:2000px){
	#main_visual h2 { margin:40vh 0 0 0; }
}

.section_s {padding-top:60px; margin-top:-60px;}

@media all and (max-width:1000px){
	.section_s {padding-top:160px; margin-top:-160px;}
}

@media all and (max-width:600px){
	.section_s {padding-top:80px; margin-top:-80px;}
}


.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:3px solid #00a2e0;}
.gnb_m ul li {display:inline-block; width: calc(100% /6 - 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%;}
}

.w1500 {width:1500px; margin:0 auto;}
.inner {width:1500px; margin:0 auto;}

@media screen and (max-width:1500px) {
     .w1500 {width:100%;}
	 .inner {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%;}
}


.sub_tit {text-align:center;}
.sub_tit h3 {font-size:60px; font-weight:600; letter-spacing:-1px; color:#363636; line-height:1.5;}
.sub_tit h3 span {color:#3e61b9;}
.sub_tit h3 i {font-style:normal;}
.sub_tit h3 i.dot:before {content: ""; position:absolute; width:8px; height:8px; background:#00a3e0; text-align:left; margin-left:20px; border-radius:5px; margin-top:-6px;}
.sub_tit p {font-size:25px; font-weight:300; letter-spacing:-1px; color:#2d2d2d; line-height:1.5;}
.sub_tit p.txt {font-size:22px; font-weight:500; letter-spacing:-1px; color:#2d2d2d; line-height:1.5;}

.sub_tit_w {text-align:center;}
.sub_tit_w h3 {font-size:60px; font-weight:600; letter-spacing:-1px; color:#fff; line-height:1.5;}
.sub_tit_w h3 span {color:#94b2ff;}
.sub_tit_w h3 i {font-style:normal;}
.sub_tit_w h3 i.dot:before {content: ""; position:absolute; width:8px; height:8px; background:#00deff; text-align:left; margin-left:20px; border-radius:5px; margin-top:-6px;}

.sub_tit_w h4 {font-size:60px; font-weight:600; letter-spacing:-1px; color:#fff; line-height:1.5;}
.sub_tit_w h4:before {content: ""; display:block; margin:0px auto 30px; width:2px; height:50px; background:#00a3e0; }
.sub_tit_w h4 span {color:#00a3e0;}
.sub_tit_w h4 i {font-style:normal;}
.sub_tit_w h4 i.dot:before {content: ""; position:absolute; width:8px; height:8px; background:#00a3e0; text-align:left; margin-left:20px; border-radius:5px; margin-top:-6px;}


@media screen and (max-width:1150px) {
     .sub_tit h3 {font-size:40px; }
	 .sub_tit h3 i.dot:before {content: ""; position:absolute; width:5px; height:5px; background:#00a3e0; text-align:left; margin-left:10px; border-radius:5px; margin-top:0px;}

	 .sub_tit_w h3 {font-size:40px; }
	 .sub_tit_w h3 i.dot:before {content: ""; position:absolute; width:5px; height:5px; background:#00deff; text-align:left; margin-left:10px; border-radius:5px; margin-top:0px;}
	 .sub_tit_w h4 {font-size:40px; }
	 .sub_tit_w h4 i.dot:before {content: ""; position:absolute; width:5px; height:5px; background:#00a3e0; text-align:left; margin-left:10px; border-radius:5px; margin-top:0px;}

	 .sub_tit p {font-size:18px; padding-top:20px;}
}

@media screen and (max-width:850px) {
     .sub_tit h3 {font-size:30px; }
	 .sub_tit h3 i.dot:before {content: ""; position:absolute; width:5px; height:5px; background:#00a3e0; text-align:left; margin-left:10px; border-radius:5px; margin-top:0px;}

	 .sub_tit_w h3 {font-size:30px; }
	 .sub_tit_w h3 i.dot:before {content: ""; position:absolute; width:5px; height:5px; background:#00deff; text-align:left; margin-left:10px; border-radius:5px; margin-top:0px;}
	 .sub_tit_w h4 {font-size:30px; }
	 .sub_tit_w h4 i.dot:before {content: ""; position:absolute; width:5px; height:5px; background:#00a3e0; text-align:left; margin-left:10px; border-radius:5px; margin-top:0px;}

	 .sub_tit p {font-size:18px; padding-top:20px;}
	 .sub_tit p.txt {font-size:18px; padding-bottom:50px;}
}

.doctor_con{padding-top:50px;overflow:hidden; background:#e1e0ee; }
.doctor_con ul{margin:40px 0 0;}
.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: 550px; text-align:right;}
.doctor_con li .txt{float:right; width:600px; padding-top:0px;}
.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: #252525; 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:35px;}
.doctor_con li dl dd{margin-top: 3px;font-size: 20px;line-height: 1.5;color: #252525; letter-spacing:-.5px; font-weight: 500;-ms-word-break: keep-all;word-break: keep-all; margin-left:10px;}
.doctor_con li dl dd:before {content: ""; position:absolute; width:4px; height:4px; background:#57595c; text-align:left; margin-left:-10px; border-radius:5px; margin-top:15px;}
.doctor_con li dl dd.bottom {margin-bottom:30px;}

@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%;}
	.doctor_con li .img:after{display: none;}
	.doctor_con li .txt{margin:0 auto; width:95%;}
	.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-bottom: 0px; background:#dfe6ee url(../img/doctor_bg.jpg) center top no-repeat; }
	.doctor_con ul{margin: 50px 0 0;  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;}
}

.sub_content {background:#e8e7ef; padding-top:70px; padding-bottom:70px; }
.sub_content1_2 {background:#f3f6f9; padding-bottom:70px; }
.sub_content1_2 .sub_tit {padding-bottom:50px;}

@media all and (max-width:1000px){
	.sub_content {padding-bottom:20px; }
	.sub_content1_2 {padding-bottom:50px; }
}

.implant_con01 {padding:30px 0 0; }
.implant_con01 ul {margin-top:0px; font-size:0; letter-spacing:-4px; text-align:center;}
.implant_con01 ul li {display:inline-block; vertical-align:top; margin-right:20px; padding:20px 0; box-sizing:border-box; letter-spacing:-0.025em; border-radius:50px;}
.implant_con01 ul li h4 { text-align:left; padding-top:70px; font-size:40px; font-weight:800; color:#3e61b9; } 
.implant_con01 ul li h4:before {content: ""; position:absolute; width:60px; height:60px;  text-align:left; margin-left:-10px; border-radius:60px; margin-top:-30px; z-index: -1;}
.implant_con01 ul li p {text-align:left; padding-top:40px; font-size:28px; font-weight:500; color:#2d2d2d; line-height:1.5; letter-spacing:-.5px; word-break:keep-all; box-sizing:border-box; padding-bottom:100px;}
.implant_con01 ul li p span {font-weight:800;}

.implant_con01 ul li dl { text-align:center; width:550px; }
.implant_con01 ul li dl dd {position:relative; margin-bottom:50px; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  border-radius:50px;}
.implant_con01 ul li dl dd i {position:absolute; background:#3e61b9; font-size:45px; font-family: 'InkLipquid'; color:#fff; width:83px; height:83px; line-height:83px; text-align:center; top:-40px; left:50%; transform:translateX(-50%);}
.implant_con01 ul li dl dd h5 { font-size:30px; font-weight:700; color:#3e61b9; padding-top:60px;}
.implant_con01 ul li dl dd h6 { font-size:22px; text-align:center;  font-weight:300; color:#2d2d2d; line-height:1.3; padding-top:10px; padding-bottom:20px;}

@media all and (max-width:640px){
	.implant_con01 {padding:30px 0 0; text-align:center;}
	.implant_con01 ul li {padding:0 20px;}
	.implant_con01 ul li h4 {padding-top:20px; font-size:25px;}
	.implant_con01 ul li p {text-align:left;padding-top:20px; font-size:18px;  padding-bottom:30px;}

	.implant_con01 ul li dl { text-align:center; width:100%; margin-top:50px;}
	.implant_con01 ul li dl dd {position:relative; border-radius:30px; padding:0 20px;}
	.implant_con01 ul li dl dd i {width:60px; height:60px; line-height:60px; font-size:30px;} 
	.implant_con01 ul li dl dd h5 { font-size:22px}
	.implant_con01 ul li dl dd h6 { font-size:16px;}
}


.implant_process01 {overflow:hidden; padding:0px 0 30px; text-align:center; width:1200px; margin:0 auto; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:50px;}
.implant_process01 h4 {font-size:45px; color:#00a3e0; font-weight:800;}
.implant_process01 {padding-top:0px; letter-spacing:-0.025em; text-align:center; }
.implant_process01 .box.type01 {padding-bottom:40px; border-bottom:1px solid #e5e1dc; }
.implant_process01 span {font-family: 'InkLipquid'; display:block;  text-align:center;font-size:30px; color:#00a3e0;letter-spacing:-1px; padding-bottom:10px; }
.implant_process01 h5 {font-size:26px; font-weight:500; color:#c39551; }
.implant_process01 p {font-size:25px; font-weight:500; color:#2a2a2a; line-height:28px; word-break:keep-all; letter-spacing:-1px; }
.implant_process01 ul {margin-top:55px; font-size:0; letter-spacing:-4px; }
.implant_process01 ul li {position:relative; display:inline-block; vertical-align:top; width:calc(25% - 28.5px); margin-right:38px;}
.implant_process01 ul li:before {content:''; position:absolute; right:-36px; top:50%; width:33px; height:33px; background:url('../img/arr.png') no-repeat center center; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); }
.implant_process01 ul li:last-of-type:before {display:none; }
.implant_process01 ul li:nth-of-type(4n) {margin-right:0; }

@media all and (max-width:1200px){
	.implant_process01 {width:100%; }
}

@media all and (max-width:1000px){
	.implant_process01 p br {display:none; }
}
@media all and (max-width:800px){
	.implant_process01 ul li {width:calc(50% - 15px); margin-right:30px; margin-bottom:0px; }
	.implant_process01 ul li:nth-of-type(2):before {top:85%; right:calc(100% + 7px); -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); -o-transform:rotate(135deg); transform:rotate(135deg);  }
	.implant_process01 ul li:before {right:-21px; background-size:50%;}
	.implant_process01 ul li:nth-of-type(2n) {margin-right:0; }
	.implant_process01 p {font-size:18px;}
}

.implant_process02 {font-size:0; overflow:hidden; padding:0px 0 30px; text-align:center; width:1200px; margin:0 auto; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:50px;}
.implant_process02 h4 {font-size:45px; color:#00a3e0; font-weight:800;}
.implant_process02 {padding-top:0px; letter-spacing:-0.025em; text-align:center; }
.implant_process02 .box.type01 {padding-bottom:40px; border-bottom:1px solid #e5e1dc; }
.implant_process02 span {font-family: 'InkLipquid'; display:block;  text-align:center;font-size:30px; color:#00a3e0;letter-spacing:-1px; padding-bottom:10px; }
.implant_process02 h5 {font-size:26px; font-weight:500; color:#c39551; }
.implant_process02 p {font-size:25px; font-weight:500; color:#2a2a2a; line-height:28px; word-break:keep-all; letter-spacing:-1px; }
.implant_process02 ul {margin-top:55px; font-size:0; letter-spacing:-4px; }
.implant_process02 ul li {position:relative; display:inline-block; vertical-align:top; width:calc(33% - 38.5px); margin-right:38px;}
.implant_process02 ul li:before {content:''; position:absolute; right:-36px; top:50%; width:33px; height:33px; background:url('../img/arr.png') no-repeat center center; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); }
.implant_process02 ul li:last-of-type:before {display:none; }
.implant_process02 ul li:nth-of-type(4n) {margin-right:0; }

@media all and (max-width:1200px){
	.implant_process02 {width:100%; }
}

@media all and (max-width:1000px){
	.implant_process02 p {font-size:20px; line-height:1.5;}
}
@media all and (max-width:800px){
	.implant_process02 ul li {width:calc(33% - 20px); margin-right:20px; margin-bottom:0px; }
	.implant_process02 ul li:nth-of-type(3):before {top:100%; right:calc(100% + 7px); -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); -o-transform:rotate(135deg); transform:rotate(135deg);  }
	.implant_process02 ul li:before {right:-21px; background-size:30%;}
	.implant_process02 ul li:nth-of-type(3n) {margin-right:0; }
	.implant_process02 p {font-size:15px; line-height:1.5;}
	.implant_process02 ul li img {width:100%;}
}

.implant_process03 {font-size:0; overflow:hidden; padding:0px 0 0px; text-align:center; width:1200px; margin:0 auto; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:50px;}
.implant_process03 h4 {font-size:45px; color:#00a3e0; font-weight:800;}
.implant_process03 {padding-top:0px; letter-spacing:-0.025em; text-align:center; }
.implant_process03 ul {margin-top:5px; font-size:0; letter-spacing:-4px; }
.implant_process03 ul li {position:relative; display:inline-block; vertical-align:top; width:calc(33% - 18.5px); margin-right:18px;}
.implant_process03 ul li:before {content:''; position:absolute; right:-36px; top:50%; width:33px; height:33px; background:url('../img/arr.png') no-repeat center center; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); }
.implant_process03 ul li:last-of-type:before {display:none; }
.implant_process03 ul li:nth-of-type(3n) {margin-right:0; }

@media all and (max-width:1200px){
	.implant_process03 {width:100%; }
}

@media all and (max-width:800px){
	.implant_process03 ul li {width:calc(33% - 0px); margin-right:0px; margin-bottom:0px; }
	.implant_process03 ul li:nth-of-type(3):before {top:100%; right:calc(100% + 7px); -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); -o-transform:rotate(135deg); transform:rotate(135deg);  }
	.implant_process03 ul li:before {right:-15px; background-size:30%;}
	.implant_process03 ul li:nth-of-type(3n) {margin-right:0; }
	.implant_process03 p {font-size:15px; line-height:1.5;}
	.implant_process03 ul li img {width:100%;}
}


.effect_con02 {padding:30px 0 0; }
.effect_con02 ul {margin-top:0px; font-size:0; letter-spacing:-4px; text-align:center; }
.effect_con02 ul li {background:#fff; display:block; vertical-align:top; margin-right:20px;  padding:20px 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-sizing:border-box; letter-spacing:-0.025em; border-radius:50px;}
.effect_con02 ul li i {font-family: 'InkLipquid'; display:block; font-style:normal;  font-size:45px; font-weight:200; font-style:italic; color:#00a3e0; margin:0 auto;}
.effect_con02 ul li h5 {font-size:30px; font-weight:600; color:#00a3e0; padding:10px 0;}
.effect_con02 ul li p {padding:10px; font-size:22px; font-weight:300; color:#2d2d2d; line-height:1.5; letter-spacing:-.5px; word-break:keep-all; box-sizing:border-box; }

@media all and (max-width:1000px){
	.effect_con02 {text-align:center;}
	.effect_con02 ul li {  margin:5pxpx; padding-bottom:30px;}
	.effect_con02 ul li i {font-size:32px;}
	.effect_con02 ul li h5 {font-size:22px;}
	.effect_con02 ul li p { font-size:16px;}
}

@media all and (max-width:800px){
	.effect_con02 ul li { width: 100%;  margin:5px 0px; min-height:auto; padding-bottom:30px;}
	.effect_con02 ul li i {font-size:32px;}
	.effect_con02 ul li h5 {font-size:22px;}
	.effect_con02 ul li p { font-size:16px;}
}



.line_g {
	display:flex;
	flex-basis:100%;
	align-items:center;
	color:rgba(0,0,0,0.35);
	font-size:14px;
	margin:8px 0px;
}
.line_g::before{
	content:"";
	flex-grow:1;
	margin:0px 16px;
	background:#3e61b9;
	height:1px;
	font-size:0px;
	line-height: 0px;
}
.line_g::after {
	content:"";
	flex-grow:1;
	margin:0px 16px;
	background:#3e61b9;
	height:1px;
	font-size:0px;
	line-height: 0px;
}

.line_w {
	display:flex;
	flex-basis:100%;
	align-items:center;
	color:rgba(0,0,0,0.35);
	font-size:14px;
	margin:8px 0px;
}
.line_w::before{
	content:"";
	flex-grow:1;
	margin:0px 16px;
	background:rgba(255,255,255,0.5); 
	height:1px;
	font-size:0px;
	line-height: 0px;
}
.line_w::after {
	content:"";
	flex-grow:1;
	margin:0px 16px;
	background:rgba(255,255,255,0.5); 
	height:1px;
	font-size:0px;
	line-height: 0px;
}

.prosthetic_con01 {padding:30px 0 0; }
.prosthetic_con01 ul {margin-top:0px; font-size:0; letter-spacing:-4px; text-align:center;}
.prosthetic_con01 ul li {display:inline-block; vertical-align:top; margin-right:20px; padding:20px 0; box-sizing:border-box; letter-spacing:-0.025em; border-radius:50px;}
.prosthetic_con01 ul li h4 {font-family: 'InkLipquid'; padding-top:70px; font-size:60px; font-style:italic; color:#2d2d2d; letter-spacing:-1px;} 
.prosthetic_con01 ul li h4 span {color:#3e61b9;}
.prosthetic_con01 ul li p {padding-top:40px; font-size:28px; font-weight:500; color:#2d2d2d; line-height:1.5; letter-spacing:-.5px; word-break:keep-all; box-sizing:border-box; padding-bottom:100px;}
.prosthetic_con01 ul li p span {font-weight:800;}

.prosthetic_con01 ul li dl { text-align:center; margin-top:30px; width:707px;}
.prosthetic_con01 ul li dl dd {display:inline-block; width: calc(100% /2 - 0px); margin-bottom:20px;}

@media all and (max-width:640px){
	.prosthetic_con01 ul li {padding:0 20px;}
	.prosthetic_con01 ul li h4 { padding-top:30px; font-size:40px; line-height:1.2;}
	.prosthetic_con01 ul li p {text-align:left;padding-top:20px; font-size:18px; }
	.prosthetic_con01 ul li dl {  width:100%;}
	.prosthetic_con01 ul li dl dd {display:block; width: 100%; margin-bottom:20px;}
}

.natural_con04 {padding:60px 0;}
.aes_self {margin:0px 0; overflow:hidden; }
.print_con {background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); border-radius:50px; padding:70px 20px; margin-bottom:10px;}
.aes_self_title {float:left; width:30%; text-align:center; margin-top:-20px; }
.aes_self_title i {display:block; }
.aes_self_title h5 {position:relative; z-index:2; display:block; font-size:25px; color:#00a3e0; font-weight:700; letter-spacing:-0.025em; text-align:center;}
.aes_self_title h5.ro1:before {content:''; z-index:-1; position:absolute; left:50%; bottom:-3px; width:150px; height:14px; background-color:#eef6f9; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.aes_self_title h5.ro2:before {content:''; z-index:-1; position:absolute; left:50%; bottom:-3px; width:240px; height:14px; background-color:#eef6f9; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.aes_self_txt {display:inline-block; width:70%;text-align:left;}
.aes_self_txt p {font-weight:300;font-size:20px;line-height:1.55; letter-spacing:-1px; }
.aes_self_txt dl dd {font-weight:300;font-size:20px;line-height:1.55; letter-spacing:-1px; margin-bottom:10px; margin-left:10px;}
.aes_self_txt dl dd:before {content: ""; position:absolute; width:6px; height:6px; background:#00a3e0; text-align:left; margin-left:-10px; margin-top:10px; border-radius:50px;}

/* **MEDIA_TABLET** */
@media (max-width:1240px) and (min-width:641px){
.aes_self_img img {min-width:1000px;}
.aes_self_txt {padding-left:220px;background-position:left 35px center;}
}

@media (max-width:1000px){
.aes_self_title {float:none; width:100%;}
.aes_self_img img {min-width:800px;}
.aes_self_txt {display:block; width:100%;}
.aes_self_txt {padding:30px 20px;}
.aes_self_txt p {font-size:18px;}
.aes_self_txt dl dd {font-size:18px;}
}

/* **MEDIA_MOBILE** */
@media (max-width:640px){
.aes_self_title {float:none; width:100%;}
.aes_self_img img {min-width:800px;}
.aes_self_txt {display:block; width:100%;}
.aes_self_txt {padding:30px 20px;}
.aes_self_txt p {font-size:16px;}
.aes_self_txt dl dd {font-size:16px;}
}

.natural_con05 {padding:60px 0; font-size:0;}
.natural_con05 ul li {width: calc(100% /3 - 20px); vertical-align:top; margin-right:20px; min-height:487px; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); border-radius:50px; display:inline-block; padding:50px 10px;}
.natural_con05 ul li span {position:relative; z-index:2; display:block; font-size:25px; color:#00a3e0; font-weight:700; letter-spacing:-0.025em; text-align:center; margin-bottom:30px;}
.natural_con05 ul li:nth-child(1) span:before {content:''; z-index:-1; position:absolute; left:50%; bottom:-3px; width:150px; height:14px; background-color:#eef6f9; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.natural_con05 ul li:nth-child(2) span:before {content:''; z-index:-1; position:absolute; left:50%; bottom:-3px; width:90px; height:14px; background-color:#eef6f9; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.natural_con05 ul li:nth-child(3) span:before {content:''; z-index:-1; position:absolute; left:50%; bottom:-3px; width:210px; height:14px; background-color:#eef6f9; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.natural_con05 ul li p {display:block; font-size:20px; font-weight:400; line-height:1.5; letter-spacing:-1px;}
.natural_con05 ul li dl {margin-top:35px;}
.natural_con05 ul li dl dd {font-size:20px; font-weight:500; border:3px solid #00a3e0; margin-bottom:10px; border-radius:50px; padding:10px 0;}
.natural_con05 ul li dl dd b { font-weight:800;}

.natural_con05 {text-align:center; padding:70px 0;}
.natural_con05 h3 {font-size:45px; color:#00a3e0; font-weight:700; padding-bottom:20px; line-height:1.3;}
.natural_con05 h4 {font-size:30px; color:#2d2d2d; font-weight:300; margin-bottom:30px;  line-height:1.3;}
.natural_con05 h4 b {font-weight:800;}


@media all and (max-width:1000px){
	.natural_con05 {text-align:center; padding:70px 20px;}
	.natural_con05 h3 {font-size:30px;}
	.natural_con05 h4 {font-size:18px;}
	.natural_con05 ul li {width: 100%; min-height:auto; }
	.natural_con05 ul li dl {margin-top:35px; text-align:center;}
	.natural_con05 ul li p {display:block; font-size:18px; }
}

@media all and (max-width:800px){
	.natural_con05 ul li p {display:block; font-size:16px; }
}

.sub_content2 {background:#f2f2f2; padding:70px 0; }

@media all and (max-width:1000px){
	.sub_content2 {padding-bottom:0px; }
}

.box_layout01{position:relative; width:100%; min-height:680px; overflow:hidden; text-align:right;}
.box_layout01 .txt_box{position:relative; display:inline-block; width:850px; padding:70px 0 100px; z-index:5;}
.box_layout01 .txt_box.margin_type02 {padding:80px 0 100px; }
.box_layout01 .txt_box .text{padding:0 10px; text-align:left;}
.box_layout01 .txt_box .text .left_text {box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:50px; background:#fff; padding:40px;}
.box_layout01 .txt_box .text .left_text dl {font-size:0; margin-top:20px;}
.box_layout01 .txt_box .text .left_text dl dd {display:inline-block; width: calc(100% /2 - 40px); font-size:28px; color:#00a3e0; font-weight:400; margin-left:40px; margin-bottom:20px;}
.box_layout01 .txt_box .text .left_text dl dd:before {content: ""; position:absolute; width:43px; height:31px; background:url("../img/check.png") center top no-repeat; text-align:left; margin-left:-40px; margin-top:0px;}
.box_layout01 .txt_box .text .left_text dl dd b {font-weight:800;}
.box_layout01 .txt_box .text h3{ font-family: 'InkLipquid'; font-style:italic; font-size:60px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0;}
.box_layout01 .txt_box .text h3 span {color:#00a3e0; }
.box_layout01 .txt_box .text p {margin-top:30px; text-align:center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:50px; background:#fff; padding:40px; display:block; margin-bottom:10px; font-size:26px; color:#2d2d2d; letter-spacing:-0.045em; font-weight:500; line-height:1.5; word-break:keep-all;}
.box_layout01 .txt_box .text p:before {content: ""; position:absolute; width:8px; height:28px; background:url("../img/dot.png") center top no-repeat; text-align:center; left:50%; margin-top:-68px;}

.box_layout01 .txt_box .text .img_box{margin:20px 0 0;}
.box_layout01 .txt_box .text .img_box img{display:inline-block; vertical-align:bottom}

.box_layout01 .inner{position:relative; min-height:680px;}
.box_layout01 .inner > .img_box{position:absolute; left:55%; top:140px; transform:translateX(-85%); -webkit-transform:translateX(-85%); -moz-transform:translateX(-85%); -ms-transform:translateX(-85%); -o-transform:translateX(-85%);}

.box_layout01.type02{text-align:left;}
.box_layout01.type02 .inner > .img_box{ transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0);}

@media all and (max-width:1200px){
	.box_layout01 .txt_box{width:600px;}
}
@media all and (max-width:1000px){
	.box_layout01 .txt_box{width:100%; padding:30px 0 40px;}
	.box_layout01 .txt_box.w800 {width:100%; padding:80px 0 40px;}
	.box_layout01 .txt_box .text{padding:0;}
	.box_layout01 .txt_box .text h3{  font-size:50px; }
	.box_layout01 .inner > .img_box{position:relative; left:auto; bottom:auto; transform:none; text-align:center;  top:10px;}
	.box_layout01 .inner > .img_box img{max-width:100%;}
	.box_layout01.type02 .inner > .img_box{transform:none; bottom:100px;}

}

@media all and (max-width:800px){
	.box_layout01 .txt_box .text{padding:150px 10px 0; text-align:center;}
	.box_layout01 .txt_box .text h3{  font-size:30px; }
	.box_layout01 .txt_box .text .left_text dl dd {display:block; width: 100%; font-size:18px; margin-left:0px; }
	.box_layout01 .txt_box .text .left_text dl dd:before {background-size:50%;}
	.box_layout01 .txt_box .text p {font-size:18px;}
	.box_layout01 .inner > .img_box{position:absolute; left:0%; bottom:0px;  }

}

.box_layout02{position:relative; width:100%; overflow:hidden; text-align:right;}
.box_layout02 .txt_box_t {text-align:center; padding-top:50px; margin-bottom:0px;}
.box_layout02 .txt_box_t h3{font-family: 'InkLipquid'; font-style:italic; font-size:50px; color:#2d2d2d; letter-spacing:-0.045em; font-weight:500; line-height:1.2;margin-bottom:10px;}
.box_layout02 .txt_box_t h3 span {color:#3e61b9;}
.box_layout02 .txt_box_t h5{ font-size:60px; color:#2d2d2d; letter-spacing:-0.045em; font-weight:300; line-height:1.2; margin:0;}
.box_layout02 .txt_box_t h5 b {font-weight:800; }
.box_layout02 .txt_box_t p{word-break: keep-all; font-size:20px; padding-top:10px; }

.box_layout02 .txt_box{position:relative; display:inline-block; width:850px; padding:60px 0 60px; }
.box_layout02 .txt_box .text{padding:0 10px; text-align:left;}
.box_layout02 .txt_box .text h3{ font-size:30px; color:#3e61b9; letter-spacing:-0.045em; font-weight:500; line-height:1.2;margin-bottom:10px;}
.box_layout02 .txt_box .text h5{ font-size:45px; color:#3e61b9; letter-spacing:-0.045em; font-weight:800; line-height:1.2; margin:0;}
.box_layout02 .txt_box .text h5 b { font-weight:800; }
.box_layout02 .txt_box .text p{word-break: keep-all; font-size:25px; font-weight:600; padding-top:10px; line-height:1.4; letter-spacing:-.5px;}

.box_layout02 .txt_box .text .img_box{margin:20px 0 0;}
.box_layout02 .txt_box .text .img_box img{display:inline-block; vertical-align:bottom}

.box_layout02 .inner_s{position:relative; min-height:600px;}
.box_layout02 .inner_s > .img_box{position:absolute; left:50%; top:350px; transform:translateX(-85%); -webkit-transform:translateX(-85%); -moz-transform:translateX(-85%); -ms-transform:translateX(-85%); -o-transform:translateX(-85%);}

.box_layout02.type02{text-align:left;}
.box_layout02.type02 .inner_s > .img_box{ transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0);}

@media all and (max-width:1200px){
	.box_layout02 .txt_box{width:600px;}
}
@media all and (max-width:1000px){
	.box_layout02 .txt_box{width:100%; padding:80px 50px 40px;}
	.box_layout02 .txt_box.w800 {width:100%; padding:80px 0 40px;}
	.box_layout02 .txt_box .text{padding:0;}
	.box_layout02 .inner_s > .img_box{top:0px;position:relative; left:auto; bottom:auto; transform:none; text-align:center;}
	.box_layout02 .inner_s > .img_box img{max-width:100%;}
	.box_layout02.type02 .inner_s > .img_box{transform:none;}

}



@media all and (max-width:800px){
	.box_layout02 .txt_box_t h3{ font-size:30px; }
	.box_layout02 .txt_box_t h5{ font-size:25px;}
	
	.box_layout02 .txt_box{position:relative; display:inline-block; width:100%; padding:30px 0 0px; }
	.box_layout02 .txt_box .text h3{  font-size:20px; text-align:center; margin-left:0px;}
	.box_layout02 .txt_box .text h5{ font-size:30px; text-align:center;}
	.box_layout02 .txt_box .text h3:before {background-size:50%;}
	.box_layout02 .inner_s > .img_box{ top:0px;}
	.box_layout02 .txt_box .text p{ font-size:18px; text-align:center;}
	.box_layout02 .txt_box_t p{ font-size:18px;}

}

.tmj_img {margin-top:20px;}
.tmj_img dd {width: calc(100% /2 - 20px); display:inline-block; margin-right:10px}

@media all and (max-width:1000px){
	.tmj_img dd img  {width:100%;}
}

.sub_content3 {background:#404d6e; padding:70px 0; }

@media all and (max-width:1000px){
	.sub_content3 {padding-bottom:20px; }
}

.wisdom_con01 ul li {text-align:center;}
.wisdom_con01 ul li .center_txt {padding-top:50px; }
.wisdom_con01 ul li h5 {display:inline-block;}
.wisdom_con01 ul li h6 {display:inline-block;}
.wisdom_con01 ul li h6 b {font-weight:800;}
.wisdom_con01 ul li p {font-size:30px; font-weight:300; color:#fff; padding-top:40px; line-height:1.5;}
.wisdom_con01 ul li p b {font-weight:800;}

.wisdom_con01 ul li.white { margin:70px 0 0px;}
.wisdom_con01 ul li.white dl {background:#fff; min-height:440px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:50px; padding:30px; margin: 0 10px; width: calc(100% /4 - 30px); display:inline-block; vertical-align:top; }
.wisdom_con01 ul li.white i img {border-radius:30px;}
.wisdom_con01 ul li.white dt {font-size:25px; font-weight:600; color:#2a2a2a; padding-top:35px;}

.wisdom_con01 ul li .bottom_txt {margin-top:80px; border-radius:10px; padding:20px 10px 50px; background:#94b2ff;}
.wisdom_con01 ul li .bottom_txt:before {content: ""; position:absolute; width:147px; height:67px; background:url("../img/arr.png") center top no-repeat; text-align:left; margin-left:-100px; margin-top:-80px;}
.wisdom_con01 ul li .bottom_txt p.tt {font-size:30px; color:#fff;  }
.wisdom_con01 ul li .bottom_txt p.tt span {color:#3e61b9; font-weight:800;}

.wisdom_con01 ul li .bottom_txt2 {margin-top:40px; padding:20px 10px 50px; }
.wisdom_con01 ul li .bottom_txt2 h5 {font-size:40px; font-weight:800; color:#fff;  }
.wisdom_con01 ul li .bottom_txt2 h5 span {font-family: 'InkLipquid';color:#94b2ff; font-size:80px; font-weight:100; font-style:normal;}
.wisdom_con01 ul li .bottom_txt2 p { font-size:22px; font-weight:400; }

@media all and (max-width:1000px){

	.wisdom_con01 ul li.white {margin:30px 20px 0;}
	.wisdom_con01 ul li.white dl {display:inline-block; vertical-align:top; padding:20px; margin: 5px;  width: calc(100% /2 - 20px); }
	.wisdom_con01 ul li.white dt {font-size:20px}

	.wisdom_con01 ul li p.tt {font-size:22px;  padding-top:0px; padding-bottom:30px;}
	.wisdom_con01 ul li .bottom_txt2 h5 span { font-size:50px;}

}

@media all and (max-width:800px){
	.wisdom_con01 ul li .center_txt {padding-top:20px; }
	.wisdom_con01 ul li {text-align:center; padding:0 0px; }
	.wisdom_con01 ul li h5 {display:block; width:100%;}
	.wisdom_con01 ul li h6 {display:block; width:70%; margin:20px auto;}
	.wisdom_con01 ul li h6 span {font-size:25px;}
	.wisdom_con01 ul li h6:before {background-size:50%; margin-top:5px;}
	.wisdom_con01 ul li p {font-size:18px;}

	.wisdom_con01 ul li.white {margin:30px 10px 0;}
	.wisdom_con01 ul li.white dl {display:inline-block; vertical-align:top; min-height:250px; padding:15px; border-radius:30px; margin:5px 3px; width: calc(100% /2 - 10px);}
	.wisdom_con01 ul li.white i img {border-radius:20px;}
	.wisdom_con01 ul li.white dt {font-size:16px; min-height:100px;}

	.wisdom_con01 ul li .bottom_txt {margin-top:80px; border-radius:10px; padding:20px 10px 0px; background:#94b2ff;}
	.wisdom_con01 ul li .bottom_txt p.tt {font-size:18px; color:#fff;  }

	.wisdom_con01 ul li .bottom_txt2 h5 {font-size:25px; }
	.wisdom_con01 ul li .bottom_txt2 h5 span {display:block; font-size:40px;}
	.wisdom_con01 ul li .bottom_txt2 p { font-size:18px; }

}

.sub_content5 {background:#f7f7f7; padding:70px 0 0; }

@media all and (max-width:1000px){
	.sub_content5 {padding-bottom:60px; }
}

.tmj_con01 {overflow:hidden; padding:10px 0 60px; width:1200px; margin:0 auto; text-align:center; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:50px;}
.tmj_con01 h4 {font-size:45px; color:#00a3e0; font-weight:800;}
.tmj_con01 .box {padding-top:40px; letter-spacing:-0.025em; text-align:center; }
.tmj_con01 .box.type01 {padding-bottom:40px; border-bottom:1px solid #e5e1dc; }
.tmj_con01 .box span {font-family: 'InkLipquid'; display:block;  text-align:center;font-size:30px; color:#00a3e0;letter-spacing:-1px; padding-bottom:10px; }
.tmj_con01 .box h5 {font-size:26px; font-weight:500; color:#c39551; }
.tmj_con01 .box p {font-size:25px; font-weight:500; color:#2a2a2a; line-height:28px; word-break:keep-all; letter-spacing:-1px; }
.tmj_con01 .box ul {margin-top:55px; font-size:0; letter-spacing:-4px; }
.tmj_con01 .box ul li {position:relative; display:inline-block; vertical-align:top; width:calc(25% - 28.5px); margin-right:38px;}
.tmj_con01 .box ul li:before {content:''; position:absolute; right:-26px; top:50%; width:33px; height:33px; background:url('../img/arr.png') no-repeat center center; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); }
.tmj_con01 .box ul li:last-of-type:before {display:none; }
.tmj_con01 .box ul li:nth-of-type(4n) {margin-right:0; }
.tmj_con01 .box ul li img {width:100%; }

@media all and (max-width:1200px){
	.tmj_con01 {overflow:hidden; padding:10px 0 60px; width:100%;}
	.tmj_con01 h4 {font-size:35px; }
}
@media all and (max-width:800px){
	.tmj_con01 h4 {font-size:25px; }
	.tmj_con01 .box ul li {width:calc(50% - 15px); margin-right:30px; margin-bottom:30px; }
	.tmj_con01 .box ul li:nth-of-type(2):before {top:100%; right:calc(100% + 7px); -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); -o-transform:rotate(135deg); transform:rotate(135deg);  }
	.tmj_con01 .box ul li:before {right:-21px; display:none; }
	.tmj_con01 .box ul li:nth-of-type(2n) {margin-right:0; }
	.tmj_con01 .box h5 {font-size:20px;}
	.tmj_con01 .box span {font-size:20px;}
	.tmj_con01 .box p {font-size:20px;}
}

.tmj_con02 {overflow:hidden; padding:10px 0 0px; text-align:left; }
.tmj_con02 h4 {font-size:45px; color:#00a3e0; font-weight:800;}
.tmj_con02 .box {letter-spacing:-0.025em;  }
.tmj_con02 .box.type01 {padding-bottom:0px; border-bottom:1px solid #e5e1dc; }
.tmj_con02 .box span {display:block;  text-align:center;font-size:30px; color:#00a3e0;letter-spacing:-1px; padding-bottom:0px; }
.tmj_con02 .box p {text-align:center; font-size:25px; font-weight:500; color:#fff; line-height:1.5; word-break:keep-all; letter-spacing:-1px; }
.tmj_con02 .box ul {margin-top:60px; font-size:0; letter-spacing:-4px; }
.tmj_con02 .box ul li { width: calc(100% /4 - 50px); padding:5px 0; margin-right:20px; margin-bottom:40px; background:#3e61b9; border-radius:30px; position:relative; display:inline-block; vertical-align:top; }
.tmj_con02 .box ul li i {color:#94b2ff; font-size:35px; margin-top:-38px; margin-left:20px; font-weight:800; letter-spacing:-1px; font-style:normal; position:absolute; }
.tmj_con02 .box ul li:last-of-type:before {display:none; }
.tmj_con02 .box ul li:nth-of-type(4n) {margin-right:0; }

@media all and (max-width:1000px){
	.tmj_con02 .box p br {display:none; }
}
@media all and (max-width:800px){
	.tmj_con02 .box ul li {width: calc(100% /2 - 0px); margin-right:0px; margin-bottom:40px; }
	.tmj_con02 .box ul li:nth-of-type(2):before {top:100%; right:calc(100% + 7px); -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); -o-transform:rotate(135deg); transform:rotate(135deg);  }
	.tmj_con02 .box ul li:before {right:-21px; display:none;}
	.tmj_con02 .box ul li:nth-of-type(2n) {margin-right:0; }
	.tmj_con02 .box p {text-align:center; font-size:20px;}
}


.sub_content6 {background:#4043a0; padding:70px 0; }

@media all and (max-width:1000px){
	.sub_content6 {padding-bottom:20px; }
}

.natural_con01 ul li {text-align:center;}
.natural_con01 ul li .center_txt {padding-top:20px;}
.natural_con01 ul li h5 {display:inline-block; font-size:28px; font-weight:400; color:#fff; margin-left:40px; margin-right:40px;}
.natural_con01 ul li p {font-size:30px; font-weight:300; color:#fff; padding-top:20px; line-height:1.5;}
.natural_con01 ul li p b {font-weight:800; color:#94b2ff;}

.natural_con01 ul li.box {margin:100px 0 0px; text-align:center;}
.natural_con01 ul li.box dl {width: calc(100% /4 - 30px); margin-right:20px; min-height:426px; margin-bottom:50px; position:relative; background:#fff; display:inline-block; vertical-align:top; padding:30px;}
.natural_con01 ul li.box dl span {display:block; position:absolute; left:0px; font-family: 'InkLipquid'; color:#fff; font-size:60px; top:-40px; background:#3e61b9; height:77px; width:77px; line-height:70px; text-align:center;}
.natural_con01 ul li.box i { }
.natural_con01 ul li.box dt {font-size:30px; font-weight:800; color:#3e61b9; padding-top:5px;}
.natural_con01 ul li.box dd {font-size:20px; font-weight:300; color:#383838; padding-top:20px;}

.natural_con01 ul li h5 {font-size:30px; font-weight:300; color:#fff; padding-top:20px; line-height:1.5;}
.natural_con01 ul li h5 b {font-weight:800; color:#00a3e0;}
.natural_con01 ul li h5 span {color:#fff; font-size:35px;}

.natural_con01 ul li .bottom_txt {margin-top:80px; border-radius:10px; padding:20px 10px 50px; background:#94b2ff;}
.natural_con01 ul li .bottom_txt:before {content: ""; position:absolute; width:147px; height:67px; background:url("../img/arr.png") center top no-repeat; text-align:left; margin-left:100px; margin-top:-80px;}
.natural_con01 ul li .bottom_txt p.tt {font-size:30px; color:#fff;  }
.natural_con01 ul li .bottom_txt p.tt span {font-size:35px;}
.natural_con01 ul li .bottom_txt h5 span b {color:#3e61b9; font-weight:800;}


@media all and (max-width:1200px){
	.natural_con01 ul li p {font-size:20px;}
	.natural_con01 ul li.box i img {width:90px;}
	.natural_con01 ul li.box dd {font-size:18px; line-height:1.3;}
	.natural_con01 ul li h5 {font-size:25px; padding-bottom:50px;}
	.natural_con01 ul li h5 span {color:#fff; font-size:25px;}
	.natural_con01 ul li.box dl { margin-bottom:20px; width: calc(100% /2 - 30px); min-height:266px;}

}

@media all and (max-width:800px){
	.natural_con01 ul li p {font-size:20px;}
	.natural_con01 ul li.box dl {width: 100%; min-height:auto; margin-right:0px; margin-bottom:50px;}
	.natural_con01 ul li.box i img {width:150px;}
	.natural_con01 ul li.box dl span {display:block; position:absolute; color:#fff; font-size:20px; font-weight:800; top:-30px; height:50px; width:50px; line-height:50px; text-align:center;}
	.natural_con01 ul li.box dt {font-size:25px; }
	.natural_con01 ul li.box dd {font-size:17px;}
	.natural_con01 ul li h5 {font-size:20px;}
	.natural_con01 ul li h5 span {color:#fff; font-size:20px;}

	.natural_con01 ul li .center_txt {padding-top:0px;}

	.natural_con01 ul li .bottom_txt {margin-top:30px; border-radius:10px; padding:20px 10px 0px; background:#94b2ff;}
	.natural_con01 ul li .bottom_txt p.tt {font-size:18px; color:#fff;  }

}


#process-about-section {height:800px; }
#process-about-section:after {content:""; display:block; clear:both;}
#process-about-section .two-column {width:50%; float:left; height:100%; position:relative;}
#process-about-section .two-column > div {text-align:center; display:table; color:#fff;}
#process-about-section .two-column > div > div + div:before {content:""; position:absolute; width:100%; height:100%;  color:#fff; transition:background 0.6s; -webkit-transition:background 0.6s; left:0%; top:0;}
#process-about-section .two-column + .two-column > div > div + div:before { margin-left:-1px;}
#process-about-section .two-column .hover-column-box {position:absolute; width:100%; height:100%; left:0; top:0; overflow:hidden;}

#process-about-section .two-column .process-about-bg {background:#555ca0; transition:transform 0.4s; position:absolute; width:100%; height:100%;}
#process-about-section .two-column + .two-column .process-about-bg {background:#2a3568; overflow:hidden;}


#process-about-section .two-column > div > div {display:table-cell; vertical-align:middle; position:relative;}
#process-about-section .two-column i {width:135px; height:135px; background:#94b2ff; color:#fff; line-height:135px; text-align:center; font-style:normal; display:block; font-size:25px; font-weight:600; margin:0 auto;}
#process-about-section .two-column h3 {font-size:45px; color:#94b2ff; font-weight:700; padding-bottom:20px; padding-top:30px; line-height:1.3;}
#process-about-section .two-column h4 {font-size:30px; color:#fff; font-weight:300; margin-bottom:30px;  line-height:1.3;}
#process-about-section .two-column h4 b {font-weight:800;}

@media only screen and (max-width:1500px){
	#process-about-section .two-column img {width:80%;}
}

@media only screen and (max-width:1000px){
	#process-about-section {height:auto;}
	#process-about-section .two-column {width:100%; float:none; height:700px; position:relative;}
	#process-about-section .two-column .hover-column-box > div > a p {font-size:15px; color:#fff; padding:0 20px; line-height:20px; margin-bottom:11px;}
	#process-about-section .two-column .hover-column-box > div > p {font-size:15px; color:#fff; padding:0 20px; line-height:20px; margin-bottom:11px;}

	#process-about-section .two-column i {width:100px; height:100px; line-height:100px; font-size:20px;}
	#process-about-section .two-column h3 {font-size:35px;}
	#process-about-section .two-column h4 {font-size:26px;}
}

@media only screen and (max-width:800px){
	#process-about-section {height:auto;}
	#process-about-section .two-column {width:100%; float:none; height:470px; position:relative;}
	#process-about-section .two-column .hover-column-box > div > a p {font-size:15px; color:#fff; padding:0 20px; line-height:20px; margin-bottom:11px;}
	#process-about-section .two-column .hover-column-box > div > p {font-size:15px; color:#fff; padding:0 20px; line-height:20px; margin-bottom:11px;}

	#process-about-section .two-column i {width:100px; height:100px; line-height:100px; font-size:20px;}
	#process-about-section .two-column h3 {font-size:25px;}
	#process-about-section .two-column h4 {font-size:16px;}
}

.natural_con03 {text-align:center; padding:70px 0; background:#c9d4e6;}
.natural_con03 i {width:135px; height:135px; background:#94b2ff; color:#fff; line-height:135px; text-align:center; font-style:normal; display:block; font-size:25px; font-weight:600; margin:0 auto;}
.natural_con03 h3 {font-size:45px; color:#3e61b9; font-weight:700; padding-bottom:20px; padding-top:30px; line-height:1.3;}
.natural_con03 h4 {font-size:30px; color:#2d2d2d; font-weight:300; margin-bottom:30px;  line-height:1.3;}
.natural_con03 h4 b {font-weight:800;}

@media all and (max-width:800px){
	.natural_con03 {text-align:center; padding:70px 20px;}
	.natural_con03 i {width:100px; height:100px; line-height:100px; font-size:20px;}
	.natural_con03 h3 {font-size:30px;}
	.natural_con03 h4 {font-size:18px;}

}


.natural_con_arr {overflow:hidden; padding:0px 0 10px;text-align:center; }
.natural_con_arr h4 {font-size:45px; color:#00a3e0; font-weight:800;}
.natural_con_arr {padding-top:0px; letter-spacing:-0.025em; text-align:center; }
.natural_con_arr p {font-size:25px; font-weight:600; color:#3e61b9; line-height:1.2; word-break:keep-all; letter-spacing:-.5px; }
.natural_con_arr ul {margin-top:35px; font-size:0; letter-spacing:-4px; }
.natural_con_arr ul li {background:#fff; border-radius:50px; min-height:290px; position:relative; display:inline-block; vertical-align:top; width:200px; margin-right:20px; padding-top:20px;}
.natural_con_arr ul li span {display:block; background:#3e61b9; letter-spacing:-1px; width:114px; text-align:center; padding:5px 0; margin:10px auto; font-size:22px; font-weight:600; color:#94b2ff; border-radius:50px; line-height:1.5;}

@media all and (max-width:1000px){
	.natural_con_arr ul li {margin-bottom:30px; }
}
@media all and (max-width:800px){
	.natural_con_arr {overflow:hidden; padding:0px 0 0px;text-align:center; }
	.natural_con_arr ul li {width:calc(50% - 25px); border-radius:40px; min-height:250px; margin-right:20px; margin-bottom:20px; }
	.natural_con_arr p {font-size:18px;}
	.natural_con_arr ul {margin-top:25px;}
	.natural_con_arr ul li span {font-size:17px; width:90px;}
}


.health_con01 ul li {text-align:center;}
.health_con01 ul li .center_txt {padding-bottom:50px;}
.health_con01 ul li h5 {display:inline-block; font-size:28px; font-weight:400; color:#fff; margin-left:40px; margin-right:40px;}
.health_con01 ul li p {font-size:45px; font-weight:300; color:#2d2d2d; padding-top:20px; line-height:1.1; letter-spacing:-1px;}
.health_con01 ul li p b {font-weight:800;}

.health_con01 ul li.box {margin:70px 0 0px; text-align:center;}
.health_con01 ul li.box dl {width:330px; height:400px; margin-right:50px;  margin-bottom:50px; position:relative; background:#3e61b9; border-radius:40px; display:inline-block; vertical-align:top; padding:30px;}
.health_con01 ul li.box i {}
.health_con01 ul li.box dt {font-size:30px; font-weight:800; color:#fff; padding-top:5px;}
.health_con01 ul li.box dd {width:200px; margin:0 auto; font-size:25px; font-weight:300; color:#fff; padding-top:20px; text-align:left;}
.health_con01 ul li.box dd b {font-weight:800;}
.health_con01 ul li.box dd span {display:block; font-size:15px;  color:#fff;  text-align:left; padding-top:10px;}

.health_con01 ul li h5 {font-size:30px; font-weight:500; color:#2d2d2d; padding-top:20px; line-height:1.3; letter-spacing:-1px;}
.health_con01 ul li h5 span {color:#2d2d2d; font-size:25px; font-weight:300;}

@media all and (max-width:800px){
	.health_con01 ul li p {font-size:25px; }
	.health_con01 ul li.box {margin:50px 0 0px; text-align:center;}
	.health_con01 ul li.box dl {margin-right:0;}
	.health_con01 ul li h5 {font-size:18px;}
	.health_con01 ul li h5 span {font-size:15px;}
	.health_con01 ul li .center_txt {padding-bottom:0px;}
}



.health_con02 {overflow:hidden; padding:30px 0 30px; width:1200px; margin:0 auto; text-align:center;  }
.health_con02 h4 {font-size:45px; color:#3e61b9; font-weight:800;}
.health_con02 h6 {font-size:25px; font-weight:400; color:#262626; }
.health_con02 .box {margin-top:60px; letter-spacing:-0.025em; text-align:center; background:#e4e4e4;  border-radius:10px; padding:20px 10px 50px; }
.health_con02 .box:before {content: ""; position:absolute; width:147px; height:67px; background:url("../img/arr_g.png") center top no-repeat; text-align:left; margin-left:-100px; margin-top:-70px;}
.health_con02 .box dt {font-size:25px; font-weight:500; color:#fff; background:#3e61b9; border-radius:50px; padding:15px; letter-spacing:-1px; margin-bottom:20px;}
.health_con02 .box dd {font-size:25px; font-weight:500; color:#2a2a2a; line-height:28px; word-break:keep-all; letter-spacing:-1px; margin-bottom:5px;}
.health_con02 .box dd span {color:#797979; }
.health_con02 .box dd b {color:#3e61b9;}
.health_con02 .box ul {margin-top:35px; font-size:0; letter-spacing:-4px; }
.health_con02 .box ul li {position:relative; display:inline-block; vertical-align:top; width:calc(25% - 28.5px); margin-right:38px;}
.health_con02 .box ul li:nth-of-type(4n) {margin-right:0; }
.health_con02 .box ul li img {width:100%; }

@media all and (max-width:1200px){
	.health_con02 {overflow:hidden; padding:30px 0 50px; width:100%;}
}
@media all and (max-width:800px){
	.health_con02 {overflow:hidden; padding:30px 0 0px;}
	.health_con02 .box ul li {width:calc(50% - 15px); margin-right:30px; margin-bottom:30px; }
	.health_con02 .box ul li:nth-of-type(2):before {top:100%; right:calc(100% + 7px); -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); -o-transform:rotate(135deg); transform:rotate(135deg);  }
	.health_con02 .box ul li:before {right:-21px; }
	.health_con02 .box ul li:nth-of-type(2n) {margin-right:0; }
	.health_con02 h4 {font-size:30px; padding-bottom:20px;}
	.health_con02 h6 {font-size:20px;}
	.health_con02 .box {padding:20px;}
	.health_con02 .box ul li {position:relative; display:inline-block; vertical-align:top; width:100%; margin-right:0px;}
	.health_con02 .box dt {font-size:20px;}
	.health_con02 .box dd {font-size:18px; }
	.health_con02 .box:before {margin-left:-100px; margin-top:-60px;}
}

.sub_content8 {background:#edeff9; padding:70px 0;}
.sub_content8 .sub_tit {margin-bottom:50px;}

.swiper-container {		width:1200px;		height:570px;		border:0px solid silver;		border-radius:0px;	text-align: center;	}
.swiper-slide {		text-align:center;		background:#fff;	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);		padding:50px 20px 0;	}
.swiper-slide h3 {font-size:35px; color:#2d2d2d; font-weight:700; 	display:block;}
.swiper-slide p {font-size:20px; color:#656565; padding:20px 0; min-height:1.5;	display:block;}
.swiper-slide img {padding-bottom:30px;	display:block;}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {	background-image: url(http://www.xn--si2bm9oa115pdvc.com/theme/sangsang/img/bx_right.svg);	right: 100px;	left: auto;		z-index: 9999;	}	
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {	background-image: url(http://www.xn--si2bm9oa115pdvc.com/theme/sangsang/img/bx_left.svg);	left: 100px;	right: auto;		z-index: 9999;	}	
.swiper-pagination-bullet-active {		opacity: 1;		background: #50320b;	}

@media all and (max-width:1500px){
	.swiper-container {width:100%;}
	.swiper-slide h3 {font-size:30px;}
	.swiper-slide p {font-size:17px;}
}

.sub_content9 {padding:70px 0;}
.sub_content9 .sub_tit {margin-bottom:50px; }

.sub_content10 {padding-bottom:70px; text-align:center; }
.sub_content10 .sub_tit {margin-bottom:50px; }

.sub_content10 .left_con {display:inline-block; width:48%; margin-right:2%;}
.sub_content10 .address_con {background:#3e61b9; padding:60px 80px; vertical-align:top; margin-bottom:10px;}
.sub_content10 .address_con h4{ text-align:left; font-size:25px; color:#94b2ff; font-weight:800; padding-bottom:20px;}
.sub_content10 .address_con p {text-align:left;  font-size:30px; color:#fff; font-weight:500; line-height:1.5}

.sub_content10 .time_con {background:#3e61b9; padding:60px 80px; vertical-align:top; }
.sub_content10 .time_con h4{ text-align:left; font-size:25px; color:#94b2ff; font-weight:800; padding-bottom:30px;}
.sub_content10 .time_con dl {text-align:left; margin-bottom:10px;}
.sub_content10 .time_con dl dt {float:left; width:140px;  font-size:25px; color:#fff; font-weight:400;}
.sub_content10 .time_con dl dd {display:inline-block;  font-size:25px; color:#fff; font-weight:400;}
.sub_content10 .time_con p { font-size:18px; color:#fff; font-weight:400; text-align:left; margin:20px auto 0; line-height:1.5}
.sub_content10 .time_con p b {font-weight:800;}

.sub_content10 .map_con {display:inline-block; vertical-align:top; width:48%;padding:40px 0 0; }
.sub_content10 .map_con h4{ font-size:25px; color:#94b2ff; font-weight:800; padding-bottom:10px;}
.sub_content10 .map_con p {border-bottom-left-radius:50px; border-bottom-right-radius:50px; background:#45bce8; padding:30px 50px; font-size:30px; color:#fff; text-align:left;  }
.sub_content10 .map_con p i {float:left; font-size:70px; margin-right:20px;}
.sub_content10 .map_con p span {display:inline-block; font-weight:500;}

@media all and (max-width:1500px){
	.sub_content10 .left_con {display:block; width:100%; margin-right:0%;}
	
	.sub_content10 .address_con {display:block;  width:100%; vertical-align:top; margin-right:0%;}
	.sub_content10 .time_con h4{ font-size:30px; }
	.sub_content10 .time_con {display:block;  width:100%; vertical-align:top; margin-right:0%;}
	.sub_content10 .time_con dl dt {width:80px; font-size:17px;}
	.sub_content10 .time_con dl dd { font-size:17px;}
	.sub_content10 .time_con p { font-size:15px; margin:30px auto 0; }

	.sub_content10 .map_con {display:block;  width:100%; padding:50px 0 0; vertical-align:top; margin-right:0%; margin-top:20px;}
	.sub_content10 .map_con h4{ font-size:30px; }
	.sub_content10 .map_con p i {float:left; font-size:40px; margin-right:10px;}
	.sub_content10 .map_con p {padding:30px 50px; font-size:20px; color:#fff; text-align:left;  }

}

@media all and (max-width:1000px){
	.sub_content10 .address_con { padding:40px 30px; }
	.sub_content10 .address_con h4{font-size:18px;}
	.sub_content10 .address_con p {text-align:left;  font-size:20px; color:#fff; font-weight:500; line-height:1.5}
	.sub_content10 .time_con { padding:40px 30px; }
	.sub_content10 .time_con h4{font-size:18px;}
	.sub_content10 .map_con {padding:20px 20px 0;}

}

.before-after-container {width:90%; margin:0 auto; background:#dfdde8; padding:60px 0; margin-top:80px; text-align:center;}
.before-after-container h3 { font-size:40px; font-weight:700; letter-spacing:-1px;}
.before-after-container h3 span { color:#3e61b9; font-size:80px; font-family: 'InkLipquid'; font-weight:100;}
.before-after-container p { font-size:30px; font-weight:400; letter-spacing:-1px; padding:10px 0 20px;}

.before-after-container2 {width:90%; margin:0 auto;  background:#ebebeb; padding:60px 0; margin-top:0px; text-align:center;}
.before-after-container2 h3 { font-size:40px; font-weight:700; letter-spacing:-1px;}
.before-after-container2 h3 span { color:#3e61b9; font-size:80px; font-family: 'InkLipquid'; font-weight:100;}
.before-after-container2 p { font-size:30px; font-weight:400; letter-spacing:-1px; padding:10px 0 20px;}



.slick-slide {   box-sizing: border-box;}
.slide-image {  position: relative;  width: 550px;  height: auto;  background-repeat: no-repeat; }
.slide-image .border01 {border:40px solid #707070;}
.slide-image .border02 {border:40px solid #3e61b9;}

.slick-dots {  display: flex;  justify-content: center;  margin: 0;  padding: 1rem 0;  list-style-type: none;}
.slick-dots li {  margin: 0 0.25rem;}
.slick-dots button {  display: block;  width: 1rem;  height: 1rem;  padding: 0;  border: none;  border-radius: 100%;  background-color: lightgrey;  text-indent: -9999px;}
.slick-dots li.slick-active button {  background-color: dimgray;}

.slick-arrow { z-index:6; position: absolute;  top:40%;  border:0; border-radius:0; font-size:0;  text-transform: uppercase;}
.slick-prev { background:url("../img/arr_left.png") center top no-repeat;	width:82px; height:82px; margin-left:-80px;}
.slick-next { background:url("../img/arr_right.png") center top no-repeat; width:82px; height:82px; margin-right:-80px;}


.slick-prev {  left: 0;}
.slick-prev::before {  margin-right: 8px; }

.slick-next {  right: 0;}
.slick-next::after {  font-family: FontAwesome;  margin-left: 8px;  content: "";}

@media all and (max-width:1250px){
  
  .slick-arrow {display:none;}
  .slide-image { width: 100%;} 
  .slide-image img {width:100%;}

  .slide-image .border01 {border:20px solid #707070;}
  .slide-image .border02 {border:20px solid #3e61b9;}

  .before-after-container {width:90%; margin:0 auto; padding:30px 0; margin-top:0px; text-align:center;}
  .before-after-container h3 { font-size:23px; }
  .before-after-container h3 span {display:block; font-size:40px;}
  .before-after-container p { font-size:18px; line-height:1.5;}

  .before-after-container2 {width:90%; margin:0 auto; padding:30px 0; margin-top:0px; text-align:center;}
  .before-after-container2 { padding-bottom:30px; text-align:center;}
  .before-after-container2 h3 { font-size:23px; }
  .before-after-container2 h3 span {display:block; font-size:40px;}
  .before-after-container2 p { font-size:18px; line-height:1.5;}

  .slick-prev {background:none; width:0;}
  .slick-next {background:none; width:0;}
}

#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:0px; 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 { margin:0px 0 0 0 }
#contents p { word-break:keep-all }

#left_area { float:none; width:100%; margin-top:0px;}
.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;width: calc(100% /5 - 10px); text-align:center; margin-bottom:3px;}
.left_snb li a {color:#535353; display:block; padding:18px 7px; font-size:20px; font-weight:400; position:relative; letter-spacing:-1px}
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a { background:#006bbd; color:#fff;}
.left_snb li.on a { background:#006bbd; color:#fff; font-weight:500; }
.left_snb ul { margin-bottom:50px }
.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:40px; line-height:1; letter-spacing:-1.5px; font-weight:500;padding-bottom:30px; margin:5px 0 30px 0 }
.container_title:after {content: ""; display:block; margin:20px auto; width:40px; height:4px; background:#3e62ba; }

.gray_bg {background:#c9ecf9;}