.menuopen {
  position: fixed;
  height: 100%;
  overflow: hidden; }

.site-header {
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  padding: 20px 37px 0 50px;
  top: 0;
  left: 0;
  z-index: 100; 
  border-bottom:2px solid #ef4023}
  .site-header .fr {
    z-index: 100;
    position: relative; }
  .site-header:after {
    clear: both;
    display: block;
    content: ""; }
  .site-header .site-logo {
    float: left;
    z-index: 100;
    position: relative; }
  .site-header .en {
    color: #666;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding-top: 15px; }
  .site-header .btn-menu {
    display: inline-block;
    margin-left: 30px;
    width: 30px;
    height: 27px;
    text-indent: -9999px;
    background: url(../images/btn_menu.jpg);
    margin-top: 20px; }
  .site-header .gnb {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;  }
    .site-header .gnb .site-menu {
      width: 1000px;
      margin: auto;
      height: 100px;
      padding-top: 40px; }
      .site-header .gnb .site-menu:after {
        clear: both;
        display: block;
        content: ""; }
      .site-header .gnb .site-menu > li {
        float: left;
        text-align: center;
        width: 25%;
        height: 101%; }
        .site-header .gnb .site-menu > li:hover,
        .site-header .gnb .site-menu > li.active{
          background: url(../images/ico_triangle.png) no-repeat center bottom; }
          .site-header .gnb .site-menu > li:hover .depth02,
            .site-header .gnb .site-menu > li.active .depth02{
            display: block; }
        .site-header .gnb .site-menu > li a {
          font-size: 17px;
          color: #666666;
          display: block;
          height: 100%; }
        .site-header .gnb .site-menu > li .depth02 {
          position: absolute;
          line-height: 43px;
          background: #ef4023;
          width: 100%;
          top: 98px;
          left: 0;
          z-index: 100;
          display: none;
          z-index: 101; }
          .site-header .gnb .site-menu > li .depth02 li {
            float: left;
            padding: 0 40px;
            position: relative; }
            .site-header .gnb .site-menu > li .depth02 li:after {
              position: absolute;
              right: 0;
              top: 0;
              content: "|";
              color: #fff; }
            .site-header .gnb .site-menu > li .depth02 li:last-child:after {
              content: ""; }
            .site-header .gnb .site-menu > li .depth02 li a {
              color: #fff;
              font-weight: 700; }

.panel {
  position: fixed;
  right: 0;
  width: 335px;
  top: 100px;
  height: 100%;
  background: #2f2f2f;
  z-index: 998;
  display: none; }
  .panel.active {
    display: block; }
  .panel .side-menu > li {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    text-align: center;
    position: relative; }
    .panel .side-menu > li:after {
      position: absolute;
      right: 50px;
      content: "+";
      color: #fff;
      top: -2px; }
    .panel .side-menu > li:last-child {
      border-bottom: none; }
    .panel .side-menu > li > a {
      color: #fff;
      margin-left: -20px;
      display: block;
      height: 50px; }
    .panel .side-menu > li .sub {
      display: none; }
      .panel .side-menu > li .sub li {
        line-height: 45px;
        color: #fff;
        border-top: 1px solid #888888;
        background: #555555; }
        .panel .side-menu > li .sub li a {
          display: block;
          color: #fff; }
    .panel .side-menu > li.active {
      border-bottom: none;
      background: #ef4023; }
      .panel .side-menu > li.active:after {
        content: "x"; }
      .panel .side-menu > li.active .sub {
        display: block; }

.mainvisual {
  width: 100%;
  height: calc(100vh - 100px);
  background: #000;
  position: relative;
  display: table; }
  .mainvisual:after {
    clear: both;
    display: block;
    content: ""; }
  .mainvisual .visual {
    width: 20%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    background: url(../images/bg_mainvisual.jpg) no-repeat;
    background-size: cover;
      transition:0.8s all;
        position: relative;
      overflow: hidden;

    cursor: pointer;
    text-align: center; }
.mainvisual .visual.active{
    -ms-transition:0.8s background;
}
    .mainvisual .visual.active .default-img {
      display: none; }
    .mainvisual .visual.active .over-img {
      display: block; 
        position: relative;
        z-index: 1;
}
/*
    .mainvisual .visual.active.visual01 {
      background: url(../images/bg_visual01.png) no-repeat;
      background-size: cover; }
    .mainvisual .visual.active.visual02 {
      background: url(../images/bg_visual02.png) no-repeat;
      background-size: cover; }
    .mainvisual .visual.active.visual03 {
      background: url(../images/bg_visual03.png) no-repeat;
      background-size: cover; }
    .mainvisual .visual.active.visual04 {
      background: url(../images/bg_visual04.png) no-repeat;
      background-size: cover; }
*/


    .mainvisual .visual.visual01:after {
      background: url(../images/bg_visual01.png) no-repeat;
        position: absolute;
        top:0;
        left: 0;
        width:100%;
        height: 100vh;
        content: "";
        opacity: 0;
        transition:0.8s all;
      background-size: cover; }
    .mainvisual .visual.visual02:after {
      background: url(../images/bg_visual02.png) no-repeat;
        position: absolute;
        top:0;
        left: 0;
        width:100%;
        height: 100%;
        content: "";    
        opacity: 0;
        transition:0.8s all;
        height: 100vh;
      background-size: cover; }
    .mainvisual .visual.visual03:after {
      background: url(../images/bg_visual03.png) no-repeat;
        position: absolute;
        top:0;
        left: 0;
        width:100%;
        height: 100%;
        content: "";        
        transition:0.8s all;
        opacity: 0;
        height: 100vh;
      background-size: cover; }
    .mainvisual .visual.visual04:after {
      background: url(../images/bg_visual04_new.png) no-repeat;
        position: absolute;
        top:0;
        left: 0;
        width:100%;
        height: 100%;
        transition:0.8s all;
        content: "";     
        opacity: 0;
        height: 100vh;
      background-size: cover; }
.mainvisual .visual.visual05:after {
      background: url(../images/bg_visual05_20210728.png) no-repeat;
        position: absolute;
        top:0;
        left: 0;
        width:100%;
        height: 100vh;
        content: "";
        opacity: 0;
        transition:0.8s all;
      background-size: cover; }
.mainvisual .visual.visual01.active:after,
.mainvisual .visual.active.visual02:after,
.mainvisual .visual.active.visual03:after,
.mainvisual .visual.active.visual04:after,
.mainvisual .visual.active.visual05:after{
    opacity: 1 !important;
    z-index: 0;
    background-position: center;
}

    .mainvisual .visual .default-img figcaption {
      margin-top: 30px; }
      .mainvisual .visual .default-img figcaption span {
        display: block;
        color: #e8e8e8;
        font-size: 18px;
        /*margin-bottom: 10px;*/
        text-transform: uppercase; }
    .mainvisual .visual .over-img {
      display: none;
      position: relative; }
      .mainvisual .visual .over-img figcaption {
        margin-top: 30px; }
        .mainvisual .visual .over-img figcaption span {
          display: block;
          color: #e8e8e8;
          font-size: 18px; }
        .mainvisual .visual .over-img figcaption p {
          line-height: 185%;
          font-size: 14px;
          color: #e8e8e8;
          margin-top: 50px;
          position: relative; }
          .mainvisual .visual .over-img figcaption p:after {
            width: 60px;
            height: 2px;
            background: #fff;
            position: absolute;
            top: -30px;
            left: 50%;
            content: "";
            margin-left: -30px; }
        .mainvisual .visual .over-img figcaption .btn-more {
          width: 270px;
          margin: 50px auto 0;
          line-height: 50px;
          text-align: center;
          background: transparent;
          border: 1px solid #ef4023;
          color: #ef4023;
          display: block;
          font-weight: 700;
          text-transform: uppercase; }
		  .mainvisual .visual .over-img figcaption .btn-more:hover { background:#ef4023; color:#fff; border: 1px solid #ef4023;}
  .mainvisual .progress-wrap {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff; }
    .mainvisual .progress-wrap .progressbar {
      width: 0;
      background: #ef4023;
      height: 2px;
      top: 0;
      left: 0;
      position: absolute; }

.site-footer {
  position: relative;
  width: 100%;
  height: 100px;
  background: #3f4041;
  text-align: center;
  padding-top: 20px;
  z-index: 999; }
  .site-footer p {
    line-height: 138%;
    color: #fff;
    font-size: 13px; }
  .site-footer span {
    line-height: 138%;
    color: #fff;
    font-size: 13px;
    display: inline-block; }

.m-cs {
  display: none; }
  .m-cs img {
    width: 100%; }

@media screen and (max-width: 1279px) {
  .site-header .gnb .site-menu {
    width: 800px; }
	 .mainvisual .visual .over-img figcaption .btn-more:hover { background:transparent}
	}
@media screen and (max-width: 1200px) {
  .site-header {
    height: 60px;
    padding: 10px 10px 0; }
    .site-header .site-logo img {
      width: 80px; }
    .site-header .gnb {
      display: none; }
    .site-header .en {
      padding-top: 5px;
      font-size: 24px; }
    .site-header .btn-menu {
      margin-top: 5px;
      width: 30px;
      height: 27px;
      background-size: cover;
      margin-left: 15px; }

  .panel {
    top: 60px; }

    .mainvisual .visual .over-img img{
        width:50%;
    }
    
    .mainvisual .visual .over-img figcaption .btn-more{
        padding:0 20px;
        width: 120px;
        line-height: 30px;
        font-size: 12px;
    }
    .mainvisual .visual .default-img figcaption span{
        font-size: 13px;
    }
    .mainvisual .visual .over-img figcaption p{
        font-size: 11px;
        padding:0 10px;
    }
    .mainvisual .visual .over-img figcaption span{
        font-size: 13px;
    }
    .mainvisual .visual .default-img img{
        width: 50%;
    }
    
}
@media screen and (max-width: 768px){
      .mainvisual .visual .over-img p {
        display: none !important; }
      .mainvisual .visual .over-img .btn-more {
        border: none !important;
        text-indent: -9999px;
        width: auto !important;
        height: 100%;
        margin: 0 !important;
        position: absolute;
        top: 0;
        left: 0;     
    }
    .mainvisual .visual .over-img img,
    .mainvisual .visual .default-img img{
        width:auto;
    }                  
    .mainvisual .visual .over-img figcaption,
    .mainvisual .visual .default-img figcaption{
        margin-top:10px;
        word-break: keep-all;
        padding:0 10px;
    }  
 .mainvisual {
    display: block;
    margin-top: 60px;
    height: calc(100vh - 60px); }
    .mainvisual .visual {
      display: block;
      width: 100%;
      height: 20%;
      float: none;
      background: url(../images/bg_mainvisual_m.jpg) no-repeat;
      background-size: cover;
      padding-top: 20px; }
      .mainvisual .visual.active {
        background-position: center !important; }
      .mainvisual .visual .default-img img {
        height: 40%; }
      .mainvisual .visual .default-img figcaption span {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px; }
        .mainvisual .visual .default-img figcaption span + span {
          font-weight: normal; }
      .mainvisual .visual .over-img img {
        height: 40%; }
      .mainvisual .visual .over-img figcaption span {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px; }
        .mainvisual .visual .over-img figcaption span + span {
          font-weight: normal; }

    .m-cs img{
        width:100%;
    }    
  .panel {
    width: 100%; }

  .site-footer {
    padding: 30px 10px 20px;
    height: auto; }
    .site-footer p {
      font-size: 12px;
      letter-spacing: -0.04em; }
      .site-footer p span {
        display: block;
          color: #fff !important;
        font-size: 12px; }

  .mainvisual .visual .over-img figcaption {
    margin-top: 15px; }

  .mainvisual .visual .default-img figcaption {
    margin-top: 15px; } 
	}
	
@media screen and (max-width: 767px) {
  .m-cs {
    display: block;  
      text-align: center;
    background:#D1452E;
    }
    .m-cs img{
        width:50%;
    }

}
/*# sourceMappingURL=main.css.map */
