@charset "UTF-8";
@font-face {
  font-family: "TT-Norms-Light";
  src: url("https://dlcdnwebimgs.asus.com/files/media/e64fdaea-6943-4cd8-990a-f99e58bb5983/articles/assets/font/TT Norms Pro Thin.otf") format("opentype");
}
@font-face {
  font-family: "TT-Norms-Regular";
  src: url("https://dlcdnwebimgs.asus.com/files/media/e64fdaea-6943-4cd8-990a-f99e58bb5983/articles/assets/font/TT Norms Pro Regular.otf") format("opentype");
}
@font-face {
  font-family: "TT-Norms-Medium";
  src: url("https://dlcdnwebimgs.asus.com/files/media/e64fdaea-6943-4cd8-990a-f99e58bb5983/articles/assets/font/TT Norms Pro Medium.otf") format("opentype");
}
@font-face {
  font-family: "TT-Norms-Bold";
  src: url("https://dlcdnwebimgs.asus.com/files/media/e64fdaea-6943-4cd8-990a-f99e58bb5983/articles/assets/font/TT Norms Pro Bold.otf") format("opentype");
}
@font-face {
  font-family: "Roboto Light";
  src: url("https://dlcdnwebimgs.asus.com/files/media/e64fdaea-6943-4cd8-990a-f99e58bb5983/articles/assets/font/Roboto-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto Regular";
  src: url("https://dlcdnwebimgs.asus.com/files/media/e64fdaea-6943-4cd8-990a-f99e58bb5983/articles/assets/font/Roboto-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto Bold";
  src: url("https://dlcdnwebimgs.asus.com/files/media/e64fdaea-6943-4cd8-990a-f99e58bb5983/articles/assets/font/Roboto-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto Black";
  src: url("https://dlcdnwebimgs.asus.com/files/media/e64fdaea-6943-4cd8-990a-f99e58bb5983/articles/assets/font/Roboto-Black.ttf") format("opentype");
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    line-height: 1.3;
  }
}
body button {
  border-style: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

*:focus:focus-visible {
  outline: #f70023 solid 3px !important;
}

blockquote,
q {
  quotes: none;
}

strong {
  font-weight: bold;
}

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

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

.videobox {
  position: relative;
  width: 98%;
  height: 0;
  padding-bottom: 56.25%;
}

.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.SEO_text {
  height: 0;
  overflow: hidden;
  margin: 0;
}

.yt-box {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.yt-box .yt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#article-list-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "TT-Norms-Regular", "Roboto", "Segoe UI", sans-serif !important;
}
#article-list-wrap a.btn-more {
  display: inline-block;
  width: 211px;
  background: #92a6c6;
  border-radius: 4px;
  font-family: "Roboto Regular";
  font-style: normal;
  font-size: 16px;
  padding: 11px 0;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(0deg, #92a6c6 50%, #647ba0 50%);
  background-size: 200% 200%;
  background-position: 0% 100%;
  animation-name: btn-more-leave;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#article-list-wrap a.btn-more:hover {
  animation-name: btn-more-hover;
  animation-duration: 0.5s;
}
@keyframes btn-more-leave {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 0% 100%;
  }
}
@keyframes btn-more-hover {
  from {
    background-position: 0% 100%;
  }
  to {
    background-position: 0% 0%;
  }
}
#article-list-wrap .section-kv {
  content: "";
  display: block;
  height: 600px;
  background: url("../image/proart/banner.png") center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#article-list-wrap .section-kv img {
  display: none;
}
@media screen and (max-width: 1320px) {
  #article-list-wrap .section-kv {
    height: 540px;
  }
}
@media screen and (max-width: 1200px) {
  #article-list-wrap .section-kv {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-kv {
    height: initial;
  }
  #article-list-wrap .section-kv img {
    display: block;
    width: 100%;
    background: transparent;
  }
}
#article-list-wrap .section-main {
  background: url("../image/proart/bg.png") left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main {
    background-size: contain;
  }
}
#article-list-wrap .section-main.mobile-article .post-detail article .title::before {
  font-size: 24px;
}
#article-list-wrap .section-main.mobile-article .post-detail article .title h2 {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main.mobile-article .post-detail .bookmark ul li::before {
    margin-top: -2px;
  }
}
@media screen and (max-width: 414px) {
  #article-list-wrap .section-main.mobile-article .post-detail .bookmark ul li::before {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main.mobile-article .post-detail .bookmark .bookmark-item {
    font-size: calc(125% - 0.1px);
  }
}
@media screen and (max-width: 414px) {
  #article-list-wrap .section-main.mobile-article .post-detail .bookmark .bookmark-item {
    font-size: 24px;
    word-break: break-all;
  }
}
#article-list-wrap .section-main .container {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1320px) {
  #article-list-wrap .section-main .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .container {
    width: calc(100% - 40px);
    padding-top: 24px;
    padding-bottom: 18px;
    flex-wrap: wrap;
  }
}
#article-list-wrap .section-main .top-post {
  width: 836px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1320px) {
  #article-list-wrap .section-main .top-post {
    width: 660px;
  }
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .top-post {
    width: 100%;
    margin-bottom: 18px;
  }
}
#article-list-wrap .section-main .top-post a {
  text-decoration: none;
}
#article-list-wrap .section-main .top-post img {
  display: block;
  width: 100%;
}
#article-list-wrap .section-main .top-post p.model {
  font-family: "Roboto Bold";
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #92a6c6;
  margin: 18px 0 0 0;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .top-post p.model {
    margin-top: 12px;
  }
}
#article-list-wrap .section-main .top-post h2.title {
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  color: #434446;
  margin-top: 6px;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .top-post h2.title {
    font-size: 24px;
  }
}
#article-list-wrap .section-main .top-post p.date {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #bdbdbd;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .top-post p.date {
    font-size: 14px;
  }
}
#article-list-wrap .section-main .top-post p.intro {
  font-family: "Roboto Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #757575;
  margin-top: 10px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .top-post p.intro {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .top-post a.btn-more {
    margin: 0 auto;
    display: block;
  }
}
#article-list-wrap .section-main .post-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#article-list-wrap .section-main .post-item {
  width: calc(33.3% - 24px);
  margin-bottom: 66px;
  margin-right: 36px;
}
#article-list-wrap .section-main .post-item .post-img {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#article-list-wrap .section-main .post-item .post-img > img {
  width: 100%;
  transition: all 0.3s ease;
}
#article-list-wrap .section-main .post-item .post-img:hover > img {
  transform: scale(1.2);
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .post-item {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(83, 86, 90, 0.1);
  }
}
#article-list-wrap .section-main .post-item:nth-of-type(3n + 0) {
  margin-right: 0;
}
#article-list-wrap .section-main .post-item img {
  display: block;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .post-item img {
    width: 78px;
    height: 78px;
  }
}
#article-list-wrap .section-main .post-item .info {
  margin: 18px 0 0 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .post-item .info {
    margin: 0 0 0 14px;
  }
}
#article-list-wrap .section-main .post-item p.model {
  font-family: "Roboto Regular";
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #92a6c6;
}
#article-list-wrap .section-main .post-item a {
  text-decoration: none;
}
#article-list-wrap .section-main .post-item h2.title {
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #434446;
  margin-top: 6px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .post-item h2.title {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
#article-list-wrap .section-main .post-item p.read {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #bdbdbd;
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .post-item p.read {
    position: relative;
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .post-item a.btn-more {
    display: none;
  }
}
#article-list-wrap .section-main .latest-news {
  width: 402px;
  position: absolute;
  top: 100px;
  right: 0;
}
@media screen and (max-width: 1320px) {
  #article-list-wrap .section-main .latest-news {
    width: 330px;
  }
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .latest-news {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 24px;
  }
}
#article-list-wrap .section-main .latest-news h3 {
  font-family: "TT-Norms-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #757575;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(117, 117, 117, 0.5);
}
@media screen and (max-width: 1320px) {
  #article-list-wrap .section-main .latest-news h3 {
    font-size: 24px;
  }
}
#article-list-wrap .section-main .latest-news .news-item {
  margin-bottom: 24px;
}
#article-list-wrap .section-main .latest-news .news-item a {
  display: flex;
  text-decoration: none;
}
#article-list-wrap .section-main .latest-news .news-item a img {
  display: block;
  width: 148px;
  height: 148px;
}
@media screen and (max-width: 1320px) {
  #article-list-wrap .section-main .latest-news .news-item a img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .latest-news .news-item a img {
    width: 78px;
    height: 78px;
  }
}
#article-list-wrap .section-main .latest-news .news-item a p {
  display: flex;
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-size: 20px;
  color: #434446;
  margin-left: 24px;
  border-bottom: 1px solid rgba(83, 86, 90, 0.2);
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #article-list-wrap .section-main .latest-news .news-item a p {
    font-size: 16px;
    margin-left: 12px;
  }
}

#article-detail-wrap {
  padding-top: 36px;
}
#article-detail-wrap small {
  font-size: 80%;
}
@media screen and (max-width: 1024px) {
  #article-detail-wrap {
    padding-top: 8px;
  }
}
#article-detail-wrap .page-path {
  width: 1280px;
  margin: 0 auto 36px;
  font-family: "Roboto Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1320px) {
  #article-detail-wrap .page-path {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  #article-detail-wrap .page-path {
    display: none;
  }
}
#article-detail-wrap .page-path a {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #262626;
  text-decoration: none;
  margin-right: 5px;
}
#article-detail-wrap .page-path a:hover {
  cursor: pointer;
  color: #006ce1;
  text-decoration: underline;
}
#article-detail-wrap .page-path span {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-left: 5px;
}
#article-detail-wrap .section-kv {
  width: 1280px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1320px) {
  #article-detail-wrap .section-kv {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  #article-detail-wrap .section-kv {
    width: calc(100% - 40px);
    margin-bottom: 18px;
  }
}
#article-detail-wrap p.model {
  font-family: "Roboto Bold";
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #006ce1;
  margin: 18px 0 0 0;
}
@media screen and (max-width: 1024px) {
  #article-detail-wrap p.model {
    margin-top: 12px;
  }
}
#article-detail-wrap .date.m_block {
  display: none;
}
@media screen and (max-width: 1024px) {
  #article-detail-wrap .date.m_block {
    display: block;
    text-align: right;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #article-detail-wrap .date.pc_block {
    display: none;
  }
}
#article-detail-wrap h1.title {
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  color: #434446;
  margin-top: 6px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #article-detail-wrap h1.title {
    font-size: 24px;
  }
}
#article-detail-wrap .date_flex {
  display: flex;
  justify-content: space-between;
}
#article-detail-wrap p.date {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #article-detail-wrap p.date {
    font-size: 14px;
  }
}

.section-main {
  display: flex;
  width: 1280px;
  margin: 0 auto 36px;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .section-main {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .section-main {
    width: calc(100% - 40px);
    flex-wrap: wrap;
  }
}
.section-main .post-detail {
  width: 840px;
}
.section-main .post-detail .share-action-bar {
  margin-bottom: 5px;
  text-align: right;
}
.section-main .post-detail .share-action-bar .share-action-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 3px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail .share-action-bar .share-action-button {
    width: 27.5px;
    height: 27.5px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail .share-action-bar .share-action-button svg {
    width: 27.5px;
    height: 27.5px;
  }
}
.section-main .post-detail .share-action-bar .share-action-button.fb {
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202507/a881bbef-c248-49a7-98e3-6b841523487a/v1/assets/image/proart/fb.png");
}
.section-main .post-detail .share-action-bar .share-action-button.linkin {
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202507/a881bbef-c248-49a7-98e3-6b841523487a/v1/assets/image/proart/linkin.png");
}
.section-main .post-detail .share-action-bar .share-action-button.twitter {
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202507/a881bbef-c248-49a7-98e3-6b841523487a/v1/assets/image/proart/twitter.png");
}
.section-main .post-detail .kv_img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1320px) {
  .section-main .post-detail {
    width: 660px;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail {
    width: 100%;
  }
  .section-main .post-detail .kv_img {
    margin-bottom: 6px;
  }
}
.section-main .post-detail .bookmark {
  width: 100%;
  background: rgba(235, 235, 235, 0.3);
  border-radius: 4px;
  padding: 18px 14px;
  margin-bottom: 35px;
  margin-top: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail .bookmark {
    width: 100%;
    padding: 16px 14px;
  }
}
@media screen and (max-width: 212px) {
  .section-main .post-detail .bookmark {
    width: 100%;
  }
}
.section-main .post-detail .bookmark h3 {
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #434446;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail .bookmark h3 {
    font-size: 20px;
  }
}
.section-main .post-detail .bookmark ul {
  counter-reset: item;
}
.section-main .post-detail .bookmark ul li {
  counter-increment: item;
  list-style-type: none;
  font-family: "Roboto Bold";
  font-size: 18px;
  color: #4d4d4d;
  position: relative;
  display: flex;
  gap: 2%;
  align-items: flex-start;
  padding-bottom: 12px;
  flex: 1 1 auto;
}
.section-main .post-detail .bookmark ul li:before {
  order: 1;
  content: counter(item, decimal-leading-zero) " ";
  font-family: "Roboto Bold";
  font-size: 18px;
  color: #4d4d4d;
  margin-right: 9px;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail .bookmark ul li:before {
    font-size: 24px;
    margin-top: 0.45%;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail .bookmark ul li:before {
    margin-top: 0.8%;
  }
}
.section-main .post-detail .bookmark ul li .bookmark-item {
  order: 3;
  text-align: left;
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  color: #006ce1;
  text-decoration: none;
  transition: 0.3s linear;
}
.section-main .post-detail .bookmark ul li .bookmark-item:hover {
  cursor: pointer;
  transform: scale(1.025);
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail .bookmark ul li .bookmark-item {
    font-size: 170%;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail .bookmark ul li .bookmark-item {
    font-size: 170%;
    word-break: break-all;
  }
}
@media screen and (max-width: 270px) {
  .section-main .post-detail .bookmark ul li .bookmark-item {
    font-size: 160%;
  }
}
@media screen and (max-width: 250px) {
  .section-main .post-detail .bookmark ul li .bookmark-item {
    font-size: 125%;
  }
}
@media screen and (max-width: 212px) {
  .section-main .post-detail .bookmark ul li .bookmark-item {
    font-size: 120%;
  }
}
.section-main .post-detail .bookmark ul li .bookmark-item .desktopBookmark {
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail .bookmark ul li .bookmark-item .desktopBookmark {
    display: none;
  }
}
.section-main .post-detail .bookmark ul li .bookmark-item .mobilBookmark {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail .bookmark ul li .bookmark-item .mobilBookmark {
    display: block;
  }
}
.section-main .post-detail article {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article {
    margin-top: 24px;
    margin-bottom: 36px;
  }
}
.section-main .post-detail article .vertical-img-img-box {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .section-main .post-detail article .vertical-img-img-box {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
}
.section-main .post-detail article .vertical-img-img-box .img-box {
  flex: 1 1 320px;
}
@media screen and (max-width: 576px) {
  .section-main .post-detail article .vertical-img-img-box .img-box {
    flex: 1 1 auto;
    width: 55%;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail article .vertical-img-img-box .img-box {
    width: 80%;
  }
}
.section-main .post-detail article .vertical-img-text-box {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 0 auto;
  width: 85%;
}
@media screen and (max-width: 576px) {
  .section-main .post-detail article .vertical-img-text-box {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.section-main .post-detail article .vertical-img-text-box .img-box {
  flex: 1 1 320px;
}
@media screen and (max-width: 576px) {
  .section-main .post-detail article .vertical-img-text-box .img-box {
    flex: 1 1 auto;
    width: 55%;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail article .vertical-img-text-box .img-box {
    width: 80%;
  }
}
.section-main .post-detail article .vertical-img-text-box .text-box {
  padding-top: 20px;
  width: 75%;
  align-self: center;
}
@media screen and (max-width: 576px) {
  .section-main .post-detail article .vertical-img-text-box .text-box {
    width: 100%;
    padding-top: 10px;
  }
}
.section-main .post-detail article .sup-model {
  vertical-align: super;
  font-size: 14px;
}
.section-main .post-detail article .font-italics {
  font-style: italic;
}
.section-main .post-detail article .font-recommended {
  font-weight: bolder;
  font-family: "Roboto Black";
}
.section-main .post-detail article .half-left {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.section-main .post-detail article .half-left.vertical-align-top {
  vertical-align: top;
}
.section-main .post-detail article .half-left.vertical-align-middle {
  vertical-align: middle;
}
.section-main .post-detail article .half-right {
  display: inline-block;
  width: 48%;
  margin-left: 1%;
  margin-bottom: 20px;
  vertical-align: top;
}
.section-main .post-detail article .half-right.vertical-align-top {
  vertical-align: top;
}
.section-main .post-detail article .half-right.vertical-align-middle {
  vertical-align: middle;
}
.section-main .post-detail article .side-by-side {
  width: 100%;
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article .side-by-side {
    flex-direction: column;
  }
}
.section-main .post-detail article .side-by-side .item-left {
  flex: 1 1 20%;
  padding: 1%;
}
.section-main .post-detail article .side-by-side .item-left img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article .side-by-side .item-left img {
    width: 50%;
  }
}
.section-main .post-detail article .side-by-side .item-right {
  flex: 1 1 75%;
}
.section-main .post-detail article h3 {
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #434446;
  margin-top: 6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article h3 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.section-main .post-detail article h3 a {
  color: #006ce1;
}
.section-main .post-detail article h4 a {
  color: #006ce1;
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  margin-top: 6px;
  margin-bottom: 30px;
  text-decoration: none;
}
.section-main .post-detail article h4 a:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article h4 a {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.section-main .post-detail article .title {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article .title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail article .title {
    flex-direction: column;
    gap: 10px;
  }
}
.section-main .post-detail article .title::before {
  content: attr(data-index);
  padding-right: 13px;
  height: 45px;
  border-right: 3px solid #4d4d4d;
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #4d4d4d;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article .title::before {
    height: auto;
    font-size: 24px;
    border-right: 2px solid #4d4d4d;
    top: calc(50% - 20px);
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail article .title::before {
    height: auto;
    flex-direction: column;
    border-style: none;
    font-size: 28px;
  }
}
.section-main .post-detail article .title h2 {
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 200%;
  color: #434446;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article .title h2 {
    font-size: 140%;
    padding-left: 24px;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail article .title h2 {
    font-size: 200%;
    padding-left: 0;
    text-align: center;
  }
}
.section-main .post-detail article .li-list li {
  font-family: "Roboto Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article .li-list {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.section-main .post-detail article .li-list .flex-ul-li li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  gap: 1%;
}
.section-main .post-detail article .li-list .flex-ul-li li p {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 414px) {
  .section-main .post-detail article .li-list .flex-ul-li li p {
    font-size: 150%;
  }
}
.section-main .post-detail article .info-href {
  color: #006ce1;
  font-family: "Roboto Regular";
  text-decoration: none;
}
.section-main .post-detail article .info-href:hover {
  text-decoration: underline;
}
.section-main .post-detail article .btn-bottom {
  text-decoration: none;
  display: inline-block;
  background: #006ce1;
  border-radius: 4px;
  font-family: "Roboto Regular";
  font-style: normal;
  font-size: 16px;
  padding: 11px 18px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-size: 200% 200%;
  background-position: 0% 100%;
  animation-name: btn-more-leave;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 576px) {
  .section-main .post-detail article .btn-bottom {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail article .btn-bottom {
    display: block;
    font-size: 120%;
  }
}
.section-main .post-detail article .btn-bottom:hover, .section-main .post-detail article .btn-bottom:active, .section-main .post-detail article .btn-bottom:visited {
  color: #ffffff;
}
.section-main .post-detail article .btn-bottom:hover {
  animation-name: btn-more-hover;
  animation-duration: 0.5s;
}
.section-main .post-detail article .info-h2 {
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #434446;
  margin-bottom: 32px;
}
.section-main .post-detail article ul {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article ul {
    margin-bottom: 14px;
  }
}
.section-main .post-detail article ul li {
  width: 98%;
  list-style: none;
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #53565a;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.section-main .post-detail article ul li .li-text {
  width: 90%;
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article ul li {
    font-size: 16px;
  }
}
.section-main .post-detail article ul li::before {
  content: "·";
  display: block;
  height: 26px;
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #53565a;
  padding-right: 5px;
}
.section-main .post-detail article ul p {
  width: 95%;
}
.section-main .post-detail article p {
  font-family: "Roboto Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article p {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.section-main .post-detail article p.note {
  font-size: 16px;
  color: #555;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article p.note {
    font-size: 14px;
  }
}
.section-main .post-detail article .table-wrapper {
  padding: 20px;
  background-color: #f9f9f9;
  margin: 20px 0;
}
.section-main .post-detail article .table-wrapper .marginBottom10px {
  margin-bottom: 10px;
}
.section-main .post-detail article table {
  width: 100%;
}
.section-main .post-detail article table th {
  width: 48%;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article table th {
    width: 35%;
  }
}
.section-main .post-detail article table td {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article table td {
    width: 55%;
  }
}
.section-main .post-detail article table th,
.section-main .post-detail article table td,
.section-main .post-detail article table li {
  font-family: "Roboto Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article table ol {
    padding-left: 15px;
  }
}
.section-main .post-detail article table ol li {
  position: relative;
  list-style: none;
}
.section-main .post-detail article table ol li::before {
  content: "·";
  position: absolute;
  left: -2%;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .section-main .post-detail article table ol li::before {
    left: -5px;
  }
}
.section-main .post-detail article .textAlign-left {
  text-align: left;
}
.section-main .post-detail article .textAlign-center {
  text-align: center;
}
.section-main .post-detail article .no-dot::before {
  opacity: 0;
}
.section-main .post-detail article .img-box {
  position: relative;
}
.section-main .post-detail article .img-box img {
  display: block;
  width: 100%;
}
.section-main .post-detail article .img-box .side-by-side-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article .img-box .side-by-side-img {
    flex-direction: column;
    width: 100%;
  }
}
.section-main .post-detail article .img-box a.btn-bottom {
  margin: 20px 0 40px 0;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article .img-box a.btn-bottom {
    margin: 40px 0 10px 0;
  }
}
.section-main .post-detail article .img-box .img-source {
  font-family: "Roboto Light";
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #6b768a;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail article .img-box .img-source {
    font-size: 13px;
  }
}
.section-main .post-detail article .img-box .zoom {
  background-size: contain;
  background-image: url("../image/proart/zoom_out.png");
  background-repeat: no-repeat;
  width: 6%;
  height: 10%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.section-main .post-detail article .mp4-video-box {
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .section-main .post-detail article .mp4-video-box {
    margin: 0 0 20px 0;
  }
}
.section-main .post-detail article .mp4-video-box .mp4-video-box-inner {
  width: 100%;
}
.section-main .post-detail article .mp4-video-box .plyr__control.plyr__control--overlaid {
  display: none;
}
.section-main .post-detail article .comparison {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 30px;
}
.section-main .post-detail article .comparison .comparison-left,
.section-main .post-detail article .comparison .comparison-right {
  display: flex;
  gap: 3%;
  flex-wrap: wrap;
  flex: 1 1 48%;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .section-main .post-detail article .comparison .comparison-left,
  .section-main .post-detail article .comparison .comparison-right {
    padding: 3%;
  }
}
.section-main .post-detail article .comparison .comparison-left .comparison-title,
.section-main .post-detail article .comparison .comparison-right .comparison-title {
  text-align: center;
  flex: 1 1 100%;
  font-size: 20px;
  margin-bottom: 10px;
}
.section-main .post-detail article .comparison .comparison-left .li-list,
.section-main .post-detail article .comparison .comparison-right .li-list {
  flex: 1 1 48%;
}
@media screen and (max-width: 768px) {
  .section-main .post-detail article .comparison .comparison-left .li-list,
  .section-main .post-detail article .comparison .comparison-right .li-list {
    flex: 1 1 100%;
  }
}
.section-main .post-detail article .comparison .comparison-left .li-list .font-recommended,
.section-main .post-detail article .comparison .comparison-right .li-list .font-recommended {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 20px;
}
@media screen and (max-width: 414px) {
  .section-main .post-detail article .comparison .comparison-left .li-list .flex-ul-li li,
  .section-main .post-detail article .comparison .comparison-right .li-list .flex-ul-li li {
    word-break: break-all;
  }
}
.section-main .post-detail #related-products {
  width: 100%;
  border-top: 2px solid #262626;
  margin-top: 110px;
  padding-top: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1320px) {
  .section-main .post-detail #related-products {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail #related-products {
    width: 100%;
    margin-top: 30px;
    padding-top: 18px;
  }
}
.section-main .post-detail #related-products h3 {
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #434446;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail #related-products h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.section-main .post-detail #related-products .swiper .swiper-wrapper {
  list-style: none;
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  -moz-column-gap: 0.7%;
       column-gap: 0.7%;
  padding: 5px;
  align-items: flex-start;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail #related-products .swiper .swiper-wrapper {
    height: auto;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail #related-products .swiper .swiper-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail #related-products .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail #related-products .swiper .swiper-wrapper .swiper-slide {
    width: 50%;
    display: grid;
    grid-auto-rows: auto 1fr auto;
    grid-auto-columns: 96%;
    align-items: start;
    height: auto;
  }
}
.section-main .post-detail #related-products .swiper-slide {
  flex: 0 0 24%;
  display: grid;
  grid-auto-rows: auto 1fr auto;
  grid-auto-columns: 96%;
  align-items: start;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-main .post-detail #related-products .swiper-slide {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail #related-products .swiper-slide {
    flex: 0 0 98%;
  }
}
.section-main .post-detail #related-products .swiper-slide .slide-img {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section-main .post-detail #related-products .swiper-slide .slide-img img {
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail #related-products .swiper-slide .slide-img img {
    width: 90%;
  }
}
.section-main .post-detail #related-products .swiper-slide p {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #434446;
  margin-bottom: 5%;
}
@media screen and (max-width: 1320px) {
  .section-main .post-detail #related-products .swiper-slide p {
    font-size: 18px;
    height: 105px;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail #related-products .swiper-slide p {
    height: auto;
    font-size: 160%;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail #related-products .swiper-slide p {
    height: auto;
    text-align: center;
    display: block;
    margin-bottom: 6%;
    font-size: 2rem;
  }
}
.section-main .post-detail #related-products .swiper-slide .more {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail #related-products .swiper-slide .more {
    margin-bottom: 50px;
  }
}
.section-main .post-detail #related-products .swiper-slide .more a {
  display: inline-block;
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 11px 25px;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .section-main .post-detail #related-products .swiper-slide .more a {
    letter-spacing: 0;
    font-size: 14px;
    white-space: normal;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .post-detail #related-products .swiper-slide .more a {
    font-size: 105%;
    display: inline-block;
  }
}
@media screen and (max-width: 414px) {
  .section-main .post-detail #related-products .swiper-slide .more a {
    font-size: 160%;
  }
}
@media screen and (max-width: 212px) {
  .section-main .post-detail #related-products .swiper-slide .more a {
    width: 65vw;
    font-size: 150%;
    white-space: normal;
    display: block;
  }
}
.section-main .post-detail #related-products .swiper-slide:hover .slide-img img {
  transform: scale(1.1);
}
.section-main .other-post {
  width: 402px;
}
@media screen and (max-width: 1320px) {
  .section-main .other-post {
    width: 330px;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .other-post {
    width: 100%;
    margin-top: 36px;
  }
}
.section-main .other-post .banner {
  position: relative;
  display: block;
  width: 90%;
  height: 0;
  padding-bottom: 177.35%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1320px) {
  .section-main .other-post .banner {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .other-post .banner {
    width: 100%;
    padding-bottom: 43.8%;
  }
}
.section-main .other-post .banner .blogImg {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .section-main .other-post .banner .blogImg.text-03 {
    display: none;
  }
}
.section-main .other-post .other-list {
  margin-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .section-main .other-post .other-list {
    margin-bottom: 24px;
  }
}
.section-main .other-post .other-list ol {
  list-style: none;
}
.section-main .other-post .other-list h3 {
  font-family: "TT-Norms-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #757575;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(117, 117, 117, 0.5);
}
@media screen and (max-width: 1320px) {
  .section-main .other-post .other-list h3 {
    font-size: 24px;
  }
}
.section-main .other-post .other-list .other-item {
  display: flex;
  margin-bottom: 22px;
}
@media screen and (max-width: 414px) {
  .section-main .other-post .other-list .other-item {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.section-main .other-post .other-list .other-item .other-img {
  flex: 0 0 78px;
  height: 78px;
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  .section-main .other-post .other-list .other-item .other-img {
    flex: 1 1 auto;
    width: 90.3381642512vw;
    height: 90.3381642512vw;
  }
}
.section-main .other-post .other-list .other-item .other-img img {
  width: 100%;
  transition: all 0.3s ease;
}
.section-main .other-post .other-list .other-item .info {
  display: flex;
  margin-left: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.section-main .other-post .other-list .other-item .info a {
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .section-main .other-post .other-list .other-item .info {
    margin-left: 12px;
  }
}
@media screen and (max-width: 414px) {
  .section-main .other-post .other-list .other-item .info {
    justify-content: center;
  }
}
.section-main .other-post .other-list .other-item .info a {
  width: 100%;
  font-family: "TT-Norms-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #434446;
  text-decoration: none;
}
.section-main .other-post .other-list .other-item .info a > span {
  transform: scale(0.8);
  vertical-align: super;
}
@media screen and (max-width: 1024px) {
  .section-main .other-post .other-list .other-item .info a {
    font-size: 140%;
  }
}
@media screen and (max-width: 414px) {
  .section-main .other-post .other-list .other-item .info a {
    text-align: center;
    font-size: 140%;
  }
}
.section-main .other-post .other-list .other-item .info p {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
}
@media screen and (max-width: 1024px) {
  .section-main .other-post .other-list .other-item .info p {
    font-size: 12px;
    margin-top: 5%;
  }
}
.section-main .other-post .other-list .other-item:hover .info > a {
  color: #006ce1;
  text-decoration: underline;
  transform: scale(1.05);
}
.section-main .other-post .other-list .other-item:hover .info p {
  color: #647ba0;
}
.section-main .other-post .other-list .other-item:hover .other-img img {
  transform: scale(1.2);
}

#topScrollProgressBar {
  width: 0;
  height: 4px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 51;
  background-color: #6292ff;
}

.scroll-line {
  display: none;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: red;
}

.scroll-range {
  display: none;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}

a.btn-bottom {
  text-decoration: none;
  display: inline-block;
  background: #006ce1;
  border-radius: 4px;
  font-family: "Roboto Regular";
  font-style: normal;
  font-size: 16px;
  padding: 11px 18px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-size: 200% 200%;
  background-position: 0% 100%;
  animation-name: btn-more-leave;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
a.btn-bottom:hover, a.btn-bottom:active, a.btn-bottom:visited {
  color: #ffffff;
}

a.btn-bottom:hover {
  animation-name: btn-more-hover;
  animation-duration: 0.5s;
}

.section-main .other-post .banner {
  display: block;
  width: 90%;
  height: 0;
  padding-bottom: 177.35%;
  background-image: url("../image/proart/home.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1320px) {
  .section-main .other-post .banner {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .other-post .banner {
    width: 100%;
    padding-bottom: 43.8%;
    background-image: url("../image/proart/home-btn.png");
  }
}

.image-lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 51;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.image-lightbox .close-btn {
  display: block;
  position: absolute;
  top: 2%;
  right: 10%;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-image: url("../image/proart/close_icon.png");
}
.image-lightbox .close-btn .close-btn-mask {
  display: block;
  position: absolute;
  top: -25%;
  left: -18%;
  width: 70px;
  height: 70px;
}
.image-lightbox img {
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-lightbox--show {
  opacity: 1;
  pointer-events: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.accessibility-audio-box {
  width: 400px;
  position: fixed;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: block;
  transition: width 0.3s, left 0.3s, transform 0.3s;
}
.accessibility-audio-box audio {
  display: block;
  width: 100%;
}
.accessibility-audio-box .audio-toggle-btn {
  background: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accessibility-audio-box .audio-toggle-btn .icon-close,
.accessibility-audio-box .audio-toggle-btn .icon-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.accessibility-audio-box .audio-toggle-btn .icon-play {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.accessibility-audio-box .audio-toggle-btn .minimized-text {
  position: relative;
  width: auto;
  margin-right: 6px;
  font-family: "Roboto Bold";
  font-size: 14px;
  color: #006ce1;
  white-space: nowrap;
  display: inline-block;
}
.accessibility-audio-box .audio-toggle-btn svg {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  pointer-events: none;
}
.accessibility-audio-box .audio-toggle-btn .icon-close {
  display: inline-block;
}
.accessibility-audio-box .audio-toggle-btn.is-minimized {
  left: 0;
  width: 150px;
  border-radius: 5px;
}
.accessibility-audio-box .audio-toggle-btn.is-minimized .icon-play {
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.accessibility-audio-box .audio-toggle-btn.is-minimized .icon-play svg {
  width: 20px;
  height: 20px;
  position: relative;
  transform: none;
  left: auto;
  top: auto;
}
.accessibility-audio-box .audio-toggle-btn.is-minimized .icon-play .minimized-text {
  position: relative;
  width: auto;
  margin-right: 6px;
}
.accessibility-audio-box .audio-toggle-btn.is-minimized .icon-close {
  display: none;
}
.accessibility-audio-box.minimized {
  left: 2%;
  transform: none;
  transition: width 0.3s, left 0.3s, transform 0.3s;
}
.accessibility-audio-box.minimized audio {
  display: none;
}
.accessibility-audio-box.hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */