@charset "UTF-8";
@-webkit-keyframes rotateAni {
  0% {
    opacity: 0.5;
    transform: rotate(0deg) translateX(-50%);
    transform-origin: 0 50%;
  }
  100% {
    opacity: 0.5;
    transform: rotate(60deg) translateX(-50%);
    transform-origin: 0 50%;
  }
}
@keyframes rotateAni {
  0% {
    opacity: 0.5;
    transform: rotate(0deg) translateX(-50%);
    transform-origin: 0 50%;
  }
  100% {
    opacity: 0.5;
    transform: rotate(60deg) translateX(-50%);
    transform-origin: 0 50%;
  }
}
@-webkit-keyframes spinningR {
  0% {
    transform-origin: 50% 100%;
  }
  50% {
    transform: rotate(-60deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform-origin: 50% 100%;
  }
}
@keyframes spinningR {
  0% {
    transform-origin: 50% 100%;
  }
  50% {
    transform: rotate(-60deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform-origin: 50% 100%;
  }
}
@-webkit-keyframes spinningL {
  0% {
    transform-origin: 50% 100%;
  }
  50% {
    transform: rotate(60deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform-origin: 50% 100%;
  }
}
@keyframes spinningL {
  0% {
    transform-origin: 50% 100%;
  }
  50% {
    transform: rotate(60deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform-origin: 50% 100%;
  }
}
@-webkit-keyframes axisYmoving {
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes axisYmoving {
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes axisXmoving {
  40% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@keyframes axisXmoving {
  40% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@-webkit-keyframes scaling {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@-webkit-keyframes jumpWithAngle {
  0% {
    transform: translate(0, 0) rotate(-8deg);
    transform-origin: 70% 75%;
  }
  40% {
    transform: translate(0, -10px) rotate(0deg);
    transform-origin: 70% 75%;
  }
  100% {
    transform: translate(0, 0) rotate(-8deg);
    transform-origin: 70% 75%;
  }
}
@keyframes jumpWithAngle {
  0% {
    transform: translate(0, 0) rotate(-8deg);
    transform-origin: 70% 75%;
  }
  40% {
    transform: translate(0, -10px) rotate(0deg);
    transform-origin: 70% 75%;
  }
  100% {
    transform: translate(0, 0) rotate(-8deg);
    transform-origin: 70% 75%;
  }
}
@-webkit-keyframes flipAni {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes flipAni {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
  }
}
html,
body {
  overflow-x: hidden;
  font-family: "Noto Sans TC", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana, sans-serif;
  font-size: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

img {
  max-width: 100%;
}

.content {
  overflow: hidden;
}

h1 {
  font-size: 2rem;
	color: #095CA4;
	font-weight: bold;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 1.5rem;
	color: #095CA4;
	font-weight: bold;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 1.2rem;
	color:#FFFFFF; 
}

p {
	font-size: 1.2rem;
	margin: 0rem 0 2rem 0;
	line-height: 1.5;
}
@media (max-width: 768px) {
p {
	font-size: 1rem;
  margin: 0rem 0 1.8rem 0;
}
}

.wh-text {
  color: #fff;
}

.poa {
  position: absolute;
}

.por {
    position: relative;
    background-color: #FFFFFF;
}

header {
  background-color:#020815;
}
header img {
  max-width: 150px;
}

.big {
  font-size: 120%;
}

.key-visual-row {
  padding: 0 0 45px 0;
  position: relative;
  background: url("../img/pageItem/kv-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 680px;
}
@media (max-width: 1600px) {
  .key-visual-row {
    min-height: 640px;
  }
}
@media (max-width: 992px) {
  .key-visual-row {
    padding: 0;
    min-height: 840px;
  }
}
@media (max-width: 768px) {
  .key-visual-row {
    background: url("../img/pageItem/kv-bg-mobile.jpg");
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 576px) {
  .key-visual-row {
    min-height: 680px;
  }
}
.key-visual-row .kv-title {
  left: 10%;
  top: calc(50% - 170px);
  max-width: 600px;
}
@media (max-width: 1600px) {
  .key-visual-row .kv-title {
    max-width: 560px;
    top: calc(50% - 120px);
  }
}
@media (max-width: 1440px) {
  .key-visual-row .kv-title {
    max-width: 520px;
  }
}
@media (max-width: 992px) {
  .key-visual-row .kv-title {
    max-width: 480px;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .key-visual-row .kv-title {
    top: 5%;
    left: calc(50% - 240px);
  }
}
@media (max-width: 576px) {
  .key-visual-row .kv-title {
    top: 3%;
    max-width: 420px;
    left: calc(50% - 210px);
  }
}
@media (max-width: 480px) {
  .key-visual-row .kv-title {
    max-width: 96%;
    left: 2%;
  }
}

.pink-text {
  color: #ee676f;
}

.coffee-text {
  color: #966629;
}

.content-wrap {
	background: #ffffff;
  /*background: url("../img/pageItem/bg-shadow.png"), url("../img/pageItem/bg.png");*/
  background-position: top center, center;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover, cover;
}
.content-wrap .title-img {
  left:0;
}
@media (max-width: 576px) {
  .content-wrap .title-img {
    left: 0;
  }
}

.pl-4.pt-2.small:before {
  top: 0.5rem;
  left: 0;
  content: "";
  position: absolute;
  background-color: transparent;
  background: url("../img/pageItem/comment.png");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.table-img {
  width: 100%;
  max-width: 840px;
}

.apply-form-wrap {
  padding: 80px 10px 0 10px;
  text-align: center;
  background: url("../img/pageItem/outline.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 992px) {
  .apply-form-wrap {
    padding: 80px 10px 80px 10px;
    border-radius: 0;
    width: 96%;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .apply-form-wrap {
    max-width: 380px;
    background: url("../img/pageItem/outline-mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media (max-width: 576px) {
  .apply-form-wrap {
    padding: 45px 30px;
    max-width: 340px;
  }
}
.apply-form-wrap .input-item {
  margin: 15px 0;
}
@media (max-width: 576px) {
  .apply-form-wrap .input-item {
    margin: 12px 0;
  }
}
.apply-form-wrap .input-item.d-flex {
  align-items: center;
}
.apply-form-wrap input {
  color: #fff;
  outline: none;
  border: none;
  padding: 10px 16px;
  background-color: #003057;
  font-size: 18px;
  border-radius: 7px;
  width: 276px;
}
@media (max-width: 576px) {
  .apply-form-wrap input {
    width: 100%;
  }
}
.apply-form-wrap ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.apply-form-wrap :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.apply-form-wrap ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.apply-form-wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.apply-form-wrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.apply-form-wrap #captcha-val {
  text-align: center;
  width: 144px;
}
@media (max-width: 576px) {
  .apply-form-wrap #captcha-val {
    width: calc(100% - 125px);
    display: inline-block;
    max-width: unset;
  }
}
.apply-form-wrap #update-captcha {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}
.apply-form-wrap #notice-content {
  margin: 18px 0 0 2px;
  width: auto;
}
@media (max-width: 576px) {
  .apply-form-wrap #notice-content {
    margin: 15px 0 0 0;
  }
}
.apply-form-wrap .captcha-wrap {
  max-width: 120px;
  flex-direction: column;
  font-size: 16px;
  align-items: flex-end;
  top: 11px;
  margin: 0 0 0 10px;
}
.apply-form-wrap .captcha-wrap #captcha-img {
  margin: -5px 0 5px 0;
}
.apply-form-wrap .check-label {
  padding: 10px 0;
  margin: 0 0 0 24px;
  text-align: left;
  font-size: 18px;
  max-width: 400px;
}
@media (max-width: 992px) {
  .apply-form-wrap .check-label {
    max-width: 320px;
  }
}
.apply-form-wrap #confirm-btn {
  max-width: 250px;
  text-align: center;
}
@media (max-width: 576px) {
  .apply-form-wrap #confirm-btn {
    max-width: 180px;
  }
  .apply-form-wrap #confirm-btn img {
    width: 96px;
    height: 21px;
  }
}

.mx-992 {
  max-width: 990px;
}
@media (max-width: 992px) {
  .mx-992 {
    max-width: 90%;
  }
}

.mx-840 {
  max-width: 840px;
}

.mx-760 {
  max-width: 760px;
}

.show-smDesktop {
  display: none;
}
@media (max-width: 992px) {
  .show-smDesktop {
    display: block;
  }
}

@media (max-width: 992px) {
  .hide-smDesktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-tablet {
    display: none;
  }
}

.show-tablet {
  display: none;
}
@media (max-width: 768px) {
  .show-tablet {
    display: block;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 576px) {
  .show-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  .hide-mobile {
    display: none;
  }
}

.hide {
  display: none;
}

#cancel-btn,
#copy-btn,
#confirm-btn,
#submit-btn {
  cursor: pointer;
}

.pill-btn {
  border-radius: 100px;
  transition: all ease 0.6s;
}

.btn {
  background-color:#003057;
  border: 4px solid #3957a3;
  border-radius: 100px;
}

.brackets-list {
  padding-left: 20px;
}
.brackets-list li {
  list-style: none;
  position: relative;
}
.brackets-list li:after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 16px;
  height: 16px;
  left: -20px;
  top: 6px;
}
.brackets-list li:nth-of-type(1):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket1.svg");
}
.brackets-list li:nth-of-type(2):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket2.svg");
}
.brackets-list li:nth-of-type(3):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket3.svg");
}
.brackets-list li:nth-of-type(4):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket4.svg");
}
.brackets-list li:nth-of-type(5):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket5.svg");
}
.brackets-list li:nth-of-type(6):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket6.svg");
}
.brackets-list li:nth-of-type(7):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket7.svg");
}
.brackets-list li:nth-of-type(8):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket8.svg");
}
.brackets-list li:nth-of-type(9):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket9.svg");
}

.modal .modal-dialog {
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .modal .modal-dialog {
    padding: 90px 0;
  }
}
.modal .modal-header {
  border: none;
  justify-content: center;
}
.modal .modal-header .close {
  display: flex;
  border: 2px solid #222;
  width: 38px;
  height: 38px;
  border-radius: 200px;
  right: 20px;
  top: -20px;
  margin: 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .modal .modal-header .close {
    padding: 0.5rem 0.5rem;
    width: 30px;
    height: 30px;
  }
}
.modal .modal-header .close svg {
  position: absolute;
  width: 22px;
  height: 22px;
}
@media (max-width: 576px) {
  .modal .modal-header .close svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 576px) {
  .modal .modal-body {
    padding: 0 10px;
  }
}
.modal .modal-content {
  border-radius: 0;
  background: #fff;
  background-size: cover;
  border-left: 6px solid #7e5529;
  border-right: 6px solid #7e5529;
  padding: 0 12px;
}
@media (max-width: 576px) {
  .modal .modal-content {
    max-width: 360px;
    border-left: 4px solid #7e5529;
    border-right: 4px solid #7e5529;
  }
}
.modal .modal-content:before, .modal .modal-content:after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: calc(100% + 12px);
  height: 62px;
  left: -6px;
}
@media (max-width: 576px) {
  .modal .modal-content:before, .modal .modal-content:after {
    width: calc(100% + 12px);
    height: 44px;
  }
}
.modal .modal-content:before {
  background: url("../img/pageItem/modal-border-top-small.png");
  top: -62px;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 576px) {
  .modal .modal-content:before {
    top: -44px;
    background-size: contain;
  }
}
.modal .modal-content:after {
  background: url("../img/pageItem/modal-border-bottom-small.png");
  bottom: -62px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 576px) {
  .modal .modal-content:after {
    bottom: -44px;
    background-size: contain;
  }
}
.modal .modal-footer {
  border: none;
  padding: 20px 0 50px 0;
  justify-content: center;
}
.modal h2 {
  margin: 0;
  padding: 0;
}
.modal #cancel-btn,
.modal #submit-btn,
.modal #copy-btn {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  max-width: 200px;
}
.modal #cancel-btn,
.modal #submit-btn {
  display: inline-block;
  width: 47%;
}
@media (max-width: 576px) {
  .modal #cancel-btn,
.modal #submit-btn {
    width: 44%;
  }
}
.modal #recommended-elm {
  text-decoration: underline;
}
.modal .fb-icon {
  fill: #3b579e;
}
.modal .line-icon {
  fill: #00bf1f;
}
.modal .white {
  fill: #ffffff;
}
.modal .mail-icon {
  fill: #fbb03b;
}

.modal#confirm-modal .modal-content,
.modal#submit-modal .modal-content {
  background: url("../img/pageItem/modal-floral.png"), #f3f4f6;
  background-size: cover;
  background-position: right bottom;
}

.modal#notice-modal .close {
  right: 40px;
}
.modal#notice-modal .modal-dialog {
  max-width: 760px;
}
@media (max-width: 768px) {
  .modal#notice-modal .modal-dialog {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .modal#notice-modal .modal-dialog {
    max-width: 380px;
  }
}
.modal#notice-modal .modal-dialog .modal-content {
  word-break: break-all;
  border-left: 8px solid #7e5529;
  border-right: 8px solid #7e5529;
}
@media (max-width: 768px) {
  .modal#notice-modal .modal-dialog .modal-content {
    border-left: 6px solid #7e5529;
    border-right: 6px solid #7e5529;
  }
}
@media (max-width: 576px) {
  .modal#notice-modal .modal-dialog .modal-content {
    border-left: 4px solid #7e5529;
    border-right: 4px solid #7e5529;
  }
}
.modal#notice-modal .modal-dialog .modal-content:before, .modal#notice-modal .modal-dialog .modal-content:after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: calc(100% + 16px);
  height: 118px;
}
@media (max-width: 768px) {
  .modal#notice-modal .modal-dialog .modal-content:before, .modal#notice-modal .modal-dialog .modal-content:after {
    width: calc(100% + 12px);
    height: 78px;
  }
}
@media (max-width: 576px) {
  .modal#notice-modal .modal-dialog .modal-content:before, .modal#notice-modal .modal-dialog .modal-content:after {
    width: calc(100% + 8px);
    height: 56px;
  }
}
.modal#notice-modal .modal-dialog .modal-content:before {
  background: url("../img/pageItem/modal-border-top-notice.png");
  top: -118px;
  left: -8px;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 768px) {
  .modal#notice-modal .modal-dialog .modal-content:before {
    top: -78px;
    left: -6px;
    background-size: contain;
  }
}
@media (max-width: 576px) {
  .modal#notice-modal .modal-dialog .modal-content:before {
    left: -4px;
    top: -56px;
    background-size: contain;
  }
}
.modal#notice-modal .modal-dialog .modal-content:after {
  background: url("../img/pageItem/modal-border-bottom-notice.png");
  bottom: -118px;
  background-repeat: no-repeat;
  background-position: bottom center;
  left: -8px;
}
@media (max-width: 768px) {
  .modal#notice-modal .modal-dialog .modal-content:after {
    bottom: -78px;
    left: -6px;
    background-size: contain;
  }
}
@media (max-width: 576px) {
  .modal#notice-modal .modal-dialog .modal-content:after {
    left: -4px;
    bottom: -56px;
    background-size: contain;
  }
}

footer {
  background-color: #020815;
  color: #fff;
  font-size: 16px;
}/*# sourceMappingURL=custom.css.map */




li{
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	margin-left: -0.5rem;
	list-style: url("../img/li.svg");
	line-height: 1.5;
}
@media (max-width: 768px) {
  li{font-size: 1rem;
}
}


.remark{font-size: 0.9rem;
}

.rights01{
	width: 42.5%;
	padding:0.4rem 0 1rem 0;
	background: #FFFfff;
	color: #FFFFFF;
	vertical-align: top;
}

.rights02{
	background: #FFFfff;
	text-align: justify;
	padding:0rem 0rem 0rem 0.5rem;
}

.rights02 ul{
	margin: 0;
}
.rights02 li{
	font-size: 1.2rem;
	line-height: 1.3;
}

@media (max-width: 768px) {
.rights02 ul{
	margin: 0rem 0 0 -0.75rem;
}
.rights02 li{
	font-size: 1rem;
}
}

.red-b{color: #FF0000;
	font-weight: bold;
}
