@font-face{
    font-family: 'GTFlexa';
    src: url('../fonts/GTFlexa-Bd.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'GTFlexa';
    src: url('../fonts/GTFlexa-Bl.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'GTFlexa';
    src: url('../fonts/GTFlexa-CmBl.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face{
    font-family: 'GTFlexa';
    src: url('../fonts/GTFlexa-ExtBl.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    font-family: "Noto Sans TC", "GTFlexa", sans-serif;
    letter-spacing: 2.5px;
}

.wrapper{
    max-width: 1280px;
    width: 100%;
    margin: auto;
    position: relative;
}

header{
    width: 100%;
}
header .logo{
    width: 1280px;
    padding: 30px 0;
    background-color: #000000;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 999;
}
header .logo a{
    max-width: 250px;
    margin: auto;
    text-align: center;
}
header .logo a img{
    width: 100%;
}
header .banner{
    width: 100%;
    margin: 105px auto 0;
}
header .banner img{
    width: 100%;
}
nav{
    width: 100%;
    margin: -10px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../image/nav-bg.jpg);
    position: sticky;
    top: 105px;
    z-index: 999;
}
nav a{
    width: 30%;
    text-decoration: none;
    color: #fff;
    background-color: #000000;
    display: inline-block;
    padding: 10px 0 10px 20px;
    margin: 10px 15px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 25px;
    cursor: pointer;
    transition: 0.4s ease-out;
}
nav a:hover{
    background-color: #ce780f;
    transition: 0.4s ease-in;
}
main{
    width: 100%;
}

/*版型固定設定*/
main section{
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 1572px;
    position: relative;
}
main section .item{
    width: 450px;
}
main section .item svg{
    color: #fff;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.4s;
}
main section .item svg:hover{
    transform: scale(1.3);
    transform: 0.4s;
}
main section .item .wordbox{
    width: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    visibility: hidden;/*預覽文字排版註解此行*/
    opacity: 0;/*預覽文字排版註解此行*/
    margin: 20px auto 0;
    transition: opacity 0.4s ease-in-out;
}
main section .item .wordbox:hover{
    transform: scale(1.08);
    transition: 0.4s;
}
main section .item .wordbox h2{
    color: #fff;
    width: 45%;
    font-size: 20px;
    font-weight: 600;
}
main section .item .wordbox img{
    width: 35px;
    margin: 0 15px;
}
main section .item .wordbox h3{
    color: #fff;
    width: 40%;
    font-size: 20px;
}
main section .item .wordbox p{
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 40px auto 0;
}

/*區分背景*/
main section.man01{
    background-image: url(../image/man01.png);
}
main section.man02{
    background-image: url(../image/man02.png);
}
main section.man03{
    background-image: url(../image/man03.png);
}
main section.man04{
    background-image: url(../image/man04.png);
}
main section.man05{
    background-image: url(../image/man05.png);
}
main section.man06{
    background-image: url(../image/man06.png);
}
main section.man07{
    background-image: url(../image/man07.png);
}
main section.man08{
    background-image: url(../image/man08.png);
}
main section.woman01{
    background-image: url(../image/woman01.png);
}
main section.woman02{
    background-image: url(../image/woman02.png);
}
main section.woman03{
    background-image: url(../image/woman03.png);
}
main section.woman04{
    background-image: url(../image/woman04.png);
}
main section.woman05{
    background-image: url(../image/woman05.png);
}
main section.woman06{
    background-image: url(../image/woman06.png);
}
main section.woman07{
    background-image: url(../image/woman07.png);
}
main section.woman08{
    background-image: url(../image/woman08.png);
}

/*區塊內白點 齊左齊右設定*/
main section .item:nth-child(odd) svg{
    margin: auto auto auto 330px;
}

/*男裝1 - 內文字容器定位*/
main section.man01 .box1{
    position: absolute;
    bottom: 400px;
    left: 70px;
}
main section.man01 .box2{
    position: absolute;
    bottom: 400px;
    right: 0px;
}
main section.man01 .box3{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
main section.man01 .box4{
    position: absolute;
    bottom: 100px;
    right: 0px;
}
/*男裝2 - 內文字容器定位*/
main section.man02 .box1{
    position: absolute;
    bottom: 400px;
    left: 70px;
}
main section.man02 .box2{
    position: absolute;
    bottom: 150px;
    right: 0px;
}
main section.man02 .box3{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
/*男裝3 - 內文字容器定位*/
main section.man03 .item svg{
    margin: auto;
}
main section.man03 .box1{
    position: absolute;
    bottom: 400px;
    right: 0px;
}
main section.man03 .box2{
    position: absolute;
    bottom: 150px;
    right: 0px;
}
/*男裝4 - 內文字容器定位*/
main section.man04 .box1{
    position: absolute;
    bottom: 400px;
    left: 70px;
}
main section.man04 .box2{
    position: absolute;
    bottom: 400px;
    right: 0px;
}
main section.man04 .box3{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
main section.man04 .box4{
    position: absolute;
    bottom: 150px;
    right: 0px;
}
/*男裝5 - 內文字容器定位*/
main section.man05 .box1{
    position: absolute;
    bottom: 550px;
    left: 70px;
}
main section.man05 .box2{
    position: absolute;
    bottom: 380px;
    right: 0px;
}
main section.man05 .box3{
    position: absolute;
    bottom: 380px;
    left: 70px;
}
main section.man05 .box4{
    position: absolute;
    bottom: 180px;
    right: 0px;
}
main section.man05 .box5{
    position: absolute;
    bottom: 180px;
    left: 70px;
}
/*男裝6 - 內文字容器定位*/
main section.man06 .box1{
    position: absolute;
    bottom: 360px;
    left: 70px;
}
main section.man06 .box2{
    position: absolute;
    bottom: 340px;
    right: 0px;
}
main section.man06 .box3{
    position: absolute;
    bottom: 160px;
    left: 70px;
}
/*男裝7 - 內文字容器定位*/
main section.man07 .box1{
    position: absolute;
    bottom: 550px;
    left: 70px;
}
main section.man07 .box2{
    position: absolute;
    bottom: 350px;
    right: 0px;
}
main section.man07 .box3{
    position: absolute;
    bottom: 350px;
    left: 70px;
}
main section.man07 .box4{
    position: absolute;
    bottom: 120px;
    right: 0px;
}
main section.man07 .box5{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
/*男裝8 - 內文字容器定位*/
main section.man08 .box1{
    position: absolute;
    bottom: 380px;
    left: 70px;
}
main section.man08 .box2{
    position: absolute;
    bottom: 400px;
    right: 0px;
}
main section.man08 .box3{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
main section.man08 .box4{
    position: absolute;
    bottom: 120px;
    right: 0px;
}
/*女裝1 - 內文字容器定位*/
main section.woman01 .box1{
    position: absolute;
    bottom: 350px;
    left: 70px;
}
main section.woman01 .box2{
    position: absolute;
    bottom: 350px;
    right: 0px;
}
main section.woman01 .box3{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
main section.woman01 .box4{
    position: absolute;
    bottom: 120px;
    right: 0px;
}
/*女裝2 - 內文字容器定位*/
main section.woman02 .box1{
    position: absolute;
    bottom: 550px;
    left: 70px;
}
main section.woman02 .box2{
    position: absolute;
    bottom: 550px;
    right: 0px;
}
main section.woman02 .box3{
    position: absolute;
    bottom: 350px;
    left: 70px;
}
main section.woman02 .box4{
    position: absolute;
    bottom: 350px;
    right: 0px;
}
main section.woman02 .box5{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
main section.woman02 .box6{
    position: absolute;
    bottom: 150px;
    right: 0px;
}
/*女裝3 - 內文字容器定位*/
main section.woman03 .box1{
    position: absolute;
    bottom: 350px;
    left: 70px;
}
main section.woman03 .box2{
    position: absolute;
    bottom: 340px;
    right: 0px;
}
main section.woman03 .box3{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
main section.woman03 .box4{
    position: absolute;
    bottom: 150px;
    right: 0px;
}
/*女裝4 - 內文字容器定位*/
main section.woman04 .box1{
    position: absolute;
    bottom: 350px;
    left: 70px;
}
main section.woman04 .box2{
    position: absolute;
    bottom: 350px;
    right: 0px;
}
main section.woman04 .box3{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
main section.woman04 .box4{
    position: absolute;
    bottom: 120px;
    right: 0px;
}
/*女裝5 - 內文字容器定位*/
main section.woman05 .box1{
    position: absolute;
    bottom: 400px;
    left: 70px;
}
main section.woman05 .box2{
    position: absolute;
    bottom: 400px;
    right: 0px;
}
main section.woman05 .box3{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
main section.woman05 .box4{
    position: absolute;
    bottom: 120px;
    right: 0px;
}
/*女裝6 - 內文字容器定位*/
main section.woman06 .box1{
    position: absolute;
    bottom: 550px;
    left: 70px;
}
main section.woman06 .box2{
    position: absolute;
    bottom: 350px;
    right: 0px;
}
main section.woman06 .box3{
    position: absolute;
    bottom: 350px;
    left: 70px;
}
main section.woman06 .box4{
    position: absolute;
    bottom: 120px;
    right: 0px;
}
main section.woman06 .box5{
    position: absolute;
    bottom: 150px;
    left: 70px;
}
/*女裝7 - 內文字容器定位*/
main section.woman07 .box1{
    position: absolute;
    bottom: 350px;
    left: 70px;
}
main section.woman07 .box2{
    position: absolute;
    bottom: 350px;
    right: 0px;
}
main section.woman07 .box3{
    position: absolute;
    bottom: 160px;
    left: 70px;
}
main section.woman07 .box4{
    position: absolute;
    bottom: 130px;
    right: 0px;
}
/*女裝8 - 內文字容器定位*/
main section.woman08 .box1{
    position: absolute;
    bottom: 350px;
    left: 70px;
}
main section.woman08 .box2{
    position: absolute;
    bottom: 130px;
    right: 0px;
}
main section.woman08 .box3{
    position: absolute;
    bottom: 160px;
    left: 70px;
}
/*back to top*/
#btn-back-to-top{
    position: fixed;
    bottom: 30px;
    right: 230px;
    font-size: 36px;
    display: none;
    border: 0px;
    color: #000000;
    background: none;
    opacity: 0.5;
    transition: 0.6s;
    z-index: 99;
}
#btn-back-to-top:hover{
    opacity: 1;
    transition: 0.6s;
    transform: translateY(-5px);
}

