﻿@charset "UTF-8";

/* ---google font--- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=微軟正黑體:wght@300;350;400;450;500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=sans-serif:wght@300;350;400;450;500;900&display=swap");

/* ---google icon--- */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");  /*全部Outlined*/


*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #333;
	line-height: 1; 
  font-size: 1rem;
	letter-spacing: 0.05rem;
	background:#f5eed0;

}

ol, ul {
  list-style: none;
}

/*HEADER*/
header {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto 0 auto;
	background:#727171;
}

header img{
	margin-left:20px;
}

.title{
	width:100%;
	height:510px;
	overflow:hidden;
	text-align:center;
  background: url(images/bg.png) center top / cover no-repeat;
	border-radius: 0 0 50% 50% / 0 0 100px 100px;
  border-bottom: 10px solid #e6b01f;
}

.title img{
	width:1200px;
	height:auto;
	margin:5px auto 0 auto;
}

nav.menu {
  width: 100%;
  height: 50px;
  margin:20px auto 20px auto;
}

.menu-list {
  width: 1150px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.menu-list > li {
  border-radius: 50px;
  border:5px solid #FFF;
  flex: 1;
  text-align: center;
  background:#ff7a22;
}

.menu-list > li > a {
	font-size:1.35rem;
  border-radius: 50px;
  display: block;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}

.menu-list > li:hover > a,
.menu-list > li.active > a {
  background: #e60012;
}


/*LAYOUT*/

article{
	width:100%;
	height:auto;
	overflow:hidden;
}

.info-section,
.promo-section,
.note-section {
  width: 1150px;
  margin: 30px auto;
  padding: 40px 50px;
  box-sizing: border-box;
  border-radius: 22px;
  background: #fff;
}

.info-section {
  border: 5px solid #004ea1;
}

.info-layout {
}

.info-layout.reverse {
  grid-template-columns: 1fr 250px;
}

.info-layout.reverse .info-brand {
  order: 2;
}

.info-brand {
  text-align: center;
}

.style-logo {
  width: 358px;
  max-width: 100%;
}

.kc-logo {
  width: 358px;
  max-width: 100%;
}

.info-content-area h2,
.promo-section h2,
.note-section h2 {
  margin: 0 0 20px 0;
  color: #004898;
  font-size: 1.6rem;
  line-height: 1.4;
}

.info-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 50px;
  padding: 14px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 1.08rem;
  line-height: 1.8;
}

.info-row:last-of-type {
  border-bottom: none;
}

.info-title {
  color: #004898;
  font-weight: bold;
}

.info-title::before {
  content: "◆";
  margin-right: 6px;
  color: #e6b01f;
  font-size: 0.8rem;
}

.info-content {
  color: #333;
}

.info-content p {
  margin: 0 0 10px 0;
}

.info-content a{
  color: #FFF;
  word-break: break-all;
  margin-right:10px;
}
.refund-list a {
  color: #004898;
  word-break: break-all;
  margin-right:10px;
  text-decoration: underline;
}


.info-content a:hover,
.refund-list a:hover {
  color: #e4001f;
  word-break: break-all;
}

.dot-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dot-list li {
  position: relative;
  margin: 4px 0;
  padding-left: 22px;
}

.dot-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #e6b01f;
  font-size: 0.75rem;
}

.text-red {
  color: #d32f2f;
  font-weight: bold;
  font-size:1.25rem;
}

.text-blue {
  color: #004898;
  font-weight: bold;
}

.book-list {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.book-item {
  text-align: center;
}
.book-item:first-child {
  width: 235px;
  text-align: center;
}
.book-item img {
	width:auto;
	height:180px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  margin:0 auto;
}

.book-item p {
  margin: 8px 0 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #333;
}


.btn-area {
  margin-top: 25px;
  text-align: center;
}

.main-btn {
  display: inline-block;
  padding: 10px 34px;
  border: 1px solid #d32f2f;
  border-radius: 6px;
  background: #d25353;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.2s ease;
}

.main-btn:hover {
  background: #fff;
  color: #d32f2f;
}

.promo-section {
  border: 5px solid #e6b01f;
  background: #fffdf3;
  text-align: center;
}

.promo-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-bottom: 20px;
}

.promo-logo span {
  color: #004898;
  font-size: 2.5rem;
  font-weight: bold;
}

.promo-subtitle {
  margin: 0 0 25px 0;
  color: #004898;
  font-size: 1.2rem;
  font-weight: bold;
}

.promo-gift {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 22px 30px;
  border-radius: 16px;
  background: #fff;
  border: 2px dashed #e6b01f;
  text-align: left;
}

.promo-gift img {
  width: 150px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.promo-gift h3 {
  margin: 0 0 8px 0;
  color: #d32f2f;
  font-size: 1.4rem;
}

.promo-gift p {
  margin: 0;
  color: #333;
  font-size: 1.1rem;
}

.note-section {
  border: 5px solid #ccc;
  background: #f9f9f9;
}
.note-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.note-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  line-height: 1.8;
}

.note-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #e6b01f;
  font-size: 0.75rem;
}
	.refund-list{
    margin:10px 0 0 5px;
    padding:0;
    list-style:none;
}

.refund-list li{
    position:relative;
    padding-left:20px;
    margin:6px 0;
}

.refund-list li::before{
    content:"－";
    position:absolute;
    left:0;
    color:#666;
}
/*FOOTER*/

#TOP{
	width:40px;
	height:40px;
	border-radius:10px;
	position:fixed; /*固定位置定位*/
  bottom:1%; 
  right:20px;
	text-align:center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	opacity: 0.65;
	transition: opacity 0.5s ease;
 	z-index: 9999;
 	display: none; 
}	

#TOP .material-symbols-outlined {
color:#666;
margin-top:8px;
font-variation-settings:
'FILL' 0,
'wght' 400, 
'GRAD' 0,
'opsz' 25
}


footer {
	width:100%;
	height:auto;	
	overflow:hidden;
	color:#FFF;
	text-align: center;
  font-size: .85rem;
	padding: 5px 0 ;
	line-height:1.5;
	background: #3d464d; 
}

footer a{
	color:#FFF;
}

.side-menu{
    position:fixed;
    right:5px;
    bottom:8%;
    width:150px;
    background:#fff;
	opacity:0.95; 
    border:3px solid #e6b01f;
    border-radius:15px;
    box-sizing:border-box;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    z-index:999;
    margin:0 auto;
    text-align:center;
    padding:5px ;

}

.side-title{
		width:95%;
    color:#004898;
    font-size:.95rem;
    line-height:1.6;
    text-align:center;
    font-weight:550;
}

.side-text{
    font-size:.95rem;
    line-height:1.6;
    color:#333;
    text-align:center;
}

.side-gift{
    margin:5px 0;
    color:#d32f2f;
    font-weight:bold;
    text-align:center;
}

.side-menu img{
    width:70%;
    display:block;
    margin:10px auto;
    border:1px solid #ddd;
    border-radius:8px;
}

.side-btn{
		width:60%;
    display:block;
    text-align:center;
    background:#d25353;
    color:#fff;
    text-decoration:none;
    padding:5px 5px;
    border-radius:5px;
    font-weight:bold;
    margin:10px auto;
}

.side-btn:hover{
    background:#b71c1c;
}

@media screen and (max-width: 768px) {


header img{
	width:75%;
	margin-left:5px;
}

.title{
	height:auto;
}

.title img{
	width:100%;
	margin:0 auto 0 auto;
}

  nav.menu{
    height:auto;
  	margin:10px auto;

  }

  .menu-list{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }

  .menu-list > li{
    flex:none;
    margin:0;
    border-width:3px;
  }

  .menu-list > li > a{
	font-size:1.15rem;
    line-height:35px;
  }


  .info-section,
  .promo-section,
  .note-section {
    width: calc(100% - 30px);
    padding: 25px 20px;
  margin: 15px auto;

  }

  .info-layout,
  .info-layout.reverse {
    display: block;
  }

  .info-layout.reverse .info-brand {
    order: initial;
  }

  .info-brand {
    margin-bottom: 22px;
  }

  .style-logo {
    width: 170px;
  }

  .kc-logo {
    width: 200px;
  }

  .info-row {
    display: block;
    padding: 13px 0;
  }

  .info-title {
    margin-bottom: 4px;
  }

  .book-list {
    justify-content: center;
  gap: 30px;
  margin-top:20px;

  }

  .book-item {
    width: 130px;
  }
.book-item:first-child {
    width: 130px;
}

.book-item img {
	height:150px;
}



  .promo-logo {
    gap: 12px;
  }

  .promo-logo .style-logo {
    width: 120px;
  }

  .promo-logo .kc-logo {
    width: 145px;
  }

  .promo-logo span {
    font-size: 1.8rem;
  }

  .promo-gift {
    display: block;
    text-align: center;
  }

  .promo-gift img {
    width: 140px;
    margin-bottom: 15px;
  }
  
footer {
  font-size: .75rem;

}

#TOP{
  bottom:12%; 
  right:10px;
}	

    .side-menu{
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        top:auto;

        width:auto;
        margin:0;

        display:flex;
        align-items:center;
        gap:10px;

        padding:8px 10px;
        border-radius:5px 5px 0 0;

        background:#fff;
        z-index:9999;
	opacity:1; 
    border:none;
   
    box-shadow:
        0 10px 25px rgba(0,0,0,.15),
        0 0 15px rgba(230,176,31,.35);
    }

    .side-menu img{
        width:55px;
        min-width:55px;
        margin:0;
        border-radius:5px;
    }

    .side-info{
        flex:1;
    }

    .side-title{
        margin:0;
        text-align:left;
        font-size:.95rem;
        line-height:1.2;
    }

    .side-gift{
        margin-top:2px;
        text-align:left;
        font-size:.8rem;
        line-height:1.3;
    }

    .side-btn{
        margin:0;
        padding:15px 12px;
        font-size:1rem;
        white-space:nowrap;
    }

    body{
        padding-bottom:90px;
    }
}
