@charset "utf-8";

@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }

@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansMedium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: normal; font-style: normal; }

/* 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:noto sans kr, 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:noto sans kr }
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:noto sans kr, 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 {margin-top:-100px; height:100px; position:fixed; width:100%; z-index:100; color:#fff; background:#fff; transition:all .3s }
#header a {  }
#header h1 { float:left;background-image:url(../img/ci_eng.png); font-size:0; width:180px; height:65px; margin-top:17px;}
#header h1 a { width:180px; height:65px; background-size:100%;display:inline-block;}
#header .gnb { float:right; margin:25px 110px 0 30px }
#header .gnb .depth1 { float:left; padding:0 0px; width:125px; position:relative }
#header .gnb .depth1:nth-child(2) {width:180px;}
#header .gnb .depth1:nth-child(3) {width:150px;}
#header .gnb .depth1:nth-child(4) {width:170px;}
#header .gnb .depth1 > a {color:#000; display:inline-block; height:45px; line-height:45px; font-size:18px; font-weight:500; letter-spacing:-.5px;}
#header .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb .depth2 > a { display:inline-block; font-weight:400; font-size:1.05em; line-height:1.4; padding:7px 0;letter-spacing:-.5px; }
#header .btn_user { float:right; margin:35px 0 0 0; display:block; font-size:19px }
#header .user { position:absolute; right:0px; top:35px; }
#header .user ul {font-size:0;}
#header .user ul li {display:inline-block;  font-size:12px; margin-left:-1px; font-weight:500; border:1px solid #ddd;  padding:5px 10px; }
#header .user ul li:first-child {background:#fff;}
#header .user ul li:last-child {background:rgba(0,0,0,0.2);}
#header .user ul li:last-child a {color:#fff;}
#header .user a { color:#6e6e6e; }
#header .user a:hover { color:#222 }
#header .user.on a { height:40px }
#header .gnb .depth1 > a:before { background:#0d4a9a; margin-top:50px; content:""; height:3px; left:0px; position: absolute; width:0%; transition:0.3s; }
#header .gnb .depth1:hover > a:before { width:50px; }

#header.down { background:#fff; height:290px }
#header.down a { color:#484848;}
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a {color:#000; margin-bottom:25px }
#header.down .gnb .depth1:hover > a { color:#000; }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#0d4a9a }
#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2) }
#header.on a { color:#484848; }
#header.on h1 a { background-position:0 -62px }
#header.down h1 a { background-position:0 62px }

#footer { padding:50px 0; margin:0px 0 0 0; background:#252525; 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 { position:absolute; right:0; top:0 }
#footer nav li { float:left; margin:0 0 0 17px; }
#footer .f_center {text-align:center; font-size:15px;}
#footer dt, #footer dd { display:inline-block }
#footer dd { margin:0 20px 0 5px }
#footer .copyright { margin:10px 0 0 0 }
#footer #top_btn { border:0; background:rgba(0,0,0,0.5); font-size:30px; color:#fff; right:30px; bottom:30px }
#footer #top_btn:hover { background:rgba(0,0,0,1) }
#footer #top_btn i { vertical-align:2px }

#main_visual {margin-top:100px; height:calc(630px); 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 .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-weight:600; line-height:1.2; margin:55vh 0 0 0; font-size:40px;  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-weight:600; font-size:40px; line-height:1.2; margin:0px 0 0 0; animation:down .5s 1.4s forwards; opacity:0 }


#main_visual .btn_more { display:inline-block; margin:36px 0 0 0; text-indent:-9000px; font-size:0; width:33px; height:33px; border:1px solid #fff; border-radius:50%; background:url(../img/btn_more.png) no-repeat center; opacity:0; animation:opacity .5s 1.8s forwards }
#main_visual .btn_more:hover { transform:rotate(-90deg); background-color:#000; border-color:#000 }
#main_visual .bx-controls {display:none; position:absolute; bottom:20px; width:100%; text-align:center; z-index:100 }
#main_visual .bx-controls-direction { display:none }
#main_visual .bx-pager { display:inline-block; vertical-align:middle }
#main_visual .bx-pager > div { display:inline-block; }
#main_visual .bx-pager a { text-indent:-9000px; font-size:0; display:inline-block; width:20px; height:20px; border:2px solid #fff; border-radius:50%; margin:0 3px }
#main_visual .bx-pager a.active { background:#fff }
#main_visual .bx-controls-auto { display:inline-block; vertical-align:middle }
#main_visual .bx-controls-auto > div { display:inline-block }
#main_visual .bx-controls-auto a { display:inline-block; height:20px; width:20px; color:#fff; text-indent:-9000px; font-size:0; background-position:center; background-repeat:no-repeat; margin:0 5px }
#main_visual .bx-controls-auto a.bx-start { background-image:url(../img/btn_play.png) }
#main_visual .bx-controls-auto a.bx-stop { background-image:url(../img/btn_pause.png) }
#main_visual .bx-controls-auto a.active { display:none }


.wpb_text_column { margin-top:40px; overflow:hidden;}
.main_img {float:left; width:50%;}
.main_tt {display:inline-block; letter-spacing:-.5px; width:45%; margin-left:5%; padding-top:60px;}
.main_tt h3 { font-size: 30px; color: #313131; font-weight:400; padding-bottom:20px;}
.main_tt h3 span { font-weight:600;}
.main_tt p { font-size: 17px; color: #313131; font-weight:300;}
.main_tt i {font-style:normal; font-size:17px; border:1px solid #333; width:180px; line-height:50px; padding:0px 20px; margin-top:20px; display:block; text-align:center;}

@media (max-width:640px){
	.main_img {float:none; width:100%;}
	.main_tt {display:block; width:100%; margin-left:0; padding:20px;}
	.main_tt h3 { font-size: 22px; padding-bottom:20px;}
	.main_tt p { font-size: 15px;}
}

.sec01_wrap {margin:50px 0 0 0; background:url(../img/slide_bg.jpg) center top no-repeat; padding:50px 0;}
.sec01_list{display:table}
.sec01_desc{display:table-cell;vertical-align:top;width:32.75%;box-sizing:border-box;padding:5% 40px 0 40px;background:#0d4a9a;position:relative}
	.slide-count-wrap{position:absolute;bottom:30px;left:40px;color:#fff;font-size:15px;font-weight:bold;width:40px;height:40px}
	.slide-count-wrap:before{content:'';width:1px;height:55px;border-left:1px solid #fff;opacity:0.6;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;bottom:-8px;right:19px}
	.slide-count-wrap .current{position:absolute;top:0;left:0}
	.slide-count-wrap .total{opacity:0.6;position:absolute;bottom:0;right:0}

.sec01_desc dl:after{content:'';display:block;width:40px;height:2px;background:#fff;margin:12% 0 10%}
	.sec01_wrap_en .sec01_desc dl:after{margin:9% 0 7%}
	.sec01_wrap_es .sec01_desc dl:after{margin:7% 0 5%}
.sec01_desc dl dt{color:#fff; line-height:1;font-size:30px;font-weight:600; padding-bottom:5%}
	.sec01_wrap_ch .sec01_desc dl dt{padding-bottom:10px}	
	.sec01_wrap_en .sec01_desc dl dt{padding-bottom:0;font-size:28px}
	.sec01_wrap_es .sec01_desc dl dt{padding-bottom:0;font-size:28px}

.sec01_desc dl dd{color:#fff; font-weight:600; font-size:20px; opacity:0.5; line-height:22px}
.sec01_desc p{color:#fff; font-size:16px;line-height:24px}
	.sec01_wrap_en .sec01_desc p{font-size:15px;line-height:22px}
	.sec01_wrap_es .sec01_desc p{font-size:15px;line-height:22px}
.sec01_desc p.bold{padding-top:10%}
.sec01_img{display:table-cell;vertical-align:top;width:67.25%}
.sec01_img img{width:100%;max-width:780px}
#sec01_slider{position:relative}
#sec01_slider li.slick-slide{outline:none}
#sec01_slider .sec01-arrow{position:absolute;bottom:30px;width:40px;height:40px;background-size:auto;z-index:9999;opacity:0.7;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;cursor:pointer}
#sec01_slider .sec01-arrow:hover{opacity:1}
#sec01_slider .sec01-prev{background:url("../img/sec01_prev.png") no-repeat;left:109px}
#sec01_slider .sec01-next{background:url("../img/sec01_next.png") no-repeat;left:151px}

@media (max-width:970px){
	.main_tt h3{line-height:40px}
	#sec01_slider{max-width:670px;margin:0 auto}
	.sec01_list{display:block;position:relative}
	.sec01_img{display:block;width:100%}
	.sec01_desc{position:absolute;top:0;left:0;right:0;bottom:0;display:block;width:50%;background:rgba(13, 74, 154, 0.7);padding:7% 30px 0 30px;z-index:100}
	.slide-count-wrap{left:30px}
	.sec01_desc dl:after{margin:10% 0 8%;width:35px}
	.sec01_desc dl dt{font-size:28px;padding-bottom:4%}
		.sec01_wrap_en .sec01_desc dl dt{font-size:24px}
		.sec01_wrap_es .sec01_desc dl dt{font-size:24px}
	.sec01_desc dl dd{font-size:13.5px;line-height:21px}
	.sec01_desc p{font-size:15px;line-height:23px}
		.sec01_wrap_en .sec01_desc p{font-size:14px;line-height:21px}
		.sec01_wrap_es .sec01_desc p{font-size:14px;line-height:21px}
}

@media (max-width:640px){
	.sec01_desc{width:100%;padding:9% 20px 0 20px}
	.sec01_desc dl:after{margin:13px 0 11px;width:25px}
		.sec01_wrap_en .sec01_desc dl:after{margin:22px 0 13px;width:30px}
	.sec01_desc dl dt{padding-bottom:2%}
	.sec01_desc p.bold{padding-top:0}
	.slide-count-wrap{display:none}
	#sec01_slider .sec01-arrow{bottom:20px}
	#sec01_slider .sec01-prev{left:20px}
	#sec01_slider .sec01-next{left:62px}
}
@media (max-width:530px){
	.sec01_desc{padding:6% 20px 0 20px}
	.sec01_desc dl:after{margin:7px 0}
}
@media (max-width:480px){
	.main_tt h3{letter-spacing:-1px;line-height:30px}
	.sec01_desc{padding:30px 10px 0 10px;text-align:center}
		.sec01_wrap_en .sec01_desc{padding:20px 10px 0 10px}
		.sec01_wrap_es .sec01_desc{padding:20px 10px 0 10px}
	.sec01_desc dl:after{margin:7px auto 9px;width:20px}
		.sec01_wrap_en .sec01_desc dl:after{margin:15px auto 8px}
		.sec01_wrap_es .sec01_desc dl:after{margin:15px auto 8px}
	.sec01_desc dl dt{padding-bottom:6px;font-size:22px}
		.sec01_wrap_en .sec01_desc dl dt{font-size:22px}
		.sec01_wrap_es .sec01_desc dl dt{font-size:22px}
	.sec01_desc dl dd{font-size:13px;line-height:21px}		
	.sec01_desc p{font-size:14px;line-height:22px}
		.sec01_wrap_en .sec01_desc p{font-size:13px;line-height:20px}
		.sec01_wrap_es .sec01_desc p{font-size:13px;line-height:20px}
	.sec01_desc p.bold{padding-top:2px}
	.sec01_img{height:280px;overflow:hidden}
	.sec01_img img{position:relative;left:50%;-webkit-transform:translate(-50%, 0) !important;-ms-transform:translate(-50%, 0) !important;transform:translate(-50%, 0) !important;height:100%;width:auto;max-width:none}
	#sec01_slider .sec01-prev{left:auto;right:50%;margin-right:2px}
	#sec01_slider .sec01-next{left:50%;margin-left:2px}

}



.main_banner {background:url(../img/banner_bg.gif) center top no-repeat; padding:30px 0;}
.main_banner ul li {display:inline-block; width: calc(100% /3 - 12px);}
.main_banner ul li dl {display:inline-block; letter-spacing:-1px; vertical-align:top;}
.main_banner ul li dl dt {color:#fff; font-size:26px; font-weight:600; padding-top:20px;}
.main_banner ul li dl dd {color:#fff; font-size:18px;}

@media (max-width:1000px){
	.main_banner ul li {text-align:center;}
	.main_banner ul li dl {display:block; letter-spacing:-1px; vertical-align:top;}
}

@media (max-width:640px){
	.main_banner ul li {display:block; width:100%; text-align:left; padding:0 30px;}
	.main_banner ul li dl {display:inline-block; letter-spacing:-1px; vertical-align:top;}
	.main_banner ul li dl dt { font-size:20px; font-weight:600; padding-top:20px;}
	.main_banner ul li dl dd { font-size:15px;}
	.main_banner ul li dl img {width:80%;}
}

#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:28%; float:left; margin-right:45px;}
.main_bbs > div { position:relative; margin:40px 0 0 0 }
.main_bbs > div:first-child { margin:0 }
.main_bbs h3 { font-size:20px; font-weight:700; letter-spacing:-1px; line-height:1; border-bottom:0px solid #898989; padding:0 0 15px }
.main_bbs h3:after {content: ""; display:block; margin:30px auto; width:100px; height:4px; background:#cecece; }
.main_bbs h3 span {font-size:17px; display:inline-block; margin-left:20px;}
.main_bbs h3 span:before {content: ""; position:absolute; width:1px; height:10px; background:#e5e5e5; text-align:left; margin-left:-10px; margin-top:5px;}


.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:0px solid #e0e0e0; margin:0 }
.pic_li_lt li:first-child .lt_img { display:none }
.pic_li_lt li .pic_li_tit { font-weight:400; font-size:16px; color:#565656; font-weight:500; vertical-align:top; width:calc(100% - 60px); padding:30px 15px; }
.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:38px; right:0; text-indent:-9000px;  font-size:0; background:url(../img/more.gif) no-repeat center; width:17px; height:17px; display:block }
.pic_li_lt .empty_li { line-height:100px }

.main_cs { width:53%; float:right; position:relative }
.root_daum_roughmap { width:100% !important; border:0 !important; padding:0 !important }
.root_daum_roughmap .wrap_map { width:100%; height:440px !important }
.main_cs .root_daum_roughmap .wrap_controllers { border:0 !important; background:#fff !important }
.main_cs .root_daum_roughmap .map_border { display:none !important }




.implant_warp{ width:100%; overflow:hidden;}
.mar_imgs{float:left; width:50%; overflow:hidden; background:#000; position:relative;}
.mar_texts{float:right; width:50%; padding:9% 6% 9% 6%; display:inline-block; background:#fcfcfc; position:relative; text-align:center;}
.mar_texts h3 {font-size:40px; color:#2d5287; font-weight:500;}
.mar_texts h3:after {content: ""; display:block; margin:30px auto; width:48px; height:3px; background:#2d5287; }
.mar_texts p {font-size:20px; color:#2d2d2d; font-weight:400; letter-spacing:-1px; }
.po_warps{margin-top:30px; position:relative; text-align:center;}
.po_warps li { padding:5px 10px 5px 10px; border:2px solid #146ab5; font-size:15px; font-weight:400; width: calc(100% /3 - 17px); letter-spacing:-1px; border-radius:20px; display:inline-block; color:#146ab5; margin:5px;}
.po_warps li a{ color:#146ab5; }


@media screen and (max-width:1200px) {
.mar_texts{ padding:5% 0% 5% 0%;}
}

@media screen and (max-width:800px) {
.implant_warp{ width:100%; padding-bottom:0px;}
.mar_imgs{width:100%;}
.mar_texts{width:100%; padding:5% 10% 10% 10%; display:inline-block; background:#fcfcfc; position:relative;}
.mar_texts h3 {font-size:35px; }
.mar_texts p {font-size:17px; }
.po_warps{position:relative; text-align:center;}
.po_warps li a{padding:5px 0px 5px 0px; border-radius:20px; display:inline-block; }
}



.lb_ws{width:100%; height:auto;  background:#2d5287; display:inline-block; padding:20px;}
.cc_ib{color:#acb6c9;}
.ib_conws{text-align:center; width: calc(100% /4 - 17px); float:left; position:relative; padding:20px;}
.ib_conws:before{ position:absolute; content:''; right:0px; width:1px; height:80%; top:10%; background:#426493;}
.ib_conws p {font-size:20px; font-weight:600; color:#fff;}

@media screen and (max-width:800px) {

.lb_ws{width:100%; height:auto;  background:#2d5287; display:inline-block; padding:20px;}
.cc_ib{color:#acb6c9;}
.ib_conws{width: calc(100% /2 - 17px); float:left; position:relative; padding:20px;}
.ib_conws:before{ position:absolute; content:''; right:0px; width:1px; height:80%; top:10%; background:#426493; opacity:0.2;}

 }



.tour_con01{overflow:hidden; padding:50px 0;}
.tour_con01 img {width:100%;}
.tour_con01 .m_title {text-align:left; margin-top:70px;}
.tour_con01 .m_title h1 { font-size:35px; font-weight: 500; color:#2d5287; line-height: 42px; letter-spacing:-1px; padding-top:60px; padding-bottom:30px;}
.tour_con01 .m_title h1 b {font-weight: 700; color: #f3bb25;}
.tour_con01 .m_title p {font-size:17px; color:#505050; font-weight:500; letter-spacing:-1px;}
.tour_con01 .left {float:left; width:50%;}
.tour_con01 .right {float:right; width:50%;}
.tour_con01 .thumbs_wrap{position:relative; margin-top:0px; }
.tour_con01 .gallery-thumbs .swiper-slide2:before{content:''; display:block; position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0, 0, 0, 0.2); z-index:1;}
.tour_con01 .gallery-thumbs .swiper-slide-thumb-active:before{display:none; }
.tour_con01 .gallery-thumbs .swiper-slide-thumb-active {border:4px solid #2d5287;}

.tour_con01 .swiper-button-prev{font-size:30px; color:#f3bb25;  left:0px; top:-50px;}
.tour_con01 .swiper-button-prev:after{display:none;}
.tour_con01 .swiper-button-next{font-size:30px; color:#f3bb25; left:70px; top:-50px;}
.tour_con01 .swiper-button-next:after{display:none;}

.gallery-thumbs .swiper-slide-active {
    border:4px solid #2d5287;
}

@media all and (max-width:1200px){
	.tour_con01 .swiper-button-prev{left:-25px;}
	.tour_con01 .swiper-button-next{right:-25px;}
}
@media all and (max-width:1000px){
	.tour_con01 .thumbs_wrap{margin-top:20px;}
	.tour_con01 .swiper-button-prev{display:none;}
	.tour_con01 .swiper-button-next{display:none;}
}

@media all and (max-width:640px){
	.tour_con01{padding:0px 0; margin-top:0px; padding-bottom:0px; }
	.tour_con01 .left {float:none; width:100%; padding-bottom:50px;}
	.tour_con01 .right {float:none; width:100%;}
	.tour_con01 .m_title {text-align:left; margin-left:40px; margin-top:0px;}
	.tour_con01 .m_title h1 {font-size:28px; line-height:33px;}
	.tour_con01 .m_title p {font-size:16px;}
}





.js_customer{padding:50px 0;}
.js_customer .main_tit{color:#fff;}
.js_customer .main_tit h2{border-bottom:1px solid #fff;}

.js_customer .item_box > div{overflow:hidden;}
.map_box{position:relative;float:left;width:50%;height:440px;}
.map_box #daumRoughmapContainer1623716690922{width:100% !important;height:100%;}
.root_daum_roughmap .wrap_map{height:100% !important;}

.map_box .address{width:100%;height:83px;background:rgba(63,63,63,.9);color:#fff;position:absolute;bottom:0;text-align:center; padding-top:7px; z-index:2;}
.map_box .address p{font-size:20px; color:#fff;}
.map_box .address h3{font-size:25px; color:#fff; font-weight:600; margin-top:0px;}

.info_box{float:left;width:50%;background:#2d5287;padding-top:50px;padding-left:30px; padding-bottom:50px;}
.info_box > p{font-size:40px;color:#fff;}
.info_box > p img{vertical-align:middle;margin-right:30px;}
.info_box > p span{display:inline-block;vertical-align:middle;}
.info_box .time{font-size:25px; font-weight:600; }
.info_box .time span {font-size:18px; display:inline-block; padding-left:10px;}
.info_box .time span.yellow {color:#ffcc00; font-size:13px;}
.info_box .time span.op {display:block; color:#acb6c9; font-size:13px;}

.schedule{display:inline-block;margin-top:20px;}
.schedule a{color:#fff;}
.schedule {display:inline-block; width: calc(100% /2 - 7px);}
.schedule li{ color:#fff;font-size:25px;}
.schedule p{display:inline-block; font-size:15px;}
.schedule .day{margin-right:10px; font-weight:600;vertical-align:top;}
.schedule .day span.ls1{letter-spacing:1.5em}
.schedule .day span.ls2{letter-spacing:0.04em;}
.schedule .time{font-size:15px; font-weight:600; vertical-align:top;}

.info_txt{padding-top:0px; color:#acb6c9; font-size:14px; font-weight:600;}

.info_box2{padding-top:13px;padding-left:30px; padding-bottom:12px; background:#333;}
.info_box2 dl {width:90%; background: url('../img/icon_call.png') no-repeat right center;}
.info_box2 .tel{color:#fff; font-size:25px; font-weight:600; }
.info_box2 .tel span {font-size:18px; display:inline-block; padding-left:10px;}
.info_box2 dd {color:#fff; font-size:45px; font-weight:600; }


@media screen and (max-width:1200px) {
.js_customer{padding:10.0vw 0;}

.js_customer .item_box > div{height:auto;width:100%;}

.js_customer .item_box > div.map_box{height:50vw;}

.map_box .address{height:6.7vw;bottom:0;padding:1.2vw 0;}
.map_box .address p{font-size:1.7vw;}
.map_box .address h3{font-size:2.5vw; margin-top:0.4vw;}

.info_box{padding-top:4.2vw;padding-left:7.5vw;padding:4.2vw 7.5vw;}
.info_box > p{font-size:3.3vw;}
.info_box > p img{margin-right:2.5vw;}
.info_box .tel{margin-bottom:2.5vw;}
.schedule{margin-top:1.7vw;}
.schedule li{font-size:2.1vw;padding:1.2vw 1.3vw;}
.schedule .day{margin-right:1.7vw;}
}


@media screen and (max-width:768px) {
.js_customer{padding:6.6vw 0;}

.js_customer .item_box > div.map_box{height:65vw;}

.map_box .address{width:100%;height:15.1vw;bottom:0;padding:1.8vw 0;}
.map_box .address p{font-size:2.6vw;}
.map_box .address h3{font-size:3.9vw; margin-top:0.7vw;}
                                            
.info_box{padding:6.5vw 11.7vw;}
.info_box > p{font-size:5.2vw;}
.info_box > p img{margin-right:3.9vw;width:7vw;}
.info_box .tel{margin-bottom:3.9vw;}

.schedule{display:block;margin-top:20px; width:100%;}
.schedule{margin-top:2.6vw;}
.schedule li{font-size:3.3vw;padding:1.8vw 2.0vw;}
.schedule .day{margin-right:2.6vw;}

.info_box2 dl {background:none;}
}


.footer_banner_zone{position:relative; width:100%; }
.footer_banner_zone .flow_banner_box{position:relative; width:1200px; margin:0 auto; background:#fff; height:66px;}
.footer_banner_zone .flow_banner_box .flow_bann_area ul{*zoom:1;}
.footer_banner_zone .flow_banner_box .flow_bann_area ul:after{content:""; display:block; clear:both;}
.footer_banner_zone .flow_banner_box .flow_bann_area ul li{float:left; padding-right:15px;}
.footer_banner_zone .flow_banner_box .flow_bann_area ul li a{}
.footer_banner_zone .flow_banner_box .flow_bann_area ul li a img{border:1px solid #f2f2f2;}
/* btn */
.flow_ctrl_box{}
.flow_ctrl_box a{position:absolute; top:20px;  width:16px; height:26px; background-image:url(./images/flow_ctrl_side_btn.gif);}
.flow_ctrl_box a.back{left:18px; background-position:0 0;}
.flow_ctrl_box a.next{right:18px; background-position:16px 0;}
.flow_ctrl_box a.play{background:none; width:auto; height:auto; top:0; left:-30px; font-size:13px; color:#fff; background:#333; border-radius:15px; text-decoration:none; padding:5px 10px;}
.flow_ctrl_box a.stop{background:none; width:auto; height:auto; top:31px; left:-30px; font-size:13px; color:#fff; background:#333; border-radius:15px; text-decoration:none; padding:5px 10px;}

.pc_only2 {display:block;}

@media screen and (max-width:1200px) {
	.pc_only2 {display:none;}
	.foot_banner {text-align:center; margin-bottom:30px;}
	.foot_banner ul li {display:inline-block; border:1px solid #f2f2f2; margin-bottom:3px;}
}


.w1200 {width:1200px; margin:0 auto; position:relative}
.w1400 {width:1400px; margin:0 auto; position:relative}


@media screen and (max-width:1150px) {

.w1200 {width:100%;}
.w1400 {width:100%;}

}


.pc_only { display:block !important }

#sub_visual {margin-top:100px; height:237px; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 { text-align:center; font-size:40px;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 { text-align:center; font-size:18px; letter-spacing:-.5px; 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; border-bottom:1px solid #e1e1e1;}
.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 {display:inline-block;width: calc(100% /6 - 10px); text-align:center; }
.left_snb li a {border-bottom:2px solid #fff; color:#919191; display:block; padding:18px 7px; font-size:17px; font-weight:500; position:relative; letter-spacing:-1px}
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a { border-bottom:2px solid #2d5287; color:#2d5287;}
.left_snb li.on a { border-bottom:2px solid #2d5287; color:#2d5287; font-weight:500; }

.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:35px; line-height:1; letter-spacing:-1.5px; color:#303030; font-weight:600;padding-bottom:30px; margin:5px 0 30px 0 }

/* 그누보드 수정 */
#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) }


.intro_con{width:100%; max-width:1920px; margin:0 auto; position:relative; overflow:hidden;}
.intro_con .inner{height:100%;}
.intro_con .inner:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.intro_con:before{content:""; width:50%; height:100%; background:url('../img/intro_img.jpg') center top no-repeat; position:absolute; left:0; top:0;}
.intro_con:after{content:""; width:50%; height:100%; background:#fff; position:absolute; right:0; top:0;}
.intro_con .text{position:relative; z-index:2; width:50%; float:left; padding:80px 50px 80px 0; box-sizing:border-box;}
.intro_con .text .hr{width:18px; height:3px; background:#9fc5e7;}
.intro_con .text p{font-size:26px; color:#222; letter-spacing:-0.07em; font-weight:200; margin:10px 0 20px;}
.intro_con .text ul li{margin-bottom:22px; padding:20px; background:#fff; box-sizing:border-box; font-size:0; letter-spacing:-4px;}
.intro_con .text ul li:last-child{margin-bottom:0;}
.intro_con .text ul li i{width:20px; height:20px; display:inline-block; vertical-align:middle;}
.intro_con .text ul li span{width:calc(100% - 20px); display:inline-block; vertical-align:middle; padding:0 10px; box-sizing:border-box; font-size:18px; color:#222; letter-spacing:-0.075em; font-weight:200;}
.intro_con .right{position:relative; z-index:2; width:50%; float:left; padding:80px 0 80px 50px; box-sizing:border-box;}
.intro_con .right .img_box{position:relative;}
.intro_con .right .img_box img{width:100%;}
.intro_con .right .img_box .img_text{padding:20px 0; text-align:left; }
.intro_con .right .img_box .img_text h3{font-size:23px; color:#262626; letter-spacing:-0.075em; font-weight:600; line-height:30px; padding-bottom:20px;}
.intro_con .right .img_box .img_text p{font-size:16px; color:#262626; letter-spacing:-.5px; font-weight:300; line-height:25px;}

@media all and (max-width:1000px){
	.intro_con:before{display:none;}
	.intro_con:after{display:none;}
	.intro_con .text{width:100%; float:none;  padding:40px 40px;}
	.intro_con .right{background:#e6ebf0; width:100%; float:none; padding:50px 40px;}
	.intro_con .right .img_box .img_text h3{font-size:20px;}
	.intro_con .right .img_box .img_text p{font-size:16px;}

}




.contact_con01{background:#fff; padding-top:20px; }
.contact_con01 .inner {width:1200px; margin:0 auto;}
.contact_con01 .inner:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.contact_con01 .inner .left{padding-right:65px; box-sizing:border-box;}
.contact_con01 .inner .left .top{position:relative; text-align:right;}
.contact_con01 .inner .left .top:before{content:""; display:block; height:1px; width:100%; background:#dddddd; position:absolute; left:0; bottom:1px;}
.contact_con01 .inner .left .top span{ position:relative; display:inline-block; vertical-align:top; background:#fff; padding:0 10px; box-sizing:border-box; font-size:15px; color:#aaaaaa; letter-spacing:0em; font-weight:400;}
.contact_con01 .inner .left ul{margin:60px 0;}
.contact_con01 .inner .left ul:after{clear:both; content:""; display:block; height:0; visibility:hidden;}
.contact_con01 .inner .left ul li{float:left; }
.contact_con01 .inner .left ul li:nth-child(1) {width:50%;}
.contact_con01 .inner .left ul li:nth-child(2) {width:40%; }
.contact_con01 .inner .left ul li h4{ font-size:27px; color:#444444; letter-spacing:-0.035em; font-weight:500; margin:0 0 30px;}
.contact_con01 .inner .left ul li h5{ font-size:55px; color:#2d5287; letter-spacing:-0.025em; margin:0; line-height:1;}
.contact_con01 .inner .left ul li h4 i{display:inline-block; vertical-align:middle; position:relative; top:-7px; margin-right:5px;}
.contact_con01 .inner .left ul li dl{margin:10px 0;}
.contact_con01 .inner .left ul li dl:after{clear:both; content:""; display:block; height:0; visibility:hidden;}
.contact_con01 .inner .left ul li dl dt{background:#f2f4f7; text-align:center; border-radius:5px; transform: rotate(-0.03deg);white-space: pre;   width:80px; float:left; position:relative; font-size:14px; color:#666666; letter-spacing:-0.025em; font-weight:500;}
.contact_con01 .inner .left ul li dl dd{transform: rotate(-0.03deg);  width:calc(100% - 85px); padding-left:25px; box-sizing:border-box; float:left; position:relative; font-size:16px; color:#666666; letter-spacing:-0.025em; font-weight:300;}
.contact_con01 .inner .left ul li p{margin-top:20px; font-size:17px; color:#555; letter-spacing:-0.025em; font-weight:400;}
.contact_con01 .inner .right{float:left; width:380px;}
.contact_con01 .inner .right img{max-width:100%;}

@media all and (max-width:1400px){
	.contact_con01 .inner .left ul li + li{margin-left:30px;}
	.contact_con01 .inner .right{width:380px;}
}

@media all and (max-width:1200px){
	.contact_con01 .inner {width:100%; margin:0 auto;}
	.contact_con01 .inner .left{width:calc(100% - 300px);}
	.contact_con01 .inner .left ul li + li{margin-left:30px;}
	.contact_con01 .inner .right{width:380px;}
}

@media all and (max-width:1200px){

	.contact_con01{padding-top:50px; }
	.contact_con01 .inner .left{width:100%; padding:0; margin-left:20px;}
	.contact_con01 .inner .left ul{margin:30px 0;}
	.contact_con01 .inner .left ul li{display:inline-block; width:50%; max-width:100%; margin:10px 0 !important;}
	.contact_con01 .inner .right{float:none; width:100%;}
	.contact_con01 .inner .left ul li h4{ font-size:27px;}
	.contact_con01 .inner .left ul li h5{font-size:43px; }
	.contact_con01 .inner .left ul li dl dt {font-size:16px;}
	.contact_con01 .inner .left ul li dl dd {font-size:14px;}
	.contact_con01 .inner .right img{width:100%;}
}

@media all and (max-width:640px){

	.contact_con01 .inner .left{float:none; width:100%; padding-left:20px; margin-left:0px; }
	.contact_con01 .inner .left ul{margin:30px 0;}
	.contact_con01 .inner .left ul li{display:block; width:100%; max-width:100%; margin:10px 0 !important;}
	.contact_con01 .inner .left ul li:nth-child(1) {width:100%;}
	.contact_con01 .inner .left ul li:nth-child(2) {width:100%; }
	.contact_con01 .inner .left ul li h4{ font-size:22px; letter-spacing:-1px;}
	.contact_con01 .inner .left ul li dl dt {font-size:13px;}
	.contact_con01 .inner .right{float:none; width:100%;}

}

.contact_con02 .top{position:relative; text-align:left;}
.contact_con02 .top:before{content:""; display:block; height:1px; width:100%; background:#dddddd; position:absolute; left:0; bottom:1px;}
.contact_con02 .top span{position:relative; display:inline-block; vertical-align:top; background:#fff; padding:0 10px; box-sizing:border-box; font-size:18px; color:#aaaaaa; letter-spacing:0em; font-weight:400;}
.contact_con02 .map_box{margin-top:10px; width:100%; height:540px; margin-bottom:30px; border-bottom:3px solid #2d5287; box-sizing:border-box;}
.contact_con02 .map_box > div{width:100%; height:100%;}
.contact_con02 .map_box .wrap_map{width:100%; height:100%;}

.contact_con02 .bot_text{padding:30px 0; }
.contact_con02 .bot_text h4{ font-size:27px; color:#444444; letter-spacing:-0.045em; font-weight:200;margin-top:10px;}
.contact_con02 .bot_text h4 i{display:inline-block; vertical-align:middle; position:relative; top:-6px; margin-right:8px;}
.contact_con02 .bot_text h4 b{font-weight:500;}
.contact_con02 .bot_text h4 span{font-size:18px; color:#888888; letter-spacing:-0.035em; font-weight:200;}
.contact_con02 .bot_text ul{margin-top:5px; font-size:0; letter-spacing:-4px;}
.contact_con02 .bot_text ul li{display:inline-block; vertical-align:top; padding:0 20px; position:relative; font-size:18px; color:#888888; letter-spacing:0em; font-weight:300;}
.contact_con02 .bot_text ul li b{color:#2d5287; font-weight:500;}
.contact_con02 .bot_text ul li:before{content:""; width:1px; height:16px; background:#dddddd; position:absolute; right:0; top:calc(50% - 8px);}
.contact_con02 .bot_text ul li:first-child{padding-left:0;}
.contact_con02 .bot_text ul li:last-child:before{display:none}

.contact_con02 .obser_box{border-top:1px solid #d8d8d8; padding:10px 0;}
.contact_con02 .obser_box dl{margin:50px 0;}
.contact_con02 .obser_box dl:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.contact_con02 .obser_box dl dt{text-align:center; width:110px; float:left;}
.contact_con02 .obser_box dl dt img{max-width:100%;}
.contact_con02 .obser_box dl dt p{font-size:26px; color:#f5f4f3; letter-spacing:-0.035em; font-weight:bold; }
.contact_con02 .obser_box dl dd{width:calc(100% - 110px); float:left; padding:0 40px; box-sizing:border-box;}
.contact_con02 .obser_box dl dd h4{margin:0; font-size:22px; color:#444444; letter-spacing:-0.035em; position:relative; font-weight:200; line-height:20px; border-left:2px solid #2d5287; padding-left:10px; box-sizing:border-box;}
.contact_con02 .obser_box dl dd ul li{margin:10px 0;}
.contact_con02 .obser_box dl dd ul li.inline{min-width:280px; display:inline-block; vertical-align:top;}
.contact_con02 .obser_box dl dd ul li h5{margin:15px 0; font-size:20px; color:#444444; letter-spacing:-0.035em; font-weight:500; position:relative; padding-left:13px; box-sizing:border-box;}
.contact_con02 .obser_box dl dd ul li h5:before{content:""; border-left:6px solid #c1bfbb; border-top:6px solid transparent; border-bottom:6px solid transparent; border-right:6px solid transparent; display:block; position:absolute; left:0; top:calc(50% - 6px); top:10px;}
.contact_con02 .obser_box dl dd ul li p{font-size:18px; color:#888; letter-spacing:-0.035em; font-weight:300; position:relative; padding-left:13px; box-sizing:border-box;}

.contact_con02 .obser_box dl dd ul li span{  display:block; font-size:18px; line-height:30px; color:#888; letter-spacing:-0.035em; font-weight:300;}

.contact_con02 .obser_box dl dd ul li span i { display:inline-block;margin-bottom:5px; margin-right:5px;}
.contact_con02 .obser_box dl dd ul li span i.col01{font-weight:500; width:66px; height:30px; font-style:normal; text-align:center; background:#3353a2; color:#fff; border-radius:30px; }
.contact_con02 .obser_box dl dd ul li span i.col02{font-weight:500; width:66px; height:30px; font-style:normal;  text-align:center; background:#dc1219; color:#fff; border-radius:30px;}
.contact_con02 .obser_box dl dd ul li span i.col03{font-weight:500; width:66px; height:30px;  font-style:normal;  text-align:center; background:#70b0e0; color:#fff; border-radius:30px;}
.contact_con02 .obser_box dl dd ul li span i.col_txt {color:#333;  font-style:normal;}


@media all and (max-width:1000px){
	.contact_con02 .map_box{height:300px;}
	.contact_con02 .bot_text h4{font-size:17px; }
	.contact_con02 .bot_text h4 span{display:block;}
	.contact_con02 .bot_text ul li{padding:0 10px; font-size:16px;}
	.contact_con02 .obser_box dl dt{float:none; display:inline-block; vertical-align:top;  text-align:left;}
	.contact_con02 .obser_box dl dt p{text-align:center;}
	.contact_con02 .obser_box dl dd{width:100%; float:none; padding:10px 0;}
	.contact_con02 .obser_box dl dd ul li span i { display:block;margin-bottom:5px; margin-right:5px;}
	.contact_con02 .obser_box dl dd ul li h5 {font-size:16px; }
	.contact_con02 .obser_box dl dd ul li p{font-size:15px; letter-spacing:0;}
}




.implant_con01 {    position: relative;}
.implant_con01:after {content:""; display:block; clear:both;}
.implant_con01 > img {    width: 100%;    max-width: 600px;    float: left;}
.implant_con01 .wrap {    float: left;    position: relative;    width: calc(100% - 600px);    box-sizing: border-box;}
.implant_con01 .tit {    font-size: 27px; font-weight: 600;  letter-spacing:-1px;  color: #303030; line-height: 100%; word-break: keep-all;    text-align: left; display: block;      padding-bottom: 0.1px;    padding-top: 35px;     padding-left: 35px; }
.implant_con01 .tit span {color:#2d5287;}
.implant_con01 .tit hr {    width: 100%;    height: 2px;    background: #339E9C;    margin-top: 0;    margin-bottom: 20px;    border: none;}
.implant_con01 .tit img {    vertical-align: middle;    margin-right: 5px;    display: inline;}
.implant_con01 .tit strong {    font-size: 36px;    font-weight: 600;    color: #339E9C; }
.implant_con01 .txt1 {font-size: 17px; font-weight: 400; letter-spacing:-1px; transform: rotate(-0.03deg);   color: #303030; line-height: 1.6em; word-break: keep-all;    text-align: left; display: block;    background: #f1f4f9;    padding: 35px;}

@media screen and ( max-width: 640px ) {
    .implant_con01 {        padding: 20px;        position: relative;    }
    .implant_con01 > img {        max-width: 100%;        float: none;    }
    .implant_con01 .wrap {       float: none;        position: relative;        width: 100%    }
    .implant_con01 .tit {       font-size: px;        padding-bottom: 0.1px;        padding-top: 35px;         padding-left: 0;    }
}



.implant_step {position:relative; padding: 0; top:0px;opacity:1; transition:0.7s; background-color:#; margin-top:50px; margin-bottom:30px;}
.implant_step.scrollallu60c80b9c7f784 {opacity:1; transition:1s; top:0;}

.implant_step ul { width: 100%; margin: 0 auto; font-size: 0; text-align: center; }
.implant_step li {     display: inline-block; width: calc(100% /2 - 17px);  position: relative; z-index: 2;    margin-right: 10px;     margin-bottom: 10px;     vertical-align: top;    border: 1px solid #dddddd;    box-sizing: border-box;table-layout:fixed;     overflow: hidden;} 

.implant_step li:nth-child(2n) { margin-right: 0; } 
.implant_step li:last-child { margin-right: 0; } 

.implant_step li img { display: block; width: 100%; }
.implant_step li .image { position: relative;  width: 30%; height: auto; display: block; padding:20px 0; margin:0 auto;}

.implant_step li .tit {     display: table;    height: px; vertical-align: middle;     background: #2d5287;  padding: 20px; box-sizing: border-box;    width: 101%; text-align: center;    table-layout: fixed;}	
.implant_step li .tit .tit_wrap {    display: table-cell;    vertical-align: middle;    color: #ffffff;   font-size: 21px; font-weight: 600;    line-height: 1.6em; word-break: keep-all;}
.implant_step li .txt { font-size: 19px; font-weight: 400;    color: #606060; line-height: 23px; word-break: keep-all; min-height: 120px;    background: #ffffff; padding: 30px; box-sizing: border-box;}
.implant_step li .txt h3 {font-size:18px; letter-spacing:-.5px; font-weight:600; padding-bottom:20px;}
.implant_step li .txt dl dd {font-size:16px; letter-spacing:-.5px; text-align:left; margin-bottom:10px;}
.implant_step li .txt dl dd:before {content: ""; position:absolute; width:4px; height:4px; background:#2d5287; text-align:left; margin-left:-10px; border-radius:50px; margin-top:10px;}
.implant_step li .txt p {font-size:16px; text-align:left; letter-spacing:-1px;} 

.height01 {height:280px;}
.height02 {height:170px;}

@media screen and ( max-width: 640px ) {

.implant_step { padding: 0 20px; opacity:1; top:0; ;}
.implant_step ul { width: 100%; margin: 0; }
.implant_step li {     display: block;  width: 100%;  margin-right: 10px; margin-bottom: 10px;}
.implant_step li:nth-child(3n) { margin-right: 10px; } 
.implant_step li:nth-child(2n) { margin-right: 0; } 
.implant_step li .txt { font-size: 16px; min-height: **txt_height**px;}
.implant_step li .txt br {display:block;}
.implant_step li .tit { height: **tit_height**px;}
.implant_step li .tit .tit_wrap { font-size: px; }

.height01 {height:auto;}
.height02 {height:auto;}
}


.cc_step {position:relative; padding: 0; top:0px;opacity:1; transition:0.7s; background-color:#; ;}
.cc_step.scrollallu60c80b9c7f784 {opacity:1; transition:1s; top:0;}

.cc_step ul { width: 100%; margin: 0 auto; font-size: 0; text-align: center; }
.cc_step li { min-height:470px;   display: inline-block; width: calc(100% /4 - 17px);  position: relative; z-index: 2;    margin-right: 10px;     margin-bottom: 10px;     vertical-align: top;    border: 1px solid #dddddd;    box-sizing: border-box;table-layout:fixed;     overflow: hidden;} 

.cc_step li:nth-child(4n) { margin-right: 0; } 
.cc_step li:last-child { margin-right: 0; } 

.cc_step li img { display: block; width: 100%; }
.cc_step li .image { position: relative;  width: 100%; height: auto; display: block; margin:0 auto;}

.cc_step li .tit {    display: table;  vertical-align: middle;     background: #2d5287;  padding: 20px; box-sizing: border-box;    width: 101%; text-align: center;    table-layout: fixed;}	
.cc_step li .tit .tit_wrap {    display: table-cell;    vertical-align: middle;    color: #ffffff;   font-size: 21px; font-weight: 600;    line-height: 1.6em; word-break: keep-all;}
.cc_step li .txt { font-size: 19px; font-weight: 400;    color: #606060; line-height: 23px; word-break: keep-all; min-height: 120px;    background: #ffffff; padding: 30px; box-sizing: border-box;}
.cc_step li .txt h3 {font-size:20px; font-weight:600; padding-bottom:20px;}
.cc_step li .txt p {font-size:17px; letter-spacing:-1px; margin-bottom:10px;}


@media screen and ( max-width: 640px ) {

.cc_step { padding: 0 20px; opacity:1; top:0; ;}
.cc_step ul { width: 100%; margin: 0; }
.cc_step li {     display: block;  width: 100%;  margin-right: 10px; margin-bottom: 10px;}
.cc_step li:nth-child(3n) { margin-right: 10px; } 
.cc_step li:nth-child(2n) { margin-right: 0; } 
.cc_step li .txt { font-size: 16px; min-height: **txt_height**px;}
.cc_step li .txt br {display:block;}
.cc_step li .tit { height: **tit_height**px;}
.cc_step li .tit .tit_wrap { font-size: px; }

}


.title_ {text-align:center; margin-bottom:30px; margin-top:30px;}
.sub_title {    display: inline-block;    height: 46px;  text-align:center;  padding : 0;	margin:0 auto;}
.sub_title p {font-size:13px; letter-spacing:2px; color:#c7c7c7; padding-bottom:10px; }
.sub_title h3 {    font-size: 23px; font-weight: 600; color: #fff; letter-spacing: -.5px;    margin: 0;     padding: 10px 30px 12px 74px;    border: 1px solid #787f85;    background: #787f85;    position: relative;}
.sub_title h3 span {    color: #787f85; background: #fff;    padding: 12px 10px 10px 10px;    position: absolute; top:0; left: 0;}

.sub_txt {margin-top:20px;}
.sub_txt p {font-size:16px; letter-spacing:-.3px; color:#595959; padding-top:20px;}

.section-header {  text-align: center;  padding: 40px 0 20px; }
.section-header h3 {    font-size: 30px;    color: #000;    font-weight: 600;    margin-top: 5px; }
.section-header hr {    display: block;    width: 40px;    height: 1px;    border: 0;    margin: 20px auto 0;    background-color: #000; }
.section-header small {    display: block;    font-size: 13px;   color:#c7c7c7;  letter-spacing: 2px;    margin-top: 15px; }

@media screen and ( max-width: 640px ) {
      .sub_title h3 {    font-size: 18px; padding: 10px 30px 15px 74px;}
	  .sub_txt p {font-size:15px; padding:20px;}
	  
	  .section-header {      padding: 30px 0 20px; }
      .section-header h3 {        font-size: 27px;        margin-top: 20px; }
      .section-header hr {        display: none; }
}




.effect { position: relative;    padding-bottom: 40px;    background-color: #f4f7fc;}
.effect .section-content {	text-align: center; }
.effect .section-content > ul {	margin-top:20px; overflow: hidden;	display: inline-block; }
.effect .section-content > ul > li {transform: rotate(-0.03deg); width:200px;	float: left;	text-align: center; height:200px; display: table;border-radius: 50%;	background-color: #fff;	border: 3px solid #2d5287;	margin-right: 10px; }
.effect .section-content > ul > li > span {	display: table-cell;	font-size: 16px;	color: #333;	font-weight: 400;	line-height: 21px;	vertical-align: middle; }

@media screen and ( max-width: 640px ) {
    .effect { width:100%;  margin:0 auto;  padding-bottom: 50px;  text-align:center;	  }
	.effect .section-content {width:65%; margin:0 auto;	text-align: center; }
	.effect .section-content > ul {	display: block; 	}
	.effect .section-content > ul > li {	margin-right: 0px;	width:250px; height:250px;}
	.effect .section-content > ul > li span {		font-size: 17px;		line-height: 20px; 	}
}

@font-face {
    font-family: 'SLEIGothicTTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SLEIGothicTTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.article-content {margin:60px 0;}
.pros-list01 {  margin-top: 0px; }
.pros-list01 > li {padding:30px; border:1px solid #ddd; letter-spacing:-1px;   position: relative;    font-size: 16px;    color: #575757;    font-weight: 400;    line-height: 20px;     counter-increment: list-index; }
.pros-list01 > li:before { font-family: 'SLEIGothicTTF';  position: absolute;      top: -13px;      left: -10px;      text-align: center;      width: 37px;      height: 37px;    font-size: 18px;    overflow: hidden;      line-height: 37px;      display: block;      color: #fff;      font-weight: 400;      text-indent: -1px;      content: counter(list-index);      border-radius: 50%;      background-color: #2d5287; }
.pros-list01 > li ~ li {      margin-top: 20px; }
.pros-list01 > li dt {letter-spacing:-1px; font-size:20px; font-weight:600; padding-bottom:10px; color:#333}

@media screen and ( max-width: 640px ) {
        .pros-list01 {      margin-top: 35px; }
        .pros-list01 > li {        font-size: 16px;	line-height: 27px;        padding-left: 56px; }
        .pros-list01 > li:before {       left: 10px;         top: -15px;        width: 37px;          height: 37px;          line-height: 41px;         }
        .pros-list01 > li > br {          display: none; }
        .pros-list01 > li ~ li {          margin-top: 30px; }
}


.pros-list02 {  margin-top: 0px; }
.pros-list02 > li {display:inline-block; width: calc(100% /2 - 7px); padding:30px; border:1px solid #ddd; letter-spacing:-1px;   position: relative;    font-size: 16px;    color: #575757;    font-weight: 400;    line-height: 20px;     counter-increment: list-index; }
.pros-list02 > li:before { font-family: 'SLEIGothicTTF';  position: absolute;      top: -13px;      left: -10px;      text-align: center;      width: 37px;      height: 37px;    font-size: 18px;    overflow: hidden;      line-height: 37px;      display: block;      color: #fff;      font-weight: 400;      text-indent: -1px;      content: counter(list-index);      border-radius: 50%;      background-color: #2d5287; }
.pros-list02 > li ~ li {      margin-top: 20px; }
.pros-list02 > li dt { letter-spacing:-1px; font-size:20px; font-weight:600; padding-bottom:10px; color:#333}

@media screen and ( max-width: 640px ) {
        .pros-list02 {      margin-top: 35px; }
        .pros-list02 > li {   width:100%;     font-size: 18px;	line-height: 27px;        padding-left: 56px; }
        .pros-list02 > li:before {   left: 10px;         top: -15px;          width: 37px;          height: 37px;          line-height: 41px;         }
        .pros-list02 > li > br {          display: none; }
        .pros-list02 > li ~ li {          margin-top: 30px; }
}


.pros-list03 {  margin-top: 0px; }
.pros-list03 > li {display:inline-block; width: calc(100% /5 - 7px); padding:30px; border:1px solid #ddd; letter-spacing:-1px;   position: relative;    font-size: 16px;    color: #575757;    font-weight: 400;    line-height: 20px;     counter-increment: list-index; }
.pros-list03 > li:before { font-family: 'SLEIGothicTTF';  position: absolute;      top: -13px;      left: -10px;      text-align: center;      width: 37px;      height: 37px;    font-size: 18px;    overflow: hidden;      line-height: 37px;      display: block;      color: #fff;      font-weight: 400;      text-indent: -1px;      content: counter(list-index);      border-radius: 50%;      background-color: #2d5287; }
.pros-list03 > li ~ li {      margin-top: 20px; }
.pros-list03 > li dt { letter-spacing:-1px; font-size:20px; font-weight:600; padding-bottom:10px; color:#333}

@media screen and ( max-width: 640px ) {
        .pros-list03 {      margin-top: 35px; }
        .pros-list03 > li {    width:100%;    font-size: 18px;	line-height: 27px;        padding-left: 56px; }
        .pros-list03 > li:before {    left: 10px;         top: -15px;   width: 37px;          height: 37px;          line-height: 41px;         }
        .pros-list03 > li > br {          display: none; }
        .pros-list03 > li ~ li {          margin-top: 30px; }
}


.botox_con02{background:#f4f7fc; padding:20px 0;}
.botox_con02 .hr{width:18px; height:3px; background:#9e8b74; margin:0 auto 10px;}
.botox_con02 .box{margin-top:0px; border:1px solid #f6f4f3; padding:5px 40px 0 40px; box-sizing:border-box; width:100%;}
.botox_con02 .box > img{display:block; max-width:100%; margin:20px auto 0;}
.botox_con02 .box ul{font-size:0; letter-spacing:-4px; text-align:center; padding:40px 0 80px;}
.botox_con02 .box ul li{width:33.333333%; display:inline-block; vertical-align:top;}
.botox_con02 .box ul li .img_box{width:236px; height:236px; margin:0 auto; border-radius:50%; overflow:hidden}
.botox_con02 .box ul li .img_box img{width:100%;}
.botox_con02 .box ul li p{text-align:center; font-size:14px; line-height:20px; color:#515151; letter-spacing:-.3px; font-weight:500; margin:30px 0;}
.botox_con02 .box ul.hexagon_type li{width:185px; height:214px; background:url('../img/box01.png')no-repeat center / cover;}
.botox_con02 .box ul.hexagon_type li i{font-style:normal; display:block; margin:30px auto 30px; width:40px; height:40px; border-radius:50%; background:#97c0e2; letter-spacing:-0.075em; font-weight:500; text-align:center; line-height:40px; color:#fff; font-size:16px;}
.botox_con02 .box ul.hexagon_type li:nth-of-type(2n){margin-top:25px; background:url('../img/box02.png')no-repeat center / cover;}
.botox_con02 .box ul.hexagon_type li:nth-of-type(2n) i{background:#c8d6ee}

.botox_con02 .box ul.hexagon_type2 li{width:223px; height:234px; background:url('../img/box01.png')no-repeat center / cover;}
.botox_con02 .box ul.hexagon_type2 li i{font-style:normal; display:block; margin:30px auto 30px; width:40px; height:40px; border-radius:50%; background:#97c0e2; letter-spacing:-.3px; font-weight:500; text-align:center; line-height:40px; color:#fff; font-size:15px;}
.botox_con02 .box ul.hexagon_type2 li:nth-of-type(2n){margin-top:25px; background:url('../img/box02.png')no-repeat center / cover;}
.botox_con02 .box ul.hexagon_type2 li:nth-of-type(2n) i{background:#c8d6ee}


@media all and (max-width:1000px){
	.botox_con01 ul li{width:100%; margin:20px auto; min-height:auto;}
	
	.botox_con02 .box ul li{width:100%; margin:20px auto;}
	.botox_con02 .box ul.hexagon_type li{margin:10px auto;}
	.botox_con02 .box ul.hexagon_type li:nth-of-type(2n){margin:10px auto}


}

.blue_bg {background:#f4f7fc; }
.blue_bg2 {background:#f4f7fc; padding:40px 0;}
.gray_bg {background:#fafbfd; }
.gray_bg2 {background:#fafbfd; padding:40px 0;}
.implant_con03 {margin-bottom:50px; overflow:hidden;}
.implant_con03 .inner {width:1200px; margin:0 auto;}
.implant_con03 .inner .bt_box .left h3:before{background:#eef4fd;}
.implant_con03 .inner .bt_box .right.mt_90{margin-top:0px !important;}
.implant_con03 .inner .bt_box {margin-bottom:50px;}
.implant_con03 .inner .bt_box:after{content:""; display:block; clear:both;}
.implant_con03 .inner .bt_box > div{float:left;}
.implant_con03 .inner .bt_box .left{margin:60px 0 0 8px;}
.implant_con03 .inner .bt_box .left h3{font-size:25px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#222; position:relative; z-index:1; display:inline-block; padding:0 10px;}
.implant_con03 .inner .bt_box .left h3:before{content:""; display:block; width:100%; height:22px; background:#e2eaf5; position:absolute; left:0; bottom:-5px; z-index:-1;}
.implant_con03 .inner .bt_box .left p{font-size:15px; font-weight:300; letter-spacing:-.5px; line-height:25px; color:#222; padding-top:43px; width:100%; max-width:530px; padding-left:10px; box-sizing:border-box;}
.implant_con03 .inner .bt_box .left p b{font-weight:500; font-size:22px; padding-bottom:0px; display:block;}
.implant_con03 .inner .bt_box .left img {padding-left:8px; padding-top:25px;}
.implant_con03 .inner .bt_box .right{width:auto; float:right; padding-top:50px;}
.implant_con03 .inner .bt_box .right img{width:100%;}



@media all and (max-width:1300px){

	.implant_con03 .inner {width:100%; margin:0 auto;}
	.implant_con03 .inner .bt_box > div{float:none; margin:0 auto;}
	.implant_con03 .inner .bt_box .left{width:100%; max-width:650px; margin:30px auto 10px !important; text-align:center;}
	.implant_con03 .inner .bt_box .left h3{font-size:33px; padding:0 7px;}
	.implant_con03 .inner .bt_box .left p{padding-left:0;}
	.implant_con03 .inner .bt_box .right{margin-left:0; width:524px; float:none; margin:20px auto 40px;}

	.implant_con03 .inner .bt_box .right.mt_90{margin:20px auto 0 !important;}
	.implant_con03.con01_pb0{padding-bottom:0;}

}

@media all and (max-width:640px){

	.implant_con03{padding:10.625vw 0 12.5vw;}
	.implant_con03 .inner .top_title h2{font-size:5.9375vw;}
	.implant_con03 .inner .top_title h2 b{font-size:7.8125vw;}
	.implant_con03 .inner .top_title p{font-size:3.28125vw; padding:3.75vw 0 5.3125vw;}
	.implant_con03 .inner .top_title p span:before{bottom:-0.9375vw;}
	.implant_con03 .inner .bt_box .left{width:93.75vw; margin:4.6875vw auto 1.5625vw !important;}
	.implant_con03 .inner .bt_box .left h3{font-size:5.15625vw; padding:0 1.09375vw;}
	.implant_con03 .inner .bt_box .left h3:before{height:3.4375vw; bottom:-0.78125vw;}
	.implant_con03 .inner .bt_box .left p{font-size:15px; line-height:5.9375vw; padding-top:6.71875vw;}
	.implant_con03 .inner .bt_box .left p b{font-weight:500; font-size:18px; padding-bottom:10px; }
	.implant_con03 .inner .bt_box .right{width:100%; margin:3.125vw auto 6.25vw;}

}


.implant_con04 {overflow:hidden;}
.implant_con04 .inner {width:1200px; margin:0 auto;}
.implant_con04 .inner .bt_box .left h3:before{background:#eef4fd;}
.implant_con04 .inner .bt_box .right.mt_90{margin-top:90px !important;}
.implant_con04 .inner .bt_box {margin-bottom:50px;}
.implant_con04 .inner .bt_box:after{content:""; display:block; clear:both;}
.implant_con04 .inner .bt_box .left{margin:50px 0 0 8px;}
.implant_con04 .inner .bt_box .left h3{font-size:27px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#222; position:relative; z-index:1; display:inline-block; padding:0 10px;}
.implant_con04 .inner .bt_box .left h3:before{content:""; display:block; width:100%; height:22px; background:#e2eaf5; position:absolute; left:0; bottom:-5px; z-index:-1;}
.implant_con04 .inner .bt_box .left p{font-size:16px; font-weight:300; letter-spacing:-.3px; line-height:28px; color:#222; padding-top:43px; padding-left:10px; box-sizing:border-box;}
.implant_con04 .inner .bt_box .left p b{font-weight:500; display:block; padding-bottom:10px;}


@media all and (max-width:1300px){

	.implant_con04 .inner {width:100%; margin:0 auto;}
	.implant_con04 .inner .bt_box > div{float:none; margin:0 auto;}
	.implant_con04 .inner .bt_box .left{width:100%; margin:30px auto 10px !important; text-align:center;}
	.implant_con04 .inner .bt_box .left h3{font-size:33px; padding:0 7px;}
	.implant_con04 .inner .bt_box .left p{padding-left:0;}

	.implant_con04 .inner .bt_box .right.mt_90{margin:20px auto 0 !important;}
	.implant_con04.con01_pb0{padding-bottom:0;}

}

@media all and (max-width:640px){

	.implant_con04{padding:10.625vw 0 3.5vw;}
	.implant_con04 .inner .top_title h2{font-size:5.9375vw;}
	.implant_con04 .inner .top_title h2 b{font-size:7.8125vw;}
	.implant_con04 .inner .top_title p{font-size:3.28125vw; padding:3.75vw 0 5.3125vw;}
	.implant_con04 .inner .top_title p span:before{bottom:-0.9375vw;}
	.implant_con04 .inner .bt_box .left{width:93.75vw; margin:4.6875vw auto 1.5625vw !important;}
	.implant_con04 .inner .bt_box .left h3{font-size:5.15625vw; padding:0 1.09375vw;}
	.implant_con04 .inner .bt_box .left h3:before{height:3.4375vw; bottom:-0.78125vw;}
	.implant_con04 .inner .bt_box .left p{font-size:15px; line-height:5.9375vw; padding-top:6.71875vw;}
	.implant_con04 .inner .bt_box .left p b {letter-spacing:-1px; font-size:17px;}
	.implant_con04 .inner .bt_box .right{width:81.875vw; margin:3.125vw auto 6.25vw;}

}


.checkup_con2 ul{overflow:hidden;margin-top: 30px;}
.checkup_con2 li{float:left;width:50%;margin-bottom: 15px;box-sizing:border-box; }
.checkup_con2 .gender{ width: 49%;border-width:10px;border-style:solid;text-align: center;box-sizing:border-box;}
.checkup_con2 .gender h4{letter-spacing:-1px; width: 200px;margin:0 auto;font-size:25px;font-weight: 300;position:relative;z-index:1;}
.checkup_con2 .gender h4 i{display:block;width:22px;height: 22px;position:absolute;left:-10px;top:0;border-radius:50%;z-index:-1;}
.checkup_con2 .gender p{transform: rotate(-0.03deg); padding:20px;margin-top: 20px; letter-spacing:-.3px; font-size:15px;line-height: 25px;font-weight: 300;}
.checkup_con2 .man{border-color:#ebf5f9;margin-right:1%;}
.checkup_con2 .man h4 i{background-color: #2d5287;}
.checkup_con2 .woman{border-color:#e7e7e7;margin-left:1%;}
.checkup_con2 .woman h4 i{background-color: #e7e7e7;}
.checkup_con2 .info01 .gender{padding:50px 0;}
.height20 {height: 410px;}

@media all and (max-width:1200px){
	.checkup_con2 li{float:none;width:100%;}
	.checkup_con2 .img{background-color:transparent;text-align: center;}
	.checkup_con2 .text{height: auto;text-align: center;}
	.checkup_con2 .gender{width:100%;height: auto;}
	.checkup_con2 .man{margin-right: 0;}
	.checkup_con2 .woman{margin-left: 0;}
}

@media all and (max-width:640px){
	.checkup_con2 ul{margin-top: 10.9375vw;}
	.checkup_con2 li{margin-bottom: 2.34375vw;}
	.checkup_con2 .img img{width:100%;}
	.checkup_con2 .text{padding:14.0625vw 10.15625vw;}
	.checkup_con2 .text h4{font-size:5.625vw;}
	.checkup_con2 .text .bar{widows: 8.4375vw;margin:6.25vw 0 2.34375vw;}
	.checkup_con2 .text p{font-size:2.8125vw;line-height: 4.375vw;}
	.checkup_con2 .gender{border-width:1.5625vw;}
	.checkup_con2 .gender h4{width: 42.53125vw;font-size:23px;}
	.checkup_con2 .gender h4 i{width:3.4375vw;height: 3.4375vw;left:-1.5625vw;}
	.checkup_con2 .gender p{margin-top: 3.125vw;font-size:15px;line-height:23px;}
	.checkup_con2 .info01 .gender{padding:12.5vw 0;}
	.checkup_con2 .info02 .gender{padding:9.375vw 0;}
	.checkup_con2 .info03 .gender{padding:9.375vw 0;}
	.checkup_con2 .info04 .gender{padding:7.03125vw 0;}
	
}



.cataract_after_con01 {background:#fff;}
.cataract_after_con01 .table_box {padding-top:60px; }
.cataract_after_con01 .table_box table {width:100%; border-top:2px solid #707070; }
.cataract_after_con01 .table_box table tr > *:nth-of-type(2) {border-left:1px solid #bfbfbf; }
.cataract_after_con01 .table_box table thead th {border-bottom:1px solid #bfbfbf; padding:15px 30px; font-size:20px; font-weight:bold; color:#222222; letter-spacing:-0.05em; box-sizing:border-box; text-align:left; }
.cataract_after_con01 .table_box table tbody th {display:none; border-top:2px solid #707070;  border-bottom:1px solid #bfbfbf; padding:15px 30px; font-size:20px; font-weight:bold; color:#222222; letter-spacing:-0.05em; box-sizing:border-box; text-align:left; }
.cataract_after_con01 .table_box table tbody td {vertical-align:top; padding:30px 40px; background-color:#f8f9fb; color:#222; letter-spacing:-0.05em; }
.cataract_after_con01 .table_box table tbody td span.red {font-size:18px; color:#ee2a39; }
.cataract_after_con01 .table_box table tbody td span.small {font-size:15px; font-weight:200; }
.cataract_after_con01 .table_box table tbody td b {font-size:15px; font-weight:400; display:block; padding-bottom:15px; letter-spacing:-.3px; }
.cataract_after_con01 .table_box table tbody td dt {font-size:20px; font-weight:500; display:block; padding-bottom:15px;}
.cataract_after_con01 .table_box table tbody td p {position:relative; font-size:15px; font-weight:300; color:#444444; line-height:25px; letter-spacing:-.3px;  word-break:keep-all; margin-bottom:10px; margin-left:13px;}
.cataract_after_con01 .table_box table tbody td p:before {content:''; position:absolute; left:-13px; top:10px; width:6px; height:6px; background-color:#ee2a39; border-radius:50%; }
.cataract_after_con01 .table_box table tbody td ul {margin-top:40px; }
.cataract_after_con01 .table_box table tbody td ul li {margin-bottom:35px; font-size:0; letter-spacing:-4px; }
.cataract_after_con01 .table_box table tbody td ul li b {display:inline-block; vertical-align:top; width:130px; font-size:18px; font-weight:bold; letter-spacing:-.3px; color:#222222; }
.cataract_after_con01 .table_box table tbody td ul li span {display:inline-block; vertical-align:top; width:calc(100% - 130px); font-size:18px; font-weight:300; color:#444444; letter-spacing:-0.05em; line-height:32px; }
.cataract_after_con01 .table_box table tbody td ul li:last-of-type {margin-bottom:0; }
.cataract_after_con01 .table_box table tbody td ul li strong {font-weight:500; }

@media all and (max-width:1000px){
	.cataract_after_con01 {padding-bottom:50px; }
	.cataract_after_con01 dl {padding-top:50px; }
	.cataract_after_con01 dl dt {width:100%; }
	.cataract_after_con01 dl dd {width:100%; margin-top:20px; text-align:center;}
	.cataract_after_con01 dl dd ul{text-align:center;}
	.cataract_after_con01 dl dd ul li .txt_box{text-align:left;}
	.cataract_after_con01 .table_box table tr > *:nth-of-type(2) {border-left:0 none; }
	.cataract_after_con01 .table_box table thead th {display:none; }
	.cataract_after_con01 .table_box table tbody th {display:block; }
	.cataract_after_con01 .table_box table tbody td {display:block; }
}

@media all and (max-width:800px){
	.cataract_after_con01 dl dd ul li .img_box {width:100%; text-align:center; }
	.cataract_after_con01 dl dd ul li .txt_box {width:100%; }

/*	.cataract_after_con01 dl dd ul {text-align:left; }*/
	.cataract_after_con01 dl dd ul li.w33 {width:50%; }
}
@media all and (max-width:640px){
	.cataract_after_con01 .table_box table tbody td ul li b {width:100%; padding-bottom:5px; }
	.cataract_after_con01 .table_box table tbody td ul li span {width:100%; }
}




.common .con04 .inner .eim_wrap{width:100%;}
.common .con04 .inner .eim_wrap .eim_list{width:100%; box-sizing:border-box;}
.common .con04 .inner .eim_wrap .eim_list:last-of-type{border-bottom:0;}
.common .con04 .inner .eim_wrap .eim_list .list_wrap:after{content:""; display:block; clear:both;}
.common .con04 .inner .eim_wrap .eim_list .eim_img{float:left; width:46.7%;}
.common .con04 .inner .eim_wrap .eim_list .eim_img img{width:100%;}
.common .con04 .inner .eim_wrap .eim_list .eim_txt{float:right; text-align:left; width:50%;}
.common .con04 .inner .eim_wrap .eim_list01 .eim_img{float:right; width:46.7%;}
.common .con04 .inner .eim_wrap .eim_list01 .eim_txt{float:left;}
.common .con04 .inner .eim_wrap .eim_list .eim_txt h3{font-size:30px; font-weight:bold; letter-spacing:-0.05em; line-height:1; color:#222; padding-left:18px;}
.common .con04 .inner .eim_wrap .eim_list .eim_txt > p{font-size:16px; font-weight:300; letter-spacing:-.2px; line-height:26px; color:#444; padding:26px 0 30px 18px;}
.common .con04 .inner .eim_wrap .eim_list .eim_txt p span{color:#bb4486;}

.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list{text-align:left;margin-left:20px; overflow:hidden;}
.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list h4 {font-size:17px; background:#2d5287; color:#fff; border-bottom:2px solid #2d5287; padding:3px 10px; margin-bottom:10px;}
.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list li{vertical-align:top; text-align:left; min-height:45px;}
.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list li i{float:left; text-align:center; width:33px; height:33px; margin:0 auto 10px; font-size:15px; font-weight:500; letter-spacing:-0.025em;line-height:33px; background:#2d5287; color:#fff; border-radius:50%; font-style:normal;}
.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list li p{vertical-align:top; margin-left:20px; padding-top:5px; display:inline-block; font-size:17px; font-weight:300; letter-spacing:-0.05em; line-height:20px; color:#444;}

.common .con04 .inner .eim_wrap .eim_list{background-color:#f4f7fc; padding:60px 0 50px;}
.common .con04 .inner .eim_wrap .eim_list01{background-color:#fff !important;}
.common .con04 .inner .eim_wrap .eim_list .list_wrap{width:100%; max-width:1285px; margin:0 auto;}
.common .con04 .inner .eim_wrap .eim_list .list_wrap h2{font-size:100px; font-weight:300; letter-spacing:-0.05em; line-height:1; padding-left:18px; padding-bottom:15px;}
.common .con04 .inner .eim_wrap .eim_list01 .list_wrap h2{opacity:0.2; color:#222 !important;}
.common .con04 .inner .eim_wrap .eim_list .list_wrap h2{color:#cbd6e8;}



@media all and (max-width:1050px){

	.common .con04 .inner .eim_wrap .eim_list{padding:40px 0;}
	.common .con04 .inner .eim_wrap .eim_list .eim_img{float:none; width:449px; margin:0 auto;}
	.common .con04 .inner .eim_wrap .eim_list .eim_txt{float:none; text-align:center; margin:0 auto;}
	.common .con04 .inner .eim_wrap .eim_list .eim_txt h3{padding-left:0;}
	.common .con04 .inner .eim_wrap .eim_list .eim_txt > p{padding:26px 0 70px 0;}
	.common .con04 .inner .eim_wrap .eim_list01 .eim_img{float:none; width:467px; margin:0 auto;}
	.common .con04 .inner .eim_wrap .eim_list01 .eim_txt{float:none;}
	.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list{margin:0 auto;}
}

@media all and (max-width:640px){
	.common .con04 .inner .eim_wrap .eim_list{padding:1.25vw 0;}
	.common .con04 .inner .eim_wrap .eim_list .list_wrap h2{font-size:15.625vw; padding-left:2.8125vw;}
	.common .con04 .inner .eim_wrap .eim_list .eim_img{float:none; width:100%; }
	.common .con04 .inner .eim_wrap .eim_list .eim_txt {width:100%; padding:20px;}
	.common .con04 .inner .eim_wrap .eim_list .eim_txt h3{font-size:5vw;}
	.common .con04 .inner .eim_wrap .eim_list .eim_txt > p{font-size:15px; line-height:25px; }

	.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list{ }
	.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list h4 {margin-top:20px;}
	.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list li{margin-right:2.5vw;}
	.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list li i{width:6.15625vw; height:6.15625vw;  font-size:2.34375vw; line-height:6.15625vw;}
	.common .con04 .inner .eim_wrap .eim_list .eim_txt ul.num_list li p{width:80%; font-size:14px; line-height:20px;}
}



.num_img_ul{margin:60px 0 40px;}
.num_img_ul.h240 ul li .text{height:240px;}
.num_img_ul ul{font-size:0; letter-spacing:-4px; text-align:center;}
.num_img_ul ul li{background:#fff; width:calc(33% - 15px); margin-right:20px; min-height:310px; display:inline-block; vertical-align:top; position:relative; border:1px solid #f1f1f1; box-sizing:border-box; }
.num_img_ul ul li:last-child{margin-right:0;}
.num_img_ul ul li span{z-index:1; display:block; position:absolute; left:calc(50% - 41px); top:-41px; width:82px; height:82px; background:#f8f8f8; border:1px solid #f1f1f1; border-left:0; border-top:0; border-right:0; border-radius:50%; box-sizing:border-box;}
.num_img_ul ul li i{font-style:normal; z-index:2; display:block; margin:13px 0 0 12px; width:56px; height:56px; background:#ccd5e3; line-height:56px; border-radius:50%; text-align:center; font-size:18px; color:#ffffff; letter-spacing:-0.025em; font-weight:400;}
.num_img_ul ul li .img_box img{max-width:100%;}
.num_img_ul ul li .text{border-top:1px solid #f1f1f1; min-height:170px; padding:30px 10px; box-sizing:border-box}
.num_img_ul ul li .text h3{font-size:23px; color:#444444; letter-spacing:-0.025em; font-weight:600; margin:20px 0;}
.num_img_ul ul li .text .hr{width:10px; height:1px; background:#7a7a7a; margin:30px auto 20px; transform:rotate(-45deg); -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -moz-transform:rotate(-45deg);}
.num_img_ul ul li .text p{word-break:keep-all; font-size:15px; color:#666666; letter-spacing:-.5px; font-weight:300;}
.num_img_ul .hr{width:37px; height:1px; margin:30px auto 20px; background:#ddd}
.num_img_ul > p{text-align:center; font-size:20px; color:#666666; letter-spacing:-0.025em; font-weight:300;}

@media all and (max-width:1200px){
	.num_img_ul ul li .text p br{display:none;}
}
@media all and (max-width:1000px){
	.num_img_ul ul li{width:calc(50% - 5px); margin-right:10px; margin-bottom:10px;}
	.num_img_ul ul li:nth-of-type(2n){margin-right:0;}
}
@media all and (max-width:767px){
	.num_img_ul ul li{width:100%; margin:10px auto; min-height:auto;}
	.num_img_ul ul li:nth-of-type(2n){margin:10px auto;}

}


.num_img_ul2{margin:60px 0 40px;}
.num_img_ul2.h240 ul li .text{height:240px;}
.num_img_ul2 ul{font-size:0; letter-spacing:-4px; text-align:center;}
.num_img_ul2 ul li{min-height:300px; background:#fff; width:calc(50% - 15px); margin-right:20px; display:inline-block; vertical-align:top; position:relative; border:1px solid #f1f1f1; box-sizing:border-box; }
.num_img_ul2 ul li:last-child{margin-right:0;}
.num_img_ul2 ul li span{z-index:1; display:block; position:absolute; left:calc(50% - 41px); top:-41px; width:82px; height:82px; background:#f8f8f8; border:1px solid #f1f1f1; border-left:0; border-top:0; border-right:0; border-radius:50%; box-sizing:border-box;}
.num_img_ul2 ul li i{font-style:normal; z-index:2; display:block; margin:13px 0 0 12px; width:56px; height:56px; background:#ccd5e3; line-height:56px; border-radius:50%; text-align:center; font-size:18px; color:#ffffff; letter-spacing:-0.025em; font-weight:400;}
.num_img_ul2 ul li .img_box img{max-width:100%;}
.num_img_ul2 ul li .text{border-top:1px solid #f1f1f1; min-height:170px; padding:30px 10px; box-sizing:border-box}
.num_img_ul2 ul li .text h3{font-size:23px; color:#444444; letter-spacing:-0.025em; font-weight:600; margin:20px 0;}
.num_img_ul2 ul li .text .hr{width:10px; height:1px; background:#7a7a7a; margin:30px auto 20px; transform:rotate(-45deg); -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -moz-transform:rotate(-45deg);}
.num_img_ul2 ul li .text p{word-break:keep-all; font-size:15px; color:#666666; letter-spacing:-.5px; font-weight:300;}
.num_img_ul2 .hr{width:37px; height:1px; margin:30px auto 20px; background:#ddd}
.num_img_ul2 > p{text-align:center; font-size:20px; color:#666666; letter-spacing:-0.025em; font-weight:300;}

@media all and (max-width:1200px){
	.num_img_ul2 ul li .text p br{display:none;}
}
@media all and (max-width:1000px){
	.num_img_ul2 ul li{width:calc(50% - 5px); margin-right:10px; margin-bottom:10px;}
	.num_img_ul2 ul li:nth-of-type(2n){margin-right:0;}
}
@media all and (max-width:767px){
	.num_img_ul2 ul li{width:100%; margin:10px auto;}
	.num_img_ul2 ul li:nth-of-type(2n){margin:10px auto;}

}


.pre_con{width:100%; max-width:1200px; margin:50px auto 100px;}
.pre_con .inner{width:100%; margin-bottom:20px; border:1px solid #edebec; border-top:1px solid #2d5287; padding:4.1797283177% 0 5.2246603971% 4.1797283177%; box-sizing:border-box;}
.pre_con .inner:after{content:""; display:block; clear:both;}
.pre_con .inner h3{float:left; display:inline-block; width:17%; font-size:30px; font-weight:bold; letter-spacing:-0.025em; line-height:1; color:#222; padding-bottom:12px; border-bottom:1px solid #edebec;}
.pre_con .inner ul{float:left; margin-left:5.2246603971%; width:74%;}
.pre_con .inner ul li{margin-bottom:10px;}
.pre_con .inner ul li:last-of-type{margin-bottom:0;}
.pre_con .inner ul li:after{content:""; display:block; clear:both;}
.pre_con .inner ul li span{position:relative; float:left; width:9px; height:5.20px; vertical-align:top; margin:2.60px 0; background:#2d5287; font-size:0; top:9px;}
.pre_con .inner ul li span:before,.pre_con .inner ul li span:after{content:""; display:block; position:absolute; width:0; border-left:4.5px solid transparent; border-right:4.5px solid transparent;}
.pre_con .inner ul li span:before{bottom:100%; border-bottom:2.60px solid #2d5287;}
.pre_con .inner ul li span:after{top:100%; border-top:2.60px solid #2d5287;}
.pre_con .inner ul li p{float:left; width:calc(100% - 25px); font-size:17px; font-weight:300; letter-spacing:-0.05em; color:#444; word-break:keep-all; padding-left:7px; box-sizing:border-box;}
.pre_con .inner ul dt {font-size:18px; font-weight:600; padding-top:20px;}
.pre_con .inner ul dd {font-size:16px; font-weight:300; letter-spacing:-1px;}

dl.box {background:#f4f7fc; border-radius:10px; padding:0 20px 20px 20px; margin:20px 0;}

dl.list_txt {margin-top:20px; display:block;}
dl.list_txt h4 {font-size:18px; background:#2d5287; color:#fff; border-radius:50px; display:inline-block; padding:0 20px; margin-bottom:10px;}
dl.list_txt dd {margin-left:10px;}
dl.list_txt dd:before {content: ""; position:absolute; width:5px; height:5px; background:#2d5287; border-radius:50px; text-align:left; margin-left:-10px; margin-top:10px;}
dl.list_txt p {font-size:16px; letter-spacing:-1px;}

@media all and (max-width:1000px){
	.pre_con{width:600px; margin:50px auto 100px;}
	.pre_con .inner{ padding:40px 0 50px 40px;}
	.pre_con .inner h2{float:none; display:block; width:135px; margin:0 auto 30px;}
	.pre_con .inner ul{float:none; margin-left:static; width:560px; margin:0 auto;}

}


@media all and (max-width:640px){
	.pre_con{width:93.75vw; margin:7.8125vw auto 15.625vw;}
	.pre_con .inner{padding:6.25vw 0 7.8125vw 6.25vw;}
	.pre_con .inner h3{width:31.09375vw; font-size:5.625vw; padding-bottom:1.875vw; margin:0 auto 4.6875vw;}
	.pre_con .inner ul{width:87.5vw;}
	.pre_con .inner ul li{margin-bottom:1.5625vw;}
	.pre_con .inner ul li span{display:none; width:1.40625vw; height:0.8125vw; margin:0.40625vw 0; top:1.40625vw;}
	.pre_con .inner ul li span:before,.pre_con .inner ul li span:after{border-left:0.703125vw solid transparent; border-right:0.703125vw solid transparent;}
	.pre_con .inner ul li span:before{border-bottom:0.40625vw solid #2d5287;}
	.pre_con .inner ul li span:after{border-top:0.40625vw solid #2d5287;}
	.pre_con .inner ul li p{width:calc(100% - 3.90625vw); font-size:15px; padding-left:1.09375vw;}
	.pre_con .inner ul dl {padding-right:20px;}
	.pre_con .inner ul dd {font-size:15px;}
	dl.box dt {line-height:25px; letter-spacing:-1px; padding-bottom:10px;}
}


.antiaging_foreign_con01{padding:30px 0;}
.antiaging_foreign_con01 .sub_tit{padding-bottom:60px;}
.antiaging_foreign_con01 ul{font-size:0; letter-spacing:-4px; text-align:center;}
.antiaging_foreign_con01 ul li{vertical-align:top; margin:0 10px; margin-top:30px; border:5px solid #dce1e1; position:relative; box-sizing:border-box;}
.antiaging_foreign_con01 ul li > span{position:absolute; font-size:20px; color:#fff; font-weight:500; letter-spacing:0em; width:55%; padding:15px 0; border-radius:50px; background-color:#91a9b5; top:-30px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%);}
.antiaging_foreign_con01 ul li:nth-of-type(2) > span{background-color:#5a727e;}
.antiaging_foreign_con01 ul li .txt_box .img_box{width:100%;}
.antiaging_foreign_con01 ul li .txt_box .img_box img{max-width:100%;}
.antiaging_foreign_con01 ul li .txt_box .txt{padding:30px; }
.antiaging_foreign_con01 ul li .txt_box h6{font-size:26px; color:#5a727e; letter-spacing:-0.045em; font-weight:700; margin-bottom:20px;}
.antiaging_foreign_con01 ul li .txt_box span{padding-top:20px; font-size:18px; color:#5a727e; letter-spacing:-0.045em; font-weight:500; display:block; margin-bottom:20px;}
.antiaging_foreign_con01 ul li .txt_box dl dd {margin-left:10px; font-size:17px; letter-spacing:-1px; text-align:left; margin-bottom:5px;}
.antiaging_foreign_con01 ul li .txt_box dl dd:before {content: ""; position:absolute; width:5px; height:5px; background:#2d5287; border-radius:50px; text-align:left; margin-left:-10px; margin-top:10px;}

@media all and (max-width:1000px){
	.antiaging_foreign_con01 ul li .txt_box h6 br{display:block;}
}
@media all and (max-width:767px){
	.antiaging_foreign_con01 ul li > span {width:70%;}
	.antiaging_foreign_con01 ul li .txt_box .img_box{padding-top:10px;}
	.antiaging_foreign_con01 ul li .txt_box .txt{padding:10px;}
	.antiaging_foreign_con01 ul li .txt_box span {margin-top:20px; font-size:16px; line-height:22px; display:block; }
	.antiaging_foreign_con01 ul li .txt_box dl dd {margin-left:10px; font-size:16px; margin-bottom:20px;}
}


.check_con{width:100%; max-width:1920px; margin:0 auto; position:relative; background:#e6ebf0; }
.check_con .inner{height:100%;}
.check_con .inner:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.check_con .text{position:relative; z-index:2;  padding:80px 50px 80px 0; box-sizing:border-box;}
.check_con .text .hr{width:18px; height:3px; background:#9fc5e7;}
.check_con .text p{text-align:left; font-size:26px; color:#222; letter-spacing:-0.07em; font-weight:300; margin:10px 0 20px;}
.check_con .text ul li{margin-bottom:12px; padding:20px; background:#fff; box-sizing:border-box; font-size:0; letter-spacing:-4px;}
.check_con .text ul li:last-child{margin-bottom:0;}
.check_con .text ul li i{width:20px; height:20px; display:inline-block; vertical-align:top; padding-top:5px;}
.check_con .text ul li span{text-align:left; width:calc(100% - 20px); display:inline-block; vertical-align:middle; padding:0 10px; box-sizing:border-box; font-size:18px; color:#222; letter-spacing:-0.075em; font-weight:400; transform: rotate(-0.03deg);}
.check_con .text ul li dl {padding-left:30px; padding-top:10px;}
.check_con .text ul li dl dd {font-size:15px; text-align:left; letter-spacing:-1px;}

.check_box {margin-bottom:30px; background:#fff; margin-bottom:20px; padding:20px;}
.check_box dt {font-size:18px; text-align:left; font-weight:500; padding-bottom:5px;}
.check_box dd {font-size:16px; text-align:left; letter-spacing:-1px; margin-left:10px; margin-bottom:5px;}
.check_box dd:before {content: ""; position:absolute; width:5px; height:5px; background:#2d5287; border-radius:50px; text-align:left; margin-left:-10px; margin-top:10px;}

@media all and (max-width:1000px){

	.check_con .text p{ font-size:24px; }
	.check_con:before{display:none}
	.check_con:after{display:none;}
	.check_con .text{background:#e6ebf0; width:100%; float:none;  padding:80px 20px;}
	.check_con .right{background:#aabacb; width:100%; float:none; padding:80px 40px;}
	.check_con .text ul li span {font-size:15px;}
	.check_con .text ul li i{padding-top:2px;}

}


.box_text {background:#e6ebf0; border-radius:5px; padding:20px; text-align:center;}
.box_text p {font-size:15px; color:#285597; font-weight:500; }



        .main {       text-align:center;     padding: 0px;            margin: 0 auto;            background: #ffffff;}

        #content1,#content2,#content3,#content4,#content5 {
            display: none;
            padding: 20px 0 0;
            border-top: 1px solid #ddd;}
          #tab1,#tab2,#tab3,#tab4,#tab5 {
              display: none;}

        label {
            display: inline-block;
            margin: 0 0 -1px;
            padding: 15px 25px;
			font-size:15px;
            font-weight: 600;
            text-align: center;
            color: #bbb;
            border: 1px solid transparent;}

        label:hover {
            color: #2d5287;
            cursor: pointer;}

        /*input 클릭시, label 스타일*/
        input:checked + label {
              color: #555;
              border: 1px solid #ddd;
              border-top: 2px solid #2d5287;
              border-bottom: 1px solid #ffffff;}

        #tab1:checked ~ #content1,
        #tab2:checked ~ #content2,
        #tab3:checked ~ #content3,
        #tab4:checked ~ #content4,
		#tab5:checked ~ #content5 {
            display: block;}


.info_con {text-align:center; background:url('../img/info_bg.png') center top no-repeat; padding:20px 0 30px;}
.info_con h3 {font-size:28px; font-weight:600; letter-spacing:-.5px; padding-bottom:10px; color:#fff;}
.info_con h3:before {content: ""; display:block; margin:10px auto; width:50px; height:50px; background:url('../img/icon.png') center top no-repeat;}
.info_con h4 {font-size:23px; font-weight:600; letter-spacing:-.5px; padding-bottom:10px; color:#fff;}
.info_con h4:before {content: ""; display:block; margin:10px auto; width:50px; height:50px; background:url('../img/icon.png') center top no-repeat;}
.info_con h4 span {color:#58d6de;}
.info_con p {font-size:17px; letter-spacing:-.5px; color:#fff;}


@media all and (max-width:1000px){
	.info_con h3 {font-size:19px;}
	.info_con p {font-size:15px;}
}


.sub_img_con {margin-bottom:50px; text-align:center;}

@media all and (max-width:640px){
	.sub_img_con {width:90%; margin:0 auto 30px;}
}


.aes_self {margin:50px 0; overflow:hidden;}
.print_con {border:8px solid #d3e2f4;  padding:70px 20px; margin-bottom:10px;}
.aes_self_title {float:left; width:20%; text-align:center; margin-top:-20px; }
.aes_self_title i.f {margin-top:-15px;}
.aes_self_title i {display:block; }
.aes_self_title h3 {font-size:20px; font-weight:600; letter-spacing:-1px; margin-top:10px;}

.aes_self_txt {display:inline-block; width:70%;}
.aes_self_txt p {font-weight:300;font-size:16px;line-height:1.55; letter-spacing:-.5px; }

/* **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;}
.aes_self_txt p br {display:none;}
}

/* **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 0;}
.aes_self_txt p {font-size:16px;}
.aes_self_txt p br {display:none;}
}
