/* google font */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body {
    font-family: futura-pt, Helvetica, Arial, sans-serif, "微軟正黑體", "Microsoft JhengHei";
    /* background-color: #fff6e2; */
    background-color: #efefef;
    color: #151515;
}

/* font color */
.text_w {
    color: #fff;
}

.text_orange {
    color: #de4113;
}

.text_yellow {
    color: #f5d941;
}

.text_black {
    color: #222222;
}

.text_dark {
    color: #41350e;
}

/* font size */
.f1 {
    font-size: 2.5vw;
}

.f2 {font-size: 1.2vw;}

.f3 {
    font-size: 1.2vw;
}

.f4 {
    font-size: 1vw;
}

.f4_bold {
    font-size: 1vw;
    font-weight: bold;
}

.f5 {
    font-size: 0.85vw;
}

.f6 {
    font-size: 0.85vw;
}

/* text a*/
.align_cen {
    text-align: center;
}


/* bg color */
.yellow {
    background-color: #f5d941;
}

.light_gray {
    background-color: #efefef;
}

.bk_white {
    background-color: #fff;
}

a {
    color: #151515;
}



/* kv */
.kv_wrap {
    width: 100%;
}

.kv_wrapper {
    position: relative;
}

.kv {
    display: block;
}

.mkv {
    display: none;
}

.scroll-wrap {
    text-align: center;
    padding-bottom: 30px;
    position: absolute;
    left: 31.15%;
    top: 74.5%;
}

.scroll-type {
    width: 23%;
    height: 6vh;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    -webkit-animation: arrow 1s infinite;
    animation: arrow 1s infinite;
}

.scroll-text {
    margin-top: 4px;
}

@keyframes arrow {
    0% {
        padding-top: 10px;
    }

    100% {
        padding-top: 20px;
    }
}

/* navBar */
.navArea {
    width: 100%;
    text-align: center;
    padding-top: 1.3%;
    padding-bottom: 1.3%;
    background-color: #ffffff;
}

.navTitle {
    font-weight: bold;
    padding: 0.3% 3.2%;
    margin-bottom: 0.5%;
    border: 2px solid #151515;
    display: inline-block;
}

nav {
    width: 70%;
    margin: 0 auto;
}

.brandList {
    margin: 1% 0.7%;
    display: inline-block;
    /* font-family: 'Cormorant Garamond', serif; */
}

.brandList:hover {
    color:#ffa200;
    /* color: #de4113; */
    text-decoration: overline;
}

.fixed {
    position: fixed;
    top: 60px;
    z-index: 1;
    background-color: rgba(130, 130, 130, 0.95);
    /* background-color: rgba(147, 140, 127, 0.95); */

}
.dot_yellow {
    background: url("../images/dot_yellow.gif") 0% 0% repeat-x;
}

/* A-Z */

.letter_A {
  /*width: 520px;
  height: 520px; */
  background: url("../images/letter_A.gif") 5% 0% no-repeat;
  /* background: url("../images/letter_A.png") top left no-repeat; */
}

.letter_B {
    background: url("../images/letter_B.gif") 5% 0% no-repeat;
  }
.letter_C {
    background: url("../images/letter_C.gif") 5% 0% no-repeat;
  }
.letter_D {
    background: url("../images/letter_D.gif") 5% 0% no-repeat;
  }
.letter_E {
    background: url("../images/letter_E.gif") 5% 0% no-repeat;
  }
.letter_G {
    background: url("../images/letter_G.gif") 5% 0% no-repeat;
}

.letter_I {
    background: url("../images/letter_I.gif") 5% 0% no-repeat;
}
.letter_J {
    background: url("../images/letter_J.gif") 5% 0% no-repeat;
}
.letter_K {
    background: url("../images/letter_K.gif") 5% 0% no-repeat;
}
.letter_L {
    background: url("../images/letter_L.gif") 5% 0% no-repeat;
}
.letter_M {
    background: url("../images/letter_M.gif") 5% 0% no-repeat;
}
.letter_O {
    background: url("../images/letter_O.gif") 5% 0% no-repeat;
}
.letter_P {
    background: url("../images/letter_P.gif") 5% 0% no-repeat;
}
.letter_S {
    background: url("../images/letter_S.gif") 5% 0% no-repeat;
}
.letter_T {
    background: url("../images/letter_T.gif") 5% 0% no-repeat;
}
.letter_Y {
    background: url("../images/letter_Y.gif") 5% 0% no-repeat;
}



/* brand */
.brand_wrap {
    width: 100%;
}

.brandBox_wrap {
    padding-top: 0;
}

.brandBox_wrap_top {
    padding-top: 6.5%;
}

.brandBox_wrap:first-child {
    padding-top: 0;
}

.brandBox {
    width: 80%;
    margin: 0% auto 2%;
    /*margin: 1.5% auto 2%;
    border-top: 2px solid #ffd37e; 
    border-top: 2px solid #ffffff;*/
}

.line_top {
	border-top: 2px solid #ffffff;
}

.brandBoxAZ {
    width: 80%;
    margin: 1.5% auto 2%;
    border-top: 2px solid #ffffff;
}

.brandTitle {
    text-align: center;
    /* font-family: 'Cormorant Garamond', serif;
    text-decoration: underline;*/
    text-decoration: none;
    margin: 4% auto 3%;
}

.brandFreebieBox {
    width: 100%;
    text-align: center;
}

.brandFreebie {
    width: 24%;
    padding: 0 1.5%;
    margin: 0% auto 2%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}




.freebiePic {}

.freebieLimit {     /* Kim 0125 */
    background-color: #dad7d7;
    margin: 0% 0 0 0%;
    width: 100%;
    height: 84px;
    padding: 10% 3%;
    /* 
    background-color: #de4113;
    margin: 3% 0 0 3%;
    padding: 1.5% 3%;
    display: inline-block;
    border-radius: 20px; */
}

.freebieDesc {
    margin: 2% 4% 2% 4%;
    line-height: 1.4em;
}

.greebie_pad {
    padding-bottom: 12%;
}

.brandBtnBox {
    width: 100%;
    text-align: center;
}

.brandBtn {
    background-color: #f5d941;
    margin-top: 3%;
    padding: 1.1% 7%;
    display: inline-block;
}

.brandBtn:hover {
    color: #fff;
    border-top: 2px #41350e;
    border-bottom: 2px #41350e;
}


.brandBtn2 {
	background-color: transparent;
	border: 3px solid #C73D3E;
    /* background-color: #f5d941;*/
    margin-top: 3%;
    padding: 1% 4%;
    display: inline-block;
}
/*
.brandBtn2:hover {
    color: #fff;
    border-top: 2px #41350e;
    border-bottom: 2px #41350e;
}
*/

.brandBtn2:link, .brandBtn2:visited {
  background-color: white;
  color: black;
  border: 2px solid green;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.brandBtn2:hover, .brandBtn2:active {
  background-color: #C73D3E;
  color: white;
}


.infoBtnBox {
    width: 100%;
    text-align: center;
    margin-top: -8%;
}

.infoBtn {
    background-color: #C73D3E;
    color: #fff;
    margin-top: 0%;
    padding: 4% 12%;
    display: inline-block;
}

.infoBtn:hover {
    color: #fff;
	background-color: #000;
}

.mb5 {
    margin-bottom: 5%;
}

.notice {
    text-align: center;
    width: 100%;
    padding: 1%;
    /* background: #ffe4be; */
    background: #C73D3E;
    background-color: rgba(133, 13, 13, 0.7);
    position: fixed;
    bottom: 0;
}

#F {
    display: none;
}






/*toTop*/
.toTop-arrow {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    opacity: 0.8;
    /* background: #f5d941;*/
    background: #000000;
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding-top: 5px;
    z-index: 1;
}

.toTop-arrow::before,
.toTop-arrow::after {
    width: 10px;
    height: 3px;
    border-radius: 5px;
    top: 10px;
    background: #fff;
    position: absolute;
    content: "";
}

.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 1.1rem;
}

.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 1.1rem;
}

.toTop-arrow:focus {
    outline: none;
}



/*popup*/

/***** popup's controler *****/

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}



/***** popup's appearance *****/


/* Modal */

.pop-modal {
    background-color: rgba(0, 0, 0, .65);
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
}


/* Modal Content */

.modal-content,
.modal-content02 {
    position: relative;
    top: 0px;
    margin: 0 auto;
    background-color: #434343;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-content {
    width: 600px;
}

.modal-content02 {
    width: 450px;
}

.modal-animated-in {
    animation: totop-in .3s ease;
}

.modal-animated-out {
    animation: totop-out .3s ease forwards;
}

.modal-header,
.modal-header02 {
    width: 100%;
}

.modal-header {
    background-color: #e6e6e6;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}

.modal-header02 {
    background-color: #253447;
    height: 195px;
    line-height: 35px;
    padding: 27px 40px;
}

.modal-content .close,
.modal-content02 .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.modal-content .close {
    background-color: #7e7e7e;
}

.modal-content02 .close {
    background-color: #253447;
}

.modal-content .close:hover {
    background-color: #fff;
    color: #222;
}

.modal-header h3 {
    color: #111111;
    /*text-shadow: 1px 1px rgba(0, 0, 0, 1);*/
    font-weight: bolder;
    font-size: 20px;
}

.modal-header02 h3 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

/* Modal Body */

.modal-body {
    padding: 20px 27px 20px 20px;
    line-height: 30px;
    font-size: 15px;
    color: white;
}

.modal-body h3 {
    font-size: 18px;
}

.modal-body-inner {
    overflow-y: auto;
    height: 350px;
    padding: 0 30px 0 10px;
}

.modal-body-inner hr {
    width: 97%;
}

.modal-body-inner h3 {
    margin-bottom: 5px;
}

.modal-body-inner::-webkit-scrollbar-track {
    background-color: #777777;
}

.modal-body-inner::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.modal-body-inner::-webkit-scrollbar-thumb {
    background-color: white;
}

.modal-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-body ul li {
    position: relative;
    margin-left: 30px;
    list-style-type: decimal-leading-zero;
}

.modal-body ul li::before {
    position: absolute;
    color: #5cc560;
    left: -20px;
    top: 10px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.modal-body a {
    color: #ede0ac;
}

.modal-body a:hover {
    color: #b9b9b9;
    transition: all .2s linear;
}

.modal-body-text-wrap {
    margin-bottom: 20px;
}

.modal-body-text {
    font-size: 15px;
}

.modal-body-text-wrap h5 {
    color: #ffd400;
    font-size: 15px;
}

.modal-body-text ol li {
    list-style: upper-alpha;
}

/* Modal Footer */

.modal-footer {
    background-color: #656464;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}

