@charset "UTF-8";
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,
sub,
sup,
tt,
var,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  text-rendering: geometricPrecision;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
}
body.hidden {
  overflow: hidden;
}

input,
textarea,
select,
button {
  outline: none;
  font-family: "Mulish", sans-serif;
  text-rendering: geometricPrecision;
  border: 0;
  color: #000;
  font-size: 1rem;
  background-color: transparent;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

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

a:hover,
a:active,
a:focus {
  outline: 0;
  color: inherit;
  color: #fb0505;
}

.link-decoration:hover {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.mx-auto {
  margin: auto;
}

/*===========================================================================*/
.font-mulish {
  font-family: "Mulish", sans-serif;
}

.font-arial {
  font-family: "Arial", sans-serif;
}

.font-noto {
  font-family: "Noto Serif", serif;
}

/*===========================================================================*/
.w-1140 {
  max-width: 71.25rem;
  margin: 0 auto;
}

.w-full {
  width: 100%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

/*=================================================================*/
.d-3xl-none {
  display: none;
}

.d-3xl-block {
  display: block;
}

.d-3xl-flex {
  display: flex;
}

.d-3xl-grid {
  display: grid;
}

.d-3xl-inline {
  display: inline-block;
}

.d-3xl-inline-flex {
  display: inline-flex;
}

/*=================================================================*/
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background-color: transparent;
  color: #333;
  outline: none;
}

/*===========================================================================*/
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-48 {
  font-size: 3rem;
}

/*=================================================================*/
.image-wrapper {
  position: relative;
  display: block;
  padding-bottom: 60%;
}

.image-wrapper-full {
  position: relative;
  display: block;
  padding-bottom: 100%;
}

.image-wrapper img,
.image-wrapper-full img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=================================================================*/
.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-22 {
  color: #222;
}

.text-gray-33 {
  color: #333;
}

.text-gray-44 {
  color: #444;
}

.text-gray-55 {
  color: #555;
}

.text-gray-66 {
  color: #666;
}

.text-gray-73 {
  color: #737373;
}

.text-gray-80 {
  color: #808080;
}

.text-gray-82 {
  color: #828282;
}

.text-gray-181 {
  color: #181716;
}

.text-gray-b1 {
  color: #b1b1b1;
}

.text-gray-c4 {
  color: #c4c4c4;
}

.text-red-c4 {
  color: #c4161c;
}

.text-blue-199 {
  color: #1992D4;
}

/*=================================================================*/
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
  background-color: transparent;
}

.bg-gray-181 {
  background-color: #181716;
}

.bg-gray-f4 {
  background-color: #f4f4f4;
}

.bg-gray-f5 {
  background-color: #f5f5f5;
}

.bg-blue-51 {
  background-color: #51827d;
}

.bg-blue-144 {
  background-color: #14468C;
}

.bg-yellow-ff {
  background-color: #ffefd7;
}

.bg-red-c5 {
  background-color: #c5161d;
}

/*=================================================================*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*=================================================================*/
.pt-4 {
  padding-top: 0.25rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.p-4 {
  padding: 0.25rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.ml-4 {
  margin-left: 0.25rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.m-4 {
  margin: 0.25rem;
}

/*=================================================================*/
.pt-8 {
  padding-top: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-8 {
  padding: 0.5rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.m-8 {
  margin: 0.5rem;
}

/*=================================================================*/
.pt-10 {
  padding-top: 0.625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.p-10 {
  padding: 0.625rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.m-10 {
  margin: 0.625rem;
}

/*=================================================================*/
.pt-12 {
  padding-top: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.p-12 {
  padding: 0.75rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.m-12 {
  margin: 0.75rem;
}

/*=================================================================*/
.pt-15 {
  padding-top: 0.9375rem;
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

.pl-15 {
  padding-left: 0.9375rem;
}

.pr-15 {
  padding-right: 0.9375rem;
}

.py-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.px-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.p-15 {
  padding: 0.9375rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.mr-15 {
  margin-right: 0.9375rem;
}

.my-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.mx-15 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.m-15 {
  margin: 0.9375rem;
}

/*=================================================================*/
.pt-16 {
  padding-top: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-16 {
  padding: 1rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.ml-16 {
  margin-left: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m-16 {
  margin: 1rem;
}

/*=================================================================*/
.pt-20 {
  padding-top: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-20 {
  padding: 1.25rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.m-20 {
  margin: 1.25rem;
}

/*=================================================================*/
.pt-24 {
  padding-top: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-24 {
  padding: 1.5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.m-24 {
  margin: 1.5rem;
}

/*=================================================================*/
.pt-30 {
  padding-top: 1.875rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.p-30 {
  padding: 1.875rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mx-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.m-30 {
  margin: 1.875rem;
}

/*=================================================================*/
.pt-40 {
  padding-top: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-40 {
  padding: 2.5rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.m-40 {
  margin: 2.5rem;
}

/*=================================================================*/
.border-999 {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.border-full {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*=================================================================*/
.fix-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*=================================================================*/
.lh-1 {
  line-height: 1;
}

.lh-15 {
  line-height: 0.9375rem;
}

.lh-16 {
  line-height: 1rem;
}

.lh-19 {
  line-height: 1.1875rem;
}

.lh-22 {
  line-height: 1.375rem;
}

.lh-24 {
  line-height: 1.5rem;
}

.lh-26 {
  line-height: 1.625rem;
}

.lh-28 {
  line-height: 1.75rem;
}

.lh-30 {
  line-height: 1.875rem;
}

.lh-32 {
  line-height: 2rem;
}

.lh-34 {
  line-height: 2.125rem;
}

.lh-40 {
  line-height: 2.5rem;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

/*=================================================================*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*=================================================================*/
.text-center {
  text-align: center;
}

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

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

/*=================================================================*/
.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.flex-0 {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1;
}

/*=================================================================*/
.col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.col-5 {
  grid-template-columns: repeat(5, 1fr);
}

/*=================================================================*/
.gap-8 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-16 {
  gap: 1rem;
  grid-gap: 1rem;
}

.gap-20 {
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.gap-24 {
  gap: 1.5rem;
  grid-gap: 1.5rem;
}

.gap-25 {
  gap: 1.5625rem;
  grid-gap: 1.5625rem;
}

.gap-30 {
  gap: 1.875rem;
  grid-gap: 1.875rem;
}

/*=================================================================*/
.h-full {
  height: 100%;
}

.h-32 {
  height: 2rem;
}

.h-36 {
  height: 2.25rem;
}

.h-40 {
  height: 2.5rem;
}

.h-48 {
  height: 3rem;
}

.h-56 {
  height: 3.5rem;
}

/*=================================================================*/
.max-w-fit {
  max-width: fit-content;
}

/*=================================================================*/
.tracking-0125 {
  letter-spacing: 0.0125em;
}

/*=================================================================*/
.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-100 {
  z-index: 100;
}

/*=================================================================*/
.transition {
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/*=================================================================*/
.pointer {
  cursor: pointer;
}

/*=================================================================*/
.uppercase {
  text-transform: uppercase;
}

.shadow {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.w-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.over-hidden {
  overflow: hidden;
}

.border-t-e5 {
  border-top: 1px solid #e5e5e5;
}

.border-b-e5 {
  border-bottom: 1px solid #e5e5e5;
}

.border-73 {
  border-bottom: 1px solid #737373;
}

.border-73-t {
  border-top: 1px solid #737373;
}

.border-7320 {
  border-bottom: 1px solid rgba(115, 115, 115, 0.2);
}

.border-4 {
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.last-of-hidden-border .article:first-child {
  padding-top: 0;
}
.last-of-hidden-border .article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.icon-30 {
  width: 30px;
  height: auto;
}

.icon-40 {
  width: 40px;
  height: auto;
}

.header-top {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-top__contact .item {
  position: relative;
}
.header-top__contact .item + .item {
  margin-left: 1rem;
}
.header-top__contact .item:last-child::before {
  content: none;
}
.header-top__contact .item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5rem;
  width: 1px;
  height: 0.75rem;
  transform: translateY(-50%);
  background-color: #d6d6d6;
}
.header.sticky .navbar,
.header.sticky .navbar-menu-mb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.social {
  gap: 6px;
}
.social-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.social-link img {
  height: 14px;
  width: auto;
}

.language {
  position: relative;
  z-index: 20;
}
.language-default {
  cursor: pointer;
}
.language-default.active ~ .language-list {
  display: block;
}
.language-list {
  display: none;
  background-color: #737373;
  position: absolute;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  top: 30px;
  left: auto;
  right: 0;
  min-width: 150px;
  max-height: 300px;
  overflow: auto;
}
.language-item {
  cursor: pointer;
  justify-content: space-between;
  padding: 5px 10px;
}
.language-item:hover {
  background-color: #9b9b9b;
}
.language-img {
  width: 20px;
  height: 20px;
  border-radius: 999px;
}

.logo img {
  height: 57px;
  width: auto;
}

.search-pc {
  width: 100%;
  width: 175px;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.search-pc .search-input {
  height: 1.875rem;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  padding: 0.5rem 0.625rem 0.5rem 1.75rem;
}
.search-pc .search-input::placeholder {
  color: #333;
}
.search-pc .search-input:focus {
  border-color: #eb242c;
  width: 300px;
}
.search-pc .search-btn {
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
}

.navbar {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  background-color: #fff;
  padding: 0 20px;
}
.navbar-wrapper {
  width: 100%;
}
.navbar-wrapper .navbar-item {
  position: relative;
}
.navbar-wrapper .navbar-item:first-child {
  margin-left: -6px;
}
.navbar-wrapper .navbar-item.active > a {
  color: #fb0505;
}
.navbar-wrapper .navbar-item a {
  padding: 12px 6px;
  display: flex;
}
.navbar-wrapper .navbar-item .navbar-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 200px;
  background-color: white;
  z-index: 100;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  display: none;
}
.navbar-wrapper .navbar-item .navbar-dropdown__item:hover a {
  color: #ffffff;
  background-color: #c5161d;
}
.navbar-wrapper .navbar-item:hover .navbar-dropdown {
  display: block;
}

.navbar-more {
  padding: 12px 10px;
  margin-right: -12px;
  cursor: pointer;
}
.navbar-more__icon .bar {
  display: block;
}
.navbar-more__icon .bar img {
  width: 20px;
  height: auto;
}
.navbar-more__icon .close {
  display: none;
  width: 20px;
  height: auto;
}
.navbar-more__icon.active .bar {
  display: none;
}
.navbar-more__icon.active .close {
  display: block;
}
.navbar-more__content {
  background: #fff;
  position: absolute;
  height: 100vh;
  z-index: 50;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.navbar-more__content.active {
  display: block;
}
.navbar-more__inner {
  padding: 20px 0;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.navbar-more__title {
  font-weight: bold;
  font-size: 16px;
  color: #181716;
}
.navbar-more__title a {
  display: block;
  padding: 10px;
}
.navbar-more__children {
  font-size: 14px;
  font-weight: 600;
}
.navbar-more__children a {
  display: block;
  padding: 5px 10px;
}

.breadcrumb-primary {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.breadcrumb-primary__slide {
  max-width: 1110px;
}
.breadcrumb-primary .swiper-slide {
  width: auto !important;
}
.breadcrumb-primary .swiper-slide:last-child .breadcrumb-primary__item::before {
  content: none;
}
.breadcrumb-primary .swiper-button-next:after,
.breadcrumb-primary .swiper-button-prev:after {
  font-size: 12px;
}
.breadcrumb-primary .swiper-button-next,
.breadcrumb-primary .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.breadcrumb-primary .swiper-button-next.swiper-button-disabled,
.breadcrumb-primary .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}
.breadcrumb-primary__item {
  background-color: #f4f4f4;
  border-radius: 3px;
  padding: 4px 10px;
  width: auto;
  display: inline-block;
  position: relative;
}
.breadcrumb-primary__item::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  color: #bdbdbd;
  font-size: 15px;
}
.breadcrumb-primary__link {
  color: #737373;
}

.header-mb-top {
  padding-left: 15px;
  padding-right: 15px;
}
.header-mb-center {
  padding-left: 15px;
  padding-right: 15px;
}
.header-mb-center .logo img {
  height: 45px;
}
.header-mb-center .search-pc {
  right: 15px;
}
.header-mb-center .search-mb__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #737373;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-mb-center .search-mb__icon img {
  height: 14px;
  width: auto;
}
.header-mb-center .search-mb {
  right: 15px;
}

.sub-menu .icon-bar {
  margin-left: -15px;
}
.sub-menu__content {
  position: fixed;
  left: 0;
  top: 0;
  width: 17.5rem;
  height: 100%;
  background-color: #181716;
  z-index: 100;
  box-shadow: 0px 11px 15px -7px rgba(var(--ipt-baseAlt-rgb), 0.2), 0px 24px 38px 3px rgba(var(--ipt-baseAlt-rgb), 0.14), 0px 9px 46px 8px rgba(var(--ipt-baseAlt-rgb), 0.12);
  transform: translateX(-100%);
  transition: all 0.2s ease;
}
.sub-menu__close {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-menu__container {
  height: calc(100% - 100px);
  overflow: auto;
}
.sub-menu__item.active .heading-sub__arrow img {
  color: #fff;
  transform: rotate(-90deg);
}
.sub-menu.active .sub-menu__content {
  transform: translate(0);
}
.sub-menu.active .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.heading-sub__arrow img {
  transition: all 0.2s ease 0s;
  transform: rotate(90deg);
}

.list-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.item-sub__link {
  display: flex;
  padding: 0.5rem 1rem 0.5rem 3.125rem;
  color: #fff;
}
.item-sub:last-child .item-sub__link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar-menu-mb {
  background-color: #fff;
}

.navbar-mb {
  overflow-x: scroll;
  white-space: nowrap;
  flex-wrap: nowrap;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.navbar-mb::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.navbar-mb::-webkit-scrollbar-track {
  background: transparent;
}
.navbar-mb::-webkit-scrollbar-thumb {
  background: transparent;
}
.navbar-mb::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.navbar-mb .navbar-item + .navbar-item {
  margin-left: 1.25rem;
}

.navbar-scroll-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  background: linear-gradient(270deg, #f5f5f5 28.12%, rgba(255, 255, 255, 0.3137254902) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  will-change: opacity;
}

.header-search-mb__form {
  background-color: #fff;
  height: 60px;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  display: none;
}
.header-search-mb__form.active {
  top: 52px;
  display: block;
}

.header-search-input {
  padding-right: 3.5rem;
}
.header-search-input::placeholder {
  color: #333;
}

.header-search-btn {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.box-primary .box-container {
  display: flex;
  gap: 24px;
}
.box-primary .left {
  width: calc(100% - 324px - 24px);
}
.box-primary .right {
  flex-shrink: 0;
  width: 324px;
  padding-left: 24px;
  border-left: 1px solid #e0e0e0;
}

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

.heading-primary {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.heading-primary .heading-one {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  border-left: 3px solid #EB242C;
  padding-left: 6px;
  padding-right: 15px;
}
.heading-primary .heading-one::before {
  position: absolute;
  content: "❯";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.heading-primary--language {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.heading-primary--language .heading-one {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.heading-primary--language .language-img {
  width: 20px;
  height: 20px;
}

.heading-secondary {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.heading-secondary .heading-one {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-left: 3px solid #fff;
  color: #fff;
  padding-left: 6px;
  padding-right: 15px;
}
.heading-secondary .heading-one::before {
  position: absolute;
  content: "❯";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #b1b1b1;
}

.heading-list-primary {
  display: flex;
  align-items: center;
  gap: 20px;
}
.heading-list-primary li.active {
  color: #eb242c;
  font-weight: bold;
}

.heading-slide {
  max-width: calc(100% - 140px);
}
.heading-slide .swiper-slide {
  width: auto !important;
}
.heading-slide .swiper-slide::before {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  color: #bdbdbd;
  font-size: 15px;
}
.heading-slide .swiper-slide:last-child::before {
  content: none;
}

.pagi-primary {
  position: relative;
}
.pagi-primary .swiper-pagination {
  top: 18px;
  bottom: auto;
  text-align: right;
}
.pagi-primary .swiper-pagination-bullet {
  width: 1rem;
  height: 0.25rem;
  border-radius: 0;
}
.pagi-primary .swiper-pagination-bullet-active {
  background: #000;
}
.pagi-primary .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.pagi-primary .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.pagi-primary--fixTop .swiper-pagination {
  top: 0;
}

.pagi-secondary .swiper-horizontal > .swiper-pagination-bullets,
.pagi-secondary .swiper-pagination-bullets.swiper-pagination-horizontal,
.pagi-secondary .swiper-pagination-custom,
.pagi-secondary .swiper-pagination-fraction {
  bottom: 12px;
}
.pagi-secondary .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #808080;
  opacity: 1;
}
.pagi-secondary .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #808080;
}

.read-a-lot {
  background-color: #14468C;
  padding: 20px 0 20px 20px;
}

.newspaper {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.newspaper::before {
  content: "";
  background-image: linear-gradient(0deg, #ede9e3 55.75%, rgba(237, 233, 227, 0) 78.17%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.newspaper-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px 30px 70px;
}
.newspaper-heading {
  font-size: 32px;
  color: #2A8CCB;
  font-weight: 800;
}
.newspaper-logo img {
  margin: auto;
  height: 42px;
}
.newspaper .doted {
  margin: 30px auto 20px;
  max-width: 200px;
  border-bottom: 2px dashed #152764;
}
.newspaper .hotline-icon {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
}
.newspaper .register-email {
  max-width: 240px;
  margin: auto;
}
.newspaper .register-email__input {
  background-color: #f7f7f7;
}
.newspaper .register-email__group {
  position: relative;
}
.newspaper .register-email__icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.newspaper .register-email__input {
  border: 1px solid #e5e5e5;
  height: 1.875rem;
  border-radius: 999px;
  width: 100%;
  padding: 8px 80px 8px 28px;
  font-size: 0.875rem;
}
.newspaper .register-email__input:focus {
  border-color: #152764;
}
.newspaper .register-email__btn {
  background-color: #152764;
  color: #fff;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  cursor: pointer;
}

.right-box-one .box-item {
  background-color: #ECE5C0;
  background-image: url("../images/Masshead.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.main-primary .box-container {
  border-bottom: 1px solid #737373;
}
.main-primary__top-left {
  width: 250px;
}
.main-primary__top-left .article:first-child {
  padding-top: 0;
}
.main-primary__top-left .article:nth-child(n+3) .article-img {
  display: none;
}
.main-primary__top-left .article:nth-child(n+3) .article-content {
  margin-top: 0;
}
.main-primary__top-left .article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.main-secondary__content {
  grid-template-columns: 1fr 270px 300px;
}

.main-tertiary__container {
  background-color: #f4f4f4;
}
.main-tertiary__content {
  display: grid;
  grid-template-columns: 324px 1fr;
  grid-gap: 24px;
}
.main-tertiary__left {
  padding-right: 24px;
  border-right: 1px solid #e0e0e0;
}
.main-tertiary__left .article {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}
.main-tertiary__left .article:first-child {
  padding-top: 0;
}
.main-tertiary__left .article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cate-primary__top-right {
  width: 250px;
}
.cate-primary__top-right .article:first-child {
  padding-top: 0;
}
.cate-primary__top-right .article:nth-child(n+3) .article-img {
  display: none;
}
.cate-primary__top-right .article:nth-child(n+3) .article-content {
  margin-top: 0;
}
.cate-primary__top-right .article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.breadcrumb-tertiary__container .heading-slide {
  position: relative;
  color: #181716;
}
.breadcrumb-tertiary__container .heading-slide::after {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  color: #bdbdbd;
  font-size: 15px;
}

.pagination-item {
  border-radius: 10px;
  background-color: #F5F5F5;
  transition: all 0.2s;
}
.pagination-item + .pagination-item {
  margin-left: 8px;
}
.pagination-item:hover {
  background-color: #1992D4;
  color: #fff;
}
.pagination-item:hover .pagination-link {
  color: #fff;
}
.pagination-item.active {
  background-color: #1992D4;
  color: #fff;
}
.pagination-link {
  padding: 10px 15px;
  display: inline-block;
}

.share-detail__container {
  position: sticky;
  top: 20%;
}
.share-detail__list {
  padding: 12px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
}
.share-detail__item {
  margin-bottom: 10px;
  text-align: center;
}
.share-detail .change-size {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 5px;
}
.share-detail .change-size__item {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-detail .change-size__item + .change-size__item {
  margin-top: 10px;
}
.share-detail .change-size__item img {
  width: 10px;
  height: auto;
}
.share-detail .change-size .text-size {
  background-color: #fff;
  padding: 0;
}
.share-detail .change-size .text-size img {
  width: 20px;
}
.share-detail .change-size .size-plus,
.share-detail .change-size .size-default {
  cursor: pointer;
}
.share-detail .change-size .size-plus:hover,
.share-detail .change-size .size-default:hover {
  background-color: #cecece;
}
.share-detail__link {
  width: 33px;
  height: 33px;
  border-radius: 999px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-detail__link:hover {
  background-color: #f5f5f5;
}
.share-detail__link img {
  height: 18px;
  width: auto;
}
.share-detail--cmt {
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
}

.social-detail {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
}
.social-detail .social-item {
  list-style: none !important;
  margin-bottom: 0 !important;
  padding: 3px;
}
.social-detail .social-link {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-detail .social-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.social-detail .social-link img {
  height: 14px;
  width: auto;
}

.detail-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.detail-tags__item {
  background-color: #f4f4f4;
  border-radius: 3px;
  padding: 4px 10px;
  width: auto;
  display: inline-block;
  position: relative;
  margin: 2px 20px 2px 0;
}
.detail-tags__item::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  color: #bdbdbd;
  font-size: 15px;
}
.detail-tags__item:last-child {
  margin-right: 0;
}
.detail-tags__item:last-child::before {
  content: none;
}
.detail-tags__link {
  color: #737373;
}

.detail-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.detail-author__img {
  flex-shrink: 0;
  margin-right: 10px;
}
.detail-author__img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.detail-author__text1 {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.detail-author__text1::before {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1955a6;
}
.detail-author__text2 {
  display: inline-block;
}

.detail-sapo {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.detail-sapo p {
  font-weight: bold;
  text-align: justify;
}

.detail-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.detail-content figure {
  margin-bottom: 1.25rem;
}
.detail-content figure img {
  width: 100%;
  height: auto !important;
  margin: auto;
}
.detail-content figure figcaption {
  background: #F7F7F7;
  padding: 0.625rem 0.9375rem;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  line-height: 1.25rem;
  color: #555;
}
.detail-content figure figcaption em {
  font-style: italic;
}
.detail-content figure h2,
.detail-content figure h3,
.detail-content figure h4,
.detail-content figure h5,
.detail-content figure h6,
.detail-content figure p {
  font-weight: normal !important;
  font-size: 14px !important;
  margin: 0 auto;
  line-height: 1.3 !important;
  color: #555;
}
.detail-content p a {
  color: #008cd9;
  font-style: italic;
}
.detail-content p a:hover {
  text-decoration: underline;
}
.detail-content p, .detail-content li {
  font-size: 18px;
  margin-bottom: 18px !important;
  line-height: 160%;
  word-break: break-word;
  color: #333;
}
.detail-content ul {
  padding-left: 30px;
}
.detail-content ul li {
  list-style: disc;
}
.detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #181E23;
}
.detail-content h2 {
  font-size: 24px;
}
.detail-content h3 {
  font-size: 22px;
}
.detail-content h4 {
  font-size: 20px;
}
.detail-content h5 {
  font-size: 18px;
}
.detail-content h6 {
  font-size: 16px;
}
.detail-content blockquote {
  background-color: #f4f4f4;
  padding: 18px 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.detail-content blockquote p:last-child {
  margin-bottom: 0;
}
.detail-content blockquote a {
  text-decoration: underline;
}
.detail-content table {
  width: 100%;
  margin: 20px 0;
  background: #fff;
  overflow: hidden;
}
.detail-content table tr {
  border-bottom: 1px solid;
}
.detail-content table th {
  padding: 15px;
  font-size: 15px;
  border-bottom: 1px solid;
}
.detail-content table th strong {
  color: #993333;
}
.detail-content table td {
  padding: 15px;
  font-size: 15px;
  border-bottom: 1px solid;
  text-align: center;
}
.detail-content table td strong {
  color: #993333;
}

.print-box .detail-content {
  padding-left: 0;
}
.print-box .detail-content p {
  text-align: justify;
  word-break: break-word;
}
.print-box .print-btn {
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #9b9b9b;
}
.print-box .print-btn:hover {
  background-color: #555;
}

.logo-print img {
  width: 230px;
  height: auto;
}

@media print {
  body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    margin-left: 20mm;
    visibility: hidden;
  }
  .print-box__container {
    visibility: visible;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    width: calc(100% - 20mm);
    max-width: 100%;
    page-break-inside: avoid;
    overflow: visible;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .print-btn {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .detail-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .detail-content, .expNoEdit, .expEdit {
    page-break-inside: avoid;
  }
  h1, h2, p, figure {
    page-break-inside: avoid;
  }
}
#back-top {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #fb0505;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  user-select: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footer .hotline-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #737373;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer .navbar {
  padding: 0;
}
.footer .social-link {
  border-color: #737373;
}
.footer-content .btn {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 5px 17px;
}
.footer-content .register-email {
  max-width: 70%;
}
.footer-content .register-email__input {
  background-color: #f7f7f7;
}
.footer-content .register-email__group {
  position: relative;
}
.footer-content .register-email__icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-content .register-email__input {
  border: 1px solid #e5e5e5;
  height: 1.875rem;
  border-radius: 999px;
  width: 100%;
  padding: 8px 80px 8px 28px;
  font-size: 0.875rem;
}
.footer-content .register-email__input:focus {
  border-color: #152764;
}
.footer-content .register-email__btn {
  background-color: #dc0000;
  color: #fff;
  border-radius: 999px;
  font-weight: bold;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  cursor: pointer;
}

@media (max-width: 1536px) {
  .d-2xl-none {
    display: none;
  }
  .d-2xl-block {
    display: block;
  }
  .d-2xl-flex {
    display: flex;
  }
  .d-2xl-grid {
    display: grid;
  }
}
@media (max-width: 1280px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-grid {
    display: grid;
  }
}
@media (max-width: 1024px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-grid {
    display: grid;
  }
  .navbar-wrapper {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-grid {
    display: grid;
  }
  .w-md-500 {
    max-width: 500px;
    margin: auto;
  }
  .navbar {
    display: none;
  }
  .box-primary .box-container {
    display: block;
  }
  .box-primary .left {
    width: 100%;
  }
  .box-primary .right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
    border-left: 0;
    display: none;
  }
  .ads-right img {
    margin: auto;
  }
  .detail-primary {
    padding-top: 20px;
  }
  .detail-primary__container {
    display: block;
  }
  .detail-primary__left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .detail-primary__right {
    width: 100%;
    display: none;
  }
  .detail-content {
    padding-left: 0;
  }
  .detail-author-source {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  .detail-author-source .social-detail {
    order: 2;
  }
  .detail-author-source .detail-author {
    flex: 1;
    text-align: right;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .detail-tags {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .detail-tags::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .detail-tags::-webkit-scrollbar-track {
    background: transparent;
  }
  .detail-tags::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .detail-tags::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
  .detail-related .article {
    display: block;
  }
  .detail-related .article-img {
    width: 100%;
  }
  .detail-related .article-content {
    padding: 12px 0 0;
  }
  .detail-related .article-title {
    font-size: 20px;
  }
  .detail-related .time-public {
    display: none;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-grid {
    display: grid;
  }
  .mx-sm-n15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .logo img,
.header-mb-center .logo img {
    height: 75px;
    mix-blend-mode: darken;
  }
  .w-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .heading-primary .heading-slide {
    display: none;
  }
  .heading-primary--language {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .heading-primary--language .heading-one {
    flex-shrink: 0;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    border-left: 3px solid #000;
    padding-left: 6px;
  }
  .heading-primary--language .heading-one::before {
    position: absolute;
    content: "❯";
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
  }
  .heading-primary--language .language-img {
    width: 20px;
    height: 20px;
  }
  .read-a-lot {
    padding: 15px;
  }
  .breadcrumb-tertiary {
    padding: 10px 15px;
  }
  .breadcrumb-tertiary__container {
    padding-bottom: 0;
    border-bottom: none;
  }
  .detail-title {
    font-size: 30px;
  }
  .detail-content h1 {
    font-size: 30px;
  }
  .detail-content figure {
    margin-bottom: 15px;
  }
  .detail-content figure figcaption {
    padding: 8px 10px;
    font-size: 14px;
  }
  .detail-content p, .detail-content li {
    font-size: 19px;
  }
  .detail-content h2 {
    font-size: 20px;
  }
  .detail-content h3 {
    font-size: 18px;
  }
  .detail-content h4 {
    font-size: 16px;
  }
  .detail-content h5 {
    font-size: 16px;
  }
  .detail-content h6 {
    font-size: 16px;
  }
  .detail-content blockquote {
    font-size: 19px;
  }
  .detail-content blockquote p {
    font-size: 19px;
  }
  .detail-author__text {
    display: block;
  }
  .detail-author__text1 {
    padding-left: 0;
    margin-bottom: 2px;
  }
  .detail-author__text1::before {
    content: none;
  }
  .detail-tags {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .realted-news .articles {
    margin-top: 20px;
  }
  .realted-news .article {
    display: block;
    padding: 15px 0;
  }
  .realted-news .article-img {
    width: 100%;
  }
  .realted-news .article-content {
    padding-left: 0;
    margin-top: 12px;
  }
  .realted-news .article-title {
    font-size: 20px;
    font-weight: bold;
  }
  .realted-news .time-public {
    display: none;
  }
  .footer {
    background-color: #f6f6f6;
  }
  .footer-text {
    font-size: 13px;
    text-align: left;
  }
}

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