@charset "utf-8";

/* reset */
* { padding:0; margin:0 }
*, :after, :before { -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; }
html { overflow-y:scroll; height:100% }
body { font-family: 'Pretendard';, dotum, sans-serif; color:#222; height:100%; font-weight:300; font-size:0.85em }
img { max-width:100% }

ul, ol { list-style:none }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { border:0 }
h1, h2, h3, h4, h5, h6 { font-weight:500; font-size:1em; font-family: 'Pretendard'; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }

label, input, button, select, img { vertical-align:middle }
input, button, textarea, select { font-size:1em; font-family: 'Pretendard';, dotum, sans-serif }
input[type=text], input[type=password], input[type=date] { padding:0 5px; border:1px solid #ddd; color:#222; line-height:34px; height:36px; }
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#bbb }
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#bbb }
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder { color:#bbb }
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:3px;font-size:1em;-webkit-appearance:none}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}

button { cursor:pointer; outline:none }
select { border:1px solid #ddd; height:36px; padding:0 0 0 9px; cursor:pointer; color:#222; }
.styled_select { height:36px; overflow:hidden; border:1px solid #ddd; background:#fff; display:inline-block; border-radius:3px; vertical-align:middle; position:relative }
.styled_select i { position:absolute; right:10px; text-align:center; height:34px; line-height:32px; top:0; font-size:14px }
.styled_select select { background:transparent; height:34px; border:0; -webkit-appearance: none; outline:none; padding-right:40px; width:100%; vertical-align:top; position:relative; z-index:1 }
.styled_select select:disabled { cursor:default; background:#f0f0f0 }
.styled_select select::-ms-expand { display:none }
hr { display:none; background:#ddd; border:none; height:1px }
a, a:link, a:visited { text-decoration:none; color:#222; -webkit-tap-highlight-color : transparent }
a, .btn { transition:all .3s }
strong, b, th { font-weight:500; }
table { width:100%; border-collapse:collapse; border-spacing:0 }
caption { display:none; font-size:0; line-height:0 }
textarea {color:#222; font-size:1em; line-height:1.5; border:1px solid #ddd; padding:10px; width:100%; border-radius:3px; vertical-align:top }
address { font-style:normal }

/* global */
.txt_black { color:#222 !important }
.txt_white { color:#fff !important }
.txt_gray { color:#aaa !important }
.txt_red { color:#cc121d !important }
.txt_blue { color:#069be8 !important }
.txt_orange { color:#ffaa00 !important }
.txt_green { color:#8ecd09 !important }
.txt_brown { color:#9f5e15 !important }
.wrap:after { content:""; display:block; clear:both }
.clear:after { content:""; display:block; clear:both }
.center { text-align:center !important }
.left { text-align:left !important }
.right { text-align:right !important }
.f_left { float:left !important }
.f_right { float:right !important }
.skip { font-size:0; text-indent:-9000px; line-height:0; display:none }
.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block }
input.short { width:70px; text-align:center }
input.long { width:100% }
input.half { width:49% }
ul:after { clear:both; content:""; display:block }
.overflow_y { overflow-x:hidden; overflow-y:scroll; border:1px solid #ddd }

.succession { margin-top:20px !important }
.paragraph { margin-bottom:40px !important }
span.space { display:inline-block; width:20px }
.prepare { width:500px; margin:50px auto; padding:50px; border:1px solid #eaeaea}
.prepare h2 { font-size:24px; text-align:center; margin:0 0 20px }
.prepare h2 i { font-size:50px; margin:0 0 20px; display:block; color:#ddd }
.prepare p { text-align:center; font-size:13px }

.pc_only { display:block !important }
.pc_no { display:none !important }
.mobile_only { display:none !important }
.s_mobile_only { display:none !important }
.ahref { position:absolute; text-indent:-9000px; background:red; display:inline-block; opacity:0; filter:alpha(opacity=0) }

.btn { padding:.8rem 1.4rem .9rem 1.4rem; line-height:1; font-weight:500; border:1px solid #ccc; transition:all .2s; display:inline-block; border-radius:0; outline:none; vertical-align:middle; border-radius:3px; font-size:1em; text-decoration:none !important }
a.btn, .btn { font-weight:500 }
.btn-primary { background:#2188d8; border-color:#2188d8; color:#fff !important }
.btn-primary-line { background:#fff; border-color:#2188d8; color:#2188d8 !important }
.btn-info { background:#3e444c; border-color:#2f343a; color:#fff !important }
.btn-green { background:#71c702; border-color:#71c702; color:#fff !important }
.btn-green-line { background:#fff; border-color:#71c702; color:#71c702 !important }
.btn-red { background:#e93c20; border-color:#e93c20; color:#fff !important }
.btn-red-line { background:#fff; border-color:#e93c20; color:#e93c20 !important }
.btn-default { background:#fff }
.btn-lg { padding:1.1rem 2.4rem; font-size:1.1rem; border-radius:5px }
.btn-ml { padding:10px 20px 12px 20px; font-size:14.5px; border-radius:5px }
.btn-ml i { font-size:14px }
.btn-sm { padding:0 15px; height:36px; line-height:32px; font-size:.95rem; border-radius:3px }
.btn-sm i { font-size:14px }
.btn-xs { padding:5px 7px 6px 7px; font-size:.95rem; border-radius:3px }
.btn-xs i { font-size:14px }

.btn_guide { position:fixed; z-index:100; right:0; top:40% }
.btn_guide a { display:block; background:red; color:#fff; width:100px; line-height:30px; text-align:center; margin:0 0 3px; font-weight:500 }

.tab_menu ul { font-size:0; margin:0 0 0 1px }
.tab_menu li { display:inline-block; }
.tab_menu li a { display:inline-block; border:1px solid #e0e0e0; padding:12px 25px; margin:0 0 0 -1px; color:#999; font-weight:400; font-size:.9rem }
.tab_menu li:hover a { background:#f0f0f0 }
.tab_menu li.on a { border-color:#000; color:#222; position:relative; z-index:1; background:#fff }
.tab_con  { text-align:center;}

/* 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 }


#mobile {position:relative; width:600px; margin:0 auto;}

.wrap { margin:0 auto; position:relative }

#header {position:relative; width:600px; margin:0 auto; height:80px !important; }
#header h1 { padding-top:20px; }
#header .btn_user { position:absolute; right:70px; top:25px; font-size:22px; z-index:8; float:none; margin:0 }
#header .btn_gnb { position:absolute; right:30px; top:25px; font-size:22px; z-index:10; }
#header .btn_gnb i {display:inline-block; background:url(../img/bar.png) no-repeat center; width:31px; height:24px;}
#header .btn_gnb.on i { color:#fff; transform:rotate(-90deg); background:url(../img/bar_w.png) no-repeat center;}
#header .gnb {font-size:17px; font-weight:600; color:#fff; position:absolute; width:250px; background:#8dbc2c; height:auto; top:0; right:-250px; margin:0; float:none; z-index:9; padding:60px 0; transition:all .3s; opacity:0;}
#header .gnb.on {background:#8dbc2c; right:0; opacity:1; }
#header.down .gnb a { color: #fff }
#header.down .gnb .depth1 > a { margin-bottom:0 }
#header.down .gnb .depth1:hover > a { color:#fff }
#header .gnb .depth1 ul { display:none; height:0 }
#header .gnb .depth1 > a:before { display:none }
#header .gnb .depth1 { padding:0 25px; float:none }
#header .gnb .depth1 > a {color:#fff; height:50px; line-height:50px }

#header .user { right:38px; top:70px }
#header .user.on a { color:rgba(0,0,0,0.7) }

#header.on { background:#fff }
#header.on .gnb a { color:#fff }

#footer { padding:50px 0; margin:0px 0 0 0; background:#333; color:#fff }
#footer h1 {font-family: 'NanumMyeongjo'; font-weight:700; margin-bottom:20px; text-align:center; font-size:25px; transform: rotate(-0.03deg);}
#footer h1 a {color:#fff; opacity:0.28;}
#footer nav { position:absolute; right:0; top:0 }
#footer nav li { float:left; margin:0 0 0 17px; }
#footer .f_center {text-align:center; padding:0 20px;}
#footer dt {display:inline-block; font-size:15px; color:#fff; line-height:1.7; font-weight:300; margin-right:10px; opacity:0.22; }
#footer .copyright {text-transform: uppercase; margin:10px 0 0 0; color:#fff; opacity:0.22; font-size:12px; }
#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 }

@media all and (max-width:1200px){
	#footer dt { font-size:13px; }
	#footer .copyright {text-align:left;}
}


#main_visual {height:calc(270px); 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 .roll04 { background-image:url(../img/visual04.jpg) }
#main_visual .roll05 { background-image:url(../img/visual05.jpg) }
#main_visual .roll06 { background-image:url(../img/visual06.jpg) }
#main_visual .roll07 { background-image:url(../img/visual07.jpg) }

#main_visual h2 {font-family: 'SCoreDream'; font-weight:300; line-height:1.2; color:#fff; margin:10vh 0 0 0; font-size:13px; text-transform: uppercase; letter-spacing:3px; animation:up .5s .8s forwards; opacity:0 }
#main_visual h2 b {display:block; font-weight:700; font-size:50px;}
#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 {color:#fff; letter-spacing:-.5px; font-weight:500; font-size:25px; line-height:1.4; margin:10px 0 0 0; animation:down .5s 1.4s forwards; opacity:0 }


#main_visual .btn_more { display:inline-block; margin:36px 0 0 0; text-indent:-9000px; font-size:0; width:33px; height:33px; border:1px solid #fff; border-radius:50%; background:url(../img/btn_more.png) no-repeat center; opacity:0; animation:opacity .5s 1.8s forwards }
#main_visual .btn_more:hover { transform:rotate(-90deg); background-color:#000; border-color:#000 }
#main_visual .bx-controls {display:none; position:absolute; bottom:20px; width:100%; text-align:center; z-index:100 }
#main_visual .bx-controls-direction { display:none }
#main_visual .bx-pager { display:inline-block; vertical-align:middle }
#main_visual .bx-pager > div { display:inline-block; }
#main_visual .bx-pager a { text-indent:-9000px; font-size:0; display:inline-block; width:20px; height:20px; border:2px solid #fff; border-radius:50%; margin:0 3px }
#main_visual .bx-pager a.active { background:#fff }
#main_visual .bx-controls-auto { display:inline-block; vertical-align:middle }
#main_visual .bx-controls-auto > div { display:inline-block }
#main_visual .bx-controls-auto a { display:inline-block; height:20px; width:20px; color:#fff; text-indent:-9000px; font-size:0; background-position:center; background-repeat:no-repeat; margin:0 5px }
#main_visual .bx-controls-auto a.bx-start { background-image:url(../img/btn_play.png) }
#main_visual .bx-controls-auto a.bx-stop { background-image:url(../img/btn_pause.png) }
#main_visual .bx-controls-auto a.active { display:none }

#main_icon { text-align:center; padding:30px 0;}
#main_icon ul li {cursor:pointer; display:inline-block; text-align:center; padding:0 20px;}
#main_icon ul li dd {font-size:20px; font-weight:600; color:#454444; letter-spacing:-.5px;}

@media screen and (max-width:1200px) {
     #main_icon ul li { padding:0 10px;}
	 #main_icon ul li dt img {width:60px;}
	 #main_icon ul li dd {font-size:15px;}
}

#main_banner {cursor:pointer; background:url(../img/banner.jpg) center top no-repeat;}
#main_banner ul {padding:60px;}
#main_banner dt {font-size:27px; font-weight:300; color:#fff; letter-spacing:-.5px; padding-bottom:20px;}
#main_banner dt b {font-weight:700;}
#main_banner dd {font-size:17px; font-weight:300; color:#fff; letter-spacing:-.5px; line-height:1.5;}

@media screen and (max-width:1200px) {
     #main_banner ul {padding:60px 30px;}
	 #main_banner dt {font-size:23px;}
	 #main_banner dd {font-size:15px;}
}

#mc_intro { width:100%; position:relative; line-height:1; text-align:center; margin-top:10px; padding-bottom:10px; background:#fff }
	
.mc_intro_wrap { max-width:600px; margin:0 auto; position:relative; font-size:0 }

.mc_intro_wrap .box { display:inline-block; width:calc((100% - 10px)/2); height:255px; position:relative; overflow:hidden }
.mc_intro_wrap a:nth-child(2n) .box { margin-left:10px }
.mc_intro_wrap a:nth-child(n+3) .box { margin-top:10px }
.mc_intro_wrap .box .gp { top:0; left:50%; margin-left:-150px; position:absolute;
	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s; }
.mc_intro_wrap .box .title_wrap { position:absolute; width:100px; height:80px; background:#fff }
	
.mc_intro_wrap a:nth-child(1) .box .title_wrap { bottom:0; right:0 }
.mc_intro_wrap a:nth-child(2) .box .title_wrap { bottom:0; left:0 }
.mc_intro_wrap a:nth-child(3) .box .title_wrap { top:0; right:0 }
.mc_intro_wrap a:nth-child(4) .box .title_wrap { top:0; left:0 }
	
.mc_intro_wrap .box .title_wrap > p:first-child {  font-size:17px; color:#3c3c3c; font-weight:600; line-height:1.2; letter-spacing:-.5px; position:relative; padding:20px 0 10px 0; }
	
.mc_intro_wrap .line_hv { top:50%; left:50%; position:absolute }
.mc_intro_wrap .line_hv:before { content:''; top:0; left:-45px; position:absolute; width:90px; height:1px; background:rgba(0,0,0,.1) }
.mc_intro_wrap .line_hv:after { content:''; top:-45px; left:0; position:absolute; width:1px; height:90px; background:rgba(0,0,0,.1) }

@media screen and (max-width:600px) {
    .mc_intro_wrap .box { height:200px;}
	.mc_intro_wrap .box .title_wrap { width:80px; height:60px; }
	.mc_intro_wrap .box .title_wrap > p:first-child {  font-size:13px; padding:15px 0 10px 0; }
}


.pc_ver { display:block !important }
.m_ver { display:none !important }

@media all and (max-width:600px){
	.pc_ver { display:none !important }
	.m_ver { display:block !important }
}




#main_contents { position:relative; margin-top:50px; margin-bottom:50px; z-index:1 }
.main_gallery { background:#fff; margin-top:0px; margin-bottom:10px }
.main_gallery h2 { text-align:center; line-height:1; font-size:2em; font-weight:700; text-transform:uppercase; letter-spacing:-1px; padding:45px 0 30px 0 }
.main_gallery .tab_menu { text-align:center }
.main_gallery .tab_con { margin-top:40px }
.main_gallery .lt_more { display:none }
.main_gallery .prd_slider > div { width:calc(100%/5) !important }
.main_gallery .tab_menu p { padding: 12px 25px; font-size: .9rem; border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0; display: inline-block}

.pic_lt { position:relative; margin:0; padding:0 10px }
.pic_lt #touchSlider { position:relative; overflow:hidden; min-height:302px !important }
.pic_lt li { padding:0; border:0px solid #e0e0e0; }
.pic_lt li:before { content:""; box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0); position:absolute; width:100%; height:100%; z-index:-1; transition:all .3s }
.pic_lt li:hover:before { box-shadow:0 5px 16px 0 rgba(0, 0, 0, 0.2) }
.pic_lt li .lt_img { position:relative; background:#ddd }
.pic_lt li .lt_img span { position:absolute; left:50%; top:50%; line-height:1; font-weight:500; color:#fff; background:none; transform:translate(-50%); text-transform:uppercase; font-size:1.2em }
.pic_lt .lat_title { display:none }
.pic_lt .ts-controls button { position:absolute; top:50%; margin-top:-29.5px; left:-80px; background:url(../img/slide_left_b.png); width:30px; height:59px; border:0; text-indent:-9000px; font-size:0 }
.pic_lt .ts-controls button.ts-next { left:auto; right:-80px; background:url(../img/slide_right_b.png) }
.pic_lt li .lt_name { font-size:1.43em; font-weight:700 ; border-top:1px solid #e0e0e0; padding:15px 18px; letter-spacing:-1px }
.pic_lt li .lt_name a { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block; width:100% }
.pic_lt li .lt_img { margin:0; }
.pic_lt .lt_info { display:none }

.main_bbs { width:40%; float:left }
.main_bbs > section { position:relative; margin:40px 0 0 0 }
.main_bbs > section:first-child { margin:0 }
.main_bbs h2 { font-size:2em; font-weight:700; letter-spacing:-1px; line-height:1; border-bottom:1px solid #898989; padding:0 0 15px }

.pic_li_lt { float:none; padding:0; width:100%; position:static }
.pic_li_lt .lat_title { display:none }
.pic_li_lt li { position:relative; border-bottom:1px solid #e0e0e0; padding:0 3px; margin:0 }
.pic_li_lt li:first-child .lt_img { display:none }
.pic_li_lt li .pic_li_tit { font-weight:400; font-size:1.3em; vertical-align:top; width:calc(100% - 60px); padding:30px 15px; }
.pic_li_lt li .pic_li_tit:before {content: ""; position:absolute; width:6px; height:6px; background:#c1c1c1; border-radius:10px; text-align:left; margin-left:-15px; margin-top:7px;}
.pic_li_lt li .pic_li_tit:hover { padding-left:15px; color:#166eb2 }
.pic_li_lt .lt_info .lt_nick { display:none }
.pic_li_lt .lt_info { display:inline-block }
.pic_li_lt .lt_info .lt_date { position:absolute; top:10px; right:3px; width:60px; text-align:right }
.pic_li_lt .lt_more { position:absolute; top:8px; right:0; text-indent:-9000px;  font-size:0; background:url(../img/btn_more_b.png) no-repeat center; width:20px; height:20px; display:block }
.pic_li_lt .lt_more:hover { transform:rotate(-90deg) }
.pic_li_lt .empty_li { line-height:100px }

.w1300 {width:1300px; margin:0 auto;}
.inner {width:1200px; margin:0 auto;}

@media screen and (max-width:1300px) {
     .w1300 {width:100%;}
}

@media screen and (max-width:1200px) {
     .inner {width:100%;}
}





.pc_only { display:block !important }


/* 그누보드 수정 */
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:1% }
#bo_list .td_name { width:150px; text-align:center }
#bo_list .td_datetime { width:120px }
.btn_bo_sch, .btn_more_opt { padding:0 10px; height:35px }
.tbl_head01 td, .tbl_head01 th { font-size:1.1em; padding:15px 10px !important; height:40px }
.bo_tit { font-weight:500 }
#bo_list .bo_tit .new_icon { background:#f39800; color:#fff; font-size:0.7em; font-weight:500; vertical-align:2px }
#bo_list .bo_tit .fa-lock { background:#54585d; color:#fff; width:16px; height:16px; font-size:14px; line-height:16px; border:0; vertical-align:1px }
.tbl_wrap table { border-top:2px solid #666 }
#bo_list .td_num2 { width:60px }
#bo_v_title .bo_v_tit { font-size:1.5em }
#bo_v_con { font-size:1.1em }
.bo_vc_w .btn_submit, .mbskin .btn_submit { font-weight:500 }
#bo_v .com_info { margin:10px 0 0 0 }
#bo_v .com_info dl:after { content:""; display:block; clear:both }
#bo_v .com_info dl {border-top:1px solid #e0e0e0 }
#bo_v .com_info dt, #bo_v .com_info dd { float:left; border-bottom:1px solid #e0e0e0; line-height:34px; height:36px; font-size:1.05em; padding-left:20px }
#bo_v .com_info dt { width:15%; font-weight:500; background:#f4f4f4; }
#bo_v .com_info dd { width:35%; font-weight:400 }
#bo_v .com_info dd.full { width:85% }
.btn_cke_sc { line-height:20px }
.btn_cke_sc_close { background:#fff; border:1px solid #ddd; border-radius:3px; padding:5px 15px 6px 15px }
#bo_list tbody tr:hover {border-left:0}
#bo_w .bo_w_tit #btn_autosave { top:3px; right:3px }
#bo_w .btn_cancel { color:#fff; font-weight:500 }
#fregister p { font-weight:500; background:#fff; color:#222; border:1px solid #ccc }
#fregister p:before { display:none }
.chk_li { padding-left:7px; display:inline-block; vertical-align:top; margin-top:-4px }
.chk_li + .tooltip_icon { vertical-align:top; margin-top:-8px}
.reg_btn_submit { color:#fff !important; font-weight:500 }
#sns_login .txt { font-weight:500 }
#bo_cate { font-size:0; margin-left:1px; text-align:center }
#bo_cate li { margin:0 0 0 -1px; padding:0 }
#bo_cate a { font-size:.95rem; border-radius:0; margin:0; min-width:150px; text-align:center; height:50px; line-height:46px; padding:0 20px; border:1px solid #e0e0e0; color:#aaa; font-weight:400 }
#bo_cate a:hover { background:#f4f4f4; color:#222 }
#bo_cate #bo_cate_on { background:#fff; color:#222; border-color:#222; position:relative; z-index:1; box-shadow:none; font-weight:500 }
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:0 }
#bo_v_act { margin:30px 0 50px 0 }
.btn_bo_user .btn_admin, .btn_cm_opt { padding:0 10px; color:inherit }
#bo_v_info .sv_member, #bo_v_info .sv_guest, #bo_v_info .member, #bo_v_info .guest ,#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest{ font-weight:500; font-size:1.1em; margin:0 0 5px; display:inline-block }
.bo_tit .cnt_cmt { font-size:10px !important; font-family:arial; background:none !important; color:#999 !important; font-weight:normal !important }
.all_chk.chk_box input[type="checkbox"] + label span { top:3px }
#bo_v_desc { font-size:1.1em }
.new_win .btn_submit, .new_win .btn_close { font-weight:500; font-size:1em }
.new_win .win_desc { border:1px solid #666; background:#fff; color:#222; font-weight:500; text-align:center }
.new_win .win_desc:after { display:none }
.gall_row .box_clear { clear:none }
#bo_v_act { margin:60px 0 !important }
#bo_v_share { text-align:center; padding:40px 0 }
#bo_v_sns { text-align:center; float:none; display:inline-block }
#bo_v_sns li { width:auto; float:none; display:inline-block; text-align:center }
#bo_v_sns li a { width:60px; height:60px; line-height:60px; border-radius:50%; padding:0; text-align:center; display:inline-block !important }
#bo_v_sns li img { margin:0 }
#bo_v_sns li span { display:none }
#bo_v_share .btn { width:60px; height:60px; line-height:1.2; border-radius:50%; font-size:12px; padding:0; text-align:center; display:inline-block }
#bo_v_share .btn i { display:block; font-size:1.5em; margin:10px 0 3px }
#faq_sch .btn_submit { font-weight:500 }
#faq_sch { margin-bottom:30px }
.cmt_btn span.total { font-weight:400; font-size:0.9em; color:#999 }
.cmt_btn span.total b { font-size:1.5em }
.more_opt li button, .more_opt li a { font-weight:500 }

.new_win #win_title { text-align:center; border-bottom:1px solid #ccc; padding:0 20px; line-height:46px; height:48px }
.new_win .new_win_con { margin-top:10px }

#ctt { margin:0; padding:0 }
#ctt_con { padding:0; margin:0; line-height:1.5; font-size:1.16em }
#faq_wrap li { font-size:1.1em }
#bo_v iframe { max-width: 100%; }



/* 서브 상단 이미지 */
#sub_visual.sub10 { background-image:url(../img/sub1.jpg) }
#sub_visual.sub20 { background-image:url(../img/sub2.jpg) }
#sub_visual.sub30 { background-image:url(../img/sub3.jpg) }
#sub_visual.sub40 { background-image:url(../img/sub4.jpg) }
#sub_visual.sub50 { background-image:url(../img/sub5.jpg) }
#sub_visual.sub60 { background-image:url(../img/sub6.jpg) }
#sub_visual.sub70 { background-image:url(../img/sub7.jpg) }
#sub_visual.sub80 { background-image:url(../img/sub8.jpg) }

#sub_visual {height:200px; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 {font-family: 'SCoreDream'; text-align:center; font-size:13px; font-weight:300; letter-spacing:3px; color:#fff; padding:85px 0 0 0; text-transform:uppercase; position:relative; line-height:1;  }
#sub_visual p { text-align:center; font-size:25px; font-weight:500; letter-spacing:-.5px; color:#fff; padding:10px 0 0 0; text-transform:uppercase; position:relative; line-height:1;  }

#contents { margin:0px 0 0 0 }
#contents p { word-break:keep-all }


#left_area { float:none; width:100%; background:#f0f0f0; padding:15px;}
.left_snb { }
.left_snb h2 {font-family: 'SCoreDream'; float:left; padding-top:35px; color:#fff; font-size:13px; letter-spacing:3px; padding-left:50px; line-height:1; font-weight:700; position:relative; background: url('../img/snb_logo.png') left 7px no-repeat; height:80px;  }

.left_snb li {display:inline-block;}
.left_snb li a {color:#818181; display:block; padding:0 15px; font-size:15px; font-weight:600; position:relative; letter-spacing:.5px;}
.left_snb li.on a {color:#8dbc2c;  }

@media all and (max-width:800px){
	.left_snb li a { font-size:13px; padding:0 5px;}
}

.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:0px;  }
#right_area_s { float:none; width:100%; margin-top:0px;  }
#left_area_board {margin-top:100px; padding:0px 0; text-align:center; border-bottom:1px solid #ddd;}
.container_title {text-align:center;  }
.container_title h2 {text-align:center;  font-size:30px; line-height:1; color:#1b1b1b; letter-spacing:-1.5px; font-weight:600;}
.container_title span {display:inline-block; font-size:17px; background:#c39551; color:#fff; font-weight:400; padding:3px 20px; margin-bottom:15px;}
.container_title:after {content: ""; display:block; margin:40px auto; width:1px; height:40px; background:#030303; }

@media all and (max-width:800px){
	.container_title { font-size:25px; }
	.container_title:after { margin:20px auto;}
	.container_title span { font-size:15px;}
}

#intro_con {margin-top:40px;}
#intro_con h3 {font-size:22px; font-weight:800; color:#171717; margin-bottom:30px;}
#intro_con h3 span {background:#8dbc2c; color:#fff; display:inline-block; padding:0 2px;}
#intro_con p {font-size:17px; font-weight:400; color:#595959; line-height:1.5; letter-spacing:-.5px; margin-bottom:30px;}

@media all and (max-width:500px){
	#intro_con ul {padding:0 10px;}
	#intro_con p {font-size:15px;}
}



	#c_guide { width:100%; position:relative; font-size:0; line-height:0; letter-spacing:-.5px; text-align:left;  margin-top:40px;}

	#c_guide > div { max-width:600px; margin:0 auto; position:relative }
	

	/* left */
	#c_guide .box:first-child { height:300px; box-sizing:border-box;  }
	#c_guide .box:first-child .info { bottom:0px; right:0; position:absolute; background:rgba(0,0,0,.8); z-index:1 }
	#c_guide .box:first-child .info p { font-size:18px; line-height:1; color:#fff; background:rgba(0,0,0,.8); padding:20px 30px }
	
	/* right */
	#c_guide .box:last-child {  box-sizing:border-box }
	
	#c_guide .info_container { position:relative }
	#c_guide .info_container .wrap { position:relative }
	#c_guide .info_container .wrap:last-child { margin-top:80px }

	#c_guide .info_container .title_wrap { display:inline-block; vertical-align:top; width:150px; box-sizing:border-box; position:relative }
	#c_guide .info_container .title_wrap > p:nth-child(1) { font-size:22px; line-height:1; letter-spacing:-1px; color:#333; font-weight:600; }
	#c_guide .info_container .title_wrap > p:nth-child(2) { font-size:12px; line-height:1; letter-spacing:.5px; color:#ccc; margin-top:10px }
	
	#c_guide .info_container .info_wrap { display:inline-block; vertical-align:top; width:calc(100% - 220px); margin-left:50px; padding-left:70px; box-sizing:border-box; position:relative }
	#c_guide .info_container .info_wrap:before { content:''; top:0; left:0; position:absolute; width:1px; height:100%; background:#eee }
	
	#c_guide .info_container .wrap:first-child .info_wrap > p:first-child { font-size:40px; line-height:1; letter-spacing:-1px; color:#333; margin-top:-5px }
	#c_guide .info_container .wrap:first-child .info_wrap > p:last-child { font-size:15px; line-height:1; color:#333; margin-top:15px }

	#c_guide .info_container .wrap:last-child .info_wrap .txt > p { font-size:18px; line-height:1; color:#333; position:relative; display:inline-block; vertical-align:top }
	#c_guide .info_container .wrap:last-child .info_wrap .txt .day { width:65px; background:none }
	#c_guide .info_container .wrap:last-child .info_wrap .txt .time { padding-left:15px; letter-spacing:-.5px }
	#c_guide .info_container .wrap:last-child .info_wrap .txt:nth-child(n+2) { margin-top:25px }
	#c_guide .info_container .wrap:last-child .info_wrap .txt:last-child > p { font-size:15px }
	
	#c_guide .arrow {
	  border: solid #666;
	  border-width: 0 1px 1px 0;
	  display: inline-block;
	  vertical-align:middle;
	  padding: 2px;
	  margin-top:5px
	}
	#c_guide .right {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}

@media all and (max-width:500px){
	#c_guide {padding:0 20px;}
	#c_guide .info_container .wrap:last-child { margin-top:50px }
	#c_guide .info_container .title_wrap { display:block; vertical-align:top; width:150px; box-sizing:border-box; position:relative; margin-bottom:20px; }
	#c_guide .info_container .info_wrap:before { content:''; top:0; left:0; position:absolute; width:1px; height:100%; background:none }
	#c_guide .info_container .info_wrap { display:block; vertical-align:top; width:100%; margin-left:0px; padding-left:0px; box-sizing:border-box; position:relative }
}




.contact_con02 .map_box{margin-top:10px; width:600px; height:400px; border-bottom:3px solid #99c342; 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{margin:0; font-size:25px; color:#444444; letter-spacing:-0.045em; font-weight:200;}
.contact_con02 .bot_text h4 i{display:inline-block; vertical-align:middle; position:relative; top:-4px; 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:25px; 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:#99c342; font-weight:500; display:inline-block; padding-right:5px;}
.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}

@media all and (max-width:1000px){
	.contact_con02 .map_box{width:100%; height:300px;}
	.contact_con02 .bot_text {padding:20px;}
	.contact_con02 .bot_text ul{margin-top:15px;}
	.contact_con02 .bot_text h4{font-size:20px;}
	.contact_con02 .bot_text h4 span{display:block;}
}

.subtable { width:100%; margin:20px auto; border-top:2px solid #99c342; border-collapse: collapse;}
.subtable tr th {border:1px solid #dbdbdb; text-align:center; background:#f6f6f6; color:#333;  font-size:15px; font-weight:500; padding:10px 0; }
.subtable tr td {border:1px solid #dbdbdb; padding:10px 2px; line-height:1.5; color:#666; text-align:center;font-size:15px; font-weight:400; letter-spacing:-0.03em;}
.subtable tr td.last {text-align:left; padding:10px 10px;}
.subtable tr td.g {background:#e3f0c8;}
.subtable tr td.r {background:#f0c8c8;}

#sub_banner {cursor:pointer; background:url(../img/medical_bg.jpg) center top no-repeat;}
#sub_banner ul {padding:60px;}
#sub_banner p {font-size:18px; font-weight:300; color:#333; letter-spacing:-.5px; padding-bottom:20px; line-height:1.5;}
#sub_banner p b {font-weight:700;}

@media screen and (max-width:1200px) {
     #sub_banner ul {padding:60px 30px;}
	 #sub_banner p {font-size:16px;}
}

.table_t {font-size:14px; padding-bottom:29px; color:#666;}

@media screen and (max-width:500px) {
     .table_time {margin-top:80px;}
}

.way_list{ font-size:0; letter-spacing:-4px; margin-top:20px;}
.way_list h3 {font-size:22px; font-weight:600; letter-spacing:-1px; margin-left:10px;}
.way_list h3:before {content: ""; position:absolute; width:2px; height:16px; background:#99c342; text-align:left; margin-left:-10px; border-radius:5px; margin-top:5px;}
.way_list ul li{display:inline-block; vertical-align:top; border-bottom:1px dotted #ddd; padding:20px 0;}
.way_list ul li .img_box {float:left; width:40%; margin-right:5%;}
.way_list ul li .img_box img{max-width:100%; border-radius:100px;}
.way_list ul li .txt_box{display:inline-block; padding-top:10px; width:50%;}
.way_list ul li .txt_box p{font-size:20px; letter-spacing:-0.045em; color:#222222; font-weight:600; padding-bottom:10px;}
.way_list ul li .txt_box dd{display:block; padding:5px 0; font-size:15px; letter-spacing:-0.045em; color:#666666; font-weight:400; word-break:keep-all; }



@media all and (max-width:600px){
	.way_list {padding: 0 10px;}
}




.img_txt_layout01 {margin-bottom:20px;}
.img_txt_layout01 .img_box img {max-width: 100%;}
.img_txt_layout01 .map_box {width: 100%; height: 446px;}
.img_txt_layout01 .map_box .root_daum_roughmap {width: 100%; height: 100%;}
.img_txt_layout01 .map_box .root_daum_roughmap .wrap_map {height: 100%;}
.img_txt_layout01 .txt_box {position: relative; z-index: 1; margin: -75px auto 0; width:90%; background: #fff; border-bottom: 1px solid #99c342; padding: 20px 40px; box-sizing: border-box;}
.img_txt_layout01 .txt_box dl {font-size: 0; letter-spacing: -4px;}
.img_txt_layout01 .txt_box dl dt {vertical-align: top; width: 100%; padding: 20px 20px 20px 0; box-sizing: border-box;}
.img_txt_layout01 .txt_box dl dt span {color: #b2b2b2; font-weight: 300; font-size: 14px; letter-spacing: 0.02em;}
.img_txt_layout01 .txt_box dl dt h5 {color: #333333; font-weight: 700; font-size: 25px; letter-spacing: -0.04em; line-height: 1.1; margin: 0; margin-top: 10px;}
.img_txt_layout01 .txt_box dl dd { vertical-align: top;  box-sizing: border-box; border-top: 1px solid #e5e5e5; }
.img_txt_layout01 .txt_box dl dd .t_box {display: table; width: 100%; padding-top:20px;}
.img_txt_layout01 .txt_box dl dd .t_box .tc_box {display: table-cell; vertical-align: middle; text-align: center;}
.img_txt_layout01 .txt_box dl dd .t_box .tc_box .txt_wrap {display: inline-block; text-align: left;}
.img_txt_layout01 .txt_box dl dd p {color: #666666; font-weight: 300; font-size: 16px; letter-spacing: -0.04em; line-height: 1.6; word-break: keep-all; padding-bottom:20px;}
.img_txt_layout01 .txt_box dl dd p i {color: #fff; font-weight: 500; display:block; font-style:normal; background:#99c342; width:150px; text-align:center; margin-bottom:10px;}
.img_txt_layout01 .txt_box dl dd p b {color: #99c342; font-weight: 500; display:block;}
.img_txt_layout01 .txt_box dl dd span {margin-bottom:5px; display:block; color: #666666; font-weight: 300; font-size: 16px; letter-spacing: -0.04em; line-height: 1.6; word-break: keep-all; margin-left:10px;}
.img_txt_layout01 .txt_box dl dd span b {font-weight:600;}
.img_txt_layout01 .txt_box dl dd span:before {content: ""; position:absolute; width:4px; height:4px; background:#99c342; text-align:left; margin-left:-10px; border-radius:5px; margin-top:10px;}

.img_txt_layout01 .txt_box dl dd span.in {width: calc(100% /2 - 10px); display:inline-block;}
.img_txt_layout01 .txt_box dl dd span.in2 {background:#f3f3f3; border-radius:10px; padding:20px;}
.img_txt_layout01 .txt_box dl dd span.in2 b {display:block;}
.img_txt_layout01 .txt_box dl dd span.in2 i {display:block; font-style:normal; font-size:15px; margin-left:10px;}
.img_txt_layout01 .txt_box dl dd span.in2 i:before {content: ""; position:absolute; width:2px; height:2px; background:#333; text-align:left; margin-left:-10px; border-radius:5px; margin-top:10px;}

@media all and (max-width: 600px) {
	.img_txt_layout01 .map_box {height: 220px;}
	.img_txt_layout01 .txt_box {padding: 20px; margin: -55px auto 0;}
	.img_txt_layout01 .txt_box dl dd .t_box {display: block; padding: 30px 0 10px; box-sizing: border-box; height: initial; min-height: 129px;}
	.img_txt_layout01 .txt_box dl dd .t_box .tc_box {display: block; text-align: left;}
	.img_txt_layout01 .txt_box dl dt h5 { font-size: 22px;}
	.img_txt_layout01 .txt_box dl dd span {margin-bottom:10px;}
	.img_txt_layout01 .txt_box dl dd span.in2 i {font-size:14px;}
}


.text-con {margin-top:30px;}
.text-con h3 {color: #fff; font-weight: 500; font-size:16px; font-weight:500; letter-spacing:-.5px; padding:5px 10px; min-width:150px; background:#99c342; display:inline-block; text-align:center; margin-bottom:10px;}
.text-con p {color: #666666; font-weight: 300; font-size: 16px; letter-spacing: -0.04em; line-height: 1.5; word-break: keep-all; padding-bottom:0px;}
.text-con span b {display:block;}
.text-con i {display:block; color: #666666; font-weight: 300; font-size: 13px; letter-spacing: -0.04em; line-height: 1.5; text-align:right; padding-top:20px;}
.text-con th {letter-spacing: -0.04em; padding:5px;}
.text-con td {letter-spacing: -0.04em; padding:5px; }

.text-con i.dot {display:block; color: #666666; font-weight: 400; font-size: 15px; letter-spacing: -0.04em; line-height: 1.5; text-align:left; font-style:normal; padding-top:5px; margin-left:10px;}
.text-con i.dot:before {content: "-"; position:absolute; color:#666666; text-align:left; margin-left:-10px;}

.subtable_l { width:100%; margin:20px auto; border-top:2px solid #99c342; border-collapse: collapse;}
.subtable_l tr th {border:1px solid #dbdbdb; text-align:center; background:#f6f6f6; color:#333;  font-size:14px; font-weight:500; padding:10px; }
.subtable_l tr td {border:1px solid #dbdbdb; padding:10px 5px; line-height:1.5; color:#666; text-align:center;font-size:14px; font-weight:400; letter-spacing:-0.03em; }
.subtable_l tr td.left {text-align:left; }


@media all and (max-width: 600px) {
	.subtable_l tr th { font-size:13px; padding:10px 5px; }
	.subtable_l tr td {border:1px solid #dbdbdb; padding:10px 0px;font-size:13px; }
	.subtable_l tr td.left {padding:10px 10px;}
}

.support_member li { border-bottom:1px solid #ddd; }
.support_member li dt {text-align:center;  font-weight:600; width:120px; font-size:15px; background:#f5f5f5; padding:15px; letter-spacing:-.5px;}
.support_member li dd {font-weight:400; color:#666; font-size:15px; padding-left:20px; padding:15px; letter-spacing:-.5px; line-height:1.5;}


ul.fat_surgery_common {text-align:center; margin-top:10px; font-size:0; letter-spacing:-4px; margin-bottom:10px;}
ul.fat_surgery_common li {display:inline-block; vertical-align:top; padding:5px; width: calc(100% /3 - 10px); min-height:270px; margin-right:10px; border:1px solid #dddddd; border-top:1px solid #99c342; box-sizing:border-box; text-align:center; background-color:#fff; }
ul.fat_surgery_common li:nth-of-type(3) {margin-right:0; }
ul.fat_surgery_common li img {margin-top:20px; margin-bottom:10px; }
ul.fat_surgery_common li p {font-size:18px; font-weight:600; color:#444444; letter-spacing:-0.025em; padding-bottom:20px; }
ul.fat_surgery_common li span {display:block; font-size:15px; font-weight:400; line-height:1.5; color:#666666; letter-spacing:-0.025em; }


@media all and (max-width:600px){
	ul.fat_surgery_common li p {font-size:16px;}	
	ul.fat_surgery_common li span { font-size:14px;}
	ul.fat_surgery_common li img {width:60px;}

}

.sub_tit {text-align:center; }
.sub_tit .hr {width:1px; height:37px; margin:0 auto; background-color:#d7d7d7; }
.sub_tit h4 {font-size:25px; font-weight:600; color:#000000; letter-spacing:-0.035em; word-break:keep-all; }
.sub_tit p{font-size:17px; color:#666666; letter-spacing:-0.025em; font-weight:400; margin-top:25px; line-height:1.5; word-break:keep-all;}

@media all and (max-width:600px){
	.sub_tit h4 {font-size:22px; }
	.sub_tit p{font-size:15px;}
}


.obesity_con {padding:30px 0; background:#f7f7f7;}
.obesity_con ul {margin-top:40px; font-size:0; letter-spacing:-4px; text-align:center; }
.obesity_con ul li {background:#fff; display:inline-block; vertical-align:top; width:150px; height:150px; margin:5px; border:5px solid #317a99; box-sizing:border-box; border-radius:50%; }
.obesity_con ul li:nth-child(2) {border-color:#8dbc2c; }
.obesity_con ul li:nth-child(3) {border-color:#94bde9; }
.obesity_con ul li span {position:relative; z-index:2; display:block; margin-top:30px; font-size:20px; color:#484848; letter-spacing:-0.025em; text-align:center; }
.obesity_con ul li span:before {content:''; z-index:-1; position:absolute; left:50%; bottom:-3px; width:32px; height:14px; background-color:#ececec; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.obesity_con ul li p {padding:60px 25px 0; font-size:20px; font-weight:500; color:#484848; letter-spacing:-0.025em; line-height:28px; word-break:keep-all; box-sizing:border-box; }
.obesity_con ul li p b {font-weight:500; }

@media all and (max-width:600px){
	.obesity_con ul li {width:100px; height:100px; }
	.obesity_con ul li span {margin-top:20px; font-size:15px;}
	.obesity_con ul li p {padding:35px 5px 0; font-size:15px;}
}

.center_con {margin-top:20px;}
.center_con h3 {font-size:22px; font-weight:600; letter-spacing:-1px; margin-left:10px; margin-bottom:20px;}
.center_con h3:before {content: ""; position:absolute; width:2px; height:16px; background:#99c342; text-align:left; margin-left:-10px; border-radius:5px; margin-top:5px;}

.sub_tit_desc {margin:20px 0;}
.sub_tit_desc h3 {font-size:22px; font-weight:600; letter-spacing:-1px; margin-left:10px; margin-bottom:20px;}
.sub_tit_desc h3:before {content: ""; position:absolute; width:2px; height:16px; background:#99c342; text-align:left; margin-left:-10px; border-radius:5px; margin-top:5px;}
.sub_tit_desc .txt {display: inline-block; max-width: 100%;}
.sub_tit_desc p {position: relative; color: #666666; font-weight: 400; font-size: 17px; letter-spacing: -0.04em; line-height: 1.6; margin-left:15px; word-break: keep-all;}
.sub_tit_desc p:before {position:absolute; width: 7px; height: 7px; border-radius: 5px; border: 2px solid #99c342; box-sizing: border-box; margin-left:-15px; margin-top:10px; content: '';}
.sub_tit_desc p + p {margin-top: 10px;}
.sub_tit_desc i {display:block; padding-top:20px;}

@media all and (max-width: 600px) {
	.center_con {padding:0 10px;}
	
	.sub_tit_desc {padding:0 10px;}
	.sub_tit_desc h3 {font-size:20px;}
	.sub_tit_desc p {font-size: 16px;}
}


.sub_tit2_desc {margin:20px 0;}
.sub_tit2_desc h3 {font-size:22px; font-weight:600; letter-spacing:-1px; margin-left:10px; margin-bottom:20px;}
.sub_tit2_desc h3:before {content: ""; position:absolute; width:2px; height:16px; background:#99c342; text-align:left; margin-left:-10px; border-radius:5px; margin-top:5px;}
.sub_tit2_desc li {display:inline-block; width: calc(100% /2 - 20px); border:1px solid #ddd; border-radius:50px; padding:10px; margin-bottom:5px;}
.sub_tit2_desc p {position: relative; color: #666666; font-weight: 400; font-size: 16px; letter-spacing: -0.04em; line-height: 1.6; margin-left:15px; word-break: keep-all; }
.sub_tit2_desc p:before {position:absolute; width: 7px; height: 7px; border-radius: 5px; border: 2px solid #99c342; box-sizing: border-box; margin-left:-15px; margin-top:10px; content: '';}
.sub_tit2_desc p + p {margin-top: 10px;}

@media all and (max-width: 600px) {
	.sub_tit2_desc {margin:20px 10px;}
	.sub_tit2_desc li { display:block; width: 100%; border:1px solid #ddd; border-radius:50px; padding:10px; margin-bottom:5px;}
}



.tab-menu {text-align:center; margin:50px 0; font-size:0; }
.tab-menu li {vertical-align:top;  position:relative; color:#797979;  text-align:center; display:inline-block;  margin-left:-1px; margin-top:-1px; width: calc(100% /4 - 20px); height:50px; line-height:50px; padding:0px 0px;  cursor:pointer;  z-index:0;  border:1px solid #6f6f6f;  font-size:15px;  font-weight:500;  letter-spacing:-.5px; }
.tab-menu li a:hover {  color:#99c342;}

@media all and (max-width:1000px){
     .tab-menu li { padding: 0px 15px; font-size:16px;  width: calc(100% /2 - 17px);}
}

@media all and (max-width:800px){
     .tab-menu li { font-size:13px;}
}

.pab30 {padding-bottom:30px;}



.doctor_con{padding-top:0px;overflow:hidden; font-size:0; }
.doctor_con ul{margin:40px 0 0;}
.doctor_con li{vertical-align:top; position:relative;  margin-bottom:30px;}
.doctor_con li dl {margin-top:20px;}
.doctor_con li dl h5{font-family: 'NanumMyeongjo'; font-size: 25px;line-height: 1.2;color: #8dbc2c; border-bottom:2px solid #8dbc2c; padding-bottom:20px; margin-bottom:20px; letter-spacing:-1.5px; font-weight:700;}
.doctor_con li dl h5 b {font-weight:600;}
.doctor_con li dl dd{margin-top: 5px;font-size: 16px;line-height: 1.5;color: #666; letter-spacing:-.5px; font-weight: 400; margin-left:10px;}
.doctor_con li dl dd:before {content: ""; position:absolute; width:4px; height:4px; background:#8dbc2c; text-align:left; margin-left:-10px; border-radius:5px; margin-top:9px;}


@media all and (max-width:1200px){
	.doctor_con{padding-bottom: 0px; }
	.doctor_con li .img{width: 45%; margin-right:0%;}
	.doctor_con li .txt{width:50%;}
	.doctor_con li:nth-child(2n) .img{width: 45%;}
	.doctor_con li:nth-child(2n) .txt{width: 45%; }
	.doctor_con ul{margin: 50px 0 0;  padding:0 20px;}
	.doctor_con li dl h5{font-size:25px;line-height: 1.3; padding-bottom:10px;}
	.doctor_con li dl h5 span {font-size:20px;}
	.doctor_con li dl dd{margin-top: 2.34375vw;font-size: 16px;line-height: 1.5;}
}

@media all and (max-width:950px){
	.doctor_con li{width: 100%; display:block; vertical-align:top; margin-top: 0px; margin-bottom:50px; position:relative; }
	.doctor_con li > div{width: 100%;}
	.doctor_con li:nth-of-type(odd) > div,
	.doctor_con li:nth-of-type(even) > div{float: none;padding: 0;}
	.doctor_con li .img {text-align:center; width:100%; margin-bottom:30px;}
	.doctor_con li:nth-child(2n) .img {text-align:center; width:100%;}
	.doctor_con li .txt{margin:0 auto; width:95%; padding-top: 0px; height:auto;}
	.doctor_con li:nth-child(2n) .txt{margin:0 auto; width:95%; padding-top: 0px;}
}

@media all and (max-width:640px){
	.doctor_con{padding-bottom: 0px; }
	.doctor_con ul{margin: 50px 0 0;  padding:0 20px;}
	.doctor_con li dl h5{font-size:22px;line-height: 1.3; padding-bottom:10px;}
	.doctor_con li dl h5 span {font-size:20px;}
	.doctor_con li dl dd{margin-top: 2.34375vw;font-size: 16px;line-height: 1.5;}
}




.tour_con01{padding:30px 0 50px;}
.tour_con01 .img_box {overflow:hidden; position:relative; }
.tour_con01 .img_box li {padding:0; }
.tour_con01 .img_box span.arrow {position:absolute; z-index:10; cursor:pointer; }
.tour_con01 .img_box span.arrow.prev {left:0; top:40%; }
.tour_con01 .img_box span.arrow.next {right:0; top:40%; }
.tour_con01 .img_box img{width:100%;}
.tour_con01 .thumb_box {overflow:hidden; margin-top:40px; }
.tour_con01 .thumb_box li {background-color:#000; cursor:pointer; }
.tour_con01 .thumb_box img {width:100%; opacity:0.4; }
.tour_con01 .thumb_box li.swiper-slide-thumb-active img {opacity:1; }

@media all and (max-width:1000px){
	.tour_con01 .img_box span.arrow img {width:auto; max-height:170px; }
	.tour_con01 .img_box span.arrow.prev {left:0; top:45%; }
	.tour_con01 .img_box span.arrow.next {right:0; top:45%; }
	.tour_con01 .img_box span img {width:50px;}
	.tour_con01 .thumb_box {overflow:hidden; margin-top:10px; }
}

@media all and (max-width:500px){
	.tour_con01 .img_box span.arrow img {width:30px;}
}