/* Pretendard Font Faces */
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url(/assets/fonts/Pretendard-Thin.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(/assets/fonts/Pretendard-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(/assets/fonts/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/fonts/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(/assets/fonts/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(/assets/fonts/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(/assets/fonts/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(/assets/fonts/Pretendard-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(/assets/fonts/Pretendard-Black.woff) format("woff");
}
/* OneShinhan Font Faces */
@font-face {
  font-family: "OneShinhan Light";
  src: url(/assets/fonts/OneShinhanLight.ttf) format("ttf"),
    url(/assets/fonts/OneShinhanLight.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OneShinhan Medium";
  src: url(/assets/fonts/OneShinhanMedium.ttf) format("ttf"),
    url(/assets/fonts/OneShinhanMedium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "OneShinhan Bold";
  src: url(/assets/fonts/OneShinhanBold.ttf) format("ttf"),
    url(/assets/fonts/OneShinhanBold.woff) format("woff");
  src: url(https://db.onlinewebfonts.com/t/67f9be25cebb2b86b67d7e4f824751fd.eot?#iefix)
      format("embedded-opentype"),
    url(https://db.onlinewebfonts.com/t/67f9be25cebb2b86b67d7e4f824751fd.woff2)
      format("woff2"),
    url(https://db.onlinewebfonts.com/t/67f9be25cebb2b86b67d7e4f824751fd.woff)
      format("woff"),
    url(https://db.onlinewebfonts.com/t/67f9be25cebb2b86b67d7e4f824751fd.ttf)
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/67f9be25cebb2b86b67d7e4f824751fd.svg#OneShinhan Bold")
      format("svg");
  font-weight: 700;
  font-style: normal;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  border: 0;
  background-color: #fff;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}
input {
  border: 0;
  margin: 0;
}
input,
input:active,
input:focus,
select,
select:active,
select:focus,
textarea,
textarea:active,
textarea:focus {
  outline: 0 !important;
  font-family: Pretendard;
}
* {
  box-sizing: border-box;
}
img {
  border: 0;
}
em,
i {
  font-style: normal;
}
a,
button {
  cursor: pointer !important;
}
:root {
  --black50: rgba(0, 0, 0, 0.05);
  --black100: rgba(0, 0, 0, 0.1);
  --black150: rgba(0, 0, 0, 0.15);
  --black200: rgba(0, 0, 0, 0.2);
  --black250: rgba(0, 0, 0, 0.25);
  --black300: rgba(0, 0, 0, 0.3);
  --black400: rgba(0, 0, 0, 0.4);
  --black500: rgba(0, 0, 0, 0.5);
  --black600: rgba(0, 0, 0, 0.6);
  --black800: rgba(0, 0, 0, 0.8);
  --gray44: #444444;
  --gray31: #313341;
  --gray38: #383a40;
  --gray5a: #5a5a78;
  --beigeF2: #f2f4f7;
  --blue: #4377ff;
  --green: #6abc78;
}
body,
html {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont,
    system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
    "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #444;
  letter-spacing: 0;
  line-height: 1.1;
  scroll-behavior: smooth;
}
#container {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  overflow-x: hidden;
  overflow-y: auto;
}
#main {
  z-index: 10;
  position: relative;
  width: 100%;
}
.overlay {
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header {
  z-index: 40;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#header .header-main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 70px 100px 0 20px;
}
#header .header-main-menu .logo {
  width: 175px;
  height: 30px;
}
#header .header-main-menu .logo a {
  width: 100%;
}
#header .header-main-menu .logo a img {
  width: 100%;
}
#header .header-main-menu .logo a img.mobile-on {
  display: none;
}
#header .header-main-menu > .menu {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 30px;
}
#header .header-main-menu > .menu a {
  font: 1.8rem OneShinhan Medium;
  transition: all ease-in-out 0.15s;
  color: #fff;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
#header .header-main-menu > .menu a.on,
#header .header-main-menu > .menu a:hover {
  opacity: 0.5;
}
#header .header-hbg-menu {
  z-index: 43;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#header .header-hbg-menu .inner {
  height: 100%;
}
#header .header-hbg-menu .menu-overlay {
  z-index: 44;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
}
#header .header-hbg-menu.on .menu-overlay {
  display: block;
}
#header .header-hbg-menu .hbg-btn {
  z-index: 46;
  position: absolute;
  top: 70px;
  left: calc(50vw + 570px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.15s ease-in-out;
}
#header .header-hbg-menu.on .hbg-btn {
  background-color: rgba(49, 51, 65, 0.15);
  left: calc(50vw + 750px);
}
#header .header-hbg-menu .hbg-btn .on {
  display: none;
}
#header .header-hbg-menu.on .hbg-btn .on {
  display: block;
}
#header .header-hbg-menu .hbg-btn .off.mobile-fix {
  display: block;
}
#header .header-hbg-menu .hbg-btn .off.mobile-scroll {
  display: none;
}
#header .header-hbg-menu.on .hbg-btn .off.mobile-fix {
  display: none;
}
#header .header-hbg-menu .menu {
  z-index: 46;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  transition: all ease-in 0.25s;
}
#header .header-hbg-menu.on .menu {
  opacity: 1;
  height: 600px;
}
#header .header-hbg-menu.on .menu .scroll-y-box {
  overflow-y: hidden !important;
}
#header .header-hbg-menu .menu .inner {
  display: flex;
  justify-content: space-between;
  /* justify-content: center;
  gap: 60px; */
  padding: 80px 120px 0 20px;
  max-width: 1600px;
}
#header .header-hbg-menu .menu .logo {
  position: relative;
}
#header .header-hbg-menu .menu .logo a {
  display: block;
  font-size: 0;
  /* width: 175px; */
  height: 22px;
  margin-top: 5px;
}
#header .header-hbg-menu .menu .logo img {
  height: 100%;
}
#header .header-hbg-menu .menu nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "a b c d e f";
  /* gap: 30px; */
  gap: 80px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 8px;
}
#header .header-hbg-menu .menu nav > div {
  display: grid;
  grid-template-rows: 32px auto;
  gap: 15px;
  /* width: 140px; */
  width: fit-content;
  padding-bottom: 10px;
}
#header .header-hbg-menu .menu nav > div > em {
  display: block;
  width: 100%;
  height: 32px;
  border-bottom: 1px solid rgba(49, 51, 65, 0.15);
  color: var(--gray31);
  font: 1.8rem OneShinhan Medium;
  white-space: nowrap;
}
#header .header-hbg-menu .menu nav > div ul {
  display: flex;
  flex-direction: column;
}
#header .header-hbg-menu .menu nav > div ul li {
  display: flex;
  flex-direction: column;
}
#header .header-hbg-menu .menu nav > div ul li a,
#header .header-hbg-menu .menu nav > div ul li em {
  font: 1.2rem OneShinhan Medium;
  line-height: 1.2;
  padding: 8px 0;
  color: var(--gray31);
  transition: all 0.2s ease-in-out;
  word-break: keep-all;
}
#header .header-hbg-menu .menu nav > div ul.sub {
  padding-left: 10px;
}
#header .header-hbg-menu .menu nav > div ul li a:hover {
  opacity: 0.4;
}
#header .header-hbg-menu .menu nav > div {
  gap: 15px;
}
#header .header-hbg-menu .menu nav > div:nth-child(1) {
  grid-area: a;
}
#header .header-hbg-menu .menu nav > div:nth-child(2) {
  grid-area: b;
}
#header .header-hbg-menu .menu nav > div:nth-child(3) {
  grid-area: c;
}
#header .header-hbg-menu .menu nav > div:nth-child(4) {
  grid-area: d;
}
#header .header-hbg-menu .menu nav > div:nth-child(5) {
  grid-area: e;
}
#header .header-hbg-menu .menu nav > div:nth-child(6) {
  grid-area: f;
}
#footer {
  z-index: 30;
  position: relative;
  width: 100%;
  background-color: var(--gray38);
  color: #fff;
}
#footer .inner {
  z-index: 31;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 1440px;
  padding: 50px;
  margin: 0 auto;
}
#footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#footer .footer-menu {
  z-index: 32;
  position: absolute;
  top: 55px;
  right: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 1.5rem;
}
#footer .footer-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#footer .footer-info .location {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: calc(100% - 210px);
  font-size: 1.7rem;
  line-height: 1.3;
}
#footer .footer-info .location ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
#footer .footer-info .location ul:nth-child(2) li:not(:first-child)::before {
  content: "·";
  margin: 0 5px;
}
#footer .footer-info .location a {
  text-decoration: none;
}
#footer .footer-info .sites {
  z-index: 33;
  position: absolute;
  bottom: calc(100% - 36px);
  right: 0;
  display: flex;
  flex-direction: column;
  width: 210px;
  background-color: var(--gray38);
}
#footer .footer-info .sites > span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
#footer .footer-info .sites > span button {
  padding: 12px;
  background-color: transparent;
}
#footer .footer-info .sites .site-list {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all ease-in-out 0.3s;
}
#footer .footer-info .sites .site-list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
}
#footer .footer-info .sites .site-list ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
#footer .footer-info .sites .site-list ul li a::hover {
  opacity: 0.5;
}
#footer .footer-info .sites.on > span button {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#footer .footer-info .sites.on > span {
  border-radius: 0 0 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
#footer .footer-info .sites.on .site-list {
  height: 510px;
  overflow-y: auto;
}
#footer .footer-info .sites--policy {
  display: none;
}
#footer .footer-info .sites--policy.on .site-list {
  height: 215px;
}
#footer .footer-copy {
  margin-top: 50px;
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.3;
}
.page {
  z-index: 20;
  position: relative;
  background-color: var(--beigeF2);
}
.page-head {
  z-index: 20;
  position: relative;
  width: 100%;
  height: 430px;
  background-color: var(--gray5a);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.page-head::before {
  z-index: 21;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 60%);
}
.p-company .page-head {
  background-image: url(../images/imgs/banner-company5.png);
}
.p-company .page-head.bg2 {
  background-image: url(../images/imgs/banner-company2.png);
}
.p-company .page-head.bg3 {
  background-image: url(../images/imgs/banner-company3.png);
}
.p-company .page-head.bg4 {
  background-image: url(../images/imgs/banner-company4.png);
}
.p-company .page-head.bg5 {
  background-image: url(../images/imgs/banner-company.png);
}
.p-bguide .page-head {
  background-image: url(../images/imgs/banner-bguide.png);
}
.p-binfo .page-head {
  background-image: url(../images/imgs/banner-binfo.png);
}
.p-reinfo .page-head {
  background-image: url(../images/imgs/banner-reinfo.png);
}
.p-customer .page-head {
  background-image: url(../images/imgs/banner-customer.png);
}
.p-customer .page-head.bg2 {
  background-image: url(../images/imgs/banner-customer2.jpg);
}
.p-customer .page-head.bg3 {
  background-image: url(../images/imgs/banner-customer3.png);
}
.p-customer .page-head.bg4 {
  background-image: url(../images/imgs/banner-customer4.jpg);
}
.p-etc .page-head {
  background-image: url(../images/imgs/banner-etc.jpg);
}
.p-notice .page-head {
  background-image: url(../images/imgs/banner-etc2.png);
}
.page .page-head .inner {
  z-index: 22;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 55px;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.page-head .title {
  font: 3rem OneShinhan Medium;
}
.page-head .menu {
  padding-bottom: 55px;
  width: calc(50vw + 620px);
  overflow-x: auto;
}
.page-head .menu ul {
  display: flex;
  gap: 20px 30px;
  justify-content: start;
  align-items: start;
  padding-right: 20px;
  flex-wrap: wrap;
}
.page-head .menu ul li {
  position: relative;
  width: auto;
  height: 34px;
}
.page-head .menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 0;
  gap: 5px;
  font-weight: 300;
  white-space: nowrap;
  font-size: 1.8rem;
  font-family: OneShinhan Medium;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.page-head .menu ul li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icons/ico-plus-gray15.svg) center no-repeat;
}
.page-head .menu ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 33px;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.25s;
}
/* .page-head .menu ul li a:hover , */
.page-head .menu ul li a.on {
  padding-right: 50px;
}
.page-head .menu ul li a.on::before,
.page-head .menu ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
.page-head--expanded {
  height: auto;
}
.page-head--expanded .inner {
  padding-top: 250px !important;
}
.p-bguide .page-head .menu ul,
.p-etc .page-head .menu ul {
  gap: 20px;
}
.p-bguide .page-head .menu ul li a {
  font-size: 1.6rem;
}
.p-etc .page-head .menu ul li a {
  font-size: 1.4rem;
}
.p-bguide .page-head .menu ul li a.on,
.p-etc .page-head .menu ul li a.on {
  padding-right: 20px;
}
.page-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 70px;
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding: 0 20px 200px;
  margin: 0 auto;
  min-height: 50vh;
}
.section {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 70px;
}
.page-body > .section:nth-child(1) {
  margin-top: 70px;
}
.section .section-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  text-transform: uppercase;
}
.section .section-title > span {
  font: 1.8rem OneShinhan Medium;
  opacity: 0.3;
  text-transform: uppercase;
}
.section .section-title b,
.section .section-title h2,
.section .section-title h3 {
  font: 3rem OneShinhan Medium;
  line-height: 1.3;
}
.section .section-contents {
  position: relative;
  width: 100%;
}
.section .section-contents > .text {
  font-size: 1.8rem;
  line-height: 1.5;
  word-break: keep-all;
}
.tab-section {
  padding: 70px 0 0;
}
.article {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.article .article-title {
  font: 2rem OneShinhan Medium;
}
.article .article-contents {
  width: 100%;
}
.modal {
  z-index: 21;
  position: relative;
  display: block;
  padding: 20px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  min-width: 290px;
  border-radius: 5px;
  background-color: #fff;
}
.modal > .inner {
  height: 100%;
  max-height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
}
.modal > .inner > .contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
}
.modal .close {
  z-index: 22;
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
}
.modal--lg {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}
.modal--lg .inner {
  max-height: calc(100vh - 90px);
}
.alert .alert-msg {
  padding: 20px 0;
  font-size: 1.4rem;
  text-align: center;
}
.alert .alert-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 40px 15px 35px;
  border-radius: 5px;
  background: #4377ff;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 auto;
}
.contents {
  display: block;
}
.t-blue {
  color: var(--blue);
}
.t-s14 {
  font-size: 1.4rem;
}
.t-s17 {
  font-size: 1.7rem;
}
.t-wm {
  font-weight: 500;
}
.t-wsb {
  font-weight: 600;
}
.icon-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 30px;
  border-radius: 5px;
  font-size: 1.8rem;
  background-color: var(--blue);
  color: #fff;
  line-height: 1.05;
  font-weight: 500;
}
.icon-btn::before {
  content: "";
  width: 14px;
  height: 14px;
}
.icon-btn--book::before {
  background: url(../images/icons/ico-book-blue20.svg) center no-repeat;
  height: 16px;
}
.icon-btn--plane::before {
  background: url(../images/icons/ico-send-white14.svg) center no-repeat;
}
.icon-btn--building {
  gap: 20px;
  height: 72px;
  padding: 30px 40px;
  font-size: 2rem;
}
.icon-btn--building::before {
  width: 32px;
  height: 32px;
  background: url(../images/icons/ico-building-white32.svg) center no-repeat;
}
.icon-btn--back {
  height: 55px;
  padding: 15px 25px;
  background-color: #444;
}
.icon-btn--back::before {
  background: url(../images/icons/ico-arrowArcLeft-white20.svg) center no-repeat;
  width: 20px;
}
.icon-btn--none::before {
  display: none;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  background-color: rgba(68, 68, 68, 0.05);
  color: rgba(68, 68, 68, 0.3);
  border-radius: 3px;
  transition: all ease-in 0.2s;
}
.pagination a:hover {
  background: rgba(68, 68, 68, 0.15);
}
.pagination a.on {
  color: #444;
  background-color: rgba(255, 255, 255, 0.5);
}
.tab {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.filter,
.tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.filter-nav,
.tab-nav {
  position: relative;
  left: -10px;
  display: flex;
  gap: 25px;
  align-items: center;
  width: calc(100% + 30px);
  padding: 0 10px;
  overflow-y: hidden;
  overflow-x: auto;
}
.filter-nav a,
.tab-nav a {
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0.4;
}
.filter-nav a:hover,
.tab-nav a:hover {
  opacity: 0.6;
}
.filter-nav a.on,
.tab-nav a.on {
  opacity: 1;
}
.tab .tab-item {
  width: 100%;
  display: none;
}
.tab .tab-item.on {
  display: flex;
}
.filter-keyword {
  display: flex;
  height: 44px;
  border: 1px solid rgba(68, 68, 68, 0.35);
}
.filter-keyword .select {
  width: 80px;
  padding: 13px 24px 10px 15px;
  border: 0;
  height: 100%;
  font-size: 1.3rem;
  border-radius: 0;
  background-size: auto 8px;
}
.filter-keyword > *:not(:last-child) {
  border-right: 1px solid rgba(68, 68, 68, 0.35);
}
.filter-keyword .keyword {
  display: flex;
  width: 250px;
  height: 100%;
  background-color: #fff;
  /* border-left: 1px solid rgba(68, 68, 68, 0.35); */
}
.filter-keyword .keyword input {
  width: 100%;
  height: 100%;
  padding: 15px;
  padding-top: 17px;
  font-size: 1.3rem;
}
.filter-keyword .keyword button {
  width: 44px;
  height: 44px;
  background: url(../images/icons/ico-search-black12.svg) center no-repeat;
  background-size: 12px 12px;
  text-indent: -999px;
  font-size: 0;
}
.filter .view-radios {
  display: flex;
  gap: 10px;
  width: 80px;
  height: 100%;
  padding: 0 15px;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid rgba(68, 68, 68, 0.35);
  background-color: #fff;
}
.filter .view-radios .radio-item {
  position: relative;
  width: 20px;
  height: 20px;
}
.filter .view-radios .radio-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.filter .view-radios .radio-item label {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0;
  padding-left: 0 !important;
}
.filter .view-radios .radio-item .card-type + label {
  background: url(../images/icons/ico-grid-black20.svg) center no-repeat;
}
.filter .view-radios .radio-item .list-type + label {
  background: url(../images/icons/ico-list-black20.svg) center no-repeat;
}
.filter .view-radios .radio-item input:checked + label {
  opacity: 1;
}
.filter-selected {
  display: flex;
  flex-direction: row;
  gap: 10px 15px;
  flex-wrap: wrap;
  width: calc(100% - 250px);
}
.filter-selected li {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 32px;
  padding: 10px 10px 10px 15px;
  border-radius: 5px;
  border: 1px solid rgba(68, 68, 68, 0.35);
  background: #fff;
  font-size: 1rem;
}
.filter-selected li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../images/icons/ico-x-black12.svg) center no-repeat;
}
.area-filter {
  z-index: 25;
  position: relative;
  width: 100vw;
  background: linear-gradient(
    90deg,
    rgba(0, 12, 44, 0.9) 0,
    rgba(0, 12, 44, 0.81) 100%
  );
}
.area-filter nav {
  width: 100%;
  height: 100%;
  max-width: 1180px;
  padding: 58px 20px;
  margin: 0 auto;
}
.area-filter ul {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1180px;
  padding: 58px 20px;
  margin: 0 auto;
  display: grid;
  grid-template: "A . . . ." "B C D E ." "F G H I ." "J K L M N" "O P Q R .";
  gap: 35px 20px;
  place-content: baseline;
}
.area-filter ul li {
  min-width: 0;
  min-height: 0;
  height: 35px;
}
.area-filter ul li:nth-child(1) {
  grid-area: A;
}
.area-filter ul li:nth-child(2) {
  grid-area: B;
}
.area-filter ul li:nth-child(3) {
  grid-area: C;
}
.area-filter ul li:nth-child(4) {
  grid-area: D;
}
.area-filter ul li:nth-child(5) {
  grid-area: E;
}
.area-filter ul li:nth-child(6) {
  grid-area: F;
}
.area-filter ul li:nth-child(7) {
  grid-area: G;
}
.area-filter ul li:nth-child(8) {
  grid-area: H;
}
.area-filter ul li:nth-child(9) {
  grid-area: I;
}
.area-filter ul li:nth-child(10) {
  grid-area: J;
}
.area-filter ul li:nth-child(11) {
  grid-area: K;
}
.area-filter ul li:nth-child(12) {
  grid-area: L;
}
.area-filter ul li:nth-child(13) {
  grid-area: M;
}
.area-filter ul li:nth-child(14) {
  grid-area: N;
}
.area-filter ul li:nth-child(15) {
  grid-area: O;
}
.area-filter ul li:nth-child(16) {
  grid-area: P;
}
.area-filter ul li:nth-child(17) {
  grid-area: Q;
}
.area-filter ul li:nth-child(18) {
  grid-area: R;
}
.area-filter ul li {
  position: relative;
}
.area-filter ul li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.area-filter ul li label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: 35px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.2s;
}
.area-filter ul li label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all ease-in 0.2s;
}
.area-filter ul li label em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  transition: all ease-in 0.2s;
}
.area-filter ul li input:checked + label,
.area-filter ul li:hover input + label {
  font-weight: 700;
}
.area-filter ul li input:checked + label em,
.area-filter ul li:hover input + label em {
  background: rgba(255, 255, 255, 0.35);
}
.area-filter ul li:hover label::before {
  width: 80px;
}
.area-filter ul li:hover input + label {
  width: 135px;
}
.check-list {
  display: flex;
  flex-direction: column;
}
.check-list > li {
  display: flex;
  min-height: 46px;
}
.check-list > li::before {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../images/icons/ico-check-black16.svg) center no-repeat;
}
.check-list > li > div,
.check-list > li > span {
  display: block;
  width: calc(100% - 55px);
  padding: 15px 0;
  border-bottom: 1px solid rgba(68, 68, 68, 0.2);
  line-height: 1.25;
  font-size: 1.8rem;
}
.check-list > li > div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.check-list > li > div ul li {
  display: flex;
  color: var(--blue);
}
.check-list > li li::before {
  content: "";
  display: block;
  margin: 9px 5px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--blue);
}
.empty-box,
.info-box {
  width: 100%;
  padding: 30px 15px;
  border-radius: 10px;
  border: 1px solid rgba(68, 68, 68, 0.2);
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.25;
  word-break: keep-all;
}
.info-box b {
  font-size: 18px;
  font-weight: bolder;
}
.info-box + .form {
  margin-top: 70px;
}
.empty-box {
  min-height: 50vh;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form .rows {
  display: flex;
  gap: 10px;
  width: 100%;
}
.box-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 30px 25px;
  border-radius: 10px;
  border: 1px solid rgba(68, 68, 68, 0.2);
  background: #fff;
}
.box-form .form-btn,
.box-form .fields {
  width: 100%;
  max-width: 400px;
}
.box-form .fields {
  gap: 20px;
}
.fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fieldset {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.label {
  font-size: 1.8rem;
  font-weight: 500;
}
.input,
.select,
.textarea {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid rgba(68, 68, 68, 0.3);
  background: #fff;
  font-size: 1.8rem;
  transition: all ease-in 0.2s;
}
.textarea {
  padding: 15px 20px;
}
.label.err {
  color: #eb7494;
}
.input.err,
.select.err,
.textarea.err {
  border-color: #eb7494;
}
.input:focus,
.input:hover,
.select:focus,
.select:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: var(0, 0, 0, 0.3);
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: var(0, 0, 0, 0.3);
}
.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: var(0, 0, 0, 0.3);
}
.input::placeholder,
.textarea::placeholder {
  color: var(0, 0, 0, 0.3);
}
.textarea:focus,
.input:focus {
  border-color: #4377ff;
}
.input--line {
  border-radius: 0;
  border-width: 0 0 1px 0;
  background-color: transparent !important;
  padding-left: 10px;
}
.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/icons/ico-caret-gray8.svg) no-repeat
    calc(100% - 15px) 18px;
  background-size: auto 12px;
  padding-right: 28px;
  transition: none;
  background-color: white;
}
.textarea {
  resize: none;
}
.check-item,
.radio-item {
  display: flex;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.check-item label,
.radio-item label {
  font-size: 1.5rem;
  font-weight: 500;
}
.check-item label b,
.radio-item label b {
  font-weight: 700;
  color: var(--blue);
}
.check-box {
  position: relative;
}
.check-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.check-box label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding-left: 32px;
}
.check-box label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-sizing: border-box;
}
.check-box input:checked + label::before {
  background-image: url(../images/icons/ico-check-white18.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4377ff;
}
.file-field {
  display: flex;
  gap: 5px;
  align-items: center;
}
.file-field label {
  position: relative;
  padding: 16px 25px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid rgba(68, 68, 68, 0.3);
  background: #4377ff;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
}
.file-field label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.file-field span.input .placeholder {
  opacity: 0.3;
}
.file-field span.input em {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 25px 30px;
  border-radius: 5px;
  background: var(--blue);
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
}
.form-btn.sm {
  gap: 5px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(68, 68, 68, 0.3);
  font-size: 1.3rem;
}
.form-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
.form-footer .warning {
  color: #eb7494;
  font-size: 1.8rem;
  font-weight: 500;
}
.diff-table {
  width: calc(100% + 8px);
  min-width: 1060px;
  font-weight: 500;
  border-collapse: separate;
  border-spacing: 0 0;
  margin-left: -8px;
}
.diff-table .th,
.diff-table td {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  border-right: 1px solid rgba(68, 68, 68, 0.5);
  margin: 0;
}
.diff-table thead .th {
  font-weight: 500;
  font-size: 1.8rem;
}
.diff-table .th {
  background: #fff;
  white-space: nowrap;
}
.diff-table.bg .th {
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
  background: rgba(68, 68, 68, 0.05);
}
.diff-table .th em {
  padding: 5px;
  margin-right: 10px;
  font-size: 1rem;
  color: #444;
  border-radius: 3px;
  background: rgba(68, 68, 68, 0.1);
  font-size: 1.3rem;
}
.diff-table td {
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
}
.diff-table-note {
  margin-top: 15px;
  white-space: nowrap;
  font-size: 1.2rem;
}
.diff-table td ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.diff-table td ul li {
  position: relative;
  padding-left: 12px;
  font-size: 1.5rem;
}
.diff-table td ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}
.table-wrapper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: hidden;
  overflow-x: hidden !important;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq-list .faq-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faq-list .faq-item .quest {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  padding-left: 51px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s;
}
.faq-list .faq-item:not(.on) .quest:hover {
  background: rgba(255, 255, 255, 0.7);
}
.faq-list .faq-item .quest::before {
  position: absolute;
  top: 18px;
  left: 20px;
  content: "";
  display: block;
  width: 36px;
  height: 100%;
  min-height: 20px;
  background: url(../images/icons/ico-q.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.faq-list .faq-item .answer {
  height: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  transition: all ease-in 0.25s;
  -webkit-transition: all ease-in 0.25s;
  -moz-transition: all ease-in 0.25s;
  -ms-transition: all ease-in 0.25s;
  -o-transition: all ease-in 0.25s;
}
.faq-list .faq-item .answer > div::after,
.faq-list .faq-item .answer > p::after {
  position: absolute;
  top: 0;
  left: 20px;
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #444;
  opacity: 0;
  transition: all ease-in 0.5s;
}
.faq-list .faq-item .answer > div,
.faq-list .faq-item .answer > p {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 35px 20px 30px 50px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}
.faq-list .faq-item .answer > div::before,
.faq-list .faq-item .answer > p::before {
  position: absolute;
  top: 40px;
  left: 20px;
  content: "";
  display: block;
  width: 36px;
  height: 100%;
  min-height: 20px;
  background: url(../images/icons/ico-answer.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.faq-list .faq-item .answer > p strong {
  font-weight: 500;
  font-family: Pretendard;
}
.faq-list .faq-item .answer p,
.faq-list .faq-item .answer span {
  background-color: transparent !important;
}
.faq-list .faq-item .answer .close {
  display: none;
  z-index: 99;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  line-height: 1;
  padding: 8px 15px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #444;
  border-radius: 3px;
  font-size: 1.5rem;
}
.faq-list .faq-item.on .quest {
  border-radius: 5px 5px 0 0;
}
.faq-list .faq-item.on .answer {
  display: flex;
  flex-direction: column;
  align-items: end;
  height: auto;
}
.faq-list .faq-item.on .answer .close {
  display: flex;
}
.faq-list .faq-item .answer > ::after {
  opacity: 0.2;
}
.board-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  min-height: 50vh;
}
.board-item {
  z-index: 20;
  position: relative;
  border: 0;
  transition: all ease-in-out 0.4s 50ms;
}
.board-item::before {
  content: "";
  z-index: 21;
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 0.5s;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
}
.board-item > a {
  z-index: 22;
  position: relative;
  width: 100%;
}
.board-item:hover {
  z-index: 29;
}
.board-item:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.board-item .img {
  width: 100%;
  aspect-ratio: 1/0.96;
  overflow: hidden;
  background-color: var(--gray50);
}
.board-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.board-item .contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 15px;
  background-color: #fff;
}
.board-item .contents .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.board-item .contents .date {
  font-size: 1.2rem;
  color: rgba(68, 68, 68, 0.5);
}
.board-listV2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 50vh;
}
.board-itemV2 {
  width: 100%;
}
.board-itemV2 > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}
.board-itemV2 > a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.board-itemV2 .contents {
  display: flex;
  gap: 15px;
  align-items: center;
  width: calc(100% - 200px);
}
.board-itemV2 .contents .num {
  font-size: 1.5rem;
  opacity: 0.5;
}
.board-itemV2 .contents .title,
.board-itemV2 .contents .title--tag span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 1.8rem;
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.board-itemV2 .contents .title--tag {
  display: flex;
}
.board-itemV2 .meta {
  display: flex;
  gap: 25px;
  align-items: center;
  width: 180px;
  padding: 8px 15px;
  background-color: var(--beigeF2);
  font-size: 1.5rem;
  color: rgba(68, 68, 68, 0.5);
  border-radius: 3px;
}
.board-itemV2 .meta .date {
  position: relative;
  display: flex;
  gap: 15px;
  padding-right: 25px;
  align-items: center;
  font-size: 1.2rem;
  width: 75px;
}
.board-itemV2 .meta .views {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  padding-left: 20px;
}
.board-itemV2 .meta .views::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icons/ico-eye-gray12.svg) center no-repeat;
}
.board-detail {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: end;
}
.board-detail-head {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.board-detail-head .title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
}
.board-detail-head .meta,
.board-detail-head .meta--list,
.board-detail-head .meta--list > div {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 1.8rem;
}
.board-detail-head .meta .label {
  font-size: 1.8rem;
}
.board-detail-head .meta .date {
  display: flex;
  gap: 15px;
  align-items: center;
}
.board-detail-head .meta .date::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: rgba(68, 68, 68, 0.3);
}
.board-detail-contents {
  width: 100%;
  padding: 50px 0;
  font-size: 1.5rem;
  /* border-top: 1px solid rgba(68, 68, 68, 0.3); */
  /* border-bottom: 1px solid rgba(68, 68, 68, 0.3); */
  overflow-x: auto;
}
.board-detail-contents .js-files,
.board-detail-contents .js-contents {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  overflow-x: hidden;
  width: 100%;
}
.board-detail-contents .js-contents * {
  background-color: transparent;
}
.board-detail-contents .js-contents {
  width: 100%;
}
.board-detail-contents .js-contents img {
  max-width: 100%;
}
.board-detail-contents .js-files {
  margin-bottom: 20px;
}
.board-detail-contents .js-files > p {
  font-style: OneShinhan Medium;
  font-size: 1.5rem;
  margin-bottom: 15px !important;
}
.board-detail-contents .js-files a {
  width: 100%;
  background-color: var(--beigeF2);
  border-radius: 5px;
  padding: 10px 15px !important;
}
.board-tag {
  display: inline;
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background: #fff;
  font-size: 1.5rem;
  color: var(--blue);
  margin-right: 15px;
}
.board-itemV2 .contents .title .board-tag {
  padding: 0 8px 0 5px;
  margin-right: 0;
  font-size: 1.3rem;
  background: 0 0;
}
.scroll-x-box {
  overflow-y: hidden;
  overflow-x: auto;
}
.scroll-x-box::-webkit-scrollbar {
  height: 3px;
}

.scroll-x-box::-webkit-scrollbar-thumb {
  background-color: #383a40;
  border: 1.5px solid rgba(56, 58, 64, 0.1);
  border-radius: 4px;
}

.scroll-x-box::-webkit-scrollbar-track {
  background-color: rgba(56, 58, 64, 0.1);
  height: 3px;
}

.scroll-x-box.light::-webkit-scrollbar-thumb {
  background-color: #4377ff;
  border: 1.5px solid rgba(56, 58, 64, 0.1);
}

.scroll-x-box.light::-webkit-scrollbar-track {
  background-color: rgba(56, 58, 64, 0.1);
}
.scroll-y-box {
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll-y-box::-webkit-scrollbar {
  width: 5px;
}

.scroll-y-box::-webkit-scrollbar-thumb {
  background-color: #383a40;
  border: 1.5px solid rgba(56, 58, 64, 0.1);
  border-radius: 4px;
}

.scroll-y-box::-webkit-scrollbar-track {
  background-color: rgba(56, 58, 64, 0.1);
  height: 5px;
}

.hr {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: rgba(68, 68, 68, 0.2);
}
