@import url( "http://fonts.googleapis.com/earlyaccess/notosanskr.css" );
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700,800,900&display=swap'); /* font-family: 'Exo 2', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700&display=swap'); /* font-family: 'Titillium Web', sans-serif; */
* { margin: 0; padding: 0 }
body, td, p, input, button, textarea, select, a { font-family: 'Noto Sans Korean', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', gulim, '굴림', tahoma, sans-serif; font-weight: 300; font-size: 16px; color: #333; line-height: 1.6; letter-spacing: -0.5px; padding: 0; margin: 0 }
body { overflow-y: scroll; height:100%; position:relative }
/*html, body { height: 100% }*/
img { border: 0; vertical-align: top }
a { text-decoration: none; }
a:hover { text-decoration: none; }
li { list-style: none }
h1, h2, h3, h4, h5, h6, strong, b { font-weight: 600 }
.d_container { max-width: 1200px; margin: 0 auto }
/* 공통 */
.sub_full { width: 100%; overflow: hidden; background: #f2f2f2; padding: 40px 0; margin: 0 0 30px 0; border-top: 4px solid #75b0ce }
.inner { max-width: 930px; padding: 0 0 0 50px; position: relative; }
.ovf { overflow: hidden; }
.center { text-align: center; }
section { text-align: center; }
.comm_table { width: 100%; border-top: 3px solid #1b8d27; }
.comm_table th { padding: 10px 20px; border-bottom: 1px solid #ccc; text-align: center; font-weight: bold; background: #ececec }
.comm_table td { padding: 10px 20px; border-bottom: 1px solid #ccc; text-align: center; }
.t_left { text-align: left; }
.s_tit { text-align: center; margin: 0 auto; padding: 0 0 30px 0 }
.s_tit p { font-weight: 300; font-size: 18px; }
.s_tit_pbox { display: inline-block; font-size: 15px; line-height: 30px; text-align: center; padding: 13px 40px; color: #fff; background-color: #1b1e6e; border-radius: 60px; -moz-border-radius: 60px; -webkit-border-radius: 60px; margin: 40px 0 20px 0; }
h4 { font-weight: bold; font-size: 30px; padding: 30px 0 30px 30px; text-align: left; background: url(../images/common/h4_bg.png) no-repeat 0 40px; font-family: 'Titillium Web', sans-serif; }
h4 span { display: block; font-weight: 100 }
.mt30 { margin: 30px 0 0 0; }
.mb30 { margin: 0 0 30px 0; }
.mb50 { margin: 20px 0 50px 0; }
.pd30 { padding: 30px; }
.comm_list li { padding: 5px 0 5px 15px; background: url(../images/common/li_bg.png) no-repeat 0 15px; text-align: left }
.comm_list li span { display: inline-block; width: 10%; font-weight: bold; color: #1b8d27; }
.column3 { width: 33%; }
.column4 { width: 25%; }
.column5 { width: 20%; }
.column3 dl dd { text-align: left; }
.box { border: 1px dotted #1b8d27; padding: 20px; }
.strong { color: #1b8d27; }
.bold { font-weight: bold; }
.big{font-size:1.5em}
.s_btn { display: inline-block; }
.s_btn a { display: block; padding: 10px 20px; background: #1b8d27; color: #fff; font-weight: bold; text-align: center }
.s_btn a:hover { background: #333; }
h5 { text-align: center; font-weight: 500; font-size: 28px; background: url(../images/common/h5_bg.png) no-repeat top center; padding: 20px 0 }
h6 { text-align: left; font-weight: bold; font-size: 20px; margin: 0 0 30px 0 }
#header { position: fixed; z-index: 990; background: rgba(0,0,0,0.5); top: 0; left: 0; width: 100% }
.mob_logo{display:none}
.mob_foot{display:none}
/* 탭 */
.tab { text-align: center; }
.tab li { display: inline-block; }
.tab li a { display: block; background: #eaeaea; height: 40px; line-height: 40px; }
/*.tab li a:hover { background: #333 !important; color: #fff; }*/
.select a { background: #1b8d27 !important; font-weight: bold; color: #fff; }
.li4 li { width: 23%; }
.li5 li { width: 18%; display: inline-block; }
.li6 li { width: 16%; display: inline-block; }
.hvr-sweep-to-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-sweep-to-top:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #333; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active { color: white; }
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); }
.hvr-sweep-to-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-sweep-to-top:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #da0f0f; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-sweep-to-top:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active { color: white; }
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); }
/*effect-underline*/
a.effect-underline:after { content: ''; position: absolute; left: 0; display: inline-block; height: 1em; width: 100%; border-bottom: 5px solid; margin-top: 10px; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(0, 1); transform: scale(0, 1); }
a.effect-underline:hover:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
/* 메인 */
.main_service { position: absolute; bottom: 5%; z-index: 999; max-width: 980px; width: 100% }
.main_service dl { display: inline-block; width:14.3%; vertical-align: top; background: #fff; margin: 1%; min-height:250px }
.main_service dl dt { overflow: hidden; }
.main_service dl dt img { width: 100%; transition: all 0.5s }
.main_service dl dt img:hover { transform: scale(1.2) }
.main_service dl dd { padding: 1em 0; font-family: 'Titillium Web', sans-serif; font-weight: bold; text-align: center; font-size: 1em }
/* 서브 */
.sticky-navigation.stuck { position: fixed; top: 0; width: 100%; z-index: 999 }
.sub_head { width: 100%; overflow: hidden; height: 300px; padding: 0; margin: 0 auto; position: relative; width: -moz-calc(100% - 220px); width: -webkit-calc(100% - 220px); width: calc(100% - 220px); margin: 0 0 0 220px }
.sub_head h2 { color: #fff; font-weight: bold; font-size: 3em; text-align: left; text-shadow: 1px 1px 5px #000; font-family: 'Exo 2', sans-serif; margin: 1em 0 0 0 }
.sub_head h2 span { display: block; font-size: 30px; text-shadow: 1px 1px 5px #000 }
.sub_img { position: absolute; right: 1%; top: 1% }
.leftmenu { width: 100%; margin: 0 2em 0 0; overflow: hidden; background: #fff; border-bottom: 1px solid #000; display: none }
.left_dep2 li { float: left; width: 32%; padding: 0; display: inline-block; margin: 0; border-right: 1px solid #000; }
.left_dep2 li:first-child { border-left: 1px solid #000; }
.left_dep2 li span { display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 2px }
.left_dep2 li a { margin: 0; padding: 0; display: block; color: #333; transition: border 0.5s; border-top: 10px solid #fff }
.left_dep2 li a:link, .left_dep2 li a:hover, .left_dep2 li a:visited, .left_dep2 li a:active { padding: 40px 0; display: block; text-align: center; font-size: 1.7em }
.left_dep2 li a.select { font-weight: bold; border-top: 10px solid #da0f0f }
.sub_navi { text-align: center; margin: 0 0 30px 0; display: none }
.sub_contants { overflow: hidden; max-width: 980px; margin: 0 0 0 220px; }
.sub_tit { margin: 0 auto 30px auto; }
.sub_tit h3 { font-size: 3em; font-weight: bold; margin: 20px 0; font-family: 'Exo 2', sans-serif; }
.sub_tit h3 b { font-size: 25px; }
.sub_tit p { display: inline; font-weight: 300; font-size: 1em }
/* 공통 */
.comm_box { overflow: hidden; padding: 1.5em; background: #f1ede4; border-top: 1px solid #d8cdb9; border-bottom: 1px solid #d8cdb9 }

/* 연혁 */
.history_warp{overflow:hidden}
.history_warp p{float:left;}
.history{overflow:hidden; background:url(../images/sub01/history_bg.png) repeat-y 5% 0; float:left}
.history dt{font-weight:bold; font-size:1.5em; color:#01519b; background:url(../images/sub01/history_icon.png) no-repeat 23px 10px; float:left; width:20%; clear:both; padding:1em 0; font-family: 'Titillium Web', sans-serif; text-align:left; padding:0 0 0 100px}
.history dd{float:left; width:60%;  padding:1em 0; font-weight:bold}

/* 비전 */
.vision{display:inline-block; width:19%;  vertical-align:top; background:url(../images/sub01/vicion_bg.jpg) no-repeat 100% 40px; padding:0 5% 0 0}
.vision p{font-weight:bold; font-size:7em; text-align:center; font-family: 'Exo 2', sans-serif;}
.vision dl dt{font-weight:bold; text-align:center; font-size:1.5em; padding:0 0 1em 0; border-bottom:1px solid #CCC}
.vision dl dd{text-align:center; padding:1em 0 0 0}
.vi01 p{color:#0e76bc}
.vi02 p{color:#00abcd}
.vi03 p{color:#C90}
.vi04{background:none}
.vi04 p{color:#b5a291}
.keyword{overflow:hidden; padding:1em 0}
.keyword p{float:left; overflow:hidden; width:25%; margin:0 10% 0 0}
.keyword p img{width:100%; transition:all 0.5s}
.keyword p img:hover{transform:scale(1.2)}
.keyword_con{float:left; text-align:left; width:65%}
.keyword_con span{font-weight:bold; font-size:1.5em}

/*  오시는길 */
.map{overflow:hidden}
.map p{float:left; width:50%}
.map p img{width:100%}

/* 서비스 */
.img_txt { overflow: hidden }
.img_txt dt { float: left; width: 35% }
.img_txt dd { float: right; width: 65% }
.img_txt dd span { font-size: 1.5em; display: block; color:#06C; font-weight:bold; background: -webkit-linear-gradient(0deg, #06C, #039); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* rule */
.rule{display:inline-block; width:22%; text-align:center; margin:2% 1%; vertical-align:top}
.rule dd p{font-weight:bold; font-size:1.2em; padding:1em; border-bottom:1px solid #ccc}


/* 준비중 */
.ready{padding:3em 0; overflow:hidden}
.ready p{font-weight:bold; text-align:center; font-size:1.5em}

/* 카다로그 */
.catalog{overflow:hidden; background:url(../images/sub04/catalog_bg.jpg) no-repeat bottom right}
.catalog p{float:left}
.catalog dl{float:right}
.catalog dl dt{font-weight:bold; text-align:left; font-size:2em; margin:0 0 1em 0}

.catalog dl dd a{display:block; background:#09C; color:#fff; padding:0.5em 2em; text-align:center}

/* 제일 위로 */
#back-top { position: fixed; bottom: 30px; right: 10px; z-index: 999 }
#back-top a { width: 50px; display: block; text-align: center; text-transform: uppercase; text-decoration: none; color: #bbb; /* background color transition */ -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top a:hover { color: #000; }
/* arrow icon (span tag) */
#back-top span { width: 40px; height: 40px; display: block; margin-bottom: 7px; background: #da0f0f url(../images/common/up-arrow.png)no-repeat center center; background-size: 50%; /* rounded corners */ /* -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;  background color transition */ -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top a:hover span { background-color: #777; }
/* 인증서 */
.cer{overflow:hidden}
.pic { display: inline-block; width: 23%; margin: 0 1% 1% 0; text-align:center; vertical-align:top }
.pic a { display: block; padding: 20px }
.pic img { width: 100%;  border: 1px solid #CCC;}
.pic p { font-weight: bold; padding: 30px 0; font-size: 18px }
.pic span { display: block; font-size: 14px }
.nomar { margin: 0 0 15px 0 !important; }
#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none; }
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data { padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }


/* 상단메뉴 */
/*pc*/
@media all and (min-width:1024px) {
#hsec1 { padding: 0px 0px; display: none }
#hsec1 .d_container { position: relative }
#hsec1 .con1 { display: none }
#hsec1 .con2 { text-align: left }
#hsec1 .con2 .mo { display: none }
#hsec1 .con3 { position: absolute; right: 0; top: 0 }
#hsec2 { position: relative; padding: 1em }
#hsec2 h1 { float: left; margin: 12px 0 0 0 }
#hsec2 p { float: right; margin: 20px 0 0 0 }
#hsec2 p a { color: #fff; font-weight: bold; padding: 5px 10px; font-size: 16px }
.lang_on { border-bottom: 3px solid #F00; }
#d_lnb_bg { position: absolute; left: 0; top: 80px; width: 100%; background: rgba(0,0,0,0.5); height: 0; }
#d_lnb { height: 50px }
#d_lnb h2 { display: none }
#d_lnb li { position: relative; float: left; width: 18%; text-align: center; }
#d_lnb li > a { display: block; font-size: 18px; font-weight: bold; color: #fff; line-height: 66px }
#d_lnb li > a:hover, #d_lnb li.on > a { color: #fff }
.hvr-underline-from-center { display: block; vertical-align: bottom; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvr-underline-from-center:before { content: ""; position: absolute; z-index: -1; left: 50%; right: 50%; bottom: 0; background: #fff; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before { left: 0; right: 0; }
#d_lnb li.on .sub { /*background: #fff; border-top: 3px solid #2aa737*/ }
#d_lnb li .sub { position: absolute; width: 100%; top: 66px; height: 0; overflow: hidden }
#d_lnb li .sub dl { padding: 10px 0px 10px 20px; text-align: center; border-right: 1px solid #ccc; display: block; height: 100% }
#d_lnb li .sub dd { padding: 2px 0 }
#d_lnb li .sub dd a { color: #fff; font-size: 14px !important; display: block }
#d_lnb li .sub dd a:hover {/* text-decoration: underline; */ color: #fff }
#d_lnb_mask { display: none }
}
/* 메인 슬라이드 */
.responsive-slider { width: 100%; position: relative; margin: 0 auto; height:1000px; overflow:hidden}
.responsive-slider [data-animate] { opacity: 0; }
.responsive-slider .slides { position: relative; overflow: hidden; }
.responsive-slider .slides ul { list-style-type: none; padding: 0; margin: 0; white-space: nowrap; font-size: 0; }
.responsive-slider .slides ul li { display: inline-block; max-width: 100%; }
.responsive-slider .slides ul li .slide-body { display: inline-block; position: relative; max-width: 100%; font-size: 14px; }
.responsive-slider .slides ul li .slide-body img { max-width: 100%; }
.responsive-slider .slides ul li .slide-body .caption { position: absolute; color: #fff; }
.responsive-slider .slides ul li .slide-body .caption.header { top: 13%; left: 5%; position: absolute; }
.responsive-slider .slides ul li .slide-body .caption.header .sd_nb { position: absolute; top: 100px; left: 50%; transform: translateX(0%); }
.responsive-slider .slides ul li .slide-body .caption.header .sd_nb2 { position: absolute; top: 10%; left: 50%; transform: translateX(-10%); }
.responsive-slider .slides ul li .slide-body .caption.header .sd_nb3 { position: absolute; top: -10%; left: 50%; transform: translateX(20%); }
.responsive-slider .slides ul li .slide-body .caption.header .sd_nb4 { font-family: 'Exo 2', sans-serif; font-size: 72px; font-weight: bold; text-shadow: 1px 1px 1px #000; letter-spacing: -2px; }
.responsive-slider .slides ul li .slide-body .caption.header h2 { font-family: 'Exo 2', sans-serif; font-size: 50px; font-weight: bold; color: #fff; line-height: 72px; letter-spacing: -2px; padding: 1em 0; text-shadow: 1px 1px 1px #000; }
.responsive-slider .slides ul li .slide-body .caption.sub { font-weight: bold; font-size: 50px; color: #fff; margin-left: 20%; text-shadow: 1px 1px 1px #000; font-family: 'Exo 2', sans-serif; }
.responsive-slider .slides ul li .slide-body .caption.sub span { display: block; font-size: 18px }
.responsive-slider .slides ul li .slide-body .caption.img01 { top: 60%; left: 20%; }
.responsive-slider .slides ul li .slide-body .caption.img02 { top: 60%; left: 0; right: 0; text-align: center }
.responsive-slider .slides ul li .slide-body .caption.img03 { top: 60%; right: 20%; }
.responsive-slider .slides ul li .slide-body .caption.img-html5 img { max-width: 100%; }
.responsive-slider .slides ul li .slide-body .caption.img-css3 { top: 57%; right: 12%; width: 10%; }
.responsive-slider .slides ul li .slide-body .caption.img-css3 img { max-width: 100%; }
.responsive-slider .slides ul li .slide-body .caption.img-bootstrap { top: 48%; right: 12%; width: 11%; }
.responsive-slider .slides ul li .slide-body .caption.img-bootstrap img { max-width: 100%; }
.responsive-slider .slides ul li .slide-body .caption.img-twitter { top: 19%; right: 12%; width: 11%; }
.responsive-slider .slides ul li .slide-body .caption.img-twitter img { max-width: 100%; }
.responsive-slider .slides ul li .slide-body .caption.img-jquery { top: 66%; right: 12%; width: 33%; }
.responsive-slider .slides ul li .slide-body .caption.img-jquery img { max-width: 100%; }
.responsive-slider .slider-control { position: absolute; font-size: 20px; color: #000; top: 40%; background-color: #fff; padding: 10px; display: none }
.responsive-slider .slider-control.left { left: 0; padding-left: 0; -webkit-border-radius: 0px 6px 6px 0px; border-radius: 0px 6px 6px 0px; }
.responsive-slider .slider-control.left:hover { text-decoration: none; padding-left: 10px; }
.responsive-slider .slider-control.right { right: 0; padding-right: 0; -webkit-border-radius: 6px 0px 0px 6px; border-radius: 6px 0px 0px 6px; }
.responsive-slider .slider-control.right:hover { text-decoration: none; padding-right: 10px; }
.responsive-slider .pages { position: absolute; bottom: 20%; left: 50%; margin: 0 0 0 -30%; width: 100%; text-align: left; }
.responsive-slider .pages .page { display: inline-block; margin: 0.1em; color: transparent; width: 76px; height: 5px; background: #fff }
.responsive-slider .pages .page.active { opacity: 1; background: #fd0000 }
#superContainer {/* height: 100%;*/ position: relative; /* Touch detection for Windows 8 */ -ms-touch-action: none; /* IE 11 on Windows Phone 8.1*/ touch-action: none; }
.fp-section { position: relative; -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */ -moz-box-sizing: border-box; /* <=28 */ box-sizing: border-box; }
.fp-slide { float: left; }
.fp-slide, .fp-slidesContainer { height: 100%; display: block; }
.fp-slides { z-index: 1; height: 100%; overflow: hidden; position: relative; -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */ transition: all 0.3s ease-out; }
.fp-section.fp-table, .fp-slide.fp-table { display: table; table-layout: fixed; width: 100%; }
.fp-tableCell { display: table-cell; vertical-align: top; width: 100%; height: 100%; }
.fp-slidesContainer { float: left; position: relative; }
.fp-controlArrow { position: absolute; z-index: 4; top: 50%; cursor: pointer; width: 0; height: 0; border-style: solid; margin-top: -38px; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.fp-controlArrow.fp-prev { left: 15px; width: 0; border-width: 38.5px 34px 38.5px 0; border-color: transparent #fff transparent transparent; }
.fp-controlArrow.fp-next { right: 15px; border-width: 38.5px 0 38.5px 34px; border-color: transparent transparent transparent #fff; }
.fp-scrollable { overflow: scroll; }
.fp-notransition { -webkit-transition: none !important; transition: none !important; }
#fp-nav { position: fixed; z-index: 100; margin-top: -32px; top: 50%; opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
#fp-nav.right { right: 17px; }
#fp-nav.left { left: 17px; }
.fp-slidesNav { position: absolute; z-index: 4; left: 50%; opacity: 1; }
.fp-slidesNav.bottom { bottom: 17px; }
.fp-slidesNav.top { top: 17px; }
#fp-nav ul, .fp-slidesNav ul { margin: 0; padding: 0; }
#fp-nav ul li, .fp-slidesNav ul li { display: block; width: 14px; height: 13px; margin: 7px; position: relative; }
.fp-slidesNav ul li { display: inline-block; }
#fp-nav ul li a, .fp-slidesNav ul li a { display: block; position: relative; z-index: 1; width: 100%; height: 100%; cursor: pointer; text-decoration: none; }
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span { height: 12px; width: 12px; margin: -6px 0 0 -6px; border-radius: 100%; }
#fp-nav ul li a span, .fp-slidesNav ul li a span { border-radius: 50%; position: absolute; z-index: 1; height: 4px; width: 4px; border: 0; background: #333; left: 50%; top: 50%; margin: -2px 0 0 -2px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span { width: 10px; height: 10px; margin: -5px 0px 0px -5px; }
#fp-nav ul li .fp-tooltip { position: absolute; top: -2px; color: #fff; font-size: 14px; font-family: arial, helvetica, sans-serif; white-space: nowrap; max-width: 220px; overflow: hidden; display: block; opacity: 0; width: 0; }
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip { -webkit-transition: opacity 0.2s ease-in; transition: opacity 0.2s ease-in; width: auto; opacity: 1; }
#fp-nav ul li .fp-tooltip.right { right: 20px; }
#fp-nav ul li .fp-tooltip.left { left: 20px; }

/*모바일*/
@media all and (max-width:901px) {
body { font-size: 14px; }
img { max-width: 100%; }
.inner{max-width:100%; padding:1em}
h4{font-size:1.5em}
.sub_img{display:none}
.sub_head{width:auto; height:200px; margin:0; background-size:cover !important}
.sub_head h2{font-size:2em; text-align:center}
.sub_head h2 span{font-size:0.8em}
.sub_contants{width:auto; max-width:100%; margin:0}
.sub_tit{margin:0; text-align:center}
.sub_tit h3{font-size:2em}

.mob_logo{display:block; text-align:center; border-bottom:1px solid #ccc; padding:0.5em 0}
.mob_foot{display:block; overflow:hidden; padding:1em; background:#333}
.mob_foot address{font-style:normal; color:#CCC; text-align:center}

.img_txt dt{float:none; width:auto; margin:0 0 1em 0}
.img_txt dd{float:none; width:auto}
.img_txt dt img{width:100%}
.rvnm-navbar-box h1,
.rvnm-navbar-box footer{display:none}
.rvnm-wrapper{width:auto !important}

.responsive-slider .slides ul li .slide-body .caption.header .sd_nb4{font-size:4em}
.responsive-slider .slides ul li .slide-body .caption.sub,
.responsive-slider .slides ul li .slide-body .caption.header h2{font-size:2em}
.responsive-slider{height:auto}
.main_service{position:relative; max-width:100%; bottom:auto}
.main_service dl{width:47%}
.main_service dl dd{border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}

.rule{width:47%}
.pic{width:48%}


/* 연혁 */
.history_warp p{float:none; width:auto}
.history_warp p img{width:100%}
.history{float:none; width:auto; background:none}
.history dt{padding:0 0 0 40px}
.history dd{padding:0.5em 0}
/* 비전 */
.vision{background:none; padding:0; width:44%}
/* 찾아오시는길 */
.map p{float:none; width:auto}
.map iframe{width:100%; height:300px}

#lightbox-container-image-box{width:100% !important; height:auto !important}

}

@media all and (width:768px) {
.rvnm-navbar-box{top:76px !important; width:180px !important}
.sub_head{width:588px; float:right}
.sub_contants{clear:both; width:588px; float:right}
}


@media all and (width:1024px) {
.sub_img{display:none}
	
}

