@charset "UTF-8";

@import url(../css/reset.css);


/* side menu bar */
#wrap{
    max-width: 1920px;
    overflow-y: hidden;
}

#header{
    height:100vh;
    position:relative;
}
.open_btn{
    position:absolute;
    top:60px; right:3%;
    width:45px; height:34px;
    transition:all 0.3s;
}
.open_btn span{
    width:100%; height:4px;
    border-radius:8px;
    background-color:#034EA2;
    transition:all 0.2s;
    position:absolute;
    left:0;
    z-index:30;
}
.open_btn span:nth-child(1){top:0;}
.open_btn span:nth-child(2), .open_btn span:nth-child(3){top:13px;}
.open_btn span:nth-child(4){top:26px;}
.open_btn.active span:nth-child(1), .open_btn.active span:nth-child(4){opacity:0;}
.open_btn.active span:nth-child(2){transform:rotate(45deg); background-color: #fff; z-index: 100;}
.open_btn.active span:nth-child(3){transform:rotate(-45deg); background-color: #fff; z-index: 100;}

.over{
    position:fixed;
    background-color:#034EA2;
    top:0; right:0;
    width:480px; height:860px;
    text-align:center;
    transition:all 0.5s;
    opacity:0;

}
.menu{
    position:absolute;
    top:50%; left:50%;
    transform:translate(-50%, -50%);
}
.menu li{
    margin:25px 0;
}
.menu li a{
    color:#fff;
    font-size:23px;
    font-weight:bold;
}
.menu li:hover a{
    opacity: 0.6;
}
.over.block{
    opacity:1;
}

.over.ready{
    z-index: 50;
}
/* side menu bar */

#Main{
    background-image: url(../img/product_01_bg.png);
    background-repeat: no-repeat;
    position: relative;
    height: 860px;
    background-size: cover;
}
#Main .title{
    width: 250px;
    height: 50px;
    background-color: #034EA2;
    border-radius: 0 100px 100px 0;
    padding: 20px 0 20px 100px;
    margin-top: 50px;
    position: absolute;
    z-index: 10;
}
#Main .title h1{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 5%;
}
#Main .title h3{
    color: #e3e3e3;
    font-weight:300;
}
#Main .box_wrap{
    display: flex;
    width: 100%;
    height: 100%;
}
#Main .box_wrap .section_img{
    width: 42%;
    height: 100%;
    background-image: url(../img/product_bg_03.png);
    /* position: absolute; */
    background-repeat: no-repeat;
}


button {
    background:none;
    border:0;
    outline:0;
    cursor:pointer;
}
#Main .tab_wrap{
    /* position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%); */
    text-align: center;
    width: 58%;
    margin-top: 10%;
}
  .tab_menu_container {
    display: inline-flex;
  }
  .tab_menu_btn {
    width:150px;
    height:60px;
    transition: ease 0.2s;
    font-size: 18px;
    border-bottom:3px solid #eee;
    color: #bbb;
  }
  .tab_menu_btn.on {
    border-bottom:3px solid #034EA2;
    font-weight:700;
    color:#034EA2;
  }
  .tab_menu_btn:hover {
    color:#034EA2;
    border-bottom:3px solid #034EA2;
    transition: ease-in 0.4s;
  }
  .tab_box {
    padding:30px;
    line-height: 23px;
    display: none;
  }
  .tab_box.on {
    display:block;
  }
  .tab_box p{
      margin: 30px 0;
  }

  /* slick */
  .tab_box .slide .item{
      position: relative;
  }
.tab_box .slide .item img{
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 1px solid #eee;
}
.tab_box .slide .item a .black_bg{
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 5%;
    display: none;
    transition: ease 2s;
}
.tab_box .slide .item a .black_bg .tit{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: none;
}
.tab_box .slide .item:hover a .black_bg{
    display: block;
    transition: all 0.8s;
}
.tab_box .slide .item:hover a .black_bg .tit{
    display: block;
}

/* footer section */
#footer{
    height: 70px;
    border-top: 1px solid #eee;
}
#footer .footer_section{
    display: flex;
    justify-content: center;
}
#footer .footer_section .left{
    width: 50%;
    border-right: 1px solid #eee;
    display: flex;
    justify-content: center;
    padding: 15px;
}
#footer .footer_section .left a .logo img{
    width: 160px;
    margin-right: 30px;
}
#footer .footer_section .left .tit h6{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
#footer .footer_section .right{
    width: 50%;
    display: flex;
}
#footer .footer_section .right .button{
    width: 50%;
}
#footer .footer_section .right .button:nth-child(1){
    border-right: 1px solid #eee;
}
#footer .footer_section .right .button a{
    display: flex;
    justify-content: center;
    padding: 20px 50px;
}
#footer .footer_section .right .button a .arrow img{
    width: 20px;
    margin-right: 30px;
}
#footer .footer_section .right .button:nth-child(2) a .tit{
    margin-right: 30px;
    text-align: right;
}
#footer .footer_section .right .button a h3{
    margin-bottom: 5px;
}
#footer .footer_section .right .button a h5{
    font-size: 14px;
    color: #999;
}
#footer .footer_section .right .button:hover{
    background-color: #f3f3f3;
    transition: ease 0.8s;
}





/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 115%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    /* color: transparent; */
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    /* color: transparent;
    outline: none;
    background: transparent; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    /* color: reds; */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 42%;

}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    /* content: '←'; */
    content: url(../img/slick_prev_img.png);
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    /* right: -25px; */
    right: 42%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    /* content: '→'; */
    content: url(../img/slick_next_img.png);
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #eee;
    border-radius: 100px;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    background: #034EA2;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-dots li.slick-active button{
    background: #034EA2;
}


@media all and (max-width:500px){
    #wrap{
        overflow-y: unset;
    }
    #header{
        height: unset;
    }
    .open_btn{
        right:8%;
    }
    .over{
        width: 100%;
        height: 700px;
    }
    #Main{
        background-image: unset;
        position: relative;
    }
    #Main .title{
        width: 180px;
        padding: 20px 0 20px 50px;
    }
    #Main .title h1{
        margin-top: unset;
    }
    #Main .box_wrap{
        display: unset;
    }
    #Main .box_wrap .section_img{
        width: 100%;
        position: absolute;
        background-image: unset;
    }
    #Main .tab_wrap{
        width: 100%;
        position: absolute;
        margin-top: 40%;
    }


    #footer{
        height: unset;
        width: 100%;
    }
    #footer .footer_section{
        flex-direction:column-reverse;
    }
    #footer .footer_section .left{
        width: unset;
        display: unset;
        padding: 15px 20px;
    }
    /* #footer .footer_section .left .tit h6{
        width: 420px;
    } */
    #footer .footer_section .right{
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    #footer .footer_section .right .button a{
        padding: 20px 10px;
    }
    #footer .footer_section .right .button a .arrow img{
        margin-right: unset;
    }
    #footer .footer_section .right .button:nth-child(1) a .tit{
        margin-left: 30px;
    }


}