@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/v2.0 | 20110126 License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

textarea {
  resize: none;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  text-align: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input, select {
  padding-left: 10px;
}

select {
  position: relative;
  background-position: calc(100% - 8px) 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  background-image: url("../img/icon/select_down.svg");
  opacity: 0.8;
}

/* ----------FUNCTION---------- */
/* ----------MININ---------- */
/*自訂scroll樣式 
參數:垂直ScrollBar寬，水平ScrollBar寬，Bar顏色，拖曳Bar顏色*/
/*繪製三角形
參數:方向，邊長，顏色*/
/* ----------Extend---------- */
/*background*/
#contentfield .newbox .img, #contentfield .newbox .icon, .historybox .swiperbox .yearbox .pic, #promotebtn, .nodata::before {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#headBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*hover*/
@media screen and (min-width: 768px) {
  #promotebtn {
    transition: transform 0.3s ease;
  }
  #promotebtn:hover {
    transform: scale(1.1);
  }
}

/*#region col*/
.col100 {
  width: 100%;
}

.col90 {
  width: 90%;
}

.col85 {
  width: 85%;
}

.col80 {
  width: 80%;
}

.col75 {
  width: 75%;
}

.col70 {
  width: 70%;
}

.col66 {
  width: 66.6666%;
}

.col65 {
  width: 65%;
}

.col60 {
  width: 60%;
}

.col55 {
  width: 55%;
}

.col50 {
  width: 50%;
}

.col45 {
  width: 45%;
}

.col40 {
  width: 40%;
}

.col35 {
  width: 35%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col25 {
  width: 25%;
}

.col20 {
  width: 20%;
}

.col16 {
  width: 16.6666667%;
}

.col15 {
  width: 15%;
}

/*#endregion col*/
.w1300 {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .w1300 {
    width: 90%;
  }
}

.w1100 {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .w1100 {
    width: 90%;
  }
}

/* ----------FONT-FAMAILY---------- */
.BackEditArea *, small, p,
ul,
li {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
}

#navbar .navitem .btn .text, h6, h5, h4, h3, h2, h1 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

#headBanner .textbox .title, .BackEditArea strong, strong {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

@font-face {
  font-family: Montserrat_Light;
  src: url("../font/Montserrat/Montserrat-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat_Regular;
  src: url("../font/Montserrat/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat_Medium;
  src: url("../font/Montserrat/Montserrat-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
/* ----------Scrollbar Initial---------- */
::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 4px;
  background-color: #A0A0A0;
}

::-webkit-scrollbar:horizontal {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #f5f5f5;
}

/* ----------VARIABLES---------- */
/*color*/
/*container*/
/* ----------Initial Setting---------- */
html {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}

body {
  font-family: sans-serif;
  color: #151B28;
  background-color: #FFFFFF;
}

@media screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/* ----------text---------- */
h1 {
  font-size: 2.25rem;
  color: #151B28;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 1.75rem;
  color: #151B28;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.375rem;
  }
}

h3 {
  font-size: 1.5rem;
  color: #151B28;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.25rem;
  color: #151B28;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 1.125rem;
  color: #151B28;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 480px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1.0625rem;
  color: #151B28;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  h6 {
    font-size: 1rem;
  }
}

p,
ul,
li {
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #151B28;
}
@media screen and (max-width: 768px) {
  p,
ul,
li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  p,
ul,
li {
    font-size: 1rem;
  }
}

a,
span {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  line-height: inherit;
}

strong {
  font-size: 1.0625rem;
  color: #151B28;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  strong {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  strong {
    font-size: 1rem;
  }
}

small {
  font-size: 0.875rem;
  color: #151B28;
}
@media screen and (max-width: 768px) {
  small {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  small {
    font-size: 0.875rem;
  }
}

button {
  cursor: pointer;
}

.dash {
  width: 40px;
  height: 1px;
  background-color: #f7b624;
  margin-top: 10px;
  margin-bottom: 15px;
}

.bread {
  margin-top: 20px;
  margin-bottom: 40px;
}
.bread .content {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
}
@media screen and (max-width: 1023px) {
  .bread {
    margin-bottom: 0px;
  }
  .bread .content {
    display: none;
  }
}

.pagebtnbox {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .pagebtnbox {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .pagebtnbox {
    font-size: 0.875rem;
  }
}
.pagebtnbox button {
  cursor: pointer;
  margin: 0 10px;
}
.pagebtnbox button.page {
  padding: 5px 2px;
}
.pagebtnbox button.page.active {
  border-bottom: 2px solid #f7b624;
}

.BackEditArea {
  max-width: 800px;
  margin: 0 auto;
}
.BackEditArea * {
  font-size: 1.125rem !important;
  line-height: 1.6 !important;
}
.BackEditArea a {
  color: #0092E5;
}
.BackEditArea img {
  margin: 10px 0;
}

.nodata {
  margin: 0 auto;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.nodata::before {
  content: "";
  width: 100px;
  height: 150px;
  background-image: url("../img/icon-nodone.svg");
  margin-bottom: 20px;
  order: 0;
}
.nodata::after {
  content: attr(data-nodata);
  font-size: 1.5em;
  margin-bottom: 30px;
  order: 1;
}

/*form*/
.searchbox,
.selectbox {
  width: 200px;
  height: 40px;
  display: flex;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.searchbox input {
  width: 100%;
  background-color: #FFFFFF;
  border: 0;
}

.selectbox select {
  border: 0;
}

.searchbtn {
  width: 60px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #f7b624;
  color: #f7b624;
  transition: transform 0.3s ease;
  text-align: center;
}
.searchbtn:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 480px) {
  .searchbtn {
    width: 100px;
  }
}

/*Animation*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
#navbar {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #291915;
}
#navbar .logo {
  width: 120px;
  margin-left: 30px;
}
#navbar .logo img {
  width: 100%;
  transition: transform 0.5s ease;
}
#navbar .logo img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1023px) {
  #navbar .logo {
    margin-left: 20px;
  }
}
#navbar .navitem {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 50px;
}
#navbar .navitem .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  border-right: 1px solid #FFFFFF;
  transition: border 0.5s ease;
}
#navbar .navitem .btn:nth-last-child(1) {
  border-right: 0;
}
#navbar .navitem .btn:hover .text,
#navbar .navitem .btn:hover .small {
  color: #f7b624;
  transform: scale(1.1);
}
#navbar .navitem .btn .text {
  transition: color 0.5s ease, transform 0.5s ease;
  color: #FFFFFF;
}
#navbar .navitem .btn .small {
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.8;
  transition: color 0.5s ease, transform 0.5s ease;
}
#navbar .mobile {
  display: none;
}
#navbar #hambuger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}
#navbar #hambuger.active::before {
  display: none;
}
#navbar #hambuger::before {
  content: "MENU";
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 14px;
  color: #fff;
  transform: translate(-100%, -50%);
}
#navbar #hambuger .menu-icon {
  cursor: pointer;
  padding: 30px 30px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}
#navbar #hambuger .menu-icon .navicon {
  background: rgba(255, 255, 255, 0.5647058824);
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
#navbar #hambuger .menu-icon .navicon:before, #navbar #hambuger .menu-icon .navicon:after {
  background: rgba(255, 255, 255, 0.5647058824);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
#navbar #hambuger .menu-icon .navicon:before {
  top: 5px;
}
#navbar #hambuger .menu-icon .navicon:after {
  top: -5px;
}
#navbar #hambuger .menu-btn {
  display: none;
}
#navbar #hambuger .menu-btn:checked ~ .menu {
  max-height: 240px;
}
#navbar #hambuger .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
#navbar #hambuger .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
#navbar #hambuger .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
#navbar #hambuger .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, #navbar #hambuger .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
#navbar #nav_blackfield {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3137254902);
  z-index: 4;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1023px) {
  #navbar {
    height: 60px;
  }
  #navbar .mobile {
    display: block;
  }
  #navbar .navitem {
    display: block;
    width: 0vw;
    height: 100vh;
    margin: 0px;
    padding-top: 60px;
    transition: width 0.5s ease;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #291915;
    z-index: 5;
  }
  #navbar .navitem .btn {
    display: none;
    width: 100%;
    height: 70px;
    margin: 0px;
    flex-direction: column;
  }
  #navbar .navitem.active {
    width: 80vw;
  }
  #navbar .navitem.active .btn {
    display: flex;
  }
  #navbar #hambuger .menu-icon {
    display: block;
  }
}

#nav_gap {
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 1023px) {
  #nav_gap {
    height: 60px;
  }
}

#promotebtn {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 8%;
  right: 3%;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  #promotebtn {
    width: 80px;
    height: 80px;
  }
}

#footer {
  width: 100%;
  background-color: #291915;
  position: relative;
}
#footer .contentbox {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
#footer .contentbox .left {
  width: 35%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
#footer .contentbox .left .logo {
  width: 180px;
  margin-bottom: 30px;
}
#footer .contentbox .left .text {
  color: #FFFFFF;
  margin-bottom: 5px;
  transition: opacity 0.3s ease;
}
#footer .contentbox .left a.text:hover {
  opacity: 0.5;
}
#footer .contentbox .right {
  width: 65%;
  height: auto;
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.1254901961);
}
#footer .contentbox .right .list {
  margin-left: 15%;
}
#footer .contentbox .right .list .item {
  transition: opacity 0.3s ease;
  display: block;
  margin-bottom: 20px;
  color: #FFFFFF;
}
#footer .contentbox .right .list .item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1366px) {
  #footer .contentbox .left {
    width: 37%;
  }
  #footer .contentbox .right {
    width: 63%;
  }
}
@media screen and (max-width: 1023px) {
  #footer .contentbox .left {
    width: 45%;
  }
  #footer .contentbox .right {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #footer .contentbox .left {
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .contentbox .left .logo {
    margin-bottom: 15px;
  }
  #footer .contentbox .right {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    justify-content: center;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
  }
  #footer .contentbox .right .list {
    margin-left: 0%;
    margin: 0 5%;
  }
}
#footer #pagetop {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
}
#footer #pagetop .content {
  display: flex;
  align-items: center;
}
#footer #pagetop .content .text {
  color: #FFFFFF;
  margin-right: 10px;
}
#footer #pagetop .content .arrowbox {
  -webkit-animation-name: fade_up;
          animation-name: fade_up;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#footer #pagetop .content .arrowbox .arrow {
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  transform: rotate(135deg);
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #footer #pagetop {
    right: 20px;
  }
}

@-webkit-keyframes fade_up {
  from {
    transform: translateY(2.5px);
    opacity: 1;
  }
  to {
    transform: translateY(-2.5px);
    opacity: 0;
  }
}

@keyframes fade_up {
  from {
    transform: translateY(2.5px);
    opacity: 1;
  }
  to {
    transform: translateY(-2.5px);
    opacity: 0;
  }
}
#headBanner {
  width: 100%;
  background-attachment: fixed;
  padding-bottom: 35%;
  position: relative;
}
#headBanner .textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#headBanner .textbox .title,
#headBanner .textbox .text {
  color: #FFFFFF;
  width: 50%;
  margin-bottom: 30px;
}
#headBanner .textbox .downloadbox {
  width: 200px;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #FFFFFF;
}
#headBanner .textbox .downloadbox:hover {
  background-color: rgba(255, 255, 255, 0.1254901961);
}
#headBanner .textbox .downloadbox .download_text {
  color: #FFFFFF;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  #headBanner .textbox .title,
#headBanner .textbox .text {
    width: 60%;
  }
}
@media screen and (max-width: 1366px) {
  #headBanner .textbox .title,
#headBanner .textbox .text {
    width: 70%;
  }
}
@media screen and (max-width: 1023px) {
  #headBanner {
    padding-bottom: 55%;
  }
  #headBanner .textbox .title,
#headBanner .textbox .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #headBanner {
    padding-bottom: 80%;
  }
}
@media screen and (max-width: 480px) {
  #headBanner {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 380px) {
  #headBanner {
    padding-bottom: 120%;
  }
}

.historybox {
  width: 100%;
  padding: 6% 0;
  background-color: #533016;
}
@media screen and (max-width: 1023px) {
  .historybox {
    padding: 80px 0;
  }
}
.historybox .animeicon {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 6%;
}
.historybox .animeicon .img {
  width: 50%;
  margin-bottom: 30px;
}
.historybox .animeicon .text {
  color: #FFFFFF;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .historybox .animeicon .img {
    width: 70%;
  }
  .historybox .animeicon .text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .historybox .animeicon .img {
    width: 80%;
  }
  .historybox .animeicon .text {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .historybox .animeicon .img {
    width: 100%;
  }
}
.historybox .titlebox {
  margin-bottom: 4%;
  text-align: center;
}
.historybox .titlebox .title {
  color: #FFFFFF;
  font-family: Montserrat_Medium;
  margin-bottom: 10px;
}
.historybox .titlebox .subtitle {
  color: #FFFFFF;
}
.historybox .swiperbox {
  position: relative;
}
.historybox .swiperbox .arrowbox {
  position: absolute;
  top: calc(100% + 40px);
  right: calc(0% + 110px);
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .historybox .swiperbox .arrowbox {
    top: calc(100% + 30px);
  }
}
.historybox .swiperbox .arrowbox .swiper-button-prev,
.historybox .swiperbox .arrowbox .swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  background-image: none;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
  top: 0%;
}
.historybox .swiperbox .arrowbox .swiper-button-prev:hover,
.historybox .swiperbox .arrowbox .swiper-button-next:hover {
  transform: scale(1.1);
  opacity: 0.9;
}
.historybox .swiperbox .arrowbox .swiper-button-prev {
  left: 0% !important;
}
.historybox .swiperbox .arrowbox .swiper-button-prev::before {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #f7b624;
  border-left: 1px solid #f7b624;
  transform: rotate(45deg);
  margin-left: 7.5px;
}
.historybox .swiperbox .arrowbox .swiper-button-next {
  left: calc(0% + 50px) !important;
}
.historybox .swiperbox .arrowbox .swiper-button-next::before {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #f7b624;
  border-left: 1px solid #f7b624;
  transform: rotate(225deg);
  margin-right: 7.5px;
}
.historybox .swiperbox .yearbox {
  position: relative;
  width: 100%;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.3137254902);
  border-top: 0px;
  padding-left: 10px;
}
.historybox .swiperbox .yearbox .year {
  width: 80%;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.historybox .swiperbox .yearbox .text {
  width: 80%;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.historybox .swiperbox .yearbox .pic {
  width: 50%;
  padding-bottom: 33%;
}
@media screen and (max-width: 1023px) {
  .historybox .swiperbox .yearbox {
    height: 300px;
  }
  .historybox .swiperbox .yearbox .pic {
    width: 80%;
    padding-bottom: 52%;
  }
}
@media screen and (max-width: 480px) {
  .historybox .swiperbox .yearbox {
    height: 250px;
  }
  .historybox .swiperbox .yearbox .pic {
    width: 80%;
    padding-bottom: 52%;
  }
}

#contentfield {
  background-color: #F7F4F2;
  padding: 5% 0;
}
#contentfield .newbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
}
#contentfield .newbox .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
#contentfield .newbox .icon.leaf {
  background-image: url("../img/responsibility/icon-1.svg");
}
#contentfield .newbox .icon.heart {
  background-image: url("../img/responsibility/icon-2.svg");
}
#contentfield .newbox .icon.award {
  background-image: url("../img/responsibility/icon-3.svg");
}
#contentfield .newbox .icon.star {
  background-image: url("../img/responsibility/icon-4.svg");
}
#contentfield .newbox .textbox {
  width: 40%;
  padding: 20px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contentfield .newbox .textbox .title {
  margin-bottom: 10px;
}
#contentfield .newbox .img {
  width: 60%;
  padding-bottom: 35%;
}
@media screen and (max-width: 1023px) {
  #contentfield .newbox .textbox {
    width: 100%;
    order: 2;
  }
  #contentfield .newbox .img {
    width: 100%;
    padding-bottom: 58%;
    order: 1;
  }
}/*# sourceMappingURL=responsibility.css.map */