/*top*/
#slideWrap{margin:0 auto;width:100%;height:100%;background:transparent;margin-top:57px;}



/*slide styles*/
  
 
    .swiper-container {
        width: 100%;
        height: 100%;
        
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.swiper-slide img{width:100%;height:auto;max-height:100%;
 /* Center slide img device내 이미지 사이 공백이 없게 맞춰줌*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;      
		}

/*navi*/
.n_con{width:90%;height:100%;background:#ffffff;margin: 0 auto;padding-bottom:40px;}
.n_con
.mainIcon{
  margin-top: 15px;
  margin-bottom: 20px;
  display:block;
  float:left;
  width:33.33%;
  height:50px;
  line-height:125px;
  text-align:center;
  text-decoration:none;
  font-size: 14px;
  color:#4a4a4a
  }
.mainIcon.a{  
  background-image: url("../../images/main/main_icon01.png");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  }
  .mainIcon.b{  
  background-image: url("../../images/main/main_icon02.png");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;}
  .mainIcon.c{  
  background-image: url("../../images/main/main_icon03.png");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;}
  .mainIcon.d{  
  background-image: url("../../images/main/main_icon04.png");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;}
  .mainIcon.e{  
  background-image: url("../../images/main/main_icon05.png");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;}
  .mainIcon.f{  
  background-image: url("../../images/main/main_icon06.png");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;}
  .mainIcon.g{  
  background-image: url("../../images/main/main_icon07.png");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;}
  .mainIcon.h{  
  background-image: url("../../images/main/main_icon08.png");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;}
  .mainIcon.i{  
  background-image: url("../../images/main/main_icon09.png");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;}


  /*한국어, 일어 버튼*/
.slideonBtn{position:absolute;display:block;font-size:14px;width:55px;; margin:5px;padding: 4px 0;text-align:center;line-height:16px;background:#414041;opacity:0.9;z-index:3;border-radius:5%;box-sizing:border-box;border: 1px solid #fff;}
.slideonBtn > a{color:#ffffff;}
.slideonBtn.k{top:26px;right:10px;}
.slideonBtn.j{top:55px;right:10px;}

/*navi*/
.main_list {overflow:hidden; padding:35px 10px 10px;}
.main_list li {float:left; width:33.33%; min-height:120px;}
.main_list li a {display:block;text-align:center; }
