@charset "UTF-8";
@font-face {
  font-family: "TT-Norms-Light";
  src: url("https://dlcdnwebimgs.asus.com/files/media/e64fdaea-6943-4cd8-990a-f99e58bb5983/v1/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/v1/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/v1/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/v1/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/v1/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/v1/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/v1/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/v1/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%;
  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; }

html {
  overflow-x: hidden; }

body {
  line-height: 1;
  overflow: hidden; }

blockquote,
q {
  quotes: none; }

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

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

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

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

#article-list-wrap {
  user-select: none;
  font-family: "TT-Norms-Regular", "Roboto", "Segoe UI", sans-serif !important; }
  #article-list-wrap .section-main .container .top-post a.btn-more {
    display: inline-block;
    width: 211px;
    background: #6d798d;
    border-radius: 4px;
    font-family: "Roboto Regular";
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 0;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(0deg, #2a62bd 50%, #0442a5 50%);
    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: 375px) {
      #article-list-wrap .section-main .container .top-post a.btn-more {
        width: 170px; } }
    #article-list-wrap .section-main .container .top-post 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-main .container .post-list a.btn-more {
    display: block;
    width: 210px;
    margin: 0 auto;
    background: #6d798d;
    border-radius: 4px;
    font-family: "Roboto Regular";
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(0deg, #2a62bd 50%, #0442a5 50%);
    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: 1024px) {
      #article-list-wrap .section-main .container .post-list a.btn-more {
        display: inline-block;
        padding: 10px 20px;
        font-size: 13px;
        width: auto;
        margin-right: 0; }
        #article-list-wrap .section-main .container .post-list a.btn-more:hover {
          text-decoration: underline; } }
    @media screen and (max-width: 375px) {
      #article-list-wrap .section-main .container .post-list a.btn-more {
        padding: 6px 10px; } }
    #article-list-wrap .section-main .container .post-list 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 {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: #eeeff1; }
    #article-list-wrap .section-kv .kv-img--pc {
      display: block;
      position: relative;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      height: auto; }
      @media screen and (max-width: 1024px) {
        #article-list-wrap .section-kv .kv-img--pc {
          display: none; } }
    #article-list-wrap .section-kv h1 {
      margin: 0; }
    #article-list-wrap .section-kv .kv-img--mobile {
      display: none; }
      @media screen and (max-width: 1024px) {
        #article-list-wrap .section-kv .kv-img--mobile {
          display: block;
          position: relative;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 100vw;
          height: auto; } }
  #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 .container {
      display: flex;
      width: 1280px;
      margin: 0 auto;
      padding-top: 30px;
      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;
        line-height: 19px;
        text-transform: uppercase;
        color: #6d798d;
        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;
        line-height: 50px;
        color: #434446;
        margin-top: 6px; }
        @media screen and (max-width: 1024px) {
          #article-list-wrap .section-main .top-post h2.title {
            font-size: 24px;
            line-height: 29px; } }
      #article-list-wrap .section-main .top-post p.date {
        font-family: "Roboto Regular";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #5a5757;
        margin-top: 10px; }
        @media screen and (max-width: 1024px) {
          #article-list-wrap .section-main .top-post p.date {
            font-size: 14px;
            line-height: 17px; } }
      #article-list-wrap .section-main .top-post p.intro {
        font-family: "Roboto Light";
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        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;
            line-height: 19px; } }
      @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;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
      @media screen and (max-width: 1024px) {
        #article-list-wrap .section-main .post-item {
          flex-direction: row; } }
      #article-list-wrap .section-main .post-item .post-img--box {
        overflow: hidden; }
        @media screen and (max-width: 1024px) {
          #article-list-wrap .section-main .post-item .post-img--box {
            width: 15%;
            height: auto;
            overflow: visible; } }
        @media screen and (max-width: 768px) {
          #article-list-wrap .section-main .post-item .post-img--box {
            width: 25%; } }
        @media screen and (max-width: 576px) {
          #article-list-wrap .section-main .post-item .post-img--box {
            width: 30%; } }
        @media screen and (max-width: 414px) {
          #article-list-wrap .section-main .post-item .post-img--box {
            width: 50%; } }
        @media screen and (max-width: 375px) {
          #article-list-wrap .section-main .post-item .post-img--box {
            width: 35%; } }
      #article-list-wrap .section-main .post-item .post-img {
        display: inline-block;
        width: 100%;
        height: auto;
        transition: all 0.3s ease; }
        @media screen and (max-width: 1024px) {
          #article-list-wrap .section-main .post-item .post-img {
            width: 100%; } }
      #article-list-wrap .section-main .post-item .post-img:hover {
        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;
        width: 100%; }
        @media screen and (max-width: 1024px) {
          #article-list-wrap .section-main .post-item .info {
            margin: 0 0 0 20px;
            display: flex;
            flex-direction: column;
            row-gap: 15px; } }
        @media screen and (max-width: 576px) {
          #article-list-wrap .section-main .post-item .info {
            row-gap: 10px; } }
        @media screen and (max-width: 375px) {
          #article-list-wrap .section-main .post-item .info {
            width: 60%; } }
        @media screen and (max-width: 320px) {
          #article-list-wrap .section-main .post-item .info {
            line-height: 1;
            font-size: 16px; } }
        #article-list-wrap .section-main .post-item .info .transparency {
          opacity: 0; }
      #article-list-wrap .section-main .post-item p.model {
        font-family: "Roboto Regular";
        font-style: normal;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        color: #6d798d; }
        @media screen and (max-width: 1024px) {
          #article-list-wrap .section-main .post-item p.model {
            line-height: 1;
            font-size: 10px; } }
      #article-list-wrap .section-main .post-item a {
        text-decoration: none;
        display: block; }
      #article-list-wrap .section-main .post-item h2.title {
        font-family: "TT-Norms-Medium";
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        color: #434446;
        margin-top: 6px;
        margin-bottom: 22px;
        height: 90px; }
        @media screen and (max-width: 1024px) {
          #article-list-wrap .section-main .post-item h2.title {
            font-size: 16px;
            line-height: 1.3;
            margin-bottom: 0;
            margin-top: 0;
            height: auto; } }
        @media screen and (max-width: 375px) {
          #article-list-wrap .section-main .post-item h2.title {
            line-height: 1.5; } }
      #article-list-wrap .section-main .post-item p.read {
        font-family: "Roboto Regular";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #5a5757;
        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: absolute;
            font-size: 10px;
            line-height: 1; } }
    #article-list-wrap .section-main .latest-news {
      width: 402px;
      position: absolute;
      top: 30px;
      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 h2 {
        font-family: "TT-Norms-Regular";
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        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 h2 {
            font-size: 24px;
            line-height: 31px; } }
      #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 h2 {
            display: flex;
            font-family: "TT-Norms-Medium";
            font-style: normal;
            font-size: 18px;
            line-height: 24px;
            color: #434446;
            margin-left: 24px;
            border-bottom: 1px solid rgba(83, 86, 90, 0.2);
            align-items: center; }
            #article-list-wrap .section-main .latest-news .news-item a h2 span {
              font-size: 12px;
              vertical-align: super; }
            @media screen and (max-width: 1024px) {
              #article-list-wrap .section-main .latest-news .news-item a h2 {
                font-size: 16px;
                line-height: 19px;
                margin-left: 12px; } }

#article-detail-wrap {
  padding-top: 36px; }
  @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;
    line-height: 19px;
    color: #d9d9d6; }
    @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;
      line-height: 19px;
      color: #262626;
      text-decoration: none;
      margin-right: 5px; }
    #article-detail-wrap .page-path span {
      font-family: "Roboto Regular";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #999999;
      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 .section-kv img {
      display: block;
      width: 100%;
      margin-top: 24px; }
      @media screen and (max-width: 1024px) {
        #article-detail-wrap .section-kv img {
          margin-top: 14px; } }
    #article-detail-wrap .section-kv p.model {
      font-family: "Roboto Bold";
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase;
      color: #92a6c6;
      margin: 18px 0 0 0; }
      @media screen and (max-width: 1024px) {
        #article-detail-wrap .section-kv p.model {
          margin-top: 12px; } }
    #article-detail-wrap .section-kv h1.title {
      font-family: "TT-Norms-Medium";
      font-style: normal;
      font-weight: 500;
      font-size: 42px;
      line-height: 50px;
      color: #434446;
      margin-top: 6px; }
      @media screen and (max-width: 1024px) {
        #article-detail-wrap .section-kv h1.title {
          font-size: 24px;
          line-height: 29px; } }
    #article-detail-wrap .section-kv p.date {
      font-family: "Roboto";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #bdbdbd;
      margin-top: 10px; }
      @media screen and (max-width: 1024px) {
        #article-detail-wrap .section-kv p.date {
          font-size: 14px;
          line-height: 17px; } }
  #article-detail-wrap .section-main {
    display: flex;
    width: 1280px;
    margin: 0 auto 36px;
    justify-content: space-between; }
    @media screen and (max-width: 1320px) {
      #article-detail-wrap .section-main {
        width: 1024px; } }
    @media screen and (max-width: 1024px) {
      #article-detail-wrap .section-main {
        width: calc(100% - 40px);
        flex-wrap: wrap; } }
    #article-detail-wrap .section-main .post-detail {
      width: 840px; }
      @media screen and (max-width: 1320px) {
        #article-detail-wrap .section-main .post-detail {
          width: 660px; } }
      @media screen and (max-width: 1024px) {
        #article-detail-wrap .section-main .post-detail {
          width: 100%; } }
      #article-detail-wrap .section-main .post-detail .bookmark {
        width: 400px;
        background: rgba(235, 235, 235, 0.3);
        border-radius: 4px;
        padding: 18px 14px; }
        @media screen and (max-width: 1024px) {
          #article-detail-wrap .section-main .post-detail .bookmark {
            width: calc(100% - 28px);
            padding: 16px 14px; } }
        #article-detail-wrap .section-main .post-detail .bookmark h3 {
          font-family: "TT-Norms-Medium";
          font-style: normal;
          font-weight: 500;
          font-size: 24px;
          line-height: 29px;
          color: #434446;
          margin-bottom: 18px; }
          @media screen and (max-width: 1024px) {
            #article-detail-wrap .section-main .post-detail .bookmark h3 {
              font-size: 20px;
              line-height: 24px; } }
        #article-detail-wrap .section-main .post-detail .bookmark ul {
          counter-reset: item; }
          #article-detail-wrap .section-main .post-detail .bookmark ul li {
            counter-increment: item;
            list-style-type: none;
            font-family: "Roboto";
            font-size: 18px;
            line-height: 32px;
            color: #bfbfbf;
            position: relative; }
            #article-detail-wrap .section-main .post-detail .bookmark ul li:before {
              content: counter(item, decimal-leading-zero) " ";
              font-family: "Roboto Bold";
              font-size: 18px;
              line-height: 32px;
              color: #bfbfbf;
              margin-right: 18px; }
              @media screen and (max-width: 1024px) {
                #article-detail-wrap .section-main .post-detail .bookmark ul li:before {
                  font-size: 16px;
                  line-height: 24px; } }
            #article-detail-wrap .section-main .post-detail .bookmark ul li::after {
              content: "·";
              display: block;
              position: absolute;
              top: 0;
              left: 26px;
              font-family: "Roboto Bold";
              font-size: 18px;
              line-height: 32px;
              color: #bfbfbf; }
              @media screen and (max-width: 1024px) {
                #article-detail-wrap .section-main .post-detail .bookmark ul li::after {
                  font-size: 16px;
                  line-height: 24px;
                  font-family: "Roboto Bold";
                  top: 3px; } }
            #article-detail-wrap .section-main .post-detail .bookmark ul li a {
              font-family: "Roboto Regular";
              font-style: normal;
              font-weight: 400;
              font-size: 18px;
              line-height: 32px;
              color: #7894bf;
              text-decoration: none; }
              @media screen and (max-width: 1024px) {
                #article-detail-wrap .section-main .post-detail .bookmark ul li a {
                  font-size: 16px;
                  line-height: 24px; } }
      #article-detail-wrap .section-main .post-detail article {
        margin-top: 80px; }
        @media screen and (max-width: 1024px) {
          #article-detail-wrap .section-main .post-detail article {
            margin-top: 24px;
            margin-bottom: 36px; } }
        #article-detail-wrap .section-main .post-detail article .title {
          display: flex;
          min-height: 60px;
          position: relative;
          align-items: center;
          margin-bottom: 30px; }
          @media screen and (max-width: 1024px) {
            #article-detail-wrap .section-main .post-detail article .title {
              margin-bottom: 14px; } }
          #article-detail-wrap .section-main .post-detail article .title::after {
            content: attr(data-index);
            display: block;
            width: 54px;
            height: 60px;
            border-right: 3px solid #bfbfbf;
            font-family: "TT-Norms-Medium";
            font-style: normal;
            font-weight: 500;
            font-size: 36px;
            line-height: 60px;
            color: #bfbfbf;
            position: absolute;
            top: calc(50% - 30px);
            left: 0; }
            @media screen and (max-width: 1024px) {
              #article-detail-wrap .section-main .post-detail article .title::after {
                width: 32px;
                height: 36px;
                font-size: 20px;
                line-height: 36px;
                border-right: 2px solid #bfbfbf; } }
          #article-detail-wrap .section-main .post-detail article .title h2 {
            font-family: "TT-Norms-Medium";
            font-style: normal;
            font-weight: 500;
            font-size: 32px;
            line-height: 38px;
            color: #434446;
            position: relative;
            padding-left: 76px; }
            @media screen and (max-width: 1024px) {
              #article-detail-wrap .section-main .post-detail article .title h2 {
                font-size: 20px;
                line-height: 24px;
                padding-left: 44px; } }
        #article-detail-wrap .section-main .post-detail article ul {
          margin-bottom: 30px; }
          @media screen and (max-width: 1024px) {
            #article-detail-wrap .section-main .post-detail article ul {
              margin-bottom: 14px; } }
          #article-detail-wrap .section-main .post-detail article ul li {
            list-style: none;
            font-family: "Roboto Bold";
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 32px;
            color: #53565a;
            position: relative;
            margin-left: 0;
            padding-left: 10px; }
            @media screen and (max-width: 1024px) {
              #article-detail-wrap .section-main .post-detail article ul li {
                font-size: 16px;
                line-height: 24px; } }
            #article-detail-wrap .section-main .post-detail article ul li::after {
              content: "·";
              display: block;
              width: 10px;
              height: 26px;
              font-family: "TT-Norms-Medium";
              font-style: normal;
              font-weight: 500;
              font-size: 26px;
              line-height: 26px;
              color: #53565a;
              position: absolute;
              top: calc(50% - 15px);
              left: 0; }
        #article-detail-wrap .section-main .post-detail article p {
          font-family: "Roboto Light";
          font-style: normal;
          font-weight: 300;
          font-size: 18px;
          line-height: 32px;
          letter-spacing: 0.02em;
          color: #000000;
          margin-bottom: 30px; }
          @media screen and (max-width: 1024px) {
            #article-detail-wrap .section-main .post-detail article p {
              font-size: 16px;
              line-height: 24px;
              margin-bottom: 14px; } }
        #article-detail-wrap .section-main .post-detail article .img-box img {
          display: block;
          width: 100%; }
        #article-detail-wrap .section-main .post-detail article .img-box .img-source {
          font-family: "Roboto Light";
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          line-height: 32px;
          letter-spacing: 0.02em;
          color: #999999; }
      #article-detail-wrap .section-main .post-detail #related-products {
        border-top: 2px solid #262626;
        margin-top: 110px;
        padding-top: 32px; }
        @media screen and (max-width: 1024px) {
          #article-detail-wrap .section-main .post-detail #related-products {
            margin-top: 30px;
            padding-top: 18px; } }
        #article-detail-wrap .section-main .post-detail #related-products h3 {
          font-family: "TT-Norms-Medium";
          font-style: normal;
          font-weight: 500;
          font-size: 32px;
          line-height: 38px;
          color: #434446;
          margin-bottom: 32px; }
          @media screen and (max-width: 1024px) {
            #article-detail-wrap .section-main .post-detail #related-products h3 {
              font-size: 24px;
              line-height: 29px;
              margin-bottom: 18px; } }
        #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .slide-img {
          display: inline-block;
          width: 100%;
          height: auto;
          overflow: hidden;
          margin-bottom: 10px; }
          #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .slide-img img {
            display: block;
            width: 100%;
            transition: all 0.3s ease; }
        #article-detail-wrap .section-main .post-detail #related-products .swiper-slide p {
          font-family: "Roboto Bold";
          font-style: normal;
          font-weight: 500;
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 0.02em;
          color: #434446;
          margin-bottom: 10px; }
          @media screen and (max-width: 1024px) {
            #article-detail-wrap .section-main .post-detail #related-products .swiper-slide p {
              font-size: 15px;
              line-height: 18px; } }
        #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .more {
          position: relative; }
          #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .more::after {
            content: "";
            display: block;
            width: calc(100% - 126px);
            height: 1px;
            background-color: rgba(38, 38, 38, 0.1);
            position: absolute;
            top: 9px;
            left: 0; }
            @media screen and (max-width: 1024px) {
              #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .more::after {
                width: calc(100% - 87px);
                top: 6px; } }
          #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .more a {
            display: block;
            width: 116px;
            font-family: "Roboto Bold";
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 19px;
            text-align: center;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: #7894bf;
            text-decoration: none;
            margin: 0 0 0 auto;
            position: relative; }
            @media screen and (max-width: 1024px) {
              #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .more a {
                width: 82px;
                font-size: 12px;
                line-height: 14px; } }
            #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .more a::before {
              content: "";
              display: block;
              width: 1px;
              height: 11px;
              background-color: rgba(38, 38, 38, 0.1);
              position: absolute;
              top: 4px;
              left: 0; }
              @media screen and (max-width: 1024px) {
                #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .more a::before {
                  height: 9px;
                  top: 2px; } }
            #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .more a::after {
              content: "";
              display: block;
              width: 1px;
              height: 11px;
              background-color: rgba(38, 38, 38, 0.1);
              position: absolute;
              top: 4px;
              right: 0; }
              @media screen and (max-width: 1024px) {
                #article-detail-wrap .section-main .post-detail #related-products .swiper-slide .more a::after {
                  height: 9px;
                  top: 2px; } }
        #article-detail-wrap .section-main .post-detail #related-products .swiper-slide:hover .slide-img img {
          transform: scale(1.2); }
    #article-detail-wrap .section-main .other-post {
      width: 402px; }
      @media screen and (max-width: 1320px) {
        #article-detail-wrap .section-main .other-post {
          width: 330px; } }
      @media screen and (max-width: 1024px) {
        #article-detail-wrap .section-main .other-post {
          width: 100%;
          margin-top: 36px; } }
      #article-detail-wrap .section-main .other-post .other-list {
        margin-bottom: 75px; }
        @media screen and (max-width: 1024px) {
          #article-detail-wrap .section-main .other-post .other-list {
            margin-bottom: 24px; } }
        #article-detail-wrap .section-main .other-post .other-list h3 {
          font-family: "TT-Norms-Regular";
          font-style: normal;
          font-weight: 400;
          font-size: 24px;
          line-height: 29px;
          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-detail-wrap .section-main .other-post .other-list h3 {
              font-size: 24px;
              line-height: 31px; } }
        #article-detail-wrap .section-main .other-post .other-list .other-item {
          display: flex;
          margin-bottom: 22px; }
          #article-detail-wrap .section-main .other-post .other-list .other-item .other-img {
            flex: 0 0 78px;
            height: 78px;
            overflow: hidden; }
            #article-detail-wrap .section-main .other-post .other-list .other-item .other-img img {
              width: 100%;
              transition: all 0.3s ease; }
          #article-detail-wrap .section-main .other-post .other-list .other-item .info {
            display: flex;
            margin-left: 14px;
            flex-wrap: wrap;
            align-items: center; }
            @media screen and (max-width: 1024px) {
              #article-detail-wrap .section-main .other-post .other-list .other-item .info {
                margin-left: 12px; } }
            #article-detail-wrap .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;
              line-height: 24px;
              color: #434446;
              text-decoration: none; }
              @media screen and (max-width: 1024px) {
                #article-detail-wrap .section-main .other-post .other-list .other-item .info a {
                  font-size: 16px;
                  line-height: 19px; } }
            #article-detail-wrap .section-main .other-post .other-list .other-item .info p {
              font-family: "Roboto Regular";
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 19px;
              color: #bfbfbf; }
              @media screen and (max-width: 1024px) {
                #article-detail-wrap .section-main .other-post .other-list .other-item .info p {
                  font-size: 12px;
                  line-height: 14px; } }
        #article-detail-wrap .section-main .other-post .other-list .other-item:hover .info > a {
          color: #7894bf; }
        #article-detail-wrap .section-main .other-post .other-list .other-item:hover .info p {
          color: #647ba0; }
        #article-detail-wrap .section-main .other-post .other-list .other-item:hover .other-img img {
          transform: scale(1.2); }

#topScrollProgressBar {
  width: 0;
  height: 2px;
  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); }

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