@charset "UTF-8";

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  font-weight: 400;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Noto_Sans_TC";
  src: url(/fonts/Noto_Sans_TC/NotoSansTC-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Noto_Sans_TC";
  src: url(/fonts/Noto_Sans_TC/NotoSansTC-Medium.ttf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Noto_Sans_TC";
  src: url(/fonts/Noto_Sans_TC/NotoSansTC-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Asap";
  src: url(/fonts/Asap/Asap-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Asap";
  src: url(/fonts/Asap/Asap-Medium.ttf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Asap";
  src: url(/fonts/Asap/Asap-Bold.ttf);
  font-weight: 700;
}

.text-primary {
  color: #1D388B;
}

.text-success {
  color: #72BF44;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  margin: 72px 0;
}

.prev,
.next {
  border: none;
  background-color: transparent;
}

.prev:after,
.next:after {
  content: "";
  background-image: url(/images/icon/arrow_left_black.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.next:after {
  background-image: url(/images/icon/arrow_right_black.png);
}

.light-theme a {
  background: none;
  border: none;
  color: #212121;
  box-shadow: none;
  font-size: 16px;
}

.light-theme .current.prev,
.light-theme .current.next {
  background-color: transparent;
  border: none;
  opacity: 0.2;
}

.light-theme .current {
  background-color: #1D388B;
  border: none;
  border-radius: 4px;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.leading-snug {
  line-height: 1.33;
}

h1 {
  font-size: calc(36rem / 16);
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: calc(48rem / 16);
  }
}

h2 {
  font-size: calc(30rem / 16);
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: calc(40rem / 16);
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: calc(40rem / 16);
  }
}

h3 {
  font-size: calc(28rem / 16);
}

@media screen and (min-width: 1024px) {
  h3 {
    font-size: calc(36rem / 16);
  }
}

@media screen and (min-width: 1440px) {
  h3 {
    font-size: calc(36rem / 16);
  }
}

h4 {
  font-size: calc(26rem / 16);
}

@media screen and (min-width: 1024px) {
  h4 {
    font-size: calc(32rem / 16);
  }
}

@media screen and (min-width: 1440px) {
  h4 {
    font-size: calc(32rem / 16);
  }
}

h5 {
  font-size: calc(22rem / 16);
}

@media screen and (min-width: 1024px) {
  h5 {
    font-size: calc(26rem / 16);
  }
}

@media screen and (min-width: 1440px) {
  h5 {
    font-size: calc(26rem / 16);
  }
}

.body-1 {
  font-size: calc(18rem / 16);
}

@media screen and (min-width: 1024px) {
  .body-1 {
    font-size: calc(22rem / 16);
  }
}

@media screen and (min-width: 1440px) {
  .body-1 {
    font-size: calc(22rem / 16);
  }
}

.body-2 {
  font-size: calc(16rem / 16);
}

@media screen and (min-width: 1024px) {
  .body-2 {
    font-size: calc(18rem / 16);
  }
}

@media screen and (min-width: 1440px) {
  .body-2 {
    font-size: calc(18rem / 16);
  }
}

.body-3 {
  font-size: calc(14rem / 16);
}

@media screen and (min-width: 1024px) {
  .body-3 {
    font-size: calc(16rem / 16);
  }
}

@media screen and (min-width: 1440px) {
  .body-3 {
    font-size: calc(16rem / 16);
  }
}

.body-4 {
  font-size: calc(12rem / 16);
}

@media screen and (min-width: 1024px) {
  .body-4 {
    font-size: calc(14rem / 16);
  }
}

@media screen and (min-width: 1024px) {
  .body-4 {
    font-size: calc(14rem / 16);
  }
}

.checkbox-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: baseline;
  position: relative;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  left: 0px;
  top: 3px;
  margin: auto;
}

/* Create a custom checkbox */
.checkmark {
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid #1D388B;
  position: relative;
  flex-shrink: 0;
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.checkbox-wrap input:checked~.checkmark {
  background-color: #1D388B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-wrap .checkmark:after {
  left: 0;
  right: 0;
  top: 0px;
  bottom: 2px;
  margin: auto;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-wrap .checkmark.indeterminate {
  background-color: #1D388B;
}

.checkbox-wrap .checkmark.indeterminate:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 3px;
  background-color: white;
  border: solid white;
  border-width: 0 0px 0px 0;
  transform: rotate(0deg);
}

select {
  position: relative;
  box-shadow: 4px 4px 19px 0px rgba(0, 0, 0, 0.05);
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  line-height: 34px;
  font-size: calc(18rem / 16);
  font-weight: 400;
  line-height: inherit;
  color: #1D388B;
  letter-spacing: inherit;
}

.select-selected {
  background-color: white;
  border-radius: 10px;
}

.product-page .select-selected {
  box-shadow: none;
  border: 1px solid #1D388B;
  line-height: 34px;
}

.product-page .select-selected.select-arrow-active {
  border-bottom: 0;
}

.unselected .select-selected {
  color: #1D388B;
}

.select-selected.select-arrow-active {
  border-radius: 10px 10px 0 0;
}

.select-selected.select-arrow-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 15px);
  background-color: #1D388B;
}

/* Style the arrow inside the select element: */
.select-selected:before {
  position: absolute;
  content: "";
  background: url("/images/icon/arrow_down.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 8px;
}

.select-selected.select-arrow-active:before {
  transform: rotate(180deg) translateY(5px);
}

.items-wrap {
  overflow: auto;
  max-height: 198px;
  margin: 8px;
}

.items-wrap div {
  margin: 0 10px 10px 0;
  border-radius: 6px;
}

/* style the items (options), including the selected item: */
.items-wrap div,
.select-selected {
  padding: 11px 23px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  line-height: 34px;
  width: 100%;
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*改變右邊箭頭樣式*/
  background: url("/images/icon/arrow_down.png") no-repeat right 10px center #fff;
  background-size: 20px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0 0 10px 10px;
  box-shadow: 4px 4px 19px 0px rgba(0, 0, 0, 0.05);
}

.product-page .select-items {
  box-shadow: none;
  border: 1px solid #1D388B;
  border-top: 0;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.items-wrap div:hover,
.same-as-selected {
  background-color: #1D388B;
  color: white;
}

.custom-dropdown-checkbox {
  display: flex;
  flex-direction: column;
  border: 1px solid #1D388B;
  border-radius: 10px;
  max-height: 260px;
  color: #1D388B;
}

.custom-dropdown-checkbox .checked-items {
  cursor: pointer;
  padding: 10px 43px 10px 23px;
  position: relative;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 34px;
}

.custom-dropdown-checkbox .checked-items.unselected {
  color: #A2A2A2;
  letter-spacing: 0.16px;
  font-weight: 400;
}

.custom-dropdown-checkbox .checked-items:before {
  position: absolute;
  content: "";
  background: url("/images/icon/arrow_down.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 8px;
}

.custom-dropdown-checkbox.show .checked-items {
  padding-bottom: 23px;
}

.custom-dropdown-checkbox.show .checked-items::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 15px);
  background-color: #1D388B;
}

.custom-dropdown-checkbox.show .checked-items:before {
  transform: rotate(180deg) translateY(5px);
}

.custom-dropdown-checkbox .item-list {
  display: none;
}

.custom-dropdown-checkbox.show .item-list {
  font-weight: 500;
  overflow-y: auto;
  margin: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.custom-dropdown-checkbox.show .item-list .checkbox-wrap {
  padding: 10px;
  margin: 0 10px 10px 0;
}

.custom-dropdown-checkbox.show .item-list .checkbox-wrap input~.checkmark {
  background-color: white;
}

.custom-dropdown-checkbox.show .item-list .checkbox-wrap .checkmark::after {
  left: 16px;
  top: 20px;
  border-color: #1D388B;
}

.custom-dropdown-checkbox.show .item-list .checkbox-wrap:hover,
.custom-dropdown-checkbox.show .item-list .checkbox-wrap.checked {
  background-color: #1D388B;
  color: white;
  border-radius: 6px;
}

.container {
  position: relative;
}

.web {
  display: none;
}

@media screen and (min-width: 768px) {
  .web {
    display: block;
  }
}

.mob {
  display: block;
}

@media screen and (min-width: 768px) {
  .mob {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 375px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 99%;
    padding: 50px 0;
  }
}

@media screen and (min-width: 375px) {
  .container-wide .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 576px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 99%;
    padding: 50px 0;
  }
}

@media screen and (min-width: 576px) {
  .container-wide .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 99%;
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .container-wide .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 1056px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1024px) {
  .container-wide .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 1188px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1200px) {
  .container-wide .container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 1440px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 1320px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1440px) {
  .container-wide .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.hilight {
  color: red;
}

.form {
  background-color: #F6F6F7;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
}

.form .body-2 {
  color: #1D388B;
  font-weight: 700;
  margin-bottom: 6px;
}

.form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 1024px) {
  .column-2 {
    display: grid;
    gap: 8px;
    grid-template-columns: 45% 1fr;
  }
}

.column-2>div {
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .column-2>div {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}

.column-2 .span-2 {
  grid-column: span 2/span 2;
}

.attached-label {
  position: relative;
}

.attached-label label {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.attached-label label.btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 32px;
}

@media screen and (min-width: 1024px) {
  .code-block {
    display: grid;
    grid-template-columns: minmax(auto, 70%) 2fr auto;
    align-items: center;
  }
}

.code-block input {
  align-self: center;
}

.code-block img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.code-block #show_code {
  display: inline-block;
  width: 50%;
  margin-top: 14px;
}

@media screen and (min-width: 1024px) {
  .code-block #show_code {
    width: auto;
    margin-top: 0;
  }
}

.code-block #reload_btn {
  width: 50px;
}

@media screen and (min-width: 1024px) {
  .code-block #reload_btn {
    width: 25px;
  }
}

.code {
  background-color: white;
  border-radius: 10px;
}

.column-2 .code {
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.code img.vericode {
  width: 100px;
  height: 60px;
}

.code img.reload {
  width: 40px;
  height: auto;
}

input {
  color: #1D388B;
}

select {
  color: #1D388B;
}

body {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #303030;
  width: 100%;
  font-family: "Noto_Sans_TC", "Asap", "微軟正黑體";
  width: 100%;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

html {
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
}

* {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  *:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 4px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

input {
  color: #1D388B;
}

select {
  color: #1D388B;
}

.wrapper {
  min-height: 100%;
  padding-top: 72px;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    padding-top: 88px;
  }
}

ul {
  list-style-position: inside;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1D388B;
  border-radius: 5px;
}

.container {
  position: relative;
}

.web {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .web {
    display: block !important;
  }
}

.mob {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .mob {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 375px) and (min-width: 768px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    width: 100%;
    max-width: 99%;
    padding: 50px 0;
  }
}

@media screen and (min-width: 375px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 99%;
    padding: 50px 0;
  }
}

@media screen and (min-width: 375px) {
  .container-wide .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 375px) and (min-width: 768px) {
  .container-wide .container {
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 576px) and (min-width: 768px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    width: 100%;
    max-width: 99%;
    padding: 50px 0;
  }
}

@media screen and (min-width: 576px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 99%;
    padding: 50px 0;
  }
}

@media screen and (min-width: 576px) {
  .container-wide .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 576px) and (min-width: 768px) {
  .container-wide .container {
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    width: 100%;
    max-width: 99%;
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 99%;
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .container-wide .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .container-wide .container {
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 1024px) and (min-width: 768px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    width: 100%;
    max-width: 1056px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 1056px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1024px) {
  .container-wide .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) and (min-width: 768px) {
  .container-wide .container {
    width: 90%;
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 1200px) and (min-width: 768px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    width: 100%;
    max-width: 1188px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 1188px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1200px) {
  .container-wide .container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) and (min-width: 768px) {
  .container-wide .container {
    width: 90%;
    max-width: 1080px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .container-wide {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
  }
}

@media screen and (min-width: 1440px) and (min-width: 768px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    width: 100%;
    max-width: 1320px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1440px) and (min-width: 1024px) {
  .container-wide {
    background-color: #F6F6F7;
    border-radius: 42px;
    max-width: 1320px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1440px) {
  .container-wide .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1440px) and (min-width: 768px) {
  .container-wide .container {
    width: 90%;
    max-width: 1200px;
  }
}

.color-primary {
  color: #1D388B;
}

.text-center {
  text-align: center;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

@media screen and (min-width: 1024px) {
  a.a-btn:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 4px !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 55px !important;
  }
}

.btn {
  cursor: pointer;
  width: 100%;
  padding: 8px 0;
  border-radius: 55px;
  text-align: center;
  font-size: 18px;
  line-height: 1.66;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #ffffff;
  color: #1D388B;
}

.btn img {
  width: 6px;
  height: 14px;
}

.btn:hover:after {
  content: "";
  display: none;
}

@media screen and (min-width: 1024px) {
  .btn:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 4px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) {
  .btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 32px;
  }
}

.btn-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.btn-center a {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .btn-center a {
    width: auto;
  }
}

.btn.primary {
  background-color: #1D388B;
  color: white;
}

.btn.primary:hover {
  background-color: #00B9F2;
}

.btn.secondary {
  background-color: #00ABBD;
  color: white;
}

.btn.secondary:hover {
  background-color: #152B4F;
}

.btn.tertiary {
  background-color: #00B9F2;
  color: white;
}

.btn.tertiary:hover {
  background-color: #152B4F;
}

.btn.dark {
  background-color: white;
  color: #003A81;
}

.btn.green:hover {
  background-color: #72BF44;
}

.btn.large {
  width: auto;
  height: 48px;
}

@media screen and (min-width: 1024px) {
  .btn.large {
    width: 350px;
  }
}

.btn-circle {
  min-width: 136px;
  height: 48px;
  text-align: center;
  font-size: calc(16rem / 16);
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}

@media screen and (min-width: 1024px) {
  .btn-circle {
    font-size: calc(18rem / 16);
    font-weight: 400;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
  }
}

.btn-close {
  width: 48px;
  height: 48px;
  top: -56px;
  background: url(/images/icon/close.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0%;
}

@media screen and (min-width: 1024px) {
  .btn-close {
    width: 64px;
    height: 64px;
    top: -84px;
  }
}

.btn-close:hover {
  background: url(/images/icon/close_hover.png) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 1024px) {
  .btn-close:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 4px !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 10px;
  }
}

.btn-gray {
  width: 100%;
  padding: 0 36px;
  height: 94px;
  text-align: center;
  font-size: calc(26rem / 16);
  font-weight: 700;
  line-height: normal;
  color: inherit;
  letter-spacing: inherit;
  color: #1D388B !important;
  border-radius: 21px;
  background-color: #F6F6F7;
  word-break: break-all;
}

.btn-gray:hover {
  background-color: #1D388B;
  color: #ffffff !important;
}

@media screen and (min-width: 1024px) {
  .btn-gray {
    max-width: 440px;
    width: 440px;
    height: 94px;
    font-size: calc(32rem / 16);
    font-weight: 700;
    line-height: normal;
    color: inherit;
    letter-spacing: inherit;
  }
}

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

@media screen and (min-width: 1024px) {
  a:focus {
    border-radius: 3px;
    outline: solid 1px #152B4F !important;
    outline-offset: 4px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

a.text {
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, transparent 90%, #007DC5 1.3%, #00B9F2 100.42%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}

a.text:hover {
  background-size: 100% 100%;
}

a.btn {
  text-decoration: none !important;
  border-radius: 55px !important;
}

a.btn:hover:after {
  content: "";
  display: none;
}

@media screen and (min-width: 1024px) {
  a.btn:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 4px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

input,
textarea,
input[type=file]+div {
  display: block;
  padding: 11px 23px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 19px 0px rgba(0, 0, 0, 0.05);
  border: none;
  resize: none;
  color: #1D388B;
  line-height: 34px;
}

input[type=file]+div {
  padding: 11px 142px 11px 23px;
  line-height: 120%;
}

input {
  width: 100%;
  font-size: 16px;
}

input[type=file] {
  display: none;
}

input[type=checkbox] {
  display: inline-block;
}

::-moz-placeholder {
  color: #a2a2a2;
  font-size: 16px;
}

.placeholder,
::placeholder {
  color: #a2a2a2;
  font-size: 16px;
}

textarea {
  width: 100%;
  height: 168px;
}

.sidebarModal ul {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}

.sidebarModal_title-2 ul {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}

.sidebar {
  font-size: calc(16rem / 16);
  font-weight: 500;
  line-height: 150%;
  color: #1D388B;
  letter-spacing: 0.16px;
}

.sidebar ul {
  margin: 10px 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}

.sidebar ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding: 12px;
  width: 100%;
  border-radius: 6px;
  height: 38px;
  cursor: pointer;
}

.sidebar ul li.active {
  background-color: #1D388B;
  color: #ffffff;
}

.sidebar ul li:hover {
  background-color: #1D388B;
  color: #ffffff;
}

.sidebar ul li:hover .checkmark {
  border: 1px solid #ffffff;
}

.sidebar ul li a,
.sidebar ul li span {
  font-size: calc(16rem / 16);
  font-weight: 500;
  line-height: 150%;
  color: inherit;
  letter-spacing: 0.16px;
  position: relative;
  text-decoration: none;
}

.sidebar .items {
  margin-top: 12px;
  margin-left: 22px;
  border-left: 1px solid;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  row-gap: 22px;
  padding: 10px 0;
}

.sidebar .items .checkbox-wrap {
  line-height: 1;
}

.sidebar .items input {
  top: 0px;
}

.sidebar ul li {
  padding: 0;
  padding-left: 12px;
}

.sidebar .active {
  display: flex;
  background-color: #1D388B;
  color: #ffffff;
}

.sidebar .active img {
  transform: rotate(180deg);
}

.sidebar .sidebarModal_title {
  background: transparent;
  color: #1D388B;
}

.sidebar .sidebarModal_title.active {
  background: transparent;
  color: #1D388B;
}

.sidebar_title,
.sidebarModal_title,
.sidebarModal_title-2-content {
  padding: 8px 0;
  border-bottom: 1px solid #1D388B;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: calc(18rem / 16);
  font-weight: 700;
  line-height: 190%;
  color: inherit;
  letter-spacing: 0.18px;
  justify-content: space-between;
}

.sidebar_title:focus ul,
.sidebarModal_title:focus ul,
.sidebarModal_title-2-content:focus ul {
  max-height: 100%;
  display: block;
}

.sidebar_title:focus-within ul,
.sidebarModal_title:focus-within ul,
.sidebarModal_title-2-content:focus-within ul {
  max-height: 100%;
  display: block;
}

.sidebar_title:active ul,
.sidebarModal_title:active ul,
.sidebarModal_title-2-content:active ul {
  max-height: 100%;
  display: block;
}

.sidebar_title img,
.sidebarModal_title img,
.sidebarModal_title-2-content img {
  width: 14px;
  height: 8px;
}

.sidebar_title .checkmark.cate:after,
.sidebarModal_title .checkmark.cate:after,
.sidebarModal_title-2-content .checkmark.cate:after {
  border: none;
  left: 3px;
  top: 7px;
  background-color: white;
  border-radius: 3px;
  width: 10px;
  height: 2px;
  transform: rotate(180deg);
}

.sidebar-product li {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.search {
  position: relative;
  margin-bottom: 16px;
}

.search input {
  height: 48px;
  border: 1px solid #1D388B;
}

.search .btn-search {
  border-radius: 0 10px 10px 0;
  width: 72px;
  height: 100%;
  background: #1D388B;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .search .btn-search {
    width: 24px;
    height: 24px;
    background: url(/images/icon/search.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}

.product-items-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .product-items-wrap {
    margin-left: 78px;
  }
}

.droplets {
  display: flex;
  align-items: center;
  gap: 2px;
}

.droplets span {
  margin-left: 5px;
}

.droplets img {
  width: 24px;
  height: auto;
}

.product-card {
  box-shadow: 4px 4px 19px 0px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  padding: 6px 25px 20px;
}

.product-card .product-img {
  width: 80%;
  height: 180px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.product-card .product-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card .card-tag {
  width: 92px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background-color: #152B4F;
  color: white;
  font-size: 14px;
  margin-bottom: 12px;
  margin-left: -19px;
}

.product-card .card-title {
  color: #1D388B;
  margin-bottom: 12px;
  line-height: 34px;
  letter-spacing: 0.26px;
}

.product-card .card-desc {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

.line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 10px 0 32px;
}

.tryout-banner {
  background-color: #1D388B;
  padding: 24px 18px;
  color: white;
  border-radius: 22px;
  margin-bottom: 32px;
  text-align: center;
}

.tryout-page-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  color: #1D388B;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .tryout-page-title {
    align-items: flex-start;
  }
}

.tryout-page-title .title {
  line-height: 29px;
  letter-spacing: 0.23px;
  margin-bottom: 0;
}

.tryout-page-title .step-circle {
  width: 24px;
  height: 24px;
  background-color: black;
  border-radius: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.16px;
  font-size: 14px;
  align-self: center;
}

.tryout-page-title .step-circle.current {
  font-size: 16px;
  width: 32px;
  height: 32px;
  background-color: #1D388B;
}

.web .tryout-page-title {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 83%;
  margin: 74px auto 34px;
}

.web .tryout-page-title.step1::after {
  left: calc(0% + 59px);
}

.web .tryout-page-title.step2::after {
  left: calc(0% + 50px);
}

.web .tryout-page-title.step3::after {
  left: calc(0% + 44px);
}

.web .tryout-page-title::after {
  content: "";
  width: calc(100% - 107px);
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: calc(100% - 100px);
  left: calc(0% + 50px);
  z-index: -1;
}

.web .tryout-page-title>div {
  display: grid;
  grid-template-rows: 68px 34px auto;
  justify-items: center;
  gap: 15px;
  color: #303030;
}

.web .tryout-page-title>div .title {
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  align-self: center;
}

.web .tryout-page-title>div.current {
  color: #1D388B;
  font-weight: 700;
}

.web .tryout-page-title>div.current .title {
  line-height: 34px;
}

.tryout-bottom-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .tryout-bottom-btn-wrap {
    margin-top: 72px;
  }
}

.tryout-bottom-btn-wrap a {
  cursor: pointer;
  text-decoration: underline;
  color: #1D388B;
}

.breadcrumb {
  color: #A2A2A2;
  width: 100%;
  min-height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: calc(14rem / 16);
  font-weight: 400;
  line-height: normal;
  color: inherit;
  letter-spacing: inherit;
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 0 25px;
  }
}

.breadcrumb span:last-child {
  color: #1D388B;
}

.svg {
  height: 28px;
  width: 48px;
  position: relative;
  transition: all 0.5s;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 20px auto;
}

@media screen and (min-width: 1024px) {
  .svg {
    margin: auto;
  }
}

.svg svg {
  overflow: visible !important;
}

.svg .svgline {
  width: 48px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.svg .svgarrow {
  width: auto;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.samples {
  position: relative;
  width: 100%;
  height: 477px;
  margin-top: 100px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .samples {
    height: 184px;
  }
}

.samples-content {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  margin: auto;
  background-color: #152B4F;
  color: #ffffff;
  border-radius: 22px;
  padding: 50px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 20px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}

@media screen and (min-width: 1024px) {
  .samples-content {
    padding: 28px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
}

.samples-content:hover {
  top: -10px;
  transition: all 0.5s;
}

.samples-content:hover rect {
  width: 84px;
  transition: all 0.5s;
}

.samples-content:hover .svgarrow {
  right: -32px;
  transition: all 0.5s;
}

.samples-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 24px;
  column-gap: 24px;
  background-color: #152B4F;
  border-radius: 22px;
}

@media screen and (min-width: 1024px) {
  .samples-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
  }
}

.samples-2 .line {
  background-color: #ffffff;
  width: 80%;
}

@media screen and (min-width: 1024px) {
  .samples-2 .line {
    display: none;
  }
}

.samples-2 a {
  flex: 1;
}

.samples-2 a:focus {
  border-radius: 20px;
}

.samples-2-item {
  min-height: 222px;
  flex: 1;
  background-color: #152B4F;
  color: #ffffff;
  border-radius: 22px;
  padding: 25px 44px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .samples-2-item {
    height: 355px;
  }
}

@media screen and (min-width: 1024px) {
  .samples-2-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 24px;
    column-gap: 24px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    min-height: 249px;
  }
}

@media screen and (min-width: 1440px) {
  .samples-2-item {
    height: auto;
  }
}

.samples-2-item:hover {
  margin-top: -10px;
  transition: all 0.5s;
}

.samples-2-item:hover rect {
  width: 84px;
  transition: all 0.5s;
}

.samples-2-item:hover .svgarrow {
  right: -32px;
  transition: all 0.5s;
}

.samples-2-item img {
  width: 114px;
  -o-object-fit: contain;
  object-fit: contain;
}

.samples-2 span {
  display: block;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .samples-2 span {
    display: inline-block;
  }
}

.samples img {
  margin-left: 0px;
}

@media screen and (min-width: 1024px) {
  .samples img {
    margin-left: 100px;
  }
}

.samples span {
  display: block;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .samples span {
    display: inline-block;
  }
}

.samples-btns {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 24px;
  margin-top: 26px;
}

@media screen and (min-width: 1024px) {
  .samples-btns {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.cards-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 14px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .cards-product {
    flex-wrap: nowrap;
  }
}

.cards-product .web {
  display: flex !important;
}

.cards-product-1 {
  display: none;
}

@media screen and (min-width: 768px) {
  .cards-product-1 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 14px;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .cards-product-1 {
    flex: 1;
  }
}

.cards-product-1 a {
  display: contents;
}

.cards-product-2 {
  width: 100vw;
  position: relative;
  height: 510px;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .cards-product-2 {
    display: none;
  }
}

.cards-product-item {
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 4px 4px 19px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cards-product-item {
    width: calc((100% - 14px) / 2);
    box-shadow: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .cards-product-item {
    width: calc((100% - 14px) / 2);
    box-shadow: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .cards-product-item:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 4px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.cards-product-item .img {
  height: 175px;
}

.cards-product-item .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cards-product-item .content {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  row-gap: 10px;
  height: 410px;
}

@media screen and (min-width: 1024px) {
  .cards-product-item .content {
    height: auto;
  }
}

.cards-product-item .text {
  box-sizing: border-box;
  padding: 10px 22px;
  text-align: center;
}

.cards-product-item .text .text-title {
  width: 100%;
  height: 33px;
  overflow: hidden;
  font-size: calc(22rem / 16);
  font-weight: 700;
  line-height: normal;
  color: #1D388B;
  letter-spacing: 0.22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cards-product-item .text .text-content {
  overflow: hidden;
  color: #303030;
  font-size: calc(18rem / 16);
  font-weight: 500;
  line-height: normal;
  color: #303030;
  letter-spacing: 0.18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cards-product-item:hover .text-title,
.cards-product-item:hover .text-content {
  color: #ffffff !important;
}

.cards-product-item:hover .text {
  background-color: #1D388B;
  border-radius: 22px;
  color: #ffffff;
  width: 100%;
}

.cards-product-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}

.cards-article {
  width: 100%;
  position: relative;
  height: 560px;
  padding-right: 0px;
  box-sizing: content-box;
}

@media screen and (min-width: 1024px) {
  .cards-article {
    height: 520px;
    padding-right: 20px;
  }
}

.cards-article-item {
  overflow: hidden;
  width: 100%;
  height: 476px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.cards-article-item:hover span {
  position: relative;
  background: linear-gradient(180deg, transparent calc(100% - 3px), #007DC5 1.3%, #00B9F2 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 1024px) {
  .cards-article-item:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 4px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.cards-article-item .img {
  width: 100%;
  overflow: hidden;
}

.cards-article-item .img img {
  width: 100%;
  height: 262px;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.cards-article-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 16px 0;
  box-sizing: border-box;
}

.cards-article-text .text-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
  .cards-article-text .text-title {
    -webkit-line-clamp: 2;
  }
}

.cards-article-text .text-title span {
  font-weight: 700;
}

.cards-article-text .text-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
}

.water {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
}

.water .drop {
  width: 20px;
  height: 20px;
  position: relative;
}

.water .drop img {
  width: 100%;
}

.water .drop .mask-0 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00ABBD 0%, #00ABBD 0%, transparent 0%, transparent 100%);
  background-size: auto 100%;
  -webkit-mask: url("/images/icon/water-mask.png") no-repeat center center;
  mask: url("/images/icon/water-mask.png") no-repeat center center;
}

.water .drop .mask-50 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00ABBD 0%, #00ABBD 50%, transparent 50%, transparent 100%);
  background-size: 100% 100%;
  -webkit-mask: url("/images/icon/water-mask.png") no-repeat center center;
  mask: url("/images/icon/water-mask.png") no-repeat center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.water .drop .mask-100 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00ABBD 0%, #00ABBD 100%, transparent 100%, transparent 100%);
  background-size: 100% 100%;
  -webkit-mask: url("/images/icon/water-mask.png") no-repeat center center;
  mask: url("/images/icon/water-mask.png") no-repeat center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media screen and (min-width: 1024px) {

  .index-article.container,
  .cards-product-2.container {
    overflow-x: visible;
  }
}

.index-article .swiper-button-next,
.cards-product-2 .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 30%;
}

@media screen and (min-width: 1024px) {

  .index-article .swiper-button-next,
  .cards-product-2 .swiper-button-next {
    right: -50px;
    bottom: auto;
    top: 50%;
  }
}

@media screen and (min-width: 1440px) {

  .index-article .swiper-button-next,
  .cards-product-2 .swiper-button-next {
    right: -100px;
    bottom: auto;
    top: 50%;
  }
}

.index-article .swiper-button-prev,
.cards-product-2 .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 30%;
}

@media screen and (min-width: 1024px) {

  .index-article .swiper-button-prev,
  .cards-product-2 .swiper-button-prev {
    left: -50px;
    bottom: auto;
    top: 50%;
  }
}

@media screen and (min-width: 1440px) {

  .index-article .swiper-button-prev,
  .cards-product-2 .swiper-button-prev {
    left: -100px;
    bottom: auto;
    top: 50%;
  }
}

.title {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 700;
}

.swiper-kv {
  height: 530px;
  position: relative;
  width: 100vw;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .swiper-kv {
    height: 620px;
  }
}

.swiper-kv .swiper-wrapper {
  padding: 0px;
}

.swiper-kv .swiper-slide {
  height: 500px;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .swiper-kv .swiper-slide {
    height: 570px;
  }
}

.swiper-kv .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.swiper-kv .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.swiper-kv .swiper-button-next {
  right: 12px;
  top: 45%;
}

@media screen and (min-width: 1024px) {
  .swiper-kv .swiper-button-next {
    right: 34px;
  }
}

.swiper-kv .swiper-button-prev {
  left: 12px;
  top: 45%;
}

@media screen and (min-width: 1024px) {
  .swiper-kv .swiper-button-prev {
    left: 34px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 1024px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 64px;
    height: 64px;
  }
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  background: url(/images/icon/slider_arrow_right.png) center center no-repeat;
  background-size: 100% auto;
}

.swiper-button-next:hover {
  background: url(/images/icon/slider_arrow_right_hover.png) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 1024px) {
  .swiper-button-next:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 10px;
  }
}

.swiper-button-prev {
  background: url(/images/icon/slider_arrow_left.png) center center no-repeat;
  background-size: 100% auto;
}

.swiper-button-prev:hover {
  background: url(/images/icon/slider_arrow_left_hover.png) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 1024px) {
  .swiper-button-prev:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 10px;
  }
}

.swiper-pagination-bullet {
  border-radius: 10px;
  width: 28px;
  height: 4px;
}

.swiper-pagination-bullet-active {
  background-color: #1D388B;
}

.news-list {
  background-color: #F6F6F7;
  border-radius: 24px;
  padding: 15px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .news-list {
    padding: 20px 60px;
  }
}

.news-list .svg {
  width: 27px;
  height: 27px;
  margin: 0;
}

.news-list .svg .svgline {
  width: 100%;
  height: 2px;
  background-color: #1D388B;
}

.news-list .svg .svgarrow {
  width: 10px;
  height: auto;
}

.news-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -moz-column-gap: 80px;
  column-gap: 80px;
  box-sizing: border-box;
  row-gap: 6px;
  padding: 16px 0;
}

@media screen and (min-width: 1024px) {
  .news-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 66px;
    width: 100%;
    padding: 0 30px;
    row-gap: 0px;
  }
}

.news-list-item:last-child,
.news-list-item:nth-child(10n+10) {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1024px) {
  .news-list-item:focus {
    border-radius: 20px;
    outline-offset: -10px !important;
  }
}

@media screen and (min-width: 1024px) {
  .news-list-item:hover div {
    color: #007DC5;
  }
}

@media screen and (min-width: 1024px) {
  .news-list-item:hover .news-list-item-title {
    color: #007DC5;
    font-weight: 700;
  }
}

@media screen and (min-width: 1024px) {
  .news-list-item:hover .svgline {
    height: 2px;
    width: 38px;
    transition: all 0.5s;
    background-color: #007DC5;
  }
}

@media screen and (min-width: 1024px) {
  .news-list-item:hover .svgarrow {
    right: -12px;
    transition: all 0.5s;
    fill: #007DC5;
  }
}

@media screen and (min-width: 1024px) {
  .news-list-item:hover .st2 {
    fill: #007DC5;
  }
}

.news-list-item-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.news-list-item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .news-list-item-title {
    width: 85%;
  }
}

.div-item {
  margin-top: 70px;
}

@media screen and (min-width: 1024px) {
  .div-item {
    margin-top: 100px;
  }
}

.tag {
  border-radius: 55px;
  padding: 6px 24px;
  height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background-color: #152B4F;
  box-sizing: border-box;
  font-size: calc(22rem / 16);
  font-weight: 700;
  line-height: 110%;
  color: #ffffff;
  letter-spacing: 0.22px;
}

.bg-gray {
  background-color: #F6F6F7;
  border-radius: 24px;
  padding: 24px 16px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .bg-gray {
    padding: 50px 60px;
    border-radius: 42px;
  }
}

.filter-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 280px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  color: #ffffff;
  padding: 42px 0;
  box-sizing: border-box;
}

.cookies-title {
  margin-bottom: 16px;
  font-size: calc(26rem / 16);
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  letter-spacing: 0.18px;
}

.cookies-content {
  font-size: calc(16rem / 16);
  font-weight: 500;
  line-height: 150%;
  color: #ffffff;
  letter-spacing: 0.18px;
}

.cookies .btns {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 8px;
}

@media screen and (min-width: 1024px) {
  .cookies .btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 36px;
    column-gap: 36px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content {
  position: relative;
  background-color: white;
  margin: 15% auto;
  padding: 100px 24px 40px 24px;
  width: 80%;
}

@media screen and (min-width: 1024px) {
  .modal-content {
    padding: 40px 24px;
  }
}

.modal-content a {
  cursor: pointer;
  text-decoration: underline;
  color: #007DC5;
}

#filterModal .modal-content {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

#ruleModal .modal-content {
  max-width: 689px;
  width: 80%;
  border-radius: 22px;
  padding: 74px 30px 50px;
}

#ruleModal .modal-content h4 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #1D388B;
}

#ruleModal .modal-content .info-icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

#ruleModal .modal-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

.close {
  position: absolute;
  right: 24px;
  top: 30px;
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 1024px) {
  .close {
    width: 64px;
    height: 64px;
  }
}

.close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  border: none;
  width: 64px;
  height: 64px;
  cursor: pointer;
  box-shadow: 4px 4px 19px 0px rgba(0, 0, 0, 0.1);
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  background: url(/images/icon/scroll_top_btn.png) center center no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 1024px) {
  #scrollTopBtn {
    bottom: 60px;
    right: 60px;
  }
}

#scrollTopBtn:hover {
  background: url(/images/icon/scroll_top_btn_hover.png) center center no-repeat;
  background-size: contain !important;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.popup a {
  cursor: pointer;
  text-decoration: underline;
  color: #007DC5;
}

.popup-dm .main {
  width: 90%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 28px;
  background-size: auto 100% !important;
}

@media screen and (min-width: 768px) {
  .popup-dm .main {
    max-width: 680px;
    max-height: 564px;
    width: 50%;
    height: 70%;
    background-size: cover !important;
  }
}

.popup-dm .btn {
  position: absolute;
  right: 16px;
  left: 16px;
  bottom: 35px;
  margin: auto;
}

.popup-success img {
  margin-left: auto;
  margin-right: auto;
  width: 162px;
  height: 162px;
}

.popup-success .main {
  row-gap: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 72px 30px 50px;
  max-width: 80%;
  min-height: 320px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  border-radius: 22px;
  background-size: cover;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .popup-success .main {
    max-width: 720px;
    padding: 72px 100px 62px;
  }
}

.popup-success .btn-close {
  top: 20px;
  right: 20px;
}

@media screen and (min-width: 1024px) {
  .popup-success .btn-close:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.popup-text .main {
  padding: 72px 30px 50px;
  max-width: 80%;
  min-height: 320px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  border-radius: 22px;
  background-size: cover;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .popup-text .main {
    max-width: 720px;
  }
}

.popup-text .main ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.popup-text h3 {
  text-align: center;
  margin-bottom: 18px;
}

.popup-text img {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .popup-text img {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.popup-text .btn-close {
  top: 20px;
  right: 20px;
}

@media screen and (min-width: 1024px) {
  .popup-text .btn-close:focus {
    outline: solid 1px #152B4F !important;
    outline-offset: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.active {
  display: block;
}

.date {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .date {
    width: auto;
  }
}

.pin {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
}

.pin img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1024px) {
  .pin-mob {
    display: none;
  }
}

.pin-pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pin-pc {
    display: block;
    position: absolute;
    left: 34px;
  }
}

.layout {
  width: 100%;
  min-height: 72px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #F6F6F7;
  position: fixed;
  z-index: 20;
  background-color: #fff;
}

@media screen and (min-width: 1200px) {
  .layout {
    display: grid;
    align-items: center;
    justify-items: end;
    grid-template-columns: 200px 1fr auto;
    gap: 10px;
    height: 88px;
    width: calc(100vw - 4px);
  }
}

.layout img.logo {
  position: absolute;
  z-index: -1;
  width: 235px !important;
  height: auto;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .layout img.logo {
    width: 315px;
  }
}

.layout .left {
  align-self: self-start;
}

.layout .left a {
  display: inline-block;
  width: 235px;
  height: 72px;
}

@media screen and (min-width: 1024px) {
  .layout .left a {
    width: 320px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.layout .left a:hover::after {
  display: none;
}

.layout .center {
  display: inline-block;
  margin-right: 23px;
}

@media screen and (min-width: 1024px) {
  .layout .center {
    width: 100%;
    margin-right: 0;
  }
}

.layout .center-list {
  display: none;
}

@media screen and (min-width: 1200px) {
  .layout .center-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: 72px;
    height: 100%;
    width: 50vw;
    column-gap: 20px;
  }

  .layout .center-list-text {
    text-align: center;
    position: relative;
  }

  .layout .center-list-text:focus:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #007DC5 1.3%, #00B9F2 100.42%);
  }

  .layout .center-list-text:focus .center-list-item {
    display: block;
  }

  .layout .center-list-text.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #007DC5 1.3%, #00B9F2 100.42%);
  }

  .layout .center-list-text:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #007DC5 1.3%, #00B9F2 100.42%);
  }

  .layout .center-list-text:hover .center-list-item {
    display: block;
  }

  .layout .center-list a {
    min-width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: #1D388B;
    font-weight: 500;
    height: 100%;
  }

  .layout .center-list .more-item {
    padding: 10px 0;
  }

  .layout .center-list .more-item:focus .center-list-item {
    display: block;
  }

  .layout .center-list .more-item:focus-within .center-list-item {
    display: block;
  }

  .layout .center-list .more-item:active .center-list-item {
    display: block;
  }

  .layout .center-list .more-item:hover .center-list-item {
    display: block;
  }
}

.layout .center-list-item {
  display: none;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 89px;
  left: 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  color: #1D388B;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(242, 243, 243) 50%, rgb(242, 243, 243) 100%);
}

.layout .center-list-item a {
  display: inline;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.layout .center-list-item a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #007DC5 1.3%, #00B9F2 100.42%);
}

.layout .center-list-item .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: stretch;
}

.layout .center-list-item .item {
  width: 600px;
  padding: 20px 0 55px 0;
  min-height: 100%;
  background-color: #ffffff;
}

.layout .center-list-item .item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
}

.layout .center-list-item .list-item-title {
  margin-bottom: 20px;
}

.layout .center-list-item .articles {
  width: 100%;
  min-height: 100%;
  padding: 20px 0 55px 60px;
  background-color: #F2F3F3;
}

.layout .center-list-item .articles div {
  margin-bottom: 20px;
}

.layout .center-list-item .articles .more {
  margin-top: 30px;
}

.layout .center-mobBtn {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: inline-block;
}

.layout .center-mobBtn a {
  background-color: #1D388B;
  border: none;
  padding: 4px 16px;
  border-radius: 60px;
  color: #ffffff;
  width: auto;
  height: 100%;
  line-height: 1.66;
}

@media screen and (min-width: 1024px) {
  .layout .center-mobBtn {
    display: none;
  }
}

.layout .right {
  margin-right: 24px;
  display: inline-block;
}

.layout .right-pcBtns {
  display: none;
}

@media screen and (min-width: 1200px) {
  .layout .right-pcBtns {
    display: flex;
    align-items: center;
    gap: 26px;
  }
}

.layout .right-pcBtns .btn {
  flex-shrink: 0;
}

.layout .right-hamber {
  cursor: pointer;
  display: inline-block;
}

.layout .right-hamber img {
  width: 30px;
  height: 22px;
}

@media screen and (min-width: 1200px) {
  .layout .right-hamber {
    display: none;
  }
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #1D388B;
  width: 101vw;
  z-index: 999;
  box-sizing: border-box;
}

.menu .active {
  display: block;
}

.menu .active img {
  transform: rotate(180deg);
}

.menu .cancel {
  color: #fff;
  font-size: 25px;
  width: 32px;
  height: 32px;
  margin: 20px 23px 29px auto;
  background: url(/images/icon/close_white.png) center center no-repeat;
  background-size: contain;
}

.menu-item {
  cursor: pointer;
}

.menu-item-more {
  display: none;
  width: 100%;
  min-height: 500px;
  background-color: #ffffff;
}

.menu-item-more .item-list {
  display: inline-block;
  width: 100%;
}

.menu-item-more .item-list-title {
  position: relative;
  color: #1D388B;
}

.menu-item-more .item-list-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #007DC5 1.3%, #00B9F2 100.42%);
}

.menu-item-more .item-list-link {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 20px;
}

.menu-item-more .item-list-link a {
  color: #1D388B;
}

.menu-item-more .item-list-link:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #007DC5 1.3%, #00B9F2 100.42%);
}

.menu-item-more .articles {
  background-color: #F2F3F3;
}

.menu-link {
  margin: 0 30px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.menu-link img {
  transform: rotate(0deg);
  width: -moz-fit-content;
  width: fit-content;
}

.menu a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.22px;
}

.active {
  display: block;
}

.menu .btns {
  margin: 36px 0;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 24px;
}

.menu .btns a,
.menu .btns .btn {
  height: 48px;
  width: 100%;
}

footer {
  background-color: #1D388B;
  color: white;
  padding-top: 38px;
  padding-bottom: 10px;
  margin-top: 64px;
  position: relative;
  bottom: 0;
  width: 100%;
}

@media screen and (min-width: 576px) {
  footer {
    margin-top: 100px;
  }
}

footer .container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  footer .container {
    display: grid;
  }
}

footer a:focus {
  border-radius: 3px !important;
  box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 6px transparent;
}

.top-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 37px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .top-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 180px;
    margin-right: 164px;
    margin-bottom: 0px;
    text-align: left;
  }
}

.site-link {
  white-space: nowrap;
  font-size: calc(18rem / 16);
  font-weight: 700;
  line-height: 27px;
  color: inherit;
  letter-spacing: inherit;
  display: grid;
  gap: 24px;
  grid-template-columns: 90px 90px;
  max-width: 227px;
  margin-bottom: 48px;
}

@media screen and (min-width: 1024px) {
  .site-link {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}

.site-link a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-link .arrow-icon {
  width: 16px;
  height: 16px;
}

.info-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16px;
  margin-bottom: 5px;
}

.info-text {
  font-weight: 400;
}

.info-text a {
  text-decoration: underline;
}

.social-link {
  margin-bottom: 32px;
  display: flex;
  gap: 18px;
}

.social-link li {
  width: 40px;
  height: 40px;
}

.social-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.outer-link {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;    
  flex-direction: row; 
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .outer-link {
     flex-direction: row;
    justify-content: flex-start;
  }
}

.outer-link a {
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.16px;
  margin-bottom: 7px;
}

.desc-title {
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 5px;
}

.desc {
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: 1%;
}

.desc-en {
  font-size: 14;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.12px;
  margin-bottom: 20px;
}

.bottom-text {
  grid-column: span 3/span 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  line-height: 1.66;
  letter-spacing: 0.12px;
}

.bottom-text div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .bottom-text div {
    text-align: left;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}

.about {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .about {
    text-align: left;
  }
}

h3 {
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 166%;
  letter-spacing: 0.36px;
  color: #1D388B;
  text-align: center;
}

@media screen and (min-width: 768px) {
  h3 {
    margin-bottom: 38px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .form {
    flex-direction: row;
  }
}

.form-control-wrap {
  flex: 1;
  padding: 24px 18px;
}

@media screen and (min-width: 768px) {
  .form-control-wrap {
    padding: 76px 56px 76px 56px;
  }
}

.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .btn-wrap {
    margin-top: 48px;
  }
}

.side-section {
  background-color: #152B4F;
  border-radius: 22px;
  padding: 30px 30px ;
  z-index: 1;
  color: white;
  margin-top: 48px;
  min-width: 25%;
}

@media screen and (min-width: 768px) {
  .side-section {
    padding: 79px 55px;
    max-width: 414px;
    margin-top: 0;
  }
}

.side-section h4 {
  font-weight: 700;
  line-height: 166%;
  letter-spacing: 0.28px;
  margin-bottom: 16px;
}

.side-section p {
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.16px;
}

.contact .mob {
  display: block;
}

@media screen and (min-width: 768px) {
  .contact .mob {
    display: none;
  }
}

.contact .web {
  display: none;
}

@media screen and (min-width: 768px) {
  .contact .web {
    display: block;
  }
}

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