#section0{overflow:hidden;
  margin-top: 0;
  min-height: 100vh;
  position:relative;
  z-index:10;
  background-color:#000;
}
#section0 .mVisual{
  position:relative;
  height: 100vh;
  overflow: hidden;
}

#section0 .mVisual .visual-area{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:10;
}
#section0 .mVisual .visual-area .obj{
  position:absolute;
  top:0;
  left:0;
  z-index:10;
  width:100%;
  height: 927px;
  /* height: 100%;*/
}
#section0 .mVisual .visual-area .obj .visimg-box{
  position: absolute;
  left:0;
  top:0;
  z-index:8;
  width:100%;
  height:100vh;
}
#section0 .mVisual .visual-area .obj .visimg-box span{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
#section0 .mVisual .visual-area .obj .visimg-box .tv{
  position:relative;
  width:100%;
  height:100vh;
  z-index: 8;
}
#section0 .mVisual .visual-area .obj .visimg-box .tv iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#section0 .mVisual .visual-area .obj .video-wrapper{
    /*transform: scale(1.15, 1);*/
}
#section0 .mVisual .visual-area .obj .visimg-box video{
  margin:0 auto;
  width:100%;
  height: 100vh;
  background-color:#111;
  transform: scale(1.15, 1);
}
#section0 .mVisual .visual-area .obj .viscont-box{
  position:relative;
  z-index:11;
  top: 220px;
  max-width: 1000px;
  margin: 0 auto;
}
#section0 .mVisual .visual-area .obj .viscont-box .vistxt-box{
  /*padding-left:25px;*/
   height: 0;
}
#section0 .mVisual .visual-area .obj .viscont-box .vistxt-box .tit_box{
  max-height:189px;
  margin-bottom:20px;
  font-size:57px;
  line-height:63px;
  color:#fff;
  letter-spacing:-3px;
  overflow:hidden;
   display: none;
}
#section0 .mVisual .visual-area .obj .viscont-box .vistxt-box .cont{
  height:70px;
  margin-bottom:30px;
  font-size:15px;
  line-height:23px;
  color:#fff;
  letter-spacing:-1px;
  overflow:hidden}

#section0 .mVisual .control-area{
  position:absolute;
  left: 50%;
  bottom: 5%;
  padding:8px;
  padding-bottom:3px;
  width:100%;
  border-radius:20px;
  z-index:12;
  max-width: 1200px;
  transform: translate(-50%, 0);
  text-align: center;
}
#section0 .mVisual .control-area a{
  position:relative;
  z-index:11;
  display:inline-block;
  width:22px;
  height:22px;
  overflow:hidden;
  transition:all 400ms ease-in-out;
  border-radius:100%;
  margin:0 4px;
  font-size:0;
}
#section0 .mVisual .control-area a:before{
  display: inline-block;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-5px;
  margin-left:-5px;
  width:10px;
  height: 10px;
  background-color: #fff;;
  border-radius: 100px;
  content:"";
}

#section0 .mVisual .control-area a:hover,
#section0 .mVisual .control-area a:focus{
  background-color: rgba(255,255,255,0.2);
}
#section0 .mVisual .control-area a:hover:before{
  background-color: #f81a49;
}
#section0 .mVisual .control-area a.on{
  border:1px solid #fff;
  background-color:transparent;
}
#section0 .mVisual .control-area a.on:before{
  background-color: #f81a49;
  
}

#section0 .mVisual .visbtn-wrap{
  position:relative;
  z-index:12;
  display:inline-block;
  top:-1px;
  margin-left:5px;
}
#section0 .mVisual .visbtn-wrap button{
  display:inline-block;
  width:30px;
  height:30px;
  overflow:hidden;
  font-size:0;
  background-position:center center;
  background-repeat:no-repeat;
  background-color:transparent;
  border-radius: 100%;
}
#section0 .mVisual .visbtn-wrap .stop{
  background-image:url(../images/icon-pause02-w.png);
  background-size: 12px auto;
}
#section0 .mVisual .visbtn-wrap .play{
  display:none;
  background-image:url(../images/icon-play02-w.png);
  background-size: 12px auto;
}
#section0 .mVisual .visbtn-wrap .stop:hover,
#section0 .mVisual .visbtn-wrap .play:hover{
  background-color: rgba(0,0,0,0.3);
}
#section0 .mVisual .visbtn-wrap .stop:hover{
  background-image:url(../images/icon-pause02.png);
}
#section0 .mVisual .visbtn-wrap .play:hover{
  background-image:url(../images/icon-play02.png);
}

#section0 .mVisual .overlay,
#section0 .mVisual .video-overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  height: 130%;
  z-index: 9;
  background-color: #000;
   opacity: .3;
 }
#section0 .mVisual .visual-area .vis-fade{
  display:none
}
#section0 .mVisual .visual-area .vis-fade:first-child{
  display:block
}
#section0 .mVisual .visual-area .vis-fade .visimg-box span{
  display:block;
  transition:transform 5s ease;
}
#section0 .mVisual .visual-area .vis-fade .vis-tit {
  display:block;
  margin: 0 auto 55px;
  width:100%;
  height:300px;
  padding-top:0px;
  text-align: center;
  font-family: 700;
}
#section0 .mVisual .visual-area .vis-fade .vis-tit p{
  margin-bottom:5px;
}
#section0 .mVisual .visual-area .vis-fade .vis-tit p span{
  position:relative;
  font-size:6rem;
  color:#fff;
  font-weight: 600;
}
#section0 .mVisual .visual-area .vis-fade .vis-tit p span:after{
  display: inline-block;
  position:absolute;
  left:0;
  bottom:8px;
  width:100%;
  height: 30px;
  content:"";
  background-color: rgba(198,13,61,0.55);
  z-index: -1;
}
#section0 .mVisual .visual-area .vis-fade .vis-tit p.vis-logo-mark{
  display: inline-block;
  margin-bottom:20px;
  width:90px;
   height: 90px;
  background:url('../images/logo-mark.png') center center no-repeat;
  background-size: 90px auto;
}
#section0 .mVisual .visual-area .vis-fade .vis-stit {
  display:block;
  margin: 70px auto 0;
  width:100%;
  height:26px;
  font-size:4rem;
  color:#fff;
  text-align: center;
}
#section0 .mVisual .visbtn-wrap .stop:focus,
#section0 .mVisual .visbtn-wrap .play:focus{
  outline:2px solid #e3eef9;
}


/*visual video */
.mvisual {position: relative;overflow: hidden;}
.mvisual .video{height: 400px;width: calc(100% - 95px);background: #f5f5f5; position: relative; overflow: hidden; }
.mvisual .video video{position: absolute;left: 50%;top: 0%;transform: translate(-50%, -50%);min-width: 100%;min-height: 100%; width: auto;}

.mvisual .video.alone video {width:auto !important;}
.mvisual .video.alone .slide_visual img {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);min-width: 100%;min-height: 100%;height: 100vh;width: auto;}

.mvisual .bullet {position:absolute;bottom:20px;right:130px;z-index: 9999;padding-right: 1%;}
.mvisual .bullet ul {display:inline-block;}
.mvisual .bullet ul li {display: inline-block; margin-left:10px;}
.mvisual .bullet ul li a {display: block; width:15px; height:15px; border-radius: 100%; border:1px solid #fff; vertical-align: middle;}
.mvisual .bullet ul li.pause a,.mvisual .bullet ul li.play a {border:0; width:auto; height:auto;}
.mvisual .bullet ul li.slick-active a {background:#fff;}
.mvisual .bullet ul li:first-child {margin-left:0;}

.jp-gui .jp-video-play {position: absolute;top: 50%; left:50%; transform: translate(-50%, -50%);}
.jp-gui .jp-video-play button {position: relative; z-index: 9999; vertical-align: middle; border-radius: 100%;background: #ffffff63;padding: 2rem 1.5rem;}
.jp-gui .jp-video-play button img {margin: 0 auto;max-width: 50%;}
.mvisual button.left,.mvisual button.right {position:absolute; transform:translate(0%,-50%); top:50%; z-index: 99;}
.mvisual button.left {left:30px;}
.mvisual button.right {right:130px;}




@keyframes vis-tit {
  0% {
    transform: translate(0px, 0px);

    opacity: 0
  }
  20% {
    transform: translate(0px, -20px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes vis-stit {
  0% {
    opacity: 0;
    transform: translate(0px, 0px);
  }
  20% {
    opacity: 1;
    transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}



/*
@media screen and (max-width:1440px){
#section0,
#section0 .mVisual{min-height:797px;height:797px}
#section0 .mVisual .visual-area .obj .visimg-box .tv{padding-bottom: 76.25%;}
#section0 .mVisual .control-area{bottom: 31%;}
}


@media screen and (min-width:1280px){
  #section0 .mVisual .visual-area .vis-fade.on .visimg-box span{transform:scale(1.1)}
  #section0 .mVisual .visual-area .vis-fade.on .title{animation-name: title;animation-duration:1s;animation-iteration-count: 1;animation-direction: alternate;animation-fill-mode: backwards;}
  #section0 .mVisual .visual-area .vis-fade.on .line-break{animation-name: line-break;animation-duration:1s;animation-delay: .6s;animation-iteration-count: 1;animation-direction: alternate;animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);}
  #section0 .mVisual .visual-area .vis-fade.on .vis-stit{animation-name: vis-stit;animation-duration:1s;animation-delay: 1s;animation-iteration-count:1;animation-direction: alternate;animation-fill-mode: backwards;}
  #section0 .mVisual .control-area{bottom: 22%;}
}


@media screen and (max-width:1024px){
  #section0,
  #section0 .mVisual{min-height: 607px;height: 607px;}
  #section0 .mVisual .visual-area .vis-fade .vis-stit{display:none;}
#section0 .mVisual .visual-area .obj .visimg-box .tv{padding-bottom:100%;}

}

@media screen and (max-width:768px){
  #section0 .mVisual .control-area{}
}
*/

/*@media screen and (min-height:900px){
  #section0 .mVisual .visual-area .obj .video-wrapper{
  }
}
@media screen and (max-height:1080px){
  #section0 .mVisual .visual-area .obj .video-wrapper{
      transform: scale(1.15, 1);
  }
}*/


@media screen and (max-width:1700px){
/*  #section0{
    position: relative;
    overflow:visible;
    min-height: auto;
    height: 100%;
  }
  #section0 .mVisual{
    height: 100%;
    overflow: visible;
  }

  #section0 .mVisual .visual-area .obj .visimg-box video{
    transform: scale(1, 1);
  }*/
}

@media screen and (max-width:1400px){
  #section0{min-height: 80vh}
  #section0 .mVisual{height: 80vh;}
  #section0 .mVisual .visual-area .obj .visimg-box video {
    height: 83vh;
    transform: scale(1, 1);
  }
}  
@media screen and (min-width:1280px){

  #section0 .mVisual .visual-area .vis-fade.on .vis-tit{
    animation-name: vis-tit;
    animation-duration:1s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: backwards;
  }
  #section0 .mVisual .visual-area .vis-fade.on .line-break{
    animation-name: line-break;
    animation-duration:1s;
    animation-delay: .6s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
  }
  #section0 .mVisual .visual-area .vis-fade.on .vis-stit{
    animation-name: vis-stit;
    animation-duration:1s;
    animation-delay: 1s;
    animation-iteration-count:1;
    animation-direction: alternate;
    animation-fill-mode: backwards;
  }

}

@media screen and (max-width:1280px){
  #lnb_hm{right:0}
  #section0{min-height: 707px;}
  #section0 .mVisual{height: 707px;}
}


@media screen and (max-width:1024px){
   #section0{
    height: 500px;
    min-height: 500px;
  }
  #section0 .mVisual{
    height: 500px;
  }
  #section0 .mVisual .visual-area .obj{
    height: 500px;
  }
   #section0 .mVisual .visual-area .obj .visimg-box{
    height: 500px;
  }
  #section0 .mVisual .visual-area .obj .visimg-box video{
    width:100%;
    height: 500px;
  }
  #section0 .mVisual .visual-area .obj .visimg-box video source{
    width: auto;
    height: 100%

  }
  #section0 .mVisual .visual-area .obj .viscont-box{
    top:100px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit p.vis-logo-mark {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit{
    height: auto;
    margin: 0 auto 30px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit p span{
    font-size: 4rem
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit p span:after{
    bottom:4px;
    height: 20px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-stit{
    margin: 20px auto 0;
    font-size: 2.4rem;
  }
}

@media screen and (max-width:768px){
 #section0{
  padding-top:45px;
    height: 450px;
    min-height: 450px;
  }
  #section0 .mVisual{
    height: 450px;
  }
  #section0 .mVisual .visual-area .obj{
    height: 450px;
  }
   #section0 .mVisual .visual-area .obj .visimg-box{
    height: 450px;
  }
  #section0 .mVisual .visual-area .obj .visimg-box video{
    width:100%;
    height: 450px;
    transform: scale(1, 1);
  }
  #section0 .mVisual .visual-area .obj .visimg-box video source{
    width: auto;
    height: 100%;
  }
   #section0 .mVisual .visual-area .obj .viscont-box{
    top:70px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit p.vis-logo-mark {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit{
    height: auto;
    margin: 0 auto 20px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit p span{
    font-size: 3rem
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit p span:after{
    bottom:4px;
    height: 14px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-stit{
    margin: 10px auto 0;
    font-size: 2rem;
  }

  #section0 .mVisual .control-area{
    bottom:15%;
  }
}

@media screen and (max-width:640px){
  #section0{
    padding-top:25px;
    height: 380px;
    min-height: 380px;
  }
  #section0 .mVisual{
    height: 380px;
  }
  #section0 .mVisual .visual-area .obj{
    height: 380px;
  }
   #section0 .mVisual .visual-area .obj .visimg-box{
    height: 380px;
  }
  #section0 .mVisual .visual-area .obj .visimg-box video{
    width:100%;
    height: 380px;
    transform: scale(1, 1.1);
  }
}

@media screen and (max-width:540px){
  #section0{
    height: 300px;
    min-height: 300px;
  }
  #section0 .mVisual{
    height: 300px;
  }
  #section0 .mVisual .visual-area .obj{
    height: 300px;
  }
   #section0 .mVisual .visual-area .obj .visimg-box{
    height: 300px;
  }
  #section0 .mVisual .visual-area .obj .visimg-box video{
    height: 310px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit p.vis-logo-mark {
    width: 40px;
    height: 40px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit{
    height: auto;
    margin: 0 auto 10px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit p span{
    font-size: 2.5rem
  }
  #section0 .mVisual .visual-area .vis-fade .vis-tit p span:after{
    bottom:4px;
    height: 14px;
  }
  #section0 .mVisual .visual-area .vis-fade .vis-stit{
    margin: 0px auto 0;
    font-size: 1.7rem;
  }

  #section0 .mVisual .control-area{
    bottom:15%;
  }


  #section0 .mVisual .control-area{
    bottom:10%;
  }

  #quick a.ov, #quick a:hover{width:113px;}

}









.tit{
  font-size: 3.5rem;
  color:#222;
  font-weight: 400;
}
.tit strong{
  font-size: 3.5rem;
  font-weight: 600;
}


.inner-1500{
  width:98%;
  max-width: 1500px;
}

/* main quick menu  */
.mqlist-wrap{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.mqlist-wrap.mqlist-wrap01{
  padding:60px 0 55px;
  border-bottom:1px solid #ddd;
}
.mqlist-wrap.mqlist-wrap02{
  padding:55px 0 60px;
}

.mqlist-wrap p.tit{
  font-size: 3.5rem;
  width:14%;
  max-width:200px;
  line-height: 1.2em;
}

.mqlist-wrap ul.mq-list{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width:calc(100% - 14%);
}

.mqlist-wrap ul.mq-list li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 /* width:100%;*/
}
.mqlist-wrap.mqlist-wrap01 li{
  width:25%;
}
.mqlist-wrap.mqlist-wrap02 li{
  display: flex;
  justify-content: center;
  align-items: center;
  width:20%;
}
.mqlist-wrap ul.mq-list li p.icon{
  position:relative;
  display: inline-block;
  width:80px;
  height: 80px;
  background-color:#f8f8f8;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100px;
}
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq01 p.icon,
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq02 p.icon,
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq03 p.icon,
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq04 p.icon{
  background-image: url('../images/icon-mq-apply.svg');
  background-size: 33px auto;
}

.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq01 p.icon:after,
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq02 p.icon:after,
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq03 p.icon:after,
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq04 p.icon:after{
  display: inline-block;
  position:absolute;
  right:21%;
  bottom:21%;
  width:18px;
  height: 18px;
  text-align: center;
  line-height: 17px;;
  background-color:#f81a49;
  color:#fff;
  font-size:12px;
  border-radius: 3px;;
}
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq01 p.icon:after{
  content:'½Å';
}
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq02 p.icon:after{
  content:'¿Ü';
}
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq03 p.icon:after{
  content:'4';
}
.mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq04 p.icon:after{
  content:'Æí';
}
.mqlist-wrap.mqlist-wrap02 ul.mq-list li.mq01 p.icon{
  background-image: url('../images/icon-mq-competition.svg');
  background-size: 37px auto;
}
.mqlist-wrap.mqlist-wrap02 ul.mq-list li.mq02 p.icon{
  background-image: url('../images/icon-mq-receipt.svg');
  background-size: 33px auto;
}
.mqlist-wrap.mqlist-wrap02 ul.mq-list li.mq03 p.icon{
  background-image: url('../images/icon-mq-calc.svg');
  background-size: 35px auto;
}
.mqlist-wrap.mqlist-wrap02 ul.mq-list li.mq04 p.icon{
  background-image: url('../images/icon-mq-check.svg');
  background-size: 36px auto;
}
.mqlist-wrap.mqlist-wrap02 ul.mq-list li.mq05 p.icon{
  background-image: url('../images/icon-mq-email.svg');
  background-size: 35px auto;
}
.mqlist-wrap ul.mq-list li p.stit{
  margin:20px 0  12px;
  font-size:2rem;
  text-align: center;
  line-height: 1.2em;
}
.mqlist-wrap ul.mq-list li p.stit strong{
  font-weight: 500;
}
.mqlist-wrap ul.mq-list li p.stit.tit-link:hover{
  cursor: pointer;
  color:#f81a49;
}
.mqlist-wrap ul.mq-list li p.btn-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
  justify-content: center;
}
.mqlist-wrap ul.mq-list li p.btn-box a{
  display: inline-block;
  padding:10px 12px;
  margin:0 1px;
  font-size:1.7rem;
  background-color: #ebebeb;
  border-radius: 5px;
  font-weight: 500;
}
.mqlist-wrap ul.mq-list li p.btn-box a:hover{
  background-color: #f81a49;
  color:#fff;
}

@media all and (max-width: 1024px) { 
  .mqlist-wrap{
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .mqlist-wrap p.tit{
    width:100%;
    margin-bottom:40px;
    font-size: 3rem;
  }
  .mqlist-wrap p.tit br{
    display: none;
  }
  .mqlist-wrap p.tit strong{
      margin-right:10px;
    font-size: 3rem;
  }

  .mqlist-wrap ul.mq-list{
    width:100%;
  }

}
@media all and (max-width: 768px) { 
  .mqlist-wrap ul.mq-list{
    justify-content: center;
    flex-wrap: wrap;
  }
  .mqlist-wrap.mqlist-wrap02 li:first-child{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:100% !important;
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li:first-child p.stit{
    margin:0 20px;
  }
  .mqlist-wrap.mqlist-wrap02 li{
    margin-bottom:30px;
    width:25% !important;
  }
}

@media all and (max-width: 640px) { 
  .mqlist-wrap ul.mq-list li{
    position:relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left:0%;
    padding-bottom:10px;
    margin-bottom:10px;
    width:93% !important;
  }
   .mqlist-wrap ul.mq-list li:after{
    display: inline-block;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-49%;
    width:98%;
    height: 1px;
    background-color: #eee;
    content:"";
  }
  .mqlist-wrap.mqlist-wrap01{
    padding: 60px 0 20px;
    border-bottom:none;
  }
  .mqlist-wrap.mqlist-wrap02{
    padding: 20px 0 20px;
  }
  .mqlist-wrap.mqlist-wrap02 li:first-child{
    justify-content: flex-start;
    width:93% !important;
  }
  .mqlist-wrap ul.mq-list li p.stit{
    margin: 0px;
    justify-content: flex-start;
  }
  .mqlist-wrap ul.mq-list li p.stit strong br{
    display: none;
  }

  .mqlist-wrap.mqlist-wrap01 ul.mq-list li p.stit{
    width:55%;
    text-align: left
  }  
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li p.stit{    
    margin:0;
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li:first-child p.stit{
    margin:0 20px 0 0;
    width:55%;
    text-align: left;
  }
  .mqlist-wrap ul.mq-list li p.icon{
    margin-right:30px;
    width: 50px;
    height: 50px;
  }
  .mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq01 p.icon,
  .mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq02  p.icon,
  .mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq03 p.icon,
  .mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq04 p.icon{
    background-size: 25px auto;
  }

  .mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq01 p.icon:after,
  .mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq02 p.icon:after,
  .mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq03 p.icon:after,
  .mqlist-wrap.mqlist-wrap01 ul.mq-list li.mq04 p.icon:after{
    right: 13%;
    bottom: 13%;
    width:16px;
    height: 16px;
    line-height: 15px;
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li.mq01 p.icon{
    background-size: 27px auto;
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li.mq02 p.icon{
    background-size: 25px auto;
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li.mq03 p.icon{
    background-size: 26px auto;
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li.mq04 p.icon{
    background-size: 27px auto;
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li.mq05 p.icon{
    background-size: 25px auto;
  }

  .mqlist-wrap ul.mq-list li p.btn-box{
    justify-content: flex-end;
    width: 30%;
  }
  .mqlist-wrap ul.mq-list li p.btn-box a{
    width:100%;
    text-align: center;
  }
}
@media all and (max-width: 400px) { 
  .mqlist-wrap ul.mq-list li{
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li{
    padding-left:1%;
    flex-wrap: wrap;
  }
  .mqlist-wrap.mqlist-wrap02 li:first-child{
    width: 93% !important;
  }
  .mqlist-wrap ul.mq-list li p.icon{
    margin-right:15px;
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li:first-child p.stit{
    width:auto;
  }
  .mqlist-wrap ul.mq-list li p.btn-box a{
    text-align: center
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li p.btn-box{
    margin-top:-5px;
    padding-left: 65px;
    width:100%;
  }
}
@media all and (max-width: 330px) { 
  .mqlist-wrap ul.mq-list li{
    padding-left:1%;
    flex-wrap: wrap;
  }
  .mqlist-wrap li:first-child{
    width: 93% !important;
  }

  .mqlist-wrap.mqlist-wrap01 ul.mq-list li p.stit{
    width:auto;
  }

  .mqlist-wrap ul.mq-list li p.btn-box{
    margin-top:-5px;
    padding-left: 65px;
    width:100%;
    justify-content: flex-start;
  }
  .mqlist-wrap.mqlist-wrap02 ul.mq-list li p.btn-box{
    width: auto;
  }
  .mqlist-wrap ul.mq-list li p.btn-box a{
    width:85%;
  }
}


/* main video */
.mMedia-area{
  position:relative;
  display: flex;
  flex-direction: row;
  margin-top:30px;
  margin-bottom:130px;
}
.mMedia-area .left-wrap{
  width:11%;
  height: 100%;
}
.mMedia-area .left-wrap:before{
  display: inline-block;
  position:absolute;
  top:0;
  left:0;
  width:7%;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 0 20px 20px 0 ;
  content:"";
}
.mMedia-area .video-wrap{
  width:60%;
  min-width: 1140px;
}
.mMedia-area .video-wrap .video-box{
  display: flex;
  flex-direction: row;
}
.mMedia-area .video-wrap .video-box.sketch{
  margin-top:40px;
}
.mMedia-area .video-wrap .video-box .thumb-box{
  position:relative;
  width:50%;

}
.mMedia-area .video-wrap .video-box .thumb-box .img-box{
  display: inline-flex;
  border-radius: 20px;
  overflow:hidden;
}
.mMedia-area .video-wrap .video-box .thumb-box .img-box img{
  border-radius: 20px;
  cursor: pointer;
  width:100%;
  transition: all 0.3s ease-in-out;
}
.mMedia-area .video-wrap .video-box .thumb-box:hover .img-box img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.mMedia-area .video-wrap .video-box .thumb-box button.btn-video-play{
  display: inline-block;
  position:absolute;
  top:50%;
  right:-55px;
  margin-top:-55px;
  width:110px;
  height: 110px;
  background:#f7f7f7 url('../images/icon-media.svg') center left 55% no-repeat;
  background-size: 40px auto;
  border-radius: 100px;
}
.mMedia-area .video-wrap .video-box .thumb-box:hover button.btn-video-play{
  background:#f81a49 url('../images/icon-media-w.svg') center left 55% no-repeat;
  background-size: 40px auto;

}
.mMedia-area .video-wrap .video-box .tit-box{
  display: flex;
  flex-direction:  column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10%;
}
.mMedia-area .video-wrap .video-box .tit-box p.tit{
  display: inline-flex;
  flex-direction:row;
  align-items: flex-end;
  font-size: 3.5rem;
  font-weight: 600;
}
.mMedia-area .video-wrap .video-box .tit-box p.tit a.btn-more{
  display: inline-block;
  margin-left:20px;
  padding:10px 10px 0 20px;
  font-size: 1.5rem;
  font-weight: 400;
  background:url('../images/icon-plus-b.png') bottom left no-repeat;
  background-size: 15px auto;
}
.mMedia-area .video-wrap .video-box .tit-box p.tit a.btn-more:hover{
  color:#f81a49;
  background:url('../images/icon-plus.png') bottom left no-repeat;
  background-size: 15px auto;
}

.mMedia-area .video-wrap .video-box .tit-box p.desc{
  margin:30px 0;
  font-size: 2.2rem;
  color: #444;
  line-height: 1.2em;
}
.mMedia-area .video-wrap .video-box .tit-box p.btn-box a{
  display: inline-block;
  padding:12px 35px 12px 20px;
  border:2px solid #dfdfdf;
  border-radius: 100px;
  font-size: 15px;  
  background:#fff url('../images/icon-media.svg') center right 15px no-repeat;
  background-size: 10px auto;
}
.mMedia-area .video-wrap .video-box .tit-box p.btn-box a:hover{
  color:#fff;
  border:2px solid #f81a49;
  background:#f81a49 url('../images/icon-media-w.svg') center right 15px no-repeat;
  background-size: 10px auto;
}

.mMedia-area .go-yt-wrap{
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width:29%;
  background-color: #f8f8f8;
  border-radius: 20px 0 0 20px;
}

.mMedia-area .go-yt-wrap .go-yt{
  position:relative;
  margin-left:80px;
  cursor: pointer;;
}


.mMedia-area .go-yt-wrap .go-yt:before{
  display: inline-block;
  position:absolute;
  left:-40px;
  bottom:30px;
  width:200px;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2000;
  content:"";  
  transform: rotate(-45deg);
}
.mMedia-area .go-yt-wrap .go-yt .inner{
  position:relative; 
  width:100%;
  z-index: 3000;
}
.mMedia-area .go-yt-wrap .go-yt .inner .icon{
  display: inline-block;
  margin-bottom:15px;
  background:url(../images/icon-yt.svg) center left no-repeat;
  background-size: 50px auto;
  width:60px;
  height: 40px;
}
.mMedia-area .go-yt-wrap .go-yt .inner .txt{
  font-size: 2.5rem;
  line-height: 1.2em;
}
.mMedia-area .go-yt-wrap .go-yt .inner .txt strong{
  font-weight: 600;
}
.mMedia-area .go-yt-wrap .go-yt .inner .arr-box{
  display: inline-block;
  margin-top:20px;
  background:url(../images/arr01-b.png) center left no-repeat;
  background-size: 20px auto;
  width:50px;
  height: 20px;
  z-index: 9999;
  transition: all 0.5s;
}
.mMedia-area .go-yt-wrap .go-yt:hover .inner .arr-box.left-to-right{
    transform: translateX(10px);
}

@media all and (max-width: 1500px) {
  .mMedia-area .left-wrap{
    width: 5%;
  }
  .mMedia-area .left-wrap:before{
    width: 2%;
  }
  .mMedia-area .video-wrap{
    width: 80%;
    min-width: 80%;
  }
  .mMedia-area .go-yt-wrap .go-yt{
    margin-left: 20%;
  }

}
@media all and (max-width: 1024px) {
  .mMedia-area .video-wrap .video-box .thumb-box button.btn-video-play{
    right: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-size: 30px auto;
  }  
  .mMedia-area .video-wrap .video-box .thumb-box:hover button.btn-video-play{
    background-size: 30px auto;
  }

  .mMedia-area .video-wrap .video-box .tit-box p.tit{
    font-size: 3rem;
  }
  .mMedia-area .video-wrap .video-box .tit-box p.desc{
    margin:20px 0;
    font-size: 2rem;
  }
  .mMedia-area .go-yt-wrap .go-yt .inner .txt{
    font-size: 2.2rem;
  }
  .mMedia-area .go-yt-wrap .go-yt .inner .icon{
    background-size: 40px auto;
  }
  .mMedia-area .go-yt-wrap .go-yt:before {
    left: -30px;
    bottom: 39px;
    width: 170px;
    height: 38px;
  }
}
@media all and (max-width: 768px) {
  .mMedia-area{
    flex-direction: column;
    margin-bottom:60px;
  }
  .mMedia-area .left-wrap{
    width: 3%;
  }
  .mMedia-area .video-wrap{
    margin-left:4%;
    width:95%;
  }
  .mMedia-area .go-yt-wrap{
    flex-direction: row;
    padding:20px 0;
    margin:20px auto 0;
    width:92%;
    border-radius:20px;
  }
  .mMedia-area .go-yt-wrap .go-yt{
    margin-left:0;
    width:100%;
  }
  .mMedia-area .go-yt-wrap .go-yt:before{
    display:none;
  }
  .mMedia-area .go-yt-wrap .go-yt .inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:90%;
  }

  .mMedia-area .go-yt-wrap .go-yt .inner .txt{
    margin-right:10px;
  }
  .mMedia-area .go-yt-wrap .go-yt .inner .txt br{
    display: none;
  }
  .mMedia-area .go-yt-wrap .go-yt .inner .txt strong{
    margin-right:10px;
  }
  .mMedia-area .go-yt-wrap .go-yt .inner .icon{
    margin-bottom:0;
  }
  .mMedia-area .go-yt-wrap .go-yt .inner .arr-box{
    margin-top:0;
  }
}

@media all and (max-width: 640px) {
  .mMedia-area .video-wrap .video-box .tit-box p.tit{
    font-size: 2.5rem
  }
  .mMedia-area .video-wrap .video-box .tit-box p.desc{
    font-size: 1.8rem
  }
  .mMedia-area .video-wrap .video-box .tit-box p.btn-box a{
    padding:8px 35px 8px 20px;
  }
}
@media all and (max-width: 540px) {
  .mMedia-area .left-wrap{
    display: none;
  }
  .mMedia-area .video-wrap{
    margin:0 auto;
    width:96%;
  }
  .mMedia-area .video-wrap .video-box{
    flex-direction: column;
  }

  .mMedia-area .video-wrap .video-box .thumb-box{
    width:100%;
  }
  .mMedia-area .video-wrap .video-box .thumb-box .img-box{
    width:100%;
  }
  .mMedia-area .video-wrap .video-box .thumb-box button.btn-video-play{
    right: 20px;
    top:auto;
    bottom:-30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-size: 20px auto;
  }
  .mMedia-area .video-wrap .video-box .thumb-box:hover button.btn-video-play{    
    background-size: 20px auto;
  }
  .mMedia-area .video-wrap .video-box .tit-box{
    margin-top:20px;
    margin-left: 4%;
  }
  .mMedia-area .video-wrap .video-box .tit-box p.desc{
    margin: 10px 0;
    width:100%;
  }
  .mMedia-area .video-wrap .video-box .tit-box p.desc br{
    display: none
  }
  .mMedia-area .go-yt-wrap{
    padding: 10px 0;
    width: 96%;
  }

}
@media all and (max-width: 400px) {
  .mMedia-area .go-yt-wrap .go-yt .inner .txt br{
    display: inline-block;
  }
}


/* ·£ÆÝÇÐ°úÅ½¹æ ¹Ù·Î°¡±â  */
.mDepVideo-area{
  margin-top:200px;
  padding-bottom:100px;
  background-color: #f6f6f6;
}
.depVideo-area{
  display: flex;
  flex-direction: row;
  justify-content:center;
  margin-top:-200px;
  padding:70px 0;
  background-color: #2c2d4e;
  width:100%;
  border-radius: 20px;
}
.depVideo-area .tit-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position:relative;
  margin-left: 10%;
  width:45%;

}
.depVideo-area .tit-box .tit{
  position:relative;
  color:#fff;
  padding-bottom:30px;
  width:100%;
}
.depVideo-area .tit-box .tit:before{
  display: inline-block;
  position:absolute;
  top:-50px;
  left:-35px;
  width:95px;
  height: 95px;
  background: url('../images/icon-media.svg') center center no-repeat;
  background-size: 75px auto;
  content:"";
  opacity: 0.3;
  z-index: 1000;
}
.depVideo-area .tit-box .tit span{
  position:absolute;
  top:0;
  left:0;
  /*width:100%;*/
  z-index: 2000;
  font-size: 4rem;
}
.depVideo-area .tit-box .tit strong{
  font-weight: 500;;
  font-size: 4rem;
}
.depVideo-area .tit-box .desc{
  padding:30px 0;
  font-size: 3rem;
  color:#fff;
  font-weight: 400;
  line-height: 1.2em;
}
.depVideo-area .tit-box .btn-box a {
  display:inline-block;
  padding:10px 0 10px 25px;
  width:100%;
  font-size: 1.8rem;
  color:#fff;
  background: url('../images/icon-plus-w.png') center left no-repeat;
  background-size: 17px auto;
}
.depVideo-area .tit-box .btn-box a:hover{
  color:#f81a49;
  background: url('../images/icon-plus.png') center left no-repeat;
  background-size: 17px auto;
}

.depVideoList-wrap{  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.depVideoList-wrap a{
  display: inline-block;
  padding:25px 70px 25px 30px;
  font-size:2.4rem;
  border-radius: 10px;
  background:  #fff url('../images/arr01-b.png') center right 25px no-repeat;
  background-size:27px auto;
  margin:1%;
  width:48%;
  max-width: 300px;
}

.depVideoList-wrap a:hover{
  background:  #f81a49 url('../images/arr01-w.png') center right 15px no-repeat;
  background-size:27px auto;
  color:#fff;
}

@media all and (max-width: 1024px) {
  .depVideo-area .tit-box{
    margin-left: 5%;
  }
  .depVideo-area .tit-box .tit span,
  .depVideo-area .tit-box .tit strong{
    font-size: 2.7rem;
  }
  .depVideo-area .tit-box .desc{
    padding: 15px 0;
    font-size: 2rem;
  }
  .depVideoList-wrap a{
    width: 45%;
  }

}
@media all and (max-width: 768px) {
  .depVideo-area{
    padding: 30px 0;
  }
  .depVideo-area .tit-box{
    width:55%;
  }
  .depVideo-area .tit-box .tit:before{
    background-size: 55px auto;
  }
  .depVideoList-wrap a{
    padding: 15px 70px 15px 20px;
    background-size: 22px auto;
    background-position: center right 15px;
    font-size: 2rem;
  }
  .depVideoList-wrap a:hover{
    background-size: 22px auto;
    background-position: center right 10px;
  }
}
@media all and (max-width: 640px) {
  .mDepVideo-area{
    padding-bottom:40px;    
  }
  .depVideo-area{
    flex-direction: column
  }
  .depVideo-area .tit-box{
    width:90%;
  }
  .depVideo-area .tit-box .tit{
    display: inline-block;
    width:165;
  }
  .depVideo-area .tit-box .tit:before{
    top: -30px;
    left: auto;
    right:-20px;
    width: 80px;
    height: 80px;
    background-size: 40px auto;

  }
  .depVideo-area .tit-box .tit span{

  }
  .depVideo-area .tit-box .desc{
    width:100%;
  }
  .depVideo-area .tit-box .desc br{
    display: none;
  }
  .depVideo-area .tit-box .btn-box{
    display: inline-block;
    position: absolute;
    top:-5px;
    right:0;

  }
}





/* main boead */
.mBoard-area{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top:100px;
}
.mBoard-area .mBoard{
  display: flex;
  flex-direction: column;;
  width:48%;
}

.mBoard-area .mBoard .tit-box .tit{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items:center;
  font-size: 3.5rem;
}
.mBoard-area .mBoard .tit-box .tit a{
  padding:10px 0 10px 27px;
  font-size:1.8rem;
  background: url('../images/icon-plus-b.png') center left no-repeat;
  background-size:19px auto;
}
.mBoard-area .mBoard .tit-box .tit a:hover{
  background: url('../images/icon-plus.png') center left no-repeat;
  background-size:19px auto;
  color:#f81a49

}
.mBoard-area .mBoard ul{
  display: flex;
  flex-direction: column; 
  justify-content: flex-start;
  align-items: center;
  margin-top:30px;
}
.mBoard-area .mBoard ul li{
  margin-bottom:10px;
  width:100%;
}
.mBoard-area .mBoard ul li a{
  display: inline-block;
  display: flex;
  flex-direction: column; 
  justify-content:flex-start;
  align-items: flex-start;
  background:#fff url('../images/icon-plus2-g.svg') center right 20px no-repeat;
  background-size: 19px auto;
  border-radius: 10px;
  width:100%;
  font-size: 1.8rem;
}
.mBoard-area .mBoard ul li:last-child{
  margin-bottom:0;
}

.mBoard-area .mBoard.mNotice-wrap ul li a{
  padding:18px 40px 18px 20px;
  border:1px solid #fff;
}
.mBoard-area .mBoard.mNotice-wrap ul li a p{
  line-height: 1.2em;
}
.mBoard-area .mBoard.mNotice-wrap ul li a p.date{
  padding-top: 8px;
  font-size: 1.4rem;
  color:#888;
}
.mBoard-area .mBoard.mFaq-wrap ul li a{
  padding:16px 40px 16px 20px;
  border:1px solid #fff;
}
.mBoard-area .mBoard ul li a:hover{
  color:#f81a49;
  background:#fff url('../images/icon-plus2.svg') center right 20px no-repeat;
  background-size: 19px auto;
  border:1px solid #f81a49;
}

@media all and (max-width: 1024px) {
  .mBoard-area .mBoard .tit-box .tit a,
  .mBoard-area .mBoard .tit-box .tit a:hover{
    background-size: 17px auto
  }
}
@media all and (max-width: 768px) {

  .mBoard-area .mBoard{
    width:49%;
  }
}
@media all and (max-width: 640px) {
  .mBoard-area{
    flex-direction: column;
    margin-top: 50px;
  }
  .mBoard-area .mBoard{
    width:100%;
  }
  .mBoard-area .mBoard.mNotice-wrap ul li a,
  .mBoard-area .mBoard.mFaq-wrap ul li a{
    padding:12px 40px 12px 15px;
  }
  .mBoard-area .mBoard.mFaq-wrap{
    margin-top:40px;
  }
  .mBoard-area .mBoard .tit-box .tit strong{
    font-size: 3rem;
  }
  .mBoard-area .mBoard ul li a{
    background-size: 17px auto;
  }
  .mBoard-area .mBoard ul li a:hover{
    background-size: 17px auto;
  }
}


.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide, .fp-slidesContainer {
  height: 700px;
  display: block;
}
.fp-slides {
  z-index:1;
  height: 700px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table; 
  table-layout:fixed;
  width: 100%;
}
.fp-tableCell {
  vertical-align: middle;
  width: 100%;
  height: 700px;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}





/* main  ÇÐ°ú ¾È³»  */
.mDepartment-area{
  position: relative;
  margin-top:85px;
}
.mDpt-wrap {
  position: relative;
  height: 654px;
  padding-bottom:60px;
   display: flex;
   flex-direction: row;
}
.mDepartment-area .layer {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  z-index: -1;
  width: 7%;
  height: 90%;
  background: #f8f8f8;
  border-radius: 0 20px 20px 0;
}
.mDepartment-area .layer2 {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: -1;
  width:40%;
  height: 80%;
  background: #f8f8f8;
}
.mDpt-wrap.n-active .layer {
  transform: translateX(0);
  opacity: 1;
  transition-property: all;
  transition-duration: 1s;
}
.mDpt-wrap.n-active .layer2 {
  transform: translateX(0);
  opacity: 1;
  transition-property: all;
  transition-duration: 1s;
}

.mDpt-wrap .info-area {
  position: relative;
 z-index: 2;
 width: 40%;
 height: 100%;
}
.mDpt-wrap .info-area .tit,
.mDpt-wrap .info-area .tit strong {
  font-size:4rem}

.mDpt-wrap .info-area .tab-box {
  position:relative;
 margin: 90px 0  80px;
}
.mDpt-wrap .info-area .tab-box ul {
  border-left:10px solid #eee;
  padding-left:25px;
}
.mDpt-wrap .info-area .tab-box ul li {
  position: relative;
 margin: 15px 0 0;
 transform: translate(-100px, 0);
 opacity: 0;
}

.mDpt-wrap .info-area .tab-box ul li:nth-child(1) {
  transition-delay: 1.2s;
}
.mDpt-wrap .info-area .tab-box ul li:nth-child(2) {
  transition-delay: 1.4s;
}
.mDpt-wrap .info-area .tab-box ul li:nth-child(3) {
  transition-delay: 1.6s;
}
.mDpt-wrap .info-area .tab-box ul li:nth-child(4) {
  transition-delay: 1.8s;
}
.mDpt-wrap .info-area .tab-box ul li:nth-child(5) {
  transition-delay: 2s;
}
.mDpt-wrap .info-area .tab-box ul li:nth-child(6) {
  transition-delay: 2.2s;
}
.mDpt-wrap .info-area .tab-box ul li:first-child {
  margin: 0;
}
.mDpt-wrap .info-area .tab-box ul li a {
  display: inline-block;
 position: relative;
 font-size: 3.2rem;
 line-height: 1.1em;
 color: #222;
 transition: all .3s;
 text-align: left;
}
.mDpt-wrap .info-area .tab-box ul li a span {
  display: inline-block;
}
.mDpt-wrap .info-area .tab-box ul li.cycle-pager-active a {
  padding-left:28px;
  font-size: 3.8rem;
font-weight: 600;
}
.mDpt-wrap .info-area .tab-box ul li.cycle-pager-active a:before{  
  display: inline-block;
  position:absolute;
  left:5px;
  top:50%;
  margin-top:-4px;
  width:14px;
  height: 14px;
  content:"";
  background-color: #f94168;
  border-radius: 100px;;
}
.mDpt-wrap .info-area .tab-box ul li a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 20px;
  background-color:#f94168;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: left center;
  transition: all 1s;
}
.mDpt-wrap .info-area .tab-box ul li.cycle-pager-active a:after {
  transform: scaleX(1);
  opacity: 0.15;
}

.mDpt-wrap.n-active .info-area .title-box > * {
  transform: translate(0);
  opacity: 1;
  transition-property: all;
  transition-duration: 1s;
}
.mDpt-wrap.n-active .info-area .tab-box ul li {
  transform: translate(0);
  opacity: 1;
  transition-property: all;
  transition-duration: 1s;
}

.mDpt-wrap .dptImg-wrap {
  position:relative;
  margin-top:55px;
  /*position: absolute;
  top: 0; 
  right: 490px;
  */
  width: 60%;
  max-width: 780px;
  transform: translateX(100px);
  opacity: 0;
  transition-delay: 1s;
}
.mDpt-wrap .dptImg-wrap .imgs {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 780px;
  z-index: -9999;
  border-radius: 10px;
}
.mDpt-wrap .dptImg-wrap .imgs img {
  max-width: 100%;
  width: 100%;
  /*height: 100%;
*/
}
.mDpt-wrap .dptImg-wrap .on {
  z-index: 1;
}

.mDpt-wrap.n-active .dptImg-wrap {
  transform: translateX(0);
  opacity: 1;
  transition-property: all;
  transition-duration: 1s;
}

.mDpt-wrap .tab-box .detail-info-box {
  display: inline-block;
  position: absolute;
  right: -170px;
  bottom:  -74px;
  width:60%;
  opacity: 1;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info {
  position: relative;
  z-index: 1;
  transform: translateX(100px);
  opacity: 0;
  transition-delay: 1s;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  visibility: hidden;
  border-radius: 0 20px 0 0;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box.cycle-slide-active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner {
  display:block;
  width: 100%;
  height: 100%;
  padding: 40px 40px 70px 1%;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .title-box {
  display: table-cell;
 }

.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .title-box > * {
  opacity: 0;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box.cycle-slide-active .inner .title-box > * {
  opacity: 1;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text {
   padding: 3px 0 0;
   vertical-align: top;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p{  
  display:flex;  
  flex-direction: row;  
  justify-content: space-between;  
  align-items: center;
  position:relative;
  padding:4px 0;
  font-size: 2.2rem;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box.cycle-slide-active .inner .info-text p:hover{
  font-weight: 500;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box.cycle-slide-active .inner .info-text p:hover:before{
  display: inline-block;
  position:absolute;
  left:-15px;
  top:50%;
  margin-top:-3px;
  width:7px;
  height: 7px;
  content:"";
  background-color: #f94168;
  border-radius: 100px;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box{
  display:flex;  
  flex-direction: row;  
  justify-content: flex-end;  
  align-items: center;

}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a{
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width:30px;
  height: 30px;
  border-radius: 100px;

}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a.go-home{
  background-image:url('../images/icon-gohome-g.png');
  background-size: 15px auto;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a.go-home:hover{
  background-image:url('../images/icon-gohome-b.png');
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a.go-sns.go-ig{
  background-image:url('../images/icon-sns-ig-bg-g.svg');
  background-size: 16px auto;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a.go-sns.go-ig:hover{
  background-image:url('../images/icon-sns-ig-bg.svg');
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a.go-sns.go-fb{
  background-image:url('../images/icon-sns-fb-bg-g.svg');
  background-size: 16px auto;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a.go-sns.go-fb:hover{
  background-image:url('../images/icon-sns-fb-bg.svg');
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a.go-sns.go-blog{
  background-image:url('../images/icon-sns-b-g.svg');
  background-size: 12px auto;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a.go-sns.go-blog:hover{
  background-image:url('../images/icon-sns-b.svg');
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a:hover{
  background-color: #eee;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text .text {
  opacity: 0;
  font-size: 18px;
  line-height: 28px;
  color: #2a3138;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text strong {
  opacity: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #2a3138;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box.cycle-slide-active .inner .info-text .text {
  opacity: 1;
}
.mDpt-wrap .tab-box .detail-info-box .detail-info .info-box.cycle-slide-active .inner .info-text strong {
  opacity: 1;
}

.mDpt-wrap.n-active .detail-info-box .detail-info {
  transform: translateX(0);
  opacity: 1;
  transition-property: all;
  transition-duration: 1s;
}

.mDpt-wrap .info-area .arr-box{
  /* position: absolute;
  left:20px;
  bottom: -60px; */
  display: inline-block;
  margin-left:20px;

}
.mDpt-wrap .info-area .arr-box a{
  display: inline-block; 
  margin:0 3px;
  z-index: 1;
  width: 65px;
  height: 65px;
  background-image: url(../images/arr02-b.svg) ;
  background-color:#eee;
  border-radius: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.mDpt-wrap .info-area .arr-box a:hover{
  background-image: url(../images/arr02-w.svg) ;  
  background-color:#f94168;
}

.mDpt-wrap .info-area .arr-box  a.detail-prev {
  transform: rotate(180deg);
}

@media all and (max-width: 1500px) {
  .mDepartment-area .layer{
    width:3%;
  }
}
@media all and (max-width: 1400px) {
  .mDepartment-area .layer{
    width:1%;
  }
}
@media all and (max-width: 1300px) {
  .mDepartment-area .layer{
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .mDepartment-area .layer2{
    width:30%;
  }
  .mDpt-wrap{
    height: 550px;
  }
  .mDpt-wrap .info-area{
    width:50%;
  }
  .mDpt-wrap .info-area .tab-box{
    margin: 70px 0 60px;
  }
  .mDpt-wrap .info-area .tab-box ul li a{
    font-size:2.8rem
  }
  .mDpt-wrap .info-area .tab-box ul li.cycle-pager-active a{
    font-size:3.2rem    
  }
  .mDpt-wrap .info-area .arr-box a{
    width: 55px;
    height: 55px;
    background-size: 25px auto;
  }

  .mDpt-wrap .tab-box .detail-info-box{
    width:70%;
  }
  .mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p{
    padding:2px 0;
  }
}
@media (max-width: 768px){
  .mDepartment-area{
    margin-top:50px;
  }
  .mDepartment-area .layer2{
    width:15%;
  }

  .mDpt-wrap .info-area {
      width: 70%;
  }  
  .mDpt-wrap .info-area .tab-box ul li.cycle-pager-active a{
    padding-left:24px;
  }
  .mDpt-wrap .info-area .tab-box ul li a:after{
    height: 18px
  }
  .mDpt-wrap .info-area .tab-box ul li.cycle-pager-active a:before{
    width:12px;
    height: 12px;
  }
  .mDpt-wrap.n-active .dptImg-wrap{
    margin-top:0px;
  }
  .mDpt-wrap .info-area .tab-box ul{
    padding-left:15px;
  }
}
@media (max-width: 640px){
  .mDepartment-area .layer2{
    display: none;
  }

  .mDpt-wrap .info-area {
      width: 60%;
  }
  .mDpt-wrap .info-area .tit, .mDpt-wrap .info-area .tit strong{
    font-size: 3.3rem
  }
  .mDpt-wrap .info-area .tab-box{
    margin: 30px 0 60px;    
  }
  .mDpt-wrap .info-area .tab-box ul li{
    margin: 12px 0 0;
  }
  .mDpt-wrap .info-area .tab-box ul li a{
    font-size: 2.5rem
  }
  .mDpt-wrap .info-area .tab-box ul li.cycle-pager-active a{
    font-size: 2.9rem
  }
  .mDpt-wrap.n-active .dptImg-wrap{
    position:absolute;
    bottom:70px;
    right:10px;
    height: auto;
    z-index: 1000;
  }
  .mDpt-wrap .tab-box .detail-info-box{
    bottom:auto;
    top:0;
    right:-220px;
    width:100%;
  }
  .mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner{
    padding: 0px 40px 0px 5%;
  }
  .mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p{
    padding: 0px 0;
    font-size: 16px;
  }
}
@media (max-width: 450px){
  .mDpt-wrap {
    height: 480px;
  }
  .mDpt-wrap .info-area {
    width: 60%;
  }
  .mDpt-wrap .info-area .tit, .mDpt-wrap .info-area .tit strong{
    font-size: 3rem;
  }
  .mDpt-wrap .tab-box .detail-info-box{
    width:90%;

    right:-160px;
  }

  .mDpt-wrap .info-area .tab-box ul li a{
    font-size: 2.2rem
  }
  .mDpt-wrap .info-area .tab-box ul li.cycle-pager-active a{

    font-size: 2.5rem
  }

  .mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p{
    font-size: 14px;
  }
  .mDpt-wrap .tab-box .detail-info-box .detail-info .info-box .inner .info-text p span.gobt-box a{
    width:25px;
    height: 25px;
  }
  .mDpt-wrap .info-area .arr-box a {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
}


/*  KIWU CHECK POINT */
.checkpoint-wrap{
  position: relative;
  height: 700px;
  overflow-y: hidden;
}
.checkpoint-wrap .tit-box{
  position:absolute;
  left:3.6%;
  top:20%;
  text-align: left;
}
.checkpoint-wrap .tit-box p.tit{
  font-size:9rem;
  color:#f81a49;
  font-weight: 600;
  font-family: 'GmarketSansMedium' , 'Noto Sans KR';
}
.checkpoint-wrap .tit-box p.stit{
  font-size:5rem;
  color:#bebfc0;
  font-weight: 400;
  font-family: 'GmarketSansLight' , 'Noto Sans KR';
}

.checkpoint-list {
  height: 700px;
  display: flex;
  color: #fff;
  z-index: 1;
}
.bg_checkpo01,
.bg_checkpo02,
.bg_checkpo03,
.bg_checkpo04 {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 0;
  z-index: -1;
}
.bg_checkpo01 {
  background: url(../images/kiwu-cp-bg01.jpg) no-repeat center;
  background-size: cover;
}
.bg_checkpo02 {
  display: none;
  background: url(../images/kiwu-cp-bg02.jpg) no-repeat center;
  background-size: cover;
}
.bg_checkpo03 {
  display: none;
  background: url(../images/kiwu-cp-bg03.jpg) no-repeat center;
  background-size: cover;
}
.bg_checkpo04 {
  display: none;
  background: url(../images/kiwu-cp-bg04.jpg) no-repeat center;
  background-size: cover;
}
.checkpoint-list li:nth-child(1) {
  width: 27%;  
}
.checkpoint-list li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.checkpoint-list li:nth-child(2) {
  cursor: pointer;
  border-left:none;
}

.checkpoint-list li:not(:first-child):hover{
  width:30%;
}

.checkpoint-list li > div > h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  margin: 1rem 0;
  line-height: 1.1em;
  min-height: 80px;
}
.checkpoint-list li:hover > div > h3{
  position:relative;
  font-size: 4.5rem;
  color:#fe446b;
}
.checkpoint-list li:hover > div > h3:before{
  display: inline-block;
  position:absolute;
  left:50%;
  top:-60px;
  margin-left:-10px;
  width:20px;
  height: 20px;
  background-color: #f81a49;
  border-radius: 100px;
  content:"";
}
.checkpoint-list li > div > .icon{
  display: inline-block;
  margin-top:75px;
  width:140px;
  height: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 40%;
}
.checkpoint-list li.checkpoint-01 > div > .icon{
  background-image: url('../images/icon-cp-global.svg');
  background-size: 115px auto;
}
.checkpoint-list li.checkpoint-02 > div > .icon{
  background-image: url('../images/icon-cp-janghak.svg');
  background-size: 125px auto;
}
.checkpoint-list li.checkpoint-03 > div > .icon{
  background-image: url('../images/icon-cp-haksa.svg');
  background-size: 130px auto;
}
.checkpoint-list li.checkpoint-04 > div > .icon{
  background-image: url('../images/icon-cp-program.svg');
  background-size: 120px auto;
}
.checkpoint-list li:hover > div > .icon{
  display: none;
}
.checkpoint-list li > div > .decs-box {
  visibility: hidden;
  opacity: 0;
  font-size: 2rem;
  font-weight: 500;
  transition: all 0.4s;
}
.checkpoint-list li > div > .decs-box.on {
  visibility: visible;
  opacity: 1;
}

.checkpoint-list li > div > .decs-box .desc01{
  margin-top:30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2em;
}
.checkpoint-list li > div > .decs-box .desc02{
  margin-top:20px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
}
.checkpoint-list li > div > .decs-box .desc02 p{
  margin-top:20px;
}

.checkpoint-list li > div > .decs-box .btn-checkpo-go{
  display: inline-block;
  margin-top:55px;
  padding:10px 45px 10px 20px;
  border:1px solid #fff;
  color:#fff;
  font-size: 2rem;
  border-radius: 100px;
  background-image: url('../images/arr03-w.png');
  background-position:  center right 15px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.checkpoint-list li > div > .decs-box .btn-checkpo-go:hover{  
  border:1px solid #f81a49;
  background-color: #f81a49;

}
.checkpoint-01,
.checkpoint-02,
.checkpoint-03,
.checkpoint-04 {
  transition: all 0.3s;
  padding: 0 3rem;
}
.checkpoint-01:hover,
.checkpoint-02:hover,
.checkpoint-03:hover,
.checkpoint-04:hover  {
  background-color: rgba(0,0,0,0.2);
}
.checkpoint-list li:nth-child(2),
.checkpoint-list li:nth-child(3),
.checkpoint-list li:nth-child(4),
.checkpoint-list li:nth-child(5) {
  width: 21%;
}
.checkpoint-list li:nth-child(2) > div,
.checkpoint-list li:nth-child(3) > div,
.checkpoint-list li:nth-child(4) > div ,
.checkpoint-list li:nth-child(5) > div{
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  height: 15rem;
  transition: all 0.3s;
}
.checkpoint-list li:nth-child(2):hover > div,
.checkpoint-list li:nth-child(3):hover > div,
.checkpoint-list li:nth-child(4):hover > div,
.checkpoint-list li:nth-child(5):hover > div {
  top: 35%;
}

@media (max-width: 1400px){
  .checkpoint-wrap{
    height: 600px;
  }
  .checkpoint-wrap .tit-box{
    left: 2.6%;
  }
  .checkpoint-wrap .tit-box p.tit{
    font-size: 7rem;
  }
  .checkpoint-wrap .tit-box p.stit{
    font-size: 4rem;
  }
  .checkpoint-list {
    height: 600px;
  }
  .checkpoint-list li:nth-child(1) {
    width: 20%;
  }
}

@media (max-width: 1200px){
  .checkpoint-list li > div > h3{
    font-size: 3.2rem;
  }
  .checkpoint-list li:hover > div > h3{
    font-size: 3.8rem;
  }
  .checkpoint-list li:hover > div > h3:before{
    top:-50px;
    margin-left:-8px;
    width:16px;
    height: 16px;
  }
  .checkpoint-list li > div > .decs-box {
    font-size: 1.8rem;
  }
  .checkpoint-list li > div > .decs-box .desc01{
    margin-top:25px;
    font-size: 2.7rem;
  }
  .checkpoint-list li > div > .decs-box .desc02{
    margin-top:17px;
    font-size: 2.2rem;
  }
  .checkpoint-list li > div > .decs-box .desc02 p{
    margin-top:17px;
  }

  .checkpoint-list li > div > .decs-box .btn-checkpo-go{
    margin-top:45px;
    font-size: 1.7rem;
    background-size: 18px auto;
  }
  .checkpoint-list li.checkpoint-01 > div > .icon{
    background-size: 95px auto;
  }
  .checkpoint-list li.checkpoint-02 > div > .icon{
    background-size: 105px auto;
  }
  .checkpoint-list li.checkpoint-03 > div > .icon{
    background-size: 110px auto;
  }
  .checkpoint-list li.checkpoint-04 > div > .icon{
    background-size: 100px auto;
  }

}
@media (max-width: 1024px){
  .checkpoint-wrap{
    height:650px;
  }

  .bg_checkpo01 {
    height:650px;
    background-position: center center;
    background-size: auto 100%;
  }
  .bg_checkpo02 {
    height:650px;
    background-position: center center;
    background-size: auto 100%;
  }
  .bg_checkpo03 {
    height:650px;
    background-position: center center;
    background-size: auto 100%;
  }
  .bg_checkpo04 {
    height:650px;
    background-position: center center;
    background-size: auto 100%;
  }
  .checkpoint-01:hover,
  .checkpoint-02:hover,
  .checkpoint-03:hover,
  .checkpoint-04:hover  {
    background-color: rgba(0,0,0,0);
  }

  .checkpoint-wrap .tit-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    width:100%;
    top:30px;
    left:0;
    text-align: center;
  }
  .checkpoint-wrap .tit-box p.tit {
    margin-right:8px;
    font-size: 3.5em;
  }
  .checkpoint-wrap .tit-box p.stit {
    font-size: 3rem;
  }
  .checkpoint-list{
    flex-wrap: wrap;
    margin-top:100px;
    height: 600px;
  }
  .checkpoint-list:before{
    display: inline-block;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:25px;
    width:1px;
    height: 50px;
    background-color: rgba(255,255,255,0.1);
    content:"";
  }
  .checkpoint-list:after{
    display: inline-block;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top:50px;
    width:50px;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    content:"";
  }
  .checkpoint-list li:nth-child(1) {
    width: 0%;
  }
  .checkpoint-list li:nth-child(2), 
  .checkpoint-list li:nth-child(3), 
  .checkpoint-list li:nth-child(4), 
  .checkpoint-list li:nth-child(5){
    width:50%;
    height: 300px
  }
  .checkpoint-list li:nth-child(2) > div, 
  .checkpoint-list li:nth-child(3) > div, 
  .checkpoint-list li:nth-child(4) > div, 
  .checkpoint-list li:nth-child(5) > div{
    top: 25%;
  }
  .checkpoint-list li:nth-child(2):hover > div,
  .checkpoint-list li:nth-child(3):hover > div,
  .checkpoint-list li:nth-child(4):hover > div,
  .checkpoint-list li:nth-child(5):hover > div {
    top: 25%;
  }
  .checkpoint-list li:not(:first-child) {
    border-left:none;
  }
  .checkpoint-list li:not(:first-child):hover{
    width:50%;
    cursor: default;
  }

  .checkpoint-list li > div > .icon{
    display: none;
  }
  .checkpoint-list li > div > h3{
    min-height: auto;
    font-size: 3rem;
  }
  .checkpoint-list li:hover > div > h3{
    font-size: 3rem;
  }
  .checkpoint-list li:hover > div > h3:before{
    top:-20px;
    margin-left:-6px;
    width:12px;
    height: 12px;
  }
  .checkpoint-list li > div > .decs-box {
    visibility: visible;
    opacity: 1;
    font-size: 2rem;
  }
  .checkpoint-list li > div > .decs-box .desc02{
    margin-top:10px;
  }
  .checkpoint-list li > div > .decs-box .desc02 p{
    margin-top:7px;
  }
  .checkpoint-list li > div > .decs-box .btn-checkpo-go{
    margin-top:20px;
  }


}

@media (max-width: 640px){
  .checkpoint-wrap{
    height:900px;
  }
    .bg_checkpo01 {
    height:900px;
    background-position: center center;
    background-size: auto 100%;
  }
  .bg_checkpo02 {
    height:900px;
    background-position: center center;
    background-size: auto 100%;
  }
  .bg_checkpo03 {
    height:900px;
    background-position: center center;
    background-size: auto 100%;
  }
  .bg_checkpo04 {
    height:900px;
    background-position: center center;
    background-size: auto 100%;
  }
  .checkpoint-list{
    margin-top:60px;
    height:800px;
  }
  .checkpoint-list:before,
  .checkpoint-list:after{
    display: none;
  }
  .checkpoint-list li:nth-child(2), 
  .checkpoint-list li:nth-child(3), 
  .checkpoint-list li:nth-child(4), 
  .checkpoint-list li:nth-child(5){
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    padding:0px 0;
    height: auto;
    border-bottom:1px solid rgba(255,255,255,0.2);
  }
  .checkpoint-list li:last-child{
    border-bottom:none;
  }
  .checkpoint-list li:not(:first-child):hover{
    width:100%;
    padding:0px 0;
    height: auto;
  }
  .checkpoint-list li:nth-child(2) > div, 
  .checkpoint-list li:nth-child(3) > div, 
  .checkpoint-list li:nth-child(4) > div, 
  .checkpoint-list li:nth-child(5) > div{
    top: 0;
    transform: translateY(0);
    height: auto;
  }
  .checkpoint-list li:nth-child(2):hover > div,
  .checkpoint-list li:nth-child(3):hover > div,
  .checkpoint-list li:nth-child(4):hover > div,
  .checkpoint-list li:nth-child(5):hover > div {
    top: 0;
    height: auto;
    transform: translateY(0);
  }

  .checkpoint-list li > div > h3 {
    min-height: auto;
    font-size: 2.7rem;
    font-weight: 500;
  }
  .checkpoint-list li:hover > div > h3{
    font-size: 2.8rem;
  }
  .checkpoint-list li:hover > div > h3:before{
    display: none;
  }
  .checkpoint-list li > div > h3 br{
    display: none
  }
  .checkpoint-list li > div > .decs-box .desc01{
    font-size: 2.4rem
  }
  .checkpoint-list li > div > .decs-box .desc01 br{
    display: none;
  }
  .checkpoint-list li > div > .decs-box .desc02{
    font-size: 2rem;
  }
  .checkpoint-list li > div > .decs-box .desc02 br{
    display: none
  }
  .checkpoint-list li.checkpoint-03 > div > .decs-box .desc02 br{
    display: block
  }

}
/* KIWU CHECK POINT */



