@charset "UTF-8";
/*750rem*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700;800&display=swap");
@import url("https://use.typekit.net/vbh8usa.css");
:root {
  --remBasicSize: 16px;
}

/*思源*/
/*Futura PT*/
* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Serif TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: calc(1 * var(--remBasicSize));
  width: 100%;
  height: 100%;
  background-color: #c49856;
  padding: 0;
  margin: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .wrapper {
    max-width: 100%;
  }
}
/*-------------------------

           bg

-------------------------*/
.wrapper .bg {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
  background: url(../images/bg.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .wrapper .bg {
    background: url(../images/bg_m.jpg) top center no-repeat;
    background-size: 130%;
  }
}
/* ----------------------------------------------------
initial html5 reset
---------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

ul ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit], input[type=button], button {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

input, select, a img {
  vertical-align: middle;
}

/*-------------------------

         a

-------------------------*/
a,
button {
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

/*-------------------------

           kv

-------------------------*/
.kv {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(83.0625 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  overflow: hidden;
  z-index: 2;
}
.kv .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(83.0625 * var(--remBasicSize));
  background: url(../images/kv/bg.jpg) no-repeat center top/cover;
}
.kv .container .title_area {
  position: relative;
  margin: 0 auto;
  top: calc(2.5 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(15 * var(--remBasicSize));
  z-index: 3;
}
.kv .container .logo {
  top: calc(0.625 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(14.75 * var(--remBasicSize));
  height: calc(10.5625 * var(--remBasicSize));
  background: url(../images/kv/logo.png) no-repeat center top/contain;
}
.kv .container .h2 {
  top: calc(0.3125 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(40.8125 * var(--remBasicSize));
  height: calc(5.25 * var(--remBasicSize));
  background: url(../images/kv/h2.png) no-repeat center top/contain;
}
.kv .container .title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(6.25 * var(--remBasicSize));
  width: calc(43.75 * var(--remBasicSize));
  height: calc(9.375 * var(--remBasicSize));
  font-size: calc(2.1875 * var(--remBasicSize));
  line-height: calc(2.8125 * var(--remBasicSize));
  font-weight: bold;
  color: #000;
}
.kv .container .title_p {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(45.625 * var(--remBasicSize));
  width: calc(43.75 * var(--remBasicSize));
  height: calc(3.125 * var(--remBasicSize));
  font-size: calc(2.125 * var(--remBasicSize));
  line-height: calc(3.125 * var(--remBasicSize));
  font-weight: 600;
  letter-spacing: calc(0.075 * var(--remBasicSize));
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.kv .container .goto {
  position: relative;
  margin: 0 auto;
  padding-top: calc(0.3125 * var(--remBasicSize));
  top: calc(51.25 * var(--remBasicSize));
  width: calc(22.5625 * var(--remBasicSize));
  height: calc(5.1875 * var(--remBasicSize));
  background-color: #c49856;
  color: #000;
  text-align: center;
  font-size: calc(2.1875 * var(--remBasicSize));
  line-height: calc(4.0625 * var(--remBasicSize));
  font-weight: 800;
  letter-spacing: calc(0.09375 * var(--remBasicSize));
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  background-image: url(../images/kv/kv-btn-bg.jpg);
}
.kv .container .goto:hover {
  background-image: url(../images/kv/kv-btn-bg-hover.jpg);
  cursor: pointer;
}

/*-------------------------

           about

-------------------------*/
.about {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(85.0625 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  overflow: hidden;
  z-index: 2;
}
.about .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(85.0625 * var(--remBasicSize));
  background: url(../images/about/bg.jpg) no-repeat center top/cover;
}
.about .container .title_area {
  position: relative;
  margin: 0 auto;
  top: calc(2.5 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(15 * var(--remBasicSize));
  z-index: 3;
}
.about .container .arrow {
  top: calc(7.5 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(7.03125 * var(--remBasicSize));
  height: calc(2.09375 * var(--remBasicSize));
  background: url(../images/about/arrow.png) no-repeat center top/contain;
  animation: arrow 1.8s linear infinite alternate;
}
@keyframes arrow {
  50% {
    top: calc(5.625 * var(--remBasicSize));
  }
}
.about .container .h2 {
  top: calc(1.875 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(3.375 * var(--remBasicSize));
  background: url(../images/about/h2.png) no-repeat center top/contain;
}
.about .container .p {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(4.375 * var(--remBasicSize));
  width: calc(40.625 * var(--remBasicSize));
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(3 * var(--remBasicSize));
  font-weight: 700;
  color: #000;
}
.about .container .p2 {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(8.75 * var(--remBasicSize));
  width: calc(40.625 * var(--remBasicSize));
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(3 * var(--remBasicSize));
  font-weight: 400;
  color: #000;
}

/*-------------------------

           pd

-------------------------*/
.pd {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(131.1875 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  z-index: 2;
}
.pd .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(131.1875 * var(--remBasicSize));
  background-color: #fff;
}
.pd .container .title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(5 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(7.4375 * var(--remBasicSize));
  background: url(../images/pd/title.png) no-repeat center top/contain;
}
.pd .container .pd1 {
  position: relative;
  margin: 0 0;
  text-align: center;
  top: calc(7.5 * var(--remBasicSize));
  left: calc(3.125 * var(--remBasicSize));
  width: calc(35.375 * var(--remBasicSize));
  height: calc(29.9375 * var(--remBasicSize));
  background: url(../images/pd/pd-1.png) no-repeat center top/contain;
}
.pd .container .btn_open1 {
  position: relative;
  margin: 0 auto;
  top: calc(-10 * var(--remBasicSize));
  left: calc(-2.5 * var(--remBasicSize));
  width: calc(4.375 * var(--remBasicSize));
  height: calc(4.375 * var(--remBasicSize));
  background: url(../images/pd/open.png) no-repeat center top/contain;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  z-index: 3;
}
.pd .container .btn_open1:hover {
  background-image: url(../images/pd/open-hover.png);
  cursor: pointer;
}
.pd .container .pd2 {
  position: relative;
  margin: 0 0 0 auto;
  text-align: center;
  top: calc(-1.875 * var(--remBasicSize));
  left: calc(-2.5 * var(--remBasicSize));
  width: calc(41.125 * var(--remBasicSize));
  height: calc(28.3125 * var(--remBasicSize));
  background: url(../images/pd/pd-2.png) no-repeat center top/contain;
}
.pd .container .btn_open2 {
  position: relative;
  margin: 0 auto;
  top: calc(-18.75 * var(--remBasicSize));
  width: calc(4.375 * var(--remBasicSize));
  height: calc(4.375 * var(--remBasicSize));
  background: url(../images/pd/open.png) no-repeat center top/contain;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  z-index: 3;
}
.pd .container .btn_open2:hover {
  background-image: url(../images/pd/open-hover.png);
  cursor: pointer;
}
.pd .container .pd3 {
  position: relative;
  margin: 0 0;
  text-align: center;
  top: calc(-10.625 * var(--remBasicSize));
  left: calc(3.125 * var(--remBasicSize));
  width: calc(42.375 * var(--remBasicSize));
  height: calc(29.8125 * var(--remBasicSize));
  background: url(../images/pd/pd-3.png) no-repeat center top/contain;
}
.pd .container .btn_open3 {
  position: relative;
  margin: 0 auto;
  top: calc(-27.5 * var(--remBasicSize));
  left: calc(-2.5 * var(--remBasicSize));
  width: calc(4.375 * var(--remBasicSize));
  height: calc(4.375 * var(--remBasicSize));
  background: url(../images/pd/open.png) no-repeat center top/contain;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  z-index: 3;
}
.pd .container .btn_open3:hover {
  background-image: url(../images/pd/open-hover.png);
  cursor: pointer;
}
.pd .container .pd4 {
  position: relative;
  margin: 0 0 0 auto;
  text-align: center;
  top: calc(-18.75 * var(--remBasicSize));
  left: calc(-2.5 * var(--remBasicSize));
  width: calc(39.75 * var(--remBasicSize));
  height: calc(28.3125 * var(--remBasicSize));
  background: url(../images/pd/pd-4.png) no-repeat center top/contain;
}
.pd .container .btn_open4 {
  position: relative;
  margin: 0 auto;
  top: calc(-34.375 * var(--remBasicSize));
  left: calc(0.625 * var(--remBasicSize));
  width: calc(4.375 * var(--remBasicSize));
  height: calc(4.375 * var(--remBasicSize));
  background: url(../images/pd/open.png) no-repeat center top/contain;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  z-index: 3;
}
.pd .container .btn_open4:hover {
  background-image: url(../images/pd/open-hover.png);
  cursor: pointer;
}
.pd .container .btn {
  position: relative;
  margin: 0 auto;
  padding-top: calc(0.3125 * var(--remBasicSize));
  top: calc(-21.25 * var(--remBasicSize));
  width: calc(32.5625 * var(--remBasicSize));
  height: calc(6.75 * var(--remBasicSize));
  color: #fff;
  text-align: center;
  font-size: calc(2.1875 * var(--remBasicSize));
  line-height: calc(4.0625 * var(--remBasicSize));
  font-weight: 600;
  letter-spacing: calc(0.09375 * var(--remBasicSize));
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  background-image: url(../images/pd/btn.png);
  background-size: cover;
  background-position: center center;
}
.pd .container .btn:hover {
  background-image: url(../images/pd/btn-hover.png);
  cursor: pointer;
}

/*-------------------------

           pd2

-------------------------*/
.pd-2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(73.75 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  overflow: hidden;
  z-index: 2;
}
.pd-2 .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(73.75 * var(--remBasicSize));
  background: url(../images/pd2/bg.jpg) no-repeat center top/cover;
}
.pd-2 .container .title_area {
  position: relative;
  margin: 0 auto;
  top: calc(2.5 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(15 * var(--remBasicSize));
  z-index: 3;
}
.pd-2 .container .title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(40 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(7.5625 * var(--remBasicSize));
  background: url(../images/pd2/title.png) no-repeat center top/contain;
}
.pd-2 .container .p {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(42.5 * var(--remBasicSize));
  width: calc(40.625 * var(--remBasicSize));
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(3 * var(--remBasicSize));
  font-weight: 400;
  color: #000;
}
.pd-2 .container .p2 {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(43.75 * var(--remBasicSize));
  width: calc(40.625 * var(--remBasicSize));
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(3 * var(--remBasicSize));
  font-weight: 700;
  color: #000;
}

/*-------------------------

           data

-------------------------*/
.data {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(18.75 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  z-index: 9;
}
.data .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(18.75 * var(--remBasicSize));
  background-color: #efd49e;
  /*---------------
       teris
  ----------------*/
  /*---------------
       補發按鈕
  ----------------*/
  /*---------------
       注意事項
  ----------------*/
}
.data .container .title_area {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  height: calc(34.375 * var(--remBasicSize));
}
.data .container .big_title {
  position: relative;
  margin: 0 auto;
  top: calc(5 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(7.375 * var(--remBasicSize));
  font-size: calc(2.375 * var(--remBasicSize));
  line-height: calc(3.4375 * var(--remBasicSize));
  font-weight: 600;
  letter-spacing: calc(0.03125 * var(--remBasicSize));
  color: #000;
  text-align: center;
  background: url(../images/data/title.png) no-repeat center top/contain;
  background-size: contain;
}
.data .container .p {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(6.875 * var(--remBasicSize));
  width: calc(40.625 * var(--remBasicSize));
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(3 * var(--remBasicSize));
  font-weight: 400;
  color: #000;
}
.data .container .p span {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  width: calc(40.625 * var(--remBasicSize));
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(3 * var(--remBasicSize));
  font-weight: 800;
  color: #000;
}
.data .container .p2 {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(7.5 * var(--remBasicSize));
  width: calc(40.625 * var(--remBasicSize));
  font-size: calc(1.375 * var(--remBasicSize));
  line-height: calc(3 * var(--remBasicSize));
  font-weight: 400;
  color: #646464;
}
.data .container .data_area {
  width: calc(43.125 * var(--remBasicSize));
  min-height: calc(18.75 * var(--remBasicSize));
  margin: 0 auto;
  position: relative;
  top: calc(0 * var(--remBasicSize));
  background-color: #efd49e;
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.data .container .data_group {
  width: calc(43.125 * var(--remBasicSize));
  min-height: calc(18.75 * var(--remBasicSize));
  margin: 0 auto;
  position: relative;
  top: calc(1.25 * var(--remBasicSize));
  padding: calc(1.5625 * var(--remBasicSize));
}
.data .container .event-theme.el-form .el-form-item button[type=submit] {
  width: calc(22.375 * var(--remBasicSize));
  height: calc(5 * var(--remBasicSize));
  font-size: calc(1.875 * var(--remBasicSize));
  letter-spacing: calc(0.125 * var(--remBasicSize));
  border-radius: calc(0 * var(--remBasicSize));
  transition: all ease-in-out 0.2s;
  background-color: #000;
}
.data .container .event-theme.el-form .el-form-item button[type=submit]:hover {
  background-color: rgb(40, 40, 40);
}
.data .container .event-theme.el-form [fieldtype=ResendMessage] #resend-button:hover {
  background-color: #000;
  color: #fff;
}
.data .container .notice {
  position: relative;
  margin: 0 auto;
  display: block;
  top: calc(0 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(32.5 * var(--remBasicSize));
  background-color: #efd49e;
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.data .container .notice h2 {
  position: relative;
  text-align: left;
  top: calc(3.125 * var(--remBasicSize));
  left: calc(4.375 * var(--remBasicSize));
  height: calc(2.5 * var(--remBasicSize));
  font-size: calc(1.875 * var(--remBasicSize));
  font-weight: bold;
  letter-spacing: calc(0.0625 * var(--remBasicSize));
  color: #000;
  display: inline;
  margin-bottom: calc(1.25 * var(--remBasicSize));
}
.data .container .notice ul {
  position: relative;
  margin: 0 auto;
  top: calc(3.125 * var(--remBasicSize));
  left: calc(0.9375 * var(--remBasicSize));
  width: calc(36.25 * var(--remBasicSize));
  list-style-type: decimal;
  margin-top: calc(0.625 * var(--remBasicSize));
}
.data .container .notice li {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(0.3125 * var(--remBasicSize));
  margin-bottom: calc(0.5 * var(--remBasicSize));
  font-size: calc(1.625 * var(--remBasicSize));
  line-height: calc(2.625 * var(--remBasicSize));
  font-weight: 400;
  color: #000;
}

/*-------------------------

          footer

-------------------------*/
footer {
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: calc(0 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(12.5 * var(--remBasicSize));
  line-height: calc(12.5 * var(--remBasicSize));
  background-color: #efd49e;
  z-index: 2;
}
footer > a {
  position: relative;
  font-size: calc(2.625 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  color: #000;
}

.event-theme.el-form .el-form-item[name=q14] {
  padding-bottom: 0;
}

/*-------------------------

         lightbox

-------------------------*/
/* ---------------------
           共用
---------------------- */
.modal {
  background-color: transparent;
}

/*背景底色*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.8);
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-open .modal {
  overflow-x: auto;
  overflow-y: auto;
}

.modal .modal-content {
  position: relative;
  background-color: transparent;
  border-radius: calc(0 * var(--remBasicSize));
  outline: 0;
}

/* ----------------------------
        彈出內容1 highlight
----------------------------- */
.style-box .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
  /* 關閉按鈕 */
}
.style-box .modal-dialog .modal-body {
  width: calc(46.875 * var(--remBasicSize));
  height: calc(73.125 * var(--remBasicSize));
  margin-bottom: calc(5 * var(--remBasicSize));
  margin: 0 auto;
  display: block;
}
.style-box .modal-dialog .modal-body iframe {
  position: absolute;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(73.125 * var(--remBasicSize));
}
.style-box .modal-dialog .btn_pd1_pop {
  position: relative;
  margin: 0 auto;
  display: block;
  top: calc(0 * var(--remBasicSize));
  left: calc(-1.25 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(73.125 * var(--remBasicSize));
  background: url(../images/pd/lightbox_pd1.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd2_pop {
  position: relative;
  margin: 0 auto;
  display: block;
  top: calc(0 * var(--remBasicSize));
  left: calc(-1.25 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(73.125 * var(--remBasicSize));
  background: url(../images/pd/lightbox_pd2.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd3_pop {
  position: relative;
  margin: 0 auto;
  display: block;
  top: calc(0 * var(--remBasicSize));
  left: calc(-1.25 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(73.125 * var(--remBasicSize));
  background: url(../images/pd/lightbox_pd3.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd4_pop {
  position: relative;
  margin: 0 auto;
  display: block;
  top: calc(0 * var(--remBasicSize));
  left: calc(-1.25 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(73.125 * var(--remBasicSize));
  background: url(../images/pd/lightbox_pd4.png) no-repeat center top/contain;
}
.style-box .modal-dialog .close {
  position: absolute;
  right: calc(10 * var(--remBasicSize));
  top: calc(15 * var(--remBasicSize));
  z-index: 10;
  width: calc(2.5 * var(--remBasicSize));
  height: calc(2.5 * var(--remBasicSize));
  color: rgb(0, 0, 0);
  background-color: transparent;
  font-size: calc(4.375 * var(--remBasicSize));
  background: url(../images/close.png) no-repeat center top/cover;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.style-box .modal-dialog .close:hover {
  transform: rotate(90deg);
  transition: all ease-in-out 0.2s;
}/*# sourceMappingURL=index.css.map */