
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

*{margin:0; padding:0; box-sizing:border-box;letter-spacing:-0.04em;color:inherit;}
img {border:0; vertical-align:top;}
a {border:0; text-decoration:none;}
ul, li {list-style:none;}
body {font-family: 'Nanum Gothic', sans-serif; color:#333;}
div {display:block;}
h1,h2,h3,h4 {font-family: 'Nanum Gothic', sans-serif;font-weight:300;letter-spacing:-0.06em;line-height:125%}
p {font-size:16px;line-height:150%;}
h1 {font-size:44px;}
h2 {font-size:36px}
h3 {font-size:29px;}
h4 {font-size:20px;}

.container {width:1200px; margin:0 auto;}
.container_fluid {width:100%; min-width: 1200px;}
.clearfix:after {content:""; clear:both; display:block;}
.float {float:left;}
.float_r {float:right;}
.hide {
    display: inline-block;
    position: absolute;
    z-index: -10;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    filter: alpha(opacity=0);
    -ms-filter: 'alpha(opacity=0)';
    font-size: medium;
    line-height: normal;
    word-break: break-all;
}


/* 마진,패딩 설정 */
.mg0 {margin-left:0 !important;margin-right:0 !important}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}

.pl05 {padding-left:5%}
.pl10 {padding-left:10%}
.pl15 {padding-left:15%}
.pl20 {padding-left:20%}

.pr05 {padding-right:5%}
.pr10 {padding-right:10%}
.pr15 {padding-right:15%}
.pr20 {padding-right:20%}


.bd_b {border-bottom:1px #e0e0e0 solid}
.bd_t {border-top:1px #e0e0e0 solid}

.w50 {width:50%;}

/* 공통 상단 */
#wrap {width:100%; min-width:1200px; margin:auto;}
body {}
/*header*/
header {position:relative;z-index:99;width:100%;text-align: center;}
.header_inner {width:100%;margin:0 auto;position:relative;}


nav {width:1200px;margin:0 auto;}
nav .nav_wrap {display:block; width:100%; margin:0 auto; padding-top:50px;padding-bottom:50px; position:relative;}
.nav_logo {padding:20px 0 30px;background: #fff;}

.gnb {width:100%;position:relative;}
header .gnb {
    width: 100%;
    min-width: 1200px;
    height: 71px;
    
    background: #abd625;
    border-top: 1px #9ec620 solid;
}
header .gnb > ul {
    height: 70px;
    width: 1200px;
    margin: auto;
   /* border-left: 1px #9ec620 solid; */
}
header .gnb > ul > li {
    float: left;
    font-size: 17px;
    width: 14.28%;
    color: #fff;
    /*border-right: 1px #9ec620 solid;*/
    line-height: 70px;
}
header .gnb > ul > li a {
    display: block; font-size:18px;
}
header .gnb .subnav {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    clear: both;
    display: none;
    /*position: absolute;*/
    color: #505050;
    z-index: 10;
    top: 222px;
    font-size: 14px;
    box-shadow: 2px 2px 3px #d0d0d0;
}
header .gnb .subnav ul {
    text-align: left;
    display: block;
    width: 14.28%;
    float: left;
    padding: 10px;
    /*border-right: 1px #e0e0e0 solid;*/
    min-height: 372px;
    padding-left: 51px;
}
header .gnb .subnav ul.one {
    padding-left:37px; 
}
header .gnb .subnav ul.two {
    padding-left:34px; 
}
header .gnb .subnav ul.seven {
    padding-left:56px; 
}
header .gnb .subnav li {
    height: 32px;
    line-height: 32px;
}
header .gnb .subnav a {
    display: block; font-size:16px;
}
header .gnb .subnav a:hover {
    color:#82bc1a;
}
/* 네비 각 메뉴별로
.gnb > li {float:left;text-align:center;display:inline-block;margin:0 10px;position:relative;}
.gnb > li a {display:block;color:#303030; font-weight:400; font-size:17px;font-family:inherit; text-transform:uppercase;padding:10px ;}
.gnb > li > ul {display:none;position:absolute;background:#fff;width:150px;left:50%; 
    -o-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);}
.gnb > li > ul li a:hover {color:#82bc1a;}
*/



/* main content */
#main {width:100%; height:100%;min-width:1200px; display:inline-block; position:relative;}
#main p {line-height:1.5;color:#fff;}
/* 메인 슬라이드 배경 */
/* html, body, #wrap {height:100%; padding:0px;}
#main .main_visual, .flexslider, .slides, .flexslider li {height:100%;}*/

#main .main_visual {height:691px;min-width:1200px;margin:0 auto;}
#main .main_sl {height:691px;width:100%; min-width:1200px;display:inline-block;position:relative;}
#main .main_sl.sl1 { background:url(../images/slide1.jpg) top center;}
#main .main_sl.sl2 { background:url(../images/slide2.jpg) top center;}
#main .main_sl.sl3 { background:url(../images/slide3.jpg) top center;}
#main .main_sl.sl4 { background:url(../images/slide4.png) top center;}
#main .main_sl img {text-align:center}
#main .main_sl p {font-size: 14px;
    /* position: absolute; */
    display: block;
    color: #fff;
    padding: 3px 10px;
    background: rgba(0,0,0,0.5);
    /* left: 50%; */
    /* bottom: 130px; */
    text-align: center;
    margin: 0 auto;
    margin-top: 610px;
    width: 380px;}

.flex-control-nav {z-index:99;}
.flex-control-paging li a.flex-active {background:#ddd;}
.tit_box {position:absolute;top:0; bottom:0;left:0;right:0;width:100%;height:100%;z-index:11;}
.tit_box .table_box {
    display: table;
    position: static;
    width: 100%;
    height: 100%;
    padding: 0px 0 0;
}
.tit_box .table_box .table_cell {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    color:#fff;
}


#main #section1 {width:100%;min-width:1200px; margin:0px auto;}
#main #section1 .banner {padding:0;position:relative;width:100%;min-width:1200px;margin:0 auto;}
#main #section1 .banner > a {background:#000;display:block;}
#main #section1 .banner img {transition:all 1s;width:100%;min-width:1200px;margin:0 auto;}
#main #section1 .banner:hover img {-ms-transform: scale(1.05);
-webkit-transform: scale(1.05); 
-moz-transform: scale(1.05); 
transform: scale(1.05); 
 }

#section1 .banner .tit_box h1 {font-size:38px; font-family: 'Playfair Display', serif; letter-spacing:0em;margin-bottom:15px;}
#section1 .banner .tit_box h2 {font-size:22px; font-weight:300;margin-bottom:40px;}
#section1 .banner .tit_box span.bar {display:inline-block;width:60px;height:1px;background:#fff;margin:35px 0;}
#section1 .banner .tit_box p {font-family:inherit;font-weight:300;margin-bottom:50px;font-size:17px;line-height:1.8;}
#section1 .banner .tit_box a {font-family:inherit;font-weight:400;font-size:18px; letter-spacing:0em;}


#section3 {width:1200px; margin-top:60px;margin-bottom:15px;}
#section3 .box-3 {width:300px; height:275px;}
#section3 .box-4 {width:400px;height:275px;}
#section3 .box-6 {width:600px;height:275px;}
#section3 .box-rl {position:relative;}
#section3 h3 {font-size:31px;font-weight:500;margin-bottom:15px;}
#section3 i {font-size:45px;}
#section3 p {font-size:40px;font-family:'Roboto';}

#section3 .notice {padding:25px 35px;background:#fff;border: 1px solid #d5d5d5;}

#section3 .event {background:#47562c;position:relative;}
#section3 .event h3 {margin-top:25px;color:#fff;}
#section3 .event a {border-bottom:1px solid #fff;padding:7px 10px;display:inline-block;}
#section3 .event a:hover {background:#fff; color:#000;}



/* 메인 게시판 추출 */
table.board_output tbody > tr {
    line-height: 1.8;
}
table.board_output tbody > tr img {vertical-align:middle;}
#main .works .board_output_gallery_subject {display:block;margin-bottom:10px;}



/* 공통하단 */
footer {width:100%; min-width:1200px;margin:auto;display:inline-block;position:relative;font-size:13px;letter-spacing:-0.5px;}
footer .bottom_cs .cs_banner {float:left;}
footer .footer_txt {width:100%;margin:0 auto;line-height:180%;color:#777;padding:30px 0;border-top:1px solid #e5e5e5;margin-top:50px;}
footer .footer_txt span {padding-right:10px;}




/* 서브 */
#sub {width:100%; min-width:1200px; position:relative;    word-wrap: break-word;
    word-break: keep-all;}
.subtop {width:100%; min-width:1200px; margin:0 auto;height:265px; background-position:top center; text-align:center}
.subtop.top1 {background:url(../images/sub1_top.jpg)  center no-repeat}
.subtop.top2 {background:url(../images/sub2_top.jpg)  center no-repeat}
.subtop.top3 {background:url(../images/sub3_top.jpg)  center no-repeat}
.subtop.top4 {background:url(../images/sub4_top.jpg)  center no-repeat}
.subtop.top5 {background:url(../images/sub5_top.jpg)  center no-repeat}
.subtop.top6 {background:url(../images/sub6_top.jpg)  center no-repeat}
.subtop.top7 {background:url(../images/sub7_top.jpg)  center no-repeat}

.subtop_tit_box {
    display: table;
    position: static;
    width: 100%;
    height: 100%;
    padding: 95px 0 0;
}
.subtop_tit_box h2 {font-size:48px;font-family: 'Playfair Display', serif; letter-spacing:0em;color:#fff;}
.subtop_tit_box h3 {color:#fff;font-size:20px;}


/* 서브메뉴표시 */
.snb {position:relative; margin:15px auto; }
.snb ul {width:1200px;margin:0 auto;}
.snb ul li { float:left;text-align:center;}
.snb ul li a { font-size:18px; display:block; padding:18px 0;background:#f4f4f4;}
.snb ul li a:hover,.snb ul li a.on {background:#373737;color:#fff; }
.snb2 ul li a:hover,.snb2 ul li.active a {background:#8dc11c;color:#fff; }
.snb ul.full li {width:100%;}
.snb ul.p2 li {width:50%;}
.snb ul.p3 li {width:33.33%;}
.snb ul.p4 li {width:25%;}
.snb ul.p5 li {width:20%;}
.snb ul.p6 li {width:16.6665%;}
.snb ul.p7 li {width:14.285%;}

.quick_menu {text-align:right;margin-top:20px;margin-bottom:20px;}
.quick_menu ul {display:inline-block;}
.quick_menu ul li {float:left;font-size:20px;}
.quick_menu ul li:last-child:before {content:"";width:1px;height:20px;background:#333;display:inline-block;margin-top:4px;float:left;}
.quick_menu ul li a {padding:10px;font-size:20px;font-weight:600;}

.shadow {    box-shadow: 1px 5px 15px rgba(0,0,0,0.2);}
.snb ul.tabs {width:100%;}

/* 서브 본문 공통 */
p {color:#505050;}
p + p {margin-top:10px;}
#content {width: 980px;margin: 0; min-height: 1000px;padding-top:50px;padding-bottom:50px;position:relative;}
#content .t_center {text-align:center;}
#content .t_right {text-align:right;}
.content h2 {font-weight:600;margin-bottom:65px;font-size:33px;}
.content h3 {font-size:26px; color:#2f9410;font-weight:500;margin-bottom:25px;}
.b_border {border-bottom:1px solid #e5e5e5;}
.pb50 {padding-bottom:50px;}
.txt_info {padding:50px 0;}
.txt_info2 {padding:30px;}
.txt_info p {font-size:18px;letter-spacing:-0.06em;}
.txt_info p.big {font-size:22px;font-weight:400;}


.sub_visual img {width:100%;}

.service {padding:40px 0;}
h3.serif {font-size:34px;font-weight:normal;color:#8fa71d;margin-bottom:40px;font-family:'Nanum Myeongjo',serif;}


.service_list .service_box {width:450px;margin:20px;float:left;}
.service_list .service_box .txt {padding-top:20px;}
.service_list .service_box h4 {font-size:20px; color:#8fa71d;font-weight:400;margin-bottom:10px;}
.service_list .service_box p {}
.service_list .service_box img {width:100%;}


.service_free .img img {width:100%;}
.service_free .txt li {font-size:18px;margin-bottom:10px;list-style: disc inside;}
.service_free .txt {padding:80px 25px;}

ul.figure_circle.f5 {width:990px;margin:0 auto;}
ul.figure_circle li {float:left;width:168px;height:168px;background:url(../images/circle_bg.png);margin:15px;text-align: center;}
ul.figure_circle li span {display:inline-block;margin-top:70px;text-align:center;font-size:19px;font-weight:500;}

.service2 {padding:40px 0px;}
.course_tit b {font-size:26px;}
.service2 .menu .img {width:340px;}
.service2 .menu .img img {width:100%;}
.service2 .menu .txt {margin-left:20px;width:620px;}
.service2 .menu .txt li {width:33.3%;float:left;font-size:16px;margin-bottom:10px;}


.service .gosa_wrap {background: #f5f5f5;padding: 30px;border-top: 5px solid green;}
.service ul.gosa li {float:left; width:25%;margin-bottom:10px;text-align:center;}

.home_place .place {margin-bottom:30px;}
.home_place .place > div {float:left;}
.home_place .place .txt {padding-left:50px;width:600px;}
.content h4 {font-size:20px; font-weight:500;}
.content h4 + * {margin-top:6px;}

ul.check li {position:relative;    padding-left: 52px;    margin-bottom: 40px;float:left;width:50%;padding-right:40px;}
ul.check li:before {    position: absolute;
    content: "";
    background: url(../images/bullet_check.png);
    background-repeat: no-repeat;
    margin-left: -52px;
    margin-bottom: 15px;
    height: 30px;
    width: 36px;}


.food_menu {margin-top:50px;}
.food_menu > div {float:left;}
.food_menu .food_tit {width:330px;}
.food_menu .food_tit h3 {font-size:36px;font-weight:500;margin-bottom:10px;color:#262626;font-family:'Nanum Myeongjo',serif;}
.food_menu .food_tit p.price b {font-size:36px; color:#b61a00;font-family:'Nanum Myeongjo', serif;}
.food_menu .menu_wrap {width:650px}
.menu_box + .menu_box {margin-top:30px;padding-top:30px;border-top:1px solid #e5e5e5;}
.menu_box > div {float:left;}
.menu_box .txt {padding-left:40px;}

.font-green {color:green;}
.font-purple {color:purple;}
.font-red {color:red;}
.font-orange {color:orange;}
.font-blue {color:blue;}


/* 게시판 */
.board {border:0 !important;}
.board_view td {
    border-bottom: 1px #e5e5e5 solid !important;
    border-top:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    padding: 4px;
}
.gallery_subject a {display:block;margin-bottom:20px; }
.gallery_title {font-size:14px;font-family:'Nanum Gothic', sans-serif;}

#search_table {vertical-align:top;}
#search_table tr {vertical-align:top;}
.est_cate_cell select {margin-top:1px;height:21px;vertical-align:top;}
.est_keyword_cell input {height:21px;margin-top:1px;vertical-align:top;}
.est_btn_cell input {margin-top:1px;height:21px;width:auto;vertical-align:top;}

.formmail_textarea_style {width:90%;}
#sub #content textarea[name="description"] {width:97%;}


/* 테이블 */
.tg  {border-collapse:collapse;border-spacing:0;width:100%;}
.tg td{font-size:14px;padding:10px 15px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;color:#505050;border-color:#d5d5d5;}
.tg td:first-child {border-left:0;}
.tg td:last-child {border-right:0;}
.tg th{font-size:17px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-s6z2{text-align:center}
.tg .tg-hgcj{text-align:center; background:#8dc11c;color:#fff;border-color:#fff;}
.tg .tg-hgcj2 {text-align:center;font-size:17px;}
.tg .tg-031e {padding:15px 20px;line-height:1.5;font-size:16px;}