h1 {
  font-weight: 700; }

h2 {
  font-weight: 700; }

h3 {
  font-weight: 700; }

h4 {
  font-weight: 700; }

h5 {
  font-weight: 700; }

h6 {
  font-weight: 700; }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format("opentype"); }

@font-face {
  font-family: 'icochild';
  src: url("../fonts/icochild.eot?kxcwwp");
  src: url("../fonts/icochild.eot?kxcwwp#iefix") format("embedded-opentype"), url("../fonts/icochild.ttf?kxcwwp") format("truetype"), url("../fonts/icochild.woff?kxcwwp") format("woff"), url("../fonts/icochild.svg?kxcwwp#icochild") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icochild' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e906"; }

.icon-Q:before {
  content: "\e905"; }

.icon-arrow-l:before {
  content: "\e900"; }

.icon-arrow-r:before {
  content: "\e901"; }

.icon-donate:before {
  content: "\e902"; }

.icon-home:before {
  content: "\e903"; }

.icon-fb:before {
  content: "\e904"; }

select, .page li a {
  width: 100%;
  height: 100%; }

.tt, .txt, .article-content {
  text-align: justify;
  text-justify: inter-ideographic; }

.page, .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.dropdown .select:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@-webkit-keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes bag {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes bag {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    top: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 30px; } }

@keyframes arrow {
  0% {
    opacity: 0;
    top: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 30px; } }

@-webkit-keyframes total {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes total {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

input,
button,
select,
textarea {
  outline: none; }

*:focus {
  outline: none; }

.checkBox {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #cd2c5d;
  background: white; }
  @media screen and (max-width: 767px) {
    .checkBox {
      width: 25px;
      height: 25px; } }
  .checkBox input {
    display: none;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible; }
  .checkBox [type=checkbox] {
    padding: 0; }
  .checkBox label {
    display: block;
    height: 40px;
    position: relative;
    width: 40px; }
    @media screen and (max-width: 767px) {
      .checkBox label {
        width: 25px;
        height: 25px; } }
    .checkBox label:before, .checkBox label:after {
      content: '';
      display: block;
      border-radius: 3px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      position: absolute;
      background: #f1c5d3;
      top: 10px;
      left: 10px; }
      @media screen and (max-width: 767px) {
        .checkBox label:before, .checkBox label:after {
          top: 11px;
          left: 11px; } }
    .checkBox label:after {
      height: 20px;
      width: 11px;
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg); }
      @media screen and (max-width: 767px) {
        .checkBox label:after {
          width: 7px;
          height: 13px;
          -webkit-transform: rotate(-50deg) translate(0px, -7px);
          transform: rotate(-50deg) translate(0px, -7px); } }
    .checkBox label:before {
      height: 34px;
      width: 11px;
      -webkit-transform: rotate(38deg) translate(1px, -17px);
      transform: rotate(38deg) translate(1px, -17px); }
      @media screen and (max-width: 767px) {
        .checkBox label:before {
          width: 7px;
          height: 20px;
          -webkit-transform: rotate(38deg) translate(-6px, -10px);
          transform: rotate(38deg) translate(-6px, -10px); } }
  .checkBox:hover:before, .checkBox:hover:after {
    border-color: #fd92b4; }

input:checked + label:after {
  -webkit-animation: checka 0.3s;
  animation: checka 0.3s;
  background: #cd2c5d; }

input:checked + label:before {
  -webkit-animation: checkb 0.3s;
  animation: checkb 0.3s;
  background: #cd2c5d; }

@-webkit-keyframes checka {
  0% {
    -webkit-transform: rotate(-50deg) scale(0.7);
    transform: rotate(-50deg) scale(0.7); }
  50% {
    -webkit-transform: rotate(-50deg) scale(1);
    transform: rotate(-50deg) scale(1); } }

@keyframes checka {
  0% {
    -webkit-transform: rotate(-50deg) scale(0.7);
    transform: rotate(-50deg) scale(0.7); }
  50% {
    -webkit-transform: rotate(-50deg) scale(1);
    transform: rotate(-50deg) scale(1); } }

@-webkit-keyframes checkb {
  0% {
    -webkit-transform: rotate(38deg) translate(1px, -17px) scale(0.7);
    transform: rotate(38deg) translate(1px, -17px) scale(0.7); }
  50% {
    -webkit-transform: rotate(38deg) translate(1px, -17px) scale(1);
    transform: rotate(38deg) translate(1px, -17px) scale(1); } }

@keyframes checkb {
  0% {
    -webkit-transform: rotate(38deg) translate(1px, -17px) scale(0.7);
    transform: rotate(38deg) translate(1px, -17px) scale(0.7); }
  50% {
    -webkit-transform: rotate(38deg) translate(1px, -17px) scale(1);
    transform: rotate(38deg) translate(1px, -17px) scale(1); } }

.list .form input[type=text] {
  height: 30px;
  width: 60px;
  text-align: left;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #cd2c5d;
  display: inline-block;
  margin-left: 5px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .list .form input[type=text] {
      font-size: 1.6rem; } }

.list .money input[type=text] {
  margin-left: 0;
  margin-right: 5px; }

.list .form {
  display: block;
  position: relative; }
  .list .form:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #979797;
    position: absolute;
    right: 14px;
    bottom: 0; }
    @media screen and (max-width: 413px) {
      .list .form:after {
        right: 6px;
        bottom: 3px; } }

.list .money:after {
  right: inherit;
  left: 23px; }
  @media screen and (max-width: 413px) {
    .list .money:after {
      left: 15px; } }

input[type=text],
input[type=email],
input[type=tel] {
  background: transparent;
  -webkit-box-shadow: transparent 0;
  box-shadow: transparent 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 0; }

.form-s3 {
  width: 80%;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .form-s3 {
      width: 85%; } }
  @media screen and (max-width: 374px) {
    .form-s3 {
      width: 90%; } }
  .form-s3 .inputBox {
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .form-s3 .inputBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .form-s3 input[type=text],
  .form-s3 input[type=email],
  .form-s3 input[type=tel] {
    height: 50px;
    width: 100%;
    border: 0;
    text-align: left;
    background: white;
    border: 1px solid #dadada;
    padding-left: 25px;
    border-radius: 50px;
    font-size: 25.6px;
    font-size: 1.6rem;
    color: #585858;
    display: inline-block; }
  .form-s3 label {
    color: #6d6d6d;
    font-size: 25.6px;
    font-size: 1.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    display: block; }
    @media screen and (max-width: 767px) {
      .form-s3 label {
        margin-bottom: 10px; } }

select {
  border: 0;
  background-color: transparent;
  position: relative;
  font-size: 25.6px;
  font-size: 1.6rem; }

.select {
  color: #6d6d6d; }

.selectBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .selectBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .input-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .input-row .inputBox {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .input-row .inputBox {
        width: 100%; } }

.dropdown {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #dadada;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #474747;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .dropdown {
      width: 100%; } }

.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 10px;
  position: relative; }
  .dropdown .select:after {
    content: "";
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: #cd2c5d transparent transparent transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

.dropdown:active {
  background-color: #f8f8f8; }

.dropdown.active:hover,
.dropdown.active {
  border-radius: 5px 5px 0 0; }

.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: calc(100% + 2px);
  left: -1px;
  margin-top: 1px;
  border: 1px solid #dadada;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  overflow: hidden;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 9; }

.dropdown .dropdown-menu li {
  padding: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  color: #6d6d6d;
  font-size: 25.6px;
  font-size: 1.6rem; }

.dropdown .dropdown-menu {
  padding: 0;
  list-style: none; }

.dropdown .dropdown-menu li:hover {
  background-color: #e9e9e9; }

.dropdown .dropdown-menu li:active {
  background-color: #e2e2e2; }

.main {
  width: 80%;
  max-width: 915px;
  padding: 70px;
  padding-bottom: 30px;
  margin: auto;
  position: relative;
  border: solid 1px #efeddf;
  margin-bottom: 250px; }
  @media screen and (min-width: 961px) {
    .main:after {
      content: "";
      position: absolute;
      background: #e6dfc7;
      height: 100%;
      width: 101%;
      top: 0;
      left: 0;
      z-index: -1; } }
  @media screen and (max-width: 767px) {
    .main {
      width: 90%;
      padding: 30px 25px; } }

.deco-flower {
  top: -90px;
  right: 70px;
  pointer-events: none; }

.deco-event {
  top: -64px;
  right: 45px;
  pointer-events: none; }

.deco-pen {
  top: 17%;
  right: -7%;
  pointer-events: none; }

.deco-eraser {
  bottom: 40%;
  left: -9%;
  pointer-events: none; }

.deco-ruler {
  bottom: 2%;
  left: -11%;
  pointer-events: none; }

.deco-histroy {
  bottom: 5%;
  left: -8%;
  width: 120px;
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
  pointer-events: none; }

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .item {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (max-width: 960px) {
    .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .item * {
    display: block; }
  @media screen and (min-width: 1025px) {
    .item:hover {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .item:hover .pic {
        -webkit-transform: scale(1.02);
        transform: scale(1.02); }
      .item:hover .more {
        color: white;
        background: #cd2c5d; } }
  .item .info {
    text-align: left;
    margin-left: 20px;
    width: 100%;
    letter-spacing: 1px; }
    @media screen and (max-width: 960px) {
      .item .info {
        margin-left: 0;
        margin-top: 20px; } }

.picBox {
  width: 295px;
  height: 210px;
  border: 1px dashed #cd2c5d;
  border-radius: 20px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 960px) {
    .picBox {
      width: 100%;
      height: auto; } }

.item .pic {
  border-radius: 20px;
  overflow: hidden;
  margin: 5px;
  height: 200px;
  background: url(../img/pic2.jpg) no-repeat center/cover, black;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media screen and (max-width: 374px) {
    .item .pic {
      height: 150px; } }

.date {
  color: #6d6d6d;
  font-size: 22.4px;
  font-size: 1.4rem; }

.tt {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 5px 0; }

.txt {
  font-size: 24px;
  font-size: 1.5rem;
  color: #585858;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .txt {
      margin-top: 10px; } }

.more {
  font-size: 19.2px;
  font-size: 1.2rem;
  width: 110px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 35px;
  border: 1px solid #cd2c5d;
  margin-top: 10px;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  @media screen and (max-width: 960px) {
    .more {
      width: 100%;
      height: 50px;
      line-height: 50px;
      margin: 20px auto;
      background: #cd2c5d;
      color: white;
      font-size: 1.4rem; } }
  @media screen and (max-width: 413px) {
    .more {
      height: 40px;
      line-height: 40px; } }

.page {
  margin-top: 80px; }
  @media screen and (max-width: 960px) {
    .page {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-top: 1px solid #ddd;
      padding-top: 20px;
      margin-top: 40px; } }
  .page ul {
    margin: 0 10px; }
    @media screen and (max-width: 960px) {
      .page ul {
        display: none; } }
  .page li {
    font-size: 20.8px;
    font-size: 1.3rem;
    display: inline-block;
    margin: 0 5px; }
    .page li a {
      display: block;
      color: #585858;
      padding: 5px;
      font-weight: 500;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .page li a:hover:not(.active) {
        color: #cd2c5d;
        font-weight: bold; }
    .page li .active {
      color: white;
      position: relative;
      z-index: 0; }
      .page li .active:after {
        content: "";
        width: 28px;
        height: 28px;
        border-radius: 100%;
        background: #cd2c5d;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1; }
  .page .arrow-r,
  .page .arrow-l {
    font-size: 20.8px;
    font-size: 1.3rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.8; }
    @media screen and (max-width: 960px) {
      .page .arrow-r,
      .page .arrow-l {
        font-size: 2.2rem; } }
    .page .arrow-r span,
    .page .arrow-l span {
      display: inline-block;
      vertical-align: middle; }
      .page .arrow-r span.txt,
      .page .arrow-l span.txt {
        display: none;
        margin-top: 0; }
        @media screen and (max-width: 960px) {
          .page .arrow-r span.txt,
          .page .arrow-l span.txt {
            display: inline-block; } }
  @media screen and (min-width: 1025px) {
    .page .arrow-l:hover {
      -webkit-transform: scale(1.1) translateX(-3px);
      transform: scale(1.1) translateX(-3px); } }
  @media screen and (max-width: 960px) {
    .page .arrow-l .txt {
      margin-left: 15px; } }
  @media screen and (min-width: 1025px) {
    .page .arrow-r:hover {
      -webkit-transform: scale(1.1) translateX(3px);
      transform: scale(1.1) translateX(3px); } }
  @media screen and (max-width: 960px) {
    .page .arrow-r .txt {
      margin-right: 15px; } }
  .page .arrow-front {
    margin-right: 5px; }
    @media screen and (max-width: 960px) {
      .page .arrow-front {
        display: none; } }
    .page .arrow-front span {
      display: inline-block; }
      .page .arrow-front span:last-child {
        margin-left: -3px; }
  .page .arrow-last {
    margin-left: 5px; }
    @media screen and (max-width: 960px) {
      .page .arrow-last {
        display: none; } }
    .page .arrow-last span {
      display: inline-block; }
      .page .arrow-last span:first-child {
        margin-right: -3px; }

p {
  color: #585858; }
  @media screen and (max-width: 960px) {
    p {
      width: 90%;
      margin: auto;
      text-align: justify;
      text-justify: inter-ideographic; } }
  @media screen and (max-width: 767px) {
    p {
      width: 100%; } }
  p span {
    display: block; }
    @media screen and (max-width: 960px) {
      p span {
        display: inline; } }

.histroy-tt {
  margin-bottom: 15px; }

@media screen and (max-width: 960px) {
  .histroy-main {
    margin-top: 30px;
    padding: 77px 25px 30px; } }

@media screen and (max-width: 374px) {
  .histroy-main {
    padding: 77px 20px 30px; } }

@media screen and (min-width: 1025px) {
  .histroy-main .item:hover .pic {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.tab {
  margin: 40px auto; }
  @media screen and (max-width: 960px) {
    .tab {
      margin: 0;
      position: fixed;
      left: 0;
      bottom: 0;
      background: #cd2c5d;
      z-index: 5;
      width: 100%; } }
  @media screen and (max-width: 960px) {
    .tab li {
      width: 25%;
      padding: 10px 0; } }
  @media screen and (max-width: 374px) {
    .tab li {
      padding: 5px 0; } }
  .tab li a {
    color: #585858;
    font-size: 25.6px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #6d6d6d;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 960px) {
      .tab li a {
        padding: 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-color: rgba(255, 255, 255, 0.18039);
        color: white;
        font-size: 1.4rem; } }
    @media screen and (max-width: 374px) {
      .tab li a {
        font-size: 1.2rem; } }
    .tab li a.active {
      color: #cd2c5d;
      font-weight: bold;
      position: relative; }
      @media screen and (max-width: 960px) {
        .tab li a.active {
          color: white; } }
      .tab li a.active img {
        -webkit-filter: grayscale(0);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
        filter: grayscale(0); }
      @media screen and (min-width: 961px) {
        .tab li a.active:after {
          content: "";
          position: absolute;
          width: 74%;
          left: 14%;
          height: 35px;
          background: white;
          z-index: -1;
          border-radius: 35px;
          border: 1px dashed #cd2c5d; } }
      @media screen\0 {
        .tab li a.active:after {
          display: none; } }
      @media screen and (min-width: 961px) {
        .tab li a.active .icon {
          -webkit-transform: rotate(-7deg) scale(1.2);
          transform: rotate(-7deg) scale(1.2); } }
      .tab li a.active .camp {
        -webkit-transform: rotate(-7deg) translateY(-3px) scale(1.4);
        transform: rotate(-7deg) translateY(-3px) scale(1.4); }
    @media screen and (min-width: 1025px) {
      .tab li a:hover {
        color: #cd2c5d;
        font-weight: bold; }
        .tab li a:hover img {
          -webkit-filter: grayscale(0);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
          filter: grayscale(0); } }
  @media screen and (max-width: 960px) {
    .tab li:last-child a {
      border: 0; } }
  .tab img {
    height: 32px;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 374px) {
      .tab img {
        height: 25px; } }
  .tab .camp img {
    height: 35px; }
    @media screen and (max-width: 374px) {
      .tab .camp img {
        height: 29px; } }
  .tab .icon {
    padding-right: 5px; }
    @media screen and (max-width: 960px) {
      .tab .icon {
        padding-right: 0; } }

.selectBox {
  right: 30px;
  top: 30px; }
  @media screen and (max-width: 767px) {
    .selectBox {
      top: 20px;
      right: 25px; } }
  @media screen and (max-width: 374px) {
    .selectBox {
      right: 15px; } }

.dropdown .select {
  padding: 5px 31px 5px 18px; }
  .dropdown .select:after {
    border-width: 9px 6px 0 6px;
    right: 13px; }

.article-main {
  padding: 70px 100px; }
  @media screen and (max-width: 960px) {
    .article-main {
      width: 90%;
      padding: 30px 5%; } }

.article-tt {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 4px dotted #674c14; }
  @media screen and (max-width: 767px) {
    .article-tt {
      border-width: 2px; } }
  .article-tt .date {
    color: #6d6d6d;
    font-size: 25.6px;
    font-size: 1.6rem; }
  .article-tt h2 {
    font-size: 38.4px;
    font-size: 2.4rem;
    line-height: 1.3; }

.article-content {
  letter-spacing: 1px; }
  .article-content p {
    margin-bottom: 15px; }
    .article-content p a {
      color: #cd2c5d; }
    .article-content p span {
      display: inline; }

.btnBox {
  margin-top: 60px;
  margin-bottom: -20px;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .btnBox {
      margin-top: 10px; } }
  .btnBox a {
    font-size: 25.6px;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .btnBox a {
        height: 45px;
        line-height: 45px;
        border-radius: 45px; } }
    .btnBox a span {
      display: inline-block;
      margin: 0 4px; }
  .btnBox .btn-fb {
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .btnBox .btn-fb {
        margin-right: 2%; } }
  .btnBox .btn-p,
  .btnBox .btn-fb {
    width: 170px; }
    @media screen and (max-width: 767px) {
      .btnBox .btn-p,
      .btnBox .btn-fb {
        width: 49%; } }

.arrowBox {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  max-width: 1200px; }
  @media screen and (max-width: 1366px) {
    .arrowBox {
      width: 85%; } }
  @media screen and (max-width: 1280px) {
    .arrowBox {
      width: 90%; } }
  @media screen and (max-width: 1024px) {
    .arrowBox {
      display: none; } }
  .arrowBox a {
    pointer-events: initial;
    font-size: 48px;
    font-size: 3rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: auto; }
    @media screen and (max-width: 767px) {
      .arrowBox a:first-child {
        height: 40px;
        line-height: 40px;
        border-radius: 40px; } }
    .arrowBox a:first-child:hover {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px); }
    .arrowBox a:nth-child(2):hover {
      -webkit-transform: translateX(5px);
      transform: translateX(5px); }

.btn-back {
  width: 115px;
  height: 52px;
  line-height: 52px;
  background: url(../img/back.png) no-repeat;
  background-size: contain;
  top: 30px;
  left: -30px;
  color: #585858;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 1025px) {
    .btn-back:hover {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
      color: #cd2c5d;
      font-weight: bold; } }
  @media screen and (max-width: 1024px) {
    .btn-back {
      display: none; } }

.paegControl {
  margin-top: 30px; }
  @media screen and (min-width: 1025px) {
    .paegControl {
      display: none; } }
  .paegControl li {
    display: inline-block;
    font-size: 25.6px;
    font-size: 1.6rem; }
    .paegControl li:nth-child(2) a {
      border-right: 1px solid #b4b4b4;
      border-left: 1px solid #b4b4b4; }
  .paegControl a {
    color: #585858;
    padding: 0 20px; }
    @media screen and (max-width: 374px) {
      .paegControl a {
        padding: 0 18px; } }

@media screen and (max-width: 960px) {
  .histroy-wrap {
    padding-bottom: 80px; } }

.histroy-wrap p {
  width: 90%;
  margin: auto; }

@media screen and (max-width: 960px) {
  .histroy-wrap footer .deco-r {
    bottom: 225px; } }

@media screen and (max-width: 960px) {
  .histroy-wrap footer .deco-l {
    bottom: 190px; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=article.css.map */