@charset "UTF-8";
/* flex containers에 적용 */
/* flex items에 적용 */
/** 사용 예시
 	// 속성, 값, 최소값(기본값 0; 생략가능)
	* @include vw-convert-pc(margin, (20, auto, 40, auto), 10)
	* @include vw-convert-pc(width, 1200);
*/
/* flex containers에 적용 */
/* flex items에 적용 */
/** 사용 예시
 	// 속성, 값, 최소값(기본값 0; 생략가능)
	* @include vw-convert-pc(margin, (20, auto, 40, auto), 10)
	* @include vw-convert-pc(width, 1200);
*/
.svg-sample {
  display: inline-block;
}
.svg-sample-01 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23cecece' viewBox='0 0 24 19.5'%3E%3Cpath d='M24 2.3c-.9.4-1.8.7-2.8.8 1-.6 1.8-1.6 2.2-2.7-1 .6-2 1-3.1 1.2C19.3.6 18 0 16.6 0c-2.7 0-4.9 2.2-4.9 4.9 0 .4 0 .8.1 1.1C7.7 5.8 4.1 3.9 1.7.9c-.5.7-.7 1.6-.7 2.5 0 1.7.9 3.2 2.2 4.1-.8-.1-1.6-.3-2.2-.6V7c0 2.4 1.7 4.4 3.9 4.8-.4.1-.8.2-1.3.2-.3 0-.6 0-.9-.1.6 2 2.4 3.4 4.6 3.4-1.7 1.3-3.8 2.1-6.1 2.1-.4 0-.8 0-1.2-.1 2.2 1.4 4.8 2.2 7.5 2.2 9.1 0 14-7.5 14-14v-.6c1-.7 1.8-1.6 2.5-2.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  vertical-align: middle;
}
.svg-sample-01:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='orange' viewBox='0 0 24 19.5'%3E%3Cpath d='M24 2.3c-.9.4-1.8.7-2.8.8 1-.6 1.8-1.6 2.2-2.7-1 .6-2 1-3.1 1.2C19.3.6 18 0 16.6 0c-2.7 0-4.9 2.2-4.9 4.9 0 .4 0 .8.1 1.1C7.7 5.8 4.1 3.9 1.7.9c-.5.7-.7 1.6-.7 2.5 0 1.7.9 3.2 2.2 4.1-.8-.1-1.6-.3-2.2-.6V7c0 2.4 1.7 4.4 3.9 4.8-.4.1-.8.2-1.3.2-.3 0-.6 0-.9-.1.6 2 2.4 3.4 4.6 3.4-1.7 1.3-3.8 2.1-6.1 2.1-.4 0-.8 0-1.2-.1 2.2 1.4 4.8 2.2 7.5 2.2 9.1 0 14-7.5 14-14v-.6c1-.7 1.8-1.6 2.5-2.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.svg-sample-02 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='red' viewBox='0 0 13 13'%3E%3Cpath d='M11 11H2V2h4V0H0v13h13V7h-2z'/%3E%3Cpath d='M10.5 0H8v2h1.1L4.5 6.9l1.6 1.5L11 3.9V5h2V0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  vertical-align: middle;
}
.svg-sample-02:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='coral' viewBox='0 0 13 13'%3E%3Cpath d='M11 11H2V2h4V0H0v13h13V7h-2z'/%3E%3Cpath d='M10.5 0H8v2h1.1L4.5 6.9l1.6 1.5L11 3.9V5h2V0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.svg-sample-03 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='orange' viewBox='0 0 85.8 60'%3E%3Cpath d='M84 9.4c-1-3.7-3.9-6.6-7.6-7.6C69.7 0 42.9 0 42.9 0S16.1 0 9.4 1.8c-3.7 1-6.6 3.9-7.6 7.6C0 16.1 0 30 0 30s0 13.9 1.8 20.6c1 3.7 3.9 6.6 7.6 7.6C16.1 60 42.9 60 42.9 60s26.8 0 33.5-1.8c3.7-1 6.6-3.9 7.6-7.6 1.8-6.7 1.8-20.6 1.8-20.6s0-13.9-1.8-20.6M34.3 42.9V17.1L56.6 30z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  vertical-align: middle;
}
.svg-sample-03:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%2300f' viewBox='0 0 85.8 60'%3E%3Cpath d='M84 9.4c-1-3.7-3.9-6.6-7.6-7.6C69.7 0 42.9 0 42.9 0S16.1 0 9.4 1.8c-3.7 1-6.6 3.9-7.6 7.6C0 16.1 0 30 0 30s0 13.9 1.8 20.6c1 3.7 3.9 6.6 7.6 7.6C16.1 60 42.9 60 42.9 60s26.8 0 33.5-1.8c3.7-1 6.6-3.9 7.6-7.6 1.8-6.7 1.8-20.6 1.8-20.6s0-13.9-1.8-20.6M34.3 42.9V17.1L56.6 30z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
textarea,
input,
select,
textarea,
button,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  display: block;
}

html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

img,
form,
fieldset,
svg,
li {
  border: 0;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

button {
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  margin: -1px;
}

input,
button,
select {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

address,
caption,
em {
  font-style: normal;
}

a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
}

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

body,
input,
select,
textarea,
button {
  font-family: "Pretendard", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
}

html[lang=en] body,
html[lang=en] input,
html[lang=en] select,
html[lang=en] textarea,
html[lang=en] button {
  font-family: "Inter", "Pretendard", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
}

.blind,
caption span,
legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

.skip {
  height: 0;
}

.skip a {
  display: block;
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 25px;
  text-align: center;
}

.skip a:focus,
#skip a:active {
  position: absolute;
  top: 0;
  z-index: 100;
  padding: 10px 0;
  background: #000;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.only_mo {
  display: none;
}

.only_pc {
  display: block;
}

@media screen and (max-width: 1023px) {
  .only_mo {
    display: block !important;
  }
  .only_pc {
    display: none !important;
  }
}
html {
  scrollbar-gutter: stable;
}

body.js-scroll-lock {
  overflow: hidden;
}

table {
  word-break: keep-all;
}

/* main common*/
.main__container .title-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .main__container .title-h2 {
    gap: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .title-h2 {
    gap: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .main__container .title-h2 {
    gap: 16px;
  }
}
@media (max-width: 1439px) {
  .main__container .title-h2 {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .title-h2 {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .main__container .title-h2 {
    font-size: 24px;
  }
}
.main__container .title-h2 {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .main__container .title-h2 {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .title-h2 {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .main__container .title-h2 {
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .main__container .title-h2 {
    gap: clamp(0px, 3.3333333333vw, 12px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: clamp(0px, 5.8333333333vw, 21px);
  }
}
.main__container .title-h2:before {
  background: #f01428;
  content: "";
}
@media (max-width: 1439px) {
  .main__container .title-h2:before {
    width: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .title-h2:before {
    width: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .main__container .title-h2:before {
    width: 8px;
  }
}
@media (max-width: 1439px) {
  .main__container .title-h2:before {
    height: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .title-h2:before {
    height: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .main__container .title-h2:before {
    height: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .main__container .title-h2:before {
    width: clamp(0px, 1.6666666667vw, 6px);
    height: clamp(0px, 4.4444444444vw, 16px);
  }
}
.main__container .title-h3 {
  color: #000;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .main__container .title-h3 {
    margin-top: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .title-h3 {
    margin-top: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .main__container .title-h3 {
    margin-top: 16px;
  }
}
@media (max-width: 1439px) {
  .main__container .title-h3 {
    font-size: 33px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .title-h3 {
    font-size: 2.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .main__container .title-h3 {
    font-size: 58.6666666667px;
  }
}
.main__container .title-h3 {
  font-weight: 600;
}
.main__container .title-h3 {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .main__container .title-h3 {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 6.6666666667vw, 24px);
    font-weight: 600;
    line-height: clamp(0px, 10vw, 36px);
  }
}
.main__container .title-desc {
  color: #656565;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .main__container .title-desc {
    margin-top: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .title-desc {
    margin-top: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .main__container .title-desc {
    margin-top: 37.3333333333px;
  }
}
@media (max-width: 1439px) {
  .main__container .title-desc {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .title-desc {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .main__container .title-desc {
    font-size: 29.3333333333px;
  }
}
.main__container .title-desc {
  font-weight: 400;
}
@media (max-width: 1439px) {
  .main__container .title-desc {
    line-height: 22.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .title-desc {
    line-height: 1.5625vw;
  }
}
@media (min-width: 2561px) {
  .main__container .title-desc {
    line-height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main__container .title-desc {
    margin-top: clamp(0px, 12.7777777778vw, 46px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: clamp(0px, 6.1111111111vw, 22px);
  }
}
.main__container .link-more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
}
@media (max-width: 1439px) {
  .main__container .link-more {
    margin-top: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .link-more {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .main__container .link-more {
    margin-top: 106.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .main__container .link-more {
    margin-top: clamp(0px, 12.7777777778vw, 46px);
  }
}
.main__container .link-more .link-text {
  position: relative;
  display: inline-block;
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .main__container .link-more .link-text {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .link-more .link-text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .main__container .link-more .link-text {
    font-size: 24px;
  }
}
.main__container .link-more .link-text {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .main__container .link-more .link-text {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .link-more .link-text {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .main__container .link-more .link-text {
    line-height: 36px;
  }
}
.main__container .link-more .link-text:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}
@media screen and (max-width: 1023px) {
  .main__container .link-more .link-text {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: clamp(0px, 5.5555555556vw, 20px);
  }
  .main__container .link-more .link-text:after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.main__container .link-more:hover .link-text:after {
  width: 100%;
}
.main__container .link-more:after {
  content: "";
  display: inline-block;
  vertical-align: top;
}
.main__container .link-more:after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .main__container .link-more:after {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-position: calc((-208px - 4px) * 0.625) calc((-176px - 4px) * 0.625);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .main__container .link-more:after {
    width: 20.25px;
    height: calc(20.25px * 1);
    -webkit-background-size: calc(325px * 0.6328125) calc(296px * 0.6328125);
    background-size: calc(325px * 0.6328125) calc(296px * 0.6328125);
    background-position: calc((-208px - 4px) * 0.6328125) calc((-176px - 4px) * 0.6328125);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .link-more:after {
    width: calc(27 / 1920 * 100vw);
    height: calc(27 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 27 / 1920 * 100vw) calc(296 / 32 * 27 / 1920 * 100vw);
    background-size: calc(325 / 32 * 27 / 1920 * 100vw) calc(296 / 32 * 27 / 1920 * 100vw);
    background-position: calc((-208 - 4) / 32 * 27 / 1920 * 100vw) calc((-176 - 4) / 32 * 27 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .main__container .link-more:after {
    width: 36px;
    height: calc(36px * 1);
    -webkit-background-size: calc(325px * 1.125) calc(296px * 1.125);
    background-size: calc(325px * 1.125) calc(296px * 1.125);
    background-position: calc((-208px - 4px) * 1.125) calc((-176px - 4px) * 1.125);
  }
}
@media (max-width: 1439px) {
  .main__container .link-more:after {
    margin-left: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .main__container .link-more:after {
    margin-left: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .main__container .link-more:after {
    margin-left: 5.3333333333px;
  }
}

/* Top Button */
.btn-top {
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  border: none;
  cursor: pointer;
  padding: 0;
}
.btn-top {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .btn-top {
    width: 36px;
    height: calc(36px * 1);
    -webkit-background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-position: calc((-115px - 4px) * 0.5625) calc((-86px - 4px) * 0.5625);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .btn-top {
    width: 36px;
    height: calc(36px * 1);
    -webkit-background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-position: calc((-115px - 4px) * 0.5625) calc((-86px - 4px) * 0.5625);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .btn-top {
    width: calc(48 / 1920 * 100vw);
    height: calc(48 / 1920 * 100vw * 64 / 64);
    -webkit-background-size: calc(325 / 64 * 48 / 1920 * 100vw) calc(296 / 64 * 48 / 1920 * 100vw);
    background-size: calc(325 / 64 * 48 / 1920 * 100vw) calc(296 / 64 * 48 / 1920 * 100vw);
    background-position: calc((-115 - 4) / 64 * 48 / 1920 * 100vw) calc((-86 - 4) / 64 * 48 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .btn-top {
    width: 64px;
    height: calc(64px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-115px - 4px) * 1) calc((-86px - 4px) * 1);
  }
}
@media (max-width: 1439px) {
  .btn-top {
    right: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .btn-top {
    right: 3.125vw;
  }
}
@media (min-width: 2561px) {
  .btn-top {
    right: 80px;
  }
}
@media (max-width: 1439px) {
  .btn-top {
    bottom: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .btn-top {
    bottom: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .btn-top {
    bottom: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .btn-top {
    right: clamp(0px, 5.5555555556vw, 20px);
    bottom: clamp(0px, 8.3333333333vw, 30px);
  }
}
.btn-top.is-active {
  opacity: 1;
  visibility: visible;
}

/* Pretendard Variable */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100 900;
  src: url("/font/PretendardVariable-302ec55f5b4320354ec6b35a53dead87.woff2") format("woff2");
}
/* Inter Variable */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  src: url("/font/InterVariable-2bf3d951bf9d6109437ea0874bbf12fb.woff2") format("woff2");
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1000;
  -webkit-transition: background 0.3s ease 0.2s, -webkit-transform 0.3s ease;
  transition: background 0.3s ease 0.2s, -webkit-transform 0.3s ease;
  transition: background 0.3s ease 0.2s, transform 0.3s ease;
  transition: background 0.3s ease 0.2s, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1439px) {
  .header {
    height: 63px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header {
    height: 4.375vw;
  }
}
@media (min-width: 2561px) {
  .header {
    height: 112px;
  }
}
.header.is-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header.is-blur:not(.header--reverse):not(.sub-active) {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1023px) {
  .header {
    height: 64px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .header__inner {
    padding: 0px 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__inner {
    padding: 0vw 3.125vw;
  }
}
@media (min-width: 2561px) {
  .header__inner {
    padding: 0px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner {
    max-width: 100%;
    padding: 20px;
  }
}
.header__logo .logo-link {
  display: block;
}
.header__logo .logo-link {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .header__logo .logo-link {
    width: 80px;
    height: calc(80px * 0.2523364486);
    -webkit-background-size: calc(325px * 0.7476635514) calc(296px * 0.7476635514);
    background-size: calc(325px * 0.7476635514) calc(296px * 0.7476635514);
    background-position: calc((0px - 4px) * 0.7476635514) calc((0px - 4px) * 0.7476635514);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__logo .logo-link {
    width: 80.25px;
    height: calc(80.25px * 0.2523364486);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((0px - 4px) * 0.75) calc((0px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__logo .logo-link {
    width: calc(107 / 1920 * 100vw);
    height: calc(107 / 1920 * 100vw * 27 / 107);
    -webkit-background-size: calc(325 / 107 * 107 / 1920 * 100vw) calc(296 / 107 * 107 / 1920 * 100vw);
    background-size: calc(325 / 107 * 107 / 1920 * 100vw) calc(296 / 107 * 107 / 1920 * 100vw);
    background-position: calc((0 - 4) / 107 * 107 / 1920 * 100vw) calc((0 - 4) / 107 * 107 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .header__logo .logo-link {
    width: 142.6666666667px;
    height: calc(142.6666666667px * 0.2523364486);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((0px - 4px) * 1.3333333333) calc((0px - 4px) * 1.3333333333);
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__nav .menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .header__nav .menu-header {
    gap: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-header {
    gap: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-header {
    gap: 64px;
  }
}
.header__nav .menu-item {
  position: relative;
}
.header__nav .menu-item.is-active .submenu:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #A7A8A9;
  content: "";
}
.header__nav .menu-item .menu-link {
  display: block;
  font-family: Pretendard;
  color: #fff;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media (max-width: 1439px) {
  .header__nav .menu-item .menu-link {
    min-width: 120px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-item .menu-link {
    min-width: 8.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-item .menu-link {
    min-width: 213.3333333333px;
  }
}
@media (max-width: 1439px) {
  .header__nav .menu-item .menu-link {
    padding: 22.5px 27px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-item .menu-link {
    padding: 1.5625vw 1.875vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-item .menu-link {
    padding: 40px 48px;
  }
}
@media (max-width: 1439px) {
  .header__nav .menu-item .menu-link {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-item .menu-link {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-item .menu-link {
    font-size: 24px;
  }
}
.header__nav .menu-item .menu-link {
  font-weight: 600;
}
@media (max-width: 1439px) {
  .header__nav .menu-item .menu-link {
    line-height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-item .menu-link {
    line-height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-item .menu-link {
    line-height: 32px;
  }
}
.header__nav .menu-item .submenu {
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 1439px) {
  .header__nav .menu-item .submenu {
    height: 264px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-item .submenu {
    height: 18.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-item .submenu {
    height: 469.3333333333px;
  }
}
@media (max-width: 1439px) {
  .header__nav .menu-item .submenu {
    top: 62.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-item .submenu {
    top: 4.3229166667vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-item .submenu {
    top: 110.6666666667px;
  }
}
@media (max-width: 1439px) {
  .header__nav .menu-item .submenu {
    padding: 6px 0px 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-item .submenu {
    padding: 0.4166666667vw 0vw 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-item .submenu {
    padding: 10.6666666667px 0px 85.3333333333px;
  }
}
.header__nav .menu-item .submenu .sub-item .sub-link {
  display: inline-block;
  width: 100%;
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .header__nav .menu-item .submenu .sub-item .sub-link {
    padding: 9.75px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-item .submenu .sub-item .sub-link {
    padding: 0.6770833333vw 0vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-item .submenu .sub-item .sub-link {
    padding: 17.3333333333px 0px;
  }
}
@media (max-width: 1439px) {
  .header__nav .menu-item .submenu .sub-item .sub-link {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-item .submenu .sub-item .sub-link {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-item .submenu .sub-item .sub-link {
    font-size: 24px;
  }
}
.header__nav .menu-item .submenu .sub-item .sub-link {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .header__nav .menu-item .submenu .sub-item .sub-link {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__nav .menu-item .submenu .sub-item .sub-link {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .header__nav .menu-item .submenu .sub-item .sub-link {
    line-height: 36px;
  }
}
.header__nav .menu-item .submenu .sub-item .sub-link:hover {
  font-weight: 600;
  -webkit-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
}
.header__langs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header__langs {
    display: none;
  }
}
.header__langs .lang-link {
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media (max-width: 1439px) {
  .header__langs .lang-link {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__langs .lang-link {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .header__langs .lang-link {
    font-size: 24px;
  }
}
.header__langs .lang-link {
  font-weight: 400;
}
@media (max-width: 1439px) {
  .header__langs .lang-link {
    line-height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__langs .lang-link {
    line-height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .header__langs .lang-link {
    line-height: 32px;
  }
}
.header__langs .lang-link + .lang-link:before {
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1439px) {
  .header__langs .lang-link + .lang-link:before {
    margin: 0px 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__langs .lang-link + .lang-link:before {
    margin: 0vw 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .header__langs .lang-link + .lang-link:before {
    margin: 0px 18.6666666667px;
  }
}
@media (max-width: 1439px) {
  .header__langs .lang-link + .lang-link:before {
    height: 9.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header__langs .lang-link + .lang-link:before {
    height: 0.6770833333vw;
  }
}
@media (min-width: 2561px) {
  .header__langs .lang-link + .lang-link:before {
    height: 17.3333333333px;
  }
}
.header__langs .lang-link.is-active {
  font-weight: 600;
  color: white;
}
.header .btn-menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header .btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header .btn-menu::after {
    content: "";
    display: block;
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  .header .btn-menu::after {
    background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .header .btn-menu::after {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.7142857143) calc(296px * 0.7142857143);
    background-size: calc(325px * 0.7142857143) calc(296px * 0.7142857143);
    background-position: calc((-156px - 4px) * 0.7142857143) calc((-224px - 4px) * 0.7142857143);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .header .btn-menu::after {
    width: 15px;
    height: calc(15px * 1);
    -webkit-background-size: calc(325px * 0.5357142857) calc(296px * 0.5357142857);
    background-size: calc(325px * 0.5357142857) calc(296px * 0.5357142857);
    background-position: calc((-156px - 4px) * 0.5357142857) calc((-224px - 4px) * 0.5357142857);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .header .btn-menu::after {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw * 28 / 28);
    -webkit-background-size: calc(325 / 28 * 20 / 1920 * 100vw) calc(296 / 28 * 20 / 1920 * 100vw);
    background-size: calc(325 / 28 * 20 / 1920 * 100vw) calc(296 / 28 * 20 / 1920 * 100vw);
    background-position: calc((-156 - 4) / 28 * 20 / 1920 * 100vw) calc((-224 - 4) / 28 * 20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .header .btn-menu::after {
    width: 26.6666666667px;
    height: calc(26.6666666667px * 1);
    -webkit-background-size: calc(325px * 0.9523809524) calc(296px * 0.9523809524);
    background-size: calc(325px * 0.9523809524) calc(296px * 0.9523809524);
    background-position: calc((-156px - 4px) * 0.9523809524) calc((-224px - 4px) * 0.9523809524);
  }
}
.header:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  content: "";
  z-index: 0;
  -webkit-transition: height 0.3s ease 0.1s;
  transition: height 0.3s ease 0.1s;
}
@media (max-width: 1439px) {
  .header:after {
    top: 62.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header:after {
    top: 4.3229166667vw;
  }
}
@media (min-width: 2561px) {
  .header:after {
    top: 110.6666666667px;
  }
}
.header--reverse:not(.sub-active) {
  background: #fff;
}
.header--reverse:not(.sub-active) .header__logo .logo-link {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .header--reverse:not(.sub-active) .header__logo .logo-link {
    width: 80px;
    height: calc(80px * 0.2523364486);
    -webkit-background-size: calc(325px * 0.7476635514) calc(296px * 0.7476635514);
    background-size: calc(325px * 0.7476635514) calc(296px * 0.7476635514);
    background-position: calc((0px - 4px) * 0.7476635514) calc((-35px - 4px) * 0.7476635514);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header--reverse:not(.sub-active) .header__logo .logo-link {
    width: 80.25px;
    height: calc(80.25px * 0.2523364486);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((0px - 4px) * 0.75) calc((-35px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .header--reverse:not(.sub-active) .header__logo .logo-link {
    width: calc(107 / 1920 * 100vw);
    height: calc(107 / 1920 * 100vw * 27 / 107);
    -webkit-background-size: calc(325 / 107 * 107 / 1920 * 100vw) calc(296 / 107 * 107 / 1920 * 100vw);
    background-size: calc(325 / 107 * 107 / 1920 * 100vw) calc(296 / 107 * 107 / 1920 * 100vw);
    background-position: calc((0 - 4) / 107 * 107 / 1920 * 100vw) calc((-35 - 4) / 107 * 107 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .header--reverse:not(.sub-active) .header__logo .logo-link {
    width: 142.6666666667px;
    height: calc(142.6666666667px * 0.2523364486);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((0px - 4px) * 1.3333333333) calc((-35px - 4px) * 1.3333333333);
  }
}
.header--reverse:not(.sub-active) .header__nav .menu-link {
  color: #000;
}
.header--reverse:not(.sub-active) .header__langs .lang-link {
  color: rgba(0, 0, 0, 0.3);
}
.header--reverse:not(.sub-active) .header__langs .lang-link + .lang-link:before {
  background: rgba(0, 0, 0, 0.3);
}
.header--reverse:not(.sub-active) .header__langs .lang-link.is-active {
  color: black;
}
@media screen and (max-width: 1023px) {
  .header--reverse:not(.sub-active) .btn-menu::after {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

.sub-active {
  background: #fff;
  -webkit-transition: background 0s ease;
  transition: background 0s ease;
}
.sub-active:before {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  content: "";
  background: #EDEDED;
  z-index: 1;
}
@media (max-width: 1439px) {
  .sub-active:before {
    top: 62.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub-active:before {
    top: 4.3229166667vw;
  }
}
@media (min-width: 2561px) {
  .sub-active:before {
    top: 110.6666666667px;
  }
}
.sub-active:after {
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media (max-width: 1439px) {
  .sub-active:after {
    height: 264px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub-active:after {
    height: 18.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .sub-active:after {
    height: 469.3333333333px;
  }
}
.sub-active .header__logo .logo-link {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .sub-active .header__logo .logo-link {
    width: 80px;
    height: calc(80px * 0.2523364486);
    -webkit-background-size: calc(325px * 0.7476635514) calc(296px * 0.7476635514);
    background-size: calc(325px * 0.7476635514) calc(296px * 0.7476635514);
    background-position: calc((0px - 4px) * 0.7476635514) calc((-35px - 4px) * 0.7476635514);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .sub-active .header__logo .logo-link {
    width: 80.25px;
    height: calc(80.25px * 0.2523364486);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((0px - 4px) * 0.75) calc((-35px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub-active .header__logo .logo-link {
    width: calc(107 / 1920 * 100vw);
    height: calc(107 / 1920 * 100vw * 27 / 107);
    -webkit-background-size: calc(325 / 107 * 107 / 1920 * 100vw) calc(296 / 107 * 107 / 1920 * 100vw);
    background-size: calc(325 / 107 * 107 / 1920 * 100vw) calc(296 / 107 * 107 / 1920 * 100vw);
    background-position: calc((0 - 4) / 107 * 107 / 1920 * 100vw) calc((-35 - 4) / 107 * 107 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .sub-active .header__logo .logo-link {
    width: 142.6666666667px;
    height: calc(142.6666666667px * 0.2523364486);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((0px - 4px) * 1.3333333333) calc((-35px - 4px) * 1.3333333333);
  }
}
.sub-active .header__nav .menu-link {
  color: #000;
}
.sub-active .header__nav .submenu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s;
}
.sub-active .header__langs .lang-link {
  color: rgba(0, 0, 0, 0.3);
}
.sub-active .header__langs .lang-link + .lang-link:before {
  background: rgba(0, 0, 0, 0.3);
}
.sub-active .header__langs .lang-link.is-active {
  color: black;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mobile-menu.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: clamp(0px, 22.7777777778vw, 82px);
  padding: clamp(0px, 0vw, 0px) clamp(0px, 6.6666666667vw, 24px);
}
.mobile-menu__logo .logo-link {
  display: block;
}
.mobile-menu__logo .logo-link {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .mobile-menu__logo .logo-link {
    width: 90px;
    height: calc(90px * 0.2523364486);
    -webkit-background-size: calc(325px * 0.8411214953) calc(296px * 0.8411214953);
    background-size: calc(325px * 0.8411214953) calc(296px * 0.8411214953);
    background-position: calc((0px - 4px) * 0.8411214953) calc((-35px - 4px) * 0.8411214953);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mobile-menu__logo .logo-link {
    width: 80.25px;
    height: calc(80.25px * 0.2523364486);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((0px - 4px) * 0.75) calc((-35px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .mobile-menu__logo .logo-link {
    width: calc(107 / 1920 * 100vw);
    height: calc(107 / 1920 * 100vw * 27 / 107);
    -webkit-background-size: calc(325 / 107 * 107 / 1920 * 100vw) calc(296 / 107 * 107 / 1920 * 100vw);
    background-size: calc(325 / 107 * 107 / 1920 * 100vw) calc(296 / 107 * 107 / 1920 * 100vw);
    background-position: calc((0 - 4) / 107 * 107 / 1920 * 100vw) calc((-35 - 4) / 107 * 107 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .mobile-menu__logo .logo-link {
    width: 142.6666666667px;
    height: calc(142.6666666667px * 0.2523364486);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((0px - 4px) * 1.3333333333) calc((-35px - 4px) * 1.3333333333);
  }
}
.mobile-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: clamp(0px, 7.7777777778vw, 28px);
  height: clamp(0px, 7.7777777778vw, 28px);
  cursor: pointer;
}
.mobile-menu__close::after {
  content: "";
  display: block;
}
.mobile-menu__close::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .mobile-menu__close::after {
    width: 28px;
    height: calc(28px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-120px - 4px) * 1) calc((-224px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mobile-menu__close::after {
    width: 21px;
    height: calc(21px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-120px - 4px) * 0.75) calc((-224px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .mobile-menu__close::after {
    width: calc(28 / 1920 * 100vw);
    height: calc(28 / 1920 * 100vw * 28 / 28);
    -webkit-background-size: calc(325 / 28 * 28 / 1920 * 100vw) calc(296 / 28 * 28 / 1920 * 100vw);
    background-size: calc(325 / 28 * 28 / 1920 * 100vw) calc(296 / 28 * 28 / 1920 * 100vw);
    background-position: calc((-120 - 4) / 28 * 28 / 1920 * 100vw) calc((-224 - 4) / 28 * 28 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .mobile-menu__close::after {
    width: 37.3333333333px;
    height: calc(37.3333333333px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-120px - 4px) * 1.3333333333) calc((-224px - 4px) * 1.3333333333);
  }
}
.mobile-menu__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  padding: clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
  margin-top: clamp(0px, 5.2777777778vw, 19px);
}
.mobile-menu .menu-item.is-active .menu-link::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu .menu-item.is-active .submenu {
  max-height: 500px;
  margin: clamp(0px, 1.6666666667vw, 6px) clamp(0px, 0vw, 0px) clamp(0px, 5.8333333333vw, 21px);
}
.mobile-menu .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #000;
  text-align: left;
  padding: clamp(0px, 5vw, 18px) clamp(0px, 0vw, 0px);
  font-size: clamp(0px, 6.6666666667vw, 24px);
  font-weight: 600;
  line-height: clamp(0px, 8.8888888889vw, 32px);
  letter-spacing: clamp(0px, -0.125vw, -0.45px);
}
.mobile-menu .menu-link::after {
  content: "";
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0.4;
}
.mobile-menu .menu-link::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .mobile-menu .menu-link::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-265px - 4px) * 1) calc((-32px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mobile-menu .menu-link::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((-32px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .mobile-menu .menu-link::after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((-32 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .mobile-menu .menu-link::after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((-32px - 4px) * 1.3333333333);
  }
}
.mobile-menu .submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, margin 0.3s ease;
  transition: max-height 0.3s ease, margin 0.3s ease;
}
.mobile-menu .submenu .sub-item .sub-link {
  display: block;
  color: #656565;
  padding: clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
  font-size: clamp(0px, 4.1666666667vw, 15px);
}
.mobile-menu .submenu .sub-item + .sub-item {
  margin-top: clamp(0px, 5.5555555556vw, 20px);
}
.mobile-menu__langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(0px, 13.8888888889vw, 50px) clamp(0px, 5.5555555556vw, 20px);
}
.mobile-menu__langs .lang-link {
  color: #A7A8A9;
  font-size: clamp(0px, 4.1666666667vw, 15px);
  line-height: clamp(0px, 6.6666666667vw, 24px);
}
.mobile-menu__langs .lang-link.is-active {
  color: #000;
  font-weight: 600;
}
.mobile-menu__langs .lang-link + .lang-link:before {
  content: "";
  display: inline-block;
  background: #CCCCCC;
  vertical-align: top;
  width: clamp(0px, 0.2777777778vw, 1px);
  height: clamp(0px, 3.3333333333vw, 12px);
  margin: clamp(0px, 1.1111111111vw, 4px) clamp(0px, 3.8888888889vw, 14px) clamp(0px, 0vw, 0px);
}

.footer {
  position: relative;
  z-index: 1;
  background: #fff;
  border-top: 1px solid #DCDCDC;
}
.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .footer__inner {
    height: 529.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer__inner {
    height: 36.7708333333vw;
  }
}
@media (min-width: 2561px) {
  .footer__inner {
    height: 941.3333333333px;
  }
}
@media (max-width: 1439px) {
  .footer__inner {
    padding: 67.5px 116.25px 60px 75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer__inner {
    padding: 4.6875vw 8.0729166667vw 4.1666666667vw 5.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .footer__inner {
    padding: 120px 206.6666666667px 106.6666666667px 133.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: clamp(0px, 13.3333333333vw, 48px) clamp(0px, 6.6666666667vw, 24px) clamp(0px, 16.6666666667vw, 60px);
  }
}
.footer__inner .box__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__inner .box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .footer__inner .box__top {
    gap: 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer__inner .box__top {
    gap: 6.25vw;
  }
}
@media (min-width: 2561px) {
  .footer__inner .box__top {
    gap: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__inner .box__top {
    display: block;
  }
}
.footer .text-slogan {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .footer .text-slogan {
    font-size: 54px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .text-slogan {
    font-size: 3.75vw;
  }
}
@media (min-width: 2561px) {
  .footer .text-slogan {
    font-size: 96px;
  }
}
.footer .text-slogan {
  font-weight: 600;
}
@media (max-width: 1439px) {
  .footer .text-slogan {
    line-height: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .text-slogan {
    line-height: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .footer .text-slogan {
    line-height: 106.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .text-slogan {
    font-size: clamp(0px, 8.8888888889vw, 32px);
    font-weight: 600;
    line-height: clamp(0px, 11.6666666667vw, 42px);
  }
}
.footer .box__group-site {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1439px) {
  .footer .box__group-site {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site {
    margin-top: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .box__group-site {
    width: 100%;
    margin-top: clamp(0px, 6.6666666667vw, 24px);
  }
}
.footer .box__group-site .btn-group-site {
  position: relative;
  width: auto;
  color: #000;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1.5px solid rgba(204, 204, 204, 0.8);
  border-radius: 8px;
  background: #fff;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .footer .box__group-site .btn-group-site {
    padding: 12px 105px 12px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site .btn-group-site {
    padding: 0.8333333333vw 7.2916666667vw 0.8333333333vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site .btn-group-site {
    padding: 21.3333333333px 186.6666666667px 21.3333333333px 32px;
  }
}
@media (max-width: 1439px) {
  .footer .box__group-site .btn-group-site {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site .btn-group-site {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site .btn-group-site {
    font-size: 21.3333333333px;
  }
}
.footer .box__group-site .btn-group-site {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .footer .box__group-site .btn-group-site {
    line-height: 15.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site .btn-group-site {
    line-height: 1.09375vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site .btn-group-site {
    line-height: 28px;
  }
}
.footer .box__group-site .btn-group-site:after {
  content: "";
  position: absolute;
}
@media (max-width: 1439px) {
  .footer .box__group-site .btn-group-site:after {
    top: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site .btn-group-site:after {
    top: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site .btn-group-site:after {
    top: 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .footer .box__group-site .btn-group-site:after {
    right: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site .btn-group-site:after {
    right: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site .btn-group-site:after {
    right: 32px;
  }
}
.footer .box__group-site .btn-group-site:after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .footer .box__group-site .btn-group-site:after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-32px - 4px) * 1) calc((-264px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .footer .box__group-site .btn-group-site:after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-32px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site .btn-group-site:after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-32 - 4) / 24 * 24 / 1920 * 100vw) calc((-264 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site .btn-group-site:after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-32px - 4px) * 1.3333333333) calc((-264px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .footer .box__group-site .btn-group-site {
    width: 100%;
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: clamp(0px, 6.1111111111vw, 22px);
    padding: clamp(0px, 3.8888888889vw, 14px) clamp(0px, 6.6666666667vw, 24px);
    height: clamp(0px, 14.4444444444vw, 52px);
  }
}
.footer .box__group-site .list-group-site {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border: 1.5px solid rgba(204, 204, 204, 0.8);
  border-top: none;
  border-radius: 0 0 8px 8px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.footer .box__group-site .list-group-site .link {
  display: block;
  color: #000;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .footer .box__group-site .list-group-site .link {
    padding: 6px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site .list-group-site .link {
    padding: 0.4166666667vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site .list-group-site .link {
    padding: 10.6666666667px 32px;
  }
}
@media (max-width: 1439px) {
  .footer .box__group-site .list-group-site .link {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site .list-group-site .link {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site .list-group-site .link {
    font-size: 21.3333333333px;
  }
}
.footer .box__group-site .list-group-site .link {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .footer .box__group-site .list-group-site .link {
    line-height: 15.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site .list-group-site .link {
    line-height: 1.09375vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site .list-group-site .link {
    line-height: 28px;
  }
}
.footer .box__group-site .list-group-site .link:hover {
  background: #EDEDED;
}
@media screen and (max-width: 1023px) {
  .footer .box__group-site .list-group-site .link {
    letter-spacing: -0.5px;
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: clamp(0px, 6.6666666667vw, 24px);
    padding: clamp(0px, 1.9444444444vw, 7px) clamp(0px, 6.6666666667vw, 24px);
  }
}
.footer .box__group-site.is-active .btn-group-site {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}
.footer .box__group-site.is-active .btn-group-site:after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .footer .box__group-site.is-active .btn-group-site:after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-265px - 4px) * 1) calc((-192px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .footer .box__group-site.is-active .btn-group-site:after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((-192px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__group-site.is-active .btn-group-site:after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((-192 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .footer .box__group-site.is-active .btn-group-site:after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((-192px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .footer .box__group-site.is-active .btn-group-site {
    width: 100%;
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 400;
    line-height: clamp(0px, 6.6666666667vw, 24px);
  }
}
.footer .box__group-site.is-active .list-group-site {
  opacity: 1;
  visibility: visible;
  max-height: 296px;
  overflow-y: auto;
  height: auto;
}
.footer .box__group-site.is-active .list-group-site::-webkit-scrollbar {
  width: 20px;
}
.footer .box__group-site.is-active .list-group-site::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 99px;
  border: 7px solid #fff;
}
.footer .box__group-site.is-active .list-group-site::-webkit-scrollbar-track {
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .footer .footer-menu {
    margin-top: clamp(0px, 13.8888888889vw, 50px);
  }
}
@media (max-width: 1439px) {
  .footer .footer-menu .menu-item + .menu-item {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .footer-menu .menu-item + .menu-item {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .footer .footer-menu .menu-item + .menu-item {
    margin-top: 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-menu .menu-item + .menu-item {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
  }
}
.footer .footer-menu .menu-link {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .footer .footer-menu .menu-link {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .footer-menu .menu-link {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .footer .footer-menu .menu-link {
    font-size: 26.6666666667px;
  }
}
.footer .footer-menu .menu-link {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .footer .footer-menu .menu-link {
    line-height: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .footer-menu .menu-link {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .footer .footer-menu .menu-link {
    line-height: 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-menu .menu-link {
    letter-spacing: -0.5px;
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: clamp(0px, 6.1111111111vw, 22px);
  }
}
.footer .quick-link .link {
  display: block;
  color: #656565;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .footer .quick-link .link {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .quick-link .link {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .footer .quick-link .link {
    font-size: 24px;
  }
}
.footer .quick-link .link {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .footer .quick-link .link {
    line-height: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .quick-link .link {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .footer .quick-link .link {
    line-height: 26.6666666667px;
  }
}
.footer .quick-link .link:after {
  content: "";
  display: inline-block;
  vertical-align: top;
}
.footer .quick-link .link:after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .footer .quick-link .link:after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.9) calc(296px * 0.9);
    background-size: calc(325px * 0.9) calc(296px * 0.9);
    background-position: calc((-297px - 4px) * 0.9) calc((0px - 4px) * 0.9);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .footer .quick-link .link:after {
    width: 13.5px;
    height: calc(13.5px * 1);
    -webkit-background-size: calc(325px * 0.675) calc(296px * 0.675);
    background-size: calc(325px * 0.675) calc(296px * 0.675);
    background-position: calc((-297px - 4px) * 0.675) calc((0px - 4px) * 0.675);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .quick-link .link:after {
    width: calc(18 / 1920 * 100vw);
    height: calc(18 / 1920 * 100vw * 20 / 20);
    -webkit-background-size: calc(325 / 20 * 18 / 1920 * 100vw) calc(296 / 20 * 18 / 1920 * 100vw);
    background-size: calc(325 / 20 * 18 / 1920 * 100vw) calc(296 / 20 * 18 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 20 * 18 / 1920 * 100vw) calc((0 - 4) / 20 * 18 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .footer .quick-link .link:after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1.2) calc(296px * 1.2);
    background-size: calc(325px * 1.2) calc(296px * 1.2);
    background-position: calc((-297px - 4px) * 1.2) calc((0px - 4px) * 1.2);
  }
}
@media (max-width: 1439px) {
  .footer .quick-link .link:after {
    margin: 0.75px 0px 0px 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .quick-link .link:after {
    margin: 0.0520833333vw 0vw 0vw 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .footer .quick-link .link:after {
    margin: 1.3333333333px 0px 0px 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .quick-link .link {
    margin-top: clamp(0px, 11.1111111111vw, 40px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: clamp(0px, 5.8333333333vw, 21px);
  }
  .footer .quick-link .link:after {
    margin-top: clamp(0px, 0.2777777778vw, 1px);
  }
}
@media (max-width: 1439px) {
  .footer .quick-link .link + .link {
    margin-top: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .quick-link .link + .link {
    margin-top: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .footer .quick-link .link + .link {
    margin-top: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .quick-link .link + .link {
    margin-top: clamp(0px, 3.8888888889vw, 14px);
  }
}
@media screen and (max-width: 1023px) {
  .footer .box__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0px, 4.4444444444vw, 16px);
    margin-top: clamp(0px, 11.1111111111vw, 40px);
  }
}
.footer .box__sns .link {
  display: block;
  color: #656565;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .footer .box__sns .link {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__sns .link {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__sns .link {
    font-size: 26.6666666667px;
  }
}
.footer .box__sns .link {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .footer .box__sns .link {
    line-height: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__sns .link {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__sns .link {
    line-height: 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .box__sns .link {
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 400;
    line-height: clamp(0px, 6.1111111111vw, 22px);
  }
}
@media (max-width: 1439px) {
  .footer .box__sns .link + .link {
    margin-top: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__sns .link + .link {
    margin-top: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__sns .link + .link {
    margin-top: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .box__sns .link + .link {
    margin-top: 0;
  }
}
.footer .box__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .footer .box__terms {
    gap: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__terms {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__terms {
    gap: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .box__terms {
    gap: clamp(0px, 2.7777777778vw, 10px) clamp(0px, 5.5555555556vw, 20px);
    margin-top: clamp(0px, 8.8888888889vw, 32px);
  }
}
.footer .box__terms .link {
  color: #656565;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .footer .box__terms .link {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__terms .link {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__terms .link {
    font-size: 24px;
  }
}
.footer .box__terms .link {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .footer .box__terms .link {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .box__terms .link {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .footer .box__terms .link {
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .box__terms .link {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: clamp(0px, 4.7222222222vw, 17px);
  }
}
.footer .box__terms .link-privacy {
  color: #000;
  font-weight: 600;
}
.footer .address {
  color: #656565;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .footer .address {
    margin-top: 27px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .address {
    margin-top: 1.875vw;
  }
}
@media (min-width: 2561px) {
  .footer .address {
    margin-top: 48px;
  }
}
@media (max-width: 1439px) {
  .footer .address {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .address {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .footer .address {
    font-size: 24px;
  }
}
.footer .address {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .footer .address {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .address {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .footer .address {
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .address {
    margin-top: clamp(0px, 8.3333333333vw, 30px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: clamp(0px, 4.7222222222vw, 17px);
  }
}
.footer .copyright {
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .footer .copyright {
    margin-top: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .copyright {
    margin-top: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .footer .copyright {
    margin-top: 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .footer .copyright {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .copyright {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .footer .copyright {
    font-size: 24px;
  }
}
.footer .copyright {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .footer .copyright {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer .copyright {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .footer .copyright {
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .copyright {
    margin-top: clamp(0px, 2.2222222222vw, 8px);
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: clamp(0px, 4.4444444444vw, 16px);
  }
}

.main__container + .footer {
  border: none;
}

.popup {
  position: fixed;
  top: 50%;
  z-index: 100;
  border: 1px solid #EDEDED;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
}
@media (max-width: 1439px) {
  .popup {
    right: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup {
    right: 3.125vw;
  }
}
@media (min-width: 2561px) {
  .popup {
    right: 80px;
  }
}
@media (max-width: 1439px) {
  .popup {
    width: 324px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup {
    width: 22.5vw;
  }
}
@media (min-width: 2561px) {
  .popup {
    width: 576px;
  }
}
@media (max-width: 1439px) {
  .popup {
    padding: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup {
    padding: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .popup {
    padding: 32px;
  }
}
.popup .box_until {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup .box_popup_checkbox input:checked + .label:before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .popup .box_popup_checkbox input:checked + .label:before {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-192px - 4px) * 0.8333333333) calc((-264px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .popup .box_popup_checkbox input:checked + .label:before {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-192px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_popup_checkbox input:checked + .label:before {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-192 - 4) / 24 * 24 / 1920 * 100vw) calc((-264 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .popup .box_popup_checkbox input:checked + .label:before {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-192px - 4px) * 1.3333333333) calc((-264px - 4px) * 1.3333333333);
  }
}
.popup .box_popup_checkbox .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #434343;
}
@media (max-width: 1439px) {
  .popup .box_popup_checkbox .label {
    gap: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_popup_checkbox .label {
    gap: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .popup .box_popup_checkbox .label {
    gap: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .popup .box_popup_checkbox .label {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_popup_checkbox .label {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .popup .box_popup_checkbox .label {
    font-size: 18.6666666667px;
  }
}
.popup .box_popup_checkbox .label {
  font-weight: 500;
}
.popup .box_popup_checkbox .label {
  line-height: 1.32;
}
.popup .box_popup_checkbox .label:before {
  display: block;
  content: "";
}
.popup .box_popup_checkbox .label:before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .popup .box_popup_checkbox .label:before {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-160px - 4px) * 0.8333333333) calc((-264px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .popup .box_popup_checkbox .label:before {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-160px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_popup_checkbox .label:before {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-160 - 4) / 24 * 24 / 1920 * 100vw) calc((-264 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .popup .box_popup_checkbox .label:before {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-160px - 4px) * 1.3333333333) calc((-264px - 4px) * 1.3333333333);
  }
}
.popup .btn_close:before {
  display: block;
  content: "";
}
.popup .btn_close:before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .popup .btn_close:before {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-224px - 4px) * 0.8333333333) calc((-264px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .popup .btn_close:before {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-224px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .btn_close:before {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-224 - 4) / 24 * 24 / 1920 * 100vw) calc((-264 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .popup .btn_close:before {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-224px - 4px) * 1.3333333333) calc((-264px - 4px) * 1.3333333333);
  }
}
.popup .box_popup_swiper {
  overflow: hidden;
}
@media (max-width: 1439px) {
  .popup .box_popup_swiper {
    margin-top: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_popup_swiper {
    margin-top: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .popup .box_popup_swiper {
    margin-top: 24px;
  }
}
.popup .box_popup_swiper .box_popup_img {
  aspect-ratio: 1/1;
}
.popup .box_popup_swiper .box_popup_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup .box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .popup .box_btn {
    gap: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_btn {
    gap: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .popup .box_btn {
    gap: 16px;
  }
}
@media (max-width: 1439px) {
  .popup .box_btn {
    margin-top: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_btn {
    margin-top: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .popup .box_btn {
    margin-top: 24px;
  }
}
.popup .box_btn .btn_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DCDCDC;
  color: #434343;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .popup .box_btn .btn_popup {
    height: 33px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_btn .btn_popup {
    height: 2.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .popup .box_btn .btn_popup {
    height: 58.6666666667px;
  }
}
@media (max-width: 1439px) {
  .popup .box_btn .btn_popup {
    gap: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_btn .btn_popup {
    gap: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .popup .box_btn .btn_popup {
    gap: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .popup .box_btn .btn_popup {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_btn .btn_popup {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .popup .box_btn .btn_popup {
    font-size: 18.6666666667px;
  }
}
.popup .box_btn .btn_popup {
  font-weight: 500;
}
.popup .box_btn .btn_popup {
  line-height: 1.32;
}
.popup .box_btn .btn_popup.type_download:after {
  display: block;
  content: "";
}
.popup .box_btn .btn_popup.type_download:after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .popup .box_btn .btn_popup.type_download:after {
    width: 16px;
    height: calc(16px * 1);
    -webkit-background-size: calc(325px * 0.8888888889) calc(296px * 0.8888888889);
    background-size: calc(325px * 0.8888888889) calc(296px * 0.8888888889);
    background-position: calc((-297px - 4px) * 0.8888888889) calc((-84px - 4px) * 0.8888888889);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .popup .box_btn .btn_popup.type_download:after {
    width: 13.5px;
    height: calc(13.5px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-297px - 4px) * 0.75) calc((-84px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_btn .btn_popup.type_download:after {
    width: calc(18 / 1920 * 100vw);
    height: calc(18 / 1920 * 100vw * 18 / 18);
    -webkit-background-size: calc(325 / 18 * 18 / 1920 * 100vw) calc(296 / 18 * 18 / 1920 * 100vw);
    background-size: calc(325 / 18 * 18 / 1920 * 100vw) calc(296 / 18 * 18 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 18 * 18 / 1920 * 100vw) calc((-84 - 4) / 18 * 18 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .popup .box_btn .btn_popup.type_download:after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-297px - 4px) * 1.3333333333) calc((-84px - 4px) * 1.3333333333);
  }
}
.popup .box_swiper_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .popup .box_swiper_control {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_swiper_control {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .popup .box_swiper_control {
    margin-top: 32px;
  }
}
.popup .box_swiper_control .btn_prev:before,
.popup .box_swiper_control .btn_next:before {
  display: block;
  content: "";
}
.popup .box_swiper_control .btn_prev:before,
.popup .box_swiper_control .btn_next:before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .popup .box_swiper_control .btn_prev:before,
  .popup .box_swiper_control .btn_next:before {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-96px - 4px) * 0.8333333333) calc((-264px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .popup .box_swiper_control .btn_prev:before,
  .popup .box_swiper_control .btn_next:before {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-96px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_swiper_control .btn_prev:before,
  .popup .box_swiper_control .btn_next:before {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-96 - 4) / 24 * 24 / 1920 * 100vw) calc((-264 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .popup .box_swiper_control .btn_prev:before,
  .popup .box_swiper_control .btn_next:before {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-96px - 4px) * 1.3333333333) calc((-264px - 4px) * 1.3333333333);
  }
}
.popup .box_swiper_control .btn_prev.swiper-button-disabled:before,
.popup .box_swiper_control .btn_next.swiper-button-disabled:before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .popup .box_swiper_control .btn_prev.swiper-button-disabled:before,
  .popup .box_swiper_control .btn_next.swiper-button-disabled:before {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-128px - 4px) * 0.8333333333) calc((-264px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .popup .box_swiper_control .btn_prev.swiper-button-disabled:before,
  .popup .box_swiper_control .btn_next.swiper-button-disabled:before {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-128px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_swiper_control .btn_prev.swiper-button-disabled:before,
  .popup .box_swiper_control .btn_next.swiper-button-disabled:before {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-128 - 4) / 24 * 24 / 1920 * 100vw) calc((-264 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .popup .box_swiper_control .btn_prev.swiper-button-disabled:before,
  .popup .box_swiper_control .btn_next.swiper-button-disabled:before {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-128px - 4px) * 1.3333333333) calc((-264px - 4px) * 1.3333333333);
  }
}
.popup .box_swiper_control .btn_prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popup .box_swiper_control .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  font-family: "YoonGothic750";
}
@media (max-width: 1439px) {
  .popup .box_swiper_control .swiper-pagination {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .popup .box_swiper_control .swiper-pagination {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .popup .box_swiper_control .swiper-pagination {
    font-size: 18.6666666667px;
  }
}
.popup .box_swiper_control .swiper-pagination {
  font-weight: 500;
}
.popup .box_swiper_control .swiper-pagination {
  line-height: 1.32;
}
.popup .is-hidden {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .popup {
    right: 20px;
    left: 20px;
    width: auto;
    max-width: 600px;
    padding: 18px 20px;
    border: 1px solid #EDEDED;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .popup .box_popup_checkbox .label {
    gap: 4px;
    font-size: 12px;
  }
  .popup .box_popup_swiper {
    margin-top: 18px;
  }
  .popup .box_btn {
    gap: 8px;
    margin-top: 12px;
  }
  .popup .box_btn .btn_popup {
    gap: 2px;
    height: 32px;
    font-size: 11px;
  }
  .popup .box_swiper_control {
    margin-top: 18px;
  }
  .popup .box_swiper_control .swiper-pagination {
    gap: 4px;
    font-size: 11px;
  }
}
.box__main-kv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.box__main-kv .main-title {
  position: absolute;
  z-index: 10;
  color: #fff;
  letter-spacing: -1px;
}
@media (max-width: 1439px) {
  .box__main-kv .main-title {
    top: 138px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-title {
    top: 9.5833333333vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-title {
    top: 245.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__main-kv .main-title {
    left: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-title {
    left: 3.125vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-title {
    left: 80px;
  }
}
@media (max-width: 1439px) {
  .box__main-kv .main-title {
    font-size: 73.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-title {
    font-size: 5.1041666667vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-title {
    font-size: 130.6666666667px;
  }
}
.box__main-kv .main-title {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .box__main-kv .main-title {
    line-height: 72px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-title {
    line-height: 5vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-title {
    line-height: 128px;
  }
}
@media screen and (max-width: 1023px) {
  .box__main-kv .main-title {
    letter-spacing: -0.5px;
    top: clamp(0px, 37.7777777778vw, 136px);
    left: clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 11.1111111111vw, 40px);
    font-weight: 600;
    line-height: clamp(0px, 12.2222222222vw, 44px);
  }
}
.box__main-kv .main-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.box__main-kv .main-swiper {
  width: 100%;
  height: 100%;
}
.box__main-kv .main-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box__main-kv .main-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box__main-kv .main-swiper .swiper-slide.slide01 {
  background-image: url("/img/main/image__kv01-3886399db60efa082543d2e454891a7d.webp");
}
.box__main-kv .main-swiper .swiper-slide.slide01::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 1023px) {
  .box__main-kv .main-swiper .swiper-slide.slide01 {
    background-image: url("/img/main/image__mo-kv01-c4195951ee2a7e606a0448a1259b5462.webp");
  }
}
.box__main-kv .main-swiper .swiper-slide.slide02 {
  background-image: url("/img/main/image__kv02-27bd4f3b70d0d272b1e63747217d0608.webp");
}
.box__main-kv .main-swiper .swiper-slide.slide02::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}
@media screen and (max-width: 1023px) {
  .box__main-kv .main-swiper .swiper-slide.slide02 {
    background-image: url("/img/main/image__mo-kv02-38042da89e8d99cda1d0fdff6cba3b37.webp");
  }
}
.box__main-kv .main-swiper .swiper-slide.slide03 {
  background-image: url("/img/main/image__kv03-b76dd33f7b876e134992a352d9455204.webp");
}
.box__main-kv .main-swiper .swiper-slide.slide03::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 1023px) {
  .box__main-kv .main-swiper .swiper-slide.slide03 {
    background-image: url("/img/main/image__mo-kv03-520418db14456a3e037c64a5bd6d61bd.webp");
  }
}
.box__main-kv .main-swiper .swiper-slide.slide04 {
  background-image: url("/img/main/image__kv04-2cbbd8175b423224f5ff6e6959617686.webp");
}
.box__main-kv .main-swiper .swiper-slide.slide04::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
@media screen and (max-width: 1023px) {
  .box__main-kv .main-swiper .swiper-slide.slide04 {
    background-image: url("/img/main/image__mo-kv04-06a4cbf30fde6e7c75a2ea9f2e4d3771.webp");
  }
}
.box__main-kv .main-swiper .slide-content {
  position: absolute;
  width: 50%;
  z-index: 5;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1439px) {
  .box__main-kv .main-swiper .slide-content {
    padding-left: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-swiper .slide-content {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-swiper .slide-content {
    padding-left: 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__main-kv .main-swiper .slide-content {
    left: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-swiper .slide-content {
    left: 3.125vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-swiper .slide-content {
    left: 80px;
  }
}
@media (max-width: 1439px) {
  .box__main-kv .main-swiper .slide-content {
    top: 399px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-swiper .slide-content {
    top: 27.7083333333vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-swiper .slide-content {
    top: 709.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__main-kv .main-swiper .slide-content {
    top: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: clamp(0px, 0vw, 0px) clamp(0px, 8.3333333333vw, 30px) clamp(0px, 0vw, 0px) clamp(0px, 3.3333333333vw, 12px);
    left: clamp(0px, 5.5555555556vw, 20px);
    bottom: clamp(0px, 41.1111111111vw, 148px);
  }
}
.box__main-kv .main-swiper .slide-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .box__main-kv .main-swiper .slide-title {
    height: 120px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-swiper .slide-title {
    height: 8.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-swiper .slide-title {
    height: 213.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__main-kv .main-swiper .slide-title {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-swiper .slide-title {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-swiper .slide-title {
    font-size: 21.3333333333px;
  }
}
.box__main-kv .main-swiper .slide-title {
  font-weight: 700;
}
@media (max-width: 1439px) {
  .box__main-kv .main-swiper .slide-title {
    line-height: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-swiper .slide-title {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-swiper .slide-title {
    line-height: 29.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__main-kv .main-swiper .slide-title {
    letter-spacing: -0.5px;
    height: clamp(0px, 30.5555555556vw, 110px);
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 500;
    line-height: clamp(0px, 5vw, 18px);
  }
}
.box__main-kv .main-swiper .slide-desc {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__main-kv .main-swiper .slide-desc {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-swiper .slide-desc {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-swiper .slide-desc {
    font-size: 29.3333333333px;
  }
}
.box__main-kv .main-swiper .slide-desc {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .box__main-kv .main-swiper .slide-desc {
    line-height: 25.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .main-swiper .slide-desc {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .main-swiper .slide-desc {
    line-height: 45.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__main-kv .main-swiper .slide-desc {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: clamp(0px, 5.2777777778vw, 19px);
  }
}
.box__main-kv .thumb-swiper {
  position: absolute;
  z-index: 10;
  height: auto;
}
@media (max-width: 1439px) {
  .box__main-kv .thumb-swiper {
    right: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .thumb-swiper {
    right: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .thumb-swiper {
    right: 106.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__main-kv .thumb-swiper {
    bottom: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .thumb-swiper {
    bottom: 3.125vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .thumb-swiper {
    bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .box__main-kv .thumb-swiper {
    right: auto;
    left: clamp(0px, 5.5555555556vw, 20px);
    bottom: clamp(0px, 10vw, 36px);
  }
}
.box__main-kv .thumb-swiper .swiper-wrapper {
  -webkit-transform: none !important;
  transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .box__main-kv .thumb-swiper .swiper-wrapper {
    gap: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .thumb-swiper .swiper-wrapper {
    gap: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .thumb-swiper .swiper-wrapper {
    gap: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__main-kv .thumb-swiper .swiper-wrapper {
    gap: clamp(0px, 2.2222222222vw, 8px);
  }
}
.box__main-kv .thumb-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  width: auto !important;
  margin: 0 !important;
}
@media (max-width: 1439px) {
  .box__main-kv .thumb-swiper .swiper-slide {
    gap: 3.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .thumb-swiper .swiper-slide {
    gap: 0.2604166667vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .thumb-swiper .swiper-slide {
    gap: 6.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__main-kv .thumb-swiper .swiper-slide {
    gap: clamp(0px, 1.3888888889vw, 5px);
  }
}
.box__main-kv .thumb-swiper .thumb-img {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .box__main-kv .thumb-swiper .thumb-img {
    width: 82.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .thumb-swiper .thumb-img {
    width: 5.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .thumb-swiper .thumb-img {
    width: 146.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__main-kv .thumb-swiper .thumb-img {
    height: 67.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .thumb-swiper .thumb-img {
    height: 4.6875vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .thumb-swiper .thumb-img {
    height: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .box__main-kv .thumb-swiper .thumb-img {
    width: clamp(0px, 19.4444444444vw, 70px);
    height: clamp(0px, 13.8888888889vw, 50px);
  }
}
.box__main-kv .thumb-swiper .thumb-img.thumb01 {
  background-image: url("/img/main/image__thumb01-289e1e3039304b597cce860edb64bc23.jpg");
}
.box__main-kv .thumb-swiper .thumb-img.thumb02 {
  background-image: url("/img/main/image__thumb02-b648e5a6b990fbc39a738e0267ca4981.jpg");
}
.box__main-kv .thumb-swiper .thumb-img.thumb03 {
  background-image: url("/img/main/image__thumb03-4d38527f7e8b07ec90d8b276d0bbf03c.jpg");
}
.box__main-kv .thumb-swiper .thumb-img.thumb04 {
  background-image: url("/img/main/image__thumb04-8dbf7dafd7e7919c630571dbfc43b9ee.jpg");
}
.box__main-kv .thumb-swiper .thumb-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.box__main-kv .thumb-swiper .thumb-title {
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1439px) {
  .box__main-kv .thumb-swiper .thumb-title {
    font-size: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .thumb-swiper .thumb-title {
    font-size: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .thumb-swiper .thumb-title {
    font-size: 16px;
  }
}
.box__main-kv .thumb-swiper .thumb-title {
  font-weight: 600;
}
@media (max-width: 1439px) {
  .box__main-kv .thumb-swiper .thumb-title {
    line-height: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__main-kv .thumb-swiper .thumb-title {
    line-height: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__main-kv .thumb-swiper .thumb-title {
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .box__main-kv .thumb-swiper .thumb-title {
    letter-spacing: -0.5px;
    font-size: clamp(0px, 3.0555555556vw, 11px);
    font-weight: 500;
    line-height: clamp(0px, 4.1666666667vw, 15px);
  }
}
.box__main-kv .thumb-swiper .swiper-slide-thumb-active .thumb-title {
  color: white;
}

.box__hdc-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .box__hdc-value {
    padding: 105px 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-value {
    padding: 7.2916666667vw 3.125vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-value {
    padding: 186.6666666667px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100dvh;
    padding: clamp(0px, 11.1111111111vw, 40px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 5.5555555556vw, 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.box__hdc-value .space {
  display: block;
}
@media (max-width: 1439px) {
  .box__hdc-value .space {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-value .space {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-value .space {
    margin-top: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-value .space {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
  }
}
.box__hdc-value .box__value-view {
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (max-width: 1023px) {
  .box__hdc-value .box__value-view {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.box__hdc-value .box__view {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .box__hdc-value .box__view {
    width: 666px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-value .box__view {
    width: 46.25vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-value .box__view {
    width: 1184px;
  }
}
@media (max-width: 1439px) {
  .box__hdc-value .box__view {
    height: 435px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-value .box__view {
    height: 30.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-value .box__view {
    height: 773.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-value .box__view {
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    margin-top: clamp(0px, 11.1111111111vw, 40px);
  }
}
.box__hdc-value .box__view .panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box__hdc-value .box__view .panel:nth-child(1) {
  z-index: 1;
}
.box__hdc-value .box__view .panel:nth-child(2) {
  z-index: 2;
}
.box__hdc-value .box__view .panel:nth-child(3) {
  z-index: 3;
}
.box__hdc-value .box__view .panel:nth-child(4) {
  z-index: 4;
}
.box__hdc-value .box__view .panel:nth-child(5) {
  z-index: 5;
}
.box__hdc-value .box__view .panel:nth-child(6) {
  z-index: 6;
}
.box__hdc-value .box__view .panel:nth-child(7) {
  z-index: 7;
}
.box__hdc-value .box__view .panel:nth-child(8) {
  z-index: 8;
}
.box__hdc-value .box__view .panel:nth-child(9) {
  z-index: 9;
}
.box__hdc-value .box__view .panel:nth-child(10) {
  z-index: 10;
}
.box__hdc-value .box__view .panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.box__business-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.box__business-area .title-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.box__business-area .title-area .title-h2,
.box__business-area .title-area .title-h3 {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box__business-area .title-area .title-h3 .char {
  color: #CCCCCC;
}
.box__business-area .title-area.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.box__business-area .box__business-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.box__business-area .box__business-contents.is-active {
  pointer-events: auto;
}
.box__business-area .box__image-reveal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .box__business-area .box__image-reveal {
    height: 360px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .box__image-reveal {
    height: 25vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .box__image-reveal {
    height: 640px;
  }
}
@media screen and (max-width: 1023px) {
  .box__business-area .box__image-reveal {
    height: clamp(0px, 101.9444444444vw, 367px);
  }
}
.box__business-area .box__image-reveal .image-inner {
  width: 100%;
  height: 100%;
}
.box__business-area .box__image-reveal .image-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box__business-area .box__business-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.box__business-area .box__business-item.is-visible {
  opacity: 1;
  visibility: visible;
}
.box__business-area .box__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.box__business-area .box__item.is-visible {
  opacity: 1;
  visibility: visible;
}
.box__business-area .box__item.is-active {
  z-index: 2;
}
@-webkit-keyframes panelFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panelFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.box__business-area .box__item--life {
  background-image: url("/img/main/business-life-e123d5c8f479b2dcb633765697119eca.jpg");
}
@media screen and (max-width: 1023px) {
  .box__business-area .box__item--life {
    background-image: url("/img/main/mo-business-life-7e99bf6826e5f5517be33f1f4870f24e.webp");
  }
}
.box__business-area .box__item--ai {
  background-image: url("/img/main/business-ai-7306d53dff124b27ec3127643c75962a.jpg");
}
@media screen and (max-width: 1023px) {
  .box__business-area .box__item--ai {
    background-image: url("/img/main/mo-business-ai-bdda7c0c8c38b0fde9c7004edb06b499.webp");
  }
}
.box__business-area .box__item--energy {
  background-image: url("/img/main/business-energy-e0a2d399b2f963cb66e80b3877a01596.jpg");
}
@media screen and (max-width: 1023px) {
  .box__business-area .box__item--energy {
    background-image: url("/img/main/mo-business-energy-339b4008b2765b3b157bd4450b454541.webp");
  }
}
.box__business-area .box__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.47) 100%);
}
.box__business-area .box__item-inner {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 45%;
  -webkit-transform: translateX(-50%) translateY(30px);
  transform: translateX(-50%) translateY(30px);
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0.1s, -webkit-transform 0.8s ease 0.1s;
  transition: opacity 0.6s ease 0.1s, -webkit-transform 0.8s ease 0.1s;
  transition: opacity 0.6s ease 0.1s, transform 0.8s ease 0.1s;
  transition: opacity 0.6s ease 0.1s, transform 0.8s ease 0.1s, -webkit-transform 0.8s ease 0.1s;
  text-align: center;
}
.box__business-area .box__item.is-visible .box__item-inner {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.box__business-area .text-desc {
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__business-area .text-desc {
    font-size: 37.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .text-desc {
    font-size: 2.6041666667vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .text-desc {
    font-size: 66.6666666667px;
  }
}
.box__business-area .text-desc {
  font-weight: 600;
}
@media (max-width: 1439px) {
  .box__business-area .text-desc {
    line-height: 49.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .text-desc {
    line-height: 3.4375vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .text-desc {
    line-height: 88px;
  }
}
@media screen and (max-width: 1023px) {
  .box__business-area .text-desc {
    word-break: keep-all;
    font-size: clamp(0px, 8.0555555556vw, 29px);
    font-weight: 600;
    line-height: clamp(0px, 10vw, 36px);
    padding: clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.box__business-area .link-more {
  display: inline-block;
  font-size: 0;
}
@media (max-width: 1439px) {
  .box__business-area .link-more {
    margin-top: 32.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .link-more {
    margin-top: 2.2395833333vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .link-more {
    margin-top: 57.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__business-area .link-more {
    margin-top: clamp(0px, 15.5555555556vw, 56px);
  }
}
.box__business-area .link-more .link-text {
  position: relative;
  color: #fff;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__business-area .link-more .link-text {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .link-more .link-text {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .link-more .link-text {
    font-size: 32px;
  }
}
.box__business-area .link-more .link-text {
  font-weight: 400;
}
@media (max-width: 1439px) {
  .box__business-area .link-more .link-text {
    line-height: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .link-more .link-text {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .link-more .link-text {
    line-height: 42.6666666667px;
  }
}
.box__business-area .link-more .link-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}
@media screen and (max-width: 1023px) {
  .box__business-area .link-more .link-text {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: clamp(0px, 6.1111111111vw, 22px);
  }
  .box__business-area .link-more .link-text::after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.box__business-area .link-more:hover .link-text::after {
  width: 100%;
}
.box__business-area .link-more::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.box__business-area .link-more::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .box__business-area .link-more::after {
    width: 22px;
    height: calc(22px * 1);
    -webkit-background-size: calc(325px * 0.6875) calc(296px * 0.6875);
    background-size: calc(325px * 0.6875) calc(296px * 0.6875);
    background-position: calc((-208px - 4px) * 0.6875) calc((-176px - 4px) * 0.6875);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .box__business-area .link-more::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-208px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .link-more::after {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-position: calc((-208 - 4) / 32 * 32 / 1920 * 100vw) calc((-176 - 4) / 32 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .box__business-area .link-more::after {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-208px - 4px) * 1.3333333333) calc((-176px - 4px) * 1.3333333333);
  }
}
@media (max-width: 1439px) {
  .box__business-area .link-more::after {
    margin-left: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .link-more::after {
    margin-left: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .link-more::after {
    margin-left: 5.3333333333px;
  }
}
.box__business-area .box__indicator {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 35%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box__business-area .box__indicator .indicator {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.3s ease, font-weight 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, font-weight 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, font-weight 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, font-weight 0.3s ease, -webkit-transform 0.3s ease;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__business-area .box__indicator .indicator {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .box__indicator .indicator {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .box__indicator .indicator {
    font-size: 29.3333333333px;
  }
}
.box__business-area .box__indicator .indicator {
  font-weight: 400;
}
@media (max-width: 1439px) {
  .box__business-area .box__indicator .indicator {
    line-height: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .box__indicator .indicator {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .box__indicator .indicator {
    line-height: 37.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__business-area .box__indicator .indicator {
    padding: 0px 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .box__indicator .indicator {
    padding: 0vw 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .box__indicator .indicator {
    padding: 0px 18.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__business-area .box__indicator .indicator {
    font-size: clamp(0px, 5vw, 18px);
    font-weight: 500;
    line-height: clamp(0px, 6.6666666667vw, 24px);
    padding: clamp(0px, 0vw, 0px) clamp(0px, 2.7777777778vw, 10px);
  }
}
.box__business-area .box__indicator .indicator.is-active {
  color: #fff;
  font-weight: 600;
  -webkit-transform: scale(1.27);
  transform: scale(1.27);
}
@media screen and (max-width: 1023px) {
  .box__business-area .box__indicator .indicator.is-active {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
  }
}
@media (hover: hover) {
  .box__business-area .box__indicator .indicator:hover {
    color: white;
  }
}
.box__business-area .box__indicator .indicator:focus-visible {
  color: white;
}
.box__business-area .box__indicator .indicator-dash {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .box__business-area .box__indicator .indicator-dash {
    padding: 0px 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .box__indicator .indicator-dash {
    padding: 0vw 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .box__indicator .indicator-dash {
    padding: 0px 18.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__business-area .box__indicator .indicator-dash {
    padding: clamp(0px, 0vw, 0px) clamp(0px, 1.9444444444vw, 7px);
  }
}
.box__business-area .box__indicator .indicator-dash::before {
  content: "";
  display: block;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1439px) {
  .box__business-area .box__indicator .indicator-dash::before {
    width: 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-area .box__indicator .indicator-dash::before {
    width: 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .box__business-area .box__indicator .indicator-dash::before {
    width: 13.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__business-area .box__indicator .indicator-dash::before {
    width: clamp(0px, 2.7777777778vw, 10px);
  }
}

.box__hdc-ir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100dvh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .box__hdc-ir {
    padding: 105px 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir {
    padding: 7.2916666667vw 3.125vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir {
    padding: 186.6666666667px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-ir {
    height: auto;
    padding: clamp(0px, 38.8888888889vw, 140px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 11.1111111111vw, 40px);
  }
}
.box__hdc-ir .text-desc {
  color: #656565;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .box__hdc-ir .text-desc {
    margin-top: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .text-desc {
    margin-top: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .text-desc {
    margin-top: 37.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__hdc-ir .text-desc {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .text-desc {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .text-desc {
    font-size: 29.3333333333px;
  }
}
.box__hdc-ir .text-desc {
  font-weight: 400;
}
@media (max-width: 1439px) {
  .box__hdc-ir .text-desc {
    line-height: 22.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .text-desc {
    line-height: 1.5625vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .text-desc {
    line-height: 40px;
  }
}
.box__hdc-ir .invest-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: auto;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-contents {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-contents {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-contents {
    gap: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-ir .invest-contents {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 8.8888888889vw, 32px) clamp(0px, 2.7777777778vw, 10px);
    margin-top: clamp(0px, 22.2222222222vw, 80px);
  }
}
.box__hdc-ir .invest-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item {
    min-height: 216px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item {
    min-height: 15vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item {
    min-height: 384px;
  }
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item {
    padding: 15px 0px 0px 22.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item {
    padding: 1.0416666667vw 0vw 0vw 1.5625vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item {
    padding: 26.6666666667px 0px 0px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-ir .invest-item {
    min-height: clamp(0px, 54.4444444444vw, 196px);
    padding: clamp(0px, 2.2222222222vw, 8px) clamp(0px, 0vw, 0px) clamp(0px, 2.2222222222vw, 8px) clamp(0px, 3.3333333333vw, 12px);
  }
}
.box__hdc-ir .invest-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  vertical-align: top;
}
.box__hdc-ir .invest-item .invest-value {
  color: #000;
  letter-spacing: -2px;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-value {
    font-size: 57px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-value {
    font-size: 3.9583333333vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-value {
    font-size: 101.3333333333px;
  }
}
.box__hdc-ir .invest-item .invest-value {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-value {
    line-height: 69px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-value {
    line-height: 4.7916666667vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-value {
    line-height: 122.6666666667px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .box__hdc-ir .invest-item .invest-value {
    font-size: clamp(0px, 4.5387994143vw, 62px);
    font-weight: 500;
    line-height: clamp(0px, 5.8565153734vw, 80px);
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-ir .invest-item .invest-value {
    letter-spacing: 0px;
    font-size: clamp(0px, 8.3333333333vw, 30px);
    font-weight: 500;
    line-height: clamp(0px, 10vw, 36px);
  }
}
.box__hdc-ir .invest-item .invest-value .text-unit {
  letter-spacing: -2px;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    margin-left: 1.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    margin-left: 0.1041666667vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    margin-left: 2.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    font-size: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    font-size: 53.3333333333px;
  }
}
.box__hdc-ir .invest-item .invest-value .text-unit {
  font-weight: 400;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    line-height: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    line-height: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    line-height: 64px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    font-size: clamp(0px, 2.196193265vw, 30px);
    font-weight: 500;
    line-height: clamp(0px, 2.9282576867vw, 40px);
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-ir .invest-item .invest-value .text-unit {
    letter-spacing: -0.5px;
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: clamp(0px, 5vw, 18px);
  }
}
.box__hdc-ir .invest-item .invest-value .text-unit-grade {
  letter-spacing: -1px;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-value .text-unit-grade {
    margin-left: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-value .text-unit-grade {
    margin-left: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-value .text-unit-grade {
    margin-left: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-ir .invest-item .invest-value .text-unit-grade {
    margin-left: clamp(0px, 1.1111111111vw, 4px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: clamp(0px, 9.4444444444vw, 34px);
  }
}
.box__hdc-ir .invest-item .invest-label {
  margin-top: auto;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-label {
    min-height: 39px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-label {
    min-height: 2.7083333333vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-label {
    min-height: 69.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-label {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-label {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-label {
    font-size: 32px;
  }
}
.box__hdc-ir .invest-item .invest-label {
  font-weight: 600;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-label {
    line-height: 25.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-label {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-label {
    line-height: 45.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-ir .invest-item .invest-label {
    min-height: clamp(0px, 13.8888888889vw, 50px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: clamp(0px, 6.1111111111vw, 22px);
  }
}
.box__hdc-ir .invest-item .invest-label .invest-date {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-label .invest-date {
    margin-top: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-label .invest-date {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-label .invest-date {
    margin-top: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-label .invest-date {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-label .invest-date {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-label .invest-date {
    font-size: 21.3333333333px;
  }
}
.box__hdc-ir .invest-item .invest-label .invest-date {
  font-weight: 400;
}
@media (max-width: 1439px) {
  .box__hdc-ir .invest-item .invest-label .invest-date {
    line-height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__hdc-ir .invest-item .invest-label .invest-date {
    line-height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .box__hdc-ir .invest-item .invest-label .invest-date {
    line-height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .box__hdc-ir .invest-item .invest-label .invest-date {
    margin-top: clamp(0px, 1.6666666667vw, 6px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: clamp(0px, 6.3888888889vw, 23px);
  }
}

html[lang=en] .box__hdc-ir .invest-item:first-child > .invest-value > .text-unit:first-child {
  display: block;
}
html[lang=en] .box__hdc-ir .invest-item .invest-value .text-unit:first-of-type {
  margin-left: 0;
}
@media (max-width: 1439px) {
  html[lang=en] .box__hdc-ir .invest-item .invest-value .text-unit + .text-unit {
    margin-left: 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  html[lang=en] .box__hdc-ir .invest-item .invest-value .text-unit + .text-unit {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  html[lang=en] .box__hdc-ir .invest-item .invest-value .text-unit + .text-unit {
    margin-left: 13.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  html[lang=en] .box__hdc-ir .invest-item .invest-value .text-unit + .text-unit {
    margin-left: clamp(0px, 2.7777777778vw, 10px);
  }
}

.box__our-esg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("/img/main/esg-bg-87c79ffe958868876dedb5b473b16242.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .box__our-esg {
    height: 810px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__our-esg {
    height: 56.25vw;
  }
}
@media (min-width: 2561px) {
  .box__our-esg {
    height: 1440px;
  }
}
@media (max-width: 1439px) {
  .box__our-esg {
    padding: 120px 45px 147px 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__our-esg {
    padding: 8.3333333333vw 3.125vw 10.2083333333vw 3.125vw;
  }
}
@media (min-width: 2561px) {
  .box__our-esg {
    padding: 213.3333333333px 80px 261.3333333333px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .box__our-esg {
    height: clamp(0px, 222.2222222222vw, 800px);
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.box__our-esg .title-h2,
.box__our-esg .title-h3,
.box__our-esg .title-desc {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .box__our-esg .title-desc {
    margin-top: clamp(0px, 6.6666666667vw, 24px);
  }
}
.box__our-esg .box__esg-desc {
  margin-top: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media screen and (max-width: 1023px) {
  .box__our-esg .box__esg-desc {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.box__our-esg .text-desc {
  letter-spacing: -0.5px;
  color: #fff;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .box__our-esg .text-desc {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__our-esg .text-desc {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .box__our-esg .text-desc {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__our-esg .text-desc {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__our-esg .text-desc {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .box__our-esg .text-desc {
    font-size: 29.3333333333px;
  }
}
.box__our-esg .text-desc {
  font-weight: 500;
}
.box__our-esg .text-desc {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .box__our-esg .text-desc {
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.box__our-esg .link-more {
  display: block;
}
@media (max-width: 1439px) {
  .box__our-esg .link-more {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__our-esg .link-more {
    margin-top: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .box__our-esg .link-more {
    margin-top: 64px;
  }
}
.box__our-esg .link-more .link-text {
  color: #fff;
}
.box__our-esg .link-more .link-text:after {
  background: #fff;
}
.box__our-esg .link-more:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.breadcrumb {
  display: block;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .breadcrumb-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1439px) {
  .breadcrumb-item {
    padding-right: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .breadcrumb-item {
    padding-right: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .breadcrumb-item {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumb-item {
    padding-right: clamp(0px, 2.2222222222vw, 8px);
  }
}
.breadcrumb-item::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media (max-width: 1439px) {
  .breadcrumb-item::before {
    margin-right: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .breadcrumb-item::before {
    margin-right: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .breadcrumb-item::before {
    margin-right: 24px;
  }
}
.breadcrumb-item::before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .breadcrumb-item::before {
    width: 12px;
    height: calc(12px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-297px - 4px) * 1) calc((-136px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .breadcrumb-item::before {
    width: 9px;
    height: calc(9px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-297px - 4px) * 0.75) calc((-136px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .breadcrumb-item::before {
    width: calc(12 / 1920 * 100vw);
    height: calc(12 / 1920 * 100vw * 12 / 12);
    -webkit-background-size: calc(325 / 12 * 12 / 1920 * 100vw) calc(296 / 12 * 12 / 1920 * 100vw);
    background-size: calc(325 / 12 * 12 / 1920 * 100vw) calc(296 / 12 * 12 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 12 * 12 / 1920 * 100vw) calc((-136 - 4) / 12 * 12 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .breadcrumb-item::before {
    width: 16px;
    height: calc(16px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-297px - 4px) * 1.3333333333) calc((-136px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumb-item::before {
    margin-right: clamp(0px, 2.2222222222vw, 8px);
  }
}
.breadcrumb-item:last-child {
  padding-right: 0;
}
.breadcrumb-item:last-child .breadcrumb-txt {
  font-weight: 500;
  color: #212121;
}
.breadcrumb-item.home::before {
  display: none;
}
.breadcrumb-item.home .breadcrumb-txt {
  margin-top: 0;
}
.breadcrumb-item.home .breadcrumb-txt {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .breadcrumb-item.home .breadcrumb-txt {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-224px - 4px) * 1) calc((-224px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .breadcrumb-item.home .breadcrumb-txt {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-224px - 4px) * 0.75) calc((-224px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .breadcrumb-item.home .breadcrumb-txt {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-224 - 4) / 24 * 24 / 1920 * 100vw) calc((-224 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .breadcrumb-item.home .breadcrumb-txt {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-224px - 4px) * 1.3333333333) calc((-224px - 4px) * 1.3333333333);
  }
}
.breadcrumb-txt {
  display: block;
  color: #656565;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .breadcrumb-txt {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .breadcrumb-txt {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .breadcrumb-txt {
    font-size: 18.6666666667px;
  }
}
.breadcrumb-txt {
  font-weight: 500;
}
.breadcrumb-txt {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .breadcrumb-txt {
    margin-top: clamp(0px, 0.5555555556vw, 2px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}

.sub__section-kv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.sub__section-kv.is-active .intro-area {
  display: none;
}
.sub__section-kv.is-active .thumb-area::after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sub__section-kv.is-active .txt-area {
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .sub__section-kv.is-active .txt-area .title {
    text-align: left;
  }
}
.sub__section-kv .intro-area {
  position: absolute;
  bottom: 65.6%;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .sub__section-kv .intro-area {
    bottom: 63.6%;
    max-width: 100%;
  }
}
.sub__section-kv .intro-title {
  display: block;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .sub__section-kv .intro-title {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__section-kv .intro-title {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .sub__section-kv .intro-title {
    margin-top: 32px;
  }
}
@media (max-width: 1439px) {
  .sub__section-kv .intro-title {
    font-size: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__section-kv .intro-title {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .sub__section-kv .intro-title {
    font-size: 85.3333333333px;
  }
}
.sub__section-kv .intro-title {
  font-weight: 700;
}
.sub__section-kv .intro-title {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .sub__section-kv .intro-title {
    margin-top: clamp(0px, 5vw, 18px);
    font-size: clamp(0px, 9.4444444444vw, 34px);
    font-weight: 700;
    line-height: 1.32;
  }
}
.sub__section-kv .thumb-area {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: clamp(320px, 33.3%, 640px);
  height: clamp(360px, 48%, 520px);
}
.sub__section-kv .thumb-area .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .sub__section-kv .thumb-area {
    height: 45%;
  }
}
.sub__section-kv .txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  color: #fff;
  word-break: keep-all;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .sub__section-kv .txt-area {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    padding: clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.sub__section-kv .txt-area .eyebrow {
  letter-spacing: -0.5px;
  opacity: 0.6;
}
@media (max-width: 1439px) {
  .sub__section-kv .txt-area .eyebrow {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__section-kv .txt-area .eyebrow {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .sub__section-kv .txt-area .eyebrow {
    font-size: 21.3333333333px;
  }
}
.sub__section-kv .txt-area .eyebrow {
  font-weight: 600;
}
.sub__section-kv .txt-area .eyebrow {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .sub__section-kv .txt-area .eyebrow {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.sub__section-kv .txt-area .title {
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .sub__section-kv .txt-area .title {
    margin-top: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__section-kv .txt-area .title {
    margin-top: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .sub__section-kv .txt-area .title {
    margin-top: 8px;
  }
}
@media (max-width: 1439px) {
  .sub__section-kv .txt-area .title {
    font-size: 25.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__section-kv .txt-area .title {
    font-size: 1.7708333333vw;
  }
}
@media (min-width: 2561px) {
  .sub__section-kv .txt-area .title {
    font-size: 45.3333333333px;
  }
}
.sub__section-kv .txt-area .title {
  font-weight: 700;
}
.sub__section-kv .txt-area .title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .sub__section-kv .txt-area .title {
    margin-top: clamp(0px, 1.6666666667vw, 6px);
    font-size: clamp(0px, 7.2222222222vw, 26px);
    font-weight: 600;
    line-height: 1.36;
  }
}
.sub__section-kv .txt-area .details {
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .sub__section-kv .txt-area .details {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__section-kv .txt-area .details {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .sub__section-kv .txt-area .details {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .sub__section-kv .txt-area .details {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__section-kv .txt-area .details {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .sub__section-kv .txt-area .details {
    font-size: 26.6666666667px;
  }
}
.sub__section-kv .txt-area .details {
  font-weight: 500;
}
.sub__section-kv .txt-area .details {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .sub__section-kv .txt-area .details {
    text-align: left;
    margin-top: clamp(0px, 13.3333333333vw, 48px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: 1.4;
  }
}

.sub__section-kv-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
.sub__section-kv-image .breadcrumb {
  display: block;
}
@media screen and (max-width: 1023px) {
  .sub__section-kv-image {
    height: 90vh;
  }
}
.sub__section-kv-image .intro-area {
  position: absolute;
  bottom: 65.6%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .sub__section-kv-image .intro-area {
    top: 64px;
    bottom: clamp(0px, 72.2222222222vw, 260px);
    left: 0;
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.sub__section-kv-image .intro-title {
  display: block;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .sub__section-kv-image .intro-title {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__section-kv-image .intro-title {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .sub__section-kv-image .intro-title {
    margin-top: 32px;
  }
}
@media (max-width: 1439px) {
  .sub__section-kv-image .intro-title {
    font-size: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__section-kv-image .intro-title {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .sub__section-kv-image .intro-title {
    font-size: 85.3333333333px;
  }
}
.sub__section-kv-image .intro-title {
  font-weight: 600;
}
.sub__section-kv-image .intro-title {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .sub__section-kv-image .intro-title {
    margin-top: clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 9.4444444444vw, 34px);
    font-weight: 600;
    line-height: clamp(0px, 12.5vw, 45px);
  }
}
.sub__section-kv-image .thumb-area {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56%;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .sub__section-kv-image .thumb-area {
    height: 42%;
  }
}
@media screen and (max-width: 1023px) {
  .sub__section-kv-image .thumb-area {
    height: clamp(0px, 72.2222222222vw, 260px);
  }
}
.sub__section-kv-image .thumb-area::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sub__section-kv-image .thumb-area .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform, object-position;
  -o-object-position: var(--pos-x) var(--pos-y);
  object-position: var(--pos-x) var(--pos-y);
  --pos-x: 0%;
  --pos-y: 0%;
}
@media screen and (max-width: 1023px) {
  .sub__section-kv-image .thumb-area .img {
    height: 135%;
  }
}

.section__title .eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .section__title .eyebrow {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .eyebrow {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .section__title .eyebrow {
    font-size: 29.3333333333px;
  }
}
.section__title .eyebrow {
  font-weight: 600;
}
.section__title .eyebrow {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .section__title .eyebrow {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.section__title .eyebrow::before {
  display: inline-block;
  background-color: #f01428;
  content: "";
}
@media (max-width: 1439px) {
  .section__title .eyebrow::before {
    width: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .eyebrow::before {
    width: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .section__title .eyebrow::before {
    width: 8px;
  }
}
@media (max-width: 1439px) {
  .section__title .eyebrow::before {
    height: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .eyebrow::before {
    height: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .section__title .eyebrow::before {
    height: 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .section__title .eyebrow::before {
    margin-right: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .eyebrow::before {
    margin-right: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .section__title .eyebrow::before {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .section__title .eyebrow::before {
    width: clamp(0px, 1.6666666667vw, 6px);
    height: clamp(0px, 4.4444444444vw, 16px);
    margin-right: clamp(0px, 3.3333333333vw, 12px);
  }
}
.section__title .title {
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .section__title .title {
    margin-top: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .title {
    margin-top: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .section__title .title {
    margin-top: 16px;
  }
}
@media (max-width: 1439px) {
  .section__title .title {
    font-size: 27px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .title {
    font-size: 1.875vw;
  }
}
@media (min-width: 2561px) {
  .section__title .title {
    font-size: 48px;
  }
}
.section__title .title {
  font-weight: 600;
}
.section__title .title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .section__title .title {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 6.6666666667vw, 24px);
    font-weight: 600;
    line-height: 1.3;
  }
}
.section__title .desc {
  color: #656565;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .section__title .desc {
    margin-top: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .desc {
    margin-top: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .section__title .desc {
    margin-top: 37.3333333333px;
  }
}
@media (max-width: 1439px) {
  .section__title .desc {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .desc {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .section__title .desc {
    font-size: 29.3333333333px;
  }
}
.section__title .desc {
  font-weight: 400;
}
.section__title .desc {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .section__title .desc {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.section__title .btn-more,
.section__title .link-more {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
}
@media (max-width: 1439px) {
  .section__title .btn-more,
  .section__title .link-more {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .btn-more,
  .section__title .link-more {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .section__title .btn-more,
  .section__title .link-more {
    margin-top: 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .section__title .btn-more,
  .section__title .link-more {
    display: block;
    margin-top: clamp(0px, 11.1111111111vw, 40px);
  }
}
.section__title .btn-more .btn-text,
.section__title .btn-more .link-text,
.section__title .link-more .btn-text,
.section__title .link-more .link-text {
  position: relative;
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .section__title .btn-more .btn-text,
  .section__title .btn-more .link-text,
  .section__title .link-more .btn-text,
  .section__title .link-more .link-text {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .btn-more .btn-text,
  .section__title .btn-more .link-text,
  .section__title .link-more .btn-text,
  .section__title .link-more .link-text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .section__title .btn-more .btn-text,
  .section__title .btn-more .link-text,
  .section__title .link-more .btn-text,
  .section__title .link-more .link-text {
    font-size: 24px;
  }
}
.section__title .btn-more .btn-text,
.section__title .btn-more .link-text,
.section__title .link-more .btn-text,
.section__title .link-more .link-text {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .section__title .btn-more .btn-text,
  .section__title .btn-more .link-text,
  .section__title .link-more .btn-text,
  .section__title .link-more .link-text {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .btn-more .btn-text,
  .section__title .btn-more .link-text,
  .section__title .link-more .btn-text,
  .section__title .link-more .link-text {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .section__title .btn-more .btn-text,
  .section__title .btn-more .link-text,
  .section__title .link-more .btn-text,
  .section__title .link-more .link-text {
    line-height: 36px;
  }
}
.section__title .btn-more .btn-text:after,
.section__title .btn-more .link-text:after,
.section__title .link-more .btn-text:after,
.section__title .link-more .link-text:after {
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  content: "";
}
@media (max-width: 1439px) {
  .section__title .btn-more .btn-text:after,
  .section__title .btn-more .link-text:after,
  .section__title .link-more .btn-text:after,
  .section__title .link-more .link-text:after {
    bottom: -4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .btn-more .btn-text:after,
  .section__title .btn-more .link-text:after,
  .section__title .link-more .btn-text:after,
  .section__title .link-more .link-text:after {
    bottom: -0.3125vw;
  }
}
@media (min-width: 2561px) {
  .section__title .btn-more .btn-text:after,
  .section__title .btn-more .link-text:after,
  .section__title .link-more .btn-text:after,
  .section__title .link-more .link-text:after {
    bottom: -8px;
  }
}
@media screen and (max-width: 1023px) {
  .section__title .btn-more .btn-text,
  .section__title .btn-more .link-text,
  .section__title .link-more .btn-text,
  .section__title .link-more .link-text {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: clamp(0px, 5.5555555556vw, 20px);
  }
  .section__title .btn-more .btn-text:after,
  .section__title .btn-more .link-text:after,
  .section__title .link-more .btn-text:after,
  .section__title .link-more .link-text:after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.section__title .btn-more:hover .btn-text:after,
.section__title .btn-more:hover .link-text:after,
.section__title .link-more:hover .btn-text:after,
.section__title .link-more:hover .link-text:after {
  width: 100%;
}
.section__title .btn-more:after {
  display: inline-block;
  content: "";
  vertical-align: top;
}
.section__title .btn-more:after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .section__title .btn-more:after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-32px - 4px) * 1) calc((-264px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section__title .btn-more:after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-32px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .btn-more:after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-32 - 4) / 24 * 24 / 1920 * 100vw) calc((-264 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .section__title .btn-more:after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-32px - 4px) * 1.3333333333) calc((-264px - 4px) * 1.3333333333);
  }
}
@media (max-width: 1439px) {
  .section__title .btn-more:after {
    margin-left: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .btn-more:after {
    margin-left: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .section__title .btn-more:after {
    margin-left: 5.3333333333px;
  }
}
.section__title .link-more:after {
  display: inline-block;
  content: "";
  vertical-align: top;
}
.section__title .link-more:after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .section__title .link-more:after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-208px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section__title .link-more:after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-position: calc((-208px - 4px) * 0.5625) calc((-176px - 4px) * 0.5625);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .link-more:after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 24 / 1920 * 100vw) calc(296 / 32 * 24 / 1920 * 100vw);
    background-size: calc(325 / 32 * 24 / 1920 * 100vw) calc(296 / 32 * 24 / 1920 * 100vw);
    background-position: calc((-208 - 4) / 32 * 24 / 1920 * 100vw) calc((-176 - 4) / 32 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .section__title .link-more:after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-208px - 4px) * 1) calc((-176px - 4px) * 1);
  }
}
@media (max-width: 1439px) {
  .section__title .link-more:after {
    margin-left: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .link-more:after {
    margin-left: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .section__title .link-more:after {
    margin-left: 5.3333333333px;
  }
}
.section__title .link-download {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
}
@media (max-width: 1439px) {
  .section__title .link-download {
    margin-top: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .link-download {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .section__title .link-download {
    margin-top: 106.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .section__title .link-download {
    display: block;
    margin-top: clamp(0px, 11.1111111111vw, 40px);
  }
}
.section__title .link-download .link-text {
  position: relative;
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .section__title .link-download .link-text {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .link-download .link-text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .section__title .link-download .link-text {
    font-size: 24px;
  }
}
.section__title .link-download .link-text {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .section__title .link-download .link-text {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .link-download .link-text {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .section__title .link-download .link-text {
    line-height: 36px;
  }
}
.section__title .link-download .link-text:after {
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  content: "";
}
@media (max-width: 1439px) {
  .section__title .link-download .link-text:after {
    bottom: -4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .link-download .link-text:after {
    bottom: -0.3125vw;
  }
}
@media (min-width: 2561px) {
  .section__title .link-download .link-text:after {
    bottom: -8px;
  }
}
@media screen and (max-width: 1023px) {
  .section__title .link-download .link-text {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: clamp(0px, 5.5555555556vw, 20px);
  }
  .section__title .link-download .link-text:after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.section__title .link-download:after {
  display: inline-block;
  content: "";
  vertical-align: top;
}
.section__title .link-download:after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .section__title .link-download:after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-265px - 4px) * 1) calc((-160px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section__title .link-download:after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((-160px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .link-download:after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((-160 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .section__title .link-download:after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((-160px - 4px) * 1.3333333333);
  }
}
@media (max-width: 1439px) {
  .section__title .link-download:after {
    margin-left: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .link-download:after {
    margin-left: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .section__title .link-download:after {
    margin-left: 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .section__title .link-download:after {
    width: 20px;
    height: 20px;
  }
}
.section__title .link-download:hover .link-text:after {
  width: 100%;
}
@media (max-width: 1439px) {
  .section__title .link-more + .btn-more {
    margin-left: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .section__title .link-more + .btn-more {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .section__title .link-more + .btn-more {
    margin-left: 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .section__title .link-more + .btn-more {
    margin-left: 0;
    margin-top: clamp(0px, 5.5555555556vw, 20px);
  }
}

.contact-title {
  color: #000;
  border-bottom: 2px solid #000;
}
@media (max-width: 1439px) {
  .contact-title {
    padding-bottom: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .contact-title {
    padding-bottom: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .contact-title {
    padding-bottom: 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .contact-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .contact-title {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .contact-title {
    margin-bottom: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .contact-title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .contact-title {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .contact-title {
    font-size: 32px;
  }
}
.contact-title {
  font-weight: 600;
}
.contact-title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .contact-title {
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.contact-title .desc {
  letter-spacing: -0.5px;
  color: #868686;
}
@media (max-width: 1439px) {
  .contact-title .desc {
    margin-left: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .contact-title .desc {
    margin-left: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .contact-title .desc {
    margin-left: 16px;
  }
}
@media (max-width: 1439px) {
  .contact-title .desc {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .contact-title .desc {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .contact-title .desc {
    font-size: 18.6666666667px;
  }
}
.contact-title .desc {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .contact-title .desc {
    line-height: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .contact-title .desc {
    line-height: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .contact-title .desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-title .desc {
    display: block;
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: clamp(0px, 5vw, 18px);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .contact-title .desc {
    margin: 9px 0px 0px 0px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .contact-title .desc {
    margin: 0.625vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .contact-title .desc {
    margin: 16px 0px 0px 0px;
  }
}
.contact-title .desc .require {
  color: #f01428;
}

.tab__bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 500;
  -webkit-transition: background-color 0.3s ease 0.2s, border-bottom-color 0.3s ease 0.2s;
  transition: background-color 0.3s ease 0.2s, border-bottom-color 0.3s ease 0.2s;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .tab__bar {
    margin-top: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__bar {
    margin-top: 3.125vw;
  }
}
@media (min-width: 2561px) {
  .tab__bar {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .tab__bar {
    margin-top: clamp(0px, 8.3333333333vw, 30px);
  }
}
.tab__bar.is-blur {
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.tab__bar.is-blur .tab-text {
  -webkit-transition: color 0.3s ease 0.2s;
  transition: color 0.3s ease 0.2s;
  color: rgba(255, 255, 255, 0.4);
}
.tab__bar.is-blur .tab-item.is-active .tab-text {
  color: #fff;
}
.tab__bar.is-blur .tab-item.is-active .tab-text::after {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease 0.2s;
  transition: background-color 0.3s ease 0.2s;
}
@media screen and (max-width: 1023px) {
  .tab__bar {
    position: static;
  }
}
.tab__bar .tab-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 1023px) {
  .tab__bar .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tab__bar .tab-list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .tab__bar .tab-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.tab__bar .tab-item.is-active .tab-text {
  color: #000;
}
.tab__bar .tab-item.is-active .tab-text::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
}
@media (max-width: 1439px) {
  .tab__bar .tab-btn {
    padding: 0px 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__bar .tab-btn {
    padding: 0vw 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__bar .tab-btn {
    padding: 0px 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .tab__bar .tab-btn {
    padding: clamp(0px, 0vw, 0px) clamp(0px, 4.4444444444vw, 16px);
  }
}
.tab__bar .tab-text {
  position: relative;
  display: inline-block;
  color: #868686;
  letter-spacing: -0.5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1439px) {
  .tab__bar .tab-text {
    padding: 15px 0px 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__bar .tab-text {
    padding: 1.0416666667vw 0vw 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .tab__bar .tab-text {
    padding: 26.6666666667px 0px 24px;
  }
}
@media (max-width: 1439px) {
  .tab__bar .tab-text {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__bar .tab-text {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__bar .tab-text {
    font-size: 26.6666666667px;
  }
}
.tab__bar .tab-text {
  font-weight: 600;
}
.tab__bar .tab-text {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .tab__bar .tab-text {
    white-space: nowrap;
    padding: clamp(0px, 6.6666666667vw, 24px) clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 600;
    line-height: 1.5;
  }
}

.tab__switch {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .tab__switch {
    padding-top: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__switch {
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__switch {
    padding-top: 106.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .tab__switch {
    padding-top: clamp(0px, 1.6666666667vw, 6px);
  }
}
.tab__switch .tab-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 1023px) {
  .tab__switch .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tab__switch .tab-list::-webkit-scrollbar {
    display: none;
  }
}
.tab__switch .tab-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tab__switch .tab-item.is-active .tab-text {
  position: relative;
  color: #000;
}
.tab__switch .tab-item.is-active .tab-text::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
}
@media (max-width: 1439px) {
  .tab__switch .tab-btn {
    padding: 0px 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__switch .tab-btn {
    padding: 0vw 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__switch .tab-btn {
    padding: 0px 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .tab__switch .tab-btn {
    padding: clamp(0px, 0vw, 0px) clamp(0px, 4.4444444444vw, 16px);
  }
}
.tab__switch .tab-text {
  display: block;
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .tab__switch .tab-text {
    padding: 15px 0px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__switch .tab-text {
    padding: 1.0416666667vw 0vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .tab__switch .tab-text {
    padding: 26.6666666667px 0px 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .tab__switch .tab-text {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__switch .tab-text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .tab__switch .tab-text {
    font-size: 24px;
  }
}
.tab__switch .tab-text {
  font-weight: 600;
}
.tab__switch .tab-text {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .tab__switch .tab-text {
    padding: clamp(0px, 5vw, 18px) clamp(0px, 0vw, 0px) clamp(0px, 3.8888888889vw, 14px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}

@media (max-width: 1439px) {
  .nudging-banner {
    padding: 150px 90px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .nudging-banner {
    padding: 10.4166666667vw 6.25vw 0vw;
  }
}
@media (min-width: 2561px) {
  .nudging-banner {
    padding: 266.6666666667px 160px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .nudging-banner {
    padding: clamp(0px, 33.3333333333vw, 120px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px);
  }
}
.nudging-banner .nudging-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .nudging-banner .nudging-inner {
    padding: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .nudging-banner .nudging-inner {
    padding: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .nudging-banner .nudging-inner {
    padding: 106.6666666667px;
  }
}
@media (max-width: 1439px) {
  .nudging-banner .nudging-inner {
    height: 360px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .nudging-banner .nudging-inner {
    height: 25vw;
  }
}
@media (min-width: 2561px) {
  .nudging-banner .nudging-inner {
    height: 640px;
  }
}
@media screen and (max-width: 1023px) {
  .nudging-banner .nudging-inner {
    padding: clamp(0px, 5.5555555556vw, 20px);
    height: clamp(0px, 177.7777777778vw, 640px);
  }
}
@media (max-width: 1439px) {
  .nudging-banner .section__title .eyebrow {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .nudging-banner .section__title .eyebrow {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .nudging-banner .section__title .eyebrow {
    font-size: 24px;
  }
}
.nudging-banner .section__title .eyebrow {
  font-weight: 500;
}
.nudging-banner .section__title .eyebrow {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .nudging-banner .section__title .eyebrow {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.nudging-banner.type-dark .nudging-inner .eyebrow,
.nudging-banner.type-dark .nudging-inner .title,
.nudging-banner.type-dark .nudging-inner .desc,
.nudging-banner.type-dark .nudging-inner .link-text {
  color: #fff;
}
.nudging-banner.type-dark .nudging-inner .link-more:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.nudging-banner.type-dark .nudging-inner .link-text:after {
  background: #fff;
}

.box__no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #F9F9FA;
  border-top: 1px solid #868686;
}
@media (max-width: 1439px) {
  .box__no-result {
    gap: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__no-result {
    gap: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .box__no-result {
    gap: 16px;
  }
}
@media (max-width: 1439px) {
  .box__no-result {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__no-result {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .box__no-result {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__no-result {
    height: 600px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__no-result {
    height: 41.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .box__no-result {
    height: 1066.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__no-result {
    gap: clamp(0px, 2.2222222222vw, 8px);
    margin-top: clamp(0px, 3.3333333333vw, 12px);
    height: clamp(0px, 83.3333333333vw, 300px);
  }
}
.box__no-result .result-title {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__no-result .result-title {
    font-size: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__no-result .result-title {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .box__no-result .result-title {
    font-size: 37.3333333333px;
  }
}
.box__no-result .result-title {
  font-weight: 700;
}
@media (max-width: 1439px) {
  .box__no-result .result-title {
    line-height: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__no-result .result-title {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .box__no-result .result-title {
    line-height: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__no-result .result-title {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.box__no-result .result-desc {
  color: #868686;
}
@media (max-width: 1439px) {
  .box__no-result .result-desc {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__no-result .result-desc {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__no-result .result-desc {
    font-size: 24px;
  }
}
.box__no-result .result-desc {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .box__no-result .result-desc {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__no-result .result-desc {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .box__no-result .result-desc {
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .box__no-result .result-desc {
    color: #434343;
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.5;
  }
}

.status-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .status-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: clamp(0px, 6.6666666667vw, 24px);
  }
}
.status-toolbar.type-dropdown {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .status-toolbar.type-dropdown .text-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.status-toolbar .text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1439px) {
  .status-toolbar .text-info {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .text-info {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .text-info {
    gap: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .status-toolbar .text-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: clamp(0px, 2.2222222222vw, 8px);
  }
}
.status-toolbar .text-info .total-count {
  color: #000;
}
@media (max-width: 1439px) {
  .status-toolbar .text-info .total-count {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .text-info .total-count {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .text-info .total-count {
    font-size: 24px;
  }
}
.status-toolbar .text-info .total-count {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .status-toolbar .text-info .total-count {
    line-height: 33px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .text-info .total-count {
    line-height: 2.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .text-info .total-count {
    line-height: 58.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .status-toolbar .text-info .total-count {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 600;
    line-height: clamp(0px, 9.4444444444vw, 34px);
  }
}
.status-toolbar .text-info .btn-reset {
  background: #fff;
  color: #434343;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .status-toolbar .text-info .btn-reset {
    padding: 8.25px 11.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .text-info .btn-reset {
    padding: 0.5729166667vw 0.78125vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .text-info .btn-reset {
    padding: 14.6666666667px 20px;
  }
}
@media (max-width: 1439px) {
  .status-toolbar .text-info .btn-reset {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .text-info .btn-reset {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .text-info .btn-reset {
    font-size: 18.6666666667px;
  }
}
.status-toolbar .text-info .btn-reset {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .status-toolbar .text-info .btn-reset {
    line-height: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .text-info .btn-reset {
    line-height: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .text-info .btn-reset {
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .status-toolbar .text-info .btn-reset {
    padding: clamp(0px, 2.2222222222vw, 8px) clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 500;
    line-height: clamp(0px, 4.7222222222vw, 17px);
  }
}
.status-toolbar .text-info .btn-reset::after {
  content: "";
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1439px) {
  .status-toolbar .text-info .btn-reset::after {
    margin-left: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .text-info .btn-reset::after {
    margin-left: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .text-info .btn-reset::after {
    margin-left: 5.3333333333px;
  }
}
.status-toolbar .text-info .btn-reset::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .status-toolbar .text-info .btn-reset::after {
    width: 14px;
    height: calc(14px * 1);
    -webkit-background-size: calc(325px * 0.7777777778) calc(296px * 0.7777777778);
    background-size: calc(325px * 0.7777777778) calc(296px * 0.7777777778);
    background-position: calc((-297px - 4px) * 0.7777777778) calc((-110px - 4px) * 0.7777777778);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .status-toolbar .text-info .btn-reset::after {
    width: 13.5px;
    height: calc(13.5px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-297px - 4px) * 0.75) calc((-110px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .text-info .btn-reset::after {
    width: calc(18 / 1920 * 100vw);
    height: calc(18 / 1920 * 100vw * 18 / 18);
    -webkit-background-size: calc(325 / 18 * 18 / 1920 * 100vw) calc(296 / 18 * 18 / 1920 * 100vw);
    background-size: calc(325 / 18 * 18 / 1920 * 100vw) calc(296 / 18 * 18 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 18 * 18 / 1920 * 100vw) calc((-110 - 4) / 18 * 18 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .status-toolbar .text-info .btn-reset::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-297px - 4px) * 1.3333333333) calc((-110px - 4px) * 1.3333333333);
  }
}
.status-toolbar .dropdown {
  position: relative;
  width: auto;
}
@media (max-width: 1439px) {
  .status-toolbar .dropdown {
    min-width: 120px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown {
    min-width: 8.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown {
    min-width: 213.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .status-toolbar .dropdown {
    width: clamp(0px, 30vw, 108px);
  }
}
.status-toolbar .dropdown.is-open .dropdown-btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom-color: transparent;
}
.status-toolbar .dropdown.is-open .dropdown-btn::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.status-toolbar .dropdown.is-open .dropdown-list {
  display: block;
}
.status-toolbar .dropdown.is-open .dropdown-text {
  color: #212121;
}
.status-toolbar .dropdown-btn {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  text-align: left;
}
@media (max-width: 1439px) {
  .status-toolbar .dropdown-btn {
    padding: 9px 56.25px 9px 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-btn {
    padding: 0.625vw 3.90625vw 0.625vw 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown-btn {
    padding: 16px 100px 16px 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .status-toolbar .dropdown-btn {
    border-radius: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-btn {
    border-radius: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown-btn {
    border-radius: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .status-toolbar .dropdown-btn {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown-btn {
    font-size: 21.3333333333px;
  }
}
.status-toolbar .dropdown-btn {
  font-weight: 500;
}
.status-toolbar .dropdown-btn {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .status-toolbar .dropdown-btn {
    padding: clamp(0px, 2.5vw, 9px) clamp(0px, 8.3333333333vw, 30px) clamp(0px, 2.5vw, 9px) clamp(0px, 3.8888888889vw, 14px);
  }
}
.status-toolbar .dropdown-btn::after {
  content: "";
  position: absolute;
}
@media (max-width: 1439px) {
  .status-toolbar .dropdown-btn::after {
    top: 11.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-btn::after {
    top: 0.78125vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown-btn::after {
    top: 20px;
  }
}
@media (max-width: 1439px) {
  .status-toolbar .dropdown-btn::after {
    right: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-btn::after {
    right: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown-btn::after {
    right: 26.6666666667px;
  }
}
.status-toolbar .dropdown-btn::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .status-toolbar .dropdown-btn::after {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-265px - 4px) * 0.8333333333) calc((-32px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .status-toolbar .dropdown-btn::after {
    width: 15px;
    height: calc(15px * 1);
    -webkit-background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-position: calc((-265px - 4px) * 0.625) calc((-32px - 4px) * 0.625);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-btn::after {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 20 / 1920 * 100vw) calc(296 / 24 * 20 / 1920 * 100vw);
    background-size: calc(325 / 24 * 20 / 1920 * 100vw) calc(296 / 24 * 20 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 20 / 1920 * 100vw) calc((-32 - 4) / 24 * 20 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown-btn::after {
    width: 26.6666666667px;
    height: calc(26.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.1111111111) calc(296px * 1.1111111111);
    background-size: calc(325px * 1.1111111111) calc(296px * 1.1111111111);
    background-position: calc((-265px - 4px) * 1.1111111111) calc((-32px - 4px) * 1.1111111111);
  }
}
@media screen and (max-width: 1023px) {
  .status-toolbar .dropdown-btn::after {
    top: clamp(0px, 3.0555555556vw, 11px);
  }
  .status-toolbar .dropdown-btn::after {
    background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .status-toolbar .dropdown-btn::after {
    width: 16px;
    height: calc(16px * 1);
    -webkit-background-size: calc(325px * 0.6666666667) calc(296px * 0.6666666667);
    background-size: calc(325px * 0.6666666667) calc(296px * 0.6666666667);
    background-position: calc((-265px - 4px) * 0.6666666667) calc((-32px - 4px) * 0.6666666667);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .status-toolbar .dropdown-btn::after {
    width: 12px;
    height: calc(12px * 1);
    -webkit-background-size: calc(325px * 0.5) calc(296px * 0.5);
    background-size: calc(325px * 0.5) calc(296px * 0.5);
    background-position: calc((-265px - 4px) * 0.5) calc((-32px - 4px) * 0.5);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-btn::after {
    width: calc(16 / 1920 * 100vw);
    height: calc(16 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 16 / 1920 * 100vw) calc(296 / 24 * 16 / 1920 * 100vw);
    background-size: calc(325 / 24 * 16 / 1920 * 100vw) calc(296 / 24 * 16 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 16 / 1920 * 100vw) calc((-32 - 4) / 24 * 16 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .status-toolbar .dropdown-btn::after {
    width: 21.3333333333px;
    height: calc(21.3333333333px * 1);
    -webkit-background-size: calc(325px * 0.8888888889) calc(296px * 0.8888888889);
    background-size: calc(325px * 0.8888888889) calc(296px * 0.8888888889);
    background-position: calc((-265px - 4px) * 0.8888888889) calc((-32px - 4px) * 0.8888888889);
  }
}
.status-toolbar .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media (max-width: 1439px) {
  .status-toolbar .dropdown-list {
    border-radius: 0px 0px 3px 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-list {
    border-radius: 0vw 0vw 0.2083333333vw 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown-list {
    border-radius: 0px 0px 5.3333333333px 5.3333333333px;
  }
}
.status-toolbar .dropdown-option {
  color: #212121;
  width: 100%;
  text-align: left;
}
@media (max-width: 1439px) {
  .status-toolbar .dropdown-option {
    padding: 9px 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-option {
    padding: 0.625vw 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown-option {
    padding: 16px 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .status-toolbar .dropdown-option {
    font-size: 11.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-option {
    font-size: 0.78125vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown-option {
    font-size: 20px;
  }
}
.status-toolbar .dropdown-option {
  font-weight: 500;
}
.status-toolbar .dropdown-option {
  line-height: 1.64;
}
.status-toolbar .dropdown-option:hover {
  background-color: #F9F9FA;
}
.status-toolbar .dropdown-text {
  color: #656565;
}
@media (max-width: 1439px) {
  .status-toolbar .dropdown-text {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .dropdown-text {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .dropdown-text {
    font-size: 21.3333333333px;
  }
}
.status-toolbar .dropdown-text {
  font-weight: 500;
}
.status-toolbar .dropdown-text {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .status-toolbar .dropdown-text {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.status-toolbar .search-box {
  position: relative;
}
@media (max-width: 1439px) {
  .status-toolbar .search-box {
    width: 301.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .search-box {
    width: 20.9375vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .search-box {
    width: 536px;
  }
}
@media screen and (max-width: 1023px) {
  .status-toolbar .search-box {
    width: 100%;
  }
}
.status-toolbar .search-box .search-input {
  width: 100%;
  border: 1px solid #DCDCDC;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .status-toolbar .search-box .search-input {
    padding: 12.75px 36px 12.75px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .search-box .search-input {
    padding: 0.8854166667vw 2.5vw 0.8854166667vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .search-box .search-input {
    padding: 22.6666666667px 64px 22.6666666667px 32px;
  }
}
@media (max-width: 1439px) {
  .status-toolbar .search-box .search-input {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .search-box .search-input {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .search-box .search-input {
    font-size: 21.3333333333px;
  }
}
.status-toolbar .search-box .search-input {
  font-weight: 500;
}
.status-toolbar .search-box .search-input {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .status-toolbar .search-box .search-input {
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 13.3333333333vw, 48px) clamp(0px, 3.3333333333vw, 12px) clamp(0px, 6.6666666667vw, 24px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.status-toolbar .search-box .search-input::-webkit-input-placeholder {
  color: #868686;
}
.status-toolbar .search-box .search-input::-moz-placeholder {
  color: #868686;
}
.status-toolbar .search-box .search-input:-ms-input-placeholder {
  color: #868686;
}
.status-toolbar .search-box .search-input::-ms-input-placeholder {
  color: #868686;
}
.status-toolbar .search-box .search-input::placeholder {
  color: #868686;
}
.status-toolbar .search-box .search-input:focus {
  outline: none;
  border-color: #000;
}
.status-toolbar .search-box .btn-del {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .status-toolbar .search-box .btn-del {
    right: 42px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .search-box .btn-del {
    right: 2.9166666667vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .search-box .btn-del {
    right: 74.6666666667px;
  }
}
.status-toolbar .search-box .btn-del {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .status-toolbar .search-box .btn-del {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-265px - 4px) * 0.8333333333) calc((-128px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .status-toolbar .search-box .btn-del {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((-128px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .search-box .btn-del {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((-128 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .status-toolbar .search-box .btn-del {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((-128px - 4px) * 1.3333333333);
  }
}
.status-toolbar .search-box .btn-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .status-toolbar .search-box .btn-search {
    right: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .search-box .btn-search {
    right: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .search-box .btn-search {
    right: 32px;
  }
}
.status-toolbar .search-box .btn-search {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .status-toolbar .search-box .btn-search {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-256px - 4px) * 0.8333333333) calc((-264px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .status-toolbar .search-box .btn-search {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-256px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .search-box .btn-search {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-256 - 4) / 24 * 24 / 1920 * 100vw) calc((-264 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .status-toolbar .search-box .btn-search {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-256px - 4px) * 1.3333333333) calc((-264px - 4px) * 1.3333333333);
  }
}
.status-toolbar .search-box.is-value .btn-del {
  display: block;
}
@media (max-width: 1439px) {
  .status-toolbar .search-box.is-value .search-input {
    padding-right: 63px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .status-toolbar .search-box.is-value .search-input {
    padding-right: 4.375vw;
  }
}
@media (min-width: 2561px) {
  .status-toolbar .search-box.is-value .search-input {
    padding-right: 112px;
  }
}
@media screen and (max-width: 1023px) {
  .status-toolbar .search-box.is-value .search-input {
    padding-right: clamp(0px, 22.2222222222vw, 80px);
  }
}

@media (max-width: 1439px) {
  .box__section-post {
    padding: 214.5px 196.5px 150px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post {
    padding: 14.8958333333vw 13.6458333333vw 10.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post {
    padding: 381.3333333333px 349.3333333333px 266.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post {
    padding: clamp(0px, 50vw, 180px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 33.3333333333vw, 120px);
  }
}
.box__section-post .post-header .title {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__section-post .post-header .title {
    font-size: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-header .title {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-header .title {
    font-size: 53.3333333333px;
  }
}
.box__section-post .post-header .title {
  font-weight: 500;
}
.box__section-post .post-header .title {
  line-height: 1.36;
}
.box__section-post .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .box__section-post .post-info {
    padding-top: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info {
    padding-top: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info {
    padding-top: 21.3333333333px;
  }
}
.box__section-post .post-info .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #434343;
}
@media (max-width: 1439px) {
  .box__section-post .post-info .text-box {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info .text-box {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info .text-box {
    font-size: 24px;
  }
}
.box__section-post .post-info .text-box {
  font-weight: 500;
}
.box__section-post .post-info .text-box {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-info .text-box {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.6;
  }
}
.box__section-post .post-info .text-box .date {
  position: relative;
}
@media (max-width: 1439px) {
  .box__section-post .post-info .text-box .date {
    padding-left: 24.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info .text-box .date {
    padding-left: 1.71875vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info .text-box .date {
    padding-left: 44px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-info .text-box .date {
    padding-left: clamp(0px, 9.1666666667vw, 33px);
  }
}
.box__section-post .post-info .text-box .date::before {
  content: "";
  position: absolute;
  background-color: #A7A8A9;
  width: 1px;
}
@media (max-width: 1439px) {
  .box__section-post .post-info .text-box .date::before {
    height: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info .text-box .date::before {
    height: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info .text-box .date::before {
    height: 18.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .post-info .text-box .date::before {
    top: 5.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info .text-box .date::before {
    top: 0.3645833333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info .text-box .date::before {
    top: 9.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .post-info .text-box .date::before {
    left: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info .text-box .date::before {
    left: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info .text-box .date::before {
    left: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-info .text-box .date::before {
    left: clamp(0px, 4.4444444444vw, 16px);
    height: clamp(0px, 3.3333333333vw, 12px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.6;
  }
}
.box__section-post .post-info .sns-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .box__section-post .post-info .sns-info {
    gap: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info .sns-info {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info .sns-info {
    gap: 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-info .sns-info {
    gap: clamp(0px, 3.3333333333vw, 12px);
  }
}
.box__section-post .post-info .sns-link.blog {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .box__section-post .post-info .sns-link.blog {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-48px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .box__section-post .post-info .sns-link.blog {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-48px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info .sns-link.blog {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-position: calc((-48 - 4) / 32 * 32 / 1920 * 100vw) calc((-176 - 4) / 32 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info .sns-link.blog {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-48px - 4px) * 1.3333333333) calc((-176px - 4px) * 1.3333333333);
  }
}
.box__section-post .post-info .sns-link.twitter {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .box__section-post .post-info .sns-link.twitter {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-80px - 4px) * 0.75) calc((-224px - 4px) * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .box__section-post .post-info .sns-link.twitter {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-80px - 4px) * 0.75) calc((-224px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info .sns-link.twitter {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-position: calc((-80 - 4) / 32 * 32 / 1920 * 100vw) calc((-224 - 4) / 32 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info .sns-link.twitter {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-80px - 4px) * 1.3333333333) calc((-224px - 4px) * 1.3333333333);
  }
}
.box__section-post .post-info .sns-link.facebook {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .box__section-post .post-info .sns-link.facebook {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-168px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .box__section-post .post-info .sns-link.facebook {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-168px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info .sns-link.facebook {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-position: calc((-168 - 4) / 32 * 32 / 1920 * 100vw) calc((-176 - 4) / 32 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info .sns-link.facebook {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-168px - 4px) * 1.3333333333) calc((-176px - 4px) * 1.3333333333);
  }
}
.box__section-post .post-info .sns-link.copy {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .box__section-post .post-info .sns-link.copy {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-88px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .box__section-post .post-info .sns-link.copy {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-88px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-info .sns-link.copy {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-position: calc((-88 - 4) / 32 * 32 / 1920 * 100vw) calc((-176 - 4) / 32 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-info .sns-link.copy {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-88px - 4px) * 1.3333333333) calc((-176px - 4px) * 1.3333333333);
  }
}
.box__section-post .post-content {
  border-top: 2px solid #434343;
}
@media (max-width: 1439px) {
  .box__section-post .post-content {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-content {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-content {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .post-content {
    padding-top: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-content {
    padding-top: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-content {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-content {
    margin-top: clamp(0px, 11.1111111111vw, 40px);
    padding-top: clamp(0px, 5.5555555556vw, 20px);
  }
}
.box__section-post .post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
@media (max-width: 1439px) {
  .box__section-post .post-nav {
    margin: 60px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav {
    margin: 4.1666666667vw 0vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav {
    margin: 106.6666666667px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-nav {
    margin: clamp(0px, 11.1111111111vw, 40px) clamp(0px, 0vw, 0px);
  }
}
.box__section-post .post-nav-item {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item {
    font-size: 24px;
  }
}
.box__section-post .post-nav-item {
  font-weight: 500;
}
.box__section-post .post-nav-item {
  line-height: 1.6;
}
.box__section-post .post-nav-item.is-disabled .link {
  color: #868686;
  pointer-events: none;
}
.box__section-post .post-nav-item.is-disabled .prev-text::before,
.box__section-post .post-nav-item.is-disabled .next-text::before {
  content: "";
}
.box__section-post .post-nav-item.is-disabled .prev-text::before,
.box__section-post .post-nav-item.is-disabled .next-text::before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .box__section-post .post-nav-item.is-disabled .prev-text::before,
  .box__section-post .post-nav-item.is-disabled .next-text::before {
    width: 16px;
    height: calc(16px * 1);
    -webkit-background-size: calc(325px * 0.6666666667) calc(296px * 0.6666666667);
    background-size: calc(325px * 0.6666666667) calc(296px * 0.6666666667);
    background-position: calc((-265px - 4px) * 0.6666666667) calc((-64px - 4px) * 0.6666666667);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .box__section-post .post-nav-item.is-disabled .prev-text::before,
  .box__section-post .post-nav-item.is-disabled .next-text::before {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((-64px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item.is-disabled .prev-text::before,
  .box__section-post .post-nav-item.is-disabled .next-text::before {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((-64 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item.is-disabled .prev-text::before,
  .box__section-post .post-nav-item.is-disabled .next-text::before {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((-64px - 4px) * 1.3333333333);
  }
}
.box__section-post .post-nav-item.is-disabled .date {
  display: none;
}
.box__section-post .post-nav-item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  color: #434343;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .link {
    gap: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .link {
    gap: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .link {
    gap: 85.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .link {
    padding: 30px 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .link {
    padding: 2.0833333333vw 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .link {
    padding: 53.3333333333px 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .link {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .link {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .link {
    font-size: 24px;
  }
}
.box__section-post .post-nav-item .link {
  font-weight: 500;
}
.box__section-post .post-nav-item .link {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-nav-item .link {
    gap: clamp(0px, 5.5555555556vw, 20px);
    padding: clamp(0px, 6.6666666667vw, 24px) clamp(0px, 0vw, 0px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.box__section-post .post-nav-item .prev-text,
.box__section-post .post-nav-item .next-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .prev-text,
  .box__section-post .post-nav-item .next-text {
    width: 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .prev-text,
  .box__section-post .post-nav-item .next-text {
    width: 6.25vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .prev-text,
  .box__section-post .post-nav-item .next-text {
    width: 160px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .prev-text,
  .box__section-post .post-nav-item .next-text {
    gap: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .prev-text,
  .box__section-post .post-nav-item .next-text {
    gap: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .prev-text,
  .box__section-post .post-nav-item .next-text {
    gap: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-nav-item .prev-text,
  .box__section-post .post-nav-item .next-text {
    width: clamp(0px, 23.6111111111vw, 85px);
  }
}
.box__section-post .post-nav-item .prev-text::before,
.box__section-post .post-nav-item .next-text::before {
  content: "";
}
.box__section-post .post-nav-item .prev-text::before,
.box__section-post .post-nav-item .next-text::before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .box__section-post .post-nav-item .prev-text::before,
  .box__section-post .post-nav-item .next-text::before {
    width: 16px;
    height: calc(16px * 1);
    -webkit-background-size: calc(325px * 0.6666666667) calc(296px * 0.6666666667);
    background-size: calc(325px * 0.6666666667) calc(296px * 0.6666666667);
    background-position: calc((-265px - 4px) * 0.6666666667) calc((-32px - 4px) * 0.6666666667);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .box__section-post .post-nav-item .prev-text::before,
  .box__section-post .post-nav-item .next-text::before {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((-32px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .prev-text::before,
  .box__section-post .post-nav-item .next-text::before {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((-32 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .prev-text::before,
  .box__section-post .post-nav-item .next-text::before {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((-32px - 4px) * 1.3333333333);
  }
}
.box__section-post .post-nav-item .post-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .post-title {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .post-title {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .post-title {
    font-size: 24px;
  }
}
.box__section-post .post-nav-item .post-title {
  font-weight: 500;
}
.box__section-post .post-nav-item .post-title {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-nav-item .post-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: -0.5px;
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.box__section-post .post-nav-item .post-title .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-nav-item .post-title .text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.box__section-post .post-nav-item .post-title .company {
  position: relative;
  letter-spacing: -0.5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .post-title .company {
    padding-right: 30.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .post-title .company {
    padding-right: 2.1354166667vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .post-title .company {
    padding-right: 54.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .post-title .company {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .post-title .company {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .post-title .company {
    font-size: 24px;
  }
}
.box__section-post .post-nav-item .post-title .company {
  font-weight: 500;
}
.box__section-post .post-nav-item .post-title .company {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-nav-item .post-title .company {
    color: #868686;
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .box__section-post .post-nav-item .post-title .company {
    margin-bottom: 1.5px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .post-title .company {
    margin-bottom: 0.1041666667vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .box__section-post .post-nav-item .post-title .company {
    margin-bottom: 2.6666666667px;
  }
}
.box__section-post .post-nav-item .post-title .company::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #434343;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .post-title .company::after {
    right: 15.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .post-title .company::after {
    right: 1.09375vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .post-title .company::after {
    right: 28px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .post-title .company::after {
    height: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .post-title .company::after {
    height: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .post-title .company::after {
    height: 18.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .post-nav-item .post-title .company::after {
    content: none;
  }
}
.box__section-post .post-nav-item .prev-text::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box__section-post .post-nav-item .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 1439px) {
  .box__section-post .post-nav-item .date {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .post-nav-item .date {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .post-nav-item .date {
    font-size: 24px;
  }
}
.box__section-post .post-nav-item .date {
  font-weight: 500;
}
.box__section-post .post-nav-item .date {
  line-height: 1.5;
}
.box__section-post .post-nav .post-nav-item + .post-nav-item {
  border-top: 1px solid #EDEDED;
}
.box__section-post .attached-file-area {
  background-color: #F9F9FA;
}
@media (max-width: 1439px) {
  .box__section-post .attached-file-area {
    margin-top: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-area {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .attached-file-area {
    margin-top: 106.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .attached-file-area {
    padding: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-area {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .attached-file-area {
    padding: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .attached-file-area {
    padding: clamp(0px, 6.1111111111vw, 22px);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .box__section-post .attached-file-area {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-area {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .box__section-post .attached-file-area {
    margin-top: 80px;
  }
}
.box__section-post .attached-file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .box__section-post .attached-file-item + .attached-file-item {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-item + .attached-file-item {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .attached-file-item + .attached-file-item {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .attached-file-item + .attached-file-item {
    margin-top: 0;
  }
}
.box__section-post .attached-file-item .btn-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 0;
}
@media screen and (max-width: 1023px) {
  .box__section-post .attached-file-item .btn-download {
    padding: clamp(0px, 2.5vw, 9px) clamp(0px, 0vw, 0px);
  }
}
.box__section-post .attached-file-item .btn-download:hover .file {
  color: #000;
}
.box__section-post .attached-file-item .btn-download:hover .file::after {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
.box__section-post .attached-file-item .btn-download::before {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
}
@media (max-width: 1439px) {
  .box__section-post .attached-file-item .btn-download::before {
    margin-right: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-item .btn-download::before {
    margin-right: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .attached-file-item .btn-download::before {
    margin-right: 21.3333333333px;
  }
}
.box__section-post .attached-file-item .btn-download::before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .box__section-post .attached-file-item .btn-download::before {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-position: calc((-128px - 4px) * 0.625) calc((-176px - 4px) * 0.625);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .box__section-post .attached-file-item .btn-download::before {
    width: 15px;
    height: calc(15px * 1);
    -webkit-background-size: calc(325px * 0.46875) calc(296px * 0.46875);
    background-size: calc(325px * 0.46875) calc(296px * 0.46875);
    background-position: calc((-128px - 4px) * 0.46875) calc((-176px - 4px) * 0.46875);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-item .btn-download::before {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 20 / 1920 * 100vw) calc(296 / 32 * 20 / 1920 * 100vw);
    background-size: calc(325 / 32 * 20 / 1920 * 100vw) calc(296 / 32 * 20 / 1920 * 100vw);
    background-position: calc((-128 - 4) / 32 * 20 / 1920 * 100vw) calc((-176 - 4) / 32 * 20 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .box__section-post .attached-file-item .btn-download::before {
    width: 26.6666666667px;
    height: calc(26.6666666667px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-128px - 4px) * 0.8333333333) calc((-176px - 4px) * 0.8333333333);
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .attached-file-item .btn-download::before {
    margin-right: clamp(0px, 1.6666666667vw, 6px);
  }
}
.box__section-post .attached-file-item .btn-download .file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  color: #434343;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__section-post .attached-file-item .btn-download .file {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-item .btn-download .file {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .attached-file-item .btn-download .file {
    font-size: 21.3333333333px;
  }
}
.box__section-post .attached-file-item .btn-download .file {
  font-weight: 500;
}
.box__section-post .attached-file-item .btn-download .file {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .box__section-post .attached-file-item .btn-download .file {
    color: #434343;
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.6;
  }
}
.box__section-post .attached-file-item .btn-download .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box__section-post .attached-file-item .btn-download .file-ext {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.box__section-post .attached-file-item .volume {
  color: #B9B9B9;
  position: relative;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__section-post .attached-file-item .volume {
    padding-left: 18.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-item .volume {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .attached-file-item .volume {
    padding-left: 33.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .attached-file-item .volume {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-item .volume {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .attached-file-item .volume {
    font-size: 21.3333333333px;
  }
}
.box__section-post .attached-file-item .volume {
  font-weight: 400;
}
.box__section-post .attached-file-item .volume {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .box__section-post .attached-file-item .volume {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.box__section-post .attached-file-item .volume::before {
  content: "";
  position: absolute;
  background-color: #CCCCCC;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .box__section-post .attached-file-item .volume::before {
    left: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-item .volume::before {
    left: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .attached-file-item .volume::before {
    left: 16px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .attached-file-item .volume::before {
    height: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .attached-file-item .volume::before {
    height: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .attached-file-item .volume::before {
    height: 18.6666666667px;
  }
}
.box__section-post .btn-list-view {
  display: block;
  color: #fff;
  margin: 0 auto;
  background-color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__section-post .btn-list-view {
    width: 135px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .btn-list-view {
    width: 9.375vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .btn-list-view {
    width: 240px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .btn-list-view {
    padding: 9px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .btn-list-view {
    padding: 0.625vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .btn-list-view {
    padding: 16px 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .btn-list-view {
    border-radius: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .btn-list-view {
    border-radius: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .btn-list-view {
    border-radius: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__section-post .btn-list-view {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .btn-list-view {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .btn-list-view {
    font-size: 24px;
  }
}
.box__section-post .btn-list-view {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .box__section-post .btn-list-view {
    line-height: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .btn-list-view {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .box__section-post .btn-list-view {
    line-height: 37.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__section-post .btn-list-view {
    width: 100%;
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 4.4444444444vw, 16px);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .box__section-post .btn-list-view {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .box__section-post .btn-list-view {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .box__section-post .btn-list-view {
    margin-top: 53.3333333333px;
  }
}

.news__list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1439px) {
  .news__list-area {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area {
    margin-top: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .news__list-area {
    margin-top: clamp(0px, 3.3333333333vw, 12px);
  }
}
.news__list-area .news-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1439px) {
  .news__list-area .news-list {
    gap: 75px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-list {
    gap: 5.2083333333vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-list {
    gap: 133.3333333333px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .news__list-area .news-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 8.8888888889vw, 32px);
  }
}
.news__list-area .news-item {
  position: relative;
}
.news__list-area .news-item .thumb-img {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1439px) {
  .news__list-area .news-item .thumb-img {
    height: 240px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .thumb-img {
    height: 16.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .thumb-img {
    height: 426.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .news__list-area .news-item .thumb-img {
    height: clamp(0px, 61.1111111111vw, 220px);
  }
}
.news__list-area .news-item .thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.news__list-area .news-item .sub_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .news__list-area .news-item .sub_info {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .sub_info {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .sub_info {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .news__list-area .news-item .sub_info {
    margin-top: clamp(0px, 3.8888888889vw, 14px);
  }
}
.news__list-area .news-item .category {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .news__list-area .news-item .category {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .category {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .category {
    font-size: 24px;
  }
}
.news__list-area .news-item .category {
  font-weight: 500;
}
.news__list-area .news-item .category {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .news__list-area .news-item .category {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.news__list-area .news-item .date {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #868686;
  letter-spacing: -0.5px;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 1439px) {
  .news__list-area .news-item .date {
    margin-left: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .date {
    margin-left: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .date {
    margin-left: 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .news__list-area .news-item .date {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .date {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .date {
    font-size: 24px;
  }
}
.news__list-area .news-item .date {
  font-weight: 500;
}
.news__list-area .news-item .date {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .news__list-area .news-item .date {
    margin-left: clamp(0px, 3.3333333333vw, 12px);
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.news__list-area .news-item .date::before {
  display: inline-block;
  width: 1px;
  background-color: #DCDCDC;
  content: "";
  vertical-align: middle;
}
@media (max-width: 1439px) {
  .news__list-area .news-item .date::before {
    height: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .date::before {
    height: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .date::before {
    height: 18.6666666667px;
  }
}
@media (max-width: 1439px) {
  .news__list-area .news-item .date::before {
    margin-right: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .date::before {
    margin-right: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .date::before {
    margin-right: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .news__list-area .news-item .date::before {
    height: clamp(0px, 3.8888888889vw, 14px);
    margin-right: clamp(0px, 3.3333333333vw, 12px);
  }
}
.news__list-area .news-item .title {
  letter-spacing: -0.5px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439px) {
  .news__list-area .news-item .title {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .title {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .title {
    font-size: 24px;
  }
}
.news__list-area .news-item .title {
  font-weight: 600;
}
.news__list-area .news-item .title {
  line-height: 1.5;
}
@media (max-width: 1439px) {
  .news__list-area .news-item .title {
    margin-top: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .title {
    margin-top: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .title {
    margin-top: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .news__list-area .news-item .title {
    margin-top: clamp(0px, 2.2222222222vw, 8px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.news__list-area .news-item .link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.news__list-area .news-item .badge-new {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #212121;
  color: #fff;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .news__list-area .news-item .badge-new {
    padding: 1.875px 6.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .badge-new {
    padding: 0.1302083333vw 0.46875vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .badge-new {
    padding: 3.3333333333px 12px;
  }
}
@media (max-width: 1439px) {
  .news__list-area .news-item .badge-new {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .badge-new {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .news-item .badge-new {
    font-size: 21.3333333333px;
  }
}
.news__list-area .news-item .badge-new {
  font-weight: 500;
}
.news__list-area .news-item .badge-new {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .news__list-area .news-item .badge-new {
    padding: clamp(0px, 1.1111111111vw, 4px) clamp(0px, 2.2222222222vw, 8px);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .news__list-area .news-item .badge-new {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .news-item .badge-new {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .news__list-area .news-item .badge-new {
    font-size: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .news__list-area .news-item .badge-new {
    font-weight: 500;
  }
  .news__list-area .news-item .badge-new {
    line-height: 1.6;
  }
}
.news__list-area .btn-more {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .news__list-area .btn-more {
    width: 135px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .btn-more {
    width: 9.375vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .btn-more {
    width: 240px;
  }
}
@media (max-width: 1439px) {
  .news__list-area .btn-more {
    margin-top: 75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .btn-more {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .btn-more {
    margin-top: 133.3333333333px;
  }
}
@media (max-width: 1439px) {
  .news__list-area .btn-more {
    padding: 8.625px 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .btn-more {
    padding: 0.5989583333vw 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .btn-more {
    padding: 15.3333333333px 13.3333333333px;
  }
}
@media (max-width: 1439px) {
  .news__list-area .btn-more {
    border-radius: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .btn-more {
    border-radius: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .btn-more {
    border-radius: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .news__list-area .btn-more {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .news__list-area .btn-more {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .news__list-area .btn-more {
    font-size: 24px;
  }
}
.news__list-area .btn-more {
  font-weight: 500;
}
.news__list-area .btn-more {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .news__list-area .btn-more {
    width: 100%;
    margin-top: clamp(0px, 11.1111111111vw, 40px);
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 2.7777777778vw, 10px);
    border-radius: clamp(0px, 1.1111111111vw, 4px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: 1.46;
  }
}

.modal-popup {
  display: none;
}
.modal-popup.is-open {
  display: block;
}
.modal-popup.is-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
  .modal-popup.is-open::before {
    display: none;
  }
}
.modal-popup__panel {
  position: fixed;
  top: 10%;
  bottom: 10%;
  left: 50%;
  z-index: 2001;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .modal-popup__panel {
    width: 834px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .modal-popup__panel {
    width: 57.9166666667vw;
  }
}
@media (min-width: 2561px) {
  .modal-popup__panel {
    width: 1482.6666666667px;
  }
}
@media (max-width: 1439px) {
  .modal-popup__panel {
    padding: 52.5px 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .modal-popup__panel {
    padding: 3.6458333333vw 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .modal-popup__panel {
    padding: 93.3333333333px 106.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-popup__panel {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    width: auto;
    padding: clamp(0px, 6.6666666667vw, 24px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 0vw, 0px);
  }
}
.modal-popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .modal-popup__header {
    margin-bottom: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .modal-popup__header {
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 2561px) {
  .modal-popup__header {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-popup__header {
    padding-top: clamp(0px, 13.3333333333vw, 48px);
    margin-bottom: clamp(0px, 11.1111111111vw, 40px);
  }
}
.modal-popup__title {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .modal-popup__title {
    font-size: 27px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .modal-popup__title {
    font-size: 1.875vw;
  }
}
@media (min-width: 2561px) {
  .modal-popup__title {
    font-size: 48px;
  }
}
.modal-popup__title {
  font-weight: 600;
}
.modal-popup__title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .modal-popup__title {
    font-size: clamp(0px, 6.6666666667vw, 24px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.modal-popup__close {
  cursor: pointer;
}
.modal-popup__close {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .modal-popup__close {
    width: 28px;
    height: calc(28px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-120px - 4px) * 1) calc((-224px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .modal-popup__close {
    width: 30px;
    height: calc(30px * 1);
    -webkit-background-size: calc(325px * 1.0714285714) calc(296px * 1.0714285714);
    background-size: calc(325px * 1.0714285714) calc(296px * 1.0714285714);
    background-position: calc((-120px - 4px) * 1.0714285714) calc((-224px - 4px) * 1.0714285714);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .modal-popup__close {
    width: calc(40 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw * 28 / 28);
    -webkit-background-size: calc(325 / 28 * 40 / 1920 * 100vw) calc(296 / 28 * 40 / 1920 * 100vw);
    background-size: calc(325 / 28 * 40 / 1920 * 100vw) calc(296 / 28 * 40 / 1920 * 100vw);
    background-position: calc((-120 - 4) / 28 * 40 / 1920 * 100vw) calc((-224 - 4) / 28 * 40 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .modal-popup__close {
    width: 53.3333333333px;
    height: calc(53.3333333333px * 1);
    -webkit-background-size: calc(325px * 1.9047619048) calc(296px * 1.9047619048);
    background-size: calc(325px * 1.9047619048) calc(296px * 1.9047619048);
    background-position: calc((-120px - 4px) * 1.9047619048) calc((-224px - 4px) * 1.9047619048);
  }
}
@media screen and (max-width: 1023px) {
  .modal-popup__close {
    position: absolute;
    top: clamp(0px, 6.6666666667vw, 24px);
    right: clamp(0px, 5.5555555556vw, 20px);
  }
}
.modal-popup__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .modal-popup__content {
    padding-bottom: clamp(0px, 8.3333333333vw, 30px);
  }
}
@media (max-width: 1439px) {
  .modal-popup__content::-webkit-scrollbar {
    width: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .modal-popup__content::-webkit-scrollbar {
    width: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .modal-popup__content::-webkit-scrollbar {
    width: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-popup__content::-webkit-scrollbar {
    width: clamp(0px, 1.1111111111vw, 4px);
  }
}
.modal-popup__content::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
}
.modal-popup__content::-webkit-scrollbar-track {
  background-color: transparent;
}

.summer-note {
  font-family: "Pretendard", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
  color: #434343;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.summer-note h2 {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  color: #000;
  letter-spacing: -0.5px;
}
.summer-note h3 {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  letter-spacing: -0.5px;
}
.summer-note p {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.5px;
}
.summer-note strong, .summer-note b {
  font-weight: 700;
}
.summer-note a {
  color: #434343;
  text-decoration: underline;
}
.summer-note ul {
  margin-top: 16px;
}
.summer-note ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.5px;
}
.summer-note ul li::before {
  position: absolute;
  top: 11px;
  left: 4px;
  width: 5px;
  height: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #434343;
  border-radius: 50%;
  content: "";
}
.summer-note ul ul {
  margin-top: 0;
}
.summer-note ul ul li::before {
  background-color: transparent;
  border: 1px solid #434343;
  border-radius: 50%;
}
.summer-note ul ul ul li::before {
  background-color: #434343;
  border: none;
  border-radius: 0;
}
.summer-note ul ul ul ul li::before {
  background-color: transparent;
  border: 1px solid #434343;
  border-radius: 0;
}
.summer-note ol {
  margin-top: 16px;
  counter-reset: depth1;
}
.summer-note ol li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.5px;
  counter-increment: depth1;
}
.summer-note ol li::before {
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.5px;
  content: counter(depth1) ".";
}
.summer-note ol ol {
  margin-top: 0;
  counter-reset: depth2;
}
.summer-note ol ol > li {
  counter-increment: depth2;
}
.summer-note ol ol > li::before {
  content: counter(depth2) ")";
}
.summer-note ol ol ol {
  counter-reset: depth3;
}
.summer-note ol ol ol > li {
  counter-increment: depth3;
}
.summer-note ol ol ol > li::before {
  content: counter(depth3, lower-alpha) ".";
}
.summer-note ol ol ol ol {
  counter-reset: depth4;
}
.summer-note ol ol ol ol > li {
  counter-increment: depth4;
}
.summer-note ol ol ol ol > li::before {
  content: counter(depth4, lower-roman) ".";
}
.summer-note table {
  width: 80%;
  margin-top: 32px;
  border-collapse: collapse;
}
@media screen and (max-width: 1023px) {
  .summer-note table {
    width: 100%;
  }
}
.summer-note table th, .summer-note table td {
  padding: 16px;
  border: 1px solid #DCDCDC;
}
.summer-note img {
  width: 100%;
  margin-top: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}
.summer-note .video-wrapper,
.summer-note p:has(> .note-video-clip) {
  position: relative;
  width: 100%;
  margin-top: 32px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.summer-note .video-wrapper iframe,
.summer-note p:has(> .note-video-clip) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1439px) {
  .ceo-greeting {
    padding: 150px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .ceo-greeting {
    padding: 10.4166666667vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .ceo-greeting {
    padding: 266.6666666667px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .ceo-greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 16.6666666667vw, 60px);
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 0vw, 0px) clamp(0px, 33.3333333333vw, 120px);
  }
}
.ceo-greeting .greeting-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6.4285714286%;
}
@media screen and (max-width: 1023px) {
  .ceo-greeting .greeting-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: clamp(0px, 8.8888888889vw, 32px);
    padding: clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.ceo-greeting .greeting-area .message {
  color: #212121;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .ceo-greeting .greeting-area .message {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .ceo-greeting .greeting-area .message {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .ceo-greeting .greeting-area .message {
    font-size: 29.3333333333px;
  }
}
.ceo-greeting .greeting-area .message {
  font-weight: 500;
}
.ceo-greeting .greeting-area .message {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .ceo-greeting .greeting-area .message {
    color: #000;
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.ceo-greeting .greeting-area .img-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1439px) {
  .ceo-greeting .greeting-area .img-sign {
    gap: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .ceo-greeting .greeting-area .img-sign {
    gap: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .ceo-greeting .greeting-area .img-sign {
    gap: 24px;
  }
}
@media (max-width: 1439px) {
  .ceo-greeting .greeting-area .img-sign {
    margin: 22.5px 15px 0px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .ceo-greeting .greeting-area .img-sign {
    margin: 1.5625vw 1.0416666667vw 0vw 0vw;
  }
}
@media (min-width: 2561px) {
  .ceo-greeting .greeting-area .img-sign {
    margin: 40px 26.6666666667px 0px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .ceo-greeting .greeting-area .img-sign {
    gap: clamp(0px, 1.6666666667vw, 6px);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .ceo-greeting .greeting-area .img-sign {
    margin: 27px 0px 0px 0px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .ceo-greeting .greeting-area .img-sign {
    margin: 1.875vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .ceo-greeting .greeting-area .img-sign {
    margin: 48px 0px 0px 0px;
  }
}
@media (max-width: 1439px) {
  .ceo-greeting .greeting-area .img-sign .img {
    width: 147px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .ceo-greeting .greeting-area .img-sign .img {
    width: 10.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .ceo-greeting .greeting-area .img-sign .img {
    width: 261.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .ceo-greeting .greeting-area .img-sign .img {
    width: clamp(0px, 38.3333333333vw, 138px);
  }
}
.ceo-greeting .greeting-area .img-sign .sign-name {
  color: #434343;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .ceo-greeting .greeting-area .img-sign .sign-name {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .ceo-greeting .greeting-area .img-sign .sign-name {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .ceo-greeting .greeting-area .img-sign .sign-name {
    font-size: 18.6666666667px;
  }
}
.ceo-greeting .greeting-area .img-sign .sign-name {
  font-weight: 500;
}
.ceo-greeting .greeting-area .img-sign .sign-name {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .ceo-greeting .greeting-area .img-sign .sign-name {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.ceo-greeting .greeting-area .img-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.380952381%;
  flex: 0 0 27.380952381%;
}
.ceo-greeting .greeting-area .img-thumb .img {
  -o-object-fit: contain;
  object-fit: contain;
}
.ceo-greeting .greeting-area .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sub__section {
  position: relative;
}

@media (max-width: 1439px) {
  .tab__section {
    padding: 150px 90px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section {
    padding: 10.4166666667vw 6.25vw 0vw;
  }
}
@media (min-width: 2561px) {
  .tab__section {
    padding: 266.6666666667px 160px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .tab__section {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 0vw, 0px);
  }
}
.tab__section .value-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .tab__section .value-lst {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-lst {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-lst {
    gap: 32px;
  }
}
@media (max-width: 1439px) {
  .tab__section .value-lst {
    margin-top: 105px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-lst {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-lst {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 1439px) {
  .tab__section .value-lst {
    padding-bottom: 150px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-lst {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-lst {
    padding-bottom: 266.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .tab__section .value-lst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 5.5555555556vw, 20px);
    margin-top: clamp(0px, 16.6666666667vw, 60px);
    padding-bottom: clamp(0px, 27.7777777778vw, 100px);
  }
}
.tab__section .value-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #DCDCDC;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .tab__section .value-item {
    padding: 30px 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-item {
    padding: 2.0833333333vw 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-item {
    padding: 53.3333333333px 42.6666666667px;
  }
}
@media (max-width: 1439px) {
  .tab__section .value-item {
    border-radius: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-item {
    border-radius: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-item {
    border-radius: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .tab__section .value-item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    padding: clamp(0px, 7.7777777778vw, 28px) clamp(0px, 6.6666666667vw, 24px) clamp(0px, 11.1111111111vw, 40px);
    border-radius: clamp(0px, 2.2222222222vw, 8px);
  }
}
.tab__section .value-item.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tab__section .value-item .overview {
  color: #656565;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .tab__section .value-item .overview {
    margin-top: 63px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-item .overview {
    margin-top: 4.375vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-item .overview {
    margin-top: 112px;
  }
}
@media (max-width: 1439px) {
  .tab__section .value-item .overview {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-item .overview {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-item .overview {
    font-size: 24px;
  }
}
.tab__section .value-item .overview {
  font-weight: 500;
}
.tab__section .value-item .overview {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .tab__section .value-item .overview {
    margin-top: clamp(0px, 17.7777777778vw, 64px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.tab__section .value-box .icon {
  overflow: hidden;
}
@media (max-width: 1439px) {
  .tab__section .value-box .icon {
    width: 105px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-box .icon {
    width: 7.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-box .icon {
    width: 186.6666666667px;
  }
}
@media (max-width: 1439px) {
  .tab__section .value-box .icon {
    height: 105px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-box .icon {
    height: 7.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-box .icon {
    height: 186.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .tab__section .value-box .icon {
    width: clamp(0px, 33.3333333333vw, 120px);
    height: clamp(0px, 33.3333333333vw, 120px);
  }
}
.tab__section .value-box .icon img,
.tab__section .value-box .icon .icon-figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tab__section .value-box .eyebrow {
  display: block;
  color: #f01428;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .tab__section .value-box .eyebrow {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-box .eyebrow {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-box .eyebrow {
    margin-top: 42.6666666667px;
  }
}
@media (max-width: 1439px) {
  .tab__section .value-box .eyebrow {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-box .eyebrow {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-box .eyebrow {
    font-size: 21.3333333333px;
  }
}
.tab__section .value-box .eyebrow {
  font-weight: 500;
}
.tab__section .value-box .eyebrow {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .tab__section .value-box .eyebrow {
    margin-top: clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.tab__section .value-box .title {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .tab__section .value-box .title {
    margin-top: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-box .title {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-box .title {
    margin-top: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .tab__section .value-box .title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .tab__section .value-box .title {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .tab__section .value-box .title {
    font-size: 32px;
  }
}
.tab__section .value-box .title {
  font-weight: 600;
}
.tab__section .value-box .title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .tab__section .value-box .title {
    margin-top: clamp(0px, 1.1111111111vw, 4px);
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: 1.5;
  }
}

.page-about .hdc-action {
  position: relative;
}
.page-about .hdc-action::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #EDEDED;
  content: "";
}
@media (max-width: 1439px) {
  .page-about .hdc-action::before {
    left: 90.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action::before {
    left: 6.3020833333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action::before {
    left: 161.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action::before {
    left: clamp(0px, 8.3333333333vw, 30px);
  }
}
.page-about .hdc-action::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #EDEDED;
  content: "";
}
@media (max-width: 1439px) {
  .page-about .hdc-action::after {
    right: 453.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action::after {
    right: 31.5104166667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action::after {
    right: 806.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action::after {
    display: none;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .section__title {
    padding-left: 29.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .section__title {
    padding-left: 2.03125vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .section__title {
    padding-left: 52px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .section__title {
    padding-left: clamp(0px, 8.3333333333vw, 30px);
    padding-bottom: clamp(0px, 33.3333333333vw, 120px);
  }
}
.page-about .hdc-action .box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__inner {
    gap: 180.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__inner {
    gap: 12.5520833333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__inner {
    gap: 321.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__inner {
    display: block;
    overflow: visible;
    position: relative;
    height: 100dvh;
    -webkit-clip-path: inset(0 0 0 -5px);
    clip-path: inset(0 0 0 -5px);
  }
}
.page-about .hdc-action .box__main-action {
  display: grid;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
  min-width: 0;
  height: 100vh;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__main-action {
    padding-left: 29.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__main-action {
    padding-left: 2.03125vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__main-action {
    padding-left: 52px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__main-action {
    display: contents;
  }
}
.page-about .hdc-action .main-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  grid-area: 1/1;
  gap: clamp(20px, 5vw, 218px);
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .page-about .hdc-action .main-action {
    gap: 45px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action {
    gap: 3.125vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-about .hdc-action .main-action {
    gap: 80px;
  }
}
.page-about .hdc-action .main-action.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .main-action {
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.6s ease-in;
    transition: -webkit-transform 0.6s ease-in;
    transition: transform 0.6s ease-in;
    transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
    grid-area: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: clamp(0px, 0vw, 0px) clamp(0px, 8.3333333333vw, 30px);
  }
  .page-about .hdc-action .main-action.is-active {
    visibility: visible;
    opacity: 1;
  }
  .page-about .hdc-action .main-action.mo-slide-current {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .page-about .hdc-action .main-action.mo-slide-past {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.page-about .hdc-action .main-action .action-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-content {
    min-width: 135px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-content {
    min-width: 9.375vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-content {
    min-width: 240px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .main-action .action-content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    min-width: auto;
  }
}
.page-about .hdc-action .main-action .action-content .action-title {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-content .action-title {
    font-size: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-content .action-title {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-content .action-title {
    font-size: 42.6666666667px;
  }
}
.page-about .hdc-action .main-action .action-content .action-title {
  font-weight: 700;
}
.page-about .hdc-action .main-action .action-content .action-title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .main-action .action-content .action-title {
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: 1.5;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-content .action-desc {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-content .action-desc {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-content .action-desc {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .main-action .action-content .action-desc {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-about .hdc-action .main-action .action-content .action-desc .text-desc {
  color: #656565;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-content .action-desc .text-desc {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-content .action-desc .text-desc {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-content .action-desc .text-desc {
    font-size: 21.3333333333px;
  }
}
.page-about .hdc-action .main-action .action-content .action-desc .text-desc {
  font-weight: 500;
}
.page-about .hdc-action .main-action .action-content .action-desc .text-desc {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .main-action .action-content .action-desc .text-desc {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-content .action-desc .text-desc + .text-desc {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-content .action-desc .text-desc + .text-desc {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-content .action-desc .text-desc + .text-desc {
    margin-top: 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .main-action .action-content .action-desc .text-desc + .text-desc {
    margin-top: clamp(0px, 3.8888888889vw, 14px);
  }
}
.page-about .hdc-action .main-action .action-content .link-value-book {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-content .link-value-book {
    margin-top: 40.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-content .link-value-book {
    margin-top: 2.8125vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-content .link-value-book {
    margin-top: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .main-action .action-content .link-value-book {
    margin-top: clamp(0px, 11.1111111111vw, 40px);
  }
}
.page-about .hdc-action .main-action .action-content .link-value-book .link-text {
  position: relative;
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-content .link-value-book .link-text {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-content .link-value-book .link-text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-content .link-value-book .link-text {
    font-size: 24px;
  }
}
.page-about .hdc-action .main-action .action-content .link-value-book .link-text {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-content .link-value-book .link-text {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-content .link-value-book .link-text {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-content .link-value-book .link-text {
    line-height: 36px;
  }
}
.page-about .hdc-action .main-action .action-content .link-value-book .link-text:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  content: "";
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .main-action .action-content .link-value-book .link-text {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
  .page-about .hdc-action .main-action .action-content .link-value-book .link-text:after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.page-about .hdc-action .main-action .action-content .link-value-book:hover .link-text:after {
  width: 100%;
}
.page-about .hdc-action .main-action .action-content .link-value-book:after {
  display: inline-block;
  margin-left: 4px;
  content: "";
  vertical-align: top;
}
.page-about .hdc-action .main-action .action-content .link-value-book:after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-about .hdc-action .main-action .action-content .link-value-book:after {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-position: calc((-208px - 4px) * 0.625) calc((-176px - 4px) * 0.625);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-content .link-value-book:after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-position: calc((-208px - 4px) * 0.5625) calc((-176px - 4px) * 0.5625);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-content .link-value-book:after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 24 / 1920 * 100vw) calc(296 / 32 * 24 / 1920 * 100vw);
    background-size: calc(325 / 32 * 24 / 1920 * 100vw) calc(296 / 32 * 24 / 1920 * 100vw);
    background-position: calc((-208 - 4) / 32 * 24 / 1920 * 100vw) calc((-176 - 4) / 32 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-content .link-value-book:after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-208px - 4px) * 1) calc((-176px - 4px) * 1);
  }
}
.page-about .hdc-action .main-action .action-figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-figure {
    width: 171px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-figure {
    width: 11.875vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-figure {
    width: 304px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .main-action .action-figure {
    height: 171px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .main-action .action-figure {
    height: 11.875vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .main-action .action-figure {
    height: 304px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .main-action .action-figure {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: clamp(0px, 42.2222222222vw, 152px);
    height: clamp(0px, 42.2222222222vw, 152px);
  }
}
.page-about .hdc-action .box__action-list {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding-top: 50vh;
  padding-bottom: 50vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list {
    width: 375px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list {
    width: 26.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list {
    width: 666.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list {
    padding-left: 42px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list {
    padding-left: 2.9166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list {
    padding-left: 74.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list {
    display: contents;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .action-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.6s ease-in;
    transition: -webkit-transform 0.6s ease-in;
    transition: transform 0.6s ease-in;
    transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: clamp(0px, 0vw, 0px) clamp(0px, 1.6666666667vw, 6px) clamp(0px, 0vw, 0px) clamp(0px, 8.3333333333vw, 30px);
  }
  .page-about .hdc-action .box__action-list .action-list.mo-slide-current {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .page-about .hdc-action .box__action-list .action-list.mo-slide-past {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .action-list + .action-list {
    padding-top: 100.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .action-list + .action-list {
    padding-top: 6.9791666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .action-list + .action-list {
    padding-top: 178.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .action-list + .action-list {
    padding-top: 0;
  }
}
.page-about .hdc-action .box__action-list .list-title {
  opacity: 0.3;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.page-about .hdc-action .box__action-list .list-title.is-active {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .list-title {
    opacity: 1;
  }
}
.page-about .hdc-action .box__action-list .list-title .text-eyeborw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .list-title .text-eyeborw {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .list-title .text-eyeborw {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .list-title .text-eyeborw {
    font-size: 24px;
  }
}
.page-about .hdc-action .box__action-list .list-title .text-eyeborw {
  font-weight: 500;
}
.page-about .hdc-action .box__action-list .list-title .text-eyeborw {
  line-height: 1.5;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .list-title .text-eyeborw {
    gap: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .list-title .text-eyeborw {
    gap: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .list-title .text-eyeborw {
    gap: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .list-title .text-eyeborw {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
    gap: clamp(0px, 2.2222222222vw, 8px);
  }
}
.page-about .hdc-action .box__action-list .list-title .text-eyeborw .text-deco {
  color: #f01428;
}
.page-about .hdc-action .box__action-list .list-title .text-title {
  display: block;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .list-title .text-title {
    margin-top: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .list-title .text-title {
    margin-top: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .list-title .text-title {
    margin-top: 29.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .list-title .text-title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .list-title .text-title {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .list-title .text-title {
    font-size: 32px;
  }
}
.page-about .hdc-action .box__action-list .list-title .text-title {
  font-weight: 600;
}
.page-about .hdc-action .box__action-list .list-title .text-title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .list-title .text-title {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: 1.5;
  }
}
.page-about .hdc-action .box__action-list .list-title .text-subtitle {
  color: #656565;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .list-title .text-subtitle {
    margin-top: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .list-title .text-subtitle {
    margin-top: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .list-title .text-subtitle {
    margin-top: 8px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .list-title .text-subtitle {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .list-title .text-subtitle {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .list-title .text-subtitle {
    font-size: 21.3333333333px;
  }
}
.page-about .hdc-action .box__action-list .list-title .text-subtitle {
  font-weight: 500;
}
.page-about .hdc-action .box__action-list .list-title .text-subtitle {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .list-title .text-subtitle {
    margin-top: clamp(0px, 1.6666666667vw, 6px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .content-list {
    margin-top: 87px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .content-list {
    margin-top: 6.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .content-list {
    margin-top: 154.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .content-list {
    margin-top: clamp(0px, 23.0555555556vw, 83px);
  }
}
.page-about .hdc-action .box__action-list .content-list .list-item {
  position: relative;
  z-index: 1;
  color: #A7A8A9;
  letter-spacing: -0.5px;
  word-break: keep-all;
  -webkit-transition: color 0.6s ease-out;
  transition: color 0.6s ease-out;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .content-list .list-item {
    padding-left: 12.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .content-list .list-item {
    padding-left: 0.8854166667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .content-list .list-item {
    padding-left: 22.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .content-list .list-item {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .content-list .list-item {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .content-list .list-item {
    font-size: 26.6666666667px;
  }
}
.page-about .hdc-action .box__action-list .content-list .list-item {
  font-weight: 500;
}
.page-about .hdc-action .box__action-list .content-list .list-item {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .content-list .list-item {
    color: #000;
    padding-left: clamp(0px, 2.2222222222vw, 8px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-about .hdc-action .box__action-list .content-list .list-item::before {
  position: absolute;
  top: 50%;
  background-color: #A7A8A9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.6s ease-out;
  transition: background-color 0.6s ease-out;
  content: "";
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .content-list .list-item::before {
    left: -35.625px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .content-list .list-item::before {
    left: -2.4739583333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .content-list .list-item::before {
    left: -63.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .content-list .list-item::before {
    width: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .content-list .list-item::before {
    width: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .content-list .list-item::before {
    width: 16px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .content-list .list-item::before {
    height: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .content-list .list-item::before {
    height: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .content-list .list-item::before {
    height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .content-list .list-item::before {
    left: clamp(-24px, -6.6666666667vw, 0px);
    z-index: 1;
    background-color: #212121;
    width: clamp(0px, 2.2222222222vw, 8px);
    height: clamp(0px, 2.2222222222vw, 8px);
  }
}
.page-about .hdc-action .box__action-list .content-list .list-item.is-active {
  color: #000;
}
.page-about .hdc-action .box__action-list .content-list .list-item.is-active::before {
  z-index: 2;
  background-color: #212121;
}
.page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
  position: absolute;
  top: 50%;
  background-color: rgba(33, 33, 33, 0.1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: pulse-dot 1.8s ease-in-out infinite;
  animation: pulse-dot 1.8s ease-in-out infinite;
  content: "";
  border-radius: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
    left: -42.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
    left: -2.96875vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
    left: -76px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
    width: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
    width: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
    width: 42.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
    height: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
    height: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
    height: 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .content-list .list-item.is-active::after {
    display: none;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-action .box__action-list .content-list .list-item + .list-item {
    margin-top: 82.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-action .box__action-list .content-list .list-item + .list-item {
    margin-top: 5.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-action .box__action-list .content-list .list-item + .list-item {
    margin-top: 146.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-action .box__action-list .content-list .list-item + .list-item {
    margin-top: clamp(0px, 22.2222222222vw, 80px);
  }
}
@-webkit-keyframes pulse-dot {
  0%, 100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
  }
}
@keyframes pulse-dot {
  0%, 100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
  }
}
.page-about .hdc-identity {
  overflow: hidden;
  position: relative;
  height: 100vh;
  padding: 0;
}
.page-about .hdc-identity.is-active .identity-area {
  opacity: 1;
}
.page-about .hdc-identity .title-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-about .hdc-identity .title-area .eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .title-area .eyebrow {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .title-area .eyebrow {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .title-area .eyebrow {
    font-size: 24px;
  }
}
.page-about .hdc-identity .title-area .eyebrow {
  font-weight: 500;
}
.page-about .hdc-identity .title-area .eyebrow {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .title-area .eyebrow {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-about .hdc-identity .title-area .eyebrow::before {
  display: inline-block;
  background-color: #f01428;
  content: "";
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .title-area .eyebrow::before {
    width: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .title-area .eyebrow::before {
    width: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .title-area .eyebrow::before {
    width: 8px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .title-area .eyebrow::before {
    height: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .title-area .eyebrow::before {
    height: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .title-area .eyebrow::before {
    height: 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .title-area .eyebrow::before {
    margin-right: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .title-area .eyebrow::before {
    margin-right: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .title-area .eyebrow::before {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .title-area .eyebrow::before {
    width: clamp(0px, 1.6666666667vw, 6px);
    height: clamp(0px, 4.4444444444vw, 16px);
    margin-right: clamp(0px, 3.3333333333vw, 12px);
  }
}
.page-about .hdc-identity .title-area .title {
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .title-area .title {
    margin-top: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .title-area .title {
    margin-top: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .title-area .title {
    margin-top: 16px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .title-area .title {
    font-size: 27px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .title-area .title {
    font-size: 1.875vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .title-area .title {
    font-size: 48px;
  }
}
.page-about .hdc-identity .title-area .title {
  font-weight: 600;
}
.page-about .hdc-identity .title-area .title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .title-area .title {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 6.6666666667vw, 24px);
    font-weight: 600;
    line-height: 1.3;
  }
}
.page-about .hdc-identity .title-area .title.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.page-about .hdc-identity .title-area .title .char {
  color: #ccc;
}
.page-about .hdc-identity .thumb-img {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 1px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .thumb-img {
    height: 480px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .thumb-img {
    height: 33.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .thumb-img {
    height: 853.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .thumb-img {
    height: clamp(0px, 101.9444444444vw, 367px);
  }
}
.page-about .hdc-identity .thumb-img .img {
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}
.page-about .hdc-identity .thumb-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/img/sub/about/identity-img-df63261970e3331ca82f892a64c90c5a.jpg");
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
}
.page-about .hdc-identity .thumb-img-bg.is-visible {
  opacity: 1;
}
.page-about .hdc-identity .identity-area {
  overflow: visible;
  position: relative;
  z-index: 1;
  height: 200vh;
}
.page-about .hdc-identity .identity-area .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
  will-change: transform, opacity;
}
.page-about .hdc-identity .identity-area .box-title .sub-title {
  text-align: center;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .identity-area .box-title .sub-title {
    margin-top: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .identity-area .box-title .sub-title {
    margin-top: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .identity-area .box-title .sub-title {
    margin-top: 16px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .identity-area .box-title .sub-title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .identity-area .box-title .sub-title {
    font-size: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .identity-area .box-title .sub-title {
    font-size: 64px;
  }
}
.page-about .hdc-identity .identity-area .box-title .sub-title {
  font-weight: 700;
}
.page-about .hdc-identity .identity-area .box-title .sub-title {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .identity-area .box-title .sub-title {
    margin-top: clamp(0px, 3.3333333333vw, 12px);
    font-size: clamp(0px, 9.4444444444vw, 34px);
    font-weight: 700;
    line-height: 1.32;
  }
}
.page-about .hdc-identity .identity-area .box-title .eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow {
    font-size: 24px;
  }
}
.page-about .hdc-identity .identity-area .box-title .eyebrow {
  font-weight: 600;
}
.page-about .hdc-identity .identity-area .box-title .eyebrow {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-about .hdc-identity .identity-area .box-title .eyebrow::before {
  display: inline-block;
  background-color: #fff;
  content: "";
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow::before {
    width: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow::before {
    width: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow::before {
    width: 8px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow::before {
    height: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow::before {
    height: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow::before {
    height: 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow::before {
    margin-right: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow::before {
    margin-right: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow::before {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .identity-area .box-title .eyebrow::before {
    width: clamp(0px, 1.6666666667vw, 6px);
    height: clamp(0px, 4.4444444444vw, 16px);
    margin-right: clamp(0px, 3.3333333333vw, 12px);
  }
}
.page-about .hdc-identity .scroll-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  will-change: transform, opacity;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt {
    padding: 0px 102px 0px 87.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt {
    padding: 0vw 7.0833333333vw 0vw 6.09375vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt {
    padding: 0px 181.3333333333px 0px 156px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .scroll-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: clamp(0px, 36.1111111111vw, 130px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 0vw, 0px);
  }
}
.page-about .hdc-identity .scroll-txt .mission {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .mission {
    width: 150px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .mission {
    width: 10.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .mission {
    width: 266.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .mission {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .mission {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .mission {
    font-size: 24px;
  }
}
.page-about .hdc-identity .scroll-txt .mission {
  font-weight: 500;
}
.page-about .hdc-identity .scroll-txt .mission {
  line-height: 1.5;
}
.page-about .hdc-identity .scroll-txt .mission::before {
  display: inline-block;
  background-color: #fff;
  content: "";
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .mission::before {
    width: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .mission::before {
    width: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .mission::before {
    width: 8px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .mission::before {
    height: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .mission::before {
    height: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .mission::before {
    height: 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .mission::before {
    margin-right: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .mission::before {
    margin-right: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .mission::before {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .scroll-txt .mission::before {
    width: clamp(0px, 1.6666666667vw, 6px);
    height: clamp(0px, 4.4444444444vw, 16px);
    margin-right: clamp(0px, 3.3333333333vw, 12px);
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .scroll-txt .mission {
    width: 100%;
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .box-identity {
    width: 727.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .box-identity {
    width: 50.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .box-identity {
    width: 1293.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .box-identity {
    padding-bottom: 295.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .box-identity {
    padding-bottom: 20.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .box-identity {
    padding-bottom: 525.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .scroll-txt .box-identity {
    width: 100%;
    padding: clamp(0px, 11.1111111111vw, 40px) clamp(0px, 0vw, 0px) clamp(0px, 50vw, 180px);
  }
}
.page-about .hdc-identity .scroll-txt .identity {
  position: relative;
  color: #656565;
}
.page-about .hdc-identity .scroll-txt .identity-title {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .identity-title {
    font-size: 28.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .identity-title {
    font-size: 1.9791666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .identity-title {
    font-size: 50.6666666667px;
  }
}
.page-about .hdc-identity .scroll-txt .identity-title {
  font-weight: 600;
}
.page-about .hdc-identity .scroll-txt .identity-title {
  line-height: 1;
}
.page-about .hdc-identity .scroll-txt .identity-subtitle {
  display: block;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .identity-subtitle {
    margin: 7.5px 0px 15px 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .identity-subtitle {
    margin: 0.5208333333vw 0vw 1.0416666667vw 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .identity-subtitle {
    margin: 13.3333333333px 0px 26.6666666667px 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .identity-subtitle {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .identity-subtitle {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .identity-subtitle {
    font-size: 26.6666666667px;
  }
}
.page-about .hdc-identity .scroll-txt .identity-subtitle {
  font-weight: 500;
}
.page-about .hdc-identity .scroll-txt .identity-subtitle {
  line-height: 1.6;
}
.page-about .hdc-identity .scroll-txt .identity-text {
  word-break: keep-all;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .identity-text {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .identity-text {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .identity-text {
    font-size: 32px;
  }
}
.page-about .hdc-identity .scroll-txt .identity-text {
  font-weight: 600;
}
.page-about .hdc-identity .scroll-txt .identity-text {
  line-height: 1.5;
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .identity .identity-text + .identity-text {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .identity .identity-text + .identity-text {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .identity .identity-text + .identity-text {
    margin-top: 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .scroll-txt .identity {
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: 1.5;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-identity .scroll-txt .identity + .identity {
    margin-top: 100.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-identity .scroll-txt .identity + .identity {
    margin-top: 6.9791666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-identity .scroll-txt .identity + .identity {
    margin-top: 178.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-identity .scroll-txt .identity + .identity {
    margin-top: clamp(0px, 40vw, 144px);
  }
}
.page-about .hdc-identity .scroll-txt .identity .char {
  color: rgba(255, 255, 255, 0.5);
}
.page-about .hdc-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100vh;
}
.page-about .hdc-slogan .section__title {
  text-align: center;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-about .hdc-slogan .section__title .empty {
  display: block;
}
@media (max-width: 1439px) {
  .page-about .hdc-slogan .section__title .empty {
    height: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-slogan .section__title .empty {
    height: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-slogan .section__title .empty {
    height: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-slogan .section__title .empty {
    height: clamp(0px, 2.7777777778vw, 10px);
  }
}
.page-about .hdc-slogan .section__title .eyebrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1439px) {
  .page-about .hdc-slogan .section__title .eyebrow {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-slogan .section__title .eyebrow {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-slogan .section__title .eyebrow {
    font-size: 24px;
  }
}
.page-about .hdc-slogan .section__title .eyebrow {
  font-weight: 500;
}
.page-about .hdc-slogan .section__title .eyebrow {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-slogan .section__title .eyebrow {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-about .hdc-slogan .section__title .char {
  color: #CCCCCC;
}
.page-about .hdc-slogan .section__title .title {
  letter-spacing: -1px;
}
@media (max-width: 1439px) {
  .page-about .hdc-slogan .section__title .title {
    font-size: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-slogan .section__title .title {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-slogan .section__title .title {
    font-size: 85.3333333333px;
  }
}
.page-about .hdc-slogan .section__title .title {
  font-weight: 600;
}
.page-about .hdc-slogan .section__title .title {
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-slogan .section__title .title {
    letter-spacing: -0.5px;
    font-size: clamp(0px, 8.3333333333vw, 30px);
    font-weight: 600;
    line-height: 1.3;
  }
}
.page-about .hdc-slogan .section__title .desc {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-about .hdc-slogan .section__title .desc {
    margin-top: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-slogan .section__title .desc {
    margin-top: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-slogan .section__title .desc {
    margin-top: 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-about .hdc-slogan .section__title .desc {
    font-size: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-about .hdc-slogan .section__title .desc {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-about .hdc-slogan .section__title .desc {
    font-size: 53.3333333333px;
  }
}
.page-about .hdc-slogan .section__title .desc {
  font-weight: 600;
}
.page-about .hdc-slogan .section__title .desc {
  line-height: 1.36;
}
@media screen and (max-width: 1023px) {
  .page-about .hdc-slogan .section__title .desc {
    letter-spacing: -0.5px;
    margin-top: clamp(0px, 1.1111111111vw, 4px);
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: 1.5;
  }
}

body.is-scroll-lock {
  overflow: hidden;
}

.box__business-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
@media screen and (max-width: 1023px) {
  .box__business-guide {
    display: none;
  }
}
.box__business-guide::before {
  content: "";
  display: block;
}
.box__business-guide::before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .box__business-guide::before {
    width: 98px;
    height: calc(98px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((0px - 4px) * 1) calc((-70px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .box__business-guide::before {
    width: 73.5px;
    height: calc(73.5px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((0px - 4px) * 0.75) calc((-70px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-guide::before {
    width: calc(98 / 1920 * 100vw);
    height: calc(98 / 1920 * 100vw * 98 / 98);
    -webkit-background-size: calc(325 / 98 * 98 / 1920 * 100vw) calc(296 / 98 * 98 / 1920 * 100vw);
    background-size: calc(325 / 98 * 98 / 1920 * 100vw) calc(296 / 98 * 98 / 1920 * 100vw);
    background-position: calc((0 - 4) / 98 * 98 / 1920 * 100vw) calc((-70 - 4) / 98 * 98 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .box__business-guide::before {
    width: 130.6666666667px;
    height: calc(130.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((0px - 4px) * 1.3333333333) calc((-70px - 4px) * 1.3333333333);
  }
}
@media (max-width: 1439px) {
  .box__business-guide::before {
    width: 73.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-guide::before {
    width: 5.1041666667vw;
  }
}
@media (min-width: 2561px) {
  .box__business-guide::before {
    width: 130.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__business-guide::before {
    height: 73.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-guide::before {
    height: 5.1041666667vw;
  }
}
@media (min-width: 2561px) {
  .box__business-guide::before {
    height: 130.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__business-guide::before {
    margin-bottom: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-guide::before {
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .box__business-guide::before {
    margin-bottom: 32px;
  }
}
.box__business-guide .text-guide {
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__business-guide .text-guide {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-guide .text-guide {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .box__business-guide .text-guide {
    font-size: 32px;
  }
}
.box__business-guide .text-guide {
  font-weight: 600;
}
.box__business-guide .text-guide {
  line-height: 1.5;
}
.box__business-guide.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.box__3d-area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-color: rgb(242, 233, 229);
}
@media (min-width: 1921px) {
  .box__3d-area {
    height: 100vh;
  }
}
@media screen and (max-width: 1023px) {
  .box__3d-area {
    background-color: #ededed;
    padding-bottom: clamp(0px, 33.3333333333vw, 120px);
  }
}
.box__3d-area.is-opened .map-image-box {
  opacity: 0;
  visibility: hidden;
}
.box__3d-area.is-opened .map-element-detail.is-active {
  opacity: 1;
  visibility: visible;
}
.box__3d-area.is-opened .map-element-detail.is-active .map-info-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.box__3d-area.is-opened .btn-close {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .box__3d-area {
    height: 100%;
  }
}

.box__business-field-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1080;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .box__business-field-map {
    max-width: 1440px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__business-field-map {
    max-width: 100vw;
  }
}
@media (min-width: 2561px) {
  .box__business-field-map {
    max-width: 2560px;
  }
}
@media screen and (max-width: 1023px) {
  .box__business-field-map {
    display: none;
  }
}

.f-panzoom__scale {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.map-element {
  position: relative;
  width: 2560px;
  height: 1800px;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.map-element::before {
  content: "";
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300vw;
  height: 300vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.map-element.is-active .map-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map-element.is-active .place-area img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map-element.is-active .place-area.is-hover img,
.map-element.is-active .place-area.is-selected img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.map-element.is-view-bg::before {
  background-color: rgb(242, 241, 240);
  z-index: 1;
}
.map-element.is-view-bg-fadeout::before {
  background-color: transparent;
  z-index: 1;
}
.map-element .map-image {
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.map-element .place-area {
  position: absolute;
  z-index: 0;
  pointer-events: auto;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.map-element .place-area img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  position: relative;
  z-index: 0;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.map-element .place-area.is-hover {
  z-index: 4;
}
.map-element .place-area.is-selected {
  z-index: 5;
}
.map-element .place-area.is-selected.life {
  left: 11.1%;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.map-element .place-area.is-selected.ai {
  right: 17%;
  -webkit-transform: scale(1.18);
  transform: scale(1.18);
}
@media (min-width: 1921px) {
  .map-element .place-area.is-selected.ai {
    right: 15%;
  }
}
.map-element .place-area.is-selected.energy {
  right: 6%;
  -webkit-transform: scale(1.24);
  transform: scale(1.24);
}
.map-element .place-area.is-selected .pin {
  opacity: 0;
}
.map-element .place-area.life {
  left: 10.8%;
  top: 21.2%;
  width: 46.797%;
  height: 56.39%;
}
@media (max-width: 1439px) {
  .map-element .place-area.life .over {
    width: 450px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .place-area.life .over {
    width: 31.25vw;
  }
}
@media (min-width: 2561px) {
  .map-element .place-area.life .over {
    width: 800px;
  }
}
@media (max-width: 1439px) {
  .map-element .place-area.life .over {
    height: 300px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .place-area.life .over {
    height: 20.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .map-element .place-area.life .over {
    height: 533.3333333333px;
  }
}
.map-element .place-area.ai {
  bottom: 15.48%;
  right: 18.48%;
  width: 34.92%;
  height: 35.89%;
}
@media (max-width: 1439px) {
  .map-element .place-area.ai .over {
    width: 300px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .place-area.ai .over {
    width: 20.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .map-element .place-area.ai .over {
    width: 533.3333333333px;
  }
}
@media (max-width: 1439px) {
  .map-element .place-area.ai .over {
    height: 262.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .place-area.ai .over {
    height: 18.2291666667vw;
  }
}
@media (min-width: 2561px) {
  .map-element .place-area.ai .over {
    height: 466.6666666667px;
  }
}
.map-element .place-area.energy {
  top: 14.4%;
  right: 9.28%;
  width: 40.391%;
  height: 38.17%;
}
@media (max-width: 1439px) {
  .map-element .place-area.energy .over {
    width: 300px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .place-area.energy .over {
    width: 20.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .map-element .place-area.energy .over {
    width: 533.3333333333px;
  }
}
@media (max-width: 1439px) {
  .map-element .place-area.energy .over {
    height: 262.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .place-area.energy .over {
    height: 18.2291666667vw;
  }
}
@media (min-width: 2561px) {
  .map-element .place-area.energy .over {
    height: 466.6666666667px;
  }
}
.map-element .place-area .over {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}
.map-element .pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.6s ease, transform 0.8s ease;
  transition: opacity 0.6s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  z-index: 30;
}
.map-element .pin::after {
  content: "";
}
@media (max-width: 1439px) {
  .map-element .pin::after {
    width: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .pin::after {
    width: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .map-element .pin::after {
    width: 42.6666666667px;
  }
}
@media (max-width: 1439px) {
  .map-element .pin::after {
    height: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .pin::after {
    height: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .map-element .pin::after {
    height: 42.6666666667px;
  }
}
.map-element .pin::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .map-element .pin::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-40px - 4px) * 0.75) calc((-224px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .pin::after {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-position: calc((-40 - 4) / 32 * 32 / 1920 * 100vw) calc((-224 - 4) / 32 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .map-element .pin::after {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-40px - 4px) * 1.3333333333) calc((-224px - 4px) * 1.3333333333);
  }
}
.map-element .pin .text {
  color: #000;
  background-color: #fff;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .map-element .pin .text {
    padding: 9px 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .pin .text {
    padding: 0.625vw 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .map-element .pin .text {
    padding: 16px 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .map-element .pin .text {
    margin-bottom: 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .pin .text {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .map-element .pin .text {
    margin-bottom: 13.3333333333px;
  }
}
@media (max-width: 1439px) {
  .map-element .pin .text {
    border-radius: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .pin .text {
    border-radius: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .map-element .pin .text {
    border-radius: 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .map-element .pin .text {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .pin .text {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .map-element .pin .text {
    font-size: 26.6666666667px;
  }
}
.map-element .pin .text {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .map-element .pin .text {
    line-height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-element .pin .text {
    line-height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .map-element .pin .text {
    line-height: 32px;
  }
}
.map-element .pin-1 {
  left: 50%;
  top: 45%;
  -webkit-transform: translate(10vh, 3vh);
  transform: translate(10vh, 3vh);
}
.map-element .pin-1.is-active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.map-element .pin-2 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-3vh, -12vh);
  transform: translate(-3vh, -12vh);
}
.map-element .pin-2.is-active {
  opacity: 1;
  -webkit-transform: translate(-3vh, -4vh);
  transform: translate(-3vh, -4vh);
}
.map-element .pin-3 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-20vh, 5vh);
  transform: translate(-20vh, 5vh);
}
.map-element .pin-3.is-active {
  opacity: 1;
  -webkit-transform: translate(-7vh, -10vh);
  transform: translate(-7vh, -10vh);
}

.map-element-detail {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .map-element-detail {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
  .map-element-detail:nth-child(4) .map-info-inner {
    padding-bottom: clamp(0px, 27.7777777778vw, 100px);
  }
}

.map-info-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(50vh);
  transform: translateY(50vh);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .map-info-inner {
    width: 498px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner {
    width: 34.5833333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner {
    width: 885.3333333333px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner {
    padding: 150px 90px 105px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner {
    padding: 10.4166666667vw 6.25vw 7.2916666667vw 0vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner {
    padding: 266.6666666667px 160px 186.6666666667px 0px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .section__title .eyebrow {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .section__title .eyebrow {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .section__title .eyebrow {
    font-size: 29.3333333333px;
  }
}
.map-info-inner .section__title .eyebrow {
  font-weight: 600;
}
.map-info-inner .section__title .eyebrow {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .map-info-inner .section__title .eyebrow {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .section__title .title {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .section__title .title {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .section__title .title {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .section__title .title {
    font-size: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .section__title .title {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .section__title .title {
    font-size: 37.3333333333px;
  }
}
.map-info-inner .section__title .title {
  font-weight: 700;
}
.map-info-inner .section__title .title {
  line-height: 1.44;
}
.map-info-inner .image-box {
  display: none;
}
.map-info-inner .image-box img {
  width: 100%;
}
.map-info-inner .list-box {
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1439px) {
  .map-info-inner .list-box {
    max-height: 426px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-box {
    max-height: 29.5833333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-box {
    max-height: 757.3333333333px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .list-box {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-box {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-box {
    margin-top: 53.3333333333px;
  }
}
.map-info-inner .list-box::-webkit-scrollbar {
  background-color: rgba(185, 185, 185, 0.2);
  overflow: hidden;
}
@media (max-width: 1439px) {
  .map-info-inner .list-box::-webkit-scrollbar {
    width: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-box::-webkit-scrollbar {
    width: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-box::-webkit-scrollbar {
    width: 8px;
  }
}
.map-info-inner .list-box::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-color: rgba(0, 0, 0, 0.3);
}
.map-info-inner .list-item {
  overflow: hidden;
}
@media (max-width: 1439px) {
  .map-info-inner .list-item {
    width: 397.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item {
    width: 27.6041666667vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item {
    width: 706.6666666667px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .list-item {
    min-height: 117px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item {
    min-height: 8.125vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item {
    min-height: 208px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .list-item + .list-item {
    margin-top: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item + .list-item {
    margin-top: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item + .list-item {
    margin-top: 21.3333333333px;
  }
}
.map-info-inner .list-item .link {
  color: #000;
  background-color: #fff;
  display: block;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .map-info-inner .list-item .link {
    padding: 27px 27px 27px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .link {
    padding: 1.875vw 1.875vw 1.875vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .link {
    padding: 48px 48px 48px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .list-item .link {
    border-radius: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .link {
    border-radius: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .link {
    border-radius: 16px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .list-item .link {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .link {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .link {
    font-size: 21.3333333333px;
  }
}
.map-info-inner .list-item .link {
  font-weight: 400;
}
@media (max-width: 1439px) {
  .map-info-inner .list-item .link {
    line-height: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .link {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .link {
    line-height: 29.3333333333px;
  }
}
.map-info-inner .list-item .desc {
  letter-spacing: -0.5px;
  word-break: keep-all;
  overflow-y: auto;
}
@media (max-width: 1439px) {
  .map-info-inner .list-item .desc {
    max-height: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .desc {
    max-height: 3.125vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .desc {
    max-height: 80px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .list-item .desc {
    margin-top: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .desc {
    margin-top: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .desc {
    margin-top: 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .list-item .desc {
    padding-right: 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .desc {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .desc {
    padding-right: 13.3333333333px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .list-item .desc {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .desc {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .desc {
    font-size: 24px;
  }
}
.map-info-inner .list-item .desc {
  font-weight: 500;
}
.map-info-inner .list-item .desc {
  line-height: 1.5;
}
.map-info-inner .list-item .desc::-webkit-scrollbar {
  width: 4px;
}
.map-info-inner .list-item .desc::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.map-info-inner .list-item .desc::-webkit-scrollbar-track {
  background: transparent;
}
.map-info-inner .list-item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 1439px) {
  .map-info-inner .list-item .logo {
    height: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .logo {
    height: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .logo {
    height: 37.3333333333px;
  }
}
@media (max-width: 1439px) {
  .map-info-inner .list-item .logo {
    -webkit-background-size: auto 21px;
    background-size: auto 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .logo {
    -webkit-background-size: auto 1.4583333333vw;
    background-size: auto 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .logo {
    -webkit-background-size: auto 37.3333333333px;
    background-size: auto 37.3333333333px;
  }
}
.map-info-inner .list-item .logo::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.map-info-inner .list-item .logo::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .map-info-inner .list-item .logo::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-192px - 4px) * 0.75) calc((-224px - 4px) * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .map-info-inner .list-item .logo::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-192px - 4px) * 0.75) calc((-224px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .map-info-inner .list-item .logo::after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-192 - 4) / 24 * 24 / 1920 * 100vw) calc((-224 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .map-info-inner .list-item .logo::after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-192px - 4px) * 1.3333333333) calc((-224px - 4px) * 1.3333333333);
  }
}
.map-info-inner .list-item .logo-life-1 {
  background-image: url("/img/sub/logo/icon_logo_life1-09fbad26daff7fc691f77764b89755bf.svg"); /* 현대산업개발 */
}
.map-info-inner .list-item .logo-life-2 {
  background-image: url("/img/sub/logo/icon_logo_life2-50682b479a882a113143f548c57eb0bf.svg"); /* 아이앤콘스 */
}
.map-info-inner .list-item .logo-life-3 {
  background-image: url("/img/sub/logo/icon_logo_life3-62f80d3bcde54ac233f0580ad5e4655b.svg"); /* 아이파크몰 */
}
.map-info-inner .list-item .logo-life-4 {
  background-image: url("/img/sub/logo/icon_logo_life4-aec81eed04927f19b02c990bf03d3268.svg"); /* 신라면세점 */
}
.map-info-inner .list-item .logo-life-5 {
  background-image: url("/img/sub/logo/icon_logo_life5-537ae4974fd3f0065bc53bd970df588b.svg"); /* 호텔 */
}
.map-info-inner .list-item .logo-life-6 {
  background-image: url("/img/sub/logo/icon_logo_life6-3bc205f82ae35c341e34e02fcbbb4cc9.svg"); /* 리조트 */
}
.map-info-inner .list-item .logo-life-7 {
  background-image: url("/img/sub/logo/icon_logo_life7-18ae9f9883bb63c3c8a78a23bcdcba0d.svg"); /* 마리나 */
}
.map-info-inner .list-item .logo-life-8 {
  background-image: url("/img/sub/logo/icon_logo_life8-6806de040980bf34f1d99cd18dedb484.svg"); /* 스포츠 */
}
.map-info-inner .list-item .logo-life-9 {
  background-image: url("/img/sub/logo/icon_logo_life9-f38d2764a57a50513c4fbc20963594ad.svg"); /* 영창 */
}
.map-info-inner .list-item .logo-enegry-1 {
  background-image: url("/img/sub/logo/icon_logo_energy1-1edc2b5895280f9f015f5116d77e54e1.svg"); /* 통영에코파워 */
}
.map-info-inner .list-item .logo-enegry-2 {
  background-image: url("/img/sub/logo/icon_logo_energy2-314f907bb519ab4ba83656cf14cd097d.svg"); /* 현대EP */
}
.map-info-inner .list-item .logo-enegry-3 {
  background-image: url("/img/sub/logo/icon_logo_energy3-678645231738a56b2190cb064ee37907.svg"); /* 서울춘천고속도로 */
}
.map-info-inner .list-item .logo-enegry-4 {
  background-image: url("/img/sub/logo/icon_logo_energy4-d005db9ad9a2d075d4027d7126263bac.svg"); /* 부산컨테이너 */
}
.map-info-inner .list-item .logo-enegry-5 {
  background-image: url("/img/sub/logo/icon_logo_energy5-ecd13c402ba51b414a9840bca7073e0e.svg"); /* 북항아이브릿지 */
}
.map-info-inner .list-item .logo-enegry-6 {
  background-image: url("/img/sub/logo/icon_logo_energy6-1912bccbe6ab8cdbdd90298578db5f75.svg"); /* 현대PCE */
}
.map-info-inner .list-item .logo-enegry-7 {
  background-image: url("/img/sub/logo/icon_logo_energy7-ed0c7f552a93126d55cc5b40df7c8fca.svg"); /* 폴리올 */
}
.map-info-inner .list-item .logo-enegry-8 {
  background-image: url("/img/sub/logo/icon_logo_energy8-6f8fb41e08313864d2296c0b03126faf.svg"); /* 비오솔 */
}
.map-info-inner .list-item .logo-ai-1 {
  background-image: url("/img/sub/logo/icon_logo_ai1-51ab380b8752ceeaadb2ba7cffb34292.svg"); /* 자산운용*/
}
.map-info-inner .list-item .logo-ai-2 {
  background-image: url("/img/sub/logo/icon_logo_ai2-4e6eaeb16fd75dae0b9c63dddc056fbe.svg"); /* 랩스 */
}
@media screen and (max-width: 1023px) {
  .map-info-inner {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 0vw, 0px);
  }
  .map-info-inner .section__title .title {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 6.6666666667vw, 24px);
    font-weight: 600;
    line-height: 1.3;
  }
  .map-info-inner .image-box {
    position: static;
    display: block;
    padding-top: clamp(0px, 13.8888888889vw, 50px);
    margin: 0 -45px;
  }
  .map-info-inner .list-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .map-info-inner .list-box::-webkit-scrollbar {
    width: auto;
    height: clamp(0px, 1.1111111111vw, 4px);
  }
  .map-info-inner .list-box .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0px, 2.2222222222vw, 8px);
    padding-bottom: clamp(0px, 4.4444444444vw, 16px);
  }
  .map-info-inner .list-item {
    margin-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: clamp(0px, 88.8888888889vw, 320px);
    max-height: clamp(0px, 41.3888888889vw, 149px);
    height: auto;
  }
  .map-info-inner .list-item + .list-item {
    margin-top: clamp(0px, 0vw, 0px);
  }
  .map-info-inner .list-item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: clamp(0px, 7.7777777778vw, 28px) clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: clamp(0px, 5.7777777778vw, 20.8px);
  }
  .map-info-inner .list-item .desc {
    color: #434343;
    margin-top: clamp(0px, 3.3333333333vw, 12px);
    padding-right: clamp(0px, 2.7777777778vw, 10px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: clamp(0px, 5.8333333333vw, 21px);
  }
  .map-info-inner .list-item .logo {
    height: clamp(0px, 6.1111111111vw, 22px);
    -webkit-background-size: auto clamp(0px, 6.1111111111vw, 22px);
    background-size: auto clamp(0px, 6.1111111111vw, 22px);
  }
}

.sub__container .map-info-inner .title-h3 {
  color: #000;
}
@media (max-width: 1439px) {
  .sub__container .map-info-inner .title-h3 {
    font-size: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__container .map-info-inner .title-h3 {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .sub__container .map-info-inner .title-h3 {
    font-size: 37.3333333333px;
  }
}
.sub__container .map-info-inner .title-h3 {
  font-weight: 600;
}
@media (max-width: 1439px) {
  .sub__container .map-info-inner .title-h3 {
    line-height: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__container .map-info-inner .title-h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .sub__container .map-info-inner .title-h3 {
    line-height: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .sub__container .map-info-inner .title-h3 {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sub__container .map-info-inner .title-h3 {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .sub__container .map-info-inner .title-h3 {
    margin-top: 26.6666666667px;
  }
}

.btn-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1439px) {
  .btn-close {
    top: 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .btn-close {
    top: 6.25vw;
  }
}
@media (min-width: 2561px) {
  .btn-close {
    top: 160px;
  }
}
@media (max-width: 1439px) {
  .btn-close {
    right: 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .btn-close {
    right: 6.25vw;
  }
}
@media (min-width: 2561px) {
  .btn-close {
    right: 160px;
  }
}
@media (max-width: 1439px) {
  .btn-close {
    padding: 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .btn-close {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .btn-close {
    padding: 13.3333333333px;
  }
}
.btn-close {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .btn-close {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.8571428571) calc(296px * 0.8571428571);
    background-size: calc(325px * 0.8571428571) calc(296px * 0.8571428571);
    background-position: calc((-120px - 4px) * 0.8571428571) calc((-224px - 4px) * 0.8571428571);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .btn-close {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 28 / 28);
    -webkit-background-size: calc(325 / 28 * 32 / 1920 * 100vw) calc(296 / 28 * 32 / 1920 * 100vw);
    background-size: calc(325 / 28 * 32 / 1920 * 100vw) calc(296 / 28 * 32 / 1920 * 100vw);
    background-position: calc((-120 - 4) / 28 * 32 / 1920 * 100vw) calc((-224 - 4) / 28 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .btn-close {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.5238095238) calc(296px * 1.5238095238);
    background-size: calc(325px * 1.5238095238) calc(296px * 1.5238095238);
    background-position: calc((-120px - 4px) * 1.5238095238) calc((-224px - 4px) * 1.5238095238);
  }
}
@media screen and (max-width: 1023px) {
  .btn-close {
    display: none;
  }
}

@media (max-width: 1439px) {
  html[lang=en] .map-info-inner .list-item .logo {
    height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  html[lang=en] .map-info-inner .list-item .logo {
    height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  html[lang=en] .map-info-inner .list-item .logo {
    height: 32px;
  }
}
@media (max-width: 1439px) {
  html[lang=en] .map-info-inner .list-item .logo {
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  html[lang=en] .map-info-inner .list-item .logo {
    -webkit-background-size: auto 1.25vw;
    background-size: auto 1.25vw;
  }
}
@media (min-width: 2561px) {
  html[lang=en] .map-info-inner .list-item .logo {
    -webkit-background-size: auto 32px;
    background-size: auto 32px;
  }
}
html[lang=en] .map-info-inner .list-item .logo::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
html[lang=en] .map-info-inner .list-item .logo-life-1 {
  background-image: url("/img/sub/logo/icon_logo_life1__en-72f05b9d04a442013ab90cc107813e73.svg"); /* 현대산업개발 */
}
html[lang=en] .map-info-inner .list-item .logo-life-2 {
  background-image: url("/img/sub/logo/icon_logo_life2__en-f68bc4e22899e55abf691516fb9d60dc.svg"); /* 아이콘스 */
}
html[lang=en] .map-info-inner .list-item .logo-life-3 {
  background-image: url("/img/sub/logo/icon_logo_life3__en-7a6e1ae54b5d6e0c9c8e87af25d0a797.svg"); /* 아이파크몰 */
}
html[lang=en] .map-info-inner .list-item .logo-life-4 {
  background-image: url("/img/sub/logo/icon_logo_life4__en-7d0b1ecf37a7d593e55ddb6fb079340e.svg"); /* 신라면세점 */
}
html[lang=en] .map-info-inner .list-item .logo-life-5 {
  background-image: url("/img/sub/logo/icon_logo_life5__en-6c77d11a1868fd699a3f97adeb7249da.svg"); /* 호텔 */
}
html[lang=en] .map-info-inner .list-item .logo-life-6 {
  background-image: url("/img/sub/logo/icon_logo_life6__en-d8c7970e9f65e724715c5b2caea4c364.svg"); /* 리조트 */
}
html[lang=en] .map-info-inner .list-item .logo-life-7 {
  background-image: url("/img/sub/logo/icon_logo_life7__en-5bfaec0891447a997568cb32a4248544.svg"); /* 마리나 */
}
html[lang=en] .map-info-inner .list-item .logo-life-8 {
  background-image: url("/img/sub/logo/icon_logo_life8__en-22c7f44ecfb948fd750a2dea71e2dd3e.svg"); /* 스포츠 */
}
html[lang=en] .map-info-inner .list-item .logo-life-9 {
  background-image: url("/img/sub/logo/icon_logo_life9__en-94bd3248f367f659a7cd6a7d65f7bbc5.svg"); /* 영창 */
}
html[lang=en] .map-info-inner .list-item .logo-enegry-1 {
  background-image: url("/img/sub/logo/icon_logo_energy1__en-324ec5b47073d3f57707417fd4087bf8.svg"); /* 통영에코파워 */
}
html[lang=en] .map-info-inner .list-item .logo-enegry-2 {
  background-image: url("/img/sub/logo/icon_logo_energy2__en-901da489a6242ce89bc7e782ba1389b7.svg"); /* 현대EP */
}
html[lang=en] .map-info-inner .list-item .logo-enegry-3 {
  background-image: url("/img/sub/logo/icon_logo_energy3__en-a640d2b00f33d56eaeab02ecbfc10c11.svg"); /* 서울춘천고속도로 */
}
html[lang=en] .map-info-inner .list-item .logo-enegry-4 {
  background-image: url("/img/sub/logo/icon_logo_energy4__en-273dfe9abdb165cb6e1458ac34ba31ec.svg"); /* 부산컨테이너 */
}
html[lang=en] .map-info-inner .list-item .logo-enegry-5 {
  background-image: url("/img/sub/logo/icon_logo_energy5__en-d373815d1846ba554f171541dfef2e1c.svg"); /* 북항아이브릿지 */
}
html[lang=en] .map-info-inner .list-item .logo-enegry-6 {
  background-image: url("/img/sub/logo/icon_logo_energy6__en-9a29f228eccf8f80ca5de86da2b277f0.svg"); /* 현대PCE */
}
html[lang=en] .map-info-inner .list-item .logo-enegry-7 {
  background-image: url("/img/sub/logo/icon_logo_energy7__en-4bf268986a083d05448713d430903e13.svg"); /* 폴리올 */
}
html[lang=en] .map-info-inner .list-item .logo-enegry-8 {
  background-image: url("/img/sub/logo/icon_logo_energy8__en-7892f543504941ddc23959571c9cc778.svg"); /* 비오솔 */
}
html[lang=en] .map-info-inner .list-item .logo-ai-1 {
  background-image: url("/img/sub/logo/icon_logo_ai1__en-dea2ac79ae3897ccf8c2e4066cf49e01.svg"); /* 자산운용*/
}
html[lang=en] .map-info-inner .list-item .logo-ai-2 {
  background-image: url("/img/sub/logo/icon_logo_ai2__en-9eae7c501fd7c5bda88f157297a3bb77.svg"); /* 랩스 */
}
@media screen and (max-width: 1023px) {
  html[lang=en] .map-info-inner .list-item .logo {
    height: clamp(0px, 3.8888888889vw, 14px);
    -webkit-background-size: auto clamp(0px, 3.8888888889vw, 14px);
    background-size: auto clamp(0px, 3.8888888889vw, 14px);
  }
}

.page-subsidiary .box__business-detail-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-overview {
    padding: 150px 159px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-overview {
    padding: 10.4166666667vw 11.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-overview {
    padding: 266.6666666667px 282.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-detail-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px);
    height: auto;
  }
}
.page-subsidiary .box__business-detail-overview .section__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page-subsidiary .box__business-detail-overview .section__title .eyebrow {
  position: -webkit-sticky;
  position: sticky;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-overview .section__title .eyebrow {
    top: 150px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-overview .section__title .eyebrow {
    top: 10.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-overview .section__title .eyebrow {
    top: 266.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-overview .section__title .eyebrow {
    padding-bottom: 22.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-overview .section__title .eyebrow {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-overview .section__title .eyebrow {
    padding-bottom: 40px;
  }
}
.page-subsidiary .box__business-detail-overview .section__title .title {
  margin-top: 0;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-overview .section__title .title {
    font-size: 27px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-overview .section__title .title {
    font-size: 1.875vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-overview .section__title .title {
    font-size: 48px;
  }
}
.page-subsidiary .box__business-detail-overview .section__title .title {
  font-weight: 600;
}
.page-subsidiary .box__business-detail-overview .section__title .title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-detail-overview .section__title .title {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 6.6666666667vw, 24px);
    font-weight: 600;
    line-height: clamp(0px, 8.6111111111vw, 31px);
  }
}
.page-subsidiary .box__business-detail-overview .section__title .desc {
  word-break: keep-all;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc {
    font-size: 24px;
  }
}
.page-subsidiary .box__business-detail-overview .section__title .desc {
  font-weight: 500;
}
.page-subsidiary .box__business-detail-overview .section__title .desc {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc {
    color: #656565;
    margin-top: clamp(0px, 12.7777777778vw, 46px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc + .desc {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc + .desc {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc + .desc {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-detail-overview .section__title .desc + .desc {
    margin-top: clamp(0px, 4.4444444444vw, 16px);
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents {
    width: 666px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents {
    width: 46.25vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents {
    width: 1184px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-detail-contents {
    width: auto;
  }
}
.page-subsidiary .box__business-detail-contents .info-area {
  border-top: 2px solid #000;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents .info-area {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents .info-area {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents .info-area {
    margin-top: 85.3333333333px;
  }
}
.page-subsidiary .box__business-detail-contents .info-area .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-item {
    padding: 21px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-item {
    padding: 1.4583333333vw 0vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-item {
    padding: 37.3333333333px 0px;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-item {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-item {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-item {
    font-size: 24px;
  }
}
.page-subsidiary .box__business-detail-contents .info-area .info-item {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-item {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-item {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-item {
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-item {
    padding: clamp(0px, 5.5555555556vw, 20px) clamp(0px, 1.9444444444vw, 7px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 0vw, 0px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: clamp(0px, 5.8333333333vw, 21px);
  }
}
.page-subsidiary .box__business-detail-contents .info-area .info-item + .info-item {
  border-top: 1px solid #DCDCDC;
}
.page-subsidiary .box__business-detail-contents .info-area .info-title {
  color: #000;
  letter-spacing: -0.5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-title {
    width: 228px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-title {
    width: 15.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-title {
    width: 405.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-title {
    width: clamp(0px, 44.1666666667vw, 159px);
  }
}
.page-subsidiary .box__business-detail-contents .info-area .info-detail {
  color: #656565;
  letter-spacing: -0.5px;
  font-weight: 500;
  word-break: keep-all;
}
.page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #656565;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
    gap: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
    gap: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
    gap: 8px;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
    font-size: 24px;
  }
}
.page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
    line-height: 36px;
  }
}
.page-subsidiary .box__business-detail-contents .info-area .info-detail .link::after {
  content: "";
  display: inline-block;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link::after {
    margin-top: 1.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link::after {
    margin-top: 0.1041666667vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link::after {
    margin-top: 2.6666666667px;
  }
}
.page-subsidiary .box__business-detail-contents .info-area .info-detail .link::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.9) calc(296px * 0.9);
    background-size: calc(325px * 0.9) calc(296px * 0.9);
    background-position: calc((-297px - 4px) * 0.9) calc((0px - 4px) * 0.9);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link::after {
    width: 15px;
    height: calc(15px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-297px - 4px) * 0.75) calc((0px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link::after {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw * 20 / 20);
    -webkit-background-size: calc(325 / 20 * 20 / 1920 * 100vw) calc(296 / 20 * 20 / 1920 * 100vw);
    background-size: calc(325 / 20 * 20 / 1920 * 100vw) calc(296 / 20 * 20 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 20 * 20 / 1920 * 100vw) calc((0 - 4) / 20 * 20 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link::after {
    width: 26.6666666667px;
    height: calc(26.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-297px - 4px) * 1.3333333333) calc((0px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-detail-contents .info-area .info-detail .link {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: clamp(0px, 5.8333333333vw, 21px);
  }
}
.page-subsidiary .box__business-sector-area {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area {
    height: auto;
  }
  .page-subsidiary .box__business-sector-area .section__title {
    padding: clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 11.1111111111vw, 40px);
  }
}
.page-subsidiary .box__business-sector-area .biz-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-subsidiary .box__business-sector-area .biz-content .img-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-content .img-wrapper {
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    z-index: 0;
    height: clamp(0px, 116.1111111111vw, 418px);
  }
}
.page-subsidiary .box__business-sector-area .biz-content .img-wrapper::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  z-index: 1;
  content: "";
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-content .img-wrapper::before {
    background: rgba(0, 0, 0, 0.2);
  }
}
.page-subsidiary .box__business-sector-area .biz-content .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-content .img-wrapper img {
    -o-object-position: center top;
    object-position: center top;
  }
}
.page-subsidiary .box__business-sector-area .biz-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  -webkit-transition: flex-grow 0.5s, -webkit-flex-basis 0.5s, -webkit-box-flex 0.5s;
  transition: flex-grow 0.5s, -webkit-flex-basis 0.5s, -webkit-box-flex 0.5s;
  transition: flex-basis 0.5s, flex-grow 0.5s;
  transition: flex-basis 0.5s, flex-grow 0.5s, -webkit-flex-basis 0.5s, -ms-flex-preferred-size 0.5s, -webkit-box-flex 0.5s, -ms-flex-positive 0.5s;
}
@media (min-width: 1024px) {
  .page-subsidiary .box__business-sector-area .biz-item {
    overflow: hidden;
    margin-left: -1px;
  }
  .page-subsidiary .box__business-sector-area .biz-item:hover {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover {
    -ms-flex-preferred-size: 825px;
    flex-basis: 825px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover {
    -ms-flex-preferred-size: 57.2916666667vw;
    flex-basis: 57.2916666667vw;
  }
}
@media (min-width: 1024px) and (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover {
    -ms-flex-preferred-size: 1466.6666666667px;
    flex-basis: 1466.6666666667px;
  }
}
@media (min-width: 1024px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover .img-wrapper::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.2)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 80%);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover .biz-text {
    bottom: 75px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover .biz-text {
    bottom: 5.2083333333vw;
  }
}
@media (min-width: 1024px) and (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover .biz-text {
    bottom: 133.3333333333px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover .biz-text {
    width: 825px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover .biz-text {
    width: 57.2916666667vw;
  }
}
@media (min-width: 1024px) and (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover .biz-text {
    width: 1466.6666666667px;
  }
}
@media (min-width: 1024px) {
  .page-subsidiary .box__business-sector-area .biz-item:hover .desc-box {
    overflow-y: auto;
  }
  .page-subsidiary .box__business-sector-area .biz-item:hover .desc-box::-webkit-scrollbar {
    width: 4px;
  }
  .page-subsidiary .box__business-sector-area .biz-item:hover .desc-box::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
  }
  .page-subsidiary .box__business-sector-area .biz-item:hover .desc-box::-webkit-scrollbar-track {
    background: transparent;
  }
  .page-subsidiary .box__business-sector-area .biz-item:hover .biz-desc {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    height: clamp(0px, 33.3333333333vw, 120px);
    margin-top: -1px;
  }
}
.page-subsidiary .box__business-sector-area .biz-item.is-grayscale .img-wrapper img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text {
    padding: 0px 12.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text {
    padding: 0vw 0.8854166667vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text {
    padding: 0px 22.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text {
    padding: clamp(0px, 12.7777777778vw, 46px) clamp(0px, 5.5555555556vw, 20px);
  }
}
@media (min-width: 1024px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text {
    white-space: nowrap;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-transition: left 0.35s, right 0.35s, padding 0.35s, bottom 0s;
    transition: left 0.35s, right 0.35s, padding 0.35s, bottom 0s;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text {
    bottom: 163.5px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text {
    bottom: 11.3541666667vw;
  }
}
@media (min-width: 1024px) and (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text {
    bottom: 290.6666666667px;
  }
}
.page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .title {
  text-align: left;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .title {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .title {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .title {
    font-size: 29.3333333333px;
  }
}
.page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .title {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .title {
    line-height: 24.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .title {
    line-height: 1.71875vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .title {
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .title {
    display: block;
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .title {
    -webkit-transition: none;
    transition: none;
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: clamp(0px, 7.7777777778vw, 28px);
  }
}
@media (min-width: 1024px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .desc-box {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-grayscale .biz-text .biz-desc {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-active {
    height: clamp(0px, 116.1111111111vw, 418px);
  }
  .page-subsidiary .box__business-sector-area .biz-item.is-active .img-wrapper::before {
    background: rgba(0, 0, 0, 0.5);
  }
  .page-subsidiary .box__business-sector-area .biz-item.is-active .biz-text {
    bottom: inherit;
  }
  .page-subsidiary .box__business-sector-area .biz-item.is-active .title::after {
    background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-active .title::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-265px - 4px) * 1) calc((-224px - 4px) * 1);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-active .title::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((-224px - 4px) * 0.75);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-active .title::after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((-224 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item.is-active .title::after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((-224px - 4px) * 1.3333333333);
  }
}
.page-subsidiary .box__business-sector-area .biz-item.is-active .biz-desc {
  -webkit-transition: opacity 0.5s 0.3s;
  transition: opacity 0.5s 0.3s;
  opacity: 1;
}
.page-subsidiary .box__business-sector-area .biz-item.type-single {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single {
    height: clamp(0px, 101.3888888889vw, 365px);
  }
}
.page-subsidiary .box__business-sector-area .biz-item.type-single .title::after {
  content: none;
}
.page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
  right: 0;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
    width: 675px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
    width: 46.875vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
    width: 1200px;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
    bottom: 75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
    bottom: 5.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
    bottom: 133.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
    padding: 0px 75px 60px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
    padding: 0vw 5.2083333333vw 4.1666666667vw 0vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
    padding: 0px 133.3333333333px 106.6666666667px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-item.type-single .biz-text {
    right: auto;
    bottom: auto;
    width: 100%;
    padding: clamp(0px, 12.7777777778vw, 46px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-subsidiary .box__business-sector-area .biz-item.type-single .desc-box {
  width: auto;
}
.page-subsidiary .box__business-sector-area .biz-item.type-single .biz-desc {
  opacity: 1;
}
.page-subsidiary .box__business-sector-area .biz-text {
  position: absolute;
  -webkit-transition: all 0.5s 0.1s, bottom 0s, width 0s;
  transition: all 0.5s 0.1s, bottom 0s, width 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-text {
    padding: 0px 42px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-text {
    padding: 0vw 2.9166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-text {
    padding: 0px 74.6666666667px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .page-subsidiary .box__business-sector-area .biz-text {
    width: clamp(0px, 54.9048316252vw, 750px);
    padding: clamp(0px, 0vw, 0px) clamp(0px, 2.5622254758vw, 35px);
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: inherit;
    padding: clamp(0px, 12.7777777778vw, 46px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-subsidiary .box__business-sector-area .biz-text .title {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-transition: font-size 0.5s, line-height 0.5s;
  transition: font-size 0.5s, line-height 0.5s;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-text .title {
    font-size: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-text .title {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-text .title {
    font-size: 53.3333333333px;
  }
}
.page-subsidiary .box__business-sector-area .biz-text .title {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-text .title {
    line-height: 40.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-text .title {
    line-height: 2.8125vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-text .title {
    line-height: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-text .title {
    -webkit-transition: none;
    transition: none;
    padding-right: clamp(0px, 8.3333333333vw, 30px);
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: clamp(0px, 7.7777777778vw, 28px);
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-text .title::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: "";
  }
  .page-subsidiary .box__business-sector-area .biz-text .title::after {
    background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-text .title::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-64px - 4px) * 1) calc((-264px - 4px) * 1);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-text .title::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-64px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-text .title::after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-64 - 4) / 24 * 24 / 1920 * 100vw) calc((-264 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-text .title::after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-64px - 4px) * 1.3333333333) calc((-264px - 4px) * 1.3333333333);
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-text .desc-box {
    width: 741px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-text .desc-box {
    width: 51.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-text .desc-box {
    width: 1317.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-text .desc-box {
    height: 169.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-text .desc-box {
    height: 11.7708333333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-text .desc-box {
    height: 301.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-text .desc-box {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-text .desc-box {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-text .desc-box {
    margin-top: 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-text .desc-box {
    width: auto;
    height: auto;
    margin-top: auto;
  }
}
.page-subsidiary .box__business-sector-area .biz-desc {
  color: #EDEDED;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-desc {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-desc {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-desc {
    font-size: 29.3333333333px;
  }
}
.page-subsidiary .box__business-sector-area .biz-desc {
  font-weight: 500;
}
.page-subsidiary .box__business-sector-area .biz-desc {
  line-height: 1.4;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .page-subsidiary .box__business-sector-area .biz-desc {
    font-size: clamp(0px, 1.2445095168vw, 17px);
    font-weight: 500;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-desc {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__business-sector-area .biz-desc + .biz-desc {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__business-sector-area .biz-desc + .biz-desc {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__business-sector-area .biz-desc + .biz-desc {
    margin-top: 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__business-sector-area .biz-desc + .biz-desc {
    margin-top: clamp(0px, 4.4444444444vw, 16px);
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__news-room-area {
    padding: 150px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__news-room-area {
    padding: 10.4166666667vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__news-room-area {
    padding: 266.6666666667px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__news-room-area {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-subsidiary .box__news-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1439px) {
  .page-subsidiary .box__news-contents {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__news-contents {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__news-contents {
    gap: 32px;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__news-contents {
    margin-top: 105px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__news-contents {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__news-contents {
    margin-top: 186.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__news-contents {
    grid-template-columns: 1fr;
    gap: clamp(0px, 11.1111111111vw, 40px);
    margin-top: clamp(0px, 22.5vw, 81px);
  }
}
.page-subsidiary .box__news-contents .news-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__news-contents .news-link .thumbnail {
    height: 315px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__news-contents .news-link .thumbnail {
    height: 21.875vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__news-contents .news-link .thumbnail {
    height: 560px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__news-contents .news-link .thumbnail {
    height: clamp(0px, 63.8888888889vw, 230px);
  }
}
.page-subsidiary .box__news-contents .news-link .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-subsidiary .box__news-contents .news-link .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__news-contents .news-link .text-box {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__news-contents .news-link .text-box {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__news-contents .news-link .text-box {
    margin-top: 42.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-subsidiary .box__news-contents .news-link .text-box {
    height: 99.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__news-contents .news-link .text-box {
    height: 6.9270833333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__news-contents .news-link .text-box {
    height: 177.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__news-contents .news-link .text-box {
    margin-top: clamp(0px, 0.5555555556vw, 2px);
    height: auto;
  }
}
.page-subsidiary .box__news-contents .news-link .news-title {
  color: #000;
  letter-spacing: -0.5px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__news-contents .news-link .news-title {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__news-contents .news-link .news-title {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__news-contents .news-link .news-title {
    font-size: 29.3333333333px;
  }
}
.page-subsidiary .box__news-contents .news-link .news-title {
  font-weight: 600;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__news-contents .news-link .news-title {
    line-height: 24.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__news-contents .news-link .news-title {
    line-height: 1.71875vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__news-contents .news-link .news-title {
    line-height: 44px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__news-contents .news-link .news-title {
    margin-top: clamp(0px, 4.1666666667vw, 15px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: clamp(0px, 5.8333333333vw, 21px);
  }
}
.page-subsidiary .box__news-contents .news-link .date-info {
  display: block;
  margin-top: auto;
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__news-contents .news-link .date-info {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__news-contents .news-link .date-info {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__news-contents .news-link .date-info {
    font-size: 24px;
  }
}
.page-subsidiary .box__news-contents .news-link .date-info {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-subsidiary .box__news-contents .news-link .date-info {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-subsidiary .box__news-contents .news-link .date-info {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .page-subsidiary .box__news-contents .news-link .date-info {
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .page-subsidiary .box__news-contents .news-link .date-info {
    margin-top: clamp(0px, 6.6666666667vw, 24px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: clamp(0px, 5.5555555556vw, 20px);
  }
}

html[lang=en] .page-subsidiary .box__business-sector-area .biz-text .title {
  white-space: normal;
}
@media screen and (max-width: 1023px) {
  html[lang=en] .page-subsidiary .box__business-sector-area .biz-item:not(.type-single) .title {
    position: absolute;
    top: clamp(0px, 16.6666666667vw, 60px);
    left: clamp(0px, 5.5555555556vw, 20px);
    right: clamp(0px, 5.5555555556vw, 20px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  html[lang=en] .page-subsidiary .box__business-sector-area .biz-item:not(.type-single) .desc-box {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.25s ease, opacity 0.15s ease;
    transition: max-height 0.25s ease, opacity 0.15s ease;
  }
  html[lang=en] .page-subsidiary .box__business-sector-area .biz-item:not(.type-single).is-active .desc-box {
    opacity: 1;
    overflow-y: auto;
    -webkit-transition: max-height 0.35s ease, opacity 0.25s ease;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    max-height: clamp(0px, 75vw, 270px);
  }
}

.sub__section {
  position: relative;
}

.page-esg-overview {
  overflow-x: clip;
}
@media (max-width: 1439px) {
  .page-esg-overview {
    padding-bottom: 150px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview {
    padding-bottom: 266.6666666667px;
  }
}
.page-esg-overview .esg-overview .section__title {
  text-align: center;
}
.page-esg-overview .esg-overview .section__title .eyebrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-esg-overview .esg-performance .section__title {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-performance .section__title {
    text-align: initial;
  }
}
.page-esg-overview .esg-performance .section__title .eyebrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-performance .section__title .eyebrow {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}
.page-esg-overview .overview-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1439px) {
  .page-esg-overview .overview-animation {
    gap: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .overview-animation {
    gap: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .overview-animation {
    gap: 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .overview-animation {
    height: 307.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .overview-animation {
    height: 21.3541666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .overview-animation {
    height: 546.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .overview-animation {
    padding-top: 82.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .overview-animation {
    padding-top: 5.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .overview-animation {
    padding-top: 146.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .overview-animation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
    height: auto;
    padding-top: 0;
    gap: clamp(0px, 2.2222222222vw, 8px);
    margin-top: clamp(0px, 16.6666666667vw, 60px);
  }
}
.page-esg-overview .overview-animation .oveview-img {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-radius: 16px;
}
@media (max-width: 1439px) {
  .page-esg-overview .overview-animation .oveview-img {
    width: 270px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .overview-animation .oveview-img {
    width: 18.75vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .overview-animation .oveview-img {
    width: 480px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .overview-animation .oveview-img {
    height: 225px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .overview-animation .oveview-img {
    height: 15.625vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .overview-animation .oveview-img {
    height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .overview-animation .oveview-img {
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    height: clamp(0px, 44.4444444444vw, 160px);
  }
}
.page-esg-overview .overview-animation .oveview-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-esg-overview .overview-animation .oveview-img:nth-child(2) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .overview-animation .oveview-img:nth-child(2) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.page-esg-overview .overview-animation .oveview-img:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .overview-animation .oveview-img:nth-child(3) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.page-esg-overview .overview-animation .oveview-img.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-esg-overview .overview-animation.is-animated .oveview-img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-esg-overview .box__esg {
  position: relative;
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg {
    padding: 90px 0px 75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg {
    padding: 6.25vw 0vw 5.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg {
    padding: 160px 0px 133.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg {
    padding: 0;
    margin-top: clamp(0px, 16.3888888889vw, 59px);
  }
}
.page-esg-overview .box__esg .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .swiper-navigation {
    gap: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .swiper-navigation {
    gap: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .swiper-navigation {
    gap: 16px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .swiper-navigation {
    top: 19.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .swiper-navigation {
    top: 1.3541666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .swiper-navigation {
    top: 34.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .swiper-navigation {
    height: 42px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .swiper-navigation {
    height: 2.9166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .swiper-navigation {
    height: 74.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .swiper-navigation {
    display: none;
  }
}
.page-esg-overview .box__esg .swiper-navigation .swiper-button-prev,
.page-esg-overview .box__esg .swiper-navigation .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid #CCCCCC;
  background: #fff;
  -webkit-transition: opacity 0.3s ease, border-color 0.3s ease;
  transition: opacity 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
}
.page-esg-overview .box__esg .swiper-navigation .swiper-button-prev::after,
.page-esg-overview .box__esg .swiper-navigation .swiper-button-next::after {
  display: block;
  content: "";
}
.page-esg-overview .box__esg .swiper-navigation .swiper-button-prev::after,
.page-esg-overview .box__esg .swiper-navigation .swiper-button-next::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-esg-overview .box__esg .swiper-navigation .swiper-button-prev::after,
  .page-esg-overview .box__esg .swiper-navigation .swiper-button-next::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-208px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-esg-overview .box__esg .swiper-navigation .swiper-button-prev::after,
  .page-esg-overview .box__esg .swiper-navigation .swiper-button-next::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-position: calc((-208px - 4px) * 0.5625) calc((-176px - 4px) * 0.5625);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .swiper-navigation .swiper-button-prev::after,
  .page-esg-overview .box__esg .swiper-navigation .swiper-button-next::after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 24 / 1920 * 100vw) calc(296 / 32 * 24 / 1920 * 100vw);
    background-size: calc(325 / 32 * 24 / 1920 * 100vw) calc(296 / 32 * 24 / 1920 * 100vw);
    background-position: calc((-208 - 4) / 32 * 24 / 1920 * 100vw) calc((-176 - 4) / 32 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .swiper-navigation .swiper-button-prev::after,
  .page-esg-overview .box__esg .swiper-navigation .swiper-button-next::after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-208px - 4px) * 1) calc((-176px - 4px) * 1);
  }
}
.page-esg-overview .box__esg .swiper-navigation .swiper-button-prev.swiper-button-disabled,
.page-esg-overview .box__esg .swiper-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: default;
}
.page-esg-overview .box__esg .swiper-navigation .swiper-button-prev.swiper-button-disabled::after,
.page-esg-overview .box__esg .swiper-navigation .swiper-button-next.swiper-button-disabled::after {
  opacity: 0.4;
}
.page-esg-overview .box__esg .swiper-navigation .swiper-button-prev {
  left: 0;
}
.page-esg-overview .box__esg .swiper-navigation .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-esg-overview .box__esg .swiper-navigation .swiper-button-next {
  right: 0;
}
.page-esg-overview .box__esg .esg-swiper {
  overflow: visible;
}
.page-esg-overview .box__esg .esg-swiper .swiper-slide {
  width: auto;
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-slide {
    width: 514.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-slide {
    width: 35.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-slide {
    width: 914.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-slide {
    width: clamp(0px, 77.7777777778vw, 280px);
  }
}
.page-esg-overview .box__esg .esg-swiper .slide-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .slide-image {
    height: 435px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .slide-image {
    height: 30.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .slide-image {
    height: 773.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .esg-swiper .slide-image {
    height: clamp(0px, 94.4444444444vw, 340px);
  }
}
.page-esg-overview .box__esg .esg-swiper .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.76);
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .slide-content {
    padding: 24px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .slide-content {
    padding: 1.6666666667vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .slide-content {
    padding: 42.6666666667px 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .esg-swiper .slide-content {
    padding: clamp(0px, 4.4444444444vw, 16px);
  }
}
.page-esg-overview .box__esg .esg-swiper .slide-content.is-active .slide-desc-wrap {
  grid-template-rows: 1fr;
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .slide-content.is-active .slide-desc-wrap {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .slide-content.is-active .slide-desc-wrap {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .slide-content.is-active .slide-desc-wrap {
    margin-top: 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .esg-swiper .slide-content.is-active .slide-desc-wrap {
    margin-top: clamp(0px, 4.4444444444vw, 16px);
  }
}
.page-esg-overview .box__esg .esg-swiper .slide-content.is-active .slide-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .esg-swiper .slide-content.is-active .slide-desc {
    max-height: clamp(0px, 55.5555555556vw, 200px);
    overflow-y: auto;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .page-esg-overview .box__esg .esg-swiper .swiper-slide:hover .slide-content .slide-desc-wrap {
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-slide:hover .slide-content .slide-desc-wrap {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-slide:hover .slide-content .slide-desc-wrap {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-slide:hover .slide-content .slide-desc-wrap {
    margin-top: 26.6666666667px;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .page-esg-overview .box__esg .esg-swiper .swiper-slide:hover .slide-content .slide-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.page-esg-overview .box__esg .esg-swiper .slide-title {
  display: block;
  color: #fff;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .slide-title {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .slide-title {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .slide-title {
    font-size: 29.3333333333px;
  }
}
.page-esg-overview .box__esg .esg-swiper .slide-title {
  font-weight: 600;
}
.page-esg-overview .box__esg .esg-swiper .slide-title {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .esg-swiper .slide-title {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-esg-overview .box__esg .esg-swiper .slide-desc-wrap {
  display: grid;
  -webkit-transition: grid-template-rows 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), margin-top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), padding-top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: grid-template-rows 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), margin-top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), padding-top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: grid-template-rows 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), margin-top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), padding-top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -ms-grid-rows 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  grid-template-rows: 0fr;
}
.page-esg-overview .box__esg .esg-swiper .slide-desc {
  overflow: hidden;
  min-height: 0;
  color: #CCCCCC;
  letter-spacing: -0.5px;
  word-break: keep-all;
  opacity: 0;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.08s, -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.08s;
  transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.08s, -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.08s;
  transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.08s, transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.08s;
  transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.08s, transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.08s, -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.08s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc {
    font-size: 24px;
  }
}
.page-esg-overview .box__esg .esg-swiper .slide-desc {
  font-weight: 500;
}
.page-esg-overview .box__esg .esg-swiper .slide-desc {
  line-height: 1.5;
}
.page-esg-overview .box__esg .esg-swiper .slide-desc::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc {
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-esg-overview .box__esg .esg-swiper .slide-desc--dot {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-esg-overview .box__esg .esg-swiper .slide-desc--dot li {
  position: relative;
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc--dot li {
    padding-left: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc--dot li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc--dot li {
    padding-left: 26.6666666667px;
  }
}
.page-esg-overview .box__esg .esg-swiper .slide-desc--dot li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "ㆍ";
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc--dot li + li {
    margin-top: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc--dot li + li {
    margin-top: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc--dot li + li {
    margin-top: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc--dot li + li {
    margin-top: clamp(0px, 1.6666666667vw, 6px);
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .esg-swiper .slide-desc--dot li {
    padding-left: clamp(0px, 3.3333333333vw, 12px);
  }
}
.page-esg-overview .box__esg .esg-swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  bottom: 0;
  background: #EDEDED;
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-pagination {
    height: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-pagination {
    height: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-pagination {
    height: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-pagination {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-pagination {
    margin-top: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-pagination {
    margin-top: 64px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-pagination {
    margin-right: 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-pagination {
    margin-right: 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-pagination {
    margin-right: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .box__esg .esg-swiper .swiper-pagination {
    display: none;
  }
}
.page-esg-overview .box__esg .esg-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #A7A8A9;
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-grade {
    margin-top: 87.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-grade {
    margin-top: 6.09375vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-grade {
    margin-top: 156px;
  }
}
.page-esg-overview .esg-grade .esg-grade-table {
  width: 100%;
}
.page-esg-overview .esg-grade .esg-grade-table col {
  display: table-column;
}
.page-esg-overview .esg-grade .esg-grade-table thead {
  border-top: 1px solid #868686;
}
.page-esg-overview .esg-grade .esg-grade-table thead tr {
  background-color: #F9F9FA;
  color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-grade .esg-grade-table thead th {
    padding: 22.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-grade .esg-grade-table thead th {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-grade .esg-grade-table thead th {
    padding: 40px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-grade .esg-grade-table thead th {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-grade .esg-grade-table thead th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-grade .esg-grade-table thead th {
    font-size: 26.6666666667px;
  }
}
.page-esg-overview .esg-grade .esg-grade-table thead th {
  font-weight: 500;
}
.page-esg-overview .esg-grade .esg-grade-table thead th {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-grade .esg-grade-table thead th {
    padding: clamp(0px, 5vw, 18px) clamp(0px, 3.3333333333vw, 12px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-esg-overview .esg-grade .esg-grade-table tbody tr {
  border-bottom: 1px solid #EDEDED;
  color: #212121;
  letter-spacing: -0.5px;
}
.page-esg-overview .esg-grade .esg-grade-table tbody tr.is-total {
  background: #EDEDED;
}
.page-esg-overview .esg-grade .esg-grade-table tbody tr.is-total th {
  color: #212121;
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody tr.is-total th {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody tr.is-total th {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody tr.is-total th {
    font-size: 21.3333333333px;
  }
}
.page-esg-overview .esg-grade .esg-grade-table tbody tr.is-total th {
  font-weight: 500;
}
.page-esg-overview .esg-grade .esg-grade-table tbody tr.is-total th {
  line-height: 1.6;
}
.page-esg-overview .esg-grade .esg-grade-table tbody th,
.page-esg-overview .esg-grade .esg-grade-table tbody td {
  display: table-cell;
  text-align: center;
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th,
  .page-esg-overview .esg-grade .esg-grade-table tbody td {
    padding: 22.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th,
  .page-esg-overview .esg-grade .esg-grade-table tbody td {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th,
  .page-esg-overview .esg-grade .esg-grade-table tbody td {
    padding: 40px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th,
  .page-esg-overview .esg-grade .esg-grade-table tbody td {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th,
  .page-esg-overview .esg-grade .esg-grade-table tbody td {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th,
  .page-esg-overview .esg-grade .esg-grade-table tbody td {
    font-size: 29.3333333333px;
  }
}
.page-esg-overview .esg-grade .esg-grade-table tbody th,
.page-esg-overview .esg-grade .esg-grade-table tbody td {
  font-weight: 400;
}
.page-esg-overview .esg-grade .esg-grade-table tbody th,
.page-esg-overview .esg-grade .esg-grade-table tbody td {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th,
  .page-esg-overview .esg-grade .esg-grade-table tbody td {
    padding: clamp(0px, 5vw, 18px) clamp(0px, 3.3333333333vw, 12px);
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th {
    font-size: 26.6666666667px;
  }
}
.page-esg-overview .esg-grade .esg-grade-table tbody th {
  font-weight: 500;
}
.page-esg-overview .esg-grade .esg-grade-table tbody th {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-grade .esg-grade-table tbody th {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-grade .esg-grade-table .text-acro {
    display: block;
  }
}
.page-esg-overview .esg-award {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award {
    gap: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award {
    gap: 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award {
    margin-top: 105px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award {
    margin-top: 186.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-award {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 6.6666666667vw, 24px) clamp(0px, 2.7777777778vw, 10px);
    margin-top: clamp(0px, 16.6666666667vw, 60px);
  }
}
.page-esg-overview .esg-award .award-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #DCDCDC;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award .award-card {
    gap: 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award .award-card {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award .award-card {
    gap: 13.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award .award-card {
    min-height: 270px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award .award-card {
    min-height: 18.75vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award .award-card {
    min-height: 480px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award .award-card {
    padding: 28.5px 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award .award-card {
    padding: 1.9791666667vw 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award .award-card {
    padding: 50.6666666667px 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-award .award-card {
    border-radius: 6px;
    gap: clamp(0px, 2.7777777778vw, 10px);
    min-height: clamp(0px, 55.5555555556vw, 200px);
    padding: clamp(0px, 4.4444444444vw, 16px) clamp(0px, 5vw, 18px);
  }
}
.page-esg-overview .esg-award .award-title .title {
  color: #000;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award .award-title .title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award .award-title .title {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award .award-title .title {
    font-size: 32px;
  }
}
.page-esg-overview .esg-award .award-title .title {
  font-weight: 600;
}
.page-esg-overview .esg-award .award-title .title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-award .award-title .title {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-esg-overview .esg-award .award-title .award-org {
  display: block;
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award .award-title .award-org {
    margin-top: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award .award-title .award-org {
    margin-top: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award .award-title .award-org {
    margin-top: 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award .award-title .award-org {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award .award-title .award-org {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award .award-title .award-org {
    font-size: 21.3333333333px;
  }
}
.page-esg-overview .esg-award .award-title .award-org {
  font-weight: 500;
}
.page-esg-overview .esg-award .award-title .award-org {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-award .award-title .award-org {
    margin-top: clamp(0px, 1.6666666667vw, 6px);
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-esg-overview .esg-award .award-desc {
  color: #656565;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award .award-desc {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award .award-desc {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award .award-desc {
    font-size: 26.6666666667px;
  }
}
.page-esg-overview .esg-award .award-desc {
  font-weight: 500;
}
.page-esg-overview .esg-award .award-desc {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-award .award-desc {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-esg-overview .esg-award .award-desc .award-year {
  display: block;
  color: #A7A8A9;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award .award-desc .award-year {
    margin-top: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award .award-desc .award-year {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award .award-desc .award-year {
    margin-top: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-overview .esg-award .award-desc .award-year {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-overview .esg-award .award-desc .award-year {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-overview .esg-award .award-desc .award-year {
    font-size: 21.3333333333px;
  }
}
.page-esg-overview .esg-award .award-desc .award-year {
  font-weight: 500;
}
.page-esg-overview .esg-award .award-desc .award-year {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-esg-overview .esg-award .award-desc .award-year {
    margin-top: clamp(0px, 1.1111111111vw, 4px);
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.4;
  }
}

.management-content {
  color: #434343;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .management-content {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .management-content {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .management-content {
    font-size: 29.3333333333px;
  }
}
.management-content {
  font-weight: 400;
}
.management-content {
  line-height: 1.4;
}
@media (max-width: 1439px) {
  .management-content {
    padding-right: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .management-content {
    padding-right: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .management-content {
    padding-right: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .management-content {
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 500;
    line-height: 1.4;
    padding-right: clamp(0px, 4.1666666667vw, 15px);
  }
}
.management-content h3 {
  color: #434343;
}
@media (max-width: 1439px) {
  .management-content h3 {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .management-content h3 {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .management-content h3 {
    margin-top: 85.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .management-content h3 {
    margin-top: clamp(0px, 13.3333333333vw, 48px);
  }
}
.management-content dt {
  font-weight: 600;
}
@media (max-width: 1439px) {
  .management-content dl {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .management-content dl {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .management-content dl {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .management-content dl {
    margin-top: clamp(0px, 6.6666666667vw, 24px);
  }
}
@media (max-width: 1439px) {
  .management-content dd {
    margin-top: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .management-content dd {
    margin-top: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .management-content dd {
    margin-top: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .management-content dd {
    margin-top: clamp(0px, 2.2222222222vw, 8px);
  }
}

@media (max-width: 1439px) {
  .page-esg-report {
    padding-bottom: 150px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report {
    padding-bottom: 266.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-report {
    padding-bottom: clamp(0px, 0vw, 0px);
  }
}
@media (max-width: 1439px) {
  .page-esg-report .box__contents {
    padding: 150px 90px 0px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .box__contents {
    padding: 10.4166666667vw 6.25vw 0vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .box__contents {
    padding: 266.6666666667px 160px 0px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-report .box__contents {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-esg-report .box__contents > .section__title {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-esg-report .box__contents > .section__title {
    text-align: initial;
  }
}
.page-esg-report .box__contents > .section__title > .eyebrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .page-esg-report .box__contents > .section__title > .eyebrow {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}
@media (max-width: 1439px) {
  .page-esg-report .report-area {
    margin-top: 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area {
    margin-top: 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-report .report-area {
    margin-top: clamp(0px, 16.6666666667vw, 60px);
  }
}
.page-esg-report .report-area .report-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-list {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-list {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-list {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-list {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-list {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-list {
    gap: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-report .report-area .report-list {
    grid-template-columns: 1fr;
    margin-top: clamp(0px, 6.6666666667vw, 24px);
    gap: clamp(0px, 4.4444444444vw, 16px);
  }
}
.page-esg-report .report-area .report-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F9F9FA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-card {
    min-height: 241.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-card {
    min-height: 16.7708333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-card {
    min-height: 429.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-card {
    padding: 42px 36px 36px 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-card {
    padding: 2.9166666667vw 2.5vw 2.5vw 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-card {
    padding: 74.6666666667px 64px 64px 64px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-report .report-area .report-card {
    min-height: clamp(0px, 46.6666666667vw, 168px);
    padding: clamp(0px, 8.6111111111vw, 31px) clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-esg-report .report-area .report-card .report-category {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-card .report-category {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-card .report-category {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-card .report-category {
    font-size: 24px;
  }
}
.page-esg-report .report-area .report-card .report-category {
  font-weight: 500;
}
.page-esg-report .report-area .report-card .report-category {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-esg-report .report-area .report-card .report-category {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-esg-report .report-area .report-card .report-title {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-card .report-title {
    margin-top: 3.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-card .report-title {
    margin-top: 0.2604166667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-card .report-title {
    margin-top: 6.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-card .report-title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-card .report-title {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-card .report-title {
    font-size: 32px;
  }
}
.page-esg-report .report-area .report-card .report-title {
  font-weight: 600;
}
.page-esg-report .report-area .report-card .report-title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-esg-report .report-area .report-card .report-title {
    margin-top: clamp(0px, 0.8333333333vw, 3px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-esg-report .report-area .report-card .report-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  font-size: 0;
}
.page-esg-report .report-area .report-card .report-download .download-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #434343;
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-card .report-download .download-btn {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-card .report-download .download-btn {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-card .report-download .download-btn {
    font-size: 26.6666666667px;
  }
}
.page-esg-report .report-area .report-card .report-download .download-btn {
  font-weight: 500;
}
.page-esg-report .report-area .report-card .report-download .download-btn {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-esg-report .report-area .report-card .report-download .download-btn {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-esg-report .report-area .report-card .report-download .download-btn::after {
  display: inline-block;
  content: "";
}
.page-esg-report .report-area .report-card .report-download .download-btn::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-esg-report .report-area .report-card .report-download .download-btn::after {
    width: 16px;
    height: calc(16px * 1);
    -webkit-background-size: calc(325px * 0.6666666667) calc(296px * 0.6666666667);
    background-size: calc(325px * 0.6666666667) calc(296px * 0.6666666667);
    background-position: calc((-265px - 4px) * 0.6666666667) calc((-160px - 4px) * 0.6666666667);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-esg-report .report-area .report-card .report-download .download-btn::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((-160px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-card .report-download .download-btn::after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((-160 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-card .report-download .download-btn::after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((-160px - 4px) * 1.3333333333);
  }
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-card .report-download .download-btn::after {
    margin-left: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-card .report-download .download-btn::after {
    margin-left: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-card .report-download .download-btn::after {
    margin-left: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-report .report-area .report-card .report-download .download-btn::after {
    margin-left: clamp(0px, 2.2222222222vw, 8px);
  }
}
.page-esg-report .report-area .report-card .report-download .download-btn + .download-btn::before {
  display: inline-block;
  width: 1px;
  background: #CCCCCC;
  content: "";
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-card .report-download .download-btn + .download-btn::before {
    height: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-card .report-download .download-btn + .download-btn::before {
    height: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-card .report-download .download-btn + .download-btn::before {
    height: 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .report-card .report-download .download-btn + .download-btn::before {
    margin: 1.5px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .report-card .report-download .download-btn + .download-btn::before {
    margin: 0.1041666667vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .report-card .report-download .download-btn + .download-btn::before {
    margin: 2.6666666667px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-report .report-area .report-card .report-download .download-btn + .download-btn::before {
    height: clamp(0px, 3.8888888889vw, 14px);
    margin: clamp(0px, 1.1111111111vw, 4px) clamp(0px, 5vw, 18px);
  }
}
.page-esg-report .report-area .btn-more {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background: #000;
  color: #fff;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .btn-more {
    min-width: 135px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .btn-more {
    min-width: 9.375vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .btn-more {
    min-width: 240px;
  }
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .btn-more {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .btn-more {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .btn-more {
    margin-top: 85.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .btn-more {
    padding: 9px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .btn-more {
    padding: 0.625vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .btn-more {
    padding: 16px 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-report .report-area .btn-more {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-report .report-area .btn-more {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-report .report-area .btn-more {
    font-size: 24px;
  }
}
.page-esg-report .report-area .btn-more {
  font-weight: 500;
}
.page-esg-report .report-area .btn-more {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-esg-report .report-area .btn-more {
    min-width: 100%;
    margin-top: clamp(0px, 8.8888888889vw, 32px);
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}

@media (max-width: 1439px) {
  .page-esg-ethics {
    padding-bottom: 150px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics {
    padding-bottom: 266.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics {
    padding-bottom: clamp(0px, 33.3333333333vw, 120px);
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__contents {
    padding: 150px 90px 0px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__contents {
    padding: 10.4166666667vw 6.25vw 0vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__contents {
    padding: 266.6666666667px 160px 0px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__contents {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 0vw, 0px);
  }
}
.page-esg-ethics .box__ethics-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type {
    gap: 32px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type {
    margin-top: 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type {
    margin-top: 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 4.4444444444vw, 16px);
    margin-top: clamp(0px, 16.6666666667vw, 60px);
  }
}
.page-esg-ethics .box__ethics-type .box__card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #F9F9FA;
  border-radius: 12px;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card {
    padding: 33px 36px 19.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card {
    padding: 2.2916666667vw 2.5vw 1.3541666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card {
    padding: 58.6666666667px 64px 34.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-type .box__card {
    padding: clamp(0px, 8.3333333333vw, 30px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 15.2777777778vw, 55px);
  }
}
.page-esg-ethics .box__ethics-type .box__card .type-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #DCDCDC;
  background: #fff;
  color: #212121;
  letter-spacing: -0.5px;
  border-radius: 99px;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .type-title {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .type-title {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .type-title {
    font-size: 24px;
  }
}
.page-esg-ethics .box__ethics-type .box__card .type-title {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .type-title {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .type-title {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .type-title {
    line-height: 36px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .type-title {
    padding: 9px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .type-title {
    padding: 0.625vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .type-title {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-type .box__card .type-title {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 500;
    line-height: clamp(0px, 5vw, 18px);
    padding: clamp(0px, 2.7777777778vw, 10px) clamp(0px, 5.5555555556vw, 20px);
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide {
    margin-top: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide {
    margin-top: 3.125vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide {
    margin-top: clamp(0px, 13.3333333333vw, 48px);
  }
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list {
  position: relative;
  color: #000;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list {
    font-size: 24px;
  }
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list {
  font-weight: 500;
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list {
  line-height: 1.5;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list {
    padding: 18px 0px 18px 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list {
    padding: 1.25vw 0vw 1.25vw 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list {
    padding: 32px 0px 32px 36px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 0vw, 0px) clamp(0px, 3.3333333333vw, 12px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
  position: absolute;
  background: #000;
  content: "";
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    left: 8.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    left: 0.5729166667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    left: 14.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    top: 27.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    top: 1.9270833333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    top: 49.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    width: 2.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    width: 0.15625vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    width: 4px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    height: 2.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    height: 0.15625vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    height: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list:before {
    left: clamp(0px, 2.5vw, 9px);
    top: clamp(0px, 6.1111111111vw, 22px);
  }
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-list + .guide-list {
  border-top: 1px solid #EDEDED;
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-number-list {
  color: #434343;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-number-list {
    margin-top: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-number-list {
    margin-top: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-number-list {
    margin-top: 16px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-number-list {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-number-list {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-number-list {
    font-size: 21.3333333333px;
  }
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-number-list {
  font-weight: 500;
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-number-list {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide .guide-number-list {
    margin-top: clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide.ethics-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: clamp(0px, 6.6666666667vw, 24px);
  -moz-column-gap: clamp(0px, 6.6666666667vw, 24px);
  column-gap: clamp(0px, 6.6666666667vw, 24px);
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide.ethics-type {
    grid-template-columns: 1fr;
  }
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide.ethics-type .guide-list + .guide-list {
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-type .box__card .ethics-guide.ethics-type .guide-list + .guide-list {
    border-top: 1px solid #EDEDED;
  }
}
.page-esg-ethics .box__ethics-type .box__card .ethics-guide.ethics-type .guide-list:nth-child(n+3) {
  border-top: 1px solid #EDEDED;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel {
    margin-top: 120px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel {
    margin-top: 8.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel {
    margin-top: 213.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-channel {
    margin-top: clamp(0px, 29.4444444444vw, 106px);
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .section__title .title {
    font-size: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .section__title .title {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .section__title .title {
    font-size: 37.3333333333px;
  }
}
.page-esg-ethics .box__ethics-channel .section__title .title {
  font-weight: 700;
}
.page-esg-ethics .box__ethics-channel .section__title .title {
  line-height: 1.44;
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-channel .section__title .title {
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: 1.5;
  }
}
.page-esg-ethics .box__ethics-channel .box__channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel {
    gap: 32px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel {
    margin-top: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-channel .box__channel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 4.4444444444vw, 16px);
    margin-top: clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-esg-ethics .box__ethics-channel .box__channel .link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  color: #fff;
  letter-spacing: -0.5px;
  word-break: keep-all;
  border-radius: 12px;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link {
    padding: 40.5px 42px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link {
    padding: 2.8125vw 2.9166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link {
    padding: 72px 74.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link {
    border-radius: 8px;
    padding: clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-esg-ethics .box__ethics-channel .box__channel .link.link-anon {
  background: radial-gradient(ellipse at 50% 100%, #5898B7 0%, #326F96 53%, #26618F 100%);
}
.page-esg-ethics .box__ethics-channel .box__channel .link.link-ethics {
  background: radial-gradient(ellipse at 50% 100%, #758189 0%, #5A646B 53%, #505B63 100%);
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .channel-title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .channel-title {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .channel-title {
    font-size: 32px;
  }
}
.page-esg-ethics .box__ethics-channel .box__channel .link .channel-title {
  font-weight: 600;
}
.page-esg-ethics .box__ethics-channel .box__channel .link .channel-title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .channel-title {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .text-desc {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .text-desc {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .text-desc {
    margin-top: 42.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .text-desc {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .text-desc {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .text-desc {
    font-size: 24px;
  }
}
.page-esg-ethics .box__ethics-channel .box__channel .link .text-desc {
  font-weight: 500;
}
.page-esg-ethics .box__ethics-channel .box__channel .link .text-desc {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .text-desc {
    margin-top: clamp(0px, 13.8888888889vw, 50px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-esg-ethics .box__ethics-channel .box__channel .link .sub-desc {
  display: block;
  color: #EDEDED;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .sub-desc {
    margin-top: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .sub-desc {
    margin-top: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .sub-desc {
    margin-top: 18.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .sub-desc {
    font-size: 9.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .sub-desc {
    font-size: 0.6770833333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .sub-desc {
    font-size: 17.3333333333px;
  }
}
.page-esg-ethics .box__ethics-channel .box__channel .link .sub-desc {
  font-weight: 500;
}
.page-esg-ethics .box__ethics-channel .box__channel .link .sub-desc {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link .sub-desc {
    margin-top: clamp(0px, 2.2222222222vw, 8px);
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-esg-ethics .box__ethics-channel .box__channel .link::after {
  position: absolute;
  content: "";
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    top: 22.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    top: 1.5625vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    top: 40px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    right: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    right: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    right: 42.6666666667px;
  }
}
.page-esg-ethics .box__ethics-channel .box__channel .link::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 0.5714285714) calc(296px * 0.5714285714);
    background-size: calc(325px * 0.5714285714) calc(296px * 0.5714285714);
    background-position: calc((-201px - 4px) * 0.5714285714) calc((0px - 4px) * 0.5714285714);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    width: 42px;
    height: calc(42px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-201px - 4px) * 0.75) calc((0px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    width: calc(56 / 1920 * 100vw);
    height: calc(56 / 1920 * 100vw * 56 / 56);
    -webkit-background-size: calc(325 / 56 * 56 / 1920 * 100vw) calc(296 / 56 * 56 / 1920 * 100vw);
    background-size: calc(325 / 56 * 56 / 1920 * 100vw) calc(296 / 56 * 56 / 1920 * 100vw);
    background-position: calc((-201 - 4) / 56 * 56 / 1920 * 100vw) calc((0 - 4) / 56 * 56 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    width: 74.6666666667px;
    height: calc(74.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-201px - 4px) * 1.3333333333) calc((0px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-channel .box__channel .link::after {
    top: clamp(0px, 5.5555555556vw, 20px);
    right: clamp(0px, 5.5555555556vw, 20px);
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group {
    margin-top: 120px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group {
    margin-top: 8.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group {
    margin-top: 213.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-group {
    margin-top: clamp(0px, 33.3333333333vw, 120px);
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group .section__title .title {
    font-size: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group .section__title .title {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group .section__title .title {
    font-size: 37.3333333333px;
  }
}
.page-esg-ethics .box__ethics-group .section__title .title {
  font-weight: 700;
}
.page-esg-ethics .box__ethics-group .section__title .title {
  line-height: 1.44;
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-group .section__title .title {
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: 1.5;
  }
}
.page-esg-ethics .box__ethics-group .box__group-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group .box__group-list {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group .box__group-list {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group .box__group-list {
    gap: 32px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group .box__group-list {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group .box__group-list {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group .box__group-list {
    margin-top: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-group .box__group-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 4.4444444444vw, 16px);
    margin-top: clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card {
    border-radius: 6px;
  }
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card .group-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F9F9FA;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-info {
    padding: 30px 21px 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-info {
    padding: 2.0833333333vw 1.4583333333vw 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-info {
    padding: 53.3333333333px 37.3333333333px 42.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-info {
    gap: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-info {
    gap: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-info {
    gap: 37.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-info {
    padding: clamp(0px, 8.8888888889vw, 32px) clamp(0px, 6.6666666667vw, 24px) clamp(0px, 7.7777777778vw, 28px);
    gap: clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card .group-name {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-name {
    height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-name {
    height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-name {
    height: 32px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-name {
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-name {
    -webkit-background-size: auto 1.25vw;
    background-size: auto 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-name {
    -webkit-background-size: auto 32px;
    background-size: auto 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-name {
    height: clamp(0px, 5.5555555556vw, 20px);
    -webkit-background-size: auto clamp(0px, 5.5555555556vw, 20px);
    background-size: auto clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card:nth-child(1) .group-name {
  background-image: url("/img/sub/logo/icon_logo_life1-09fbad26daff7fc691f77764b89755bf.svg"); /* 현대산업개발 */
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card:nth-child(2) .group-name {
  background-image: url("/img/sub/logo/icon_logo_energy6-1912bccbe6ab8cdbdd90298578db5f75.svg"); /* 현대PCE */
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card:nth-child(3) .group-name {
  background-image: url("/img/sub/logo/icon_logo_ai2-4e6eaeb16fd75dae0b9c63dddc056fbe.svg"); /* 랩스 */
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card:nth-child(4) .group-name {
  background-image: url("/img/sub/logo/icon_logo_life3-62f80d3bcde54ac233f0580ad5e4655b.svg"); /* 아이파크몰 */
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card:nth-child(5) .group-name {
  background-image: url("/img/sub/logo/icon_logo_life2-50682b479a882a113143f548c57eb0bf.svg"); /* 아이앤콘스 */
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card:nth-child(6) .group-name {
  background-image: url("/img/sub/logo/icon_logo_life5-537ae4974fd3f0065bc53bd970df588b.svg"); /* 호텔 */
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card:nth-child(7) .group-name {
  background-image: url("/img/sub/logo/icon_logo_life8-6806de040980bf34f1d99cd18dedb484.svg"); /* 스포츠 */
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card:nth-child(8) .group-name {
  background-image: url("/img/sub/logo/icon_logo_energy2-314f907bb519ab4ba83656cf14cd097d.svg"); /* 현대EP */
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card .box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .box__link {
    gap: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .box__link {
    gap: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .box__link {
    gap: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .box__link {
    gap: clamp(0px, 2.2222222222vw, 8px);
  }
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card .group-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DCDCDC;
  background: #fff;
  color: #434343;
  text-align: center;
  letter-spacing: -0.5px;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-link {
    padding: 9px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-link {
    padding: 0.625vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-link {
    padding: 16px 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-link {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-link {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-link {
    font-size: 18.6666666667px;
  }
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card .group-link {
  font-weight: 500;
}
.page-esg-ethics .box__ethics-group .box__group-list .group-card .group-link {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .page-esg-ethics .box__ethics-group .box__group-list .group-card .group-link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: clamp(0px, 2.2222222222vw, 8px) clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 500;
    line-height: 1.4;
  }
}

.page-disclosure .disclosure-data-inner {
  text-align: center;
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-data-inner {
    margin-left: 52.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-data-inner {
    margin-left: 3.6458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-data-inner {
    margin-left: 93.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-data-inner {
    margin-left: clamp(0px, 0vw, 0px);
  }
}
.page-disclosure .disclosure-data-inner iframe {
  max-width: 100%;
  border: none;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-data-inner {
    padding: clamp(0px, 67.2222222222vw, 242px) clamp(0px, 0vw, 0px);
  }
  .page-disclosure .disclosure-data-inner::before {
    content: "";
    display: block;
    margin: 0 auto;
    margin-bottom: clamp(0px, 6.6666666667vw, 24px);
  }
  .page-disclosure .disclosure-data-inner::before {
    background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .page-disclosure .disclosure-data-inner::before {
    width: 48px;
    height: calc(48px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-201px - 4px) * 1) calc((-64px - 4px) * 1);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .page-disclosure .disclosure-data-inner::before {
    width: 36px;
    height: calc(36px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-201px - 4px) * 0.75) calc((-64px - 4px) * 0.75);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-data-inner::before {
    width: calc(48 / 1920 * 100vw);
    height: calc(48 / 1920 * 100vw * 48 / 48);
    -webkit-background-size: calc(325 / 48 * 48 / 1920 * 100vw) calc(296 / 48 * 48 / 1920 * 100vw);
    background-size: calc(325 / 48 * 48 / 1920 * 100vw) calc(296 / 48 * 48 / 1920 * 100vw);
    background-position: calc((-201 - 4) / 48 * 48 / 1920 * 100vw) calc((-64 - 4) / 48 * 48 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-disclosure .disclosure-data-inner::before {
    width: 64px;
    height: calc(64px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-201px - 4px) * 1.3333333333) calc((-64px - 4px) * 1.3333333333);
  }
}
.page-disclosure .disclosure-data-inner .btn-dart-link {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-data-inner .btn-dart-link {
    display: inline-block;
    color: #434343;
    border: 1px solid #B9B9B9;
    background: #fff;
    letter-spacing: -0.5px;
    border-radius: 4px;
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 500;
    line-height: 1.4;
    min-width: clamp(0px, 44.4444444444vw, 160px);
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 4.4444444444vw, 16px);
  }
}
@media (max-width: 1439px) {
  .page-disclosure .sub__section {
    padding-bottom: 150px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .sub__section {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .sub__section {
    padding-bottom: 266.6666666667px;
  }
}
.page-disclosure .tab__section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-disclosure .disclosure-box {
  width: 100%;
}
.page-disclosure .disclosure-box .info-area .total {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-box .info-area .total {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-box .info-area .total {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-box .info-area .total {
    font-size: 24px;
  }
}
.page-disclosure .disclosure-box .info-area .total {
  font-weight: 500;
}
.page-disclosure .disclosure-box .info-area .total {
  line-height: 1.6;
}
.page-disclosure .disclosure-box .btn-download {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-disclosure .disclosure-box .btn-download {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-128px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-disclosure .disclosure-box .btn-download {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-128px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-box .btn-download {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-position: calc((-128 - 4) / 32 * 32 / 1920 * 100vw) calc((-176 - 4) / 32 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-box .btn-download {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-128px - 4px) * 1.3333333333) calc((-176px - 4px) * 1.3333333333);
  }
}
.page-disclosure .disclosure-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-table {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-table {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-table {
    margin-top: 42.6666666667px;
  }
}
.page-disclosure .disclosure-table col {
  display: table-column;
}
.page-disclosure .disclosure-table thead {
  display: table-header-group;
}
.page-disclosure .disclosure-table thead th {
  display: table-cell;
  color: #212121;
  background-color: #F9F9FA;
  border-top: 1px solid #868686;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-table thead th {
    padding: 22.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-table thead th {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-table thead th {
    padding: 40px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-table thead th {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-table thead th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-table thead th {
    font-size: 26.6666666667px;
  }
}
.page-disclosure .disclosure-table thead th {
  font-weight: 500;
}
.page-disclosure .disclosure-table thead th {
  line-height: 1.6;
}
.page-disclosure .disclosure-table tbody tr {
  border-bottom: 1px solid #EDEDED;
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-table tbody tr {
    height: 66px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-table tbody tr {
    height: 4.5833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-table tbody tr {
    height: 117.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-table tbody tr {
    height: clamp(0px, 28.3333333333vw, 102px);
  }
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-table tbody tr:first-child {
    border-top: 1px solid #868686;
  }
}
.page-disclosure .disclosure-table tbody td {
  display: table-cell;
  color: #212121;
  text-align: center;
  letter-spacing: -0.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-table tbody td {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-table tbody td {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-table tbody td {
    font-size: 24px;
  }
}
.page-disclosure .disclosure-table tbody td {
  font-weight: 500;
}
.page-disclosure .disclosure-table tbody td {
  line-height: 1.5;
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-table tbody td {
    padding: 22.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-table tbody td {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-table tbody td {
    padding: 40px 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-table tbody td {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
    padding: clamp(0px, 7.7777777778vw, 28px) clamp(0px, 0vw, 0px);
  }
}
.page-disclosure .disclosure-table tbody td:first-child {
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-table tbody td:first-child {
    padding-right: clamp(0px, 1.1111111111vw, 4px);
  }
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-table tbody td:nth-child(2), .page-disclosure .disclosure-table tbody td:nth-child(3) {
    width: 210px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-table tbody td:nth-child(2), .page-disclosure .disclosure-table tbody td:nth-child(3) {
    width: 14.5833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-table tbody td:nth-child(2), .page-disclosure .disclosure-table tbody td:nth-child(3) {
    width: 373.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-table tbody td:nth-child(3) {
    width: clamp(0px, 11.1111111111vw, 40px);
  }
}
.page-disclosure .disclosure-table tbody td .disclosure-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item {
    gap: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item {
    gap: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item {
    gap: 16px;
  }
}
@media (max-width: 1439px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item {
    padding: 22.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item {
    padding: 40px 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: clamp(0px, 2.2222222222vw, 8px);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item {
    padding: 21px 0px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item {
    padding: 1.4583333333vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item {
    padding: 37.3333333333px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-table tbody td .disclosure-item .date {
    color: #656565;
    width: 100%;
    letter-spacing: -0.5px;
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-disclosure .disclosure-table tbody td .text {
  color: #212121;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .page-disclosure .disclosure-table tbody td .text:has(~ .badge) {
    max-width: calc(100% - 48px);
  }
}
.page-disclosure .disclosure-table tbody td .date {
  white-space: nowrap;
}
.page-disclosure .badge {
  color: #fff;
  background-color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-disclosure .badge {
    padding: 3px 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .badge {
    padding: 0.2083333333vw 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .badge {
    padding: 5.3333333333px 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-disclosure .badge {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .badge {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .badge {
    font-size: 21.3333333333px;
  }
}
.page-disclosure .badge {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-disclosure .badge {
    line-height: 19.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .badge {
    line-height: 1.3541666667vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .badge {
    line-height: 34.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-disclosure .badge {
    padding: clamp(0px, 0.5555555556vw, 2px) clamp(0px, 1.1111111111vw, 4px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-disclosure .btn-more {
  display: block;
  color: #fff;
  background-color: #212121;
  letter-spacing: -0.5px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .page-disclosure .btn-more {
    width: 135px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .btn-more {
    width: 9.375vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .btn-more {
    width: 240px;
  }
}
@media (max-width: 1439px) {
  .page-disclosure .btn-more {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .btn-more {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .btn-more {
    margin-top: 85.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-disclosure .btn-more {
    padding: 9px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .btn-more {
    padding: 0.625vw 0vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .btn-more {
    padding: 16px 0px;
  }
}
@media (max-width: 1439px) {
  .page-disclosure .btn-more {
    border-radius: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .btn-more {
    border-radius: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .btn-more {
    border-radius: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-disclosure .btn-more {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .btn-more {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .btn-more {
    font-size: 24px;
  }
}
.page-disclosure .btn-more {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-disclosure .btn-more {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-disclosure .btn-more {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .page-disclosure .btn-more {
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .page-disclosure .btn-more {
    width: 100%;
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: clamp(0px, 5.8333333333vw, 21px);
  }
}

#tab_resources_earnings .disclosure-table tbody td .text,
#tab_resources_annual_report .disclosure-table tbody td .text {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1439px) {
  .page-news .sub__section {
    padding: 150px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-news .sub__section {
    padding: 10.4166666667vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-news .sub__section {
    padding: 266.6666666667px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-news .sub__section {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-news .box__no-result {
  border-top: none;
}
@media (max-width: 1439px) {
  .page-news .box__no-result {
    gap: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-news .box__no-result {
    gap: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-news .box__no-result {
    gap: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-news .box__no-result {
    gap: clamp(0px, 2.2222222222vw, 8px);
  }
}
.page-news .box__no-result .result-title {
  font-size: clamp(0px, 6.6666666667vw, 24px);
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 1023px) {
  .page-news .box__no-result .result-title {
    font-size: clamp(0px, 5vw, 18px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-news .box__no-result .result-desc {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-news .box__no-result .result-desc {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-news .box__no-result .result-desc {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-news .box__no-result .result-desc {
    font-size: 21.3333333333px;
  }
}
.page-news .box__no-result .result-desc {
  font-weight: 500;
}
.page-news .box__no-result .result-desc {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-news .box__no-result .result-desc {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.6;
  }
}

.page-media .news__list-area .news-list {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1439px) {
  .page-media .news__list-area .news-list {
    gap: 60px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-media .news__list-area .news-list {
    gap: 4.1666666667vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-media .news__list-area .news-list {
    gap: 106.6666666667px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-media .news__list-area .news-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 8.8888888889vw, 32px);
  }
}
@media (max-width: 1439px) {
  .page-media .news__list-area .thumb-img {
    height: 348.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-media .news__list-area .thumb-img {
    height: 24.21875vw;
  }
}
@media (min-width: 2561px) {
  .page-media .news__list-area .thumb-img {
    height: 620px;
  }
}
@media screen and (max-width: 1023px) {
  .page-media .news__list-area .thumb-img {
    height: clamp(0px, 61.1111111111vw, 220px);
  }
}
@media (max-width: 1439px) {
  .page-media .tab__section {
    padding: 150px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-media .tab__section {
    padding: 10.4166666667vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-media .tab__section {
    padding: 266.6666666667px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-media .tab__section {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-media .box__no-result {
  border-top: none;
}
@media (max-width: 1439px) {
  .page-media .box__no-result {
    gap: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-media .box__no-result {
    gap: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-media .box__no-result {
    gap: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-media .box__no-result {
    gap: clamp(0px, 2.2222222222vw, 8px);
  }
}
@media (max-width: 1439px) {
  .page-media .box__section-post .post-content {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-media .box__section-post .post-content {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-media .box__section-post .post-content {
    margin-top: 32px;
  }
}
@media (max-width: 1439px) {
  .page-media .box__section-post .post-info {
    padding-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-media .box__section-post .post-info {
    padding-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-media .box__section-post .post-info {
    padding-top: 85.3333333333px;
  }
}

@media (max-width: 1439px) {
  .chart-box {
    height: 360px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .chart-box {
    height: 25vw;
  }
}
@media (min-width: 2561px) {
  .chart-box {
    height: 640px;
  }
}

@media (max-width: 1439px) {
  .chart-box canvas {
    width: 360px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .chart-box canvas {
    width: 25vw;
  }
}
@media (min-width: 2561px) {
  .chart-box canvas {
    width: 640px;
  }
}
@media (max-width: 1439px) {
  .chart-box canvas {
    height: 360px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .chart-box canvas {
    height: 25vw;
  }
}
@media (min-width: 2561px) {
  .chart-box canvas {
    height: 640px;
  }
}
@media screen and (max-width: 1023px) {
  .chart-box canvas {
    width: clamp(0px, 66.6666666667vw, 240px);
    height: clamp(0px, 66.6666666667vw, 240px);
  }
}

.share-chart {
  position: relative;
}
@media (max-width: 1439px) {
  .share-chart {
    width: 424.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart {
    width: 29.4791666667vw;
  }
}
@media (min-width: 2561px) {
  .share-chart {
    width: 754.6666666667px;
  }
}
@media (max-width: 1439px) {
  .share-chart {
    height: 312.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart {
    height: 21.71875vw;
  }
}
@media (min-width: 2561px) {
  .share-chart {
    height: 556px;
  }
}
@media screen and (max-width: 1023px) {
  .share-chart {
    margin: 0 auto;
    width: clamp(0px, 88.8888888889vw, 320px);
    height: clamp(0px, 61.1111111111vw, 220px);
  }
}
.share-chart__callouts {
  position: absolute;
  pointer-events: none;
  inset: 0;
}
.share-chart__callout {
  position: absolute;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 7px;
}
@media (max-width: 1439px) {
  .share-chart__callout {
    padding: 13.5px 13.5px 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart__callout {
    padding: 0.9375vw 0.9375vw 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .share-chart__callout {
    padding: 24px 24px 18.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .share-chart__callout {
    padding: clamp(0px, 2.2222222222vw, 8px) clamp(0px, 3.3333333333vw, 12px);
  }
}
.share-chart__callout .share-chart__percent {
  display: block;
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .share-chart__callout .share-chart__percent {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart__callout .share-chart__percent {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .share-chart__callout .share-chart__percent {
    font-size: 26.6666666667px;
  }
}
.share-chart__callout .share-chart__percent {
  font-weight: 500;
}
.share-chart__callout .share-chart__percent {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .share-chart__callout .share-chart__percent {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.share-chart__callout .share-chart__label {
  color: #434343;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .share-chart__callout .share-chart__label {
    margin-bottom: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart__callout .share-chart__label {
    margin-bottom: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .share-chart__callout .share-chart__label {
    margin-bottom: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .share-chart__callout .share-chart__label {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart__callout .share-chart__label {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .share-chart__callout .share-chart__label {
    font-size: 18.6666666667px;
  }
}
.share-chart__callout .share-chart__label {
  font-weight: 500;
}
.share-chart__callout .share-chart__label {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .share-chart__callout .share-chart__label {
    margin-bottom: clamp(0px, 0.5555555556vw, 2px);
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .share-chart__callout--left-top {
    left: 86.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart__callout--left-top {
    left: 5.9895833333vw;
  }
}
@media (min-width: 2561px) {
  .share-chart__callout--left-top {
    left: 153.3333333333px;
  }
}
@media (max-width: 1439px) {
  .share-chart__callout--left-top {
    top: -12.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart__callout--left-top {
    top: -0.8854166667vw;
  }
}
@media (min-width: 2561px) {
  .share-chart__callout--left-top {
    top: -22.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .share-chart__callout--left-top {
    top: clamp(0px, 0vw, 0px);
    left: clamp(0px, 21.3888888889vw, 77px);
  }
}
.share-chart__callout--left-top .share-chart__line {
  right: 0;
}
.share-chart__callout--left-top .share-chart__dot {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 1439px) {
  .share-chart__callout--left-bottom {
    left: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart__callout--left-bottom {
    left: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .share-chart__callout--left-bottom {
    left: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .share-chart__callout--left-bottom {
    top: 232.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart__callout--left-bottom {
    top: 16.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .share-chart__callout--left-bottom {
    top: 413.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .share-chart__callout--left-bottom {
    top: auto;
    left: clamp(0px, 0vw, 0px);
    bottom: clamp(0px, 3.8888888889vw, 14px);
  }
}
.share-chart__callout--left-bottom .share-chart__line {
  right: 0;
}
.share-chart__callout--left-bottom .share-chart__dot {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 1439px) {
  .share-chart__callout--right {
    right: -11.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart__callout--right {
    right: -0.78125vw;
  }
}
@media (min-width: 2561px) {
  .share-chart__callout--right {
    right: -20px;
  }
}
@media (max-width: 1439px) {
  .share-chart__callout--right {
    top: 99.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .share-chart__callout--right {
    top: 6.9270833333vw;
  }
}
@media (min-width: 2561px) {
  .share-chart__callout--right {
    top: 177.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .share-chart__callout--right {
    right: clamp(0px, 0vw, 0px);
    top: clamp(0px, 11.3888888889vw, 41px);
  }
}
.share-chart__callout--right .share-chart__line {
  left: 0;
}
.share-chart__callout--right .share-chart__line::before {
  right: auto;
  left: 0;
}
.share-chart__callout--right .share-chart__dot {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.share-chart__callout--right .share-chart__value {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.chart-box {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .chart-box {
    width: 300px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .chart-box {
    width: 20.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .chart-box {
    width: 533.3333333333px;
  }
}
@media (max-width: 1439px) {
  .chart-box {
    height: 300px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .chart-box {
    height: 20.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .chart-box {
    height: 533.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .chart-box {
    margin-top: clamp(0px, 5.2777777778vw, 19px);
    width: clamp(0px, 55.5555555556vw, 200px);
    height: clamp(0px, 55.5555555556vw, 200px);
  }
}

@media (max-width: 1439px) {
  .page-governance .pin-spacer + .sub__section {
    padding-top: 150px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .pin-spacer + .sub__section {
    padding-top: 10.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .pin-spacer + .sub__section {
    padding-top: 266.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-governance .sub__section {
    padding: 75px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .sub__section {
    padding: 5.2083333333vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .sub__section {
    padding: 133.3333333333px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .sub__section {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 0vw, 0px);
  }
}
@media (max-width: 1439px) {
  .page-governance .sub__section + .nudging-banner {
    padding-top: 75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .sub__section + .nudging-banner {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .sub__section + .nudging-banner {
    padding-top: 133.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .sub__section + .nudging-banner {
    padding-top: clamp(0px, 33.3333333333vw, 120px);
  }
}
.page-governance .governance__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .page-governance .governance__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .page-governance .governance__title {
    gap: 7.5px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .governance__title {
    gap: 0.5208333333vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-governance .governance__title {
    gap: 13.3333333333px;
  }
}
.page-governance .governance__title .content-desc,
.page-governance .governance__title .unit {
  color: #868686;
}
@media (max-width: 1439px) {
  .page-governance .governance__title .content-desc,
  .page-governance .governance__title .unit {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .governance__title .content-desc,
  .page-governance .governance__title .unit {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .governance__title .content-desc,
  .page-governance .governance__title .unit {
    font-size: 24px;
  }
}
.page-governance .governance__title .content-desc,
.page-governance .governance__title .unit {
  font-weight: 400;
}
.page-governance .governance__title .content-desc,
.page-governance .governance__title .unit {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .governance__title .content-desc,
  .page-governance .governance__title .unit {
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-governance .company-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .page-governance .company-overview {
    min-height: 360px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview {
    min-height: 25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview {
    min-height: 640px;
  }
}
@media (max-width: 1439px) {
  .page-governance .company-overview {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview {
    gap: 32px;
  }
}
@media (max-width: 1439px) {
  .page-governance .company-overview {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview {
    margin-top: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-governance .company-overview-box {
  width: 100%;
  letter-spacing: -0.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box {
    border-radius: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box {
    border-radius: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box {
    border-radius: 16px;
  }
}
.page-governance .company-overview-box.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: #F9F9FA;
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.main {
    padding: 46.5px 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.main {
    padding: 3.2291666667vw 3.125vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.main {
    padding: 82.6666666667px 80px;
  }
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.main {
    gap: 32.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.main {
    gap: 2.2395833333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.main {
    gap: 57.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview-box.main {
    gap: clamp(0px, 11.3888888889vw, 41px);
    padding: clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-governance .company-overview-box.main::after {
  position: absolute;
  content: "";
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.main::after {
    right: 45px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.main::after {
    right: 3.125vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.main::after {
    right: 80px;
  }
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.main::after {
    bottom: 46.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.main::after {
    bottom: 3.2291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.main::after {
    bottom: 82.6666666667px;
  }
}
.page-governance .company-overview-box.main::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-governance .company-overview-box.main::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.3076923077) calc(296px * 0.3076923077);
    background-size: calc(325px * 0.3076923077) calc(296px * 0.3076923077);
    background-position: calc((-115px - 4px) * 0.3076923077) calc((0px - 4px) * 0.3076923077);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-governance .company-overview-box.main::after {
    width: 58.5px;
    height: calc(58.5px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-115px - 4px) * 0.75) calc((0px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.main::after {
    width: calc(78 / 1920 * 100vw);
    height: calc(78 / 1920 * 100vw * 78 / 78);
    -webkit-background-size: calc(325 / 78 * 78 / 1920 * 100vw) calc(296 / 78 * 78 / 1920 * 100vw);
    background-size: calc(325 / 78 * 78 / 1920 * 100vw) calc(296 / 78 * 78 / 1920 * 100vw);
    background-position: calc((-115 - 4) / 78 * 78 / 1920 * 100vw) calc((0 - 4) / 78 * 78 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.main::after {
    width: 104px;
    height: calc(104px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-115px - 4px) * 1.3333333333) calc((0px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview-box.main::after {
    right: clamp(0px, 6.6666666667vw, 24px);
    top: clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-governance .company-overview-box.main .company-overview__subject {
  color: #868686;
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.main .company-overview__subject {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.main .company-overview__subject {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.main .company-overview__subject {
    font-size: 24px;
  }
}
.page-governance .company-overview-box.main .company-overview__subject {
  font-weight: 500;
}
.page-governance .company-overview-box.main .company-overview__subject {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview-box.main .company-overview__subject {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-governance .company-overview-box.main .company-overview__value {
  color: #000;
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.main .company-overview__value {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.main .company-overview__value {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.main .company-overview__value {
    font-size: 32px;
  }
}
.page-governance .company-overview-box.main .company-overview__value {
  font-weight: 600;
}
.page-governance .company-overview-box.main .company-overview__value {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview-box.main .company-overview__value {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-governance .company-overview-box.sub {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.sub {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.sub {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.sub {
    gap: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview-box.sub {
    gap: clamp(0px, 2.2222222222vw, 8px);
  }
}
.page-governance .company-overview-box.sub .overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F9F9FA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.sub .overview-item {
    padding: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.sub .overview-item {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.sub .overview-item {
    padding: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.sub .overview-item {
    border-radius: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.sub .overview-item {
    border-radius: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.sub .overview-item {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview-box.sub .overview-item {
    min-height: clamp(0px, 34.7222222222vw, 125px);
    padding: clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-governance .company-overview-box.sub .company-overview__subject {
  color: #868686;
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.sub .company-overview__subject {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.sub .company-overview__subject {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.sub .company-overview__subject {
    font-size: 29.3333333333px;
  }
}
.page-governance .company-overview-box.sub .company-overview__subject {
  font-weight: 600;
}
.page-governance .company-overview-box.sub .company-overview__subject {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview-box.sub .company-overview__subject {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-governance .company-overview-box.sub .company-overview__value {
  color: #000;
}
@media (max-width: 1439px) {
  .page-governance .company-overview-box.sub .company-overview__value {
    font-size: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview-box.sub .company-overview__value {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview-box.sub .company-overview__value {
    font-size: 37.3333333333px;
  }
}
.page-governance .company-overview-box.sub .company-overview__value {
  font-weight: 700;
}
.page-governance .company-overview-box.sub .company-overview__value {
  line-height: 1.44;
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview-box.sub .company-overview__value {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-governance .company-overview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .page-governance .company-overview__list {
    gap: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview__list {
    gap: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview__list {
    gap: 37.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: clamp(0px, 7.7777777778vw, 28px);
  }
}
.page-governance .company-overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .page-governance .company-overview__row {
    gap: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview__row {
    gap: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview__row {
    gap: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview__row {
    gap: clamp(0px, 1.1111111111vw, 4px);
  }
}
.page-governance .company-overview .company-title {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .company-overview .company-title {
    font-size: 27px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .company-overview .company-title {
    font-size: 1.875vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .company-overview .company-title {
    font-size: 48px;
  }
}
.page-governance .company-overview .company-title {
  font-weight: 600;
}
.page-governance .company-overview .company-title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-governance .company-overview .company-title {
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .overview-item {
    gap: clamp(0px, 4.1666666667vw, 15px);
  }
}
.page-governance .ir-status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .page-governance .ir-status-box {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-box {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-box {
    gap: 32px;
  }
}
@media (max-width: 1439px) {
  .page-governance .ir-status-box {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-box {
    margin-top: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-box {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-governance .ir-status-item {
  display: grid;
  border: 1px solid #EDEDED;
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item {
    padding: 36px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item {
    padding: 2.5vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item {
    padding: 64px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item {
    border-radius: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item {
    border-radius: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item {
    border-radius: 16px;
  }
}
.page-governance .ir-status-item:not(.report-item) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F9F9FA;
  border: none;
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item:not(.report-item) {
    gap: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item:not(.report-item) {
    gap: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item:not(.report-item) {
    gap: 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item:not(.report-item) {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    gap: clamp(0px, 8.8888888889vw, 32px);
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item {
    padding: clamp(0px, 7.7777777778vw, 28px) clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-governance .ir-status-item.report-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item.report-item {
    width: 335.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item.report-item {
    width: 23.28125vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item.report-item {
    width: 596px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item.report-item {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item.report-item .status-header {
    margin-bottom: 31.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item.report-item .status-header {
    margin-bottom: 2.1875vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item.report-item .status-header {
    margin-bottom: 56px;
  }
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item.report-item .status-header .title {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item.report-item .status-header .title {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item.report-item .status-header .title {
    font-size: 29.3333333333px;
  }
}
.page-governance .ir-status-item.report-item .status-header .title {
  font-weight: 600;
}
.page-governance .ir-status-item.report-item .status-header .title {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item.report-item .status-header {
    margin-bottom: clamp(0px, 11.1111111111vw, 40px);
  }
  .page-governance .ir-status-item.report-item .status-header .title {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-governance .ir-status-item .status-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column: 1/span 2;
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item .status-header {
    grid-column: 1;
  }
}
.page-governance .ir-status-item .status-header .title {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item .status-header .title {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item .status-header .title {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item .status-header .title {
    font-size: 24px;
  }
}
.page-governance .ir-status-item .status-header .title {
  font-weight: 500;
}
.page-governance .ir-status-item .status-header .title {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item .status-header .title {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-governance .ir-status-item .date {
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item .date {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item .date {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item .date {
    font-size: 21.3333333333px;
  }
}
.page-governance .ir-status-item .date {
  font-weight: 500;
}
.page-governance .ir-status-item .date {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item .date {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-governance .ir-status-item .btn-download {
  position: relative;
  background-color: #F9F9FA;
  color: #000;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item .btn-download {
    padding: 14.25px 45px 14.25px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item .btn-download {
    padding: 0.9895833333vw 3.125vw 0.9895833333vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item .btn-download {
    padding: 25.3333333333px 80px 25.3333333333px 32px;
  }
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item .btn-download {
    border-radius: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item .btn-download {
    border-radius: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item .btn-download {
    border-radius: 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item .btn-download {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item .btn-download {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item .btn-download {
    font-size: 24px;
  }
}
.page-governance .ir-status-item .btn-download {
  font-weight: 500;
}
.page-governance .ir-status-item .btn-download {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item .btn-download {
    padding: clamp(0px, 5.5555555556vw, 20px) clamp(0px, 11.1111111111vw, 40px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-governance .ir-status-item .btn-download::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item .btn-download::after {
    right: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item .btn-download::after {
    right: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item .btn-download::after {
    right: 32px;
  }
}
.page-governance .ir-status-item .btn-download::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-governance .ir-status-item .btn-download::after {
    width: 16px;
    height: calc(16px * 1);
    -webkit-background-size: calc(325px * 0.5) calc(296px * 0.5);
    background-size: calc(325px * 0.5) calc(296px * 0.5);
    background-position: calc((-128px - 4px) * 0.5) calc((-176px - 4px) * 0.5);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-governance .ir-status-item .btn-download::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-128px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item .btn-download::after {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-position: calc((-128 - 4) / 32 * 32 / 1920 * 100vw) calc((-176 - 4) / 32 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item .btn-download::after {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-128px - 4px) * 1.3333333333) calc((-176px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item .btn-download::after {
    right: clamp(0px, 5.5555555556vw, 20px);
  }
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item .btn-download + .btn-download {
    margin-top: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item .btn-download + .btn-download {
    margin-top: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item .btn-download + .btn-download {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item .btn-download + .btn-download {
    margin-top: clamp(0px, 2.2222222222vw, 8px);
  }
}
.page-governance .ir-status-item .no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #A7A8A9;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .ir-status-item .no-data {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .ir-status-item .no-data {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .ir-status-item .no-data {
    font-size: 24px;
  }
}
.page-governance .ir-status-item .no-data {
  font-weight: 500;
}
.page-governance .ir-status-item .no-data {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .ir-status-item .no-data {
    min-height: clamp(0px, 16.6666666667vw, 60px);
    margin-bottom: clamp(0px, 7.5vw, 27px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-governance .status-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row: 2;
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content {
    grid-row: auto;
    grid-column: 1;
  }
}
.page-governance .status-content.previous-price {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1439px) {
  .page-governance .status-content.previous-price {
    gap: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content.previous-price {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content.previous-price {
    gap: 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content.previous-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: clamp(0px, 3.8888888889vw, 14px);
  }
}
.page-governance .status-content.previous-price .status-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .page-governance .status-content.previous-price .status-info {
    gap: 30.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content.previous-price .status-info {
    gap: 2.1354166667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content.previous-price .status-info {
    gap: 54.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content.previous-price .status-info {
    gap: clamp(0px, 9.1666666667vw, 33px);
  }
}
.page-governance .status-content.previous-price .price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .page-governance .status-content.previous-price .price-info {
    gap: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content.previous-price .price-info {
    gap: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content.previous-price .price-info {
    gap: 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content.previous-price .price-info {
    gap: clamp(0px, 1.1111111111vw, 4px);
  }
}
.page-governance .status-content.previous-price .number {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .status-content.previous-price .number {
    font-size: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content.previous-price .number {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content.previous-price .number {
    font-size: 85.3333333333px;
  }
}
.page-governance .status-content.previous-price .number {
  font-weight: 500;
}
.page-governance .status-content.previous-price .number {
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content.previous-price .number {
    font-size: clamp(0px, 12.7777777778vw, 46px);
    font-weight: 500;
    line-height: 1.32;
  }
}
.page-governance .status-content.status-price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: end;
  align-self: end;
  margin-left: auto;
}
@media (max-width: 1439px) {
  .page-governance .status-content.status-price {
    gap: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content.status-price {
    gap: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content.status-price {
    gap: 18.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-governance .status-content.status-price {
    width: 190.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content.status-price {
    width: 13.2291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content.status-price {
    width: 338.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content.status-price {
    width: 50%;
    margin-left: 0;
    gap: clamp(0px, 2.5vw, 9px);
  }
}
.page-governance .status-content.status-price .price-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1439px) {
  .page-governance .status-content.status-price .price-info {
    gap: 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content.status-price .price-info {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content.status-price .price-info {
    gap: 13.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .status-content.status-price .text {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content.status-price .text {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content.status-price .text {
    font-size: 26.6666666667px;
  }
}
.page-governance .status-content.status-price .text {
  font-weight: 500;
}
.page-governance .status-content.status-price .text {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content.status-price .text {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-governance .status-content .text {
  color: #868686;
  letter-spacing: -0.5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .page-governance .status-content .text {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content .text {
    font-size: 24px;
  }
}
.page-governance .status-content .text {
  font-weight: 500;
}
.page-governance .status-content .text {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content .text {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-governance .status-content .number {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .status-content .number {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .number {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content .number {
    font-size: 32px;
  }
}
.page-governance .status-content .number {
  font-weight: 600;
}
.page-governance .status-content .number {
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content .number {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-governance .status-content .change-diff,
.page-governance .status-content .change-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .status-content .change-diff,
  .page-governance .status-content .change-rate {
    gap: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .change-diff,
  .page-governance .status-content .change-rate {
    gap: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content .change-diff,
  .page-governance .status-content .change-rate {
    gap: 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .page-governance .status-content .change-diff,
  .page-governance .status-content .change-rate {
    gap: 6px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .change-diff,
  .page-governance .status-content .change-rate {
    gap: 0.4166666667vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-governance .status-content .change-diff,
  .page-governance .status-content .change-rate {
    gap: 10.6666666667px;
  }
}
.page-governance .status-content .change-diff .text,
.page-governance .status-content .change-rate .text {
  color: #000;
}
@media (max-width: 1439px) {
  .page-governance .status-content .change-diff .text,
  .page-governance .status-content .change-rate .text {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .change-diff .text,
  .page-governance .status-content .change-rate .text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content .change-diff .text,
  .page-governance .status-content .change-rate .text {
    font-size: 24px;
  }
}
.page-governance .status-content .change-diff .text,
.page-governance .status-content .change-rate .text {
  font-weight: 500;
}
.page-governance .status-content .change-diff .text,
.page-governance .status-content .change-rate .text {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content .change-diff .text,
  .page-governance .status-content .change-rate .text {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-governance .status-content .change-diff .status,
.page-governance .status-content .change-rate .status {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .page-governance .status-content .change-diff .status,
  .page-governance .status-content .change-rate .status {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .change-diff .status,
  .page-governance .status-content .change-rate .status {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content .change-diff .status,
  .page-governance .status-content .change-rate .status {
    font-size: 26.6666666667px;
  }
}
.page-governance .status-content .change-diff .status,
.page-governance .status-content .change-rate .status {
  font-weight: 500;
}
.page-governance .status-content .change-diff .status,
.page-governance .status-content .change-rate .status {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content .change-diff .status,
  .page-governance .status-content .change-rate .status {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-governance .status-content .change-diff .status.up,
.page-governance .status-content .change-rate .status.up {
  color: #f01428;
}
.page-governance .status-content .change-diff .status.down,
.page-governance .status-content .change-rate .status.down {
  color: rgb(49, 109, 250);
}
.page-governance .status-content .change-rate {
  position: relative;
}
.page-governance .status-content .change-rate::before {
  position: absolute;
  top: 50%;
  width: 1px;
  background-color: #CCCCCC;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
@media (max-width: 1439px) {
  .page-governance .status-content .change-rate::before {
    left: -15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .change-rate::before {
    left: -1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content .change-rate::before {
    left: -26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-governance .status-content .change-rate::before {
    height: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .change-rate::before {
    height: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content .change-rate::before {
    height: 18.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content .change-rate::before {
    left: -16px;
    height: clamp(0px, 3.3333333333vw, 12px);
  }
}
.page-governance .status-content .status-info .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-governance .status-content .status-info .status::before {
  display: inline-block;
  content: "";
}
.page-governance .status-content .status-info.up .change-diff .status {
  color: #f01428;
}
.page-governance .status-content .status-info.up .change-diff .status::before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-governance .status-content .status-info.up .change-diff .status::before {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-297px - 4px) * 1) calc((-56px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-governance .status-content .status-info.up .change-diff .status::before {
    width: 15px;
    height: calc(15px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-297px - 4px) * 0.75) calc((-56px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .status-info.up .change-diff .status::before {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw * 20 / 20);
    -webkit-background-size: calc(325 / 20 * 20 / 1920 * 100vw) calc(296 / 20 * 20 / 1920 * 100vw);
    background-size: calc(325 / 20 * 20 / 1920 * 100vw) calc(296 / 20 * 20 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 20 * 20 / 1920 * 100vw) calc((-56 - 4) / 20 * 20 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content .status-info.up .change-diff .status::before {
    width: 26.6666666667px;
    height: calc(26.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-297px - 4px) * 1.3333333333) calc((-56px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content .status-info.up .change-diff .status::before {
    background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .page-governance .status-content .status-info.up .change-diff .status::before {
    width: 15px;
    height: calc(15px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-297px - 4px) * 0.75) calc((-56px - 4px) * 0.75);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .page-governance .status-content .status-info.up .change-diff .status::before {
    width: 11.25px;
    height: calc(11.25px * 1);
    -webkit-background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-position: calc((-297px - 4px) * 0.5625) calc((-56px - 4px) * 0.5625);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .status-info.up .change-diff .status::before {
    width: calc(15 / 1920 * 100vw);
    height: calc(15 / 1920 * 100vw * 20 / 20);
    -webkit-background-size: calc(325 / 20 * 15 / 1920 * 100vw) calc(296 / 20 * 15 / 1920 * 100vw);
    background-size: calc(325 / 20 * 15 / 1920 * 100vw) calc(296 / 20 * 15 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 20 * 15 / 1920 * 100vw) calc((-56 - 4) / 20 * 15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-governance .status-content .status-info.up .change-diff .status::before {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-297px - 4px) * 1) calc((-56px - 4px) * 1);
  }
}
.page-governance .status-content .status-info.up .change-rate .status {
  color: #f01428;
}
.page-governance .status-content .status-info.down .change-diff .status {
  color: rgb(49, 109, 250);
}
.page-governance .status-content .status-info.down .change-diff .status::before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-governance .status-content .status-info.down .change-diff .status::before {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-297px - 4px) * 1) calc((-28px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-governance .status-content .status-info.down .change-diff .status::before {
    width: 15px;
    height: calc(15px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-297px - 4px) * 0.75) calc((-28px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .status-info.down .change-diff .status::before {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw * 20 / 20);
    -webkit-background-size: calc(325 / 20 * 20 / 1920 * 100vw) calc(296 / 20 * 20 / 1920 * 100vw);
    background-size: calc(325 / 20 * 20 / 1920 * 100vw) calc(296 / 20 * 20 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 20 * 20 / 1920 * 100vw) calc((-28 - 4) / 20 * 20 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-governance .status-content .status-info.down .change-diff .status::before {
    width: 26.6666666667px;
    height: calc(26.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-297px - 4px) * 1.3333333333) calc((-28px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .status-content .status-info.down .change-diff .status::before {
    background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .page-governance .status-content .status-info.down .change-diff .status::before {
    width: 15px;
    height: calc(15px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-297px - 4px) * 0.75) calc((-28px - 4px) * 0.75);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .page-governance .status-content .status-info.down .change-diff .status::before {
    width: 11.25px;
    height: calc(11.25px * 1);
    -webkit-background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-position: calc((-297px - 4px) * 0.5625) calc((-28px - 4px) * 0.5625);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .status-content .status-info.down .change-diff .status::before {
    width: calc(15 / 1920 * 100vw);
    height: calc(15 / 1920 * 100vw * 20 / 20);
    -webkit-background-size: calc(325 / 20 * 15 / 1920 * 100vw) calc(296 / 20 * 15 / 1920 * 100vw);
    background-size: calc(325 / 20 * 15 / 1920 * 100vw) calc(296 / 20 * 15 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 20 * 15 / 1920 * 100vw) calc((-28 - 4) / 20 * 15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-governance .status-content .status-info.down .change-diff .status::before {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-297px - 4px) * 1) calc((-28px - 4px) * 1);
  }
}
.page-governance .status-content .status-info.down .change-rate .status {
  color: rgb(49, 109, 250);
}
.page-governance .shareholder-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1439px) {
  .page-governance .shareholder-status {
    gap: 102.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status {
    gap: 7.1354166667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .shareholder-status {
    gap: 182.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-governance .shareholder-status {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status {
    margin-top: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .shareholder-status {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .shareholder-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    gap: clamp(0px, 11.1111111111vw, 40px);
    margin-top: clamp(0px, 8.8888888889vw, 32px);
  }
}
.page-governance .shareholder-status .table-wrap {
  margin-top: 0;
}
@media (max-width: 1439px) {
  .page-governance .shareholder-status .table-wrap {
    width: 514.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status .table-wrap {
    width: 35.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .shareholder-status .table-wrap {
    width: 914.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .shareholder-status .table-wrap {
    width: 100%;
  }
}
.page-governance .shareholder-status .table-wrap .table-info {
  display: block;
  text-align: right;
}
.page-governance .shareholder-status .board-status-table thead th:first-child,
.page-governance .shareholder-status .board-status-table tbody th {
  text-align: left;
}
@media (max-width: 1439px) {
  .page-governance .shareholder-status .board-status-table thead th {
    padding: 15px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status .board-status-table thead th {
    padding: 1.0416666667vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .shareholder-status .board-status-table thead th {
    padding: 26.6666666667px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .shareholder-status .board-status-table thead th {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status .board-status-table thead th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .shareholder-status .board-status-table thead th {
    font-size: 26.6666666667px;
  }
}
.page-governance .shareholder-status .board-status-table thead th {
  font-weight: 500;
}
.page-governance .shareholder-status .board-status-table thead th {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-governance .shareholder-status .board-status-table thead th {
    padding: clamp(0px, 5vw, 18px) clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .page-governance .shareholder-status .board-status-table tbody th,
  .page-governance .shareholder-status .board-status-table tbody td {
    padding: 16.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status .board-status-table tbody th,
  .page-governance .shareholder-status .board-status-table tbody td {
    padding: 1.1458333333vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .shareholder-status .board-status-table tbody th,
  .page-governance .shareholder-status .board-status-table tbody td {
    padding: 29.3333333333px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .shareholder-status .board-status-table tbody th,
  .page-governance .shareholder-status .board-status-table tbody td {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status .board-status-table tbody th,
  .page-governance .shareholder-status .board-status-table tbody td {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .shareholder-status .board-status-table tbody th,
  .page-governance .shareholder-status .board-status-table tbody td {
    font-size: 24px;
  }
}
.page-governance .shareholder-status .board-status-table tbody th,
.page-governance .shareholder-status .board-status-table tbody td {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-governance .shareholder-status .board-status-table tbody th,
  .page-governance .shareholder-status .board-status-table tbody td {
    line-height: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status .board-status-table tbody th,
  .page-governance .shareholder-status .board-status-table tbody td {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .shareholder-status .board-status-table tbody th,
  .page-governance .shareholder-status .board-status-table tbody td {
    line-height: 37.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .shareholder-status .board-status-table tbody th,
  .page-governance .shareholder-status .board-status-table tbody td {
    padding: clamp(0px, 7.5vw, 27px) clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-governance .shareholder-status .sub-price {
  display: block;
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .shareholder-status .sub-price {
    margin-top: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status .sub-price {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .shareholder-status .sub-price {
    margin-top: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .shareholder-status .sub-price {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status .sub-price {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .shareholder-status .sub-price {
    font-size: 18.6666666667px;
  }
}
.page-governance .shareholder-status .sub-price {
  font-weight: 500;
}
.page-governance .shareholder-status .sub-price {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .page-governance .shareholder-status .sub-price {
    margin-top: clamp(0px, 0.5555555556vw, 2px);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .page-governance .shareholder-status .sub-price {
    font-size: 9px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .shareholder-status .sub-price {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-governance .shareholder-status .sub-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .shareholder-status .sub-price {
    font-weight: 400;
  }
  .page-governance .shareholder-status .sub-price {
    line-height: 1.4;
  }
}
.page-governance .total-title {
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .total-title {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .total-title {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .total-title {
    font-size: 21.3333333333px;
  }
}
.page-governance .total-title {
  font-weight: 400;
}
.page-governance .total-title {
  line-height: 1.66;
}
@media screen and (max-width: 1023px) {
  .page-governance .total-title {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.6;
  }
}
.page-governance .total-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1439px) {
  .page-governance .total-meta {
    gap: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .total-meta {
    gap: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .total-meta {
    gap: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .total-meta {
    margin-top: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .total-meta {
    margin-top: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .total-meta {
    margin-top: 10.6666666667px;
  }
}
.page-governance .total-count {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .total-count {
    font-size: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .total-count {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .total-count {
    font-size: 37.3333333333px;
  }
}
.page-governance .total-count {
  font-weight: 500;
}
.page-governance .total-count {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-governance .total-count {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-governance .total-par {
  color: #000;
}
@media (max-width: 1439px) {
  .page-governance .total-par {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .total-par {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .total-par {
    font-size: 21.3333333333px;
  }
}
.page-governance .total-par {
  font-weight: 500;
}
.page-governance .total-par {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-governance .total-par {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.6;
  }
}
.page-governance .total-date {
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .total-date {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .total-date {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .total-date {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-governance .total-date {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .total-date {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .total-date {
    font-size: 21.3333333333px;
  }
}
.page-governance .total-date {
  font-weight: 400;
}
.page-governance .total-date {
  line-height: 1.66;
}
@media screen and (max-width: 1023px) {
  .page-governance .total-date {
    margin-top: clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.6;
  }
}
@media (max-width: 1439px) {
  .page-governance .accordion-box {
    margin-top: 42px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-box {
    margin-top: 2.9166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .accordion-box {
    margin-top: 74.6666666667px;
  }
}
.page-governance .accordion-item {
  background-color: #F9F9FA;
}
@media (max-width: 1439px) {
  .page-governance .accordion-item {
    border-radius: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-item {
    border-radius: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .accordion-item {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .page-governance .accordion-item {
    border-radius: 3px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-item {
    border-radius: 0.2083333333vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-governance .accordion-item {
    border-radius: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .accordion-item + .accordion-item {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-item + .accordion-item {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .accordion-item + .accordion-item {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .accordion-item + .accordion-item {
    margin-top: clamp(0px, 3.3333333333vw, 12px);
  }
}
.page-governance .accordion-item.is-open .accordion-title::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-governance .accordion-item.is-open .accordion-title::after {
    width: 40px;
    height: calc(40px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-201px - 4px) * 1) calc((-120px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-governance .accordion-item.is-open .accordion-title::after {
    width: 30px;
    height: calc(30px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-201px - 4px) * 0.75) calc((-120px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-item.is-open .accordion-title::after {
    width: calc(40 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw * 40 / 40);
    -webkit-background-size: calc(325 / 40 * 40 / 1920 * 100vw) calc(296 / 40 * 40 / 1920 * 100vw);
    background-size: calc(325 / 40 * 40 / 1920 * 100vw) calc(296 / 40 * 40 / 1920 * 100vw);
    background-position: calc((-201 - 4) / 40 * 40 / 1920 * 100vw) calc((-120 - 4) / 40 * 40 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-governance .accordion-item.is-open .accordion-title::after {
    width: 53.3333333333px;
    height: calc(53.3333333333px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-201px - 4px) * 1.3333333333) calc((-120px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .accordion-item.is-open .accordion-title::after {
    background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .page-governance .accordion-item.is-open .accordion-title::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.6) calc(296px * 0.6);
    background-size: calc(325px * 0.6) calc(296px * 0.6);
    background-position: calc((-201px - 4px) * 0.6) calc((-120px - 4px) * 0.6);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .page-governance .accordion-item.is-open .accordion-title::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.45) calc(296px * 0.45);
    background-size: calc(325px * 0.45) calc(296px * 0.45);
    background-position: calc((-201px - 4px) * 0.45) calc((-120px - 4px) * 0.45);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-item.is-open .accordion-title::after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 40 / 40);
    -webkit-background-size: calc(325 / 40 * 24 / 1920 * 100vw) calc(296 / 40 * 24 / 1920 * 100vw);
    background-size: calc(325 / 40 * 24 / 1920 * 100vw) calc(296 / 40 * 24 / 1920 * 100vw);
    background-position: calc((-201 - 4) / 40 * 24 / 1920 * 100vw) calc((-120 - 4) / 40 * 24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-governance .accordion-item.is-open .accordion-title::after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 0.8) calc(296px * 0.8);
    background-size: calc(325px * 0.8) calc(296px * 0.8);
    background-position: calc((-201px - 4px) * 0.8) calc((-120px - 4px) * 0.8);
  }
}
.page-governance .accordion-item.is-open .accordion-content {
  display: block;
}
.page-governance .accordion-item .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1439px) {
  .page-governance .accordion-item .accordion-title {
    padding: 24px 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-item .accordion-title {
    padding: 1.6666666667vw 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .accordion-item .accordion-title {
    padding: 42.6666666667px 64px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .accordion-item .accordion-title {
    padding: clamp(0px, 6.6666666667vw, 24px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-governance .accordion-item .accordion-title::after {
  content: "";
}
.page-governance .accordion-item .accordion-title::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-governance .accordion-item .accordion-title::after {
    width: 40px;
    height: calc(40px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((0px - 4px) * 1) calc((-176px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-governance .accordion-item .accordion-title::after {
    width: 30px;
    height: calc(30px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((0px - 4px) * 0.75) calc((-176px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-item .accordion-title::after {
    width: calc(40 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw * 40 / 40);
    -webkit-background-size: calc(325 / 40 * 40 / 1920 * 100vw) calc(296 / 40 * 40 / 1920 * 100vw);
    background-size: calc(325 / 40 * 40 / 1920 * 100vw) calc(296 / 40 * 40 / 1920 * 100vw);
    background-position: calc((0 - 4) / 40 * 40 / 1920 * 100vw) calc((-176 - 4) / 40 * 40 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-governance .accordion-item .accordion-title::after {
    width: 53.3333333333px;
    height: calc(53.3333333333px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((0px - 4px) * 1.3333333333) calc((-176px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .accordion-item .accordion-title::after {
    background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .page-governance .accordion-item .accordion-title::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.6) calc(296px * 0.6);
    background-size: calc(325px * 0.6) calc(296px * 0.6);
    background-position: calc((0px - 4px) * 0.6) calc((-176px - 4px) * 0.6);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .page-governance .accordion-item .accordion-title::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.45) calc(296px * 0.45);
    background-size: calc(325px * 0.45) calc(296px * 0.45);
    background-position: calc((0px - 4px) * 0.45) calc((-176px - 4px) * 0.45);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-item .accordion-title::after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 40 / 40);
    -webkit-background-size: calc(325 / 40 * 24 / 1920 * 100vw) calc(296 / 40 * 24 / 1920 * 100vw);
    background-size: calc(325 / 40 * 24 / 1920 * 100vw) calc(296 / 40 * 24 / 1920 * 100vw);
    background-position: calc((0 - 4) / 40 * 24 / 1920 * 100vw) calc((-176 - 4) / 40 * 24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-governance .accordion-item .accordion-title::after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 0.8) calc(296px * 0.8);
    background-size: calc(325px * 0.8) calc(296px * 0.8);
    background-position: calc((0px - 4px) * 0.8) calc((-176px - 4px) * 0.8);
  }
}
.page-governance .accordion-item .accordion-title .title {
  color: #000;
}
@media (max-width: 1439px) {
  .page-governance .accordion-item .accordion-title .title {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-item .accordion-title .title {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .accordion-item .accordion-title .title {
    font-size: 29.3333333333px;
  }
}
.page-governance .accordion-item .accordion-title .title {
  font-weight: 500;
}
.page-governance .accordion-item .accordion-title .title {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .accordion-item .accordion-title .title {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-governance .accordion-content {
  display: none;
}
@media (max-width: 1439px) {
  .page-governance .accordion-content {
    padding: 0px 36px 42px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .accordion-content {
    padding: 0vw 2.5vw 2.9166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .accordion-content {
    padding: 0px 64px 74.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .accordion-content {
    padding: clamp(0px, 0vw, 0px) clamp(0px, 6.6666666667vw, 24px) clamp(0px, 8.8888888889vw, 32px);
  }
}
.page-governance .schedule-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .page-governance .schedule-info {
    gap: 7.5px 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .schedule-info {
    gap: 0.5208333333vw 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .schedule-info {
    gap: 13.3333333333px 26.6666666667px;
  }
}
.page-governance .schedule-info .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .page-governance .schedule-info .text {
    gap: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .schedule-info .text {
    gap: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .schedule-info .text {
    gap: 8px;
  }
}
.page-governance .schedule-info .attend {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-governance .schedule-info dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .schedule-info dt {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .schedule-info dt {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .schedule-info dt {
    font-size: 21.3333333333px;
  }
}
.page-governance .schedule-info dt {
  font-weight: 500;
}
.page-governance .schedule-info dt {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-governance .schedule-info dt {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-governance .schedule-info dd {
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .schedule-info dd {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .schedule-info dd {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .schedule-info dd {
    font-size: 21.3333333333px;
  }
}
.page-governance .schedule-info dd {
  font-weight: 500;
}
.page-governance .schedule-info dd {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-governance .schedule-info dd {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-governance .schedule-info .division {
  display: inline-block;
  position: relative;
}
@media (max-width: 1439px) {
  .page-governance .schedule-info .division {
    padding-left: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .schedule-info .division {
    padding-left: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .schedule-info .division {
    padding-left: 24px;
  }
}
.page-governance .schedule-info .division::before {
  position: absolute;
  top: 50%;
  width: 1px;
  background-color: #CCCCCC;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
@media (max-width: 1439px) {
  .page-governance .schedule-info .division::before {
    left: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .schedule-info .division::before {
    left: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .schedule-info .division::before {
    left: 8px;
  }
}
@media (max-width: 1439px) {
  .page-governance .schedule-info .division::before {
    height: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .schedule-info .division::before {
    height: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .schedule-info .division::before {
    height: 16px;
  }
}

.agenda-table {
  table-layout: fixed;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 1439px) {
  .agenda-table {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .agenda-table {
    margin-top: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .agenda-table {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .agenda-table {
    margin-top: clamp(0px, 8.3333333333vw, 30px);
  }
}
.agenda-table thead {
  border-top: 1px solid #868686;
}
.agenda-table thead tr {
  background-color: #EDEDED;
  color: #212121;
  letter-spacing: -0.5px;
}
.agenda-table thead th {
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .agenda-table thead th {
    padding: 16.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .agenda-table thead th {
    padding: 1.1458333333vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .agenda-table thead th {
    padding: 29.3333333333px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .agenda-table thead th {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .agenda-table thead th {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .agenda-table thead th {
    font-size: 24px;
  }
}
.agenda-table thead th {
  font-weight: 500;
}
.agenda-table thead th {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .agenda-table thead th {
    white-space: normal;
    padding: clamp(0px, 5vw, 18px) clamp(0px, 1.9444444444vw, 7px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.agenda-table tbody tr {
  border-bottom: 1px solid #EDEDED;
  background-color: #fff;
  color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .agenda-table tbody tr {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .agenda-table tbody tr {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .agenda-table tbody tr {
    font-size: 24px;
  }
}
.agenda-table tbody tr {
  font-weight: 500;
}
.agenda-table tbody tr {
  line-height: 1.5;
}
.agenda-table tbody tr:last-child {
  border-bottom: 0;
}
.agenda-table tbody th {
  color: #212121;
  text-align: left;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .agenda-table tbody th {
    padding: 16.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .agenda-table tbody th {
    padding: 1.1458333333vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .agenda-table tbody th {
    padding: 29.3333333333px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .agenda-table tbody th {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .agenda-table tbody th {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .agenda-table tbody th {
    font-size: 24px;
  }
}
.agenda-table tbody th {
  font-weight: 500;
}
.agenda-table tbody th {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .agenda-table tbody th {
    padding: clamp(0px, 5.5555555556vw, 20px) clamp(0px, 1.6666666667vw, 6px);
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.agenda-table tbody td {
  color: #212121;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .agenda-table tbody td {
    padding: 16.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .agenda-table tbody td {
    padding: 1.1458333333vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .agenda-table tbody td {
    padding: 29.3333333333px 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .agenda-table tbody td {
    padding: clamp(0px, 5.5555555556vw, 20px) clamp(0px, 3.3333333333vw, 12px);
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.agenda-table tbody td:nth-child(3), .agenda-table tbody td:nth-child(4) {
  text-align: center;
}

@media (max-width: 1439px) {
  .table-wrap {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .table-wrap {
    margin-top: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .table-wrap {
    margin-top: 64px;
  }
}
@media (max-width: 1439px) {
  .table-wrap + .table-wrap {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .table-wrap + .table-wrap {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .table-wrap + .table-wrap {
    margin-top: 85.3333333333px;
  }
}
.table-wrap .table-info {
  color: #656565;
}
@media (max-width: 1439px) {
  .table-wrap .table-info {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .table-wrap .table-info {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .table-wrap .table-info {
    font-size: 24px;
  }
}
.table-wrap .table-info {
  font-weight: 400;
}
.table-wrap .table-info {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .table-wrap .table-info {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}

.board-status-table {
  width: 100%;
}
@media (max-width: 1439px) {
  .board-status-table {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .board-status-table {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .board-status-table {
    margin-top: 26.6666666667px;
  }
}
.board-status-table col {
  display: table-column;
}
.board-status-table thead {
  border-top: 1px solid #868686;
}
.board-status-table thead tr {
  background-color: #F9F9FA;
  color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .board-status-table thead th {
    padding: 22.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .board-status-table thead th {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .board-status-table thead th {
    padding: 40px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .board-status-table thead th {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .board-status-table thead th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .board-status-table thead th {
    font-size: 26.6666666667px;
  }
}
.board-status-table thead th {
  font-weight: 500;
}
.board-status-table thead th {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .board-status-table thead th {
    padding: clamp(0px, 5vw, 18px) clamp(0px, 0vw, 0px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.board-status-table tbody tr {
  border-bottom: 1px solid #EDEDED;
  color: #212121;
  letter-spacing: -0.5px;
}
.board-status-table tbody tr.is-total {
  background: #EDEDED;
}
.board-status-table tbody tr.is-total th {
  color: #212121;
}
@media (max-width: 1439px) {
  .board-status-table tbody tr.is-total th {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .board-status-table tbody tr.is-total th {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .board-status-table tbody tr.is-total th {
    font-size: 21.3333333333px;
  }
}
.board-status-table tbody tr.is-total th {
  font-weight: 500;
}
.board-status-table tbody tr.is-total th {
  line-height: 1.6;
}
.board-status-table tbody th,
.board-status-table tbody td {
  display: table-cell;
  text-align: center;
}
@media (max-width: 1439px) {
  .board-status-table tbody th,
  .board-status-table tbody td {
    padding: 22.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .board-status-table tbody th,
  .board-status-table tbody td {
    padding: 1.5625vw;
  }
}
@media (min-width: 2561px) {
  .board-status-table tbody th,
  .board-status-table tbody td {
    padding: 40px;
  }
}
@media (max-width: 1439px) {
  .board-status-table tbody th,
  .board-status-table tbody td {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .board-status-table tbody th,
  .board-status-table tbody td {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .board-status-table tbody th,
  .board-status-table tbody td {
    font-size: 24px;
  }
}
.board-status-table tbody th,
.board-status-table tbody td {
  font-weight: 500;
}
.board-status-table tbody th,
.board-status-table tbody td {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .board-status-table tbody th,
  .board-status-table tbody td {
    padding: clamp(0px, 5vw, 18px) clamp(0px, 0vw, 0px);
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.board-status-table .sub-price {
  display: block;
}

.committee-table tbody th {
  vertical-align: middle;
}
.committee-table tbody .role-cell {
  color: #212121;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1439px) {
  .committee-table tbody .role-cell {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .committee-table tbody .role-cell {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .committee-table tbody .role-cell {
    font-size: 24px;
  }
}
.committee-table tbody .role-cell {
  font-weight: 500;
}
.committee-table tbody .role-cell {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .committee-table tbody .role-cell {
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1023px) {
  html[lang=en] .page-governance .ir-status-item .status-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 1.1111111111vw, 4px);
  }
  html[lang=en] .page-governance .status-content.previous-price .status-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 2.5vw, 9px);
  }
  html[lang=en] .page-governance .status-content.previous-price .status-info .change-rate::before {
    display: none;
  }
  html[lang=en] .share-chart__callout--left-top {
    left: clamp(0px, 5.5555555556vw, 20px);
  }
  html[lang=en] .page-governance .schedule-info {
    gap: clamp(0px, 3.3333333333vw, 12px);
  }
  html[lang=en] .page-governance .schedule-info .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: clamp(0px, 1.1111111111vw, 4px);
  }
  html[lang=en] .page-governance .schedule-info .division {
    padding-left: 0;
  }
  html[lang=en] .page-governance .schedule-info .division::before {
    display: none;
  }
}

@media (max-width: 1439px) {
  .page-governance {
    padding-bottom: 150px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance {
    padding-bottom: 266.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance {
    padding-bottom: clamp(0px, 0vw, 0px);
  }
}
.page-governance .bar-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-governance .bar-graph {
    gap: 63px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph {
    gap: 4.375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph {
    gap: 112px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph {
    width: 408px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph {
    width: 28.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph {
    width: 725.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph {
    padding: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph {
    padding: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph {
    border-radius: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph {
    border-radius: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph {
    border-radius: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .bar-graph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: clamp(0px, 5.5555555556vw, 20px);
    padding: clamp(0px, 7.7777777778vw, 28px);
  }
}
.page-governance .bar-graph-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .page-governance .bar-graph-area {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph-area {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph-area {
    gap: 32px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph-area {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph-area {
    margin-top: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph-area {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .bar-graph-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: clamp(0px, 4.4444444444vw, 16px);
  }
}
.page-governance .bar-graph .bar-box {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-governance .bar-graph .bar-chart {
  position: relative;
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-chart {
    height: 183px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-chart {
    height: 12.7083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-chart {
    height: 325.3333333333px;
  }
}
.page-governance .bar-graph .bar-grid {
  position: absolute;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-grid {
    inset: 0px 0px 36px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-grid {
    inset: 0vw 0vw 2.5vw 0vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-grid {
    inset: 0px 0px 64px 0px;
  }
}
.page-governance .bar-graph .bar-set {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-set {
    width: 184.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-set {
    width: 12.8125vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-set {
    width: 328px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-set {
    margin: 0px auto;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-set {
    margin: 0vw auto;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-set {
    margin: 0px auto;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-set {
    inset: 0px 0px 36px 61.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-set {
    inset: 0vw 0vw 2.5vw 4.2708333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-set {
    inset: 0px 0px 64px 109.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .bar-graph .bar-set {
    width: 55%;
  }
}
.page-governance .bar-graph .bar-item {
  width: calc((100% - 48px) / 3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-item {
    gap: 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-item {
    gap: 0vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-item {
    gap: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .bar-graph .bar-item {
    width: 22%;
  }
}
.page-governance .bar-graph .bar-item.highlights .bar-value {
  background: -webkit-gradient(linear, left top, left bottom, from(#D92C29), to(#FF998B));
  background: linear-gradient(180deg, #D92C29 0%, #FF998B 100%);
}
.page-governance .bar-graph .bar-item.highlights .bar-label {
  color: #000;
  font-weight: 500;
}
.page-governance .bar-graph .bar-item:focus-visible {
  outline: none;
}
.page-governance .bar-graph .bar-item .bar-label {
  position: absolute;
  color: #868686;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-item .bar-label {
    bottom: -25.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-item .bar-label {
    bottom: -1.7708333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-item .bar-label {
    bottom: -45.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-item .bar-label {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-item .bar-label {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-item .bar-label {
    font-size: 24px;
  }
}
.page-governance .bar-graph .bar-item .bar-label {
  font-weight: 500;
}
.page-governance .bar-graph .bar-item .bar-label {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .bar-graph .bar-item .bar-label {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-governance .bar-graph .grid-line {
  position: relative;
  border-top: 1px dashed #DCDCDC;
}
.page-governance .bar-graph .grid-line.solid {
  border-top-style: solid;
  border-color: #868686;
  z-index: 5;
}
.page-governance .bar-graph .grid-line .tick {
  position: absolute;
  left: 0;
  color: #A7A8A9;
  background-color: #fff;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .grid-line .tick {
    width: 51px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .grid-line .tick {
    width: 3.5416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .grid-line .tick {
    width: 90.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .grid-line .tick {
    padding-right: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .grid-line .tick {
    padding-right: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .grid-line .tick {
    padding-right: 18.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .grid-line .tick {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .grid-line .tick {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .grid-line .tick {
    font-size: 18.6666666667px;
  }
}
.page-governance .bar-graph .grid-line .tick {
  font-weight: 500;
}
.page-governance .bar-graph .grid-line .tick {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .page-governance .bar-graph .grid-line .tick {
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-governance .bar-graph .bar-value {
  position: relative;
  min-height: 2px;
  background-color: #DCDCDC;
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-value {
    min-width: 37.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-value {
    min-width: 2.6041666667vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-value {
    min-width: 66.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-governance .bar-graph .bar-value {
    min-width: clamp(0px, 8.8888888889vw, 32px);
    width: 100%;
  }
}
.page-governance .bar-graph .bar-value::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  left: 50%;
  z-index: 2;
}
.page-governance .bar-graph .bar-value::after {
  color: #000;
  background: #fff;
  content: attr(data-tooltip);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: calc(100% - 6px);
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  letter-spacing: -0.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-value::after {
    right: -22.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-value::after {
    right: -1.5625vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-value::after {
    right: -40px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-value::after {
    padding: 9px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-value::after {
    padding: 0.625vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-value::after {
    padding: 16px 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-value::after {
    border-radius: 5.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-value::after {
    border-radius: 0.3645833333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-value::after {
    border-radius: 9.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-governance .bar-graph .bar-value::after {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .bar-graph .bar-value::after {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .bar-graph .bar-value::after {
    font-size: 24px;
  }
}
.page-governance .bar-graph .bar-value::after {
  font-weight: 500;
}
.page-governance .bar-graph .bar-value::after {
  line-height: 1.5;
}
.page-governance .bar-graph .bar-item:hover .bar-value::after,
.page-governance .bar-graph .bar-item:focus .bar-value::after,
.page-governance .bar-graph .bar-item:focus-visible .bar-value::after {
  opacity: 1;
  visibility: visible;
}
.page-governance .bar-graph .bar-label {
  color: #767676;
  font-size: 12px;
  line-height: 1;
}
.page-governance .graph-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-governance .graph-info .title {
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .graph-info .title {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .graph-info .title {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .graph-info .title {
    font-size: 29.3333333333px;
  }
}
.page-governance .graph-info .title {
  font-weight: 600;
}
.page-governance .graph-info .title {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .graph-info .title {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-governance .graph-info .unit {
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-governance .graph-info .unit {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-governance .graph-info .unit {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-governance .graph-info .unit {
    font-size: 24px;
  }
}
.page-governance .graph-info .unit {
  font-weight: 500;
}
.page-governance .graph-info .unit {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-governance .graph-info .unit {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 400;
    line-height: 1.4;
  }
}

.financial-table {
  width: 100%;
}
@media (max-width: 1439px) {
  .financial-table {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .financial-table {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .financial-table {
    margin-top: 85.3333333333px;
  }
}
.financial-table thead {
  border-top: 1px solid #868686;
}
.financial-table thead tr {
  background-color: #F9F9FA;
  color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .financial-table thead th {
    padding: 22.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .financial-table thead th {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .financial-table thead th {
    padding: 40px 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .financial-table thead th {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .financial-table thead th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .financial-table thead th {
    font-size: 26.6666666667px;
  }
}
.financial-table thead th {
  font-weight: 500;
}
.financial-table thead th {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .financial-table thead th {
    padding: clamp(0px, 5vw, 18px) clamp(0px, 3.3333333333vw, 12px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.financial-table tbody tr {
  color: #212121;
  border-bottom: 1px solid #EDEDED;
  letter-spacing: -0.5px;
}
.financial-table tbody tr.is-total {
  background: #EDEDED;
}
.financial-table tbody tr.is-total th {
  color: #212121;
}
@media (max-width: 1439px) {
  .financial-table tbody tr.is-total th {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .financial-table tbody tr.is-total th {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .financial-table tbody tr.is-total th {
    font-size: 26.6666666667px;
  }
}
.financial-table tbody tr.is-total th {
  font-weight: 500;
}
.financial-table tbody tr.is-total th {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .financial-table tbody tr.is-total th {
    font-size: clamp(0px, 3.6111111111vw, 13px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.financial-table tbody th {
  text-align: left;
}
@media (max-width: 1439px) {
  .financial-table tbody th {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .financial-table tbody th {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .financial-table tbody th {
    font-size: 24px;
  }
}
.financial-table tbody th {
  font-weight: 500;
}
.financial-table tbody th {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .financial-table tbody th {
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.financial-table tbody td {
  text-align: center;
}
@media (max-width: 1439px) {
  .financial-table tbody td {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .financial-table tbody td {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .financial-table tbody td {
    font-size: 24px;
  }
}
.financial-table tbody td {
  font-weight: 500;
}
.financial-table tbody td {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .financial-table tbody td {
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .financial-table tbody th,
  .financial-table tbody td {
    padding: 22.5px 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .financial-table tbody th,
  .financial-table tbody td {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .financial-table tbody th,
  .financial-table tbody td {
    padding: 40px 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .financial-table tbody th,
  .financial-table tbody td {
    padding: clamp(0px, 5vw, 18px) clamp(0px, 3.3333333333vw, 12px);
  }
}

.table-swipe {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .table-swipe {
    padding-bottom: clamp(0px, 8.0555555556vw, 29px);
  }
}
.table-swipe::-webkit-scrollbar {
  width: 100%;
  background-color: #EDEDED;
  height: clamp(0px, 1.1111111111vw, 4px);
  border-radius: clamp(0px, 11.1111111111vw, 40px);
  overflow: hidden;
}
.table-swipe::-webkit-scrollbar-thumb {
  background-color: #A7A8A9;
  border-radius: clamp(0px, 11.1111111111vw, 40px);
}
.table-swipe-wrap {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .table-swipe-wrap.is-swipe::after {
    position: absolute;
    top: clamp(0px, 58.3333333333vw, 210px);
    left: clamp(0px, 27.7777777778vw, 100px);
    width: clamp(0px, 6.3888888889vw, 23px);
    height: clamp(0px, 6.3888888889vw, 23px);
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(97, 166, 251, 0)), to(rgba(97, 166, 251, 0.4)));
    background: linear-gradient(90deg, rgba(97, 166, 251, 0) 0%, rgba(97, 166, 251, 0.4) 100%);
    -webkit-box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.05);
    -webkit-animation: tableSwipe 1.2s ease-in-out infinite;
    animation: tableSwipe 1.2s ease-in-out infinite;
    z-index: 10;
    content: "";
  }
}
.table-swipe .financial-table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 1023px) {
  .table-swipe {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .table-swipe .financial-table {
    min-width: clamp(0px, 200vw, 720px);
    table-layout: auto;
  }
  .table-swipe th,
  .table-swipe td {
    white-space: nowrap;
  }
  .table-swipe .financial-table thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #F9F9FA;
    -webkit-box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.05);
  }
  .table-swipe .financial-table tbody th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.05);
  }
  .table-swipe .financial-table tbody tr.is-total th:first-child {
    background-color: #EDEDED;
  }
}

@-webkit-keyframes tableSwipe {
  0% {
    left: clamp(0px, 27.7777777778vw, 100px);
    width: clamp(0px, 6.3888888889vw, 23px);
  }
  100% {
    left: clamp(0px, 36.1111111111vw, 130px);
    width: clamp(0px, 42.5vw, 153px);
  }
}

@keyframes tableSwipe {
  0% {
    left: clamp(0px, 27.7777777778vw, 100px);
    width: clamp(0px, 6.3888888889vw, 23px);
  }
  100% {
    left: clamp(0px, 36.1111111111vw, 130px);
    width: clamp(0px, 42.5vw, 153px);
  }
}
.page-etc .sub__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-etc .sub__section {
    padding: 172.5px 196.5px 240px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .sub__section {
    padding: 11.9791666667vw 13.6458333333vw 16.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .sub__section {
    padding: 306.6666666667px 349.3333333333px 426.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-etc .sub__section {
    padding: clamp(0px, 50.5555555556vw, 182px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 35.5555555556vw, 128px);
  }
}
.page-etc .section__title {
  text-align: center;
}
@media (max-width: 1439px) {
  .page-etc .section__title {
    margin-top: 75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .section__title {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .section__title {
    margin-top: 133.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-etc .section__title {
    margin-top: clamp(0px, 17.7777777778vw, 64px);
  }
}
.page-etc .section__title .title {
  margin-top: 0;
}
@media (max-width: 1439px) {
  .page-etc .section__title .title {
    font-size: 33px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .section__title .title {
    font-size: 2.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .section__title .title {
    font-size: 58.6666666667px;
  }
}
.page-etc .section__title .title {
  font-weight: 600;
}
.page-etc .section__title .title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-etc .section__title .title {
    font-size: clamp(0px, 9.4444444444vw, 34px);
    font-weight: 700;
    line-height: 1.32;
  }
}
@media (max-width: 1439px) {
  .page-etc .section__title .desc {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .section__title .desc {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .section__title .desc {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-etc .section__title .desc {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .section__title .desc {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .section__title .desc {
    font-size: 24px;
  }
}
.page-etc .section__title .desc {
  font-weight: 500;
}
.page-etc .section__title .desc {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-etc .section__title .desc {
    margin-top: clamp(0px, 5.5555555556vw, 20px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-etc .policy__area {
  width: 100%;
}
@media (max-width: 1439px) {
  .page-etc .policy__area:has(> .policy__top) {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area:has(> .policy__top) {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area:has(> .policy__top) {
    margin-top: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-etc .policy__area:has(> .policy__top) {
    margin-top: clamp(0px, 11.1111111111vw, 40px);
  }
}
.page-etc .policy__area .dropdown {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .page-etc .policy__area .dropdown {
    min-width: 168px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area .dropdown {
    min-width: 11.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area .dropdown {
    min-width: 298.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-etc .policy__area .dropdown {
    min-width: auto;
    width: clamp(0px, 51.3888888889vw, 185px);
  }
}
.page-etc .policy__area .dropdown.is-open .dropdown-btn {
  border: 1px solid #000;
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.page-etc .policy__area .dropdown.is-open .dropdown-btn::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-etc .policy__area .dropdown.is-open .dropdown-list {
  display: block;
}
.page-etc .policy__area .dropdown.is-open .dropdown-text {
  color: #212121;
}
.page-etc .policy__area .dropdown-btn {
  position: relative;
  width: 100%;
  border: 1px solid #DCDCDC;
  background: #fff;
  text-align: left;
}
@media (max-width: 1439px) {
  .page-etc .policy__area .dropdown-btn {
    padding: 9px 56.25px 9px 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area .dropdown-btn {
    padding: 0.625vw 3.90625vw 0.625vw 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area .dropdown-btn {
    padding: 16px 100px 16px 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-etc .policy__area .dropdown-btn {
    border-radius: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area .dropdown-btn {
    border-radius: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area .dropdown-btn {
    border-radius: 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-etc .policy__area .dropdown-btn {
    padding: clamp(0px, 2.5vw, 9px) clamp(0px, 8.3333333333vw, 30px) clamp(0px, 2.5vw, 9px) clamp(0px, 3.8888888889vw, 14px);
    border-radius: clamp(0px, 1.1111111111vw, 4px);
  }
}
.page-etc .policy__area .dropdown-btn::after {
  position: absolute;
  content: "";
}
@media (max-width: 1439px) {
  .page-etc .policy__area .dropdown-btn::after {
    top: 11.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area .dropdown-btn::after {
    top: 0.78125vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area .dropdown-btn::after {
    top: 20px;
  }
}
@media (max-width: 1439px) {
  .page-etc .policy__area .dropdown-btn::after {
    right: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area .dropdown-btn::after {
    right: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area .dropdown-btn::after {
    right: 26.6666666667px;
  }
}
.page-etc .policy__area .dropdown-btn::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-etc .policy__area .dropdown-btn::after {
    width: 16px;
    height: calc(16px * 1);
    -webkit-background-size: calc(325px * 0.6666666667) calc(296px * 0.6666666667);
    background-size: calc(325px * 0.6666666667) calc(296px * 0.6666666667);
    background-position: calc((-265px - 4px) * 0.6666666667) calc((-32px - 4px) * 0.6666666667);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-etc .policy__area .dropdown-btn::after {
    width: 15px;
    height: calc(15px * 1);
    -webkit-background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-position: calc((-265px - 4px) * 0.625) calc((-32px - 4px) * 0.625);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area .dropdown-btn::after {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 20 / 1920 * 100vw) calc(296 / 24 * 20 / 1920 * 100vw);
    background-size: calc(325 / 24 * 20 / 1920 * 100vw) calc(296 / 24 * 20 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 20 / 1920 * 100vw) calc((-32 - 4) / 24 * 20 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area .dropdown-btn::after {
    width: 26.6666666667px;
    height: calc(26.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.1111111111) calc(296px * 1.1111111111);
    background-size: calc(325px * 1.1111111111) calc(296px * 1.1111111111);
    background-position: calc((-265px - 4px) * 1.1111111111) calc((-32px - 4px) * 1.1111111111);
  }
}
@media screen and (max-width: 1023px) {
  .page-etc .policy__area .dropdown-btn::after {
    top: clamp(0px, 2.5vw, 9px);
  }
}
.page-etc .policy__area .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  border: 1px solid #000;
  border-top: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-etc .policy__area .dropdown-list {
    border-radius: 0px 0px 3px 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area .dropdown-list {
    border-radius: 0vw 0vw 0.2083333333vw 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area .dropdown-list {
    border-radius: 0px 0px 5.3333333333px 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-etc .policy__area .dropdown-list {
    border-radius: clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(0px, 1.1111111111vw, 4px) clamp(0px, 1.1111111111vw, 4px);
  }
}
.page-etc .policy__area .dropdown-option {
  width: 100%;
  color: #212121;
  text-align: left;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-etc .policy__area .dropdown-option {
    padding: 9px 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area .dropdown-option {
    padding: 0.625vw 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area .dropdown-option {
    padding: 16px 26.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-etc .policy__area .dropdown-option {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area .dropdown-option {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area .dropdown-option {
    font-size: 21.3333333333px;
  }
}
.page-etc .policy__area .dropdown-option {
  font-weight: 500;
}
.page-etc .policy__area .dropdown-option {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-etc .policy__area .dropdown-option {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.6;
  }
}
.page-etc .policy__area .dropdown-option:hover {
  background-color: #F9F9FA;
}
.page-etc .policy__area .dropdown-text {
  color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-etc .policy__area .dropdown-text {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__area .dropdown-text {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__area .dropdown-text {
    font-size: 21.3333333333px;
  }
}
.page-etc .policy__area .dropdown-text {
  font-weight: 500;
}
.page-etc .policy__area .dropdown-text {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-etc .policy__area .dropdown-text {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-etc .policy__content {
  border-top: 2px solid #212121;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-etc .policy__content {
    margin-top: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__content {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__content {
    margin-top: 106.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-etc .policy__content {
    padding-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__content {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__content {
    padding-top: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-etc .policy__content {
    margin-top: clamp(0px, 24.7222222222vw, 89px);
    padding-top: clamp(0px, 8.8888888889vw, 32px);
  }
}
.page-etc .policy__content .info-text {
  color: #434343;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-etc .policy__content .info-text {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__content .info-text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__content .info-text {
    font-size: 24px;
  }
}
.page-etc .policy__content .info-text {
  font-weight: 500;
}
.page-etc .policy__content .info-text {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-etc .policy__content .info-text {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .page-etc .policy__content .info-text + .info-text {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-etc .policy__content .info-text + .info-text {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-etc .policy__content .info-text + .info-text {
    margin-top: 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-etc .policy__content .info-text + .info-text {
    margin-top: clamp(0px, 6.6666666667vw, 24px);
  }
}

.error__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .error__section {
    padding: 0px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section {
    padding: 0vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .error__section {
    padding: 0px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .error__section {
    min-height: 100vh;
    padding: clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
  }
}
@media (max-width: 1439px) {
  .error__section .error-img {
    width: 408px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .error-img {
    width: 28.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .error__section .error-img {
    width: 725.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .error__section .error-img {
    width: 100%;
    max-width: clamp(0px, 88.8888888889vw, 320px);
  }
}
.error__section .error-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.error__section .error-title {
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .error__section .error-title {
    margin-top: 30.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .error-title {
    margin-top: 2.1354166667vw;
  }
}
@media (min-width: 2561px) {
  .error__section .error-title {
    margin-top: 54.6666666667px;
  }
}
@media (max-width: 1439px) {
  .error__section .error-title {
    font-size: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .error-title {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 2561px) {
  .error__section .error-title {
    font-size: 37.3333333333px;
  }
}
.error__section .error-title {
  font-weight: 700;
}
.error__section .error-title {
  line-height: 1.44;
}
@media screen and (max-width: 1023px) {
  .error__section .error-title {
    margin-top: clamp(0px, 6.6666666667vw, 24px);
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.error__section .error-desc {
  color: #434343;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .error__section .error-desc {
    margin-top: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .error-desc {
    margin-top: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .error__section .error-desc {
    margin-top: 16px;
  }
}
@media (max-width: 1439px) {
  .error__section .error-desc {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .error-desc {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .error__section .error-desc {
    font-size: 24px;
  }
}
.error__section .error-desc {
  font-weight: 500;
}
.error__section .error-desc {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .error__section .error-desc {
    color: #868686;
    margin-top: clamp(0px, 2.2222222222vw, 8px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.error__section .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .error__section .box-btn {
    gap: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .box-btn {
    gap: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .error__section .box-btn {
    gap: 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .error__section .box-btn {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .box-btn {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .error__section .box-btn {
    margin-top: 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .error__section .box-btn {
    gap: clamp(0px, 1.6666666667vw, 6px);
    margin-top: clamp(0px, 7.7777777778vw, 28px);
  }
}
.error__section .btn {
  background-color: #212121;
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .error__section .btn {
    min-width: 135px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .btn {
    min-width: 9.375vw;
  }
}
@media (min-width: 2561px) {
  .error__section .btn {
    min-width: 240px;
  }
}
@media (max-width: 1439px) {
  .error__section .btn {
    height: 39px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .btn {
    height: 2.7083333333vw;
  }
}
@media (min-width: 2561px) {
  .error__section .btn {
    height: 69.3333333333px;
  }
}
@media (max-width: 1439px) {
  .error__section .btn {
    padding: 9.75px 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .btn {
    padding: 0.6770833333vw 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .error__section .btn {
    padding: 17.3333333333px 13.3333333333px;
  }
}
@media (max-width: 1439px) {
  .error__section .btn {
    border-radius: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .btn {
    border-radius: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .error__section .btn {
    border-radius: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .error__section .btn {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .error__section .btn {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .error__section .btn {
    font-size: 24px;
  }
}
.error__section .btn {
  font-weight: 500;
}
.error__section .btn {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .error__section .btn {
    min-width: clamp(0px, 27.7777777778vw, 100px);
    height: clamp(0px, 9.1666666667vw, 33px);
    padding: clamp(0px, 2.2222222222vw, 8px) clamp(0px, 1.3888888889vw, 5px);
    border-radius: clamp(0px, 1.1111111111vw, 4px);
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.error__section .btn-line {
  background-color: #fff;
  color: #000;
  border: 1px solid #DCDCDC;
}

.sitemap__area {
  width: 100%;
  border-top: 2px solid #212121;
}
@media (max-width: 1439px) {
  .sitemap__area {
    margin-top: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area {
    margin-top: 106.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemap__area {
    margin-top: clamp(0px, 24.7222222222vw, 89px);
  }
}
.sitemap__area .sitemap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #EDEDED;
  word-break: keep-all;
}
@media screen and (max-width: 1023px) {
  .sitemap__area .sitemap-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sitemap__area .sitemap h2 {
  width: 25.8%;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .sitemap__area .sitemap h2 {
    padding: 42px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area .sitemap h2 {
    padding: 2.9166666667vw 0vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area .sitemap h2 {
    padding: 74.6666666667px 0px;
  }
}
@media (max-width: 1439px) {
  .sitemap__area .sitemap h2 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area .sitemap h2 {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area .sitemap h2 {
    font-size: 32px;
  }
}
.sitemap__area .sitemap h2 {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .sitemap__area .sitemap h2 {
    line-height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area .sitemap h2 {
    line-height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area .sitemap h2 {
    line-height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemap__area .sitemap h2 {
    width: 100%;
    padding: clamp(0px, 8.8888888889vw, 32px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px);
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: 1.5;
  }
}
.sitemap__area .sitemap .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1439px) {
  .sitemap__area .sitemap .depth1 {
    gap: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area .sitemap .depth1 {
    gap: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area .sitemap .depth1 {
    gap: 106.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemap__area .sitemap .depth1 {
    gap: 0;
    padding-bottom: clamp(0px, 8.8888888889vw, 32px);
  }
}
.sitemap__area .sitemap .depth1 > li {
  width: 12.5%;
}
@media (max-width: 1439px) {
  .sitemap__area .sitemap .depth1 > li {
    padding: 42px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area .sitemap .depth1 > li {
    padding: 2.9166666667vw 0vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area .sitemap .depth1 > li {
    padding: 74.6666666667px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemap__area .sitemap .depth1 > li {
    width: 50%;
    padding: clamp(0px, 6.6666666667vw, 24px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px);
  }
}
.sitemap__area .sitemap .depth1 h3 a {
  display: block;
  color: #000;
  letter-spacing: -0.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .sitemap__area .sitemap .depth1 h3 a {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area .sitemap .depth1 h3 a {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area .sitemap .depth1 h3 a {
    font-size: 24px;
  }
}
.sitemap__area .sitemap .depth1 h3 a {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .sitemap__area .sitemap .depth1 h3 a {
    line-height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area .sitemap .depth1 h3 a {
    line-height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area .sitemap .depth1 h3 a {
    line-height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemap__area .sitemap .depth1 h3 a {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
    padding-right: clamp(0px, 2.2222222222vw, 8px);
  }
}
@media (max-width: 1439px) {
  .sitemap__area .sitemap .depth2 {
    padding-top: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area .sitemap .depth2 {
    padding-top: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area .sitemap .depth2 {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemap__area .sitemap .depth2 {
    padding-top: clamp(0px, 3.3333333333vw, 12px);
  }
}
.sitemap__area .sitemap .depth2 a {
  display: block;
  color: #868686;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .sitemap__area .sitemap .depth2 a {
    margin-top: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area .sitemap .depth2 a {
    margin-top: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area .sitemap .depth2 a {
    margin-top: 16px;
  }
}
@media (max-width: 1439px) {
  .sitemap__area .sitemap .depth2 a {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .sitemap__area .sitemap .depth2 a {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .sitemap__area .sitemap .depth2 a {
    font-size: 18.6666666667px;
  }
}
.sitemap__area .sitemap .depth2 a {
  font-weight: 500;
}
.sitemap__area .sitemap .depth2 a {
  line-height: 1.32;
}
@media screen and (max-width: 1023px) {
  .sitemap__area .sitemap .depth2 a {
    margin-top: clamp(0px, 1.6666666667vw, 6px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}

html[lang=en] .sitemap__area .sitemap .depth1 > li {
  width: auto;
}
@media screen and (max-width: 1023px) {
  html[lang=en] .sitemap__area .sitemap .depth1 > li {
    width: 50%;
  }
}
html[lang=en] .sitemap h2 {
  width: 33%;
}

body.is-modal-open {
  overflow: hidden;
}

.video-modal {
  display: none;
}
.video-modal.is-open {
  display: block;
}
.video-modal__dim {
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(33, 33, 33, 0.8);
}
.video-modal__panel {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1002;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1439px) {
  .video-modal__panel {
    width: 833.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-modal__panel {
    width: 57.8645833333vw;
  }
}
@media (min-width: 2561px) {
  .video-modal__panel {
    width: 1481.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .video-modal__panel {
    width: 88.8%;
  }
}
.video-modal-content {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}
.video-modal-close {
  position: absolute;
  top: 0;
  right: -44px;
  cursor: pointer;
}
.video-modal-close {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .video-modal-close {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((0px - 4px) * 0.75) calc((-224px - 4px) * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .video-modal-close {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((0px - 4px) * 0.75) calc((-224px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-modal-close {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 32 / 32);
    -webkit-background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-size: calc(325 / 32 * 32 / 1920 * 100vw) calc(296 / 32 * 32 / 1920 * 100vw);
    background-position: calc((0 - 4) / 32 * 32 / 1920 * 100vw) calc((-224 - 4) / 32 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .video-modal-close {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((0px - 4px) * 1.3333333333) calc((-224px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .video-modal-close {
    top: -36px;
    right: -4px;
  }
}
.video-modal .media-youtube {
  position: relative;
  padding-top: 56.25%;
}
.video-modal .media-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-modal .media-video {
  position: relative;
  padding-top: 56.25%;
}
.video-modal .media-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-ci-design .video-cymbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 100vh;
  padding: 0;
}
.page-ci-design .video-cymbol.is-active .box-video {
  visibility: visible;
  opacity: 1;
}
.page-ci-design .video-cymbol .video-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .video-area {
    gap: 232.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .video-area {
    gap: 16.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .video-area {
    gap: 413.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .video-cymbol .video-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 91.1111111111vw, 328px);
  }
}
.page-ci-design .video-cymbol .video-eyebrow {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .video-eyebrow {
    font-size: 73.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .video-eyebrow {
    font-size: 5.1041666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .video-eyebrow {
    font-size: 130.6666666667px;
  }
}
.page-ci-design .video-cymbol .video-eyebrow {
  font-weight: 700;
}
.page-ci-design .video-cymbol .video-eyebrow {
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .page-ci-design .video-cymbol .video-eyebrow {
    font-size: clamp(0px, 12.7777777778vw, 46px);
    font-weight: 600;
    line-height: 1;
  }
}
.page-ci-design .video-cymbol .box-img {
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: width, height;
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .box-img {
    left: 541.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .box-img {
    left: 37.6041666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .box-img {
    left: 962.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .box-img {
    width: 112.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .box-img {
    width: 7.8125vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .box-img {
    width: 200px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .box-img {
    height: 270px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .box-img {
    height: 18.75vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .box-img {
    height: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .video-cymbol .box-img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: clamp(0px, 21.1111111111vw, 76px);
    width: clamp(0px, 33.3333333333vw, 120px);
    height: clamp(0px, 80vw, 288px);
  }
}
.page-ci-design .video-cymbol .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 57% center;
  object-position: 57% center;
}
.page-ci-design .video-cymbol .box-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .box-video {
    padding: 0px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .box-video {
    padding: 0vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .box-video {
    padding: 0px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .video-cymbol .box-video {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .page-ci-design .video-cymbol .box-video {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .box-video {
    padding: 0vw 1.0416666667vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .page-ci-design .video-cymbol .box-video {
    padding: 0px 26.6666666667px;
  }
}
.page-ci-design .video-cymbol .box-video .video-title {
  color: #fff;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .box-video .video-title {
    font-size: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .box-video .video-title {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .box-video .video-title {
    font-size: 53.3333333333px;
  }
}
.page-ci-design .video-cymbol .box-video .video-title {
  font-weight: 500;
}
.page-ci-design .video-cymbol .box-video .video-title {
  line-height: 1.36;
}
@media screen and (max-width: 1023px) {
  .page-ci-design .video-cymbol .box-video .video-title {
    text-align: center;
    font-size: clamp(0px, 7.2222222222vw, 26px);
    font-weight: 600;
    line-height: 1.36;
  }
}
.page-ci-design .video-cymbol .box-video .btn-play {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    width: 195px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    width: 13.5416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    width: 346.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    padding: 9px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    padding: 0.625vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    padding: 16px 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    font-size: 24px;
  }
}
.page-ci-design .video-cymbol .box-video .btn-play {
  font-weight: 500;
}
.page-ci-design .video-cymbol .box-video .btn-play {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-ci-design .video-cymbol .box-video .btn-play {
    width: clamp(0px, 61.1111111111vw, 220px);
    margin-top: clamp(0px, 5.5555555556vw, 20px);
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-ci-design .ci-philosophy .link-download:after {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media (max-width: 1439px) {
  .page-ci-design .ci-philosophy {
    padding: 150px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-philosophy {
    padding: 10.4166666667vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-philosophy {
    padding: 266.6666666667px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-philosophy {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-ci-design .ci-philosophy .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DCDCDC;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-philosophy .logo-area {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-philosophy .logo-area {
    margin-top: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-philosophy .logo-area {
    margin-top: 64px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .ci-philosophy .logo-area {
    height: 510px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-philosophy .logo-area {
    height: 35.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-philosophy .logo-area {
    height: 906.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .ci-philosophy .logo-area {
    border-radius: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-philosophy .logo-area {
    border-radius: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-philosophy .logo-area {
    border-radius: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-philosophy .logo-area {
    margin-top: clamp(0px, 16.6666666667vw, 60px);
    height: clamp(0px, 111.1111111111vw, 400px);
    border-radius: clamp(0px, 2.2222222222vw, 8px);
  }
}
.page-ci-design .ci-philosophy .logo-area .logo-img {
  display: inline-block;
}
.page-ci-design .ci-philosophy .logo-area .logo-img {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-ci-design .ci-philosophy .logo-area .logo-img {
    width: 180px;
    height: calc(180px * 0.2523364486);
    -webkit-background-size: calc(325px * 1.6822429907) calc(296px * 1.6822429907);
    background-size: calc(325px * 1.6822429907) calc(296px * 1.6822429907);
    background-position: calc((0px - 4px) * 1.6822429907) calc((-35px - 4px) * 1.6822429907);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-ci-design .ci-philosophy .logo-area .logo-img {
    width: 304.5px;
    height: calc(304.5px * 0.2523364486);
    -webkit-background-size: calc(325px * 2.8457943925) calc(296px * 2.8457943925);
    background-size: calc(325px * 2.8457943925) calc(296px * 2.8457943925);
    background-position: calc((0px - 4px) * 2.8457943925) calc((-35px - 4px) * 2.8457943925);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-philosophy .logo-area .logo-img {
    width: calc(406 / 1920 * 100vw);
    height: calc(406 / 1920 * 100vw * 27 / 107);
    -webkit-background-size: calc(325 / 107 * 406 / 1920 * 100vw) calc(296 / 107 * 406 / 1920 * 100vw);
    background-size: calc(325 / 107 * 406 / 1920 * 100vw) calc(296 / 107 * 406 / 1920 * 100vw);
    background-position: calc((0 - 4) / 107 * 406 / 1920 * 100vw) calc((-35 - 4) / 107 * 406 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-philosophy .logo-area .logo-img {
    width: 541.3333333333px;
    height: calc(541.3333333333px * 0.2523364486);
    -webkit-background-size: calc(325px * 5.0591900312) calc(296px * 5.0591900312);
    background-size: calc(325px * 5.0591900312) calc(296px * 5.0591900312);
    background-position: calc((0px - 4px) * 5.0591900312) calc((-35px - 4px) * 5.0591900312);
  }
}
@media (max-width: 1439px) {
  .page-ci-design .ci-principle {
    padding: 105px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-principle {
    padding: 7.2916666667vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-principle {
    padding: 186.6666666667px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-principle {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-ci-design .ci-principle .principle-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1439px) {
  .page-ci-design .ci-principle .principle-list {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-principle .principle-list {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-principle .principle-list {
    gap: 32px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .ci-principle .principle-list {
    margin-top: 105px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-principle .principle-list {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-principle .principle-list {
    margin-top: 186.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-principle .principle-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 5.5555555556vw, 20px);
    margin-top: clamp(0px, 11.1111111111vw, 40px);
  }
}
.page-ci-design .ci-principle .principle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-principle .principle-item {
    height: 326.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-principle .principle-item {
    height: 22.65625vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-principle .principle-item {
    height: 580px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .ci-principle .principle-item {
    padding: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-principle .principle-item {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-principle .principle-item {
    padding: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .ci-principle .principle-item {
    border-radius: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-principle .principle-item {
    border-radius: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-principle .principle-item {
    border-radius: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-principle .principle-item {
    height: clamp(0px, 105.5555555556vw, 380px);
    padding: clamp(0px, 7.7777777778vw, 28px) clamp(0px, 6.6666666667vw, 24px) clamp(0px, 11.1111111111vw, 40px);
    border-radius: clamp(0px, 2.2222222222vw, 8px);
  }
}
.page-ci-design .ci-principle .principle-item .eyebrow {
  color: #f01428;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-principle .principle-item .eyebrow {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-principle .principle-item .eyebrow {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-principle .principle-item .eyebrow {
    font-size: 21.3333333333px;
  }
}
.page-ci-design .ci-principle .principle-item .eyebrow {
  font-weight: 500;
}
.page-ci-design .ci-principle .principle-item .eyebrow {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-principle .principle-item .eyebrow {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-ci-design .ci-principle .principle-item .title {
  color: #000;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-principle .principle-item .title {
    margin-top: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-principle .principle-item .title {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-principle .principle-item .title {
    margin-top: 5.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .ci-principle .principle-item .title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-principle .principle-item .title {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-principle .principle-item .title {
    font-size: 32px;
  }
}
.page-ci-design .ci-principle .principle-item .title {
  font-weight: 600;
}
.page-ci-design .ci-principle .principle-item .title {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-principle .principle-item .title {
    margin-top: clamp(0px, 1.1111111111vw, 4px);
    font-size: clamp(0px, 5.5555555556vw, 20px);
    font-weight: 600;
    line-height: 1.5;
  }
}
.page-ci-design .ci-principle .principle-item .desc {
  margin-top: auto;
  color: #434343;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-principle .principle-item .desc {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-principle .principle-item .desc {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-principle .principle-item .desc {
    font-size: 24px;
  }
}
.page-ci-design .ci-principle .principle-item .desc {
  font-weight: 500;
}
.page-ci-design .ci-principle .principle-item .desc {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-principle .principle-item .desc {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system {
    padding: 150px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system {
    padding: 10.4166666667vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system {
    padding: 266.6666666667px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-ci-design .ci-system .color-grid {
  display: grid;
  grid-template-columns: 3fr repeat(3, 1fr);
  grid-template-rows: auto auto;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-grid {
    gap: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-grid {
    gap: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-grid {
    gap: 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-grid {
    margin-top: 105px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-grid {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-grid {
    margin-top: 186.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system .color-grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(0px, 2.2222222222vw, 8px);
    margin-top: clamp(0px, 16.6666666667vw, 60px);
  }
}
.page-ci-design .ci-system .color-swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-swatch {
    padding: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-swatch {
    padding: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-swatch {
    padding: 42.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-swatch {
    border-radius: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-swatch {
    border-radius: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-swatch {
    border-radius: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system .color-swatch {
    padding: clamp(0px, 5.5555555556vw, 20px);
    border-radius: clamp(0px, 3.3333333333vw, 12px);
  }
}
.page-ci-design .ci-system .color-swatch .color-name {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-swatch .color-name {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-swatch .color-name {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-swatch .color-name {
    font-size: 26.6666666667px;
  }
}
.page-ci-design .ci-system .color-swatch .color-name {
  font-weight: 600;
}
.page-ci-design .ci-system .color-swatch .color-name {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system .color-swatch .color-name {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-ci-design .ci-system .color-swatch .color-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-swatch .color-spec {
    gap: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-swatch .color-spec {
    gap: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-swatch .color-spec {
    gap: 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system .color-swatch .color-spec {
    gap: clamp(0px, 0.5555555556vw, 2px);
  }
}
.page-ci-design .ci-system .color-swatch .color-spec span {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-swatch .color-spec span {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-swatch .color-spec span {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-swatch .color-spec span {
    font-size: 18.6666666667px;
  }
}
.page-ci-design .ci-system .color-swatch .color-spec span {
  font-weight: 500;
}
.page-ci-design .ci-system .color-swatch .color-spec span {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system .color-swatch .color-spec span {
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-ci-design .ci-system .color-swatch.charcoal-black {
  background-color: #212121;
  color: #fff;
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-swatch.charcoal-black {
    height: 193.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-swatch.charcoal-black {
    height: 13.4375vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-swatch.charcoal-black {
    height: 344px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system .color-swatch.charcoal-black {
    grid-column: 1/-1;
    height: auto;
    height: clamp(0px, 48.3333333333vw, 174px);
  }
}
.page-ci-design .ci-system .color-swatch.hdc-white {
  background-color: #fff;
  border: 1px solid #B9B9B9;
  color: #000;
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-swatch.hdc-white {
    height: 193.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-swatch.hdc-white {
    height: 13.4375vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-swatch.hdc-white {
    height: 344px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system .color-swatch.hdc-white {
    grid-column: 1/-1;
    height: auto;
    height: clamp(0px, 48.3333333333vw, 174px);
  }
}
.page-ci-design .ci-system .color-swatch.hdc-red {
  background-color: #f01428;
  color: #fff;
  grid-column: 2;
  grid-row: 1/3;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-swatch.hdc-red {
    height: 405px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-swatch.hdc-red {
    height: 28.125vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-swatch.hdc-red {
    height: 720px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system .color-swatch.hdc-red {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    height: clamp(0px, 55.5555555556vw, 200px);
  }
}
.page-ci-design .ci-system .color-swatch.cool-gray {
  background-color: #A8A8AA;
  color: #000;
  grid-column: 3;
  grid-row: 1/3;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-swatch.cool-gray {
    height: 405px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-swatch.cool-gray {
    height: 28.125vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-swatch.cool-gray {
    height: 720px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system .color-swatch.cool-gray {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    height: clamp(0px, 55.5555555556vw, 200px);
  }
}
.page-ci-design .ci-system .color-swatch.silver-matt {
  background: url("/img/sub/ci-design/img_silver-gradient-a831d560e5ccc06ee48d74b06ba4747a.jpg") center/cover no-repeat;
  color: #000;
  grid-column: 4;
  grid-row: 1/3;
}
@media (max-width: 1439px) {
  .page-ci-design .ci-system .color-swatch.silver-matt {
    height: 405px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ci-design .ci-system .color-swatch.silver-matt {
    height: 28.125vw;
  }
}
@media (min-width: 2561px) {
  .page-ci-design .ci-system .color-swatch.silver-matt {
    height: 720px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .ci-system .color-swatch.silver-matt {
    background-image: url("/img/sub/ci-design/img_silver-gradient__mo-fb239f7afb66799dfbca3d6051187e72.jpg");
    grid-column: 1/-1;
    grid-row: auto;
    height: auto;
    height: clamp(0px, 48.3333333333vw, 174px);
  }
}
.page-ci-design .brand_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-ci-design .brand_product .img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-ci-design .brand_product .img {
    width: auto;
    height: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .brand_product .img--right {
    -o-object-position: right;
    object-position: right;
  }
}
@media screen and (max-width: 1023px) {
  .page-ci-design .brand_product .img--left {
    -o-object-position: left;
    object-position: left;
  }
}

.page-history .timeline {
  overflow: visible;
  position: relative;
}
@media (max-width: 1439px) {
  .page-history .timeline {
    margin-top: 105px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline {
    margin-top: 186.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline {
    margin-top: clamp(0px, 16.6666666667vw, 60px);
  }
}
.page-history .timeline__view--mo {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__view--mo {
    display: block;
    padding: clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-history .timeline__view--pc {
  display: block;
}
@media (max-width: 1439px) {
  .page-history .timeline__view--pc {
    padding-right: 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__view--pc {
    padding-right: 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__view--pc {
    padding-right: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__view--pc {
    display: none;
  }
}
.page-history .timeline__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__section + .timeline__section {
    margin-top: clamp(0px, 27.7777777778vw, 100px);
  }
}
.page-history .timeline__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 min(828px, 45%);
  flex: 0 1 min(828px, 45%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-history .timeline__left {
    width: 621px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__left {
    width: 43.125vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__left {
    width: 1104px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__left {
    padding: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__left {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__left {
    padding: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__left {
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
  }
}
.page-history .timeline__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-history .timeline__year {
    gap: 4.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__year {
    gap: 0.3125vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__year {
    gap: 8px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__year {
    font-size: 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__year {
    font-size: 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__year {
    font-size: 64px;
  }
}
.page-history .timeline__year {
  font-weight: 300;
}
.page-history .timeline__year {
  line-height: 1.42;
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__year {
    gap: clamp(0px, 1.6666666667vw, 6px);
    margin-top: clamp(0px, 6.6666666667vw, 24px);
    font-size: clamp(0px, 6.6666666667vw, 24px);
    font-weight: 400;
    line-height: 1.3;
  }
}
.page-history .timeline__year .year-slot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-variant-numeric: tabular-nums;
}
.page-history .timeline__year .year-slot.is-text {
  display: inline-block;
}
.page-history .timeline__year .year-slot__digit {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 1ch;
  height: 1em;
  line-height: 1em;
  vertical-align: bottom;
}
.page-history .timeline__year .year-slot__inner {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.page-history .timeline__year .year-slot__n {
  display: block;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
.page-history .timeline__img {
  overflow: hidden;
}
@media (max-width: 1439px) {
  .page-history .timeline__img {
    margin-top: 60px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__img {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__img {
    margin-top: 106.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__img {
    width: 561px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__img {
    width: 38.9583333333vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__img {
    width: 997.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__img {
    height: 315px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__img {
    height: 21.875vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__img {
    height: 560px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__img {
    width: 100%;
    height: clamp(0px, 58.3333333333vw, 210px);
    margin-top: clamp(0px, 4.4444444444vw, 16px);
  }
}
.page-history .timeline__img .img-track {
  position: relative;
  height: 100%;
}
.page-history .timeline__img .img-track .img-item {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  will-change: transform;
}
.page-history .timeline__img .img-item {
  width: 100%;
  height: 100%;
}
.page-history .timeline__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-history .timeline__caption {
  position: relative;
}
@media (max-width: 1439px) {
  .page-history .timeline__caption {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__caption {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__caption {
    margin-top: 32px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__caption {
    min-height: 54.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__caption {
    min-height: 3.8020833333vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__caption {
    min-height: 97.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__caption {
    min-height: auto;
    margin-top: clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-history .timeline__caption .caption-item {
  position: absolute;
  word-break: keep-all;
  opacity: 0;
  pointer-events: none;
  inset: 0;
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__caption .caption-item {
    position: static;
  }
}
.page-history .timeline__caption .caption-item.is-active {
  opacity: 1;
  pointer-events: auto;
}
.page-history .timeline__caption .title {
  display: block;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-history .timeline__caption .title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__caption .title {
    font-size: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__caption .title {
    font-size: 32px;
  }
}
.page-history .timeline__caption .title {
  font-weight: 600;
}
.page-history .timeline__caption .title {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__caption .title {
    font-size: clamp(0px, 6.1111111111vw, 22px);
    font-weight: 600;
    line-height: 1.5;
  }
}
.page-history .timeline__caption .desc {
  color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-history .timeline__caption .desc {
    margin-top: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__caption .desc {
    margin-top: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__caption .desc {
    margin-top: 16px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__caption .desc {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__caption .desc {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__caption .desc {
    font-size: 24px;
  }
}
.page-history .timeline__caption .desc {
  font-weight: 500;
}
.page-history .timeline__caption .desc {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__caption .desc {
    margin-top: clamp(0px, 2.2222222222vw, 8px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-history .timeline__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  min-width: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1439px) {
  .page-history .timeline__right {
    padding-left: 54px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__right {
    padding-left: 3.75vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__right {
    padding-left: 96px;
  }
}
.page-history .timeline__events {
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__events {
    height: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: clamp(0px, 11.6666666667vw, 42px);
    padding-left: clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-history .timeline__events .events-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  will-change: transform;
}
@media (max-width: 1439px) {
  .page-history .timeline__events .events-group {
    margin: 210px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__events .events-group {
    margin: 14.5833333333vw 0vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__events .events-group {
    margin: 373.3333333333px 0px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__events .events-group:last-of-type .event:last-child {
    padding-bottom: 27px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__events .events-group:last-of-type .event:last-child {
    padding-bottom: 1.875vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__events .events-group:last-of-type .event:last-child {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__events .events-group:last-of-type .event:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__events .events-group + .events-group {
    margin-top: 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__events .events-group + .events-group {
    margin-top: 0vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__events .events-group + .events-group {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__events .events-group {
    margin: 0;
  }
  .page-history .timeline__events .events-group + .events-group {
    margin-top: 0;
  }
}
.page-history .timeline__events .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .page-history .timeline__events .event {
    gap: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__events .event {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__events .event {
    gap: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__events .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 3.3333333333vw, 12px);
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__events .event + .event {
    margin-top: 50.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__events .event + .event {
    margin-top: 3.4895833333vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__events .event + .event {
    margin-top: 89.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__events .event + .event {
    margin-top: clamp(0px, 10vw, 36px);
  }
}
.page-history .timeline__events .date {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-history .timeline__events .date {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__events .date {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__events .date {
    font-size: 26.6666666667px;
  }
}
.page-history .timeline__events .date {
  font-weight: 600;
}
.page-history .timeline__events .date {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__events .date {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.page-history .timeline__events .text {
  letter-spacing: -0.5px;
  word-break: keep-all;
}
@media (max-width: 1439px) {
  .page-history .timeline__events .text {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__events .text {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__events .text {
    font-size: 29.3333333333px;
  }
}
.page-history .timeline__events .text {
  font-weight: 400;
}
.page-history .timeline__events .text {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__events .text {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-history .timeline__dots {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__dots {
    overflow-x: auto;
    overflow-y: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: auto;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
    scrollbar-width: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    height: clamp(0px, 15.5555555556vw, 56px);
  }
  .page-history .timeline__dots::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__dots .dot-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    height: clamp(0px, 13.6111111111vw, 49px);
  }
  .page-history .timeline__dots .dot-lst::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B9B9B9;
    content: "";
  }
}
.page-history .timeline__dots .dot-item {
  position: relative;
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-item {
    height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-item {
    height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-item {
    height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__dots .dot-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-item + .dot-item {
    margin-top: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-item + .dot-item {
    margin-top: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-item + .dot-item {
    margin-top: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__dots .dot-item + .dot-item {
    margin-top: 0;
  }
}
.page-history .timeline__dots .dot-btn {
  position: relative;
  background: transparent;
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-btn {
    width: 82.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-btn {
    width: 5.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-btn {
    width: 146.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-btn {
    height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-btn {
    height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-btn {
    height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__dots .dot-btn {
    width: 100%;
    height: clamp(0px, 13.6111111111vw, 49px);
    padding: clamp(0px, 3.8888888889vw, 14px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-history .timeline__dots .dot-btn::after {
  position: absolute;
  top: 50%;
  background-color: #DCDCDC;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  pointer-events: none;
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-btn::after {
    right: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-btn::after {
    right: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-btn::after {
    right: 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-btn::after {
    width: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-btn::after {
    width: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-btn::after {
    width: 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-btn::after {
    height: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-btn::after {
    height: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-btn::after {
    height: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__dots .dot-btn::after {
    top: auto;
    right: auto;
    bottom: -2.5px;
    left: 50%;
    width: 5px;
    height: 5px;
    background-color: #B9B9B9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
.page-history .timeline__dots .dot-btn.is-active {
  background-color: #EDEDED;
  width: 100%;
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-btn.is-active {
    padding: 0px 21.75px 0px 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-btn.is-active {
    padding: 0vw 1.5104166667vw 0vw 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-btn.is-active {
    padding: 0px 38.6666666667px 0px 16px;
  }
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-btn.is-active {
    border-radius: 37.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-btn.is-active {
    border-radius: 2.6041666667vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-btn.is-active {
    border-radius: 66.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__dots .dot-btn.is-active {
    background-color: transparent;
    border-radius: 0;
    padding: clamp(0px, 3.8888888889vw, 14px) clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-history .timeline__dots .dot-btn.is-active::after {
  background-color: #000;
}
.page-history .timeline__dots .dot-btn.is-active .dot-year {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__dots .dot-btn.is-active .dot-year {
    color: #000;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__dots .dot-btn.is-saved::after {
    background-color: #000;
  }
  .page-history .timeline__dots .dot-btn.is-saved .dot-year {
    color: #000;
  }
}
.page-history .timeline__dots .dot-year {
  display: block;
  visibility: hidden;
  color: #212121;
  letter-spacing: -0.5px;
  opacity: 0;
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-year {
    font-size: 9.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-year {
    font-size: 0.6770833333vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-year {
    font-size: 17.3333333333px;
  }
}
.page-history .timeline__dots .dot-year {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-history .timeline__dots .dot-year {
    line-height: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .timeline__dots .dot-year {
    line-height: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-history .timeline__dots .dot-year {
    line-height: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .timeline__dots .dot-year {
    visibility: visible;
    color: #B9B9B9;
    white-space: nowrap;
    opacity: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}

@media (max-width: 1439px) {
  .page-history .sub__section {
    padding: 150px 90px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-history .sub__section {
    padding: 10.4166666667vw 6.25vw 0vw;
  }
}
@media (min-width: 2561px) {
  .page-history .sub__section {
    padding: 266.6666666667px 160px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page-history .sub__section {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px);
  }
}
.page-history .sub__section.hdc-way, .page-history .sub__section.video-50th {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .page-history .sub__section.sec-history .section__title {
    padding: clamp(0px, 0vw, 0px) clamp(0px, 5.5555555556vw, 20px);
  }
}

.hdc-way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100vh;
}
.hdc-way .section__title {
  text-align: center;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hdc-way .section__title .empty {
  display: block;
}
@media (max-width: 1439px) {
  .hdc-way .section__title .empty {
    height: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .hdc-way .section__title .empty {
    height: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .hdc-way .section__title .empty {
    height: 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .hdc-way .section__title .empty {
    height: clamp(0px, 2.7777777778vw, 10px);
  }
}
.hdc-way .section__title .eyebrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hdc-way .section__title .title .char {
  color: #CCCCCC;
}

.video-50th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.video-50th.is-active .box-video {
  visibility: visible;
  opacity: 1;
}
.video-50th .video-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1439px) {
  .video-50th .video-area {
    gap: 232.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .video-area {
    gap: 16.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .video-area {
    gap: 413.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .video-50th .video-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 91.1111111111vw, 328px);
  }
}
.video-50th .video-eyebrow {
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .video-50th .video-eyebrow {
    font-size: 73.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .video-eyebrow {
    font-size: 5.1041666667vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .video-eyebrow {
    font-size: 130.6666666667px;
  }
}
.video-50th .video-eyebrow {
  font-weight: 700;
}
.video-50th .video-eyebrow {
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .video-50th .video-eyebrow {
    font-size: clamp(0px, 12.7777777778vw, 46px);
    font-weight: 600;
    line-height: 1;
  }
}
.video-50th .box-img {
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: width, height;
}
@media (max-width: 1439px) {
  .video-50th .box-img {
    left: 416.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .box-img {
    left: 28.90625vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .box-img {
    left: 740px;
  }
}
@media (max-width: 1439px) {
  .video-50th .box-img {
    width: 112.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .box-img {
    width: 7.8125vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .box-img {
    width: 200px;
  }
}
@media (max-width: 1439px) {
  .video-50th .box-img {
    height: 270px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .box-img {
    height: 18.75vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .box-img {
    height: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .video-50th .box-img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: clamp(0px, 21.1111111111vw, 76px);
    width: clamp(0px, 33.3333333333vw, 120px);
    height: clamp(0px, 80vw, 288px);
  }
}
.video-50th .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 57% center;
  object-position: 57% center;
}
.video-50th .box-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .video-50th .box-video {
    padding: 0px 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .box-video {
    padding: 0vw 6.25vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .box-video {
    padding: 0px 160px;
  }
}
@media screen and (max-width: 1023px) {
  .video-50th .box-video {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .video-50th .box-video {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .box-video {
    padding: 0vw 1.0416666667vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .video-50th .box-video {
    padding: 0px 26.6666666667px;
  }
}
.video-50th .box-video .video-title {
  color: #fff;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .video-50th .box-video .video-title {
    font-size: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .box-video .video-title {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .box-video .video-title {
    font-size: 53.3333333333px;
  }
}
.video-50th .box-video .video-title {
  font-weight: 500;
}
.video-50th .box-video .video-title {
  line-height: 1.36;
}
@media screen and (max-width: 1023px) {
  .video-50th .box-video .video-title {
    text-align: center;
    font-size: clamp(0px, 7.2222222222vw, 26px);
    font-weight: 600;
    line-height: 1.36;
  }
}
.video-50th .box-video .btn-play {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .video-50th .box-video .btn-play {
    width: 195px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .box-video .btn-play {
    width: 13.5416666667vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .box-video .btn-play {
    width: 346.6666666667px;
  }
}
@media (max-width: 1439px) {
  .video-50th .box-video .btn-play {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .box-video .btn-play {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .box-video .btn-play {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 1439px) {
  .video-50th .box-video .btn-play {
    padding: 9px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .box-video .btn-play {
    padding: 0.625vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .box-video .btn-play {
    padding: 16px 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .video-50th .box-video .btn-play {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .video-50th .box-video .btn-play {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .video-50th .box-video .btn-play {
    font-size: 24px;
  }
}
.video-50th .box-video .btn-play {
  font-weight: 500;
}
.video-50th .box-video .btn-play {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .video-50th .box-video .btn-play {
    width: clamp(0px, 61.1111111111vw, 220px);
    margin-top: clamp(0px, 5.5555555556vw, 20px);
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 4.4444444444vw, 16px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}

@media (max-width: 1439px) {
  .page-ir-contact {
    padding-bottom: 135px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact {
    padding-bottom: 9.375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact {
    padding-bottom: 240px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .tab__section {
    padding: 150px 196.5px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .tab__section {
    padding: 10.4166666667vw 13.6458333333vw 0vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .tab__section {
    padding: 266.6666666667px 349.3333333333px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .tab__section {
    padding: clamp(0px, 27.7777777778vw, 100px) clamp(0px, 5.5555555556vw, 20px) clamp(0px, 0vw, 0px);
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__ir-contact .contact-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__ir-contact .contact-title {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__ir-contact .contact-title {
    margin-bottom: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__ir-contact .contact-title {
    margin-bottom: clamp(0px, 8.8888888889vw, 32px);
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__ir-contact .box__card + .box__card {
    margin-top: 90px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__ir-contact .box__card + .box__card {
    margin-top: 6.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__ir-contact .box__card + .box__card {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__ir-contact .box__card + .box__card {
    margin-top: clamp(0px, 27.7777777778vw, 100px);
  }
}
.page-ir-contact .box__contact-step {
  margin: 0 auto;
  text-align: center;
  background-color: #F9F9FA;
  border-radius: 8px;
  font-size: 0;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__contact-step {
    padding: 28.5px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__contact-step {
    padding: 1.9791666667vw 0vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__contact-step {
    padding: 50.6666666667px 0px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__contact-step {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__contact-step {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__contact-step {
    margin-bottom: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__contact-step {
    padding: clamp(0px, 8.8888888889vw, 32px) clamp(0px, 5.5555555556vw, 20px);
    margin-bottom: clamp(0px, 8.8888888889vw, 32px);
  }
}
.page-ir-contact .step-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #212121;
}
@media (max-width: 1439px) {
  .page-ir-contact .step-item {
    padding-right: 114px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .step-item {
    padding-right: 7.9166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .step-item {
    padding-right: 202.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .step-item {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .step-item {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .step-item {
    font-size: 24px;
  }
}
.page-ir-contact .step-item {
  font-weight: 500;
}
.page-ir-contact .step-item {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .step-item {
    display: block;
    padding-right: 0;
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-ir-contact .step-item::before {
  content: "";
  display: block;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .page-ir-contact .step-item::before {
    margin-bottom: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .step-item::before {
    margin-bottom: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .step-item::before {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .step-item::before {
    margin-bottom: clamp(0px, 2.2222222222vw, 8px);
  }
}
.page-ir-contact .step-item.step-calender::before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-ir-contact .step-item.step-calender::before {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-265px - 4px) * 1) calc((0px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-ir-contact .step-item.step-calender::before {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((0px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .step-item.step-calender::before {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((0 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .step-item.step-calender::before {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((0px - 4px) * 1.3333333333);
  }
}
.page-ir-contact .step-item.step-note::before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-ir-contact .step-item.step-note::before {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((0px - 4px) * 1) calc((-264px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-ir-contact .step-item.step-note::before {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((0px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .step-item.step-note::before {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((0 - 4) / 24 * 24 / 1920 * 100vw) calc((-264 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .step-item.step-note::before {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((0px - 4px) * 1.3333333333) calc((-264px - 4px) * 1.3333333333);
  }
}
.page-ir-contact .step-item.step-complete::before {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-ir-contact .step-item.step-complete::before {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-265px - 4px) * 1) calc((-96px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-ir-contact .step-item.step-complete::before {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((-96px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .step-item.step-complete::before {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((-96 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .step-item.step-complete::before {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((-96px - 4px) * 1.3333333333);
  }
}
.page-ir-contact .step-item::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1439px) {
  .page-ir-contact .step-item::after {
    top: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .step-item::after {
    top: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .step-item::after {
    top: 29.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .step-item::after {
    right: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .step-item::after {
    right: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .step-item::after {
    right: 85.3333333333px;
  }
}
.page-ir-contact .step-item::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-ir-contact .step-item::after {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-265px - 4px) * 0.8333333333) calc((-32px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-ir-contact .step-item::after {
    width: 15px;
    height: calc(15px * 1);
    -webkit-background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-position: calc((-265px - 4px) * 0.625) calc((-32px - 4px) * 0.625);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .step-item::after {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 20 / 1920 * 100vw) calc(296 / 24 * 20 / 1920 * 100vw);
    background-size: calc(325 / 24 * 20 / 1920 * 100vw) calc(296 / 24 * 20 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 20 / 1920 * 100vw) calc((-32 - 4) / 24 * 20 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .step-item::after {
    width: 26.6666666667px;
    height: calc(26.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.1111111111) calc(296px * 1.1111111111);
    background-size: calc(325px * 1.1111111111) calc(296px * 1.1111111111);
    background-position: calc((-265px - 4px) * 1.1111111111) calc((-32px - 4px) * 1.1111111111);
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .step-item::after {
    position: static;
    display: block;
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
    margin-top: clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-ir-contact .step-item:last-child {
  padding-right: 0;
}
.page-ir-contact .step-item:last-child::after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .step-item:last-child {
    margin-bottom: 0;
  }
}
.page-ir-contact .form-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1439px) {
  .page-ir-contact .form-fields {
    gap: 15px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .form-fields {
    gap: 1.0416666667vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .form-fields {
    gap: 26.6666666667px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .form-fields {
    grid-template-columns: 1fr;
    gap: clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-ir-contact .form-fields .form-field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-ir-contact .form-fields .form-field label {
  display: block;
}
.page-ir-contact .form-fields .form-field input {
  display: block;
  width: 100%;
}
.page-ir-contact .form-fields .form-field .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #434343;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ir-contact .form-fields .form-field .form-label {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .form-fields .form-field .form-label {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .form-fields .form-field .form-label {
    font-size: 24px;
  }
}
.page-ir-contact .form-fields .form-field .form-label {
  font-weight: 500;
}
.page-ir-contact .form-fields .form-field .form-label {
  line-height: 1.5;
}
@media (max-width: 1439px) {
  .page-ir-contact .form-fields .form-field .form-label {
    margin-bottom: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .form-fields .form-field .form-label {
    margin-bottom: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .form-fields .form-field .form-label {
    margin-bottom: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .form-fields .form-field .form-label {
    margin-bottom: clamp(0px, 1.6666666667vw, 6px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-ir-contact .form-fields .form-field .form-label .require {
  color: #E53935;
}
@media (max-width: 1439px) {
  .page-ir-contact .form-fields .form-field .form-label .require {
    margin-left: 0.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .form-fields .form-field .form-label .require {
    margin-left: 0.0520833333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .form-fields .form-field .form-label .require {
    margin-left: 1.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .form-fields .form-field .form-label .require {
    margin-left: clamp(0px, 0.2777777778vw, 1px);
  }
}
.page-ir-contact .form-fields .form-field .form-input {
  width: 100%;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ir-contact .form-fields .form-field .form-input {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .form-fields .form-field .form-input {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .form-fields .form-field .form-input {
    font-size: 21.3333333333px;
  }
}
.page-ir-contact .form-fields .form-field .form-input {
  font-weight: 500;
}
.page-ir-contact .form-fields .form-field .form-input {
  line-height: 1.6;
}
@media (max-width: 1439px) {
  .page-ir-contact .form-fields .form-field .form-input {
    padding: 13.5px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .form-fields .form-field .form-input {
    padding: 0.9375vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .form-fields .form-field .form-input {
    padding: 24px 32px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .form-fields .form-field .form-input {
    border-radius: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .form-fields .form-field .form-input {
    border-radius: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .form-fields .form-field .form-input {
    border-radius: 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .form-fields .form-field .form-input {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
    padding: clamp(0px, 4.4444444444vw, 16px);
    border-radius: clamp(0px, 1.1111111111vw, 4px);
  }
}
.page-ir-contact .form-fields .form-field .form-input::-webkit-input-placeholder {
  color: #868686;
}
.page-ir-contact .form-fields .form-field .form-input::-moz-placeholder {
  color: #868686;
}
.page-ir-contact .form-fields .form-field .form-input:-ms-input-placeholder {
  color: #868686;
}
.page-ir-contact .form-fields .form-field .form-input::-ms-input-placeholder {
  color: #868686;
}
.page-ir-contact .form-fields .form-field .form-input::placeholder {
  color: #868686;
}
.page-ir-contact .form-fields .form-field .form-input:focus {
  outline: none;
  border-color: #212121;
}
.page-ir-contact .form-fields .form-field .form-input:disabled {
  background-color: #EDEDED;
  color: #A7A8A9;
  cursor: not-allowed;
}
.page-ir-contact .checkbox-fields {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .page-ir-contact .checkbox-fields {
    gap: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .checkbox-fields {
    gap: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .checkbox-fields {
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .checkbox-fields {
    gap: clamp(0px, 3.3333333333vw, 12px);
  }
}
.page-ir-contact .checkbox-fields .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-ir-contact .checkbox-fields .checkbox .checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.page-ir-contact .checkbox-fields .checkbox .checkbox-input:checked + .checkbox-box {
  background-color: #212121;
  border-color: #212121;
}
.page-ir-contact .checkbox-fields .checkbox .checkbox-input:checked + .checkbox-box::after {
  opacity: 1;
}
.page-ir-contact .checkbox-fields .checkbox .checkbox-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #A7A8A9;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box {
    width: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box {
    width: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box {
    width: 32px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box {
    height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box {
    height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box {
    height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box {
    width: clamp(0px, 5vw, 18px);
    height: clamp(0px, 5vw, 18px);
  }
}
.page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 1439px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    width: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    width: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    width: 18.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    height: 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    height: 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    height: 13.3333333333px;
  }
}
.page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    width: 10px;
    height: calc(10px * 0.75);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-297px - 4px) * 0.8333333333) calc((-156px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    width: 10.5px;
    height: calc(10.5px * 0.75);
    -webkit-background-size: calc(325px * 0.875) calc(296px * 0.875);
    background-size: calc(325px * 0.875) calc(296px * 0.875);
    background-position: calc((-297px - 4px) * 0.875) calc((-156px - 4px) * 0.875);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    width: calc(14 / 1920 * 100vw);
    height: calc(14 / 1920 * 100vw * 9 / 12);
    -webkit-background-size: calc(325 / 12 * 14 / 1920 * 100vw) calc(296 / 12 * 14 / 1920 * 100vw);
    background-size: calc(325 / 12 * 14 / 1920 * 100vw) calc(296 / 12 * 14 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 12 * 14 / 1920 * 100vw) calc((-156 - 4) / 12 * 14 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    width: 18.6666666667px;
    height: calc(18.6666666667px * 0.75);
    -webkit-background-size: calc(325px * 1.5555555556) calc(296px * 1.5555555556);
    background-size: calc(325px * 1.5555555556) calc(296px * 1.5555555556);
    background-position: calc((-297px - 4px) * 1.5555555556) calc((-156px - 4px) * 1.5555555556);
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-box::after {
    width: clamp(0px, 2.7777777778vw, 10px);
    height: clamp(0px, 1.9444444444vw, 7px);
  }
}
.page-ir-contact .checkbox-fields .checkbox .checkbox-text {
  color: #434343;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-text {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-text {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-text {
    font-size: 21.3333333333px;
  }
}
.page-ir-contact .checkbox-fields .checkbox .checkbox-text {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-text {
    line-height: 19.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-text {
    line-height: 1.3541666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-text {
    line-height: 34.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-text {
    margin-left: 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-text {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-text {
    margin-left: 13.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .checkbox-fields .checkbox .checkbox-text {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: clamp(0px, 5.8333333333vw, 21px);
    margin-left: clamp(0px, 2.5vw, 9px);
  }
}
.page-ir-contact .checkbox-fields .checkbox:hover .checkbox-box {
  border-color: #868686;
}
.page-ir-contact .select-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields {
    margin-top: 32px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields {
    gap: 18px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields {
    gap: 1.25vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields {
    gap: 32px 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .select-fields {
    grid-template-columns: 1fr;
    gap: clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-ir-contact .select-fields .select-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-ir-contact .select-fields .select-field .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #434343;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .select-field .form-label {
    margin-bottom: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .select-field .form-label {
    margin-bottom: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .select-field .form-label {
    margin-bottom: 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .select-field .form-label {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .select-field .form-label {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .select-field .form-label {
    font-size: 21.3333333333px;
  }
}
.page-ir-contact .select-fields .select-field .form-label {
  font-weight: 500;
}
.page-ir-contact .select-fields .select-field .form-label {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .select-fields .select-field .form-label {
    margin-bottom: clamp(0px, 1.6666666667vw, 6px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.5;
  }
}
.page-ir-contact .select-fields .select-field .form-label .require {
  color: #E53935;
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .select-field .form-label .require {
    margin-left: 0.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .select-field .form-label .require {
    margin-left: 0.0520833333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .select-field .form-label .require {
    margin-left: 1.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .select-fields .select-field .form-label .require {
    margin-left: clamp(0px, 0.2777777778vw, 1px);
  }
}
.page-ir-contact .select-fields .dropdown {
  position: relative;
  width: 100%;
}
.page-ir-contact .select-fields .dropdown.is-open .dropdown-btn {
  border: 1px solid #000;
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.page-ir-contact .select-fields .dropdown.is-open .dropdown-btn::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-ir-contact .select-fields .dropdown.is-open .dropdown-list {
  display: block;
}
.page-ir-contact .select-fields .dropdown.is-open .dropdown-text {
  color: #212121;
}
.page-ir-contact .select-fields .dropdown .dropdown-btn {
  position: relative;
  width: 100%;
  border: 1px solid #CCCCCC;
  background: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn {
    padding: 13.5px 36px 13.5px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn {
    padding: 0.9375vw 2.5vw 0.9375vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn {
    padding: 24px 64px 24px 32px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn {
    border-radius: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn {
    border-radius: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn {
    border-radius: 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn {
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 11.1111111111vw, 40px) clamp(0px, 3.3333333333vw, 12px) clamp(0px, 4.4444444444vw, 16px);
    border-radius: clamp(0px, 1.1111111111vw, 4px);
  }
}
.page-ir-contact .select-fields .dropdown .dropdown-btn::after {
  content: "";
  position: absolute;
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    top: 14.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    top: 0.9895833333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    top: 25.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    right: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    right: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    right: 21.3333333333px;
  }
}
.page-ir-contact .select-fields .dropdown .dropdown-btn::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    width: 20px;
    height: calc(20px * 1);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-265px - 4px) * 0.8333333333) calc((-32px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-265px - 4px) * 0.75) calc((-32px - 4px) * 0.75);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    width: calc(24 / 1920 * 100vw);
    height: calc(24 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-size: calc(325 / 24 * 24 / 1920 * 100vw) calc(296 / 24 * 24 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 24 / 1920 * 100vw) calc((-32 - 4) / 24 * 24 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    width: 32px;
    height: calc(32px * 1);
    -webkit-background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-size: calc(325px * 1.3333333333) calc(296px * 1.3333333333);
    background-position: calc((-265px - 4px) * 1.3333333333) calc((-32px - 4px) * 1.3333333333);
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .select-fields .dropdown .dropdown-btn::after {
    top: clamp(0px, 3.3333333333vw, 12px);
    right: clamp(0px, 4.4444444444vw, 16px);
  }
}
.page-ir-contact .select-fields .dropdown .dropdown-text {
  color: #212121;
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .dropdown .dropdown-text {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .dropdown .dropdown-text {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .dropdown .dropdown-text {
    font-size: 21.3333333333px;
  }
}
.page-ir-contact .select-fields .dropdown .dropdown-text {
  font-weight: 500;
}
.page-ir-contact .select-fields .dropdown .dropdown-text {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .select-fields .dropdown .dropdown-text {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.5;
  }
}
.page-ir-contact .select-fields .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  width: 100%;
  border: 1px solid #000;
  border-top: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .dropdown .dropdown-list {
    border-radius: 0px 0px 3px 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .dropdown .dropdown-list {
    border-radius: 0vw 0vw 0.2083333333vw 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .dropdown .dropdown-list {
    border-radius: 0px 0px 5.3333333333px 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .select-fields .dropdown .dropdown-list {
    border-radius: clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(0px, 1.1111111111vw, 4px) clamp(0px, 1.1111111111vw, 4px);
  }
}
.page-ir-contact .select-fields .dropdown .dropdown-option {
  display: block;
  width: 100%;
  color: #212121;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .dropdown .dropdown-option {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .dropdown .dropdown-option {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .dropdown .dropdown-option {
    font-size: 21.3333333333px;
  }
}
.page-ir-contact .select-fields .dropdown .dropdown-option {
  font-weight: 500;
}
.page-ir-contact .select-fields .dropdown .dropdown-option {
  line-height: 1.6;
}
@media (max-width: 1439px) {
  .page-ir-contact .select-fields .dropdown .dropdown-option {
    padding: 13.5px 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .select-fields .dropdown .dropdown-option {
    padding: 0.9375vw 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .select-fields .dropdown .dropdown-option {
    padding: 24px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .select-fields .dropdown .dropdown-option {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.5;
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 4.4444444444vw, 16px);
  }
}
.page-ir-contact .select-fields .dropdown .dropdown-option:hover {
  background-color: #EDEDED;
}
.page-ir-contact .select-fields .dropdown .dropdown-item.is-active .dropdown-option {
  font-weight: 600;
}
.page-ir-contact .box__textarea {
  position: relative;
  background-color: #fff;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea {
    height: 240px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea {
    height: 16.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea {
    height: 426.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__textarea {
    height: clamp(0px, 27.7777777778vw, 100px);
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea:has(> .form-label) {
    height: 172.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea:has(> .form-label) {
    height: 11.9791666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea:has(> .form-label) {
    height: 306.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__textarea:has(> .form-label) {
    height: clamp(0px, 44.4444444444vw, 160px);
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea:has(> .form-label)::after {
    top: 26.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea:has(> .form-label)::after {
    top: 1.8229166667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea:has(> .form-label)::after {
    top: 46.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea:has(> .form-label)::after {
    height: 146.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea:has(> .form-label)::after {
    height: 10.15625vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea:has(> .form-label)::after {
    height: 260px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__textarea:has(> .form-label)::after {
    top: clamp(0px, 7.2222222222vw, 26px);
    height: clamp(0px, 37.2222222222vw, 134px);
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea:has(> .form-label) .textarea-field {
    height: 114px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea:has(> .form-label) .textarea-field {
    height: 7.9166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea:has(> .form-label) .textarea-field {
    height: 202.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__textarea:has(> .form-label) .textarea-field {
    height: clamp(0px, 27.7777777778vw, 100px);
  }
}
.page-ir-contact .box__textarea::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  content: "";
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea::after {
    height: 240px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea::after {
    height: 16.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea::after {
    height: 426.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__textarea::after {
    height: clamp(0px, 27.7777777778vw, 100px);
  }
}
.page-ir-contact .box__textarea .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #434343;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea .form-label {
    margin-bottom: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea .form-label {
    margin-bottom: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea .form-label {
    margin-bottom: 10.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea .form-label {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea .form-label {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea .form-label {
    font-size: 24px;
  }
}
.page-ir-contact .box__textarea .form-label {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea .form-label {
    line-height: 20.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea .form-label {
    line-height: 1.40625vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea .form-label {
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__textarea .form-label {
    margin-bottom: clamp(0px, 1.6666666667vw, 6px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-ir-contact .box__textarea .form-label .require {
  color: #E53935;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea .form-label .require {
    margin-left: 0.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea .form-label .require {
    margin-left: 0.0520833333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea .form-label .require {
    margin-left: 1.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__textarea .form-label .require {
    margin-left: clamp(0px, 0.2777777778vw, 1px);
  }
}
.page-ir-contact .box__textarea .textarea-field {
  display: block;
  width: 100%;
  border: 0;
  background-color: #fff;
  color: #000;
  resize: none;
  letter-spacing: -0.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea .textarea-field {
    height: 202.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea .textarea-field {
    height: 14.0625vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea .textarea-field {
    height: 360px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea .textarea-field {
    padding: 18px 22.5px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea .textarea-field {
    padding: 1.25vw 1.5625vw 0vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea .textarea-field {
    padding: 32px 40px 0px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea .textarea-field {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea .textarea-field {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea .textarea-field {
    font-size: 21.3333333333px;
  }
}
.page-ir-contact .box__textarea .textarea-field {
  font-weight: 500;
}
.page-ir-contact .box__textarea .textarea-field {
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__textarea .textarea-field {
    height: clamp(0px, 17.7777777778vw, 64px);
    padding: clamp(0px, 4.4444444444vw, 16px) clamp(0px, 6.6666666667vw, 24px) clamp(0px, 0vw, 0px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-ir-contact .box__textarea .textarea-field::-webkit-input-placeholder {
  color: #868686;
}
.page-ir-contact .box__textarea .textarea-field::-moz-placeholder {
  color: #868686;
}
.page-ir-contact .box__textarea .textarea-field:-ms-input-placeholder {
  color: #868686;
}
.page-ir-contact .box__textarea .textarea-field::-ms-input-placeholder {
  color: #868686;
}
.page-ir-contact .box__textarea .textarea-field::placeholder {
  color: #868686;
}
.page-ir-contact .box__textarea .textarea-field:focus {
  outline: none;
  border-color: #212121;
}
.page-ir-contact .box__textarea .textarea-field:disabled {
  background-color: #EDEDED;
  color: #A7A8A9;
  cursor: not-allowed;
}
.page-ir-contact .box__textarea .textarea-count {
  position: absolute;
  color: #A7A8A9;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea .textarea-count {
    bottom: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea .textarea-count {
    bottom: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea .textarea-count {
    bottom: 32px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea .textarea-count {
    right: 22.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea .textarea-count {
    right: 1.5625vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea .textarea-count {
    right: 40px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__textarea .textarea-count {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__textarea .textarea-count {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__textarea .textarea-count {
    font-size: 24px;
  }
}
.page-ir-contact .box__textarea .textarea-count {
  font-weight: 500;
}
.page-ir-contact .box__textarea .textarea-count {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__textarea .textarea-count {
    bottom: clamp(0px, 4.4444444444vw, 16px);
    right: clamp(0px, 6.6666666667vw, 24px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.4;
  }
}
.page-ir-contact .box__textarea .textarea-count .current {
  color: #A7A8A9;
}
.page-ir-contact .btn-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: #000;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .page-ir-contact .btn-more {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .btn-more {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .btn-more {
    font-size: 26.6666666667px;
  }
}
.page-ir-contact .btn-more {
  font-weight: 600;
}
@media (max-width: 1439px) {
  .page-ir-contact .btn-more {
    line-height: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .btn-more {
    line-height: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .btn-more {
    line-height: 32px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .btn-more {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .btn-more {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .btn-more {
    margin-top: 85.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .btn-more {
    padding: 15px 78px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .btn-more {
    padding: 1.0416666667vw 5.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .btn-more {
    padding: 26.6666666667px 138.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .btn-more {
    width: 100%;
    font-size: clamp(0px, 4.4444444444vw, 16px);
    font-weight: 600;
    line-height: clamp(0px, 6.6666666667vw, 24px);
    margin-top: clamp(0px, 8.8888888889vw, 32px);
    padding: clamp(0px, 3.3333333333vw, 12px) clamp(0px, 4.4444444444vw, 16px);
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box {
    width: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box {
    width: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box {
    width: 24px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box {
    height: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box {
    height: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box {
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box {
    width: clamp(0px, 5vw, 18px);
    height: clamp(0px, 5vw, 18px);
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    width: 7.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    width: 0.5208333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    width: 13.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    height: 5.25px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    height: 0.3645833333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    height: 9.3333333333px;
  }
}
.page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    width: 10px;
    height: calc(10px * 0.75);
    -webkit-background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-size: calc(325px * 0.8333333333) calc(296px * 0.8333333333);
    background-position: calc((-297px - 4px) * 0.8333333333) calc((-156px - 4px) * 0.8333333333);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    width: 7.5px;
    height: calc(7.5px * 0.75);
    -webkit-background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-size: calc(325px * 0.625) calc(296px * 0.625);
    background-position: calc((-297px - 4px) * 0.625) calc((-156px - 4px) * 0.625);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    width: calc(10 / 1920 * 100vw);
    height: calc(10 / 1920 * 100vw * 9 / 12);
    -webkit-background-size: calc(325 / 12 * 10 / 1920 * 100vw) calc(296 / 12 * 10 / 1920 * 100vw);
    background-size: calc(325 / 12 * 10 / 1920 * 100vw) calc(296 / 12 * 10 / 1920 * 100vw);
    background-position: calc((-297 - 4) / 12 * 10 / 1920 * 100vw) calc((-156 - 4) / 12 * 10 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    width: 13.3333333333px;
    height: calc(13.3333333333px * 0.75);
    -webkit-background-size: calc(325px * 1.1111111111) calc(296px * 1.1111111111);
    background-size: calc(325px * 1.1111111111) calc(296px * 1.1111111111);
    background-position: calc((-297px - 4px) * 1.1111111111) calc((-156px - 4px) * 1.1111111111);
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__visitor-info .checkbox-fields .checkbox .checkbox-box::after {
    width: clamp(0px, 2.7777777778vw, 10px);
    height: clamp(0px, 1.9444444444vw, 7px);
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .checkbox-fields + .form-fields {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .checkbox-fields + .form-fields {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .checkbox-fields + .form-fields {
    margin-top: 42.6666666667px;
  }
}
.page-ir-contact .box__visitor-info .box__visitor + .box__visitor {
  border-top: 1px solid #EDEDED;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor + .box__visitor {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor + .box__visitor {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor + .box__visitor {
    margin-top: 85.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor + .box__visitor {
    padding-top: 30px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor + .box__visitor {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor + .box__visitor {
    padding-top: 53.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__visitor-info .box__visitor + .box__visitor {
    margin-top: clamp(0px, 11.1111111111vw, 40px);
    padding-top: clamp(0px, 8.8888888889vw, 32px);
  }
}
.page-ir-contact .box__visitor-info .box__visitor .visitor-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title {
    margin-bottom: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title {
    margin-bottom: 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title {
    margin-bottom: clamp(0px, 6.6666666667vw, 24px);
  }
}
.page-ir-contact .box__visitor-info .box__visitor .visitor-title .title {
  color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .title {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .title {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .title {
    font-size: 24px;
  }
}
.page-ir-contact .box__visitor-info .box__visitor .visitor-title .title {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .title {
    line-height: 33px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .title {
    line-height: 2.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .title {
    line-height: 58.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .title {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
  color: #434343;
  letter-spacing: -0.5px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
    font-size: 18.6666666667px;
  }
}
.page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
    line-height: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
    line-height: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
    line-height: 24px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
    padding: 9px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
    padding: 0.625vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
    padding: 16px 21.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__visitor-info .box__visitor .visitor-title .btn-visitor-del {
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 500;
    line-height: clamp(0px, 5vw, 18px);
    padding: clamp(0px, 2.2222222222vw, 8px) clamp(0px, 4.4444444444vw, 16px);
  }
}
.page-ir-contact .box__visitor-info .box__visitor-add {
  border-top: 1px solid #EDEDED;
  text-align: center;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor-add {
    padding-top: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor-add {
    padding-top: 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor-add {
    padding-top: 42.6666666667px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor-add {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor-add {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor-add {
    margin-top: 85.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__visitor-info .box__visitor-add {
    padding-top: clamp(0px, 5vw, 18px);
    margin-top: clamp(0px, 11.1111111111vw, 40px);
  }
}
.page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
  color: #434343;
  letter-spacing: -0.5px;
  border: 1px solid #B9B9B9;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
    padding: 9px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
    padding: 0.625vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
    padding: 16px 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
    font-size: 18.6666666667px;
  }
}
.page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
  font-weight: 500;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
    line-height: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
    line-height: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add {
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 500;
    line-height: clamp(0px, 5vw, 18px);
  }
}
.page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add::after {
  content: "";
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add::after {
    margin-left: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add::after {
    margin-left: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add::after {
    margin-left: 5.3333333333px;
  }
}
.page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add::after {
    width: 18px;
    height: calc(18px * 1);
    -webkit-background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-size: calc(325px * 0.75) calc(296px * 0.75);
    background-position: calc((-32px - 4px) * 0.75) calc((-264px - 4px) * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add::after {
    width: 13.5px;
    height: calc(13.5px * 1);
    -webkit-background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-size: calc(325px * 0.5625) calc(296px * 0.5625);
    background-position: calc((-32px - 4px) * 0.5625) calc((-264px - 4px) * 0.5625);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add::after {
    width: calc(18 / 1920 * 100vw);
    height: calc(18 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 18 / 1920 * 100vw) calc(296 / 24 * 18 / 1920 * 100vw);
    background-size: calc(325 / 24 * 18 / 1920 * 100vw) calc(296 / 24 * 18 / 1920 * 100vw);
    background-position: calc((-32 - 4) / 24 * 18 / 1920 * 100vw) calc((-264 - 4) / 24 * 18 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__visitor-info .box__visitor-add .btn-visitor-add::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-32px - 4px) * 1) calc((-264px - 4px) * 1);
  }
}
.page-ir-contact .total-visitor {
  background: #F9F9FA;
  border-radius: 8px;
  letter-spacing: -0.5px;
  text-align: center;
}
@media (max-width: 1439px) {
  .page-ir-contact .total-visitor {
    font-size: 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .total-visitor {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .total-visitor {
    font-size: 21.3333333333px;
  }
}
.page-ir-contact .total-visitor {
  font-weight: 500;
}
.page-ir-contact .total-visitor {
  line-height: 1.6;
}
@media (max-width: 1439px) {
  .page-ir-contact .total-visitor {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .total-visitor {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .total-visitor {
    margin-top: 85.3333333333px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .total-visitor {
    padding: 18px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .total-visitor {
    padding: 1.25vw 0vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .total-visitor {
    padding: 32px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .total-visitor {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.4;
    margin-top: clamp(0px, 8.8888888889vw, 32px);
    padding: clamp(0px, 4.7222222222vw, 17px) clamp(0px, 0vw, 0px);
  }
}
.page-ir-contact .total-visitor .count {
  margin-left: clamp(0px, 3.3333333333vw, 12px);
}
@media (max-width: 1439px) {
  .page-ir-contact .total-visitor .count {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .total-visitor .count {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .total-visitor .count {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .total-visitor .count {
    margin-left: clamp(0px, 2.2222222222vw, 8px);
    font-size: clamp(0px, 4.1666666667vw, 15px);
  }
}
.page-ir-contact .box__terms {
  background: #F9F9FA;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__terms {
    padding: 30px 7.5px 15px 36px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__terms {
    padding: 2.0833333333vw 0.5208333333vw 1.0416666667vw 2.5vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__terms {
    padding: 53.3333333333px 13.3333333333px 26.6666666667px 64px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__terms {
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__terms {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__terms {
    margin-bottom: 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__terms {
    padding: clamp(0px, 6.6666666667vw, 24px) clamp(0px, 0vw, 0px) clamp(0px, 6.6666666667vw, 24px) clamp(0px, 5.5555555556vw, 20px);
    margin-bottom: clamp(0px, 5.5555555556vw, 20px);
  }
}
.page-ir-contact .box__terms .terms-inner {
  overflow-y: auto;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__terms .terms-inner {
    max-height: 270px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__terms .terms-inner {
    max-height: 18.75vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__terms .terms-inner {
    max-height: 480px;
  }
}
@media (max-width: 1439px) {
  .page-ir-contact .box__terms .terms-inner {
    padding-right: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__terms .terms-inner {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__terms .terms-inner {
    padding-right: 26.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .page-ir-contact .box__terms .terms-inner {
    max-height: clamp(0px, 122.7777777778vw, 442px);
  }
}
.page-ir-contact .box__terms .terms-inner::-webkit-scrollbar {
  width: 20px;
}
.page-ir-contact .box__terms .terms-inner::-webkit-scrollbar-thumb {
  background-color: #B9B9B9;
  border: 7px solid #F9F9FA;
}
.page-ir-contact .box__terms .terms-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.page-ir-contact .box__inquire-info .form-fields {
  display: block;
}
.page-ir-contact .box__inquire-info .form-fields .form-field {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1439px) {
  .page-ir-contact .box__inquire-info .box__textarea {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .page-ir-contact .box__inquire-info .box__textarea {
    margin-top: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .page-ir-contact .box__inquire-info .box__textarea {
    margin-top: 32px;
  }
}

.box__meeting-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .box__meeting-schedule {
    gap: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule {
    gap: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule {
    gap: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 6.6666666667vw, 24px);
  }
}
.box__meeting-schedule .box__schedule-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card {
    height: 393.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card {
    height: 27.34375vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card {
    height: 700px;
  }
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card {
    padding: 45px 69.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card {
    padding: 3.125vw 4.84375vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card {
    padding: 80px 124px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card {
    border: none;
    padding: 0;
    height: auto;
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-innerContainer,
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-rContainer {
  width: 100%;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months {
    margin: 0px 18.75px 18.75px 24px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months {
    margin: 0vw 1.3020833333vw 1.3020833333vw 1.6666666667vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months {
    margin: 0px 33.3333333333px 33.3333333333px 42.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months {
    margin-bottom: clamp(0px, 6.6666666667vw, 24px);
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-month {
  position: static;
  height: auto;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-month {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  left: auto;
  -webkit-transform: none;
  transform: none;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months,
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-current-month .numInputWrapper {
  display: none !important;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-current-month .custom-month {
  color: #212121;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-current-month .custom-month {
    font-size: 27px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-current-month .custom-month {
    font-size: 1.875vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-current-month .custom-month {
    font-size: 48px;
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-current-month .custom-month {
  font-weight: 600;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-current-month .custom-month {
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-current-month .custom-month {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 600;
    line-height: 1.4;
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  position: static;
  padding: 0;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  display: none;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::after,
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month::after {
  content: "";
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::after,
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month::after {
  background-image: url("/img/common-svg-f9b68ba13b7416d160df2e342bbb87f4.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::after,
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-265px - 4px) * 1) calc((-32px - 4px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::after,
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month::after {
    width: 24px;
    height: calc(24px * 1);
    -webkit-background-size: calc(325px * 1) calc(296px * 1);
    background-size: calc(325px * 1) calc(296px * 1);
    background-position: calc((-265px - 4px) * 1) calc((-32px - 4px) * 1);
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::after,
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month::after {
    width: calc(32 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw * 24 / 24);
    -webkit-background-size: calc(325 / 24 * 32 / 1920 * 100vw) calc(296 / 24 * 32 / 1920 * 100vw);
    background-size: calc(325 / 24 * 32 / 1920 * 100vw) calc(296 / 24 * 32 / 1920 * 100vw);
    background-position: calc((-265 - 4) / 24 * 32 / 1920 * 100vw) calc((-32 - 4) / 24 * 32 / 1920 * 100vw);
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::after,
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month::after {
    width: 42.6666666667px;
    height: calc(42.6666666667px * 1);
    -webkit-background-size: calc(325px * 1.7777777778) calc(296px * 1.7777777778);
    background-size: calc(325px * 1.7777777778) calc(296px * 1.7777777778);
    background-position: calc((-265px - 4px) * 1.7777777778) calc((-32px - 4px) * 1.7777777778);
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: block;
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    margin-right: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    margin-right: 1.25vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    margin-right: 32px;
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    margin-right: clamp(0px, 2.2222222222vw, 8px);
  }
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays {
    margin-bottom: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays {
    margin-bottom: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays {
    margin-bottom: clamp(0px, 3.3333333333vw, 12px);
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  color: #656565;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
    font-size: 29.3333333333px;
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  font-weight: 600;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
    font-size: clamp(0px, 4.1666666667vw, 15px);
    font-weight: 500;
    line-height: 1.4;
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday:first-child {
  color: #f01428;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days {
  width: 100%;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .dayContainer {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .dayContainer {
    row-gap: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .dayContainer {
    row-gap: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .dayContainer {
    row-gap: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .dayContainer {
    row-gap: clamp(0px, 2.2222222222vw, 8px);
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
  color: #A7A8A9;
  border: none;
  letter-spacing: -0.5px;
  text-align: center;
  border-radius: 8px;
  max-width: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    width: 33px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    width: 2.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    width: 58.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    height: 33px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    height: 2.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    height: 58.6666666667px;
  }
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    font-size: 29.3333333333px;
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
  font-weight: 400;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    line-height: 33px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    line-height: 2.2916666667vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    line-height: 58.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day {
    width: clamp(0px, 10vw, 36px);
    height: clamp(0px, 10vw, 36px);
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: clamp(0px, 10vw, 36px);
  }
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day:nth-child(7n+1):not(.flatpickr-disabled), .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day:nth-child(7n+1).flatpickr-disabled:not(.prevMonthDay) {
  color: #E53935;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day.prevMonthDay, .box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day.nextMonthDay {
  opacity: 0.4;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day:hover:not(.selected):not(.flatpickr-disabled) {
  background: #EDEDED;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day.selected {
  background: #212121;
  color: #fff;
  font-weight: 600;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day.selected:hover {
  background: #212121;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day.today {
  border: 1px solid #868686;
}
.box__meeting-schedule .box__schedule-card.calendar .flatpickr-calendar .flatpickr-days .flatpickr-day.day-blocked {
  color: #E53935 !important;
}
.box__meeting-schedule .box__schedule-card.time-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select {
    padding: 0px 93.75px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select {
    padding: 0vw 6.5104166667vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select {
    padding: 0px 166.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.time-select {
    padding: clamp(0px, 8.8888888889vw, 32px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px);
  }
}
.box__meeting-schedule .box__schedule-card.time-select .text-guide {
  width: 100%;
  color: #000;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select .text-guide {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select .text-guide {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select .text-guide {
    font-size: 24px;
  }
}
.box__meeting-schedule .box__schedule-card.time-select .text-guide {
  font-weight: 500;
}
.box__meeting-schedule .box__schedule-card.time-select .text-guide {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.time-select .text-guide {
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 400;
    line-height: 1.4;
    padding: clamp(0px, 10vw, 36px) clamp(0px, 0vw, 0px);
    margin-top: clamp(0px, 8.8888888889vw, 32px);
  }
}
.box__meeting-schedule .box__schedule-card.time-select .box__select-info {
  display: none;
  width: 100%;
}
.box__meeting-schedule .box__schedule-card.time-select .box__info .text-title {
  display: block;
  color: #656565;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info .text-title {
    font-size: 13.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info .text-title {
    font-size: 0.9375vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info .text-title {
    font-size: 24px;
  }
}
.box__meeting-schedule .box__schedule-card.time-select .box__info .text-title {
  font-weight: 500;
}
.box__meeting-schedule .box__schedule-card.time-select .box__info .text-title {
  line-height: 1.5;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info .text-title {
    margin-bottom: 9px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info .text-title {
    margin-bottom: 0.625vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info .text-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info .text-title {
    display: none;
  }
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info + .box__info {
    margin-top: 48px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info + .box__info {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info + .box__info {
    margin-top: 85.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__info + .box__info {
    margin-top: 0;
  }
}
.box__meeting-schedule .box__schedule-card.time-select .box__date .text-date {
  display: block;
  color: #000;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__date .text-date {
    font-size: 16.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__date .text-date {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__date .text-date {
    font-size: 29.3333333333px;
  }
}
.box__meeting-schedule .box__schedule-card.time-select .box__date .text-date {
  font-weight: 600;
}
.box__meeting-schedule .box__schedule-card.time-select .box__date .text-date {
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__date .text-date {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__date .text-date {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__date .text-date {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select .box__date .text-date {
    margin-bottom: 21.3333333333px;
  }
}
.box__meeting-schedule .box__schedule-card.time-select .time-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list {
    gap: 6px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list {
    gap: 0.4166666667vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list {
    gap: 10.6666666667px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 2.2222222222vw, 8px);
  }
}
.box__meeting-schedule .box__schedule-card.time-select .time-list .time-item {
  cursor: pointer;
}
.box__meeting-schedule .box__schedule-card.time-select .time-list .time-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.box__meeting-schedule .box__schedule-card.time-select .time-list .time-item input:checked + .time-text {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
}
.box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
  display: block;
  text-align: center;
  color: #434343;
  border: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
    font-size: 10.5px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
    font-size: 18.6666666667px;
  }
}
.box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
  font-weight: 500;
}
.box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
  line-height: 1.32;
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
    padding: 9px 12px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
    padding: 0.625vw 0.8333333333vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
    padding: 16px 21.3333333333px;
  }
}
@media (max-width: 1439px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
    border-radius: 3px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
    border-radius: 0.2083333333vw;
  }
}
@media (min-width: 2561px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
    border-radius: 5.3333333333px;
  }
}
@media screen and (max-width: 1023px) {
  .box__meeting-schedule .box__schedule-card.time-select .time-list .time-item .time-text {
    font-size: clamp(0px, 3.3333333333vw, 12px);
    font-weight: 500;
    line-height: 1.4;
    padding: clamp(0px, 2.7777777778vw, 10px) clamp(0px, 3.3333333333vw, 12px);
    border-radius: clamp(0px, 1.1111111111vw, 4px);
  }
}
.box__meeting-schedule .box__schedule-card.time-select .time-list .time-item:hover .time-text {
  border-color: #868686;
}