@charset "UTF-8";
body {
  font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  color: #222;
  line-height: 1.5em; }
  body * {
    outline: none; }

@media (max-width: 767.98px) {
  html {
    font-size: .9rem; } }

button {
  font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }

.mc1 {
  color: #DA6B64; }

.c2 {
  color: #0B4C62; }

.navbar {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%; }

article {
  padding-top: 80px;
  padding-bottom: 80px; }

.txt {
  line-height: 2; }

.h1 {
  letter-spacing: 5px; }

section {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 500px; }
  @media (max-width: 991.98px) {
    section {
      min-height: auto;
      padding-top: 40px;
      padding-bottom: 60px; } }

#signup section {
  min-height: auto; }

.bg-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.main-title {
  font-weight: bold;
  margin-bottom: 30px; }

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  outline: none; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #DA6B64; }

.swiper-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swiper-button-next,
.swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  position: static;
  background-color: #DA6B64;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: .8; }
  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 2.5rem; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-prev,
.project-nav .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none; }
  .project-nav .swiper-button-prev i,
  .project-nav .swiper-button-next i {
    color: #DA6B64;
    font-size: 3rem; }

.project-nav .swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-next {
  right: 0; }

#back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  background-color: #DA6B64;
  z-index: 8000;
  line-height: 50px;
  text-align: center;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  cursor: pointer; }
  #back-to-top i {
    font-size: 25px;
    color: #fff;
    line-height: 50px; }

.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0; }
  .pages .page {
    margin-left: .5rem;
    margin-right: .5rem; }
    .pages .page a {
      display: block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border: 1px solid transparent;
      border-radius: 50%;
      text-align: center;
      color: #DA6B64;
      text-decoration: none; }
    .pages .page.active a, .pages .page:hover a {
      border-color: #DA6B64; }

.btn-primary.back {
  margin-top: 50px;
  margin-bottom: 50px;
  background: none;
  border: none;
  border-bottom: 2px solid #DA6B64;
  border-radius: 0; }
  .btn-primary.back span {
    color: #BACDB9;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold; }
  .btn-primary.back i {
    color: #DA6B64;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px; }
  .btn-primary.back:hover span {
    color: #DA6B64; }

.btn-primary.main-btn {
  background-color: #fff;
  color: #BACDB9;
  font-weight: bold;
  padding: 0;
  border: none;
  position: relative; }
  .btn-primary.main-btn:before, .btn-primary.main-btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #DA6B64;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-primary.main-btn:before {
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
  .btn-primary.main-btn:after {
    bottom: 0;
    right: 0;
    -webkit-transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  .btn-primary.main-btn:hover, .btn-primary.main-btn:focus, .btn-primary.main-btn:active {
    background-color: #DA6B64;
    color: #fff;
    -webkit-transition: all .3s .2s ease;
    -o-transition: all .3s .2s ease;
    transition: all .3s .2s ease; }
    .btn-primary.main-btn:hover:before, .btn-primary.main-btn:hover:after,
    .btn-primary.main-btn:hover span:before,
    .btn-primary.main-btn:hover span:after, .btn-primary.main-btn:focus:before, .btn-primary.main-btn:focus:after,
    .btn-primary.main-btn:focus span:before,
    .btn-primary.main-btn:focus span:after, .btn-primary.main-btn:active:before, .btn-primary.main-btn:active:after,
    .btn-primary.main-btn:active span:before,
    .btn-primary.main-btn:active span:after {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .btn-primary.main-btn span {
    padding: 10px 25px;
    display: block; }
    .btn-primary.main-btn span:before, .btn-primary.main-btn span:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      background-color: #DA6B64;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .btn-primary.main-btn span:before {
      top: 0;
      left: 0;
      -webkit-transform: scaleY(0.2);
      -ms-transform: scaleY(0.2);
      transform: scaleY(0.2);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }
    .btn-primary.main-btn span:after {
      bottom: 0;
      right: 0;
      -webkit-transform: scaleY(0.2);
      -ms-transform: scaleY(0.2);
      transform: scaleY(0.2);
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom; }

.aside-style aside {
  width: 180px;
  padding-left: 10px;
  padding-right: 10px; }
  .aside-style aside .main-title {
    margin-bottom: 30px; }
    .aside-style aside .main-title:after {
      margin-left: 0;
      margin-right: 0;
      width: 4rem; }
  .aside-style aside .aside-menu > li {
    margin: .5rem 0; }
    .aside-style aside .aside-menu > li:hover > a, .aside-style aside .aside-menu > li.active > a {
      color: #DA6B64; }
    .aside-style aside .aside-menu > li > a {
      display: block;
      font-weight: bold;
      font-size: 1.1rem; }

.aside-style .right-block {
  width: calc(100% - 180px);
  padding-left: 30px;
  padding-right: 10px; }

@media (max-width: 575.98px) {
  .aside-style aside,
  .aside-style .right-block {
    width: 100%; } }

.select-menu {
  margin-top: 50px; }
  .select-menu .h4 {
    margin-bottom: 20px; }
  .select-menu .select-category > li {
    border-bottom: 1px solid #DA6B64;
    padding: 10px 0; }
    .select-menu .select-category > li > p {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      cursor: pointer; }
      .select-menu .select-category > li > p span {
        display: block;
        width: calc(100% - 1.5rem); }
      .select-menu .select-category > li > p:after {
        content: '\f067';
        display: block;
        font-family: 'Font Awesome 5 Pro';
        font-weight: lighter;
        font-size: 1.2rem;
        color: #DA6B64;
        width: 1.5rem;
        text-align: right; }
      .select-menu .select-category > li > p.active:after {
        content: '\f068'; }
    .select-menu .select-category > li:first-child {
      border-top: 1px solid #DA6B64; }
    .select-menu .select-category > li .item-group .item {
      margin: 8px 0; }

.pagination-container {
  padding: 20px 0; }
  .pagination-container .pagination {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0; }
    .pagination-container .pagination li {
      display: inline-block;
      vertical-align: middle; }
      .pagination-container .pagination li.active a, .pagination-container .pagination li:hover a {
        color: #DA6B64;
        border-color: #DA6B64; }
    .pagination-container .pagination a {
      line-height: 20px;
      width: 30px;
      height: 30px;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease;
      text-align: center;
      display: block;
      border: 1px #fff solid;
      border-radius: 50%;
      padding: 5px; }
    .pagination-container .pagination i {
      line-height: 20px; }

.rounded-pill {
  border-radius: 50px; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none; }

.line-height-2 {
  line-height: 2; }

.top-row {
  background-color: #DA6B64; }
  .top-row .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    margin: 0; }
    .top-row .top-menu li {
      list-style: none; }
  .top-row a {
    color: #fff;
    padding: 5px; }

.navbar {
  background: #F2D7E0; }
  .navbar > .container {
    padding-top: 20px;
    padding-bottom: 20px; }

.navbar-nav {
  margin-top: 0;
  list-style: none; }

.nav-item {
  list-style: none; }
  .nav-item:hover .nav-link, .nav-item.active .nav-link {
    color: #DA6B64; }

@media (max-width: 1199.98px) {
  .navbar-toggler {
    width: 100%;
    padding: 0; }
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    z-index: 9000;
    position: relative;
    margin-left: auto; }
    #burger span {
      background-color: #DA6B64;
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:before, #burger span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #DA6B64;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
      #burger span:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      #burger span:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; } }

footer {
  position: relative;
  background: #BACDB9;
  color: #0B4C62;
  font-size: 14px;
  line-height: 1.4em;
  padding: 60px 15px 10px; }
  footer .copyright {
    padding: 10px 15px;
    text-align: center;
    color: #0B4C62; }
  footer a:hover {
    color: #DA6B64; }

.f-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .f-info-box p {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.5em; }
    .f-info-box p.name {
      font-size: 25px;
      margin: 30px 0;
      font-weight: bold; }
    .f-info-box p i, .f-info-box p svg {
      font-size: 45px;
      vertical-align: middle;
      padding-right: 15px; }

@media (max-width: 991.98px) {
  .f-info-box {
    display: block; }
    .f-info-box p {
      margin: 10px 0;
      font-size: 16px;
      line-height: 1.5em; }
      .f-info-box p.name {
        font-size: 16px;
        margin: 20px 0 15px; }
      .f-info-box p i, .f-info-box p svg {
        font-size: 25px;
        padding-right: 10px; } }

#login .login-block {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 4px #DA6B64;
  box-shadow: 0 0 4px #DA6B64;
  padding: 50px 80px;
  border-radius: 30px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

#forget {
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  display: none;
  padding: 50px 80px; }
  #forget .fancybox-close-small {
    color: #DA6B64;
    display: none; }
  #forget .custom-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    border: none;
    font-size: 2rem;
    color: #DA6B64;
    cursor: pointer; }
    #forget .custom-close:hover {
      opacity: .5; }

@media (max-width: 991.98px) {
  #login .login-block {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; } }

#banner img {
  width: 100%; }

.editor-title {
  margin-bottom: 40px; }
  .editor-title li {
    margin: 5px;
    display: inline-block; }
    .editor-title li button {
      color: #DA6B64;
      padding: 10px 20px;
      background: #fff;
      border-radius: 30px;
      border: 1px #DA6B64 solid;
      cursor: pointer; }
      .editor-title li button.active {
        background: #DA6B64;
        color: #fff; }
  @media (max-width: 991.98px) {
    .editor-title li {
      margin: 10px 0px;
      display: block; }
      .editor-title li button {
        width: 100%; } }

.dl-list {
  margin-bottom: 20px;
  padding: 0; }
  .dl-list li {
    padding: 12px 0 10px;
    border-bottom: 1px #ddd dashed;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .dl-list li .list-title {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 90%;
      padding-right: 10px;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
    .dl-list li:hover {
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
      .dl-list li:hover .list-title {
        color: #DA6B64; }
    .dl-list li .btn-box {
      width: 10%; }
    @media (max-width: 575.98px) {
      .dl-list li {
        padding: 10px; }
        .dl-list li .list-title {
          width: 100%;
          margin-bottom: 5px; }
        .dl-list li .btn-box {
          width: 100%;
          margin-top: 5px; } }

.signup-form .item {
  margin: .5rem 0; }
  .signup-form .item input[type="text"],
  .signup-form .item input[type="file"],
  .signup-form .item input[type="password"],
  .signup-form .item select {
    border-radius: 50px !important; }

.list-sort {
  text-align: center;
  max-width: 500px;
  margin: 60px auto;
  position: relative;
  color: #DA6B64;
  font-weight: bold; }
  .list-sort:before {
    position: absolute;
    width: 100%;
    height: 3px;
    content: '';
    background: #F2D7E0;
    bottom: 50%; }
  .list-sort .item {
    position: relative; }
    .list-sort .item.active:before {
      position: absolute;
      width: 100%;
      height: 3px;
      content: '';
      background: #DA6B64;
      bottom: 50%;
      left: 0; }
    .list-sort .item.active:after {
      position: absolute;
      width: 68px;
      height: 76px;
      content: '';
      background: url(../_img/page/001.png);
      top: -80px;
      left: 50%;
      -webkit-transform: translateX(-42%) rotate(0);
      -ms-transform: translateX(-42%) rotate(0);
      transform: translateX(-42%) rotate(0); }
  .list-sort span {
    display: block;
    margin-top: 20px; }

.red {
  color: #DA6B64; }

.gray {
  color: #999; }

#safe-btn {
  position: fixed;
  right: 3px;
  bottom: 20%;
  z-index: 9999; }
  #safe-btn a {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding: 20px 10px;
    background: #fff; }
    #safe-btn a:hover, #safe-btn a:focus, #safe-btn a:active {
      background: #DA6B64; }
  @media (max-width: 767.98px) {
    #safe-btn {
      bottom: 0 !important;
      width: 100%;
      right: 0; }
      #safe-btn a {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        padding: 8px;
        border-radius: 0;
        display: block; } }

.btn-warning, .btn-warning:hover {
  color: #fff; }

.upload-box {
  text-align: right; }
  .upload-box .btn {
    min-width: 130px; }
  @media (max-width: 767.98px) {
    .upload-box {
      text-align: left;
      margin: 10px 0; } }

.st {
  font-weight: bold;
  margin: 15px 0;
  font-size: 1.1rem; }

.form-inline .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .item input {
    width: calc(100% - 60px) !important; }
  .form-inline .item span {
    width: 60px !important;
    padding-left: 5px; }

.editor-name {
  margin-bottom: 10px; }
  .editor-name li {
    margin: 5px 5px 5px 0;
    display: inline-block; }
    .editor-name li button {
      color: #DA6B64;
      padding: 10px;
      background: #fff;
      border: 1px #DA6B64 solid;
      cursor: pointer; }
      .editor-name li button.active {
        background: #DA6B64;
        color: #fff; }
  @media (max-width: 991.98px) {
    .editor-name li {
      margin: 5px 0px;
      display: block; }
      .editor-name li button {
        width: 100%;
        padding: 10px 5px; } }

.upload-border {
  border-bottom: 1px #DA6B64 solid;
  padding-bottom: 20px; }

.img-box {
  position: relative;
  margin: 15px 0; }
  .img-box .img {
    border-radius: 4px;
    overflow: hidden;
    border: 1px #ddd solid;
    position: relative; }
  .img-box .del-btn {
    padding: 8px 10px;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    top: -15px;
    cursor: pointer; }

.modify-form .form-control {
  border-radius: 50px; }
