@charset "utf-8";
@import url('basic.css');
/*기본세팅*/
@import url('common.css');
/*공통 레이아웃 세팅*/
@import url('others.css');
/*플러그인*/
@import url('sub.css');
/*서브*/
/* 메인부분 */
.home {
  width: 100%;
  position: relative;
  top: 0;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 1200px) {
  .fp-enabled .fp-viewing-1stPage .logo {
    display: block;
  }
  .fp-enabled .logo {
    display: none;
  }
}
h1.logo {
  position: absolute;
  padding: 20px;
  z-index: 99;
}
h1.logo a {
  display: inline-block;
}
/*메인네비*/
.header {
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.header .headwrap {
  width: 100%;
  margin: 0 10px;
}
.header h1 {
  float: left;
  padding: 20px;
}
.mo_gnb_wrapper,
.m_nav_btn_box {
  display: block;
}
.m_nav_btn_box {
  position: fixed;
  right: 0;
  top: 0;
}
.header .wrapper {
  z-index: 10;
}
.header .wrapper .headwrap {
  width: 100%;
}
.header .m_nav_btn_box a {
  background: url(../images/icon/nav_btn.png) no-repeat center;
  width: 55px;
  height: 55px;
  padding: 15px;
  float: right;
}
.nav_bg {
  position: fixed;
  top: 0px;
  width: 100%;
  min-height: 100%;
  background: #000;
  z-index: 10;
  display: none;
}
.mo_gnb_nav {
  display: table;
}
.mo_gnb_nav .gnb_box {
  display: table-cell;
  vertical-align: middle;
}
.mo_gnb_nav {
  position: fixed;
  right: -100%;
  z-index: 99999;
  width: 500px;
  height: 100%;
  min-height: 100%;
  background: rgba(165, 199, 129, 1);
  opacity:0.95;
  top: 0px;
  overflow-y: auto;
}
.mo_gnb_nav .m_nav_btn_off {
  position: absolute;
  background: url(../images/icon/nav_btn_off.png) no-repeat center;
  width: 55px;
  height: 55px;
  right: 0;
  padding: 15px;
}
.mo_gnb_nav .gnb_box {
  width: 100%;
  overflow: hidden;
}
.mo_gnb_nav .depth.wrap {
  text-align: center;
}
.mo_gnb_nav .depth.wrap .depth01,
.mo_gnb_nav .depth.wrap .depth01_down {
  display: block;
}
.mo_gnb_nav .depth.wrap .depth01 > a,
.mo_gnb_nav .depth.wrap .depth01_down > a {
  display: block;
  font-size: 50px;
  position: relative;
  z-index: 9999;
  color: #fff;
  margin-bottom: 0;
}
.mo_gnb_nav .depth.wrap .depth01 > a.selected1,
.mo_gnb_nav .depth.wrap .depth01_down > a.selected1 {
  color: #111;
}
.mo_gnb_nav .depth.wrap .depth01 .depth02 li,
.mo_gnb_nav .depth.wrap .depth01_down .depth02 li {
  background: ;
  width: 100%;
}
.mo_gnb_nav .depth.wrap .depth01 .depth02 li a,
.mo_gnb_nav .depth.wrap .depth01_down .depth02 li a {
  display: inline-block;
  color: #333;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
}
.mo_gnb_nav .depth.wrap .depth01 .depth02 li a:after,
.mo_gnb_nav .depth.wrap .depth01_down .depth02 li a:after {
  margin: 0 auto;
  position: relative;
  top: -1px;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mo_gnb_nav .depth.wrap .depth01 .depth02 li a:hover:after,
.mo_gnb_nav .depth.wrap .depth01_down .depth02 li a:hover:after {
  width: 100%;
}
/*섹션*/
.section .footer_wrap {
  position: absolute;
}
.section .wrapper {
  margin: 0 auto;
  position: relative;
}
.section .conwrap {
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.section .contit_wrap {
  text-align: center;
  padding-bottom: 50px;
  letter-spacing: -1.2px;
}
.section .contit {
  font-size: 40px;
  font-weight: 300;
}
.section .stit {
  font-size: 18px;
  font-weight: 200;
}
.section01 {
  overflow: hidden;
}
.section01 .visual-title .txt {
  z-index: 61;
  width: 600px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}
.section01 .visual-title .txt p {
  font-size: 80px;
  font-weight: 500;
  text-shadow: 1px 1px 1px #333;
  color: #fff;
}
.section01 .visual-title .txt p span {
  display: block;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
}
.section01 .visual-title #visual_bg {
  z-index: 60;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 460px;
  height: 460px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section01 .visual-title #visual_bg .loading-logo {
  width: 100%;
  height: 100%;
  background-size: 50%;
  position: relative;
}
.section01 .visual-title #visual_bg .loading-stroke,
.section01 .visual-title #visual_bg .loading-stroke-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.section01 .visual-title #visual_bg .loading-stroke-wrapper {
  -webkit-transition: all .35s;
  transition: all .35s;
}
.section01 .visual-title #visual_bg .loading-stroke {
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
}
.section01 .visual-title #visual_bg .loading-stroke:first-child {
  animation-name: strokea;
  -webkit-animation-name: strokea;
}
.section01 .visual-title #visual_bg .loading-stroke:nth-child(2) {
  animation-name: strokeb;
  -webkit-animation-name: strokeb;
}
.section01 .visual-title #visual_bg .loading-stroke:nth-child(3) {
  animation-name: strokec;
  -webkit-animation-name: strokec;
}
.section01 .visual-title #visual_bg .loading-stroke:nth-child(4) {
  animation-name: stroked;
  -webkit-animation-name: stroked;
}
.section01 .main_visual {
  position: relative;
}
.section01 .main_visual li {
  position: relative;
  min-height: 1080px;
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.section01 .main_visual .img.mainvisual {
  width: 100%;
  max-width: initial;
  min-height: 100%;
  position: absolute;
}
.section02 .conwrap {
  margin: 0 20px;
}
.section02 .titlewrap {
  text-align: left;
  width: 50%;
  float: left;
}
.section02 .titlewrap p {
  margin: 20px 0;
}
.section02 .itemwrap {
  width: 50%;
  float: right;
}
.section02 .itemwrap li {
  width: 31.33%;
  margin:1%;
  float: left;
  display: inline-block;
}
.section02 .itemwrap li div {
  max-width: 280px;
  max-height: 280px;
  /* margin: 10px; */
  /* box-sizing:border-box; */
  display: inline-block;
  position: relative;
  width:100%;
}
.section02 .itemwrap li img {
  margin: 0 auto;
}
.section02 .itemwrap li img.on {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.5s;
}
.section02 .itemwrap li:hover img.on {
  opacity: 1;
}
.section03 {
  overflow: hidden;
}
.section03 .wrap {
  position: relative;
}
.section03 .visual-title {
  z-index: 61;
  position: absolute;
  display: table;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.section03 .visual-title .txt p {
  font-size: 90px;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
}
.section03 .bx-wrapper .bx-controls-direction a {
  top: 50% !important;
  margin-top: -27px;
  z-index: 10;
  height: 97px;
  width: 55px;
  opacity: 0.8;
  background-image: url(../images/main/slide_nav_01.png);
}
.section03 .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.section03 .bx-wrapper .bx-controls-direction a.bx-prev {
  background-position: 0 0;
  left: 50px;
}
.section03 .bx-wrapper .bx-controls-direction a.bx-next {
  background-position: -55px 0;
  right: 50px;
}
.section03 .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 20px;
}
.section03 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}
.section03 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #cfa3c6;
}
.section03 #section03_visual {
  position: relative;
  margin-bottom: 0;
}
.section03 #section03_visual li {
  width: 100% !important;
  position: relative;
  min-height: 990px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section33 {
  overflow: hidden;
}
.section33 .wrap {
  position: relative;
}
.section33 .visual-title {
  z-index: 61;
  position: absolute;
  display: table;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.section33 .visual-title .txt p {
  font-size: 90px;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
}
.section33 .bx-wrapper .bx-controls-direction a {
  top: 50% !important;
  margin-top: -27px;
  z-index: 10;
  height: 97px;
  width: 55px;
  opacity: 0.8;
  background-image: url(../images/main/slide_nav_01.png);
}
.section33 .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.section33 .bx-wrapper .bx-controls-direction a.bx-prev {
  background-position: 0 0;
  left: 50px;
}
.section33 .bx-wrapper .bx-controls-direction a.bx-next {
  background-position: -55px 0;
  right: 50px;
}
.section33 .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 20px;
}
.section33 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}
.section33 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #cfa3c6;
}
.section33 #section03_visual {
  position: relative;
  margin-bottom: 0;
}
.section33 #section03_visual li {
  width: 100% !important;
  position: relative;
}
.section01 .fp-tableCell {
  vertical-align: top;
}
.footer_wrap,
.footsection {
  position: relative;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  color: #777;
  font-size: 13px;
}
.footer_wrap a,
.footsection a {
  color: #777;
}
.footer_wrap .con,
.footsection .con {
  display: table;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
.footer_wrap .con .footlogo,
.footsection .con .footlogo,
.footer_wrap .con .wrap,
.footsection .con .wrap,
.footer_wrap .con .sns,
.footsection .con .sns {
  display: table-cell;
  vertical-align: top;
}
.footer_wrap .con .footlogo,
.footsection .con .footlogo {
  padding-right: 50px;
  width: 156px;
}
.footer_wrap .con .wrap,
.footsection .con .wrap {
  text-align: left;
}
.footer_wrap .con .wrap > div,
.footsection .con .wrap > div {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  width: 22%;
}
.footer_wrap .con .wrap > div i,
.footsection .con .wrap > div i {
  position: absolute;
  left: 0;
  top: 5px;
}
.footer_wrap .con .wrap .info,
.footsection .con .wrap .info {
  width: 33%;
  padding-left: 40px;
}
.footer_wrap .con .wrap .info img,
.footsection .con .wrap .info img {
  position: absolute;
  left: 0px;
}
.footer_wrap .con .sns,
.footsection .con .sns {
  width: 113px;
  padding: 0 10px;
}
.footer_wrap .con .sns div,
.footsection .con .sns div {
  float: left;
  margin: 0 2px;
}
.footer_wrap .con .sns div a,
.footsection .con .sns div a {
  display: inline-block;
  width: 52px;
  height: 52px;
  position: relative;
  text-indent: -99999px;
}
/* .footer_wrap .con .sns div.sns01 a,
.footsection .con .sns div.sns01 a {
  background-image: url(../images/main/sns_01.png);
} */
.footer_wrap .con .sns div.sns01 a,
.footsection .con .sns div.sns01 a {
  background-image: url(../images/main/sns_01_on.png);
}
/* .footer_wrap .con .sns div.sns02 a,
.footsection .con .sns div.sns02 a {
  background-image: url(../images/main/sns_02.png);
} */
.footer_wrap .con .sns div.sns02 a,
.footsection .con .sns div.sns02 a {
  background-image: url(../images/main/sns_02_on.png);
}
.icon {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  text-indent: -99999px;
}
.icon.new {
  width: 20px;
  height: 20px;
  background: url(../images/icon/new.png) no-repeat center;
  background-size: 20px;
}
/*사이드 네비*/
/* 
  1200부터 
*/
/* 
  320부터 1200까지 
*/  

@media all and (max-width: 1499px) {
#fullpage {
    transform: inherit!important;
  }
  .fp-tableCell {
    display: inline !important;
  }
  .section {
    height: auto!important;
  }
  .section02{ padding:80px 0 }
  body {
    overflow-y: auto!important;
    overflow-x: hidden;
  }
 }
@media all and (max-width: 1199px) {
  #fullpage {
    transform: inherit!important;
  }
  .fp-tableCell {
    display: inline !important;
  }
  .section {
    height: auto!important;
  }
  body {
    overflow-y: auto!important;
    overflow-x: hidden;
  }
  .wrapper {
    width: 100%;
  }
  .section01 .visual-title .txt {
    z-index: 61;
    width: 600px;
  }
  .section01 .visual-title .txt p {
    font-size: 60px;
  }
  .section01 .visual-title .txt p span {
    display: block;
    font-size: 25px;
  }
  .section01 .visual-title #visual_bg {
    width: 400px;
    height: 400px;
  }
  .section01 .main_visual li {
    min-height: 700px;
  }
  .section02 {
    padding: 50px 20px;
  }
  .section02 .titlewrap,
  .section02 .itemwrap {
    width: 100%;
  }
  .section03 .visual-title .txt p {
    font-size: 60px;
    font-weight: 700;
  }
  .section03 .bx-wrapper .bx-controls-direction a {
    margin-top: -14px;
    height: 48.5px;
    width: 27.5px;
    background-size: 55px;
  }
  .section03 .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: 0 0;
    left: 20px;
  }
  .section03 .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -27.5px 0;
    right: 20px;
  }
  .section03 #section03_visual li {
    min-height: 400px;
  }
  .section33 .visual-title .txt p {
    font-size: 60px;
    font-weight: 700;
  }
  .section33 .bx-wrapper .bx-controls-direction a {
    margin-top: -14px;
    height: 48.5px;
    width: 27.5px;
    background-size: 55px;
  }
  .section33 .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: 0 0;
    left: 20px;
  }
  .section33 .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -27.5px 0;
    right: 20px;
  }
  .footer_wrap,
  .footsection {
    padding: 30px 0;
  }
  .footer_wrap .con,
  .footsection .con {
    display: block;
    padding: 0 10px;
    margin: 0 auto;
  }
  .footer_wrap .con .footlogo,
  .footsection .con .footlogo,
  .footer_wrap .con .wrap,
  .footsection .con .wrap,
  .footer_wrap .con .sns,
  .footsection .con .sns {
    display: block;
  }
  .footer_wrap .con .footlogo,
  .footsection .con .footlogo {
    padding-right: 0;
    padding: 10px 0 20px;
    margin: 0 auto;
  }
  .footer_wrap .con .wrap,
  .footsection .con .wrap {
    text-align: center;
  }
  .footer_wrap .con .wrap > div,
  .footsection .con .wrap > div {
    margin: 0 auto;
    display: block;
    float: none;
    padding: 5px;
    width: inherit;
  }
  .footer_wrap .con .wrap > div p,
  .footsection .con .wrap > div p,
  .footer_wrap .con .wrap > div address,
  .footsection .con .wrap > div address {
    display: inline-block;
    clear: both;
  }
  .footer_wrap .con .wrap > div p br,
  .footsection .con .wrap > div p br,
  .footer_wrap .con .wrap > div address br,
  .footsection .con .wrap > div address br {
    display: none;
  }
  .footer_wrap .con .wrap > div i,
  .footsection .con .wrap > div i {
    position: relative;
    left: inherit;
    top: 0px;
  }
  .footer_wrap .con .wrap .info,
  .footsection .con .wrap .info {
    width: inherit;
    padding-left: 0px;
  }
  .footer_wrap .con .wrap .info img,
  .footsection .con .wrap .info img {
    position: relative;
    top: -6px;
  }
  .footer_wrap .con .sns,
  .footsection .con .sns {
    margin: 0 auto;
  }
}
/* 
  320보다 크고 640보다 작을경우 모바일전용
*/
@media all and (max-width: 640px) {
  h1.logo {
    padding: 10px;
    width: 80px;
  }
  .header .m_nav_btn_box a {
    background: url(../images/icon/nav_btn.png) no-repeat center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    padding: 12px;
  }
  .mo_gnb_nav .m_nav_btn_off {
    position: absolute;
    background: url(../images/icon/nav_btn_off.png) no-repeat center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    padding: 12px;
  }
  .mo_gnb_nav {
    width: 85%;
  }
  .mo_gnb_nav .depth.wrap .depth01 > a,
  .mo_gnb_nav .depth.wrap .depth01_down > a {
    font-size: 30px;
  }
  .mo_gnb_nav .depth.wrap .depth01 .depth02 li a,
  .mo_gnb_nav .depth.wrap .depth01_down .depth02 li a {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
  .section01 .visual-title .txt {
    z-index: 61;
    width: 100%;
  }
  .section01 .visual-title .txt p {
    font-size: 30px;
  }
  .section01 .visual-title .txt p span {
    display: block;
    font-size: 18px;
  }
  .section01 .visual-title #visual_bg {
    width: 320px;
    height: 320px;
  }
  .section01 .main_visual li {
    min-height: 320px;
  }
  .section01 img.mainvisual {
    width: 100%;
    max-width: initial;
    position: relative;
    min-width: 640px;
    margin: 0 auto;
    left: 50%;
    margin-left: -320px;
  }
  .section03 .visual-title .txt p {
    font-size: 30px;
  }
  .section03 .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .section03 #section03_visual li {
    min-height: 300px;
  }
  .section02 {
    padding: 30px 10px;
  }
  .section33 .visual-title .txt p {
    font-size: 20px;
  }
  .section33 .bx-wrapper .bx-pager {
    bottom: 0;
  }
  .section33 .bx-wrapper .bx-controls-direction a {
    background-size: 40px;
    width: 20px;
    height: 35px;
    margin-top: -17px;
  }
  .section33 .bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
    background-position: right center;
  }
  .section33 .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
  }
  .footer_wrap,
  .footsection {
    padding: 30px 0;
    font-size: 12px;
  }
  .footer_wrap .con,
  .footsection .con {
    display: block;
    padding: 0 10px;
  }
  .footer_wrap .con .footlogo,
  .footsection .con .footlogo,
  .footer_wrap .con .wrap,
  .footsection .con .wrap {
    display: block;
  }
  .footer_wrap .con .footlogo,
  .footsection .con .footlogo {
    padding: 10px 0;
    width: 80px;
  }
  .footer_wrap .con .wrap,
  .footsection .con .wrap {
    text-align: center;
  }
  .footer_wrap .con .wrap > div,
  .footsection .con .wrap > div {
    margin: 0 auto;
    display: block;
    float: none;
    padding: 5px;
    width: inherit;
  }
  .footer_wrap .con .wrap > div p,
  .footsection .con .wrap > div p,
  .footer_wrap .con .wrap > div address,
  .footsection .con .wrap > div address {
    display: inline-block;
    clear: both;
  }
  .footer_wrap .con .wrap > div p br,
  .footsection .con .wrap > div p br,
  .footer_wrap .con .wrap > div address br,
  .footsection .con .wrap > div address br {
    display: none;
  }
  .footer_wrap .con .wrap > div i,
  .footsection .con .wrap > div i {
    position: relative;
    left: inherit;
    top: 0px;
  }
  .footer_wrap .con .wrap .info,
  .footsection .con .wrap .info {
    text-align: left;
    padding-left: 40px;
  }
  .footer_wrap .con .wrap .info img,
  .footsection .con .wrap .info img {
    position: absolute;
    top: 10px;
  }
  .footer_wrap .con .sns,
  .footsection .con .sns {
    width: initial;
    display: inline-block;
  }
  .footer_wrap .con .sns div a,
  .footsection .con .sns div a {
    width: 26px;
    height: 26px;
  }
  .footer_wrap .con .sns div.sns01 a,
  .footsection .con .sns div.sns01 a,
  .footer_wrap .con .sns div.sns02 a,
  .footsection .con .sns div.sns02 a {
    background-size: 26px;
  }
}
@keyframes strokea {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(240deg);
  }
}
@-webkit-keyframes strokea {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(240deg);
  }
}
@keyframes strokeb {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(255deg);
  }
}
@-webkit-keyframes strokeb {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(255deg);
  }
}
@keyframes strokec {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(270deg);
  }
}
@-webkit-keyframes strokec {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes stroked {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(285deg);
  }
}
@-webkit-keyframes stroked {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(285deg);
  }
}


@media all and (min-width:1500px){
	.main_home{
		overflow-y:hidden !important;
	}
}



/* 170213 */
html{
position:relative;
/* overflow-y:auto; */
}
.home{
/* height:inherit; */
height:auto;
overflow-y:auto;
} 



.nav_bg{
padding-bottom:100px;
}
/* .mo_gnb_nav{
padding-bottom:100px;
}
.mo_gnb_nav .gnb_box{
padding-top:100px;
}
 */

.nav_top{
    height: 170%;
    width:100%;
    position: absolute;	
    z-index: -1;
    background: rgba(165, 199, 129, 1);
}


/* 2017-03-06 */
.section02 .mo{
display:none;
}