@charset "UTF-8";
/* CSS Document */
@import url(animate.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

abbr,
acronym {
  border: 0;
}

img {
  vertical-align: middle;
}

* {
  -webkit-text-size-adjust: none;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

*:first-child + html .clearfix {
  min-height: 1%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
input,
textarea,
button {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", "新細明體", sans-serif;
  font-weight: normal;
  color: #333;
}

body {
  background-color: #F2F2F2;
}

#container {
  font-size: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

p {
  font-size: 16px;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

a:hover {
  text-decoration: none;
}

*:link,
*:visited,
*:hover,
*:active,
*:focus,
* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

.an-repeat {
  animation-iteration-count: infinite;
}

.c-red {
  color: #FF5539;
}

.c-yellow {
  color: #F4BC00;
}

.c-green {
  color: #4caf50;
}

.go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  font-size: 12px;
}
.go-top a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: #fff !important;
  padding-top: 20px;
  display: block;
  background: url(../images/img_top.png) center center no-repeat #333;
  background-size: contain;
}
.go-top a:hover {
  opacity: 0.9;
}

.control {
  padding: 10px 12px;
  min-width: 100px;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.35;
  color: #333;
  cursor: pointer;
}
.control input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  pointer-events: none;
}
.control input:disabled ~ .control__indicator input {
  cursor: not-allowed;
}
.control input:checked ~ .control__indicator {
  background: #333;
  border-color: #333;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control__indicator {
  position: absolute;
  top: 12px;
  left: 2px;
  height: 15px;
  width: 15px;
  border-radius: 4px;
  border: 2px solid #cfcfcf;
  background-color: #fff;
}
.control__indicator::after {
  content: "";
  position: absolute;
  display: none;
}

.control--checkbox .control__indicator:after {
  left: 3px;
  top: -1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.control--radio .control__indicator {
  border-radius: 50%;
}
.control--radio .control__indicator:after {
  left: calc(50% - 2.5px);
  top: calc(50% - 2.5px);
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.control--radio input:checked ~ .control__indicator:after {
  display: block !important;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background-color: #333;
  cursor: no-drop;
}
.control--radio input:disabled:checked ~ .control__indicator {
  display: block;
}
.control--radio input:disabled:checked ~ .control__indicator:after {
  display: block;
  background-color: #fff;
}

.c-emphasis {
  color: #F4BC00;
}

.holkeex {
  position: relative;
  padding-left: 170px;
  line-height: 32px;
}
.holkeex::before {
  position: absolute;
  left: 0;
  content: "";
  width: 150px;
  height: 32px;
  background: url(../images/holkee_x.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  .holkeex {
    padding-left: 148px;
  }
  .holkeex::before {
    width: 140px;
    height: 28px;
  }
}

.btn {
  padding: 20px;
  text-align: center;
  width: 100%;
}
.btn a {
  text-align: center;
  width: 100%;
  padding: 14px;
  min-width: 120px;
  max-width: 220px;
  font-size: 15px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  align-items: center;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  color: #fff;
  background-color: #333;
  margin: 0 auto;
}
.btn a span {
  flex: auto;
}
.btn a span.text {
  text-align: right;
}
.btn a span.icon {
  font-size: 13px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.btn a:hover {
  background-color: #27D0CA;
  color: #fff;
}
.btn a:hover .icon {
  padding-left: 10px;
}
.btn a.w_line a {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 600px) {
  .btn {
    padding: 15px 10px;
  }
  .btn a {
    font-size: 14px;
    width: initial;
    display: inline-block;
    min-width: 150px;
  }
}

.btn-disabled a {
  cursor: initial;
  color: #fff;
  background-color: #B1B1B1;
  border-color: #B1B1B1;
}
.btn-disabled a:hover {
  background-color: #B1B1B1;
  opacity: 1;
}

.menu-btn {
  background: none;
  display: none;
  padding-left: 0;
}
.menu-btn span {
  width: 40px;
  display: block;
  cursor: pointer;
}
@media (max-width: 900px) {
  .menu-btn {
    display: block;
    margin-left: 10px;
  }
  .menu-btn span {
    width: 30px;
  }
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.img-box img {
  width: 100%;
}

a.go_top {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 18px;
  z-index: 15;
  width: 60px;
  color: #fff;
  background-color: #c3c3c3;
  opacity: 0;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  display: block;
  border-radius: 50%;
  background-color: #46d7d1;
}
@media (max-width: 700px) {
  a.go_top a.go_top {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}

/*===== start ======*/
.block-box {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
}
@media (max-width: 1600px) {
  .block-box {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .block-box {
    padding: 20px;
  }
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}

.box-center {
  display: flex;
  align-items: center;
  align-content: center;
}

.header-wrapper {
  width: 100%;
  top: 0;
  position: sticky;
  background-color: #fff;
  border-bottom: 2px solid #27D0CA;
  z-index: 100;
}
.header-wrapper a {
  color: #333;
}
.header-wrapper a:hover {
  color: #27D0CA;
}
.header-wrapper .block-box {
  padding: 20px;
  justify-content: flex-start;
  align-items: center;
}
.header-wrapper .logo {
  width: 100%;
  max-width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrapper .logo img {
  width: 100%;
}
.header-wrapper .logo a {
  display: inline-block;
}
.header-wrapper .logo p {
  display: inline-block;
  line-height: 30px;
  vertical-align: bottom;
  padding-left: 10px;
  font-size: 13.5px;
  letter-spacing: 5px;
  color: #333;
}
.header-wrapper .menu {
  padding-left: 20px;
  display: flex;
}
.header-wrapper .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.header-wrapper .menu ul li {
  display: inline-block;
}
.header-wrapper .menu ul li p {
  font-size: 15px;
}
.header-wrapper .menu ul li p a {
  padding: 5px 20px;
  color: #333;
  display: inline-block;
  cursor: pointer;
}
.header-wrapper .menu ul li p a:hover {
  color: #27D0CA;
}
@media (max-width: 900px) {
  .header-wrapper .menu {
    display: none;
  }
}
.header-wrapper .language {
  display: flex;
  margin-left: auto;
  position: relative;
  padding-right: 12px;
}
.header-wrapper .language a {
  font-size: 13px;
  font-weight: bold;
}
.header-wrapper .language a.choosing {
  line-height: 30px;
  padding: 0 15px;
}
.header-wrapper .language a.choosing i.fa-globe {
  pointer-events: none;
  color: #27D0CA;
}
.header-wrapper .language a.choosing i.fa-chevron-down {
  font-size: 11px;
}
.header-wrapper .language a span {
  padding: 0 10px;
}
.header-wrapper .language .language-list {
  position: absolute;
  right: 0;
  top: 35px;
  display: none;
}
.header-wrapper .language .language-list ul {
  width: 115px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}
.header-wrapper .language .language-list ul li {
  border-bottom: 1px solid rgba(201, 201, 201, 0.3411764706);
}
.header-wrapper .language .language-list ul li:last-child {
  border: none;
}
.header-wrapper .language .language-list ul p {
  text-align: center;
  display: block;
  padding: 15px;
  cursor: pointer;
}
.header-wrapper .language .language-list ul p:hover {
  color: #27D0CA;
}
.header-wrapper .header-tools {
  margin-left: auto;
  display: flex;
  justify-items: flex-end;
  align-items: center;
}
.header-wrapper .header-tools p {
  font-size: 15px;
}
.header-wrapper .header-tools .user {
  display: flex;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
  min-width: 35px;
}
.header-wrapper .header-tools .user .user-profile {
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.header-wrapper .header-tools .user .user-profile img {
  width: 100%;
}
.header-wrapper .header-tools .user .user-name {
  padding-left: 40px;
  text-align: left;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 200px;
  overflow: hidden;
}
.header-wrapper .header-tools .user ul.member-list {
  position: absolute;
  right: 0;
  top: 30px;
  display: none;
  width: 115px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}
.header-wrapper .header-tools .user ul.member-list li {
  border-bottom: 1px solid rgba(201, 201, 201, 0.3411764706);
}
.header-wrapper .header-tools .user ul.member-list li:last-child {
  border: none;
}
.header-wrapper .header-tools .user ul.member-list a {
  text-align: center;
  display: block;
  padding: 15px;
  font-size: 15px;
}
.header-wrapper .header-tools .user ul.member-list a:hover {
  color: #27D0CA;
}
@media (max-width: 1000px) {
  .header-wrapper .header-tools .user .user-name {
    max-width: 18vw;
  }
  .header-wrapper .menu ul li p a {
    padding: 5px 15px;
  }
}
@media (max-width: 768px) {
  .header-wrapper p {
    font-size: 15px;
  }
  .header-wrapper .block-box {
    padding: 15px 10px 15px 15px;
  }
  .header-wrapper .logo {
    max-width: 100px;
  }
  .header-wrapper .language {
    padding-right: 5px;
  }
  .header-wrapper .language a span {
    padding: 0 5px;
  }
  .header-wrapper .language .language-list ul {
    width: 90px;
  }
  .header-wrapper .language .language-list ul li p {
    font-size: 14px;
    padding: 10px;
  }
  .header-wrapper .header-tools .user ul.member-list li a {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .header-wrapper .header-tools .user .user-name {
    display: none;
  }
  .header-wrapper .header-tools .user ul.member-list {
    top: 20px;
  }
}
@media (max-width: 450px) {
  .header-wrapper p {
    font-size: 14px;
  }
}

.footer-wrapper {
  width: 100%;
  background-color: #fff;
  margin-top: auto;
}
.footer-wrapper p {
  font-size: 14px;
}
.footer-wrapper p a {
  color: #333;
}
.footer-wrapper p a:hover {
  color: #27D0CA;
}
.footer-wrapper .block-box {
  padding: 45px 20px;
}
.footer-wrapper .fbox {
  flex: 25%;
  align-items: center;
  vertical-align: text-top;
  padding-right: 10px;
}
.footer-wrapper .fbox:last-child {
  padding-right: initial;
}
.footer-wrapper .bg-k {
  background-color: #000000;
}
.footer-wrapper .bg-k .block-box {
  padding: 20px;
  display: flex;
}
.footer-wrapper .bg-k .block-box p {
  font-size: 12px;
  color: #BCBCBC;
}
.footer-wrapper .bg-k .block-box p.link {
  color: #E8E8E8;
  margin-left: auto;
}
.footer-wrapper .bg-k .block-box p.link a {
  margin-left: 15px;
  color: #E8E8E8;
}
.footer-wrapper .bg-k .block-box p.link a:hover {
  text-decoration: underline;
}
.footer-wrapper .bg-k .block-box p.link a:first-child {
  margin-left: 0;
}
@media (max-width: 400px) {
  .footer-wrapper .bg-k .block-box p.link a {
    margin-left: 5px;
  }
}
@media (max-width: 500px) {
  .footer-wrapper .bg-k .block-box p {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .footer-wrapper .bg-k .block-box {
    padding: 10px;
  }
  .footer-wrapper .bg-k .block-box p {
    font-size: 10px;
  }
}
.footer-wrapper .img-logo {
  max-width: 130px;
}
.footer-wrapper .text-info {
  padding-bottom: 15px;
  line-height: 1.5;
}
.footer-wrapper .text-info a {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;
}
.footer-wrapper ul.contact-list {
  width: 100%;
}
.footer-wrapper ul.contact-list li {
  padding-bottom: 5px;
}
.footer-wrapper ul.contact-list li p span {
  padding-top: 5px;
  display: inline-block;
  font-size: 12px;
  color: #6B6B6B;
}
.footer-wrapper .social-info {
  display: flex;
  margin-top: auto;
  max-width: 180px;
}
.footer-wrapper .social-info ul.social-link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.footer-wrapper .social-info ul.social-link li {
  font-size: 20px;
}
.footer-wrapper .social-info ul.social-link li a {
  padding: 10px;
  color: #333;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}
@media (max-width: 700px) {
  .footer-wrapper .fbox {
    padding-left: 0;
  }
  .footer-wrapper .flex-box {
    flex-direction: column;
    text-align: center;
  }
  .footer-wrapper .img-box {
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 90px;
  }
  .footer-wrapper .social-info {
    max-width: initial;
    justify-content: center;
  }
  .footer-wrapper .social-info ul.social-link {
    justify-content: center;
  }
}

.main-wrapper {
  width: 100%;
}
.main-wrapper .section-wrap {
  padding: 0;
  margin: 0;
  width: 100%;
}
.main-wrapper .section-wrap .main-title {
  position: relative;
  z-index: 2;
}
.main-wrapper .section-wrap .main-title h1 {
  font-size: 40px;
  font-weight: bold;
  padding: 15px 0;
}
.main-wrapper .section-wrap .main-title h2 {
  font-size: 25px;
  padding: 15px 0;
}
.main-wrapper .section-wrap .main-title h3 {
  padding: 5px 0;
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 760px) {
  .main-wrapper .section-wrap .main-title h3 {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .main-wrapper .section-wrap .main-title h3 {
    font-size: 20px;
  }
}
.main-wrapper .section-wrap .text-contents {
  padding: 20px;
}
.main-wrapper .section-wrap .text-contents p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 760px) {
  .main-wrapper .section-wrap .text-contents {
    padding: 5px 15px 20px 15px;
  }
  .main-wrapper .section-wrap .text-contents p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.main-wrapper .section-wrap .text-prolegomenon {
  position: relative;
  padding: 45px;
  margin: 20px 0;
}
.main-wrapper .section-wrap .text-prolegomenon p {
  font-size: 16px;
}
.main-wrapper .section-wrap .text-signature {
  position: relative;
  padding-bottom: 90px;
}
.main-wrapper .section-wrap .text-signature p {
  line-height: 1.8;
}
.main-wrapper .section-wrap .text-signature .img-box {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 !important;
  text-align: right;
}
.main-wrapper .section-wrap .text-signature .img-box img {
  max-width: 45%;
}
.main-wrapper .section-wrap .text-center {
  text-align: center;
}
.main-wrapper .holkee-404 h2 {
  font-weight: bold;
}
.main-wrapper .holkee-404 .img-404 {
  padding: 50px 0 30px 0;
}
.main-wrapper .holkee-summary {
  background-color: #fff;
}
.main-wrapper .holkee-summary .block-box {
  position: relative;
}
.main-wrapper .holkee-summary .block-box .img-box {
  position: absolute;
}
.main-wrapper .holkee-summary .block-box .img-01 {
  min-width: 200px;
  width: 30%;
  max-width: 350px;
  left: 0;
  top: 0;
}
.main-wrapper .holkee-summary .block-box .img-02 {
  min-width: 150px;
  width: 20%;
  max-width: 290px;
  right: 0;
  bottom: 20px;
}
@media (max-width: 850px) {
  .main-wrapper .holkee-summary {
    padding: 60px 20px 20px 20px;
    position: relative;
    overflow: hidden;
  }
  .main-wrapper .holkee-summary .block-box {
    position: initial;
  }
  .main-wrapper .holkee-summary .block-box .img-01 {
    top: -30px;
    left: -35px;
  }
  .main-wrapper .holkee-summary .main-title h2 {
    margin: 0 auto;
    font-size: 20px;
  }
  .main-wrapper .holkee-summary .main-title h2 span.mob {
    display: block;
  }
  .main-wrapper .holkee-summary .main-title h2 span.mob-none {
    display: none;
  }
}
@media (max-width: 700px) {
  .main-wrapper .holkee-summary {
    padding-top: 0px;
  }
  .main-wrapper .holkee-summary .main-title h1 {
    font-size: 30px;
  }
  .main-wrapper .holkee-summary .block-box {
    padding: 20px 0;
  }
  .main-wrapper .holkee-summary .block-box .img-01 {
    top: initial;
    bottom: 0;
  }
}
@media (max-width: 450px) {
  .main-wrapper .holkee-summary .main-title h1 {
    font-size: 24px;
    padding: 10px 0;
  }
  .main-wrapper .holkee-summary .main-title h2 {
    font-size: 17px;
    padding-bottom: 40px;
  }
  .main-wrapper .holkee-summary .btn a {
    position: relative;
    z-index: 2;
  }
}
.main-wrapper .holkee-freetrial .main-title {
  padding: 10px 0;
  padding-left: 200px;
  position: relative;
  min-height: 160px;
}
.main-wrapper .holkee-freetrial .main-title h3 {
  padding: 15px 0;
}
.main-wrapper .holkee-freetrial .main-title .img-box {
  max-width: 170px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.main-wrapper .holkee-freetrial ul.list {
  width: 100%;
  display: flex;
  padding: 20px 0;
  margin-top: 15px;
}
.main-wrapper .holkee-freetrial ul.list li {
  flex: 1;
  margin: 0 15px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  overflow: hidden;
}
.main-wrapper .holkee-freetrial ul.list li h4 {
  padding: 15px;
  width: 100%;
  background-color: #F4BC00;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 550px) {
  .main-wrapper .holkee-freetrial ul.list li h4 {
    font-size: 17px;
  }
}
.main-wrapper .holkee-freetrial ul.list li p {
  text-align: center;
  line-height: 1.5;
  padding: 20px 15px 20px 15px;
  font-size: 17px;
}
@media (max-width: 1600px) {
  .main-wrapper .holkee-freetrial .block-box {
    max-width: 1120px;
  }
}
@media (max-width: 850px) {
  .main-wrapper .holkee-freetrial ul.list {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
  }
  .main-wrapper .holkee-freetrial ul.list li {
    margin: 10px;
  }
}
@media (max-width: 650px) {
  .main-wrapper .holkee-freetrial .main-title {
    padding: 20px 20px 0 20px;
  }
  .main-wrapper .holkee-freetrial .main-title .img-box {
    position: initial;
    margin: 0 auto;
  }
  .main-wrapper .holkee-freetrial .main-title h3 {
    text-align: center;
  }
  .main-wrapper .holkee-freetrial .main-title p {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .main-wrapper .holkee-freetrial .main-title {
    padding: 20px 0px 0 0px;
  }
}
.main-wrapper .holkee-feature {
  background-color: #F8F8F8;
  overflow: hidden;
}
.main-wrapper .holkee-feature .block-box {
  max-width: 900px;
}
.main-wrapper .holkee-feature ul.list {
  width: 100%;
}
.main-wrapper .holkee-feature ul.list li {
  position: relative;
}
.main-wrapper .holkee-feature ul.list li .info {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 50px 40px 50px;
  margin: 50px 0;
  max-width: 800px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}
.main-wrapper .holkee-feature ul.list li h4 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.main-wrapper .holkee-feature ul.list li p {
  line-height: 1.5;
  font-size: 17px;
}
.main-wrapper .holkee-feature ul.list li .img-box {
  position: absolute;
  max-width: 230px;
  z-index: 1;
}
.main-wrapper .holkee-feature ul.list li:nth-child(1) {
  padding-left: 100px;
  margin-left: 15px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(1) .img-box {
  max-width: 160px;
  left: -10px;
  top: -80px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(1) .info {
  padding-left: 80px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(2) {
  padding-right: 50px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(2) .img-box {
  max-width: 199px;
  right: -40px;
  top: -35px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(2) p {
  width: calc(100% - 50px);
}
.main-wrapper .holkee-feature ul.list li:nth-child(3) {
  margin-left: 20px;
  padding-left: 60px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(3) .img-box {
  max-width: 230px;
  right: -30px;
  bottom: 6px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(3) p {
  width: calc(100% - 150px);
}
.main-wrapper .holkee-feature ul.list li:nth-child(4) {
  padding-left: 50px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(4) .img-box {
  max-width: 190px;
  left: -60px;
  top: -20px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(4) .info {
  max-width: 740px;
  padding-left: 100px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(5) {
  padding-left: 40px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(5) .img-box {
  max-width: 182px;
  right: -15px;
  bottom: -30px;
}
.main-wrapper .holkee-feature ul.list li:nth-child(5) .info {
  max-width: initial;
}
.main-wrapper .holkee-feature ul.list li:nth-child(5) p {
  width: calc(100% - 150px);
}
@media (max-width: 550px) {
  .main-wrapper .holkee-feature ul.list li h4 {
    font-size: 18px;
  }
  .main-wrapper .holkee-feature ul.list li p {
    font-size: 15px;
  }
  .main-wrapper .holkee-feature ul.list li .info {
    padding: 20px 40px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(1) {
    padding-left: 40px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(1) .info {
    padding-right: 30px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(1) .img-box {
    max-width: 25vw;
    top: -30px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(2) .info {
    padding: 20px 30px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(2) .img-box {
    max-width: 150px;
    top: -25px;
    right: -30px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(3) {
    margin-left: initial;
    padding-left: initial;
    margin-bottom: 80px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(3) p {
    width: 100%;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(3) .info {
    padding: 20px 30px;
    padding-bottom: 90px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(3) .img-box {
    max-width: 180px;
    bottom: -60px;
    right: 15px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(4) .info {
    padding-left: 80px;
    padding-right: 20px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(4) .img-box {
    max-width: 155px;
    top: -53px;
    left: -30px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(5) {
    padding-left: 0;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(5) p {
    width: 100%;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(5) .info {
    padding-bottom: 100px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(5) .img-box {
    bottom: -80px;
  }
}
@media (max-width: 450px) {
  .main-wrapper .holkee-feature ul.list li h4 {
    font-size: 17px;
    padding-bottom: 10px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(1) .info {
    padding-left: 65px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(2) p {
    width: calc(100% - 20px);
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(4) .img-box {
    max-width: 145px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(5) .info {
    padding-bottom: 66px;
  }
  .main-wrapper .holkee-feature ul.list li:nth-child(5) .img-box {
    max-width: 142px;
    bottom: -80px;
  }
}
.main-wrapper .holkee-shop .main-title {
  max-width: 700px;
  margin: 0 auto;
  min-height: initial;
  padding-left: 240px;
}
.main-wrapper .holkee-shop .main-title .img-box {
  max-width: 195px;
  top: initial;
  bottom: 0;
}
@media (max-width: 650px) {
  .main-wrapper .holkee-shop .img-box {
    padding-bottom: 20px;
  }
  .main-wrapper .holkee-shop .main-title {
    padding: 0;
  }
}
.main-wrapper .in-b-01 .img-box {
  max-width: 60%;
  position: absolute;
  bottom: -20px;
  right: 0;
}
.main-wrapper .in-b-01 .main-title h3 span {
  position: relative;
}
.main-wrapper .in-b-01 .main-title h3 span::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -75px;
  width: 90px;
  height: 86px;
  display: block;
  background: url(../images/ill/about_lucky.png) center center no-repeat;
  background-repeat: none;
  background-size: contain;
}
@media (max-width: 650px) {
  .main-wrapper .in-b-01 .main-title h3 span::before {
    width: 60px;
    height: 65px;
    right: -45px;
    top: -58px;
  }
}
.main-wrapper .in-b-02 .img-box {
  width: 30%;
  max-width: 225px;
  position: absolute;
  bottom: 0px;
  right: 40px;
}
.main-wrapper .title-banner-wrap {
  position: relative;
  background-color: #CBF6F4;
}
.main-wrapper .title-banner-wrap .block-box {
  min-height: 240px;
  position: relative;
}
.main-wrapper .title-banner-wrap .block-box .main-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 5;
}
.main-wrapper .title-banner-wrap .block-box .main-title h3 {
  line-height: 1;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .main-wrapper .title-banner-wrap .block-box {
    min-height: 130px;
  }
  .main-wrapper .title-banner-wrap .block-box .main-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 699px) {
  .main-wrapper .title-banner-wrap .block-box .main-title h3 {
    font-size: 22px;
  }
}
.main-wrapper .block-both {
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper .block-both .abox {
  flex: calc(100% - 250px);
  padding: 20px;
}
.main-wrapper .block-both .abox .img-box {
  padding: 30px 0;
  margin: 0 auto;
}
.main-wrapper .block-both .abox .img-box img {
  width: 100%;
}
.main-wrapper .block-both .abox .i-01 {
  width: 60%;
  max-width: 440px;
}
.main-wrapper .block-both .abox .i-02 {
  max-width: 238px;
}
.main-wrapper .block-both .abox .i-03 {
  max-width: 357px;
}
@media (max-width: 768px) {
  .main-wrapper .block-both {
    flex-direction: column;
  }
  .main-wrapper .block-both .abox .i-01 {
    padding: 0px 0 15px 0;
    max-width: 120px;
  }
  .main-wrapper .block-both .abox .i-03 {
    max-width: 75%;
    padding-top: 0;
  }
}
.main-wrapper .plans-feature {
  background-color: #F8F8F8;
  overflow: hidden;
}
.main-wrapper .plans-feature .holkeex {
  margin-left: 10px;
}
.main-wrapper .plans-feature .block-box {
  max-width: 800px;
}
.main-wrapper .plans-feature ul.list {
  width: 100%;
  display: flow;
}
.main-wrapper .plans-feature ul.list li {
  position: relative;
  max-width: 400px;
}
.main-wrapper .plans-feature ul.list li .info {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 50px 40px 50px;
  margin: 50px 0;
  max-width: 300px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}
.main-wrapper .plans-feature ul.list li h4 {
  font-size: 20px;
  font-weight: bold;
}
.main-wrapper .plans-feature ul.list li .img-box {
  position: absolute;
  max-width: 230px;
  z-index: 1;
}
.main-wrapper .plans-feature ul.list li:nth-child(1) {
  margin-left: 15px;
}
.main-wrapper .plans-feature ul.list li:nth-child(1) .img-box {
  top: 0;
  left: initial;
  right: 40px;
  max-width: 146px;
}
.main-wrapper .plans-feature ul.list li:nth-child(1) .info {
  padding-left: 40px;
}
.main-wrapper .plans-feature ul.list li:nth-child(2) {
  padding-right: 50px;
  margin-left: auto;
  max-width: 380px;
}
.main-wrapper .plans-feature ul.list li:nth-child(2) .img-box {
  max-width: 200px;
  right: 0px;
  top: -132px;
}
.main-wrapper .plans-feature ul.list li:nth-child(2) .info {
  margin-top: -85px;
}
.main-wrapper .plans-feature ul.list li:nth-child(3) {
  margin-left: 20%;
  padding-left: 60px;
}
.main-wrapper .plans-feature ul.list li:nth-child(3) .img-box {
  max-width: 200px;
  right: -85px;
  bottom: -74px;
}
.main-wrapper .plans-feature ul.list li:nth-child(4) {
  padding-left: 50px;
}
.main-wrapper .plans-feature ul.list li:nth-child(4) .img-box {
  max-width: 190px;
  left: -65px;
  top: -50px;
}
.main-wrapper .plans-feature ul.list li:nth-child(4) .info {
  max-width: 320px;
  padding-left: 100px;
}
.main-wrapper .plans-feature ul.list li:nth-child(5) {
  padding-left: 40px;
  margin-left: auto;
}
.main-wrapper .plans-feature ul.list li:nth-child(5) .img-box {
  max-width: 182px;
  right: -62px;
  bottom: -58px;
}
.main-wrapper .plans-feature ul.list li:nth-child(5) h4 {
  max-width: 195px;
}
.main-wrapper .plans-feature ul.list li:nth-child(5) .info {
  margin-top: -135px;
  max-width: initial;
}
@media (max-width: 750px) {
  .main-wrapper .plans-feature ul.list li h4 {
    font-size: 18px;
  }
  .main-wrapper .plans-feature ul.list li .info {
    padding: 20px 40px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(1) .info {
    padding-right: 20px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(1) .img-box {
    top: -34px;
    max-width: 120px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(2) .info {
    margin-top: initial;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(2) .img-box {
    max-width: 150px;
    top: -48px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(3) .img-box {
    max-width: 150px;
    right: -25px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(4) .img-box {
    max-width: 140px;
    left: 0;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(5) .info {
    margin-top: initial;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(5) .img-box {
    width: 33vw;
    max-width: 150px;
    right: 0px;
  }
}
@media (max-width: 500px) {
  .main-wrapper .plans-feature ul.list li h4 {
    font-size: 17px;
  }
  .main-wrapper .plans-feature ul.list li .info {
    max-width: 320px;
    padding: 20px 30px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(1) .img-box {
    max-width: 100px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(2) .img-box {
    top: -27px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(3) .img-box {
    max-width: 125px;
    right: -10px;
    bottom: initial;
    top: 50px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(4) .info {
    max-width: 260px;
    padding-left: 100px;
    top: initial;
    bottom: 50px;
  }
}
@media (max-width: 400px) {
  .main-wrapper .plans-feature ul.list li h4 {
    font-size: 16px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(1) .img-box {
    top: -45px;
    right: 0;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(2) .img-box {
    top: -15px;
  }
  .main-wrapper .plans-feature ul.list li:nth-child(5) .img-box {
    width: 31vw;
    right: 10px;
    bottom: -20px;
  }
}
.main-wrapper .holkee-plans .main-title .type {
  padding: 20px 0 10px 0;
  display: flex;
}
.main-wrapper .holkee-plans .main-title .type div {
  background-color: #F4BC00;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 3px;
  border-radius: 30px;
}
.main-wrapper .holkee-plans .main-title .type p {
  color: #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 30px;
  min-width: 110px;
  cursor: pointer;
  font-weight: bold;
}
.main-wrapper .holkee-plans .main-title .type p span {
  padding-right: 5px;
}
.main-wrapper .holkee-plans .main-title .type .check {
  min-width: 120px;
  color: #333;
  background-color: #fff;
}
.main-wrapper .holkee-plans .main-title .type .check span {
  padding-left: 28px;
  position: relative;
}
.main-wrapper .holkee-plans .main-title .type .check span::before {
  content: "";
  left: 0;
  top: calc(50% - 6.5px);
  position: absolute;
  width: 17px;
  height: 13px;
  display: block;
  background: url(../images/svg/icon_plans_check.svg) center center no-repeat;
  background-size: contain;
}
.main-wrapper .plans-cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  margin: 30px auto;
  max-width: 1000px;
}
.main-wrapper .plans-cont .a-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-bottom: 20px;
  border: transparent 2px solid;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}
.main-wrapper .plans-cont .a-card .top-title {
  padding: 30px 30px 15px 80px;
  position: relative;
  min-height: 120px;
}
.main-wrapper .plans-cont .a-card .top-title::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-wrapper .plans-cont .a-card .top-title .sub-title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.2;
}
.main-wrapper .plans-cont .a-card .top-title .text {
  line-height: 1.5;
  font-weight: bold;
}
.main-wrapper .plans-cont .a-card .top-title .price {
  font-size: 15px;
  padding-top: 5px;
  font-weight: bold;
}
.main-wrapper .plans-cont .a-card .top-title .c-red {
  color: #FF5539;
}
.main-wrapper .plans-cont .a-card .top-title .original-price {
  text-decoration: line-through;
  color: #979797;
  font-size: 13px;
  padding: 0 5px;
  font-weight: initial;
}
.main-wrapper .plans-cont .a-card .brand::before {
  background-image: url(../images/svg/icon_plans_brand.svg);
}
.main-wrapper .plans-cont .a-card .shop::before {
  background-image: url(../images/svg/icon_plans_shop.svg);
}
.main-wrapper .plans-cont .a-card .a-row {
  width: 100%;
  border-top: 1px solid #e4e4e4;
}
.main-wrapper .plans-cont .a-card .a-row p {
  padding: 12px 30px 12px 80px;
  font-size: 15px;
  position: relative;
  line-height: 1.2;
}
.main-wrapper .plans-cont .a-card .a-row p:nth-child(odd) {
  background-color: #FAFAFA;
}
.main-wrapper .plans-cont .a-card .a-row p::before {
  position: absolute;
  width: 17px;
  height: 13px;
  content: "";
  left: 36px;
  top: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/svg/icon_plans_check.svg);
}
.main-wrapper .plans-cont .a-card:nth-child(even) {
  margin-left: 50px;
}
.main-wrapper .plans-cont .form-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 30px;
  margin: 0 auto 30px auto;
  overflow: auto;
}
.main-wrapper .plans-cont .form-table tr td, .main-wrapper .plans-cont .form-table tr th {
  padding: 12px 20px;
  border-collapse: collapse;
  border: 1px solid #E1E1E1;
  font-size: 14px;
}
.main-wrapper .plans-cont .form-table tr th {
  text-align: left;
  font-size: 15px;
}
.main-wrapper .plans-cont .form-table tr:last-child th {
  border-width: 1px 1px 0 0;
  border-radius: 0 0 0 30px;
}
.main-wrapper .plans-cont .form-table tr:last-child:last-child td {
  border: 1px 0 0 1px;
  border-radius: 0 30px 0 0;
}
.main-wrapper .plans-cont .form-table tr.bg-title {
  position: sticky;
  top: 72px;
  background-color: #333;
  color: #fff;
}
.main-wrapper .plans-cont .form-table tr.bg-title th {
  text-align: center;
}
.main-wrapper .plans-cont .form-table tr.bg-title th:first-child {
  border-radius: 30px 0 0 0;
  border: 0;
}
.main-wrapper .plans-cont .form-table tr.bg-title th:nth-child(2) {
  border-top: none;
}
.main-wrapper .plans-cont .form-table tr.bg-title th:last-child {
  border-width: 0 0 1px 1px;
  border-radius: 0 30px 0 0;
}
@media all and (max-width: 768px) {
  .main-wrapper .plans-cont .form-table tr.bg-title {
    top: 60px;
  }
  .main-wrapper .plans-cont .form-table tr.bg-title th:first-child {
    border-radius: 10px 0 0 0;
  }
  .main-wrapper .plans-cont .form-table tr.bg-title th:last-child {
    border-radius: 0 10px 0 0;
  }
}
@media all and (max-width: 750px) {
  .main-wrapper .plans-cont {
    display: block;
  }
  .main-wrapper .plans-cont .a-card {
    margin-bottom: 40px;
  }
  .main-wrapper .plans-cont .a-card:nth-child(even) {
    margin-left: initial;
  }
  .main-wrapper .plans-cont .a-card:last-child {
    margin-bottom: 0;
  }
  .main-wrapper .plans-cont .a-card .top-title {
    min-height: initial;
  }
}
@media all and (max-width: 700px) {
  .main-wrapper .plans-cont .a-card .top-title .text {
    font-size: 14px;
  }
  .main-wrapper .plans-cont .a-card .a-row p {
    font-size: 13px;
  }
}
@media all and (max-width: 650px) {
  .main-wrapper .plans-cont .form-table {
    border-radius: 10px;
  }
  .main-wrapper .plans-cont .form-table tr td, .main-wrapper .plans-cont .form-table tr th {
    padding: 8px;
  }
}
@media all and (max-width: 600px) {
  .main-wrapper .plans-cont .btn {
    padding: 5px;
  }
}
@media all and (max-width: 450px) {
  .main-wrapper .plans-cont .form-table img {
    max-width: 12px;
  }
  .main-wrapper .plans-cont .form-table tr td, .main-wrapper .plans-cont .form-table tr th {
    padding: 6px;
  }
  .main-wrapper .plans-cont .form-table tr th {
    font-size: 13px;
  }
  .main-wrapper .plans-cont .form-table tr td {
    font-size: 12px;
  }
}
@media all and (max-width: 400px) {
  .main-wrapper .plans-cont .a-card .top-title {
    padding: 20px 20px 15px 65px;
  }
  .main-wrapper .plans-cont .a-card .top-title::before {
    top: 20px;
    left: 20px;
  }
  .main-wrapper .plans-cont .a-card .top-title .sub-title {
    font-size: 1rem;
  }
  .main-wrapper .plans-cont .a-card .a-row p {
    padding: 12px 20px 12px 65px;
  }
  .main-wrapper .plans-cont .a-card .a-row p::before {
    left: 25px;
  }
}
.main-wrapper .additional-cont {
  flex-wrap: wrap;
}
.main-wrapper .additional-cont .a-card {
  flex: calc(50% - 25px);
  max-width: calc(50% - 25px);
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.main-wrapper .additional-cont .a-card .top-title {
  min-height: 85px;
}
.main-wrapper .additional-cont .a-card .icon {
  position: relative;
}
.main-wrapper .additional-cont .a-card .icon::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 25px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 10px;
  background-color: #DCA60F;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 38%;
}
.main-wrapper .additional-cont .a-card .icon-list::before {
  background-image: url(../images/svg/icon_additional_list.svg);
  background-size: 35%;
}
.main-wrapper .additional-cont .a-card .icon-basket::before {
  background-image: url(../images/svg/icon_additional_basket.svg);
  background-size: 50%;
}
.main-wrapper .additional-cont .a-card .icon-calendar::before {
  background-image: url(../images/svg/icon_additional_calendar.svg);
}
.main-wrapper .additional-cont .a-card .icon-utensils::before {
  background-image: url(../images/svg/icon_additional_utensils.svg);
}
.main-wrapper .additional-cont .a-card .icon-bed::before {
  background-image: url(../images/svg/icon_additional_bed.svg);
  background-size: 47%;
}
.main-wrapper .additional-cont .a-card .a-row {
  border: none;
  padding-bottom: 10px;
}
@media all and (max-width: 1000px) {
  .main-wrapper .additional-cont {
    display: flex;
  }
  .main-wrapper .additional-cont .a-card:nth-child(even) {
    margin-left: 50px;
  }
}
@media all and (max-width: 750px) {
  .main-wrapper .additional-cont {
    display: block;
  }
  .main-wrapper .additional-cont .a-card {
    flex: initial;
    max-width: 100%;
  }
  .main-wrapper .additional-cont .a-card:nth-child(even) {
    margin-left: initial;
  }
}
@media all and (max-width: 500px) {
  .main-wrapper .additional-cont .a-card .btn {
    padding: 5px 20px;
  }
}
@media all and (max-width: 400px) {
  .main-wrapper .additional-cont .a-card .top-title {
    min-height: 75px;
  }
  .main-wrapper .additional-cont .a-card .icon::before {
    width: 30px;
    height: 30px;
    top: 20px;
    left: 18px;
  }
}
.main-wrapper .holkee-about {
  background-color: #FCFCFC;
}
.main-wrapper .holkee-about .img-box {
  width: 250px;
}
.main-wrapper .holkee-about .text-contents {
  padding: 20px 0;
}
@media (max-width: 760px) {
  .main-wrapper .holkee-about .block-box {
    max-width: 1000px;
  }
  .main-wrapper .holkee-about .img-box {
    max-width: 200px;
    margin: 0 auto;
  }
  .main-wrapper .holkee-about .abox {
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 450px) {
  .main-wrapper .holkee-about .img-box {
    max-width: 150px;
  }
}
.main-wrapper .holkee-support .block-box {
  position: relative;
  max-width: 850px;
}
.main-wrapper .holkee-support .img-box {
  max-width: 250px;
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: 3;
}
.main-wrapper .holkee-support .main-title {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  padding: 40px 20px;
  max-width: 750px;
}
.main-wrapper .holkee-support .main-title h3 {
  max-width: 550px;
  margin: 0 auto;
  padding: 10px 20% 20px 0;
}
.main-wrapper .holkee-support .main-title p {
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 650px) {
  .main-wrapper .holkee-support .img-box {
    width: 30%;
    top: -10px;
  }
}
@media (max-width: 550px) {
  .main-wrapper .holkee-support p {
    font-size: 14px;
  }
}
.main-wrapper .holkee-showcase ul.list {
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper .holkee-showcase ul.list li {
  flex: 33%;
  padding: 20px;
  max-width: 33%;
}
.main-wrapper .holkee-showcase ul.list li .img-box img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 10px;
}
.main-wrapper .holkee-showcase ul.list li p {
  font-size: 15px;
  padding: 25px 0;
}
@media (max-width: 1200px) {
  .main-wrapper .holkee-showcase ul.list li {
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 800px) {
  .main-wrapper .holkee-showcase ul.list li {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .main-wrapper .holkee-showcase ul.list li p {
    font-size: 14px;
    padding: 10px 0;
  }
}
.main-wrapper .holkee-news ul.list {
  width: 100%;
}
.main-wrapper .holkee-news ul.list > li {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper .holkee-news ul.list > li .img-box {
  max-width: 115px;
  margin-right: 25px;
}
.main-wrapper .holkee-news ul.list > li .img-box img {
  border-radius: 10px;
}
.main-wrapper .holkee-news ul.list > li .info {
  width: 100%;
  max-width: calc(100% - 145px);
}
.main-wrapper .holkee-news ul.list > li .info .hashtag {
  display: inline-block;
  font-size: 13px;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: bold;
  border: #DCA60F 1px solid;
  color: #DCA60F;
  margin-top: 5px;
}
.main-wrapper .holkee-news ul.list > li .info .date {
  color: #A0A0A0;
  font-size: 14px;
  padding: 15px 0;
}
.main-wrapper .holkee-news ul.list > li .info h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.main-wrapper .holkee-news ul.list > li .info .text {
  display: none;
  padding-bottom: 15px;
}
.main-wrapper .holkee-news ul.list > li .info .text p {
  font-size: 14px;
  line-height: 1.5;
}
.main-wrapper .holkee-news ul.list > li ul {
  padding: 10px 0 20px 20px;
}
.main-wrapper .holkee-news ul.list > li ul li {
  font-size: 14px;
  line-height: 1.5;
}
.main-wrapper .holkee-news ul.list > li ul li .note {
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
}
.main-wrapper .holkee-news ul.list > li ul li .c-red {
  color: #FF5539;
}
.main-wrapper .holkee-news ul.list > li ul.ul-disc {
  list-style-type: disc;
}
.main-wrapper .holkee-news ul.list > li .top-title {
  width: 100%;
  position: relative;
}
.main-wrapper .holkee-news ul.list > li .arr .the-arr {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 15px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.main-wrapper .holkee-news ul.list > li .arr-up i.the-arr {
  transform: rotate(180deg);
}
@media (max-width: 800px) {
  .main-wrapper .holkee-news ul.list > li .img-box {
    max-width: 80px;
    margin-right: 20px;
  }
  .main-wrapper .holkee-news ul.list > li .info {
    max-width: calc(100% - 100px);
  }
  .main-wrapper .holkee-news ul.list > li .info .date {
    font-size: 12px;
    padding: 8px 0;
  }
  .main-wrapper .holkee-news ul.list > li .info .hashtag {
    font-size: 11px;
    padding: 3px 6px;
    margin-top: 0;
  }
  .main-wrapper .holkee-news ul.list > li .info h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
@media (max-width: 650px) {
  .main-wrapper .holkee-news ul.list > li {
    padding: 15px 15px 15px 18px;
  }
  .main-wrapper .holkee-news ul.list > li .img-box {
    max-width: 50px;
    margin-right: 15px;
  }
  .main-wrapper .holkee-news ul.list > li .info {
    max-width: calc(100% - 68px);
  }
  .main-wrapper .holkee-news ul.list > li .info h3 {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .main-wrapper .holkee-news ul.list > li .info h3 {
    font-size: 15px;
    margin: 10px 0 0 -60px;
  }
  .main-wrapper .holkee-news ul.list > li .info .text {
    width: calc(100% + 50px);
    margin-top: 10px;
    margin-left: -60px;
  }
}
@media (max-width: 450px) {
  .main-wrapper .holkee-news ul.list > li .info p {
    line-height: 1.3;
  }
  .main-wrapper .holkee-news ul.list > li .info h3 {
    font-size: 15px;
  }
  .main-wrapper .holkee-news ul.list li ul li {
    line-height: 1.3;
  }
}
.main-wrapper .privacy-wrap .main-title h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
.main-wrapper .privacy-wrap .text-contents {
  padding: 20px 0;
}
.main-wrapper .privacy-wrap .text-contents h4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.main-wrapper .privacy-wrap .text-contents p {
  font-size: 15px;
}
.main-wrapper .privacy-wrap .text-contents a {
  color: #27D0CA;
}
.main-wrapper .privacy-wrap .text-contents a:hover {
  text-decoration: underline;
}
.main-wrapper .privacy-wrap ul {
  color: #333;
  padding: 5px 0 10px 20px;
}
.main-wrapper .privacy-wrap ul li {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}
.main-wrapper .privacy-wrap ul.style-decimal {
  list-style-type: decimal;
  padding-bottom: 5px;
}
.main-wrapper .privacy-wrap ul.style-disc {
  list-style-type: disc;
}
.main-wrapper .privacy-wrap ul.style-upper-alpha {
  list-style-type: upper-alpha;
}
.main-wrapper .privacy-wrap ul.style-lower-alpha {
  list-style-type: lower-alpha;
  padding-bottom: 0;
}
@media (max-width: 700px) {
  .main-wrapper .privacy-wrap .main-title h4 {
    font-size: 15px;
  }
  .main-wrapper .privacy-wrap ul li {
    font-size: 13px;
  }
  .main-wrapper .privacy-wrap .text-contents h4 {
    font-size: 15px;
  }
  .main-wrapper .privacy-wrap .text-contents p {
    font-size: 13px;
  }
}
.main-wrapper .faq-wrap .block-box {
  display: flex;
  padding: 30px 20px;
}
.main-wrapper .faq-wrap .side-menu {
  width: 300px;
  padding: 10px 20px 20px 0;
}
.main-wrapper .faq-wrap .side-menu .f-ss {
  font-size: 11px;
}
.main-wrapper .faq-wrap .side-menu .qa-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  cursor: pointer;
}
.main-wrapper .faq-wrap .side-menu ul.main-item {
  padding-bottom: 20px;
}
.main-wrapper .faq-wrap .side-menu ul.main-item li {
  font-size: 15px;
  cursor: pointer;
  padding-bottom: 10px;
}
.main-wrapper .faq-wrap .side-menu ul.sub-item {
  padding: 10px 0 0 15px;
}
.main-wrapper .faq-wrap .side-menu ul.sub-item li {
  font-size: 14px;
  cursor: pointer;
}
.main-wrapper .faq-wrap .info-box {
  width: calc(100% - 300px);
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 30px;
}
.main-wrapper .faq-wrap .info-box h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 25px 40px 20px 40px;
}
.main-wrapper .faq-wrap .info-box .qa-title {
  padding: 20px 40px;
  background-color: #EEFBFB;
  position: sticky;
  top: 70px;
  z-index: 2;
}
.main-wrapper .faq-wrap .info-box .qa-title p {
  font-size: 18px;
  color: #27D0CA;
  font-weight: bold;
}
.main-wrapper .faq-wrap .info-box .f-ss {
  font-size: 13px;
}
.main-wrapper .faq-wrap .info-box .img-box {
  padding: 20px 0 30px 0;
}
.main-wrapper .faq-wrap .info-box .img-box img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 25px, rgba(0, 0, 0, 0.22) 0px 10px 15px;
  border-radius: 4px;
}
.main-wrapper .faq-wrap .info-box .text-contents {
  padding: 20px 40px;
}
.main-wrapper .faq-wrap .info-box .text-contents a {
  color: #27D0CA;
}
.main-wrapper .faq-wrap .info-box .text-contents a:hover {
  text-decoration: underline;
}
.main-wrapper .faq-wrap .info-box .text-contents h5 {
  font-size: 17px;
  color: #48677B;
  font-weight: bold;
  padding-bottom: 10px;
}
.main-wrapper .faq-wrap .info-box .text-contents p {
  font-size: 14px;
  padding-bottom: 5px;
  color: #555555;
}
.main-wrapper .faq-wrap .info-box .text-contents .f-w {
  font-size: 15px;
  font-weight: bold;
}
.main-wrapper .faq-wrap .info-box .text-reminder {
  border: #E2E3C1 1px solid;
  background-color: #FFFCE4;
  padding: 10px 15px;
  margin: 5px 0 10px 0;
  border-radius: 4px;
}
.main-wrapper .faq-wrap .info-box .text-reminder p {
  font-size: 13px;
  padding-bottom: 0;
  line-height: 1.5;
}
.main-wrapper .faq-wrap .info-box .bg-red {
  border-color: #FFA0B0;
  background-color: #FFF5F5;
}
.main-wrapper .faq-wrap .info-box ul {
  color: #333;
  padding: 5px 0 10px 20px;
}
.main-wrapper .faq-wrap .info-box ul li {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 10px;
  word-break: break-word;
}
.main-wrapper .faq-wrap .info-box ul.style-decimal {
  list-style-type: decimal;
}
.main-wrapper .faq-wrap .info-box ul.style-decimal li {
  padding-bottom: 5px;
}
.main-wrapper .faq-wrap .info-box ul.style-disc {
  list-style-type: disc;
}
.main-wrapper .faq-wrap .info-box ul.style-disc li {
  padding-bottom: 5px;
}
.main-wrapper .faq-wrap .info-box ul.style-upper-alpha {
  list-style-type: upper-alpha;
}
.main-wrapper .faq-wrap .info-box ul.style-lower-alpha {
  list-style-type: lower-alpha;
  padding-bottom: 0;
}
.main-wrapper .faq-wrap .info-box ul.style-upper-roman {
  list-style-type: upper-roman;
}
.main-wrapper .faq-wrap .form-table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px auto;
}
.main-wrapper .faq-wrap .form-table tr td, .main-wrapper .faq-wrap .form-table tr th {
  padding: 7px 10px;
  border-collapse: collapse;
  border: 1px solid #E1E1E1;
  align-content: center;
  line-height: 1.3;
  font-size: 14px;
}
.main-wrapper .faq-wrap .form-table tr th {
  text-align: left;
}
.main-wrapper .faq-wrap .form-table tr.bg-title th {
  padding: 10px;
  background-color: #FAFAFA;
}
.main-wrapper .faq-wrap ul.qaBox {
  list-style-type: none;
  color: #555;
  font-size: 14px;
  padding: 0px;
  padding-bottom: 25px;
}
.main-wrapper .faq-wrap ul.qaBox > li {
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
}
.main-wrapper .faq-wrap ul.qaBox > li:last-child {
  border: none;
}
.main-wrapper .faq-wrap ul.qaBox > li h6 {
  font-size: 14px;
  color: #555;
  font-weight: bold;
}
.main-wrapper .faq-wrap ul.qaBox > li p {
  font-size: 14px;
  display: block;
  position: relative;
  line-height: 26px;
  text-align: justify;
  font-weight: 400;
}
.main-wrapper .faq-wrap ul.qaBox > li p span.the_a {
  position: absolute;
  top: 0;
  left: 0;
}
.main-wrapper .faq-wrap ul.qaBox > li p.answer {
  padding-left: 25px;
  padding-bottom: 0px;
  margin-left: 7px;
}
.main-wrapper .faq-wrap ul.qaBox > li ul.style-disc {
  padding: 0 0 0 50px;
}
.main-wrapper .faq-wrap ul.qaBox > li ul.style-disc li {
  padding: 0;
  border: none !important;
}
.main-wrapper .faq-wrap ul.qaBox > li .a_answer_title {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}
.main-wrapper .faq-wrap ul.qaBox > li .a_answer_title p {
  line-height: 26px;
  text-align: justify;
  font-weight: 400;
}
.main-wrapper .faq-wrap ul.qaBox > li .a_answer_title span.the_a {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1000px) {
  .main-wrapper .faq-wrap .side-menu {
    width: 28%;
  }
  .main-wrapper .faq-wrap .side-menu .qa-title {
    font-size: 16px;
  }
  .main-wrapper .faq-wrap .side-menu ul.main-item li {
    font-size: 14px;
  }
  .main-wrapper .faq-wrap .side-menu ul.sub-item {
    padding-left: 15px;
  }
  .main-wrapper .faq-wrap .side-menu ul.sub-item li {
    font-size: 13px;
  }
  .main-wrapper .faq-wrap .info-box {
    width: 72%;
  }
  .main-wrapper .faq-wrap .info-box ul li {
    font-size: 13px;
  }
  .main-wrapper .faq-wrap .info-box h2 {
    font-size: 17px;
    padding: 15px 20px;
  }
  .main-wrapper .faq-wrap .info-box .qa-title {
    padding: 10px 20px;
  }
  .main-wrapper .faq-wrap .info-box .qa-title p {
    font-size: 16px;
  }
  .main-wrapper .faq-wrap .info-box .text-contents {
    padding: 10px 20px;
  }
  .main-wrapper .faq-wrap .info-box .text-contents h5 {
    font-size: 15px;
  }
  .main-wrapper .faq-wrap .info-box .text-contents .f-w {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .main-wrapper .faq-wrap .block-box {
    display: block;
    padding-top: 10px;
  }
  .main-wrapper .faq-wrap .side-menu {
    width: 100%;
    display: flex;
    padding: 0;
  }
  .main-wrapper .faq-wrap .side-menu > div {
    width: 50%;
    padding: 10px;
  }
  .main-wrapper .faq-wrap .side-menu .f-ss {
    display: block;
  }
  .main-wrapper .faq-wrap .side-menu .qa-title {
    font-size: 15px;
    color: #29c7cc;
  }
  .main-wrapper .faq-wrap .side-menu .sub-item {
    list-style-type: disc;
    padding-left: 25px;
  }
  .main-wrapper .faq-wrap .side-menu .sub-item li {
    padding-bottom: 5px;
    font-size: 13px;
  }
  .main-wrapper .faq-wrap .info-box {
    width: 100%;
  }
  .main-wrapper .faq-wrap .info-box .text-reminder p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .main-wrapper .faq-wrap .side-menu .qa-title {
    font-size: 14px;
  }
  .main-wrapper .faq-wrap .side-menu ul.main-item li {
    font-size: 13px;
  }
  .main-wrapper .faq-wrap .info-box .qa-title {
    top: 60px;
  }
}
@media (max-width: 500px) {
  .main-wrapper .faq-wrap ul.qaBox {
    padding-bottom: 15px;
  }
}

.bg-ill00 {
  background-color: #E2EFEE;
}

.bg-ill01 {
  background: url(../images/bg_holkee_ill_01.png) center center no-repeat #E2EFEE;
}
@media (max-width: 1200px) {
  .bg-ill01 {
    background: url(../images/bg_holkee_ill_01_m.png) center center no-repeat #E2EFEE;
  }
}

.bg-ill02 {
  background: url(../images/bg_holkee_ill_02.png) center center no-repeat #E2EFEE;
}
@media (max-width: 1200px) {
  .bg-ill02 {
    background: url(../images/bg_holkee_ill_02_m.png) center center no-repeat #E2EFEE;
  }
}

.user-wrapper {
  background-attachment: fixed;
  min-height: calc(100vh - 305px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-wrapper .holkee-login {
  padding: 40px 20px;
}
.user-wrapper .holkee-login .block-box {
  padding: 20px 40px;
  max-width: 480px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 35px;
}
@media (max-width: 600px) {
  .user-wrapper .holkee-login .block-box {
    padding: 20px 30px;
  }
}
.user-wrapper .holkee-login .text-note {
  background-color: #FFFEE7;
  border: 1px solid #E2E3C1;
  border-radius: 4px;
  padding: 8px 15px;
  margin-bottom: 5px;
}
.user-wrapper .holkee-login .text-note i {
  padding-right: 5px;
}
.user-wrapper .holkee-login .text-note p {
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 0;
}
.user-wrapper .holkee-login .text-note .c-red {
  color: #FF5539;
}
.user-wrapper .holkee-login .main-title h3 {
  font-size: 22px;
}
@media (max-width: 600px) {
  .user-wrapper .holkee-login .main-title h3 {
    padding: 0;
    font-size: 18px;
  }
}
.user-wrapper .holkee-login .text {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.5;
}
.user-wrapper .holkee-login .text a {
  color: #27D0CA;
}
.user-wrapper .holkee-login .t-c {
  text-align: center;
}
.user-wrapper .holkee-login .a-row {
  padding: 5px 0;
}
.user-wrapper .holkee-login .a-row input {
  font-weight: bold;
  width: 100%;
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.user-wrapper .holkee-login .a-row input:focus {
  border-color: #27D0CA;
  background-color: #eaf8f8;
}
.user-wrapper .holkee-login .a-row input::-moz-placeholder {
  font-weight: initial;
}
.user-wrapper .holkee-login .a-row input::placeholder {
  font-weight: initial;
}
.user-wrapper .holkee-login .a-row .has-error {
  border: 1px #FF5539 solid;
}
.user-wrapper .holkee-login .a-row .has-error::-moz-placeholder {
  border-color: #FF5539;
  background-color: inherit;
}
.user-wrapper .holkee-login .a-row .has-error:focus, .user-wrapper .holkee-login .a-row .has-error::placeholder {
  border-color: #FF5539;
  background-color: inherit;
}
.user-wrapper .holkee-login .btn {
  padding-top: 15px;
}
.user-wrapper .holkee-login .text-or {
  padding: 15px 0;
  text-align: center;
}
.user-wrapper .holkee-login .text-or p {
  font-size: 14px;
  color: #989898;
}
.user-wrapper .holkee-login .text-or p span {
  padding: 0px 65px;
  position: relative;
}
.user-wrapper .holkee-login .text-or p span::before {
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  content: "";
  width: 50px;
  height: 1px;
  background-color: #DCDCDC;
}
.user-wrapper .holkee-login .text-or p span::after {
  position: absolute;
  right: 0;
  top: calc(50% - 0.5px);
  content: "";
  width: 50px;
  height: 1px;
  background-color: #DCDCDC;
}
.user-wrapper .holkee-login .social-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0 20px 0;
}
.user-wrapper .holkee-login .social-btn a {
  flex: 1;
  text-align: center;
  width: 100%;
  padding: 12.5px;
  font-size: 14px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  align-items: center;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  color: #333;
  border: 1px solid #333;
  margin: 0 auto;
}
.user-wrapper .holkee-login .social-btn a span {
  padding-left: 30px;
  padding-right: 5px;
  position: relative;
  font-weight: bold;
}
.user-wrapper .holkee-login .social-btn a span::before {
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.user-wrapper .holkee-login .social-btn a span.icon-google::before {
  background: url(../images/icon_google.png) center center no-repeat #fff;
  background-size: contain;
}
.user-wrapper .holkee-login .social-btn a span.icon-facebook::before {
  background: url(../images/icon_facebook.png) center center no-repeat #fff;
  background-size: contain;
}
.user-wrapper .holkee-login .social-btn a:hover {
  background-color: #eaf8f8;
}
@media (max-width: 600px) {
  .user-wrapper .holkee-login .social-btn a {
    flex: initial;
    font-size: 14px;
  }
}
.user-wrapper .holkee-login .privacy-policy {
  border: 1px solid #ddd;
  padding: 10px 15px 15px 15px;
  height: 112px;
  overflow-y: auto;
  border-radius: 4px;
  margin-top: 5px;
}
.user-wrapper .holkee-login .privacy-policy .policy-title {
  font-weight: bold;
  font-size: 0.938rem;
}
.user-wrapper .holkee-login .privacy-policy .text {
  padding: 6px 0;
  white-space: pre-wrap;
}
.user-wrapper .holkee-login .txn-checkbox {
  font-size: 14px;
}
.user-wrapper .holkee-login .txn-checkbox a {
  text-decoration: underline;
}
.user-wrapper .holkee-login .txn-checkbox a:hover {
  text-decoration: none;
}
.user-wrapper .login-result .block-box {
  max-width: 800px;
  padding-bottom: 45px;
}
.user-wrapper .login-result .main-title h2 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .user-wrapper .login-result .main-title h2 {
    font-size: 24px;
  }
}
.user-wrapper .login-result .img-box {
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}
.user-wrapper .login-result ul {
  padding-top: 15px;
  list-style-type: disc;
  padding-left: 30px;
}
.user-wrapper .login-result ul p {
  padding: 2.5px 0;
  font-size: 14px;
}
.user-wrapper .login-result ul p a {
  color: #27D0CA;
  text-decoration: underline;
}
.user-wrapper .login-result ul p a:hover {
  text-decoration: none;
}
.user-wrapper .abox {
  padding: 30px 0 40px 0;
  position: relative;
}
.user-wrapper .btn a.w100 {
  max-width: 100%;
}
@media (max-width: 600px) {
  .user-wrapper .btn a.w100 {
    width: inherit;
  }
}/*# sourceMappingURL=style.css.map */