@charset "UTF-8";

/****font****/
/****Italiana****/
@font-face {
    font-family: "Italiana";
    font-display: swap;
    src: url('/__static__/assets/fonts/Italiana/Italiana-Regular.ttf') format('truetype');
}

/****Montserrat****/
@font-face {
    font-family: "Montserrat-T";
    font-display: swap;
    src: url('/__static__/assets/fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat-L";
    font-display: swap;
    src: url('/__static__/assets/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url('/__static__/assets/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat-M";
    font-display: swap;
    src: url('/__static__/assets/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat-B";
    font-display: swap;
    src: url('/__static__/assets/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

:root {
    --mainColor: #fffc00;
    --titleColor: #191919;
    --textColor: #616161;
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: normal;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', 'Microsoft JhengHei', 'PingFang', sans-serif;
    overflow: hidden;
}

ul,
ol {
    margin: 0;
    list-style-type: none;
}

a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

address {
    font-style: normal;
}

img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

img.c-img-load {
    background: url(../../images/common/ajax-loader.gif) center no-repeat;
    background-size: 25px 25px;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

button:focus-visible {
    outline: none;
}

fieldset {
    border: none;
}

select:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none;
}

iframe {
    width: 100%;
    border: none;
}

sup,
sub {
    font-size: calc(1em - 3px);
}

.slick-track * {
    outline: none;
}

.slick-list,
.slick-track {
    min-width: 100%;
}

/**IOS樣式去除**/
select,
input,
textarea {
    display: block;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    line-height: 1.2;
    color: #313131;
    font-family: 'Montserrat', 'Microsoft JhengHei', 'PingFang', sans-serif;
}

input::placeholder,
textarea::placeholder {
    color: #797979;
}

select {
    height: 70px;
    padding: 20px 60px 20px 30px;
    line-height: 1.2;
    background: url(../../images/common/icon_arrow_bottom.svg) calc(100% - 30px) center no-repeat #fff;
    background-size: 17px 10px;
    border: 1px solid #d6d6d6;
}

textarea {
    resize: none;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-o-clear {
    display: none;
}

input[type="submit"] {
    cursor: pointer;
}

/****radio****/
.c-radio {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.2;
    color: #313131;
    cursor: pointer;
    flex: 0 0 auto;
}

input[type="radio"] {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
    border-radius: 50%;
    border: 1px solid #313131;
    flex: 0 0 auto;
    cursor: pointer;
    overflow: hidden;
}

input[type="radio"]:checked {
    border-color: var(--mainColor);
    background: var(--mainColor);
}

.c-radio__title {
    display: block;
    width: 100%;
    margin: calc(15px - .6em) 0 0 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    flex: 0 1 auto;
}

/**IE箭頭去除**/
select::-ms-expand {
    display: none;
}

/****卷軸樣式****/
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 6px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: var(--mainColor);
}

/****錨點****/
.c-anchor {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

/****共用樣式****/
.c-toggleBox,
.c-cidInput {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    background: none;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.c-inlineBlock {
    display: inline-block;
}

.c-content {
    display: block;
    width: calc(100% - 200px);
    max-width: 1720px;
    margin: 0 auto;
}

.c-text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: var(--textColor);
}

.c-more {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    font-size: 15px;
    line-height: 1;
    color: var(--titleColor);
}

.c-more::before,
.c-more span {
    content: 'VIEW MORE';
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    transition: transform .4s ease-in-out;
    flex: 0 0 auto;
}

.c-more::after {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 25px;
    border-radius: 50%;
    background: var(--mainColor);
    overflow: hidden;
    transition: transform .4s ease-in-out;
    flex: 0 0 auto;
}

.c-more:hover::before,
.c-more:hover span {
    transform: translateX(45px);
}

.c-more:hover::after {
    transform: translateX(calc(-9.5em + 25px));
}

/**回列表**/
.c-back {
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    font-size: 45px;
    line-height: 1;
    color: var(--titleColor);
    font-family: "Italiana";
}

.c-back::before {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 45px 0 0;
    border-radius: 50%;
    background: var(--mainColor);
    transition: transform .4s ease-in-out;
    z-index: 10;
    flex: 0 0 auto;
}

.c-back::after {
    content: 'BACK TO LIST';
    display: block;
    width: auto;
    max-width: 100%;
    transition: transform .4s ease-in-out;
}

.c-back:hover::before {
    transform: translateX(calc(45px + 5.9em));
}

.c-back:hover::after {
    transform: translateX(-65px);
}

/****共用banner****/
.c-banner {
    display: block;
    width: 100%;
    height: 730px;
    overflow: hidden;
}

/**背景**/
.c-banner__bg {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.c-banner__bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.c-banner__bg img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.c-banner__bg .pad,
.c-banner__bg .mb {
    display: none;
}

/**文案**/
.c-banner__content {
    position: absolute;
    bottom: 55px;
    left: 50%;
    display: block;
    width: calc(100% - 100px);
    transform: translateX(-50%);
}

.c-banner__content__title {
    display: block;
    width: 100%;
    font-size: 190px;
    line-height: 1;
    color: #fff;
    font-family: "Italiana";
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

/****驗證碼****/
.c-captcha {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.c-captcha__input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #313131;
    flex: 0 1 auto;
}

.c-captcha__pic {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 110px;
    padding: 0 10px;
    background: #313131;
    cursor: pointer;
}

.c-captcha__pic img {
    width: 90px;
}

/****RWD start****/
@media screen and (max-width:1199px) {}

@media screen and (max-width: 991px) {

    /****錨點****/
    .c-anchor {
        top: 0;
    }

    /****共用樣式****/
    .c-content {
        width: calc(100% - 60px);
    }

    /****回列表****/
    .c-back {
        font-size: 20px;
    }

    .c-back::before {
        margin: 0 20px 0 0;
    }

    .c-back:hover::before {
        transform: translateX(calc(20px + 5.9em));
    }

    .c-back:hover::after {
        transform: translateX(-40px);
    }

    /****共用banner****/
    .c-banner {
        height: 445px;
    }

    /**背景**/
    .c-banner__bg .pc {
        display: none;
    }

    .c-banner__bg .pad {
        display: block;
    }

    /**文案**/
    .c-banner__content {
        bottom: 35px;
        width: calc(100% - 60px);
    }

    .c-banner__content__title {
        font-size: 100px;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {

    select,
    input,
    select,
    textarea {
        font-size: 15px;
    }

    select {
        height: 50px;
        padding: 13.5px 40px 13.5px 15px;
        background-position: calc(100% - 15px) center;
        background-size: 13px 9px;
    }

    /****radio****/
    input[type="radio"] {
        width: 25px;
        height: 25px;
    }

    .c-radio__title {
        margin: calc(12.5px - .6em) 0 0 0;
    }

    /****錨點****/
    .c-anchor {
        top: 0;
    }

    /****共用樣式****/
    .c-content {
        width: calc(100% - 40px);
    }

    .c-text {
        font-size: 14px;
    }

    .c-more {
        font-size: 14px;
    }

    .c-more::after {
        width: 15px;
        height: 15px;
        margin: 0 0 0 20px;
    }

    .c-more:hover::before,
    .c-more:hover span {
        transform: translateX(35px);
    }

    .c-more:hover::after {
        transform: translateX(calc(-9.5em + 25px));
    }

    /**回列表**/
    .c-back {
        font-size: 17px;
    }

    .c-back::before {
        width: 15px;
        height: 15px;
    }

    .c-back:hover::before {
        transform: translateX(calc(15px + 5.9em));
    }

    .c-back:hover::after {
        transform: translateX(-35px);
    }

    /****共用banner****/
    .c-banner {
        height: 250px;
    }

    /**背景**/
    .c-banner__bg .pad {
        display: none;
    }

    .c-banner__bg .mb {
        display: block;
    }

    /**文案**/
    .c-banner__content {
        bottom: 20px;
        width: calc(100% - 40px);
    }

    .c-banner__content__title {
        font-size: 50px;
    }

    /****驗證碼****/
    .c-captcha__input {
        height: 50px;
    }

    .c-captcha__pic {
        width: 90px;
        padding: 0;
    }
}

/****觸控螢幕****/
@media (any-hover: none) {

    /****共用樣式****/
    .c-more:hover::before,
    .c-more:hover::after,
    .c-more:hover span {
        transform: none;
    }

    /**回列表**/
    .c-back:hover::before,
    .c-back:hover::after {
        transform: none;
    }
}

/****IOS樣式****/
@supports (-webkit-touch-callout: none) {
    input::placeholder {
        line-height: 2;
    }
}