header {
  position: relative;
  z-index: 1;
  border-bottom: 5px solid;
  padding-top: 3rem;
}

header,
section {
  overflow: hidden;
}

header .logo img,
header .issue img {
  max-width: 100%;
  width: auto;
  height: auto;
}

header .logo,
header .issue {
  display: inline-block;
}
header .bg-title {
  display: block;
}
header .text a {
  color: #fff;
  font-size: 0.875em;
  margin-right: 0.5rem;
}

header .size {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  align-items: flex-end;
  margin-left: 0.5rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.5rem;
}
header .size.active {
  cursor: default;
}
header .size::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
}
header .size:hover::before,
header .size.active:before {
  opacity: 1;
}

header .size1 {
  font-size: 0.875rem;
}
header .size2 {
  font-size: 1rem;
}
header .size3 {
  font-size: 1.125rem;
}
header .header-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
header .header-wrapper .logo {
  max-width: 907px;
  width: 62%;
}
header .header-wrapper img {
  max-width: 100%;
  width: auto;
}
header a:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
header .header-right {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 36%;
}
header .header-right::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 3.5%;
  right: 0;
}
header .box-top {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
header .box-top img:first-child {
  max-width: 245px;
  width: 11.5vw;
}
header .box-top img:last-child {
  margin-left: 1vw;
  max-width: 213px;
  width: 10vw;
}
header .box-bottom {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}

header .box-bottom .lang {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  margin-left: 2rem;
  line-height: 1;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid transparent;
}

header .box-bottom .lang:disabled {
  opacity: 1;
  border: 0;
  background-color: transparent;
}

header .box-bottom .lang:disabled,
header .box-bottom .lang:hover {
  border-bottom: 1px solid !important;
}
header .font-size {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 1.5em;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  border-bottom: 1px solid;
}
section,
footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* #cover */
#cover .row {
  margin: 0;
}
#cover .row > * {
  padding: 0;
}
#cover .sub h2 {
  font-size: 1.125em;
  padding-left: 1rem;
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#cover img {
  z-index: 2;
  position: relative;
}
#cover .title-wrapper {
  position: relative;
  padding: 0 2rem 1rem;
  height: 65%;
}
#cover .title-wrapper * {
  position: relative;
  z-index: 1;
}

#cover .title-wrapper h3 {
  font-weight: 400;
}
#cover .title-wrapper::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
#cover a .title-wrapper span {
  border-bottom: 1px solid transparent;
}
#cover a:hover .title-wrapper span {
  border-bottom: 1px solid #fff;
}
#cover .img-wrapper {
  position: relative;
}
#cover .img-2 {
  position: relative;
  width: 60%;
  height: 35%;
}
#cover .img-wrapper::before {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: 100%;
  height: 2px;
}

#cover .img-2 img {
  height: 100%;
  object-fit: contain;
}

/* content */
#content .box {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  transition: all 0.3s ease-in-out;
  border: 0;
}

#content .box .img-wrapper {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
#content .box.disable {
  opacity: 0.7;
}
#content .box:hover .img-wrapper {
  border-radius: 3rem;
}

#content .box .img-wrapper img {
  transition: all 0.3s ease-in-out;
}
#content .box:hover .img-wrapper img {
  transform: scale(1.1);
}

#content .box .desc-wrapper {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

#content .box .desc-wrapper h3 {
  font-size: 1.5em;
  font-weight: 700;
}
#content .box .desc-wrapper h4 {
  font-size: 1.25em;
  font-weight: 700;
}
#content .box .desc-wrapper span {
  border-bottom: 1px solid transparent;
}
#content .box:hover .desc-wrapper span {
  border-bottom: 1px solid #000;
}

.download {
  position: fixed;
  width: 160px;
  height: 160px;
  right: 0;
  /* top: 38.5%; */
  color: #bce0f1;
  top: calc(380px + 10%);
  background-color: #0b7d9f;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  box-sizing: border-box;
  z-index: 11;
}

.download button {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.articles {
  /* top: calc(38.5% - 180px); */

  top: calc(200px + 10%);
}
.articles .popup {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background-color: rgb(11 125 159 / 95%);
  width: 90vw;
  max-width: 775px;
  height: calc(100vh - 260px);
  max-height: 60vh;
  padding: 1rem;
  /* transition: transform 0.3s ease-in-out; */
  z-index: 11;
}
.articles .popup .close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.articles .popup .close img {
  width: auto;
  height: auto;
}
.articles.active .popup {
  transform: translateX(0);
}
.articles .popup ul {
  padding-top: 3.5rem;
  padding-left: 3rem;
  color: #e4e4e4;
  text-align: left;
  width: calc(100% - 160px);
  padding-right: 10%;
  height: auto;
  max-height: 100%;
  overflow: auto;
}

.articles .popup ul li {
  position: relative;
  margin-bottom: 1rem;
}

.articles .popup ul li a {
  padding: 0;
  display: block;
  color: #fff;
}
.articles .popup ul li::before {
  content: "";
  display: block;
  position: relative;
  width: 1rem;
  height: 1px;
  background-color: #e4e4e4;
  margin-bottom: 0.8rem;
}
.download img {
  max-height: 50px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.download a {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 12;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 0;
}

.download a:hover {
  text-decoration: underline;
}
/* footer */
footer .left,
footer .right {
  display: flex;
}
footer .footer-wrapper {
  margin-bottom: 3rem;
}
footer .footer-wrapper a {
  display: flex;
  align-items: center;
  border: 0px !important;
  text-decoration: none !important;
}

footer .footer-wrapper a:first-child {
  margin-left: 0;
  margin-right: 0;
}
footer .footer-wrapper a:last-child {
  margin-right: 0;
}
footer .footer-wrapper p {
  margin-bottom: 0;
  padding-left: 1rem;
}
footer .footer-icon {
  width: 60px;
  height: 60px;
}

footer .footer-wrapper .facebook-wrapper p {
}
@media only screen and (max-width: 1199.98px) {
  h2 {
    font-size: 2em;
  }
  h3,
  #content .box .desc-wrapper h3 {
    font-size: 1.25em;
  }
  #content .box .desc-wrapper h4 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  /*.grid-item.box { display:none; }*/
  #banner .banner .text1 {
    padding-top: 35vw;
  }
  header .issue {
    margin-top: auto;
    margin-left: 1rem;
  }
  header .box-bottom {
    margin-top: auto;
    margin-bottom: 1.5rem;
  }
  header .text a {
    margin-right: 0rem;
    text-align: end;
  }
  header .box-top img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  header .box-bottom .lang {
    margin-left: 1rem;
  }
  #banner .banner-bg::before {
    background-size: cover;
  }
  #banner .banner-bg-car {
    visibility: hidden;
  }
  .footer {
    padding-bottom: 8rem;
  }
  header .header-right {
    width: 36%;
  }
  header .box-top img:first-child {
    width: 14.5vw;
  }
  header .box-top img:last-child {
    margin-left: 2vw;
    width: 11.5vw;
  }
  #cover .title-wrapper {
    height: 100%;
    padding: 2rem;
  }
  #cover .title-wrapper::before {
    width: 100%;
  }
}

@media only screen and (max-width: 850.98px) {
  header .box-bottom .lang {
    font-size: 2vw;
  }
  header .size1 {
    font-size: 1.5vw;
    margin-left: 0;
  }
  header .size2 {
    font-size: 2vw;
  }
  header .size3 {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    padding-top: 1rem;
  }

  header .box-bottom {
    margin-bottom: 1rem;
    justify-content: flex-end;
  }
  header .box-bottom .lang {
    margin-left: 1rem !important;
    padding: 0;
  }
  header .box-bottom .lang:last-child {
    margin-left: 0.5rem !important;
  }
  header .box-bottom .lang {
    font-size: 2.25vw;
  }
  header .size1 {
    font-size: 1.75vw;
  }
  header .size2 {
    font-size: 2.25vw;
  }
  header .size3 {
    font-size: 2.75vw;
  }
  section,
  footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  footer .footer-wrapper {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 610px) {
  .desktop2 {
    display: none;
  }
  .articles {
    width: 50vw;
    left: 0;
    bottom: 0;
    top: auto;
  }
  .download {
    width: 50vw;
    right: 0;
    bottom: 0;
    top: auto;
    height: 120px;
  }
  .download img {
    max-height: 45px;
    margin-bottom: 0.5rem;
  }
  .download a {
    padding: 3%;
  }
  .articles .popup {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100vw;
    height: calc(100vh - 120px);
  }
  .articles .popup ul {
    max-height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 575.99px) {
  header .logo {
    width: 100%;
    max-width: 250px;
  }
  header .issue {
    margin-left: 0;
    margin-top: 1rem;
    max-width: 100px;
  }
  header .box-bottom {
    margin-top: auto;
  }
  header .text a {
    font-size: 0.75em;
    white-space: nowrap;
  }
  header .box-top img:first-child {
    width: 16.5vw;
  }
  header .box-top img:last-child {
    margin-left: 2vw;
    width: 13.5vw;
  }
  #banner .banner-bg::before {
    right: 99.6%;
    height: 63.8%;
    bottom: 0px;
  }

  footer .footer-wrapper img {
    width: 40px;
    height: 40px;
  }
  footer .footer-wrapper p {
    font-size: 0.875em;
  }
  footer .footer-wrapper .facebook-wrapper p {
    width: calc(100% - 40px);
  }
}

/* color */
header {
  background: linear-gradient(180deg, #abdff7 13%, #c5e8fb 20%, #c4e8fa 40%, #a3d8ec 55%, #8dcee2 66%, #8ecedb 80%, #f2e974 100%);

  border-color: #fff;
}
#cover {
  background: linear-gradient(180deg, #f2e974 0%, #f7f1a3 38%, #fcf9d6 88%, rgba(255, 255, 255, 1) 100%);
}
#cover .sub,
#cover .title-wrapper::before {
  background-color: #0b7d9f;
}

#cover .img-wrapper::before {
  background-color: #0b7d9f;
}
footer {
  background-color: #cce7ee;
}
