@charset "UTF-8";
/* CSS Document */
.nanumsquare {font-family: 'NanumSquare', sans-serif !important;}
* {margin: 0;padding: 0;word-break:keep-all;}
a > * {line-height: 0;}
img {border: medium none;}
body {font-family:'NanumSquare',돋움,Dotum,Arial,Helvetica,sans-serif;font-size: 13px; }
a {color:#000;text-decoration: none;}
a:hover{color:#7ba02a;text-decoration:none;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: inherit;margin:0;}
li{list-style:none;}

.clearfix {clear:both;}
.bold {font-weight:bold;}

.pd10{padding: 10px;}
.pd15{padding: 15px;}
.pd20{padding: 20px;}
.pd30{padding: 30px;}
.pd40{padding: 40px;}
.pd50{padding: 50px;}
.pd100{padding: 100px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt100{padding-top:100px;}

.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr100{padding-right:100px;}

.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}

.mg10{margin: 10px;}
.mg15{margin: 15px;}
.mg20{margin: 20px;}
.mg30{margin: 30px;}
.mg40{margin: 40px;}
.mg50{margin: 50px;}
.mg100{margin: 100px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr100{margin-right:100px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml100{margin-left:100px;}

.per5{width:5%;}
.per10{width:10%;}
.per15{width:15%;}
.per20{width:20%;}
.per25{width:25%;}
.per30{width:30%;}
.per35{width:35%;}
.per40{width:40%;}
.per45{width:45%;}
.per50{width:50%}
.per55{width:55%;}
.per60{width:60%}
.per65{width:65%;}
.per70{width:70%}
.per75{width:75%;}
.per80{width:80%}
.per85{width:85%;}
.per90{width:90%}
.per95{width:95%;}
.per100{width:100%;}

.px10{width:10px;}
.px20{width:20px;}
.px30{width:30px;}
.px40{width:40px;}
.px50{width:50px;}
.px60{width:60px;}
.px70{width:70px;}
.px80{width:80px;}
.px90 {width:90px;}
.px100{width:100px;}
.px150{width:150px;}
.px200{width:200px;}
.px250{width:250px;}
.px300{width:300px;}
.px350{width:350px;}
.px400{width:400px;}
.px450{width:450px;}
.px500{width:500px;}
.px550{width:550px;}
.px600{width:600px;}
.px650{width:650px;}
.px700{width:700px;}

.btn-primary {color: #fff;background-color: #a1bd64;border-color: #a1bd64;background-image: none;}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #6e806f;
  border-color: #6e806f;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #348fe2;
  border-color: #348fe2;
}
.btn-primary .badge {
  color: #348fe2;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff5c57;
  border-color: #ff5c57;
  background-image: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ce4741;
  border-color: #ce4741;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger
,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff5c57;
  border-color: #ff5c57;
}
.btn-danger .badge {
  color: #ff5c57;
  background-color: #fff;
}

.btn-turquoise {
  color: #fff;
  background-color: #00acac;
  border-color: #00acac;
  background-image: none;
}
.btn-turquoise:hover,
.btn-turquoise:focus,
.btn-turquoise:active,
.btn-turquoise.active,
.open .dropdown-toggle.btn-turquoise {
  color: #fff;
  background-color: #008a8c;
  border-color: #008a8c;
}
.btn-turquoise.disabled,
.btn-turquoise[disabled],
fieldset[disabled] .btn-turquoise,
.btn-turquoise.disabled:hover,
.btn-turquoise[disabled]:hover,
fieldset[disabled] .btn-turquoise:hover,
.btn-turquoise.disabled:focus,
.btn-turquoise[disabled]:focus,
fieldset[disabled] .btn-turquoise:focus,
.btn-turquoise.disabled:active,
.btn-turquoise[disabled]:active,
fieldset[disabled] .btn-turquoise:active,
.btn-turquoise.disabled.active,
.btn-turquoise[disabled].active,
fieldset[disabled] .btn-turquoise.active {
  background-color: #00acac;
  border-color: #00acac;
}
.btn-turquoise .badge {
  color: #00acac;
  background-color: #fff;
}

.btn-royalblue {
  color: #fff;
  background-color: #717bb6;
  border-color: #717bb6;
  background-image: none;
}r
.btn-royalblue:hover,
.btn-royalblue:focus,
.btn-royalblue:active,
.btn-royalblue.active,
.open .dropdown-toggle.btn-royalblue {
  color: #fff;
  background-color: #464a6f;
  border-color: #464a6f;
}
.btn-royalblue.disabled,
.btn-royalblue[disabled],
fieldset[disabled] .btn-royalblue,
.btn-royalblue.disabled:hover,
.btn-royalblue[disabled]:hover,
fieldset[disabled] .btn-royalblue:hover,
.btn-royalblue.disabled:focus,
.btn-royalblue[disabled]:focus,
fieldset[disabled] .btn-royalblue:focus,
.btn-royalblue.disabled:active,
.btn-royalblue[disabled]:active,
fieldset[disabled] .btn-royalblue:active,
.btn-royalblue.disabled.active,
.btn-royalblue[disabled].active,
fieldset[disabled] .btn-royalblue.active {
  background-color: #717bb6;
  border-color: #717bb6;
}
.btn-royalblue .badge {
  color: #717bb6;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f49b1b;
  border-color: #f49b1b;
  background-image: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c57e00;
  border-color: #c57e00;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f49b1b;
  border-color: #f49b1b;
}
.btn-warning .badge {
  color: #f49b1b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #49b6d5;
  border-color: #49b6d5;
  background-image: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3492ac;
  border-color: #3492ac;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #49b6d5;
  border-color: #49b6d5;
}
.btn-info .badge {
  color: #49b6d5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5db75d;
  border-color: #5db75d;
  background-image: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #409e3e;
  border-color: #409e3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5db75d;
  border-color: #5db75d;
}
.btn-success .badge {
  color: #5db75d;
  background-color: #fff;
}


.btn-silver {
  color: #fff;
  background-color: #b7c2c8;
  border-color: #b7c2c8;
  background-image: none;
}
.btn-silver:hover,
.btn-silver:focus,
.btn-silver:active,
.btn-silver.active,
.open .dropdown-toggle.btn-silver {
  color: #fff;
  background-color: #929ba2;
  border-color: #929ba2;
}
.btn-silver.disabled,
.btn-silver[disabled],
fieldset[disabled] .btn-silver,
.btn-silver.disabled:hover,
.btn-silver[disabled]:hover,
fieldset[disabled] .btn-silver:hover,
.btn-silver.disabled:focus,
.btn-silver[disabled]:focus,
fieldset[disabled] .btn-silver:focus,
.btn-silver.disabled:active,
.btn-silver[disabled]:active,
fieldset[disabled] .btn-silver:active,
.btn-silver.disabled.active,
.btn-silver[disabled].active,
fieldset[disabled] .btn-silver.active {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}
.btn-silver .badge {
  color: #b7c2c8;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #2c353c;
  border-color: #2c353c;
  background-image: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,black
fieldset[disabled] .btn-black.active {
  background-color: #2c353c;
  border-color: #2c353c;
}
.btn-black .badge {
  color: #2c353c;
  background-color: #fff;
}

.navbar-toggle{margin-top: 20px;}
.navbar {z-index: 99999999;width: 100%;height: 80px;min-height:80px;margin-bottom:0;background:#fff;border: 0 none;border-radius: 0;box-shadow:none;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
color: #fff;
background-color: #a1bd64;
box-shadow: none;
background-image: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #3498db;
}
.navbar-default .navbar-nav>li{margin-top:15px;}
.navbar-default .navbar-nav>li>a {
color: #2b2b2b;
font-weight:700;
font-size: 17px;
text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {/* color: #fff;background-color: #3498db; */color:#7ba02a;}


.navbar .dropdown-menu {
padding: 0;
margin: 0;
min-width: 190px;
background-color: #444;
border: none;
}
.navbar .dropdown-menu li a {
font-weight: 400;
text-transform: uppercase;
padding: 9px 20px;
font-size: 12px;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
transition: all 200ms ease-in;
color: #ccc;
background:#444;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #3498db !important;
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
    transition: all 0.2s ease-in-out 0s;
}

.wrapper{margin:0 auto; overflow:hidden; width:100%;}
.container{width:1170px; margin:0 auto;}
.container h3{font-size: 18px;
display: block;
width: 100%;
padding-bottom: 5px;
margin-bottom: 20px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}

.view-all {float: right;width: 75px;position: absolute;top: 10px;right: 0;}

.form-control{background-color: #FFFFFF;background-image: none;border: 1px solid #e5e6e7;border-radius: 5px;color: inherit;display: inline-block;padding: 6px 12px;font-size: 14px;vertical-align: middle;  }
.panel-heading{font-size:14px;}

/* header */
header{background: #082a47;color: #fff;display: block;clear: both; width:100%;display:none;}
header .header-top-menu {float:right;height:30px;line-height: 40px;}
header .header-top-menu .fa{color:#ccc;}
header .header-top-menu li{float:left; padding:0 10px;color:#ccc; font-size:12px;}
header .header-top-menu li a{ color:#ccc; font-size:12px;}
header .fa{padding-right:5px;}
header .badge{margin-left:5px;font-size: 10px;}
.navbar-nav{margin-top:7px;}
.hd_tel{display: inline-block;float: left;margin-top:30px;padding:0 4px;font-size: 24px;font-weight: 900;color: #fff;background:#a1bd64;animation-name:hd_tel;animation-duration:1.4s;animation-iteration-count: infinite;}
@keyframes hd_tel{
  0%{opacity:1;}
  20%{opacity:0;}
  40%{opacity:1;}
  100%{opacity:1;}
}
.header_line {background: #082a47; height:3px; line-height:3px;clear: both; width:100%;}

.notifications{position: relative;cursor:pointer;}
.notifications-list {color: #060606;border-bottom: 1px solid #ededed;display: block;overflow: hidden;line-height: 25px;}
.notifications-list a:link{color: #060606;}
.notifications-list a:active, .notifications-list a:hover {color:#2773ae;}
.notifications-menu{position: absolute;  top: 100%; left: 0;  z-index: 9999;  display: none;  width: 330px;  background-color: #f5f5f6;  -webkit-border-radius: 0 0 3px 3px;  -webkit-background-clip: padding-box;  -moz-border-radius: 0 0 3px 3px;  -moz-background-clip: padding;  border-radius: 0 0 3px 3px;  background-clip: padding-box;  -moz-box-shadow: 0 1px 0px rgba(0,0,0,.05);  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.05);  box-shadow: 0 1px 0px rgba(0,0,0,.05);  border: 1px solid #f8f8f8; padding: 5px 15px; }
.notifications-menu .external { background-color: #FFF; display: block; }
.notifications-menu .external a { background-color: #fff; color: #e9423f;}
.notifications-list .point{ color:#ec5956 !important;  text-align: center; }
.notifications-list span{ padding-top: 10px;  font-size: 11px; }

.m_nav{padding: 8px 10px 0 0;}
nav , .pagination{text-align:center;}

.container .tit_h2{margin-bottom:80px;padding:100px 0 30px;font-size:42px;font-weight: 700;color: #333;}
.container .tit_h2 span{padding-bottom:30px;border-bottom:1px solid #d2d2d2;}
.container .tit_h3{font-size:32px;font-weight: 700;color: #000;border:none !important;}
.container .tit_h3 span{padding-bottom:14px;border-bottom:1px solid #d2d2d2;}
.container .txt_con{margin: 0 0 26px;font-size: 15px;line-height: 25px;color: #5f5f5f;}

#visual{position:relative;}
#visual .main_v{display:none;}
#visual .main_v_txt_wr{position:absolute;top:50%;left:50%;z-index: 9999;margin-left: -585px;margin-top:-120px;}
#visual .main_v_txt{margin-bottom:40px;font-size:46px;color: #fff;text-shadow: 0 0 15px rgba(0,0,0,0.7);}
#visual .main_v_more{padding:10px 40px;font-size:18px;color: #fff;background:rgba(161,189,100,0.7);border-radius:30px;text-shadow: 0 0 15px rgba(0,0,0,0.7);}
#visual .main_v_more:hover{background:rgba(206,130,114,0.7);}

#side_menu {display: block;position:fixed;top:0;right:0;width:100%;height:100%;overflow:hidden;z-index:999999999;margin:0;background-color: rgba( 0, 0, 0, 0.5 );display:none}
#side_menu .side_wr{width:250px;background:#fff;opacity:1;position:absolute;top:0;right:0;box-shadow:0 0 10px #000;overflow-x:hidden;height:100%;overflow-y:auto}
#side_menu .side_wr.add_side_wr{}
#side_menu .side_wr .side_inner_rel{position:relative;height:100%;display:block;overflow:hidden;padding-top:80px;}
#side_menu .side_wr .side_inner_abs{position: absolute;width:100%;display:block;-webkit-tap-highlight-color:rgba(0,0,0,0); width:100%; -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); -o-transform:translateZ(0); transform:translateZ(0); -webkit-touch-callout:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; -o-text-size-adjust:none; text-size-adjust:none}
#side_menu .side_wr{webkit-overflow-scrolling:touch}

#side_menu .m_menu li{display: block;  line-height: 40px;border-top: 1px solid #eee; position:relative;padding-left: 20px; }
#side_menu .m_menu li a.text_link{display:inline-block;width:65%;white-space:nowrap}
#side_menu .m_menu li a:hover{color: #7080b1;}
#side_menu .m_menu span{ position: absolute; right: 20px; top: 15px; } 
#side_menu .m_menu li.active{color: #fff; background-color: #a1bd64; box-shadow: none; background-image: none;}

#side_menu li, #side_menu li>a, #side_menu li.active>a, #side_menu li>a:hover, #side_menu li>a:focus {color: #666;}
#side_menu .dropdown-custom-menu{background: #222222;overflow:hidden; width:100%;display:none;}
#side_menu .dropdown-custom-menu li{height: 40px; line-height: 40px; border:none !important; padding-left: 10px; background:none; }
#side_menu .dropdown-custom-menu li a{color: #888; }
#side_menu .dropdown-custom-menu li a:hover{color: #7080b1;}

#side_menu .m_login{text-align: center; margin: 10px;}
#side_menu .m_login span{ padding: 0 5px;}
#side_menu .m_board{background: #000; clear: both; margin:0; }
#side_menu .m_board li { display:block; line-height: 40px;position:relative; padding-left: 35px;}
#side_menu .m_board li a:hover{color: #7080b1; }
#side_menu .m_board span{position: absolute;top: 13px;left: 10px; padding-right: 10px; }
#side_menu .m_search{margin: 0 auto;padding: 20px 0 0;width: 100%;text-align:center;}

body.over_hidden{overflow:hidden} 


/* main */
.main{width:100%; clear:both; margin: 20px 0 0;}
.main .navbar-form{margin-top:0; margin-bottom:0;padding: 0 15px;}


.main_about{margin-bottom:70px;}
.main_about .tit_h3{margin-top:50px;}
.gonggam_slide .bx-wrapper .bx-pager{top:90%;right: 60%;}
.gonggam_slide .bx-wrapper .bx-pager.bx-default-pager a{width:20px;height:10px;background:#6e806f;border-radius:0;}

.gonggam_slide .bx-wrapper .bx-pager.bx-default-pager a:hover,
.gonggam_slide .bx-wrapper .bx-pager.bx-default-pager a.active,
.gonggam_slide .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background:#a1bd64;
}

.main_product{margin-bottom:60px;}
.main_product_img{position:relative;}
.main_product_more{display:block;position:absolute;bottom:0;right:0;width:38px;height:38px;line-height:38px;font-size:18px;text-align:center;color: #fff;background:rgba(161,189,100,0.7);transition:0.3s;}
.main_product:hover .main_product_more{width:80px;height:80px;font-size:36px;line-height:80px;background:rgba(206,130,114,1);}
.main_product_more:hover{color:#fff;}
.main_product_con{padding:40px 0 0 40px;}
.container .main_product_con .tit_h3 a{transition:0.2s;}
.container .main_product_con .tit_h3 .tit_h3_more{margin-left: 10px;font-size: 13px;padding:6px 10px;color: #fff;font-weight: normal;border-radius: 30px;background: #7ba02a;vertical-align: middle;transition: 0.2s;}
.container .main_product_con .tit_h3 .tit_h3_more.tit_h3_more_fst{margin-left:0;}
.container .main_product_con .tit_h3 .tit_h3_more:hover{background:#ce8272;}

.bn01, .bn03{padding:90px 0 70px;color:#333;background:#f5f5f5;}
.bn01 a, .bn03 a{display:block;}
.bn01 .container h3, .bn03 .container h3{line-height:1.6;}
.container .tit_h3 span{border:none;}
.more_arrow{display:inline-block;position:relative;padding:10px 50px 10px 0;font-size: 17px;border-bottom:1px solid #333;transition:0.3s;}
.more_arrow:after {content: '';display: block;clear: both;position: absolute;bottom: 5px;right: 0;width: 16px;height: 1px;background: #333;transform: rotate(45deg);}
.bn01:hover .more_arrow, .bn03:hover .more_arrow{padding:10px 80px 10px 0;color:#333;}

.main_point{}
.main_point .main_point_slide{}
.main_point .main_point_txt{padding:100px 0 20px;}
.main_point .point_line{margin:20px 0 50px;width:90px;height:3px;background:#000;}
.main_point .gonggam_slide .bx-wrapper .bx-pager {top: 90%;right: 50%;margin-right: -570px;padding:0 15px;text-align: left;}

.bn02{padding:90px 0;background:#f4f8f4;}
.bn02 .container .tit_h2{padding:0px 0 30px;}
.step_wr{margin-bottom:40px;}
.step_wr li{float:left;position:relative;width:16.6666%;text-align:center;}
.step_wr li:after{content:'';display:block;clear:both;position:absolute;top:50%;right:0;width:13px;height:25px;background:url(/views/img/step_wr_arrow.png) no-repeat center center;}
.step_wr li:first-child:after{right:-20px;}
.step_wr li:last-child:after{display:none;}
.step_wr li span{display:block;margin-top: 20px;font-size:18px;}

.map_img_Wr{padding:0 0 100px;}



/* footer */
footer{height:340px;background:url(/views/img/ft_bg.jpg) no-repeat center center;padding:80px 0;}
footer .company {margin-bottom:7px;clear:both;float:left;}
footer .company li{float:left; padding-right:10px;}
footer .see_mobile{clear:both; margin:0 auto; text-align:center;}
footer .copyright{font-size:12px;clear:both;color:#fff;text-shadow: 0 0 10px rgba(0,0,0,0.8);}
footer .copyright a{color:#fff;}
footer .copyright span{padding-right:7px;color:#fff;}


.media{clear:both;}
.media-body, .media-left, .media-right {display: table-cell;vertical-align: top;}
.media-left, .media>.pull-left {padding-right: 10px;}
.media-right, .media>.pull-right {padding-left: 10px;}
.media-heading{font-size:14px;overflow:hidden;}
.media-body .media-info{font-size:11px; color:#666;}
.media-body .media-info span{padding-right:10px;}


/* sidebar */
.sidebar{border: 1px solid #e5e5e5;padding: 20px;}
.sidebar .headline {border-bottom: 1px dotted #ccc;display: block;margin-bottom:15px;}
.sidebar .headline h3{border-bottom: 2px solid #3498db;display: inline-block;margin: 0 0 -2px;padding-bottom: 5px;font-size:15px;}
.sidebar .loginbox{overflow:hidden;}
.sidebar .loginbox .text{padding-top:7px;}
.sidebar .loginbox .text li{float:left; padding-right:7px;}
.sidebar .welcome{overflow:hidden;}
.sidebar .welcome ul{overflow:hidden;}
.sidebar .welcome li{float:left;padding-right:5px;padding-bottom:5px;}
.sidebar .sidebar_latest li{padding-bottom:10px;}

.sidebar .tag-clouds{overflow:hidden;}
.sidebar .tag-clouds ul li{float:left; padding-right:10px;}

/* modal */
.modal .modal-body .number{padding-bottom:10px;}
.modal .modal-body .profile-info{overflow:hidden;}


.help-inline { display: inline-block;color: #737373;margin-left:10px; padding-top:7px;vertical-align:middle;}
.nopost {text-align:center; padding:120px 0 !important; }

textarea.dhtmleditor {width:100%;height:350px;}

.latest_comment_count {font-size:11px; color:#FF7700; margin-left:5px;font-weight:bold;}
.highlight {font-weight:bold; color:#7519FF}

/* Sideview */
#nameContextMenu { background:#000; color:#fff; padding:4px 8px 6px;z-index:10000; }
#nameContextMenu a { color:#fff; font-size:12px; line-height:20px; display:block; }
#nameContextMenu a:hover { color:#ff0000; }
#nameContextMenu td { border:0px !important; }

.quick_wr{display:none;}

/* sub */
#visual .sub_v{}
#visual .sub_v .sub_v_txt_wr{position: absolute;top:50%;left: 50%;margin-left:-460px;margin-top:-70px;}
#visual .sub_v .sub_v_txt {margin-left:120px;margin-top: 70px;font-size: 44px;color: #fff;font-weight: bold;opacity:0;text-shadow:0 0 10px #333;}
#visual .sub_v.on .sub_v_txt{margin-left: 80px;opacity:1;transition: .5s ease-out; transition-delay: 1.8s;}
#visual .sub_v .sub_v_txt_con {margin-left:120px;margin-top:10px;font-size:20px;color: #fff;opacity:0;text-shadow:0 0 10px #333;}
#visual .sub_v.on .sub_v_txt_con{margin-left: 80px;opacity:1;transition: .5s ease-out; transition-delay:2s;}


#visual .sub_v .line_box{position: absolute;left:0;top:0px;z-index: 2; width: 170px; height:150px;}
#visual .sub_v .line_box > div{ position: absolute; display: block; background-color: #fff; }
#visual .sub_v .line_box > div.line_box01{ width:12px; height: 0; right: 0; bottom: 92px; }
#visual .sub_v .line_box > div.line_box02{ width: 0; height:12px; right: 0; top: 0; }
#visual .sub_v .line_box > div.line_box03{ width:12px; height: 0; left: 0; top: 0; }
#visual .sub_v .line_box > div.line_box04{ width: 0; height:12px; left: 0; bottom: 0; }
#visual .sub_v.on .line_box > div.line_box01{ height: 58px; transition: .2s ease-in; transition-delay: .8s; }
#visual .sub_v.on .line_box > div.line_box02{ width: 100%; transition: .3s linear; transition-delay: 1.0s; }
#visual .sub_v.on .line_box > div.line_box03{ height: 100%; transition: .3s linear; transition-delay: 1.3s; }
#visual .sub_v.on .line_box > div.line_box04{ width: 58px; transition: .2s ease-out; transition-delay: 1.6s; }


.gonggam_slide_wide{margin:100px 0;}
.gonggam_slide_wide .bx-wrapper .bx-pager {top: auto;right: 0;text-align: right;}
.main_about.sub_about .gonggam_slide_wide{margin:0 0 40px;}
.main_about.sub_about .gonggam_slide .bx-wrapper .bx-pager {top: auto;right: 0;text-align: right;}
.sub_about_hr{margin-bottom: 100px;}

.vr360_wr{padding:30px 0 60px;}
.vr360_box{padding:30px 0;}
.vr360{height:520px;}

.anqi_wr{padding:30px 0 60px;}

.anqi_table_wr{margin-bottom:60px;padding:0 0 30px 0;}
.anqi_table_wr .anqi_table{width:100%;font-size:15px;border:1px solid #d2d2d2;}
.anqi_table_wr .anqi_table th{padding:20px 10px;text-align:center;border:1px solid #d2d2d2;background:#f6f6f6;}
.anqi_table_wr .anqi_table td{padding:30px 10px;text-align:center;border:1px solid #d2d2d2;}
.anqi_table_wr .anqi_table td.anqi_table_w{padding:30px;text-align:left;}
.anqi_table_wr .anqi_table td.anqi_tree{background:#f6f6f6;}

.inquiry{background: #E6E5E0;padding: 20px;margin:10px 5px 50px;}
.inquiry .inquiry_hdr{background: #959490;}
.inquiry .inquiry_row{padding-top: 20px;text-align:center;}
.inquiry .inquiry_row ul{padding-left: 20px;}
.inquiry .inquiry_row li{list-style: disc;}
.inquiry h3{margin: 0px;padding: 10px;font-size: 1.5em;text-align: center;color: #fff;border: 0;}
.inquiry .inquiry_hdr p {margin: 0px;padding: 0 10px 10px;font-size: 1.5em;text-align: center;color: #112945;}
.inquiry .inquiry_row .form-control{text-align:center;z-index:initial;}
.inquiry .inquiry_row .btn{z-index:initial;}

.benefit_img{margin-bottom:60px;}

@media (max-width:1280px){
  .navbar-default .navbar-nav>li>a{font-size:14px;}
  .navbar-nav>li>a{padding:15px 8px;}
  .container .tit_h2{margin-bottom:60px;padding:80px 0 20px;font-size:34px;}
  .container .tit_h3{font-size:28px;}
  .container .txt_con{}
  #visual .main_v_txt_wr{left:0;margin-left:0;padding: 0 30px;}
  #visual .main_v_txt{font-size:36px;}
  #visual .main_v_more{font-size: 16px;}
  #visual .sub_v .sub_v_txt_wr{left:0;margin-left:50px;margin-top: -110px;}



  .gonggam_slide_wide{margin:80px 0 50px;}
  .anqi_table_wr .anqi_table th {padding:20px 8px;}
  .anqi_table_wr .anqi_table td {padding:20px 8px;}
}



@media (max-width: 1170px) {
  .container{width:98%;}
  .container .tit_h3{margin-top:0;}
  .gonggam_slide .bx-wrapper .bx-pager {top: auto;right: 0;bottom: -30px;}
  .main_point{margin-bottom:50px;}
  .main_point .gonggam_slide .bx-wrapper .bx-pager{top: auto;right: 0;bottom: -30px;margin-right: 0;text-align:right;}
}

@media (max-width: 1024px) {
  .navbar-default .navbar-nav>li>a{padding: 15px 4px;font-size:12px;letter-spacing:-0.6px;}
  .hd_tel{margin-top: 30px;font-size:14px;}
  .main_product_con{padding:30px 0 0 26px;}
  .step_wr li{}
  .step_wr li img{width:32px;}
  .step_wr li span{font-size:13px;}

  .vr360{height:460px;}
}

@media all and (max-width:768px){
  .container .tit_h2{padding:50px 0 20px;}
  #visual .main_v_txt_wr{margin-top: -80px;}
  #visual .main_v_txt{font-size:26px;}
  #visual .main_v_more{font-size:14px;}
  #visual .sub_v .sub_v_txt_wr {margin-top:-70px;}
  #visual .sub_v .sub_v_txt{margin-top:40px;font-size:34px;}
  #visual .sub_v .sub_v_txt_con{font-size:16px;}
  #visual .sub_v .line_box{width:120px;height: 100px;}  
  #visual .sub_v .line_box > div.line_box01{ width:10px; height: 0; right: 0; bottom:72px; }
  #visual .sub_v .line_box > div.line_box02{ width: 0; height:10px; right: 0; top: 0; }
  #visual .sub_v .line_box > div.line_box03{ width:10px; height: 0; left: 0; top: 0; }
  #visual .sub_v .line_box > div.line_box04{ width: 0; height:10px; left: 0; bottom: 0; }
  #visual .sub_v.on .line_box > div.line_box01{ height:28px; transition: .2s ease-in; transition-delay: .8s; }
  #visual .sub_v.on .line_box > div.line_box02{ width: 100%; transition: .3s linear; transition-delay: 1.0s; }
  #visual .sub_v.on .line_box > div.line_box03{ height: 100%; transition: .3s linear; transition-delay: 1.3s; }
  #visual .sub_v.on .line_box > div.line_box04{ width: 58px; transition: .2s ease-out; transition-delay: 1.6s; }

  .main_product{margin-bottom:40px;}
  .container .main_product_con .tit_h3 span > br{display:none;}
  .container .main_product_con .tit_h3 .tit_h3_more.tit_h3_more_fst{margin-left:16px;}
  .sub_about .main_about_txt{padding-top:40px;}
  .sub_about_hr{margin-bottom:20px;}
  .bn01 {padding:50px 0 40px;}
  .step_wr li span{margin-top: 10px;}
  .step_wr li:after{top:50%;margin-top:-13px;}
  .map_img_Wr{padding:0 0 40px;}
  
  .anqi_lawn_stone{margin-bottom:30px;text-align:center;}
  .anqi_lawn_stone img{width:60%;}

  .bn02{padding: 50px 0}
  .more_arrow{font-size:14px;}
}



@media all and (max-width:480px){
  /* .hd_tel{float:right;margin-right:10px;margin-top:26px;} */
  .container .tit_h2{padding:20px 0 10px;font-size: 22px;}
  .container .tit_h2 span{padding-bottom:10px;}
  .container .tit_h3{font-size:18px;}
  .container .txt_con{font-size:14px;}
  .main_about_txt{padding:0 26px 30px;}
  #visual .main_v_txt_wr{margin-top:-40px;}
  #visual .main_v_txt{margin-bottom:20px;font-size:20px;text-shadow: 0 0 10px rgba(0,0,0,0.9);}
  #visual .main_v_more{padding:8px 20px;}
  footer{margin-bottom:48px;}

  #visual .sub_v .sub_v_txt_wr {margin-top:-70px;margin-left:10px;transform: scale(0.8);}
  #visual .sub_v .sub_v_txt{font-size:34px;}
  #visual .sub_v .sub_v_txt_con{font-size:16px;}


  .main_point .main_point_txt{padding:40px 26px 20px;}
  .main_point .point_line{margin: 10px 0 24px;}
  .container .main_product_con .tit_h3 .tit_h3_more{margin-left:4px;font-size:12px;letter-spacing:-0.4px;}
  .container .main_product_con .tit_h3 .tit_h3_more.tit_h3_more_fst{margin-left:4px;}
  .bn02{padding-bottom:0;}
  .bn02 .container .tit_h2{margin-bottom:20px;}
  .step_wr li{float:left;width:33.3333%;margin-bottom:50px;}
  .step_wr li:last-child{margin-bottom:10px;}
  /* .step_wr li:after{top:auto;bottom:-40px;right:50%;margin-right:-12px;transform:rotate(90deg);} */
  .step_wr li img{width:30px;}  
  .map_img_Wr{padding:20px 0 40px;}
  .sub_about_hr{display:none;}
  .vr360_wr{padding:20px 0 30px;}
  .vr360_wr .tit_h3 {text-align:center;}
  .vr360_box{padding:16px 0;}
  .vr360 {height: 360px;}
  .sub_about{margin-bottom:10px;}
  .gonggam_slide_wide {margin:40px 0;}
  .gonggam_slide_wide .tit_h3{text-align:center;}
  .anqi_wr .tit_h3{text-align:center;}
  .anqi_wr .txt_con{padding:0 26px;}
  .anqi_table_wr {margin-bottom:20px;}
  .anqi_table_wr .tit_h3 {text-align:center;}
  .anqi_table_wr .anqi_table{font-size:13px;}
  .anqi_table_wr .anqi_table th {padding:14px 6px;}
  .anqi_table_wr .anqi_table td.anqi_table_w {padding:16px;}
  
  .quick_wr{display:block;position:fixed;bottom:0;left:0;width:100%;text-align:center;background:#fff;}
  .quick_wr li{float:left;position:relative;width:20%;background:#88a746 !important;border: 1px solid #ddd;border:0!important;line-height: 20px;height: 70px;padding: 10px 0;font-size: 1.3em;font-weight: bold;}
  .quick_wr li:nth-child(1){border-width:1px 0 1px 0;background: #c7d07c;}
  .quick_wr li:nth-child(2){border-width:1px 0 1px 1px;background: #a1bd64;}
  .quick_wr li:nth-child(3){border-width:1px 0 1px 1px;background: #8ba552;}
  .quick_wr li:nth-child(4){border-width:1px 0 1px 1px;background: #929e75;}
  .quick_wr li:nth-child(5){border-width:1px 0 1px 1px;background: #9ea09e;}
  .quick_wr li:nth-child(6){border-width:1px 0 1px 1px;background: #888c88;}
  .quick_wr li:after{content:'';display:block;clear:both;position:absolute;top:50%;right:0;width:1px;height:22px;margin-top:-11px;background:#fff;}
  .quick_wr li:last-child:after{display:none;}
  .quick_wr li a{display:block;position:relative;height: 48px;padding:5px 0;color: #fff;}
  .quick_wr li a.quick_pop:before{display:block;clear:both;position:absolute;top:0;left:50%;width:120px;margin-top: -93px;margin-left:-55px;padding:20px 10px;font-size: 20px;letter-spacing:-0.4px;text-align:center;color:#fff;border-radius:6px;background:#000;opacity:0;animation-name:quick_pop;animation-duration:18s;animation-iteration-count: infinite;}
  .quick_wr li:nth-child(1) a.quick_pop:before{content:'수목장 상세보기';left:0;margin-left:0;}
  .quick_wr li:nth-child(2) a.quick_pop:before{content:'개인목 상세보기';}
  .quick_wr li:nth-child(3) a.quick_pop:before{content:'부부목 상세보기';}
  .quick_wr li:nth-child(4) a.quick_pop:before{content:'가족목 상세보기';}
  .quick_wr li:nth-child(5) a.quick_pop:before{content:'잔디장 상세보기';}
  .quick_wr li:nth-child(6) a.quick_pop:before{content:'공동목 상세보기';left:auto;right:0;margin-left:0;}
  .quick_wr li a.quick_pop:after{content:'';display:block;clear:both;position:absolute;top:0;left:50%;width: 0px;height: 0px;margin-top: -13px;margin-left: -6px;border-top:8px solid #000;border-bottom: 8px solid none;border-left: 6px solid transparent;border-right: 6px solid transparent; border-radius:4px;opacity:0;animation-name:quick_pop;animation-duration:18s;animation-iteration-count: infinite;}
}

@keyframes quick_pop{
  0%{opacity:1;}
  20%{opacity:0;}
  /* 15.3%{opacity:0;} */
  100%{opacity:0;}
}






@media all and (max-width:380px){
  .navbar-brand>img{height:34px;margin-top:2px;}
  .hd_tel{margin-top:26px;}
  #visual .main_v_txt_wr{}
  #visual .main_v_txt{font-size:18px;}
  footer{padding: 60px 0;}

  
  .vr360 {height: 320px;}
}



@media all and (max-width:320px){
  .container .tit_h2{font-size:18px;}
  .container .tit_h3{font-size:16px;}
  footer {padding:40px 0;}
  #visual .sub_v .sub_v_txt_wr {margin-left:0;transform: scale(0.6);}
  .container .main_product_con .tit_h3 .tit_h3_more{display:inline-block;padding: 4px 10px;}
  .container .main_product_con .tit_h3 span > br{display:inline-block;}
  .container .main_product_con .tit_h3 .tit_h3_more.tit_h3_more_fst{margin-left:0;margin-top:8px;}
  .container .main_product_con .tit_h3 .tit_h3_more.tit_h3_more_last{margin-top:8px;}
  
  .vr360 {height: 280px;}
}


@media all and (max-width:280px){
  .hd_tel{display:none;}
  .container .tit_h2 {margin-bottom:30px;padding:20px 0 12px;}
  .container .tit_h2 span{padding-bottom:12px;}
  #visual .main_v_txt{font-size:16px;}
  #visual .main_v_more{font-size:12px;}
  .bn01 {padding:30px 0 20px;}

  
  .vr360 {height: 220px;}
}

ol.txt_con li {
  list-style: decimal;
  margin-left: 15px;
}


.guide>div.scroll_y {
  overflow-y: scroll;
  height: 80px;
  padding: 10px;
  background: #f1f1f1;
}

@media (max-width: 992px) {
  div.col-xs-12 {
    margin-top: 10px;
  }

  .inquiry .inquiry_row {
    padding-top: 0;
  }
}
