@charset "utf-8";
@import url('basic.css');
/*기본세팅*/
@import url('common.css');
/*공통 레이아웃 세팅*/
@import url('others.css');
/*플러그인*/
@import url('sub_new.css');
/*서브*/
/* 메인부분 */
.home {
  width: 100%;
  position: relative;
  top: 0;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/*메인네비*/
.header {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 81px;
  z-index: 99;
}
.header .wrapper {
  z-index: 10000;
}
.header .wrapper .headwrap {
  width: 1180px;
  margin: 0 10px;
}
.header h1 {
  float: left;
  margin-top: 20px;
}
.header .gnb {
  float: right;
  margin-top: 30px;
}
.header .gnb li {
  float: left;
  margin-left: 55px;
}
.header .gnb li a {
  display: block;
  color: #666;
  font-size: 18px;
  position: relative;
  font-weight:500;
}
.header .gnb li a:after {
  margin: 0 auto;
  position: absolute;
  top: 48px;
  display: none;
  content: "";
  height: 3px;
  width: 0;
  background: #d0ad6c;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .gnb li a:hover,
.header .gnb li a.active {
  color: #d0ad6c;
}
.header .gnb li a:hover:after,
.header .gnb li a.active:after {
  width: 100%;
  display: block;
}
.header .gnb li.last a:after {
  width: 0;
}
.gnb_nav {
  position: fixed;
  z-index: 9999;
  top: 81px;
  display: none;
  width: 100%;
  background: rgba(240, 240, 240, 0.9);
  border-bottom: 1px solid #eee;
}
.gnb_nav .gnb_box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.gnb_nav .depth.wrap {
  padding: 30px;
}
.gnb_nav .depth.wrap .depth01 {
  display: inline-block;
  width: 228px;
  float: left;
  text-align: center;
}
.gnb_nav .depth.wrap .depth01 > a {
  font-size: 20px;
  color: #d0ad6c;
  margin-bottom: 5px;
  display: inline-block;
}
.gnb_nav .depth.wrap .depth01 .depth02 a {
  display: inline-block;
}
.gnb_nav .depth.wrap .depth01 .depth02 a:after {
  margin: 0 auto;
  position: relative;
  top: -1px;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #d0ad6c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gnb_nav .depth.wrap .depth01 .depth02 a:hover {
  color: #d0ad6c;
}
.gnb_nav .depth.wrap .depth01 .depth02 a:hover:after {
  width: 100%;
}
/*섹션*/
.section .footer_wrap {
  position: relative;
}
.section{
position:relative;
}
.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: 10px;
}
.section .contit {
line-height:1.3;
  font-size: 50px;  
  letter-spacing: -2px;
  font-weight: 500;
  color: #e8bc6e !important;
  /* #ffdda0 !important; */ 
  /* #d0ad6c */

}
.section .stit {
  font-size: 18px;
  letter-spacing: -0.8px;
  font-weight: 500;
}
.section01 {
  background: #ddd;
  overflow: hidden;
}
.section01 .scroll_mouse {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 50;
  text-align: center;
  margin-left: -42px;
}
.section01 .scroll_mouse img {
  display: inline-block;
}
.section01 .scroll_mouse img.txt {
  position: relative;
  bottom: -20px;
}
.main_visual {
  position: relative;
}
.main_visual li {
  position: relative;
  width: 100% !important;
  height:100%;
  min-height: 1000px;
}
.main_visual li .titwrap {
  padding-top: 0;
  position: absolute;
  top: 420px;
  width: 100%;
  text-align: center;
}
.main_visual li .titwrap .tit_02 {
  margin-top: 30px;
  border-top: 1px solid #000;
  display: inline-block;
  padding: 10px 100px 0;
}
.main_visual li .titwrap img {
  display: inline-block;
  width: auto !important;
  height: auto;
}
.main_visual li.main-visual-01 {
  background: url(../images/main/main_bg_01.jpg) no-repeat center 0;
  background-size: cover;
}
.main_visual li.main-visual-02 {
  background: url(../images/main/main_bg_05.jpg) no-repeat center 0;
  background-size: cover;
}
.main_visual li.main-visual-03 {
  background: url(../images/main/main_bg_02.jpg) no-repeat center 0;
  background-size: cover;
}
.main_visual li.main-visual-04 {
  background: url(../images/main/main_bg_04.jpg) no-repeat center 0;
  background-size: cover;
}
.main_visual li.main-visual-05 {
  background: url(../images/main/main_bg_03.jpg) no-repeat center 0;
  background-size: cover;
}
.main_visual .tit_01,
.main_visual .tit_02 {
  opacity: 0;
  transition-delay: 0ms;
  transition: 600ms;
}
.main_visual .active-slide .tit_01,
.main_visual .active-slide .tit_02 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.main_visual .active-slide .tit_01 {
  transition-delay: 0.3s;
}
.main_visual .active-slide .tit_02 {
  transition-delay: 0.5s;
}
.section02,.section03,.section04{
padding:60px 0;
}

.section04 {
  background: url(../images/main/invest_bg.png) repeat-y 0 0;
  background-size: cover;
}
.section04 .bg {
  position: absolute;
  background: #5a5a5a;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
}
.section04 .conwrap {
  width: 50%;
  float: left;
  position: relative;
  /* margin-top: -150px; */
}
.section04 .conleft .contit {
  color: #333;
}
.section04 .conleft .itemwrap {
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 600px;
}
.section04 .conleft .itemwrap ul {
  margin: 0px auto;
  display: block;
}
.section04 .conleft .itemwrap li {
  opacity: 0;
  display: inline-block;
  width: 33.33%;
  padding: 20px 0 50px;
}
.section04 .conleft .itemwrap li a {
  display: inline-block;
  width: 100%;
  padding-top: 80px;
  font-size: 17px;
  color:#333;
}
.section04 .conleft .itemwrap li a:hover{
color:#b69b69;/* #1f609f */
}
.section04 .conleft .itemwrap .invest1 {
  float: left;
}
.section04 .conleft .itemwrap .invest1 a {
  background: url(../images/btn/invest01off.png) no-repeat center top;
}
.section04 .conleft .itemwrap .invest1 a:hover {
  background: url(../images/btn/invest01.png) no-repeat center top;
}
.section04 .conleft .itemwrap .invest2 {
  float: left;
}
.section04 .conleft .itemwrap .invest2 a {
  background: url(../images/btn/invest02off.png) no-repeat center top;
}
.section04 .conleft .itemwrap .invest2 a:hover {
  background: url(../images/btn/invest02.png) no-repeat center top;
}
.section04 .conleft .itemwrap .invest3 {
  float: left;
}
.section04 .conleft .itemwrap .invest3 a {
  background: url(../images/btn/invest03off.png) no-repeat center top;
}
.section04 .conleft .itemwrap .invest3 a:hover {
  background: url(../images/btn/invest03.png) no-repeat center top;

}
.section04 .conleft .itemwrap .invest4,
.section04 .conleft .itemwrap .invest5{
float:left;
width:30%;
margin:0 10%;
}
.section04 .conleft .itemwrap .invest4 a {
  background: url(../images/btn/invest04off.png) no-repeat center top;
}
.section04 .conleft .itemwrap .invest4 a:hover {
  background: url(../images/btn/invest04.png) no-repeat center top;
}
.section04 .conleft .itemwrap .invest5 a {
  background: url(../images/btn/invest05off.png) no-repeat center top;
}
.section04 .conleft .itemwrap .invest5 a:hover {
  background: url(../images/btn/invest05.png) no-repeat center top;
}
.section04 .conleft .itemwrap a:after{
	  margin: 0 auto;
	  position: relative;
	  top: -1px;
	  display: block;
	  content: "";
	  width: 0;
	  height: 1px;
	  background: #b69b69;
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
  }
 .section04 .conleft .itemwrap .invest1 a:hover:after{
	width:170px;
 }
  .section04 .conleft .itemwrap .invest2 a:hover:after{
	width:180px;
 }
  .section04 .conleft .itemwrap .invest3 a:hover:after{
	width:180px;
 }
  .section04 .conleft .itemwrap .invest4 a:hover:after{
	width:80px;
 }
  .section04 .conleft .itemwrap .invest5 a:hover:after{
	width:160px;
 }

.section04 .conright .contit {
  color: #fff;
}

.section02 .conright .contit {
  color: #333;
}
.section02 .conright .itemwrap {
  margin: 0 auto;
  width: 80%;
}
.section02 .conright .itemwrap .page {
  /* overflow: hidden; */
}
.section02 .conright .itemwrap .page .news {
  background: #eaeaea;
  margin: 10px auto;
  width: 90%;
  text-align: left;
  padding: 30px 20px;
}
.section02 .conright .itemwrap .page .news .title {
  display: inline-block;
  color:#333;
  font-size:18px;font-weight:300;
  max-width: 90%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section02 .conright .itemwrap .page .news .date {
  display: block;
  color: #999;
  clear: both;
}
.section03 {
  background: #3d3d3d;/* url(../images/main/intro_bg.jpg) no-repeat center bottom; */
  background-size: cover;
}
.section03 .contit_wrap {
  color: #d0ad6c;
}
.section03 .itemwrap .prop {
  color: #fff;/* f4efc8; */
  margin: 20px 0;
  padding: 0px 60px;
  position: relative;
  display: inline-block;
}
.section03 .itemwrap .prop .lighter {
  font-weight: 200;
  font-size: 22px;
  letter-spacing: 5px;
  font-family: 'Noto Sans KR';
}
.section03 .itemwrap .prop:before,
.section03 .itemwrap .prop:after {
  display: inline-block;
  content: " ";
  position: absolute;
  border: 2px solid  #fff;/* f4efc8; */
  width: 50px;
  height: 70px;
}

.section03 .itemwrap .prop:before,
.section03 .itemwrap .prop:after{
	top: -16px;
  }
.section03 .itemwrap .prop:before {
  left: -10px;
  border-right: 0;
}
.section03 .itemwrap .prop:after {
  right: -10px;
  border-left: 0;
}
.section03 .itemwrap .introwrap {
  margin: 70px 0 100px 0;
  
}
.section03 .itemwrap .introwrap li {
  float: left;
  width: 240px;/* 200px; */
  text-align: center;
}
.section03 .itemwrap .introwrap li a {
  text-indent: -9999px;
  display: inline-block;
  width: 148px;
  height: 148px;
  position:relative;
}
.section03 .itemwrap .introwrap li.intro01 a {
  background: url(../images/btn/intro01off.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro01 a:hover {
  background: url(../images/btn/intro01.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro02 a {
  background: url(../images/btn/intro02off.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro02 a:hover {
  background: url(../images/btn/intro02.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro03 a {
  background: url(../images/btn/intro03off.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro03 a:hover {
  background: url(../images/btn/intro03.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro04 a {
  background: url(../images/btn/intro04off.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro04 a:hover {
  background: url(../images/btn/intro04.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro05 a {
  background: url(../images/btn/intro05off.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro05 a:hover {
  background: url(../images/btn/intro05.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro06 a {
  background: url(../images/btn/intro06off.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro06 a:hover {
  background: url(../images/btn/intro06.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro07 a {
  background: url(../images/btn/intro07off.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li.intro07 a:hover {
  background: url(../images/btn/intro07.png) no-repeat center;
  background-size: contain;
}
.section03 .itemwrap .introwrap li a:after{
	/*position:absolute;*/
	background-color:#b69b69;
	z-index:1;
	margin: 0 auto;
    position: relative;
    top: 88px;
    display: block;
    content: "";
    width: 0;
    height: 1px;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.section03 .itemwrap .introwrap li.intro01 a:hover:after{	width:62px;}
.section03 .itemwrap .introwrap li.intro02 a:hover:after{	width:87px;}
.section03 .itemwrap .introwrap li.intro03 a:hover:after{	width:113px;}
.section03 .itemwrap .introwrap li.intro04 a:hover:after{	width:113px;}
.section03 .itemwrap .introwrap li.intro05 a:hover:after{	width:48px;}
.section03 .itemwrap .introwrap li.intro06 a:hover:after{	width:75px;}
.section03 .itemwrap .introwrap li.intro07 a:hover:after{	width:50px;}


.section02 {
 /*  background: url(../images/main/item_bg.jpg) no-repeat center;
  background-size: cover;
  top:0; */
}
.section02 .bg {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
}
.section02 .leftbg{
	background-color:/* #a6a6a6 */#828282;
  /* background: url(../images/main/item_bg.jpg) no-repeat center; */
  background-size: cover;
  top:0;
  position:absolute;
  height: 100%;
  width: 50%;
  left:0;
}
.section02 .conwrap {
  width: 50%;
  float: left;
  position: relative;
}


.section02 .conright .contit_wrap {
  color: #333;
}
.section04 .conright .itemwrap {
  margin: 0 auto;
  width: 600px;
}
.section04 .conright .itemwrap li {
  float: left;
  width: 300px;
  height: 150px;
  text-align: center;
  padding-bottom:20px;
}
.section04 .conright .itemwrap li a {
 /* color: #406a17;*/
 color:#fff;
  padding: 85px 0 0;/* 95px 0 0; */
  display: inline-block;
  width: 100%;
  font-size:17px;
}
.section04 .conright .itemwrap li a:hover {
  color: #b69b69;
}
.section04 .conright .itemwrap li a:after {
  margin: 0 auto;
  position: relative;
  top: -1px;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #b69b69;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section04 .conright .itemwrap li.cs01 a {
  background: url(../images/btn/cs01off.png) no-repeat center top;
}
.section04 .conright .itemwrap li.cs01 a:hover {
  background: url(../images/btn/cs01.png) no-repeat center top;
}
.section04 .conright .itemwrap li.cs01 a:hover:after {
  width: 70px;
}
.section04 .conright .itemwrap li.cs02 a {
  background: url(../images/btn/cs02off.png) no-repeat center top;
}
.section04 .conright .itemwrap li.cs02 a:hover {
  background: url(../images/btn/cs02.png) no-repeat center top;
}
.section04 .conright .itemwrap li.cs02 a:hover:after {
  width: 135px;
}
.section04 .conright .itemwrap li.cs03 a {
  background: url(../images/btn/cs03off.png) no-repeat center top;
}
.section04 .conright .itemwrap li.cs03 a:hover {
  background: url(../images/btn/cs03.png) no-repeat center top;
}
.section04 .conright .itemwrap li.cs03 a:hover:after {
  width: 120px;
}
.section04 .conright .itemwrap li.cs04 a {
  background: url(../images/btn/cs04off.png) no-repeat center top;
}
.section04 .conright .itemwrap li.cs04 a:hover {
  background: url(../images/btn/cs04.png) no-repeat center top;
}
.section04 .conright .itemwrap li.cs04 a:hover:after {
  width: 30px;
}
.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;
}
.footer_wrap {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top:1px solid #ddd;
  padding: 40px 0;
  text-align: center;
  color: #666;
  font-size: 13px;
}
.footer_wrap a {
  color: #666;
}
.footer_wrap .footlogo {
  float: left;
  margin: 0 130px 0 20px;
}
.footer_wrap .rightwrap {
  float: left;
  text-align: left;
}
.footer_wrap .rightwrap p span {
  font-family: 'Noto Sans KR';
  font-weight: lighter;
}
.footer_wrap .dunslogo {
  float: right;
  text-align: center;
}
.footer_wrap .dunslogo img {
  width:100px;
}
/* 최상단 바로가기 */
#top_btn {
  padding: 5px 10px;
  text-align: center;
  position: fixed;
  font-size: 1.5em;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  right: 20px;
  z-index: 99;
}
#top_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.corpwrap {
  width: 100%;
  background: #fff;
  padding: 20px 0;
  position: relative;
  display: inline-block;
}
.corpwrap .corp-slide {
  width: 96%;
  margin: 0 auto;
}
.corpwrap .corp-slide div img {
  padding: 0 20px;
  height: 70px;
}
/*사이드 네비*/
/* 
  1200부터 
*/
@media all and (min-width: 1200px) {
  .nav_bg,
  .m_nav_btn_box,
  .mo_gnbwrapper,
  .mo_main_visual {
    display: none;
  }
}
/* 
  320부터 1200까지 
*/
@media all and (max-width: 1199px) {
  .gnbwrapper,
  .gnb_nav,
  .nav_btn_box,
  .gnb,
  .gnb_nav {
    display: none !important;
  }
  
  .section02,.section03,.section04{
   padding:50px 0;
  }
  .section01 {
    display: none !important;
  }
  .mo_gnb_wrapper,
  .m_nav_btn_box {
    display: block;
  }
  body {
    overflow-x: hidden  !important;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header {
    height: 50px;
    box-shadow: 0 0 10px 0px #666;
  }
  .header .wrapper {
    z-index: 10;
  }
  .header .wrapper .headwrap {
    width: 100%;
  }
  .header h1 {
    margin-top: 8px;
    margin-left: 10px;
  }
  .header h1 img {
    height: 36px;
  }
  .header .m_nav_btn_box a {
    background: url(../images/icon/nav_btn.png) no-repeat center;
    width: 28px;
    height: 28px;
    padding: 11px;
    float: right;
  }
  .section .footer_wrap {
    position: relative;
  }
  .footer_wrap .footlogo {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .footer_wrap .rightwrap {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
  .footer_wrap .dunslogo {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    float: none;
  }
  .nav_bg {
    position: fixed;
    top: 0px;
    width: 100%;
    min-height: 100%;
    background: #000;
    z-index: 10;
    display: none;
  }
  .mo_gnb_nav {
    position: fixed;
    right: -100%;
    z-index: 99999;
    width: 240px;
    height: 100%;
    background: #fff;
    top: 0px;
    overflow-y: auto;
  }
  .mo_gnb_nav .nav_top {
    height: 50px;
  }
  .mo_gnb_nav .nav_top .m_nav_btn_off {
    position: absolute;
    background: url(../images/icon/nav_btn_off.png) no-repeat center;
    width: 28px;
    height: 28px;
    right: 0;
    padding: 11px;
  }
  .mo_gnb_nav .nav_top .navlogo {
    display: none;
  }
  .mo_gnb_nav .gnb_box {
    width: 100%;
    overflow: hidden;
  }
  .mo_gnb_nav .depth.wrap .depth01 {
    display: block;
  }
  .mo_gnb_nav .depth.wrap .depth01 > a {
    background: #fff url(../images/icon/nav_down.png) no-repeat 95% center;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin-top: -1px;
    display: block;
    padding: 15px;
    font-size: 16px;
    position: relative;
    z-index: 9999;
    color: #333;
    margin-bottom: 0;
  }
  .mo_gnb_nav .depth.wrap .depth01 > a.selected1 {
    color: #fff;
    background: #7bc632 url(../images/icon/nav_up.png) no-repeat 95% center !important;
  }
  .mo_gnb_nav .depth.wrap .depth01 .depth02 li {
    background: #fff;
    width: 100%;
    float: left;
  }
  .mo_gnb_nav .depth.wrap .depth01 .depth02 a {
    border-bottom: 1px solid #ddd;
    display: block;
    background: #fafafa;
    padding: 9px 0 9px 20px;
    font-size: 14px;
  }
  .mo_gnb_nav .depth.wrap .depth01_down {
    display: block;
  }
  .mo_gnb_nav .depth.wrap .depth01_down > a {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin-top: -1px;
    display: block;
    padding: 15px;
    font-size: 16px;
    position: relative;
    z-index: 9999;
    color: #333;
    margin-bottom: 0;
  }
  .section .conwrap {
    padding: 80px 0;
  }
  .section02 .conwrap,
  .section04 .conwrap {
    width: 100%;
    float: none;
  }
 .section02,.section04{
   padding:0;
 }
 .section02 .leftbg{
display:none;
}
  .section02 .bg,
  .section04 .bg {
    display: none;
  	/* width:100%; */
  	/* bottom:0; */
  	/* top:inherit; */
  }
  .section02 .conright{
  /* background-color:#7bc632; */
  }

    .section04 .conright{
  background-color:#5a5a5a;
  }

  .mo_main_visual {
    position: relative;
    /* margin-top: 50px; */
    background: #fff;
  }
  .mo_main_visual li {
    position: relative;
    width: 100%;
  }
  .section04 {
    background: none;
  }
  .section04 .conwrap {
    margin-top: 0;
  }
  .section04 .conleft {
    background: url(../images/main/invest_bg.png) center;
  }
  .section04 .conleft .itemwrap {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 600px;
  }
  .section04 .conleft .itemwrap ul {
    margin: 0 auto;
    display: block;
  }
  .section04 .conleft .itemwrap li {
    opacity: 0;
    display: inline-block;
    width: 33.33%;
    padding: 20px 0 50px;
  }
  .section04 .conleft .itemwrap li a {
    display: inline-block;
    width: 100%;
    padding-top: 80px;
  }
  .section04 .conleft .itemwrap .invest1 {
    float: left;
  }
  .section04 .conleft .itemwrap .invest1 a {
    background: url(../images/btn/invest01.png) no-repeat center top;
  }
  .section04 .conleft .itemwrap .invest2 {
    float: left;
  }
  .section04 .conleft .itemwrap .invest2 a {
    background: url(../images/btn/invest02.png) no-repeat center top;
  }
  .section04 .conleft .itemwrap .invest3 {
    float: left;
  }
  .section04 .conleft .itemwrap .invest4,
    .section04 .conleft .itemwrap .invest5{
	width:50%;
	margin:0;
	}
  .section04 .conleft .itemwrap .invest3 a {
    background: url(../images/btn/invest03.png) no-repeat center top;
  }
  .section04 .conleft .itemwrap .invest4 a {
    background: url(../images/btn/invest04.png) no-repeat center top;
  }
  .section04 .conleft .itemwrap .invest5 a {
    background: url(../images/btn/invest05.png) no-repeat center top;
  }
  .section03 {
    /* background: url(../images/main/intro_bg.jpg) center; */
    background-size: cover;
  }
  .section03 .itemwrap .introwrap {
    width: 80%;
	max-width: 600px;
    margin: 50px auto 0;
  }
  .section03 .itemwrap .introwrap li {
    width: 33.33%;
    margin: 0%;
	box-sizing:border-box;
	padding:10px;
  }
  .section03 .itemwrap .introwrap li.intro06,
  .section03 .itemwrap .introwrap li.intro07{
  clear:both;
  float:none;
  display:inline-block;
  }
/*   .section03 .itemwrap .introwrap li.intro05,
  .section03 .itemwrap .introwrap li.intro06,
  .section03 .itemwrap .introwrap li.intro07 {
    clear: both;
    float: none;
    display: inline-block;
  } */
  .section03 .itemwrap .introwrap li a {
    width: 100%;
	/* padding:10px; */
	/* box-sizing:border-box; */
  }
  .section03 .itemwrap .introwrap li a:after{
    content: none;
}
  .section03 .itemwrap .introwrap li.intro01 a {
    background: url(../images/btn/intro01.png) no-repeat center;
    background-size: contain;
  }
  .section03 .itemwrap .introwrap li.intro02 a {
    background: url(../images/btn/intro02.png) no-repeat center;
    background-size: contain;
  }
  .section03 .itemwrap .introwrap li.intro03 a {
    background: url(../images/btn/intro03.png) no-repeat center;
    background-size: contain;
  }
  .section03 .itemwrap .introwrap li.intro04 a {
    background: url(../images/btn/intro04.png) no-repeat center;
    background-size: contain;
  }
  .section03 .itemwrap .introwrap li.intro05 a {
    background: url(../images/btn/intro05.png) no-repeat center;
    background-size: contain;
  }
  .section03 .itemwrap .introwrap li.intro06 a {
    background: url(../images/btn/intro06.png) no-repeat center;
    background-size: contain;
  }
  .section03 .itemwrap .introwrap li.intro07 a {
    background: url(../images/btn/intro07.png) no-repeat center;
    background-size: contain;
  }
  .section02 {
    background: none;
  }
  .section02 .conleft {
    /* background: url(../images/main/item_bg.jpg) no-repeat center left; */
    /* background-size: 1900px; */
	background-color:#828282;
  }
/*   .section02 .conleft .itemwrap {
    width: 96%;
    margin: 0 auto;
  } */

  .section02 .conright .itemwrap li.cs01 a {
    background: url(../images/btn/cs01.png) no-repeat center top;
  }
  .section02 .conright .itemwrap li.cs02 a {
    background: url(../images/btn/cs02.png) no-repeat center top;
  }
  .section02 .conright .itemwrap li.cs03 a {
    background: url(../images/btn/cs03.png) no-repeat center top;
  }
  .section02 .conright .itemwrap li.cs04 a {
    background: url(../images/btn/cs04.png) no-repeat center top;
  }
  .section02 .conright .itemwrap li.cs05 a {
    background: url(../images/btn/cs05.png) no-repeat center top;
  }
  .section02 .conright .itemwrap li.cs06 a {
    background: url(../images/btn/cs06.png) no-repeat center top;
  }
  .corpwrap {
    position: relative;
    bottom: 0px;
  }
}
/* 
  320보다 크고 640보다 작을경우 모바일전용
*/
@media all and (max-width: 640px) {
  .header h1 {
    margin-top: none;
    margin-left: none;
    margin: 8px auto 0;
    text-align: center;
    float: none;
  }
  .header .m_nav_btn_box {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header .m_nav_btn_box a {
    background: url(../images/icon/m_nav_btn.png) no-repeat center;
    background-size: 28px;
    width: 28px;
    height: 28px;
    padding: 11px;
  }
  .mo_gnb_nav {
    position: fixed;
    right: -100%;
    z-index: 99999;
    width: 70%;
    height: 100%;
    background: #fff;
    top: 0px;
    overflow-y: auto;
  }
  .mo_gnb_nav .nav_top {
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
  }
  .mo_gnb_nav .nav_top .navlogo {
    margin: 8px 0 8px 20px;
    display: inline-block;
  }
  .mo_gnb_nav .nav_top .navlogo img {
    height: 36px;
  }
  .mo_gnb_nav .nav_top .m_nav_btn_off {
    position: absolute;
    background: url(../images/icon/m_nav_btn_off.png) no-repeat center;
    background-size: 28px;
    width: 28px;
    height: 28px;
    right: 0;
    padding: 11px;
  }
  .mo_gnb_nav .gnb_box {
    width: 100%;
    overflow: hidden;
  }
  .mo_gnb_nav .depth.wrap .depth01 {
    display: block;
  }
  .mo_gnb_nav .depth.wrap .depth01 > a {
    background: #fff url(../images/icon/nav_down.png) no-repeat 95% center;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 9999;
    color: #333;
    margin-bottom: 0;
  }
  .mo_gnb_nav .depth.wrap .depth01 > a.selected1 {
    color: #fff;
    background: #8dc63f url(../images/icon/nav_up.png) no-repeat 95% center !important;
  }
  .mo_gnb_nav .depth.wrap .depth01 .depth02 li {
    background: #fff;
    width: 100%;
    float: left;
  }
  .mo_gnb_nav .depth.wrap .depth01 .depth02 a {
    background: #fafafa url(../images/icon/nav_st1.jpg) no-repeat 15px center;
    background-size: 6px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 12px 0 12px 30px;
  }
  .mo_gnb_nav .depth.wrap .depth01 .depth02 a:hover {
    color: #d0ad6c;
  }
  .mo_gnb_nav .depth.wrap .depth01_down > a {
    font-weight: 500;
  }
  .footer_wrap {
    padding: 20px 0;
    font-size: 12px;
    font-weight: 100;
  }
  .section .conwrap {
    padding: 70px 2%;
    width: 96%;
  }
  .section .contit_wrap {
    padding-bottom: 20px;
  }
  .section .contit {
    font-size: 32px;
  }
  .section .stit {
    font-size: 14px;
    font-weight: 300;
  }
  .section04 .conleft {
    background: url(../images/main/invest_bg.png) no-repeat center;
    background-size: cover;
  }
  .section04 .conleft .itemwrap li {
    padding: 20px 0;
  }
  .section04 .conleft .itemwrap a {
    font-size: 13px;
  }
  .section02 .conright .itemwrap {
    width: 100%;
  }
  .section02 .conright .itemwrap .page .news {
    margin: 5px auto;
    padding: 10px 4%;
  }
  .section02 .conright .itemwrap .page .news .date {
    font-size: 13px;
  }
  .section02 .conright .itemwrap .page .news .title {
    max-width: 90%;
    font-size: 14px;
  }
  .section02 .conright .itemwrap .bx-controls-direction {
    display: none;
  }
  .section03 .itemwrap {
    position: relative;
  }
  .section03 .itemwrap .prop {
    margin: 40px 0;
    padding: 0 20px;
    letter-spacing: -2px;
    font-size: 18px;
    width: inherit;
    /* max-width: 400px; */
    position: inherit;
    display: inline-block;
  }
  .section03 .itemwrap .prop .lighter {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .section03 .itemwrap .prop:before,
  .section03 .itemwrap .prop:after {
	top:-14px;
    display: inline-block;
    content: " ";
    position: absolute;
    width: 30px;
    height: 50px;
  }
  .section03 .itemwrap .introwrap li {
    /* width: 50%; */
    /* margin: 10px 0; */
	padding:5px;
  }
/*   .section03 .itemwrap .introwrap li.intro05,
  .section03 .itemwrap .introwrap li.intro06 {
    clear: none;
    float: left;
  } */
  .section03 .itemwrap .introwrap li a {
    height: 110px;
  }
/*   .section02 .conleft {
    background: url(../images/main/item_bg.jpg) no-repeat center;
    background-size: cover;
  } */
  .section04 .conright .itemwrap {
    width: 90%;
  }
  .section04 .conright .itemwrap li {
    width: 50%;
    height: 130px;
  }
  .section04 .conright .itemwrap li a {
    background-size: 70px !important;
    padding: 70px 0 0;
    /* color: #fff; */
  }
  .corpwrap {
    padding: 10px 0;
  }
  .corpwrap .corp-slide div img {
    padding: 0 10px;
    height: 50px;
  }
}

@media all and (max-width: 750px) and (min-width:640px) {
	.section03 .itemwrap .prop {	
	margin:30px 0;

	}
	.section03 .itemwrap .prop .lighter {
	  font-size: 24px;
	}
	.section03 .itemwrap .prop:before, .section03 .itemwrap .prop:after {
    top: -40px;
	}
}
@media all and (max-width: 400px){
  .section03 .itemwrap .introwrap li {
    width: 50%;
  }
 }

 


@-webkit-keyframes flipiny { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
    } 
} 
@keyframes flipiny  { 
    0% { 
        transform: perspective(400px) rotateY(90deg); 
    } 
    40% { 
        transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateY(0deg); 
    } 
}




/* section02 2017-04-21 */
.section02 .conleft ul{
width:80%;
margin:30px auto 0;
position:relative;
}
.section02 .conleft .contit {  color: #333;}
.section02 .conleft li a:before{
	margin: 0 auto;
    position: absolute;
    top: 130px;
	left:50%;	
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: /* #e8bc6e */#b69b69;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section02 .conleft li:hover a:before{
	width:90px;
}

/* 2017-06-08 */
.section02 .conleft .itemwrap li {
  opacity: 0;
  display: inline-block;
  width: 50%;
  padding: 20px 0 50px;
}
.section02 .conleft .itemwrap li a {
  display: inline-block;
  width: 100%;
  padding-top: 80px;
  font-size: 17px;
  color:#fff;
}
.section02 .conleft .itemwrap li:hover a{
  color:#b69b69;
}
.section02 .conleft .itemwrap .item1 {
  float: left;
}
.section02 .conleft .itemwrap .item1 a {
  background: url(../images/btn/item_1.png) no-repeat center top;
}
.section02 .conleft .itemwrap .item1:hover a{
  background: url(../images/btn/item_1_on.png) no-repeat center top;
}
.section02 .conleft .itemwrap .item2 {
  float: left;
}
.section02 .conleft .itemwrap .item2 a {
  background: url(../images/btn/item_2.png) no-repeat center top;
}
.section02 .conleft .itemwrap .item2:hover a{
  background: url(../images/btn/item_2_on.png) no-repeat center top;
}
.section02 .conleft .itemwrap .item3 {
  float: left;
}
.section02 .conleft .itemwrap .item3 a {
  background: url(../images/btn/item_3.png) no-repeat center top;
}
.section02 .conleft .itemwrap .item3:hover a{
  background: url(../images/btn/item_3_on.png) no-repeat center top;
}
.section02 .conleft .itemwrap .item4 a {
  background: url(../images/btn/item_4.png) no-repeat center top;
}
.section02 .conleft .itemwrap .item4:hover a{
  background: url(../images/btn/item_4_on.png) no-repeat center top;
}
/* 2017-06-08end */
@media all and (max-width:1199px){
	.section02 .conleft ul {
		margin: 30px auto 0;
	}	
	.section02 .conleft li a:before{
	content:none;
	}
}



 @media all and (max-width:480px){
	.section .contit{font-size:28px;}
 }
    @media all and (max-width:360px){
		.section02 .conleft ul{
			width:100%;
		}
	}


/* 2017-04-25 */
@media all and (min-width:1199px) {
	.section04 .conright .contit{
		margin-top:-9px;
	}
	.section04 .conright .itemwrap{
	padding-top:21px;
	}
}
@media all and (max-width:1199px) {
  .header-top{display:none;}
}
.header-top{position:absolute;top:2px;right:0}
.header-top li{float:left; display:inline-block;height:11px; line-height:11px;}
.header-top li:first-child a{border-right: 1px solid #ddd;}
.header-top li a{line-height: 11px;color: #999;font-size: 10px; font-weight:300;height: 11px;display: inline-block;padding:0 10px;}
.header-top li img{margin-right:4px;}

.mo_gnb_nav .depth.wrap  .depth01_down.lang{
width:50%;
display:inline-block;
text-align:center;
}
.mo_gnb_nav .depth.wrap  .depth01_down.lang a{
font-size:13px; color:#666;
padding:10px;
}
.depth01_down.lang img{ vertical-align:middle; margin-right:5px;}