@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@noonnu/one-mobile-title@0.1.0/index.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
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,
etails,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

body {
  min-width: 360px;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  box-sizing: border-box;
  word-break: keep-all;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
  resize: none;
}

a,
button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none;
}
a:hover,
button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .container-fluid {
    padding: 0 20px;
  }
}

#content {
  overflow: hidden;
}

/* main layout */
.main-cover {
  position: fixed;
  top: 135px;
  left: 0;
  width: 25%;
  height: calc(100% - 135px);
}
.main-cover .cover-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 150px;
  transform: translate(-50%, -50%);
}
.main-cover .cover-title img {
  display: block !important;
  width: 100%;
}
.main-cover .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 10;
}
.main-cover .cover img {
  display: none;
}
.main-cover .cover.main01 .cover-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-cover .cover.main01 .cover-swiper .swiper-wrap .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.main-cover .cover.main02 {
  background-image: url("../images/intro/bg_intro02.png");
}
@media (max-width: 1024px) {
  .main-cover {
    position: static;
    width: 100%;
    height: auto;
  }
  .main-cover .cover {
    position: relative;
    height: auto !important;
    background: none;
  }
  .main-cover .cover img {
    display: block;
    width: 100%;
  }
  .main-cover .cover .cover-swiper {
    display: none;
  }
  .main-cover .cover-title {
    width: 100px;
  }
}

/* main-wrap */
.main-wrap {
  padding-left: 25%;
}
.main-wrap .main-1 > .container,
.main-wrap .main-2 > .container {
  padding: 0 30px 0 70px;
}
@media (max-width: 1024px) {
  .main-wrap {
    padding-left: 0;
  }
  .main-wrap .main-1 > .container,
  .main-wrap .main-2 > .container {
    padding: 0 20px;
  }
}

/* main-header */
.main-header {
  display: table;
  width: 100%;
  padding: 200px 0 50px;
  border-bottom: 10px solid #000;
}
.main-header > div {
  display: table-cell;
  vertical-align: middle;
}
.main-header > div.wave {
  width: 130px;
  height: auto;
  vertical-align: middle;
}
.main-header > div.summary b {
  display: block;
  font-size: 33px;
  font-weight: 500;
}
.main-header > div.summary p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .main-header > div.summary p {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .main-header {
    display: block;
    padding: 20px 0;
  }
  .main-header > div {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .main-header > div.summary {
    margin-top: 30px;
  }
  .main-header > div.summary b {
    font-size: 26px;
  }
}

article {
  padding: 40px 0 50px;
  border-bottom: 2px solid #000;
}
article figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
article.space {
  padding: 0;
}
article.space > div.article-header {
  padding: 40px 0 50px;
}
article.space > div.article-header .btn-area {
  position: static;
  margin-top: 50px;
}
article.space > div.article-content {
  vertical-align: bottom;
}
article.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
article.table > div {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
article.table > div.article-header {
  width: 340px;
  padding-right: 30px;
}
article.article-3 {
  padding: 0;
  border-top: 8px solid #000;
  border-bottom: 10px solid #000;
  background-color: #f8b859;
}
article.article-3 > div.article-header {
  width: 40%;
  padding: 30px 40px;
  text-align: right;
}
article.article-3 > div.article-header span {
  border-color: #fff;
}
article.article-3 > div.article-header * {
  color: #fff !important;
}
article.article-3 > div.article-content {
  padding-top: 30px;
}
article.article-6 > div.article-content > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
article.article-6 > div.article-content > ul > li {
  display: table-cell;
  vertical-align: top;
}
article.article-6 > div.article-content > ul > li > a {
  position: relative;
  display: block;
}
article.article-6 > div.article-content > ul > li > a img {
  display: block;
  width: 100%;
}
article.article-6 > div.article-content > ul > li > a .hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
article.article-6 > div.article-content > ul > li > a .hidden p {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
}
article.article-6 > div.article-content > ul > li > a .hidden hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 30px 0;
  background-color: #fff;
}
article.article-6 > div.article-content > ul > li > a:hover .hidden {
  opacity: 1;
}
article.article-6 > div.article-content > ul > li:first-child {
  padding-right: 15px;
}
article.article-6 > div.article-content > ul > li:last-child {
  padding-left: 15px;
}
article.article-7 > div.article-content > ul {
  display: table;
  width: calc(100% + 30px);
  margin: 0 -15px;
  table-layout: fixed;
}
article.article-7 > div.article-content > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
article.article-7 > div.article-content > ul > li > a {
  position: relative;
  display: block;
}
article.article-7 > div.article-content > ul > li > a img {
  display: block;
  width: 100%;
}
article.article-7 > div.article-content > ul > li > a .hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-top: 50%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
article.article-7 > div.article-content > ul > li > a .hidden p {
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
}
article.article-7 > div.article-content > ul > li > a .hidden hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 0;
  /*margin-bottom: 30px;*/
  background-color: #fff;
}
article.article-7 > div.article-content > ul > li > a:hover .hidden {
  opacity: 1;
}
article.article-7 > div.article-content > ul > li:first-child {
  padding-right: 15px;
}
article.article-7 > div.article-content > ul > li:last-child {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  article.table {
    display: block;
  }
  article.table > div {
    display: block;
  }
  article.table > div.article-header {
    width: 100%;
    padding-right: 0;
  }
  article.article-3 {
    display: flex;
    flex-direction: column-reverse;
  }
  article.article-3 > div {
    display: block;
  }
  article.article-3 > div.article-header {
    text-align: left;
    padding: 15px;
  }
  article.article-3 > div.article-header br {
    display: none;
  }
  article.article-6 > div.article-header span {
    margin-bottom: 0;
  }
  article.article-6 > div.article-content > ul {
    display: block;
  }
  article.article-6 > div.article-content > ul > li {
    display: block;
    padding: 0 !important;
  }
  article.article-6 > div.article-content > ul > li ~ li {
    margin-top: 10px;
  }
  article.article-7 > div.article-content > ul {
    width: 100%;
    display: block;
    margin: 0;
  }
  article.article-7 > div.article-content > ul > li {
    display: block;
    padding: 0 !important;
  }
  article.article-7 > div.article-content > ul > li ~ li {
    margin-top: 10px;
  }
}

/* article-header */
.article-header {
  position: relative;
}
.article-header span {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.article-header small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.article-header h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.article-header p {
  font-size: 17px;
  color: #666;
  font-weight: 400;
  line-height: 30px;
  margin-top: 30px;
}
.article-header b {
  display: block;
  white-space: nowrap;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-top: 70px;
}
.article-header .btn-area {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .article-header {
    padding-bottom: 30px;
  }
  .article-header .btn-area {
    position: static;
    margin-top: 20px !important;
  }
  .article-header span {
    font-size: 15px;
  }
  .article-header small {
    font-size: 15px;
  }
  .article-header h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .article-header p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
  }
  .article-header b {
    font-size: 16px;
    white-space: normal;
  }
}

.btn-more {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  color: #000;
  text-align: center;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 50px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.btn-more.type-2 {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}
.btn-more:hover {
  color: #fff;
  border-color: #52a9df;
  background-color: #52a9df;
}

/* event-wrap */
.event-wrap {
  border-top: 8px solid #000;
}

/* event-banner */
.event-banner .article-content > ul {
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
  margin: 0 -15px;
}
.event-banner .article-content > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.event-banner .article-content > ul > li > a {
  display: block;
  position: relative;
}
.event-banner .article-content > ul > li > a > span {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
}
@media (max-width: 1024px) {
  .event-banner .article-header span {
    margin-bottom: 0;
  }
  .event-banner .article-content > ul {
    display: block;
    width: 100%;
    margin: 0;
  }
  .event-banner .article-content > ul > li {
    display: block;
    padding: 0;
  }
  .event-banner .article-content > ul > li ~ li {
    margin-top: 15px;
  }
}

/* etc */
.etc {
  padding-top: 40px;
}
.etc > ul {
  display: table;
  width: calc(100% + 30px);
  margin: 0 -15px;
  table-layout: fixed;
}
.etc > ul > li {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
}
.etc > ul > li > .box {
  position: relative;
  display: block;
  height: 495px;
  overflow: hidden;
}
.etc > ul > li > .box > figure img {
  display: block;
  width: 100%;
}
.etc > ul > li > .box span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.etc > ul > li > .box .details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 182px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.etc > ul > li > .box .details small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.etc > ul > li > .box .details b {
  font-size: 22px;
  font-weight: 500;
}
.etc > ul > li > .box .details p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.etc > ul > li > .box .details .btn-area {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.etc > ul > li:last-child {
  width: 50%;
}
@media (max-width: 1024px) {
  .etc > ul {
    display: block;
    width: 100%;
    margin: 0;
  }
  .etc > ul > li {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .etc > ul > li .box {
    height: auto;
  }
  .etc > ul > li ~ li {
    margin-top: 15px;
  }
}

@keyframes obscure {
  100% {
    left: 60px;
  }
}
/* link-list */
.link-list {
  overflow: hidden;
  width: calc(100% + 100px);
  margin: 0 -30px 0 -70px;
  border-bottom: 0;
}
.link-list .visible-sm {
  display: none;
}
.link-list .visible-lg {
  font-size: 0;
  padding: 0 30px 0 70px;
}
.link-list .visible-lg > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.link-list .visible-lg > div > ul > li {
  position: relative;
  padding-bottom: 250px;
}
.link-list .visible-lg > div > ul > li > a {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
.link-list .visible-lg > div > ul > li .move-2 {
  position: absolute;
  bottom: 105px;
  left: -300px;
}
.link-list .visible-lg > div > ul > li .move-3 {
  position: absolute;
  bottom: 105px;
  right: -300px;
}
.link-list .visible-lg > div:nth-of-type(1) {
  padding-right: 35px;
}
.link-list .visible-lg > div:nth-of-type(1) > ul > li:last-child {
  padding-bottom: 0;
}
.link-list .visible-lg > div:nth-of-type(2) {
  position: relative;
  padding-top: 300px;
  padding-left: 35px;
}
.link-list .visible-lg > div:nth-of-type(2) .move-1 {
  position: absolute;
  top: 250px;
  right: -40%;
}
@media (max-width: 1024px) {
  .link-list {
    width: 100%;
    margin: 0;
  }
  .link-list .visible-lg {
    display: none;
  }
  .link-list .visible-sm {
    display: block;
  }
  .link-list .visible-sm > ul > li {
    display: block;
  }
  .link-list .visible-sm > ul > li > a {
    display: block;
    overflow: hidden;
    border-radius: 30px;
  }
  .link-list .visible-sm > ul > li ~ li {
    margin-top: 30px;
  }
}

.ico-wave {
  display: inline-block;
  text-align: center;
}
.ico-wave span {
  position: relative;
  left: 0;
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.ico-wave span:nth-of-type(1) {
  animation: obscure 1s cubic-bezier(0.6, 0, 0.4, 1) infinite alternate;
}
.ico-wave span:nth-of-type(2) {
  animation: obscure 1.6s cubic-bezier(0.6, 0, 0.4, 1) infinite alternate;
}

/* topik-wrap */
.topik-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 60px 0 20px;
  padding-bottom: 50px;
  border-bottom: 10px solid #000;
}
.topik-wrap > div {
  display: table-cell;
  vertical-align: middle;
}
.topik-wrap > div.details {
  width: 35%;
  color: #000;
  text-align: center;
  padding-right: 30px;
}
.topik-wrap > div.details small {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.topik-wrap > div.details h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 20px;
}
.topik-wrap > div.details .btn-area {
  margin-top: 30px;
}
.topik-wrap > div.details .btn-more {
  margin: 0 auto;
}
.topik-wrap > div.topik-swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.topik-wrap a div.swiper {
  overflow: hidden;
}
.topik-wrap a div.swiper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.topik-wrap a div.swiper img {
  display: block;
  width: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.topik-wrap a div.swiper img:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .topik-wrap {
    display: block;
    margin: 0;
    margin-top: 30px;
  }
  .topik-wrap > div {
    display: block;
  }
  .topik-wrap > div.details {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
}

.page-list {
  display: block;
  width: 100%;
}
.page-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  column-gap: 60px;
}
.page-list ul > li {
  position: relative;
  height: fit-content;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.page-list ul > li .item-img img {
  display: block;
  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/intro/bg_intro01.png");
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.page-list ul > li .details {
  display: block;
  position: static;
  width: 100%;
  height: fit-content;
}
.page-list ul > li .details small {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 20px;
  background-color: #52a9df;
  color: #fff;
  border-radius: 999px;
}
.page-list ul > li .details .summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.page-list ul > li .details .summary h3 {
  display: block;
  font-size: 22px;
  line-height: normal;
  color: #fff;
}
.page-list ul > li .details .summary h3 > span {
  font-size: 18px;
}
.page-list ul > li .details .summary .btn-area {
  margin-top: 20px;
}
.page-list ul > li .details .summary .btn-more {
  color: #fff;
  border-color: #fff;
}
.page-list ul > li .details .summary .btn-more:hover {
  border-color: #52a9df;
}
.page-list ul > li .details .summary p {
  display: -webkit-box;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-list ul > li:nth-of-type(2), .page-list ul > li:nth-of-type(5), .page-list ul > li:nth-of-type(7), .page-list ul > li:nth-of-type(9), .page-list ul > li:nth-of-type(11), .page-list ul > li:nth-of-type(13) {
  margin: 80px 0 0;
}
.page-list ul > li:hover .item-img img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .page-list ul {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .page-list ul > li .details .summary {
    padding: 15px;
  }
  .page-list ul > li .details .summary h3 {
    font-size: 20px;
  }
  .page-list ul > li .details .summary h3 > span {
    font-size: 18px;
  }
  .page-list ul > li:nth-of-type(2), .page-list ul > li:nth-of-type(5), .page-list ul > li:nth-of-type(7), .page-list ul > li:nth-of-type(9), .page-list ul > li:nth-of-type(11), .page-list ul > li:nth-of-type(13) {
    margin: 0;
  }
}

.video-embed {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  margin: 0;
  width: 100%;
  height: 0;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-2 .container article .article-content figure {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
}
.main-2 .container article .article-content.on-air a {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
}
.main-2 .container article .article-content.newsroom a {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
}

.last ul > li {
  position: relative;
  height: fit-content;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.last ul > li .item-img {
  display: block;
  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.last ul > li .item-img img {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.last ul > li .details {
  display: block;
  position: static;
  width: 100%;
  height: fit-content;
}
.last ul > li .details small {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 20px;
  background-color: #52a9df;
  color: #fff;
  border-radius: 999px;
}
.last ul > li .details .summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.last ul > li .details .summary h3 {
  display: block;
  font-size: 22px;
  line-height: normal;
  color: #fff;
}
.last ul > li .details .summary h3 > span {
  font-size: 18px;
}
.last ul > li .details .summary p {
  display: -webkit-box;
  line-height: 1.4;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.last ul > li:hover .item-img img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .last ul > li .details .summary {
    padding: 15px;
    height: 180px;
  }
  .last ul > li .details .summary h3 {
    font-size: 20px;
  }
  .last ul > li .details .summary h3 > span {
    font-size: 18px;
  }
  .last ul > li:nth-of-type(2), .last ul > li:nth-of-type(5), .last ul > li:nth-of-type(7), .last ul > li:nth-of-type(9), .last ul > li:nth-of-type(11), .last ul > li:nth-of-type(13) {
    margin: 0;
  }
}

.opioion-swiper > ul > li {
  display: block;
}
.opioion-swiper > ul > li figure {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.opioion-swiper > ul > li figure img {
  display: block;
  width: 100%;
  margin: 0;
}
@media (max-width: 1024px) {
  .opioion-swiper > ul {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .article-content figure {
    height: 300px;
  }
  .article-content figure img {
    height: 100%;
    object-fit: cover;
  }
}

.move-img {
  display: block;
  height: 350px;
}
.move-img img {
  display: block;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .move-img {
    height: auto;
    width: 100%;
  }
  .move-img img {
    width: 100%;
    height: auto;
  }
}

/* sutarbucks */
.sutarbucks > div.article-header {
  position: relative;
}
.sutarbucks > div.article-header .btn-area {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1500px) {
  .sutarbucks > div.article-header .btn-area {
    position: static;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .sutarbucks > div.article-header .btn-area {
    position: static;
    margin-top: 30px;
  }
}

/* etc */
.etc .btn-controls {
  text-align: center;
  margin-top: 30px;
}
.etc .btn-controls button {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 50% 50%;
}
.etc .btn-controls button.btn-last-next {
  margin-right: 0;
}

.main-2 .container article > a {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.main-2 .container article > a div {
  display: table-cell;
}
.main-2 .container article > a div:nth-last-of-type(1) {
  width: 35%;
}

.news-area {
  display: table;
  width: calc(100% + 100px);
  table-layout: fixed;
  font-size: 22px;
  font-weight: bold;
  margin: 0 -30px 0 -70px;
  background-color: #b9e4ff;
}
.news-area figure img {
  display: block;
  margin: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.news-area article {
  display: table-cell;
  vertical-align: top;
  padding-left: 70px;
  border-bottom: 0;
}
.news-area article.on-air {
  position: relative;
  padding-right: 70px;
}
.news-area article.on-air:after {
  position: absolute;
  top: 40px;
  right: 0;
  width: 1px;
  height: calc(100% - 90px);
  display: block;
  content: "";
  background-color: #000;
}
.news-area article.on-air .article-content .news-swiper .swiper-wrapper .swiper-slide > a {
  position: relative;
  display: block;
}
.news-area article.on-air .article-content .news-swiper .swiper-wrapper .swiper-slide > a img {
  display: block;
  width: 100%;
}
.news-area article.on-air .article-content .news-swiper .swiper-wrapper .swiper-slide > a .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  text-align: center;
  padding: 20px 15px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.7);
}
.news-area article.on-air .article-content .news-swiper .swiper-wrapper .swiper-slide > a .box > div {
  display: table;
  width: 100%;
  height: 100%;
}
.news-area article.on-air .article-content .news-swiper .swiper-wrapper .swiper-slide > a .box > div > div {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 10px;
  text-align: left;
}
.news-area article.on-air .article-content .news-swiper .swiper-wrapper .swiper-slide > a .box > div > div h3 {
  display: block;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.news-area article.on-air .article-content .news-swiper .swiper-wrapper .swiper-slide > a .box > div > div p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.news-area article.on-air .article-content .news-swiper .swiper-wrapper .swiper-slide > a:hover .box {
  opacity: 1;
}
.news-area article.newsroom {
  padding-right: 30px;
}
.news-area article.newsroom .article-content > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
.news-area article.newsroom .article-content > ul > li {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.news-area article.newsroom .article-content > ul > li > a {
  position: relative;
  display: block;
  padding-right: 40px;
  line-height: 1.2;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.news-area article.newsroom .article-content > ul > li > a span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 26px;
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translateY(-19px) rotate(45deg);
  background-image: url(../../assets/images/ico_news_more_bl.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px auto;
}
.news-area article.newsroom .article-content > ul > li > a:hover {
  color: #fff;
}
.news-area article.newsroom .article-content > ul > li > a:hover span {
  transform: translateY(-50%) rotate(0);
  background-image: url(../../assets/images/ico_news_more_white.png);
}
@media (max-width: 1024px) {
  .news-area {
    display: block;
    font-size: 16px;
  }
  .news-area article {
    display: block;
  }
  .news-area article.on-air {
    padding-right: 30px;
  }
  .news-area article.newsroom {
    padding-left: 70px;
  }
  .news-area article.newsroom .article-content > ul {
    gap: 30px;
  }
  .news-area article.newsroom .article-content > ul > li {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .news-area article.newsroom .article-content > ul > li > a {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    line-height: 1.2;
  }
  .news-area article.newsroom .article-content > ul > li > a:hover {
    color: #52a9df;
  }
  .news-area article .article-header span {
    margin: 0;
  }
}

.news-link {
  position: absolute;
  width: 100%;
  top: 100vh;
  visibility: hidden;
}/*# sourceMappingURL=main.css.map */