@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 {position:absolute;width:100%; z-index:100; color:#fff; background:rgba(0,0,0,0.17); transition:all .3s }
#header h1 {text-align:center; margin:0 auto; padding-top:20px;}
#header .gnb { text-align:center; }
#header .gnb .depth1 { text-align:left;display:inline-block; width:125px; height:80px;vertical-align:top; padding:5px 0px;  position:relative;letter-spacing:-1px; }
#header .gnb .depth1:nth-child(1) {width:85px;} 
#header .gnb .depth1:nth-child(2) {width:130px;} 
#header .gnb .depth1:nth-child(6) {width:160px;}
#header .gnb .depth1:nth-child(7) {width:140px;}
#header .gnb .depth1:nth-child(8) {width:165px;} 
#header .gnb .depth1:nth-child(9) {width:165px;} 

#header .gnb .depth1 > a {color:#fff; display:inline-block; height:80px; line-height:80px; font-size:18px; font-weight:400; 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:#333;
  z-index:10;
  
}

.gnb_m.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background:#333;
  z-index:10;
  
}

#header .top_call { float:left; margin:-50px 0 0 0; }
#header .top_call li {color:#676767; display:inline-block; font-weight:500; letter-spacing:-.5px;}
#header .top_call li span {font-size:25px; font-weight:600; padding-left:10px;}

#header .btn_user { float:right; margin:-70px 20px 0 0; display:block; font-size:12px; color:#878787;} 
#header .btn_user li {font-weight:500; font-size:16px; padding:7px 10px; display:inline-block;}
#header .btn_user li a {color:#3c3c3c;}
#header .btn_user dl { display:inline-block;}
#header .btn_user dl dt {font-weight:500; font-size:16px; color:#3c3c3c; padding-left:40px;}
#header .btn_user dl dd {font-family: 'GmarketSansBold'; font-size:23px; color:#0fb2c6; margin-left:40px;}
#header .btn_user dl dd:before {content: ""; position:absolute; width:35px; height:35px; background:url("../img/icon_call_s.png") center top no-repeat; text-align:left; margin-left:-40px; margin-top:-5px;}

#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:#0cc8bd; margin-top:73px; content:""; height:3px; left:0px; position: absolute; width:0%; transition:0.3s; }

#header .gnb .depth1:hover > a:before { width:50px; }

#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:#0cc8bd }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#0cc8bd }

#header.on { }
#header.on a { color:rgba(0,0,0,0.7) }
#header.on h1 a { background-position:0 -42px }

@media all and (max-width:1200px){
     #header .gnb .depth1 { width:100px;}
	 #header .gnb .depth1:nth-child(1) {width:65px;} 
	 #header .gnb .depth1:nth-child(2) {width:110px;} 
	 #header .gnb .depth1:nth-child(6) {width:130px;}
	 #header .gnb .depth1:nth-child(7) {width:110px;}
	 #header .gnb .depth1:nth-child(8) {width:135px;} 
	 #header .gnb .depth1:nth-child(9) {width:135px;} 
	 #header .gnb .depth1 > a {font-size:16px;}
}

#footer { padding:50px 0 50px; margin:0px 0 0 0; text-align:center; color:#fff }
#footer h1 { float:left }
#footer h1 a { text-indent:-9000px; font-size:0; width:200px; height:29px; background-image:url(../img/ci.png); background-position:0 29px; display:block; overflow:hidden; background-size:100% }
#footer nav { text-align:center; margin-bottom:20px; }
#footer nav li {display:inline-block; padding:5px 0px; width:165px; font-size:15px; font-weight:500; margin:0 0 0 17px; border:1px solid #474747; }
#footer nav li a {color:#616161;}
#footer .f_center { text-align:center; }
#footer dt, #footer dd { display:inline-block; color:#616161; font-size:17px; font-weight:400; letter-spacing:-1px; line-height:26px; vertical-align:top; }
#footer dd { margin:0 20px 0 5px }
#footer .copyright {color:#616161; 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 }

.foot_img h4 {display:none;}

@media all and (max-width:600px){
     .foot_img h3 {display:none;}
	 .foot_img h4 {display:block;}
}
#main_visual {height:calc(840px); text-align:center; color:#fff; 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 .roll_txt3 {width:1200px; margin:0 auto; text-align:right;}

#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 {font-family: 'SBAggroM'; color:#fff; letter-spacing:-2px; line-height:1.2; margin:370px 0 0 0; font-size:50px;  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: 'SBAggroL'; color:#fff; letter-spacing:-1px;  font-size:40px; line-height:1.3; 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 }


.youtube_container {    position: relative;    width: 100%;    height: 0;    padding-bottom: 56.25%;}
.video {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;}

.section_s {padding-top:80px; margin-top:-80px;}

@media all and (max-width:1000px){
	.section_s {padding-top:160px; margin-top:-160px;}
}

@media all and (max-width:600px){
	.section_s {padding-top:74px; margin-top:-80px;}
}

.w1000 {width:1000px; margin:0 auto;}
.w1200 {width:1200px; margin:0 auto;}
.w1400 {width:1400px; margin:0 auto;}

@media screen and (max-width:1150px) {
	.w1000 {width:100%;}
	.w1200 {width:100%;}
	.w1400 {width:100%;}
}


.mobile_ver {display:none;}

@media all and (max-width:900px){
	.pc_ver {display:none;}
	.mobile_ver {display:block;}
}



.section-inbox {background: url('../img/promise_bg.jpg') center top no-repeat;  padding:170px 0;}
 
.page-title { text-align:center; line-height:1.2; letter-spacing:-1px; padding-bottom:50px; }
.page-title i {position:absolute; text-align:center; left:50%; transform:translateX(-50%); margin-top:-40px; margin-left:250px;}
.page-title h3 { font-family: 'SBAggroM'; font-size:50px; color:#fff;  text-align:center; line-height:1.2; letter-spacing:-1px; }
.page-title h3 span {color:#00f1ec; }
.page-title p { padding-top:10px; font-size:20px; font-weight:300; line-height:1.3; color:#666; }
.page-title.wht { color:#fff;}
.page-title.main.wht p { color:#fff; }


@media screen and (max-width:640px){
	.section-inbox {padding:60px 0;}
	.page-title i {position:absolute; text-align:center; left:50%; transform:translateX(-50%); margin-top:-35px; margin-left:150px;}
	.page-title h3 { font-size:30px; }
	.page-title u {font-size:25px; }
	.page-title p { font-size:15px; padding-top:10px; }

}

.logo-icons-box { text-align:center; margin:0 auto; }
.logo-icons-box .logobox { margin-top:30px;  }
.logo-icons-box .icons-list {font-size:0; margin-top:30px; }
.logo-icons-box .icons-list ul { margin-top:50px; }
.logo-icons-box .icons-list ul li { display:inline-block; vertical-align:top; width:33%; min-height:215px; padding:20px; box-sizing:border-box; border-right:1px dotted #fff; border-bottom:1px dotted #fff; }
.logo-icons-box .icons-list ul li:last-of-type { border-right:0;  }
.logo-icons-box .icons-list ul li i {margin:0 auto; border:2px solid #fff; border-radius:50px; width:50px; height:50px; font-size:18px; color:#fff; font-weight:500; font-style:normal; display:block; line-height:50px;}
.logo-icons-box .icons-list ul li p { font-size:20px; color:#fff; font-weight:400; letter-spacing:-.5px; padding-top:20px;  line-height:1.5;}
.logo-icons-box .icons-list ul li:nth-child(3) {  border-right:0px dotted #fff;}
.logo-icons-box .icons-list ul li:nth-child(4) { border-bottom:0px dotted #fff; }
.logo-icons-box .icons-list ul li:nth-child(5) { border-bottom:0px dotted #fff; }
.logo-icons-box .icons-list ul li:nth-child(6) { border-bottom:0px dotted #fff; border-right:0px dotted #fff;}

@media screen and (max-width:1200px){
	.logo-icons-box .icons-list ul li {min-height:260px;}
	.logo-icons-box .icons-list ul li p br {display:none;}
}

@media screen and (max-width:750px){
	.logo-icons-box .logobox { margin-top:0px;  }
	.logo-icons-box .icons-list ul { margin-top:0px; }
	.logo-icons-box .icons-list ul li { width:50%; padding:5%; border-bottom:1px dotted rgba(255,255,255,0.3);}
	.logo-icons-box .icons-list ul li:nth-child(1) {border-bottom:1px dotted #fff;  }
	.logo-icons-box .icons-list ul li:nth-child(2) {border-right:0;border-bottom:1px dotted #fff;  }
	.logo-icons-box .icons-list ul li:nth-child(3) {  border-right:1px dotted #fff;  border-bottom:1px dotted #fff; }
	.logo-icons-box .icons-list ul li:nth-child(4) {border-right:0;  border-bottom:1px dotted #fff; }
	.logo-icons-box .icons-list ul li:nth-child(5) { border-bottom:0px dotted #fff; }

	.logo-icons-box .icons-list { margin-top:0px; }

	.logo-icons-box .logobox { margin-top:0px; }
	.logo-icons-box .icons-list ul { padding-left:7%; padding-right:7%;  }
	.logo-icons-box .icons-list ul li p { font-size:16px; padding-top:10px;  }
	.logo-icons-box .icons-list ul li p br {display:none;}
}




.our-story{height:110vh; background:url('../img/implant_bg.jpg') no-repeat center; background-size:cover;}
.our-story .wrap-type1{position:relative; height:100%;}
.our-story .title-area{position:absolute; top:50%; transform:translateY(-50%); width:38%; left:5%;}
.our-story .title-area i {margin-left:-160px;}
.our-story .title-area h2{font-family: 'SBAggroM'; font-size:55px;; color:#333;}
.our-story .title-area p{font-size:20px; color:#5e5e5e; margin:1em 0 1.5em 0;}
.our-story .card-area{position:absolute; top:50%; right:100px; transform:translateY(-50%);}
.our-story .card-area ul:after{content:'';display:block; clear:both;}
.our-story .card-area ul li{z-index:100; transition:all .2s ease-in-out; position:relative; width:300px; height:600px;float:left; background-repeat:no-repeat; background-position:center; background-size:cover;}
.our-story .card-area ul li:nth-child(1){background-image:url('../img/implant_img01.jpg');}
.our-story .card-area ul li:nth-child(2){background-image:url('../img/implant_img02.jpg');}
.our-story .card-area ul li:nth-child(3){background-image:url('../img/implant_img03.jpg');}
.our-story .card-area ul li a{z-index:200; overflow:hidden; position:relative; display:block; width:100%; height:100%; cursor:default;}
.our-story .card-area ul li a .card-content{transition:all .2s ease-in-out; position:absolute; left:0; top:300px; box-sizing:border-box; width:100%; padding:2em;}
.our-story .card-area ul li a h3{font-family: 'SBAggroM'; color:#fff; font-size:20px;}
.our-story .card-area ul li a h3 span {font-size:30px; display:block; }
.our-story .card-area ul li a p{color:#fff; font-size:18px; padding-top:.5em; line-height:1.5; letter-spacing:-0.5px; min-height:120px;}
.our-story .card-area ul li:after{content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; }
.our-story .card-area ul li a .text-view{transition:all .2s ease-in-out; display:block; height:0;  padding-top:1.5em; color:#fff; vertical-align:middle; }
.our-story .card-area ul li a .text-view:before{content:''; display:inline-block; clear:both; width:35px; height:1px; margin-right:5px; background-color:#fff; vertical-align:middle; opacity:.5;}
.our-story .card-area ul li:hover:after{display:none;}
.our-story .card-area ul li:hover{z-index:300; transform:scale(1.2);}
.our-story .card-area ul li:hover a .card-content{bottom:0; }
.our-story .card-area ul li:hover a .text-view{height:2em; opacity:1;}

@media screen and ( max-width:1500px ){
    .our-story .title-area h2{font-size:55px}
    .our-story .card-area ul li{width:300px;height:600px;}
	.our-story .title-area h3 {font-size:20px;}
	.our-story .title-area h3 span {font-size:20px;}
    .our-story .title-area p{font-size:20px;}
    .news-card .card-title{font-size:1.4rem;}
	.our-story .card-area ul li a .card-content{top:280px;}
}

@media screen and (max-width:1480px){
	.our-story .card-area ul li{width:230px;height:580px;}
	.our-story .card-area ul li a .card-content{top:250px;}
	.our-story .card-area ul li a h3{font-size:18px;}
	.our-story .card-area ul li a h3 span {font-size:22px;}
	.our-story .card-area ul li a p{font-size:14px;}
}

@media screen and (max-width:1200px){
    .our-story{height:auto; padding-bottom:0px;}
    .our-story .title-area{text-align:center; width:100%; position:static; transform:translateY(0); padding-top:80px; padding-bottom:50px; font-size:3.571rem;}
    .our-story .card-area{position:static; transform:translateY(0);}
    .our-story .card-area ul li{width:33.3333%;}
    .our-story .title-area p{font-size:1.571rem; margin:0.6em 0 1em 0;}
	.our-story .card-area ul li {}
    .our-story .card-area ul li a h3{font-size:25px}
	.our-story .card-area ul li a h3 span {font-size:30px}
    .our-story .card-area ul li a p{font-size:17px;}
    .our-story .card-area ul li a .text-view{font-size:15px;}
	.our-story .card-area ul li:hover{z-index:300; transform:scale(1);}
}

@media screen and (max-height:768px){
	.our-story .card-area ul li{width:100%;height:480px;}
	.our-story .card-area ul li a .card-content{top:300px;}
	.our-story .card-area ul li:nth-child(1){background:#21cfcd url('../img/implant_img01.jpg') top left no-repeat;}
	.our-story .card-area ul li:nth-child(2){background:#00a29f url('../img/implant_img02.jpg') top left no-repeat;}
	.our-story .card-area ul li:nth-child(3){background:#21cfcd url('../img/implant_img03.jpg') top left no-repeat;}
	.our-story .title-area i {margin-left:-60px;}
	.our-story .card-area ul li a h3{font-size:20px}
	.our-story .title-area p {font-size:18px; line-height:1.4;}
}


@media screen and (max-width:640px){
    .our-story .title-area h2{font-size:35px;}
}


.section2 .title-area-b {padding-bottom:80px;}
.section2_con{padding:100px 0 200px; background:url('../img/section2_con_bg.jpg') center top no-repeat;}
.section2_con .wrap-type1{position:relative; height:100%;}
.section2_con .title-area{text-align:center;}
.section2_con .title-area h3{ font-family: 'SBAggroM'; font-size:50px;; color:#fff;}
.section2_con .title-area h3:after {content: ""; display:block; margin:30px auto; width:1px; height:55px; background:#fff; }
.section2_con .section2-card-area{}
.section2_con .section2-card-area ul:after{content:'';display:block; clear:both;}
.section2_con .section2-card-area ul li{float:left; background:#fff; width: calc(100% /3 - 20px); margin:0 10px; border-radius:20px; padding:30px 20px; min-height:560px;}
.section2_con .section2-card-area ul li h3{ color:#393939; font-size:20px; letter-spacing:-1px; padding-top:20px;}
.section2_con .section2-card-area ul li h3 span {font-size:25px;font-family: 'SBAggroM'; }
.section2_con .section2-card-area ul li h3 br {display:none;}
.section2_con .section2-card-area ul li p{color:#676767; font-size:18px; padding-top:.5em; font-weight:500; line-height:1.5; letter-spacing:-0.5px; }

@media screen and (max-width:1200px){
	.section2_con .section2-card-area ul li{min-height:560px; text-align:center;}
	.section2_con .section2-card-area ul li h3 br {display:block;}
}

@media screen and (max-width:800px){
    .section2 .title-area-b {padding-bottom:0px;}
	.section2_con{padding:50px 0;}
	.section2_con .title-area h3{ font-family: 'SBAggroM'; font-size:35px;; color:#fff;}
	.section2_con .section2-card-area ul li h3 br {display:none;}
	.section2_con .section2-card-area ul li{float:none; width:95%; margin:10px auto;min-height:auto;}
}

.section_bg {background:url('../img/section_bg.jpg') top center no-repeat;}
.title-area-b{text-align:center; padding-top:50px;}
.title-area-b h3{ font-family: 'SBAggroM'; font-size:50px;; color:#313131;}
.title-area-b h3:after {content: ""; display:block; margin:30px auto; width:1px; height:55px; background:#00a29f; }

.title-area-b h3.t{ font-family: 'SBAggroM'; font-size:50px;; color:#313131;}
.title-area-b h3.t:after {content: ""; display:block; margin:30px auto; width:1px; height:55px; background:#00a29f; }


@media screen and (max-width:750px){
    .title-area-b{text-align:center; padding-top:0px;}
	.title-area-b h3{ font-size:35px;; }
	.title-area-b h3.t{ font-size:35px;;  margin-top:60px;}
}

.section3_con {padding-top:50px; margin-bottom:100px;}
.swiper .imgGuide .img { width: 500px; text-align:center; }

.swiper .txt { padding: 6.5rem 0 3.5rem 0px;  position: absolute; right: 150px; top: 0; width: 420px;}
.swiper .txt h6 {font-size:25px; color:#f6ab35; font-weight:600; border:2px solid #f6ab35;}
.swiper .txt h6 i {background:#f6ab35; color:#fff; width:75px; height:75px; line-height:75px; display:inline-block; text-align:center; font-style:normal; margin-right:20px;}
.swiper .txt p { margin-top:30px; font-size:20px; line-height: 1.4; transform: skew(-0.05deg); color:#2d2d2d; font-weight:500; }

.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;z-index:10;cursor:pointer;color:#858585; margin-top:calc(0px - (var(--swiper-navigation-size)/ 3));}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:65px;text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}

@media all and (max-width:1300px){
        .swiper .imgGuide .img { width: 100%; height: 450px; position: relative;}
		.swiper .txt { padding: 1.5rem 10px; position: relative; right: 0; bottom: 0; width: 100%;}
		.swiper .txt p { font-size:16px; }
}

@media all and (max-width:640px){
		.section3_con {padding-top:50px; margin-bottom:50px;}
		.swiper .imgGuide .img { width: 100%; height:300px; position: relative;}
		.swiper .txt { width:90%; margin:30px auto 0; }
		.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:0px;text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}

}


.columns.columns-2 .col-item{width:50%;}
.columns.columns-3 .col-item{width:33.3333%;}
.columns.columns-4 .col-item{width:25%;}
.columns.columns-5 .col-item{width:20%;}
.columns.columns-6 .col-item{width:16.6666%;}
.columns.columns-7 .col-item{width:14.2857%;}
.columns.columns-8 .col-item{width:12.5%;}
.columns .col-item{float:left;}

@media screen and (max-width:768px){
    .columns.m-columns-1 .col-item{width:100% !important;}
    .columns.m-columns-2 .col-item{width:50% !important;}
    .columns.m-columns-3 .col-item{width:33.3333% !important;}
    .columns.m-columns-4 .col-item{width:25% !important;}
    .columns.m-columns-5 .col-item{width:20% !important;}
}

.news-card{height:25rem;}
.news-card .col-item{position:relative; height:100%; font-size:14px; padding:3em 4.286em; box-sizing:border-box;}
.news-card .col-item:nth-child(1){background-color:#21cfcd;}
.news-card .col-item:nth-child(2){background-color:#4c4c4c;}
.news-card .col-item:nth-child(3){background-color:#21cfcd;}
.news-card .col-item i {position:absolute; top:0; margin-top:-100px;}
.news-card .col-item h3 {font-size:30px; color:#fff; font-family: 'SBAggroM'; padding-bottom:20px; padding-top:130px;}
.news-card .col-item p {word-break: keep-all; font-size:18px; color:#fff; line-height:1.5;}
.news-card .card-type{display:block; color:#f0f3f5; font-size:1.250rem; font-weight:700; opacity:0.6;}
.news-card .card-title{display:block; color:#fff; font-size:1.6rem; padding:1em 0; line-height:1.2;}
.news-card .btn-view{position:absolute; bottom:40px;}

@media screen and (max-width:1000px){
    .section4_con {padding-top:0px;}
	.news-card{height:400px;}
	.news-card .col-item h3 {font-size:25px; padding-top:30px;}
	.news-card .col-item i {position:absolute; top:0; margin-top:-60px;}
}

@media screen and (max-width:768px){
    .news-card{height:auto;}
	.news-card .col-item{padding:3em 2.286em;}
	.news-card .col-item i {position:relative; top:0; margin-top:0px;}
	.news-card .col-item h3 {font-size:25px; padding-top:50px;}
}

.news-card02{height:25rem;}
.news-card02 .col-item{position:relative; height:100%; font-size:14px; padding:3em 4.286em; box-sizing:border-box;}
.news-card02 .col-item:nth-child(1){background-color:#21cfcd;}
.news-card02 .col-item:nth-child(2){background-color:#4c4c4c;}
.news-card02 .col-item:nth-child(3){background-color:#21cfcd;}
.news-card02 .col-item i {position:absolute; top:0; left:15%; margin-top:-170px;}
.news-card02 .col-item h3 {font-size:30px; color:#fff; font-family: 'SBAggroM'; padding-bottom:20px; padding-top:130px;}
.news-card02 .col-item p {word-break: keep-all; font-size:18px; color:#fff; line-height:1.5;}
.news-card02 .card-type{display:block; color:#f0f3f5; font-size:1.250rem; font-weight:700; opacity:0.6;}
.news-card02 .card-title{display:block; color:#fff; font-size:1.6rem; padding:1em 0; line-height:1.2;}
.news-card02 .btn-view{position:absolute; bottom:40px;}

@media screen and (max-width:1000px){
    .section4_con {padding-top:0px;}
	.news-card02{height:400px;}
	.news-card02 .col-item h3 {font-size:25px; padding-top:30px;}
	.news-card02 .col-item i {position:absolute; top:0; margin-top:-60px;}
}

@media screen and (max-width:768px){
    .news-card02{height:auto;}
	.news-card02 .col-item{padding:3em 2.286em;}
	.news-card02 .col-item i {position:relative; top:0; margin-top:0px;  left:0%;}
	.news-card02 .col-item h3 {font-size:25px; padding-top:50px;}
}


.section5-1 { padding:70px 0; margin-bottom:50px;}
.section5-1 .title-area-b {padding-bottom:100px;}
.section5-1 h4 {text-align:center; font-size:50px; color:#333;font-family: 'SBAggroM'; }
.section5-1 p.sub {text-align:center; font-size:20px; color:#333; padding-bottom:50px;}
.section5-1 p.sub:after {content: ""; display:block; margin:30px auto; width:1px; height:55px; background:#f6ab35; }

.section5-2 {background:#fff; text-align:center; padding:0px 0; height:270px;}
.section5-2 .s_left {float:left; }
.section5-2 .s_right {display:inline-block; text-align:left; padding-top:80px; padding-left:150px;}
.section5-2 i {position:absolute; margin-top:-90px;}
.section5-2 h3 {font-size:30px; color:#434343;font-family: 'SBAggroM'; padding-bottom:20px;}
.section5-2 p {font-size:20px; color:#434343; font-weight:500; line-height:1.4;}

.section5-3 {background:#f6ab35; text-align:center; padding:0px 0; height:300px;}
.section5-3 .s_left {display:inline-block;}
.section5-3 .s_right {float:left; text-align:left; padding-top:80px; padding-left:100px;}
.section5-3 i {position:absolute; margin-top:-100px; margin-left:-100px;}
.section5-3 h3 {font-size:30px; color:#fff;font-family: 'SBAggroM';padding-bottom:20px; }
.section5-3 p {font-size:20px; color:#fff; font-weight:500; line-height:1.4;}

@media screen and (max-width:1000px){
    .section5-2 .s_right {display:inline-block; text-align:left; padding-top:60px; padding-left:250px;}
	.section5-3 .s_right {float:left; text-align:left; padding-top:80px; padding-left:0px;}
	.section5-3 i {position:absolute; margin-top:-100px; margin-left:-200px;}
}

@media screen and (max-width:768px){
    .section5-1 { padding:70px 0 0;}
	.section5-1 .title-area-b {padding-bottom:0px;}
	.section5-1 h4 {font-size:35px;}
	.section5-1 p {padding-bottom:0px;}
	.section5-1 p.sub {padding-bottom:0px;}
	
	.section5-2 {background:#fff; text-align:center; padding:20px; height:auto; }
	.section5-2 .s_left {float:none;}
	.section5-2 .s_right {display:block; text-align:left; padding-top:0px; padding-left:0px;}
	.section5-2 i {position:relative; margin-top:0px;}
	.section5-2 p {font-size:18px;}

	.section5-3 {text-align:center; padding:20px; height:auto; }
	.section5-3 .s_left {display:block; }
	.section5-3 .s_right {float:none; text-align:left; padding-top:0px; padding-left:0px;}
	.section5-3 i {position:relative; margin-top:0px; margin-left:0px;}
	.section5-3 p {font-size:18px;}
}

.section6_con {padding:130px 0; background:url('../img/section6_con_bg.jpg') top center no-repeat;  text-align:center; margin-bottom:100px;}
.section6_con ul li {display:inline-block; text-align:left; margin:0 60px;}
.section6_con ul li h3 {font-family: 'SBAggroM'; font-size:40px; color:#f6ab35; margin-bottom:30px;}
.section6_con ul li h3 i {font-size:20px; color:#5e5e5e; font-style:normal; border:1px solid #b3b3b3; padding:10px 20px;float:left; margin-right:10px;}
.section6_con ul li dl dd {font-size:18px; font-weight:500; color:#5e5e5e; line-height:1.5; margin-bottom:5px; margin-left:10px;}
.section6_con ul li dl dd:before  {content: ""; position:absolute; width:4px; height:4px; border-radius:10px; background:#f6ab35; text-align:left; margin-left:-10px; margin-top:11px;}
.section6_con ul li dl dd.mar {padding-bottom:20px;}

@media screen and (max-width:1000px){
    .section6_con {padding:70px 0; background:#e7eff0 url('../img/section6_con_bg.jpg') top center no-repeat; margin-bottom:0px;}
	.section6_con ul li {display:inline-block; text-align:left; margin:0 30px;}
}

@media screen and (max-width:800px){
    .section6_con {padding:70px 0; background:#e7eff0 url('../img/section6_con_bg.jpg') top center no-repeat; margin-bottom:0px;}
	.section6_con ul li {display:block; text-align:left; margin:0 30px; }
	.section6_con ul li:first-child {padding-bottom:50px;}
}

.section8_con {margin-top:0px;}
.section.help-desk{position:relative;}
.jk-map{display:block; width:100%; height:100%;}
#daumRoughmapContainer1647239462963 {width:100%; height:600px;}
.aside-box{position:absolute; top:0; right:0; height:100%; background-color:rgba(0, 0, 0, 0.7); z-index:2;}
.aside-box .aside-bottom{padding:80px 80px; display:flex; flex-direction:column; height:70%; box-sizing:border-box;}
.aside-box .aside-bottom > ul{margin-top:auto;}
.aside-box .aside-bottom > ul > li{margin-bottom:50px; color:#fff;}
.aside-box .aside-bottom > ul > li h4{font-size:25px; color:#00c7c3; font-weight:600; padding-bottom:.7em;}
.aside-box .aside-bottom > ul > li h5{font-size:28px; color:#ffb45a; font-weight:600; padding-bottom:.7em; margin-left:45px; margin-top:10px;}
.aside-box .aside-bottom > ul > li h5:before {content: ""; position:absolute; width:37px; height:37px; background:url("../img/parking.png") center top no-repeat; text-align:left; margin-left:-45px; margin-top:0px;}
.aside-box .aside-bottom > ul > li p{line-height:1.4; font-size:20px; font-weight:300; color:#fff;}
.aside-box .aside-bottom > ul > li ul li{margin:15px 0;}
.aside-box .aside-bottom > ul > li ul li span.justify{display:inline-block; text-align:justify; -moz-text-align-last:justify; text-align-last:justify;}
.aside-box .aside-bottom > ul > li ul li span b{display:block; font-size:20px; width:100px; margin-right:1em; color:#fff; font-weight:400;text-align:justify; -moz-text-align-last:justify; text-align-last:justify;}
.aside-box .aside-bottom > ul > li ul li span{font-size:20px; font-weight:300; color:#fff;}
.aside-box .aside-bottom > ul > li .number{color:#fff; font-size:35px; font-weight:bold;}

@media screen and (max-width:1200px){
    .aside-box{left:0; right:auto; width:100%; height:auto;}
    .aside-box .aside-bottom{padding:20px;}
    .aside-box .aside-bottom > ul > li h4{font-size:1.429rem;}
    .aside-box .aside-bottom > ul > li p{font-size:1.143rem;}
    .aside-box .aside-bottom > ul > li .number{font-size:2.143rem}
    .aside-box .aside-bottom > ul > li{float:left; width:33.3333%; box-sizing:border-box; padding:2%;}
}
@media screen and (max-width:1000px){

    .section8_con {margin-top:0px;}
    .section.help-desk{height:auto;}
    .section.help-desk .jk-map{height:430px;}
	#daumRoughmapContainer1647239462963 {width:100%; height:100%;}
	.aside-box {background:#00c7c3;}
	.aside-box .aside-bottom > ul > li{width:100%; float:none; margin-bottom:1em;}
	.aside-box .aside-bottom > ul > li h4{color:#fff;font-size:25px;}
	.aside-box .aside-bottom > ul > li h5{color:#fff;font-size:20px; line-height:38px;}
    .aside-box .aside-bottom > ul > li p{color:#fff; font-size:20px;}
    .aside-box .aside-bottom > ul > li ul li span {font-size:16px;}
    .aside-box .aside-bottom > ul > li ul li span b{width:70px; font-size:16px;}
    .aside-box .aside-bottom > ul > li .number{font-size:30px;}
}


#jssor_1 {margin:0 auto 100px;}

@media screen and (max-width:1000px){
    #jssor_1 {margin:0 auto 10px;}
}

#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 }

.root_daum_roughmap { width:100% !important; border:0 !important; padding:0 !important }
.root_daum_roughmap .wrap_map { width:100%; height:650px !important }


.pc_only { display:block !important }

#sub_visual {margin-top:100px; height:228px; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 { text-align:center; font-size:2.7em;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:15px; 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:2.4em; 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:#006bbd; }

/* 그누보드 수정 */
#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) }


.surgery-info-area {  text-align: center;}
.surgery-info-area .cont .item {
    text-align: center;
	width: calc(100% /5 - 20px);
	display:inline-block;
	margin-bottom:30px;
}
.surgery-info-area .cont p {
    font-weight: 800;
    font-size: 20px;
    margin: 10px 0 10px;
}
.surgery-info-area .cont span {
    line-height: 1.2;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    color: #828282;
}

@media (max-width:1360px) {
    .surgery-info-area .cont img {
        width: 90px;
    }
    .surgery-info-area .cont p {
        font-size: 16px;
        margin: 10px 0 5px;
    }
    .surgery-info-area .cont span {
        font-size: 14px;
    }
}

@media (max-width:1000px) {
    .surgery-info-area .cont {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .surgery-info-area .cont.cont-item-6 {
        justify-content: center;
    }
    .surgery-info-area .cont .item {
        width: 32.0417vw;
        margin-top: 5.8594vw;
    }
    .surgery-info-area .cont .item:nth-of-type(1),
    .surgery-info-area .cont .item:nth-of-type(2),
    .surgery-info-area .cont .item:nth-of-type(3) {
        margin-top: 0;
    }
    .surgery-info-area .cont img {
        width: 16.9271vw;
    }
    .surgery-info-area .cont p {
        font-size: 3.6458vw;
        margin: 2.6042vw 0 0;
    }
    .surgery-info-area .cont span {
        font-size: 3.2552vw;
    }
}
@media (max-width:600px) {

    .surgery-info-area {margin-top:50px; margin-bottom:50px;}
	.surgery-info-area .cont img {
        width: 120px;
    }
    .surgery-info-area .cont p {
        font-size: 16px;
        margin: 10px 0 5px;
    }
    .surgery-info-area .cont span {
        font-size: 14px;
    }
	.surgery-info-area .cont .item {
    text-align: center;
	width: calc(100% /2 - 20px);
	display:inline-block;
	margin-bottom:30px;
	}
}



.medical_subject {background:#f8f8f8; padding:50px 0; font-size:0; text-align:center;}
.medical_subject h3 {text-align:center; font-size:40px; font-weight:800; color:#00070c; letter-spacing:-.5px;}
.medical_subject h4 {text-align:center; padding-top:10px; font-size:13px; color:#b9b9b9; letter-spacing:2px; font-weight:700; margin:0; padding-bottom:10px;}
.medical_subject .rv-item {display:inline-block; text-align:center; width: calc(100% /4 - 0px);} 
.medical_subject .main-rv {padding-top:30px; font-size:20px; line-height:1.5em;letter-spacing:-.5px; font-weight:500; color:#7e665a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal;}
.medical_subject .sub-rv {font-size:30px; color:#7e665a; line-height:1.3; font-weight:800; letter-spacing:-.5px; margin:5px 0 3px 0; }
.medical_subject .sub-rv2 {background:#00c73c; border-radius:20px; font-size:20px; color:#fff; display:inline-block; padding:5px 30px; line-height:1.3; font-weight:800; letter-spacing:-.5px; margin:5px 0 3px 0; }
.medical_subject .more-rv {padding-top:10px; font-size:15px; color:#666; font-weight:300; display:block }

@media all and (max-width:1000px){
	.medical_subject {padding:70px 0;}
}

@media all and (max-width:600px){
	.medical_subject {background:#f5f5f5; padding:50px 0; margin-top:0px;}
	.medical_subject h3 {font-size:30px; }
	.medical_subject .rv-item {width: 100%; margin-bottom:20px;} 
	.medical_subject .main-rv { font-size:15px; padding-top:15px;}
	.medical_subject .sub-rv {font-size:25px; margin:0px 0 3px 0; }
	.main-img img {width:100px;}

}


.subtable { width:80%; margin:20px auto;border-top:1px solid #333; border-radius:10px;}
.subtable thead th{background:#21cfcd; padding:15px 5px; border:1px solid #ddd; color:#fff; font-size:18px; font-weight:800; }
.subtable tbody th {text-align:center; background:#4c4c4c; color:#fff; padding:13px 0; width:20%; border:1px solid #ddd; font-size:18px; font-weight:800; }
.subtable tbody th:last-child {border-radius: 0 0 10px 10px; }
.subtable tbody td {font-size:16px; border-bottom:1px solid #f7f7f7; padding:13px 5px; background:#fff; line-height:1.5; color:#35363a; text-align:center; font-weight:400; letter-spacing:-0.03px; border:1px solid #ddd;}
.subtable tbody td.t_left{text-align:left;}

@media (max-width:540px) {
	.subtable thead th,
	.subtable tbody td,
	.subtable tbody th{line-height:1.5; padding:5px; font-size:12px;}
}