@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 0.052vw;
}

body {
  position: relative;
  height: 100%;
  font-family: Pretendard, sans-serif;
  font-weight: 400;
  font-size: 16rem;
  color: #000;
  letter-spacing: -0.01em;
  word-break: keep-all;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

body,
header,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
form,
fieldset,
table,
tr,
th,
td,
a,
input,
span,
section,
article,
figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
}

ul,
ol,
li {
  list-style: none;
}

img,
fieldset {
  border: none;
  vertical-align: top;
}

em {
  font-style: normal;
}

legend,
caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  width: 0;
  height: 0;
  text-indent: -9999px;
}

textarea,
button {
  vertical-align: middle;
  font-family: Pretendard, sans-serif;
}

textarea {
  color: inherit;
  resize: none;
  overflow-y: auto;
  -ms-overflow-style: auto;
}

select {
  font: inherit;
  vertical-align: middle;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: url("../images/icon-select.svg") no-repeat center right 16rem/18rem 18rem;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  vertical-align: middle;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

option {
  padding: 10px;
}

/* input[type="text"], input[type="password"] {outline: 0;} */
input[type=radio],
input[type=checkbox] {
  padding: 0;
  height: auto;
  font-size: 18px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=text]::-ms-clear {
  display: none;
}

input::input-placeholder {
  font-family: Pretendard, sans-serif;
}
input::input-placeholder {
  font-family: Pretendard, sans-serif;
}
input::-webkit-input-placeholder {
  font-family: Pretendard, sans-serif;
}
input::-moz-placeholder {
  font-family: Pretendard, sans-serif;
}
input:-ms-input-placeholder {
  font-family: Pretendard, sans-serif;
}
input::-ms-input-placeholder {
  font-family: Pretendard, sans-serif;
}
input::placeholder {
  font-family: Pretendard, sans-serif;
}
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input:focus::input-placeholder {
  color: transparent;
}
input:focus:input-placeholder {
  color: transparent;
}
input:focus::input-placeholder {
  color: transparent;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}

textarea::input-placeholder {
  font-family: Pretendard, sans-serif;
}
textarea:input-placeholder {
  font-family: Pretendard, sans-serif;
}
textarea::input-placeholder {
  font-family: Pretendard, sans-serif;
}
textarea::-webkit-input-placeholder {
  font-family: Pretendard, sans-serif;
}
textarea::-moz-placeholder {
  font-family: Pretendard, sans-serif;
}
textarea:-ms-input-placeholder {
  font-family: Pretendard, sans-serif;
}
textarea::-ms-input-placeholder {
  font-family: Pretendard, sans-serif;
}
textarea::placeholder {
  font-family: Pretendard, sans-serif;
}
textarea:focus::input-placeholder {
  color: transparent;
}
textarea:focus:input-placeholder {
  color: transparent;
}
textarea:focus::input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-ms-input-placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}
aa:hover, aa:focus, aa:active {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

button {
  overflow: visible;
  padding: 0;
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  background: none;
}
button:active {
  outline: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  position: relative;
}

*:focus:not(:focus-visible) {
  outline: none;
}

#skipNavi a {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 151;
  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;
  width: 100%;
  height: 40px;
  color: #fff;
  background: #e31d1a;
}

#skipNavi a:focus {
  top: 0;
}

caption,
legend,
.hidden {
  position: absolute;
  left: -300px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 0;
  overflow: hidden;
}

/* -- Size -- */
/* -- Color -- */
@font-face {
  font-family: "Pretendard";
  src: url("../../kr/fonts/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../kr/fonts/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../kr/fonts/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: hyundai;
  src: url("../../kr/fonts/HDHyundai-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* -- Font -- */
.f-hd-display1 {
  font-family: hyundai;
  font-weight: 700;
  font-size: 72rem;
  line-height: 130%;
  letter-spacing: -0.02rem;
}
.f-hd-display2 {
  font-family: hyundai;
  font-weight: 700;
  font-size: 56rem;
  line-height: 130%;
  letter-spacing: -0.02rem;
}
.f-hd-t1 {
  font-family: hyundai;
  font-weight: 700;
  font-size: 44rem;
  line-height: 130%;
  letter-spacing: -0.02rem;
}
.f-hd-t2 {
  font-family: hyundai;
  font-weight: 700;
  font-size: 36rem;
  line-height: 140%;
  letter-spacing: -0.02rem;
}
@media all and (max-width: 1023px) {
  .f-hd-display1 {
    font-family: hyundai;
    font-weight: 700;
    font-size: 36rem;
    line-height: 130%;
    letter-spacing: -0.02rem;
  }
  .f-hd-display2 {
    font-family: hyundai;
    font-weight: 700;
    font-size: 28rem;
    line-height: 130%;
    letter-spacing: -0.02rem;
  }
  .f-hd-t1 {
    font-family: hyundai;
    font-weight: 700;
    font-size: 24rem;
    line-height: 130%;
    letter-spacing: -0.02rem;
  }
  .f-hd-t1 {
    font-family: hyundai;
    font-weight: 700;
    font-size: 24rem;
    line-height: 140%;
    letter-spacing: -0.02rem;
  }
}

.f-pr-display1 {
  font-weight: 700;
  font-size: 96rem;
  line-height: 130%;
  letter-spacing: -0.02rem;
}
.f-pr-display2 {
  font-weight: 700;
  font-size: 64rem;
  line-height: 130%;
  letter-spacing: -0.02rem;
}
.f-pr-t1 {
  font-weight: 700;
  font-size: 44rem;
  line-height: 140%;
  letter-spacing: -0.02rem;
}
.f-pr-t2 {
  font-weight: 700;
  font-size: 36rem;
  line-height: 140%;
  letter-spacing: -0.02rem;
}
.f-pr-t3 {
  font-weight: 700;
  font-size: 32rem;
  line-height: 150%;
  letter-spacing: -0.02rem;
}
.f-pr-h1 {
  font-weight: 700;
  font-size: 28rem;
  line-height: 150%;
  letter-spacing: -0.02rem;
}
.f-pr-h2 {
  font-weight: 700;
  font-size: 24rem;
  line-height: 150%;
  letter-spacing: -0.02rem;
}
.f-pr-h3 {
  font-weight: 500;
  font-size: 20rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.f-pr-b1 {
  font-weight: 400;
  font-size: 24rem;
  line-height: 150%;
  letter-spacing: -0.02rem;
}
.f-pr-b2 {
  font-weight: 400;
  font-size: 20rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.f-pr-b3 {
  font-weight: 400;
  font-size: 18rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.f-pr-b3-b {
  font-weight: 700;
  font-size: 18rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.f-pr-b4 {
  font-weight: 400;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.f-pr-b4-b {
  font-weight: 700;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.f-pr-d1 {
  font-weight: 400;
  font-size: 14rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.f-pr-d1-b {
  font-weight: 700;
  font-size: 14rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.f-pr-d2 {
  font-weight: 400;
  font-size: 12rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.f-pr-d2-b {
  font-weight: 700;
  font-size: 12rem;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.f-pr-menu1 {
  font-weight: 700;
  font-size: 18rem;
  line-height: 110%;
  letter-spacing: -0.02rem;
}
.f-pr-menu2 {
  font-weight: 500;
  font-size: 14rem;
  line-height: 110%;
  letter-spacing: -0.02rem;
}
.f-pr-btn1 {
  font-weight: 500;
  font-size: 16rem;
  line-height: 110%;
  letter-spacing: -0.02rem;
}
@media all and (max-width: 1023px) {
  .f-pr-display1 {
    font-weight: 700;
    font-size: 36rem;
    line-height: 130%;
    letter-spacing: -0.02rem;
  }
  .f-pr-display2 {
    font-weight: 700;
    font-size: 28rem;
    line-height: 130%;
    letter-spacing: -0.02rem;
  }
  .f-pr-t1 {
    font-weight: 700;
    font-size: 24rem;
    line-height: 140%;
    letter-spacing: -0.02rem;
  }
  .f-pr-t2 {
    font-weight: 700;
    font-size: 18rem;
    line-height: 140%;
    letter-spacing: -0.02rem;
  }
  .f-pr-t3 {
    font-weight: 700;
    font-size: 16rem;
    line-height: 150%;
    letter-spacing: -0.02rem;
  }
  .f-pr-h1 {
    font-weight: 700;
    font-size: 20rem;
    line-height: 150%;
    letter-spacing: -0.02rem;
  }
  .f-pr-h2 {
    font-weight: 700;
    font-size: 16rem;
    line-height: 150%;
    letter-spacing: -0.02rem;
  }
  .f-pr-h3 {
    font-weight: 500;
    font-size: 16rem;
    line-height: 150%;
    letter-spacing: -0.02rem;
  }
  .f-pr-b1 {
    font-weight: 400;
    font-size: 18rem;
    line-height: 150%;
    letter-spacing: -0.02rem;
  }
  .f-pr-b2 {
    font-weight: 400;
    font-size: 16rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
  }
  .f-pr-b3 {
    font-weight: 400;
    font-size: 14rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
  }
  .f-pr-b3-b {
    font-weight: 700;
    font-size: 14rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
  }
  .f-pr-b4 {
    font-weight: 400;
    font-size: 12rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
  }
  .f-pr-b4-b {
    font-weight: 700;
    font-size: 12rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
  }
  .f-pr-d1 {
    font-weight: 400;
    font-size: 12rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
  }
  .f-pr-d1-b {
    font-weight: 700;
    font-size: 12rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
  }
  .f-pr-d2 {
    font-weight: 400;
    font-size: 11rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
  }
  .f-pr-d2-b {
    font-weight: 700;
    font-size: 11rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
  }
  .f-pr-menu1 {
    font-weight: 700;
    font-size: 16rem;
    line-height: 110%;
    letter-spacing: -0.02rem;
  }
  .f-pr-menu2 {
    font-weight: 500;
    font-size: 14rem;
    line-height: 110%;
    letter-spacing: -0.02rem;
  }
  .f-pr-btn1 {
    font-weight: 500;
    font-size: 12rem;
    line-height: 110%;
    letter-spacing: -0.02rem;
  }
}

.f-hd {
  font-family: hyundai;
}

.f-pr {
  font-family: Pretendard;
}

.f-light {
  font-weight: 300 !important;
}

.f-normal {
  font-weight: 400 !important;
}

.f-medium {
  font-weight: 500 !important;
}

.f-bold {
  font-weight: 700 !important;
}

/* form */
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16rem;
}
.form-group:has(.email) {
  gap: 8rem;
}
.form-group .email {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Pretendard;
  font-weight: 400;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.032rem;
  color: #000;
}

@media all and (max-width: 1023px) {
  .form-group {
    gap: 8rem;
  }
  .form-group:has(.email) {
    gap: 5rem;
  }
  .form-group .email {
    font-size: 12rem;
  }
}
.form-sect .form-t {
  display: block;
  margin-bottom: 16rem;
  font-family: Pretendard;
  font-weight: 400;
  font-size: 14rem;
  line-height: 160%;
  letter-spacing: -0.028rem;
  color: #000;
}
.form-sect .form-t.required:after {
  content: "Required";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 5rem;
  vertical-align: text-top;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 50%;
  background-color: #003087;
  font-size: 0;
}
.form-sect .form-desc {
  margin-top: 12rem;
  font-family: Pretendard;
  font-weight: 400;
  font-size: 14rem;
  line-height: 160%;
  letter-spacing: -0.024rem;
  color: #555;
}
.form-sect:has(.form-input.err) .form-desc {
  color: #ff0000;
}

@media all and (max-width: 1023px) {
  .form-sect .form-t {
    font-size: 12rem;
    margin-bottom: 5rem;
  }
  .form-desc {
    font-size: 11rem;
  }
}
.w-long {
  width: 390rem;
}
.w-mid {
  width: 290rem;
}
.w-300 {
  width: 315rem;
}
.w-700 {
  width: 655rem;
}
.w-100p {
  width: 100%;
}

@media all and (max-width: 1023px) {
  .w-long {
    width: 100%;
  }
  .w-mid {
    width: 100%;
  }
  .w-300 {
    width: 100%;
  }
  .w-700 {
    width: 100%;
  }
}
.form-input {
  position: relative;
  height: 54rem;
  background-color: #fff;
  overflow: hidden;
}
.form-input input {
  width: 100%;
  height: 100%;
  padding: 0 20rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  text-overflow: ellipsis;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
  font-family: Pretendard;
  font-weight: 400;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.032rem;
  color: #000;
}
.form-input input::-webkit-input-placeholder {
  color: #555;
}
.form-input input::-moz-placeholder {
  color: #555;
}
.form-input input:-ms-input-placeholder {
  color: #555;
}
.form-input input::-ms-input-placeholder {
  color: #555;
}
.form-input input::placeholder {
  color: #555;
}
.form-input input:focus {
  outline: 0;
  border-color: #555;
}
.form-input input:disabled {
  border: 0;
  background: #f5f5f5;
}
.form-input:has(input:disabled) .form-btns button {
  pointer-events: none;
}
.form-input.err input {
  border: 1px solid #ff0000 !important;
}
.form-input:has(.form-btns button:nth-child(1)) input {
  padding-right: 50rem;
}
.form-input:has(.form-btns button.btn-del) input {
  padding-right: 46rem;
}
.form-input:has(.form-btns button:nth-child(2)) input {
  padding-right: 76rem;
}
.form-input .btn-del {
  display: none;
}
.form-input .form-btns {
  position: absolute;
  top: 0;
  right: 20rem;
  height: 100%;
}

@media all and (max-width: 1023px) {
  .form-input {
    height: 40rem;
  }
  .form-input input {
    font-size: 12rem;
    padding: 0 12rem;
  }
  .form-input:has(.form-btns button:nth-child(1)) input {
    padding-right: 38rem;
  }
  .form-input:has(.form-btns button.btn-del) input {
    padding-right: 34rem;
  }
  .form-input:has(.form-btns button:nth-child(2)) input {
    padding-right: 64rem;
  }
  .form-input .form-btns {
    right: 12rem;
    gap: 5rem;
  }
  .form-btns button {
    right: 12rem;
    width: 16rem;
  }
}
.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-btns button {
  width: 20rem;
  height: 100%;
  background: url("") center center/100% no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.form-btns .btn-del {
  width: 16rem;
  height: 16rem;
  background-image: url("../images/icon-input-delete.svg");
}
.form-btns .btn-sch {
  background-image: url("../images/icon-sch.svg");
}

.form-textarea {
  width: 100%;
  height: 320rem;
  padding: 20rem;
  color: #555;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
}
.form-textarea textarea {
  width: 100%;
  height: 100%;
  padding: 0 10rem 0 0;
  overflow-y: auto;
  font-family: Pretendard;
  font-weight: 400;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.032rem;
  color: #000;
}
.form-textarea textarea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
  -apple-system-scrollbar: auto;
}
.form-textarea textarea::-webkit-scrollbar-track {
  display: none;
}
.form-textarea textarea::-webkit-scrollbar-thumb {
  background-color: #6D6F79;
  border-radius: 4px;
}
@media all and (max-width: 1023px) {
  .form-textarea textarea::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}
.form-textarea textarea::-webkit-input-placeholder {
  color: #555;
}
.form-textarea textarea::-moz-placeholder {
  color: #555;
}
.form-textarea textarea:-ms-input-placeholder {
  color: #555;
}
.form-textarea textarea::-ms-input-placeholder {
  color: #555;
}
.form-textarea textarea::placeholder {
  color: #555;
}
.form-textarea textarea:focus {
  outline: 0;
}
.form-textarea:has(textarea:focus) {
  border-color: #555;
}
.form-textarea:has(textarea:disabled) {
  background: #f5f5f5;
}
.form-textarea.err {
  border: 1px solid #ff0000 !important;
}

@media all and (max-width: 1023px) {
  .form-textarea {
    height: 240rem;
    padding: 12rem;
  }
  .form-textarea textarea {
    font-size: 12rem;
  }
}
.form-select {
  width: 100%;
  height: 54rem;
  color: #555;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
}
.form-select select {
  width: 100%;
  height: 100%;
  padding: 0 48rem 0 20rem;
  color: inherit;
  font-family: Pretendard;
  font-weight: 400;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.032rem;
  color: #000;
}
.form-select select:focus {
  outline: 0;
}
.form-select:has(select:focus) {
  border-color: #555;
}

@media all and (max-width: 1023px) {
  .form-select {
    height: 40rem;
  }
  .form-select select {
    font-size: 12rem;
    padding-left: 12rem;
    padding-right: 30rem;
    background-size: 14rem;
    background-position: calc(100% - 12rem) center;
  }
}
.form-checkbox,
.form-radio {
  position: relative;
  font-family: Pretendard;
  font-weight: 400;
  font-size: 16rem;
  line-height: 1.15;
  letter-spacing: -0.032rem;
  color: #555;
}
.form-checkbox input,
.form-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-checkbox input + label,
.form-radio input + label {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8rem;
  line-height: 1.35;
}
.form-checkbox input + label:before,
.form-radio input + label:before {
  content: "";
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 18rem;
  height: 18rem;
  border: 1px solid #d9d9d9;
  background: #fff url("../images/icon-check.svg") center center/10rem no-repeat;
}
.form-checkbox input:checked + label:before,
.form-radio input:checked + label:before {
  border-color: #000;
  background-color: #000;
  background-image: url("../images/icon-check-white.svg");
}
.form-checkbox input:focus + label:before,
.form-radio input:focus + label:before {
  outline: 2px solid #000;
}
.form-checkbox.radius,
.form-radio.radius {
  font-size: 14rem;
}
.form-checkbox.radius input + label:before,
.form-radio.radius input + label:before {
  width: 16rem;
  height: 16rem;
  border-radius: 4rem;
  background-position: 53% 53%;
}

.form-radio label:before {
  border-radius: 50%;
}

@media all and (max-width: 1023px) {
  .form-checkbox,
  .form-checkbox.radius,
  .form-radio {
    font-size: 12rem;
    line-height: 1.5;
  }
  .form-checkbox input + label,
  .form-checkbox.radius input + label,
  .form-radio input + label {
    gap: 8rem;
  }
  .form-checkbox input + label:before,
  .form-checkbox.radius input + label:before,
  .form-radio input + label:before {
    width: 14rem;
    height: 14rem;
  }
}
.form-file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  height: 100%;
}
.form-file input[type=file] {
  opacity: 0.011;
  position: absolute;
  left: 0;
  top: 0;
}
.form-file input {
  padding: 0 40rem 0 20rem;
}
.form-file + .input-btn-wrap {
  top: unset;
  bottom: 6rem;
  right: 110rem;
  display: none;
}
.form-file + .input-btn-wrap .btn-erase {
  display: none;
  width: 20rem;
  height: 20rem;
  background: url(/common/kr/images/icon-remove.svg) no-repeat center center/100% 100%;
  position: absolute;
  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;
  top: 50%;
  right: 124rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}

@media all and (max-width: 1023px) {
  .form-file {
    gap: 5rem;
  }
  .form-file input {
    padding: 0 40rem 0 12rem;
  }
  .form-file + .input-btn-wrap .btn-erase {
    right: 87rem;
    width: 16rem;
    height: 16rem;
  }
}
.agree-box {
  width: 100%;
  padding: 20rem;
  color: #555;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.agree-box textarea,
.agree-box .scroll {
  width: 100%;
  max-height: 328rem;
  padding-right: 10rem;
  overflow-y: auto;
  font-family: Pretendard;
  font-weight: 400;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.032rem;
  color: #000;
}
.agree-box textarea::-webkit-scrollbar,
.agree-box .scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
  -apple-system-scrollbar: auto;
}
.agree-box textarea::-webkit-scrollbar-track,
.agree-box .scroll::-webkit-scrollbar-track {
  display: none;
}
.agree-box textarea::-webkit-scrollbar-thumb,
.agree-box .scroll::-webkit-scrollbar-thumb {
  background-color: #6D6F79;
  border-radius: 4px;
}
@media all and (max-width: 1023px) {
  .agree-box textarea::-webkit-scrollbar,
  .agree-box .scroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}

.agree-ck {
  margin-top: 20rem;
}

@media all and (max-width: 1023px) {
  .agree-box textarea,
  .agree-box .scroll {
    font-size: 12rem;
    max-height: 240rem;
  }
}
.auto-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
.auto-input-wrap .auto-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
.auto-input-wrap .auto-input .img img {
  height: 54rem;
}
.auto-input-wrap .auto-input .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5rem;
}
.auto-input-wrap .auto-input .btns button {
  width: 50rem;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("") center center/18rem no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.auto-input-wrap .auto-input .btns button.reset {
  background-image: url("../images/icon-reset.svg");
}
.auto-input-wrap .auto-input .btns button.sound {
  background-image: url("../images/icon-sound.svg");
}
@media all and (min-width: 1024px) {
  .auto-input-wrap .auto-input .btns button.reset {
    background-size: auto 67%;
  }
  .auto-input-wrap .auto-input .btns button.sound {
    background-size: auto 67%;
  }
}
.auto-input-wrap .w-mid {
  width: 310rem;
}

@media all and (max-width: 1023px) {
  .auto-input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .auto-input-wrap .auto-input {
    gap: 10rem;
  }
  .auto-input-wrap .auto-input .img {
    height: 85rem;
  }
  .auto-input-wrap .auto-input .img img {
    height: 100%;
  }
  .auto-input-wrap .auto-input .btns {
    gap: 5rem;
  }
  .auto-input-wrap .auto-input .btns button {
    width: 40rem;
    height: 40rem;
    border-color: #d9d9d9;
  }
  .auto-input-wrap .w-mid {
    width: 100%;
  }
}
/* button */
.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
  min-width: 120rem;
  width: auto;
  height: 56rem;
  padding: 0 26rem;
  border-radius: 4px;
  background: #002554;
  font-family: Pretendard;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: -0.032rem;
  color: #fff;
  -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, -webkit-transform 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, -webkit-transform 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, transform 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.btn-primary:after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 18rem;
  height: 18rem;
  background: url("") center center/100% no-repeat;
  -webkit-filter: contrast(0) brightness(100) grayscale(100);
          filter: contrast(0) brightness(100) grayscale(100);
}
.btn-primary.arrow:after {
  content: "";
  background-image: url("../images/icon-arrow.svg");
}
.btn-primary.blank:after {
  content: "";
  background-image: url("../images/icon-blank.svg");
}
.btn-primary.loading {
  gap: 0;
  pointer-events: none;
  background-color: #003087;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.btn-primary.loading.o {
  border-color: #003087;
}
.btn-primary.loading:after {
  content: "";
  background-image: url("../images/icon-loading-blue.svg");
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.btn-primary:hover {
  background-color: #008233;
}
.btn-primary:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.btn-primary[disabled], .btn-primary.disabled {
  background-color: #99accf;
  pointer-events: none;
}
.btn-primary.white-o {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.btn-primary.o {
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
}
.btn-primary.o:after {
  -webkit-filter: none;
          filter: none;
}
.btn-primary.o:hover {
  color: #008233;
  border: 1px solid #008233;
}
.btn-primary.o:hover.arrow:after {
  background-image: url("../images/icon-arrow-green.svg");
  -webkit-filter: none;
          filter: none;
}
.btn-primary.o:hover.blank:after {
  background-image: url("../images/icon-blank-green.svg");
  -webkit-filter: none;
          filter: none;
}
.btn-primary.o[disabled], .btn-primary.o.disabled {
  color: #99accf;
  border: 1px solid #99accf;
}
.btn-primary.o[disabled]:after, .btn-primary.o.disabled:after {
  opacity: 0.4;
}
.btn-primary.o[disabled].arrow:after, .btn-primary.o.disabled.arrow:after {
  background-image: url("../images/icon-arrow-blue.svg");
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
  min-width: 120rem;
  width: auto;
  height: 54rem;
  padding: 0 30rem;
  border-radius: 54px;
  border: 1px solid #000;
  font-family: Pretendard;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: -0.032rem;
  color: #000;
  -webkit-transition: color 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, border 0.15s ease;
}
.btn-secondary:after {
  content: "";
  display: block;
  width: 18rem;
  height: 18rem;
  background: url("../images/icon-plus.svg") center center/100% no-repeat;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.btn-secondary.loading {
  gap: 0;
  pointer-events: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.btn-secondary.loading:after {
  background-image: url("../images/icon-loading.svg");
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.btn-secondary:hover {
  color: #008233;
  border: 1px solid #008233;
}
.btn-secondary:hover:after {
  background-image: url("../images/icon-plus-green.svg");
}
.btn-secondary[disabled], .btn-secondary.disabled {
  pointer-events: none;
}
.btn-secondary.white-o {
  color: #fff;
  border-color: #fff;
}
.btn-secondary.white-o:after {
  -webkit-filter: contrast(0) brightness(100) grayscale(100);
          filter: contrast(0) brightness(100) grayscale(100);
}
.btn-secondary.link:after {
  background-image: url("../images/icon-arrow.svg");
}
.btn-secondary.link:hover:after {
  background-image: url("../images/icon-arrow-green.svg");
}
.btn-secondary.blank:after {
  background-image: url("../images/icon-blank.svg");
}
.btn-secondary.blank:hover:after {
  background-image: url("../images/icon-blank-green.svg");
}
.btn-secondary.circle {
  gap: 0;
  min-width: unset;
  width: 54rem;
  height: 54rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.btn-secondary.none:after {
  display: none;
}

.btn-table {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  min-width: 80rem;
  width: auto;
  height: 54rem;
  padding: 0 24rem;
  border-radius: 4px;
  background-color: #002554;
  font-family: Pretendard;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: -0.032rem;
  color: #fff;
}
.btn-table:after {
  display: block;
  width: 18rem;
  height: 18rem;
  background: url("") center center/100% no-repeat;
}
.btn-table.arrow:after {
  content: "";
  background-image: url("../images/icon-arrow.svg");
  -webkit-filter: contrast(0) brightness(100) grayscale(100);
          filter: contrast(0) brightness(100) grayscale(100);
}
.btn-table[disabled], .btn-table.disabled {
  pointer-events: none;
}

.btn-cta {
  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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  width: 40rem;
  height: 40rem;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.btn-cta:before {
  content: "";
  display: block;
  width: 13rem;
  height: 14rem;
  background: url("../images/icon-down.svg") center center/100% no-repeat no-repeat;
}
.btn-cta.black {
  background-color: #000;
}
.btn-cta.black:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60rem;
  gap: 6rem;
}
@media all and (max-width: 1023px) {
  .page-btn {
    margin-top: 50rem;
  }
}

@media all and (max-width: 1023px) {
  .btn-primary {
    height: 40rem;
    min-width: 100rem;
    padding: 0 16rem;
  }
  .btn-primary:after {
    width: 14rem;
    height: 14rem;
  }
  .btn-secondary {
    height: 40rem;
    min-width: 100rem;
    padding: 0 24rem;
    font-weight: 700;
  }
  .btn-secondary:after {
    width: 14rem;
    height: 14rem;
  }
  .btn-secondary.circle {
    width: 40rem;
    height: 40rem;
  }
  .btn-table {
    height: 40rem;
    min-width: 60rem;
    padding: 0 20rem;
  }
  .btn-primary,
  .btn-secondary,
  .btn-table {
    font-size: 12rem;
  }
}
.tab-area .tab-conts .tab-cont {
  display: none;
}
.tab-area .tab-conts .tab-cont.on {
  display: block;
}

.tab-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 1023px) {
  .tab-center {
    display: block;
  }
}

.tab-menu-wrap {
  margin-bottom: 100rem;
}
.tab-menu-wrap .inner {
  overflow: hidden;
}
.tab-menu-wrap .tab-menu3d {
  margin-top: 20rem;
}
@media all and (max-width: 1023px) {
  .tab-menu-wrap {
    margin-bottom: 50rem;
  }
  .tab-menu-wrap .inner {
    overflow: visible;
  }
  .tab-menu-wrap .tab-menu3d {
    margin-top: 15rem;
  }
}

.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.tab-menu2d .tab {
  width: auto;
  min-width: 160rem;
  height: 56rem;
  padding: 0 24rem;
  background-color: #f2f5f9;
  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;
  font-family: Pretendard;
  font-weight: 700;
  font-size: 18rem;
  line-height: 160%;
  letter-spacing: -0.032rem;
  color: #002554;
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
}
.tab-menu2d .tab:not(:last-child) {
  margin-right: 2rem;
}
.tab-menu2d .tab.on {
  color: #fff;
  background-color: #002554;
}
@media all and (max-width: 1023px) {
  .tab-menu2d .tab {
    min-width: 120rem;
    height: 48rem;
    padding: 0 16rem;
    font-size: 16rem;
  }
}
.tab-menu2d.white .tab {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.tab-menu2d.white .tab.on {
  color: #002554;
  background-color: #fff;
}
.tab-menu3d .tab {
  width: auto;
  padding: 6rem 4rem;
  color: #555;
  border-bottom: 2px solid transparent;
  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;
  font-family: Pretendard;
  font-weight: 700;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.032rem;
  color: #999;
  -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
}
.tab-menu3d .tab.on {
  color: #002554;
  border-color: #002554;
}
.tab-menu3d .tab:not(:last-child) {
  margin-right: 24rem;
}
.tab-menu4d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab-menu4d .tab {
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
  border-radius: 4px;
  padding: 18rem 25rem;
  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;
  font-family: Pretendard;
  font-weight: 500;
  font-size: 16rem;
  line-height: 110%;
  letter-spacing: -0.032rem;
  color: #555;
}
.tab-menu4d .tab.on {
  color: #fff;
  background-color: #002554;
  border-color: #002554;
}
@media all and (max-width: 1023px) {
  .tab-menu4d .tab {
    height: 40rem;
    padding: 0 16rem;
    font-size: 12rem;
  }
}

.con-tab-tit {
  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;
  margin-bottom: 40rem;
}
.con-tab-tit .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.con-tab-tit .tab-menu .tab {
  opacity: 0.4;
}
.con-tab-tit .tab-menu .tab.on {
  opacity: 1;
}
.con-tab-tit .tab-menu .tab:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.con-tab-tit .tab-menu .tab:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 16rem;
  background-color: rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 1023px) {
  .con-tab-tit {
    display: block;
    margin-bottom: 50rem;
  }
  .con-tab-tit .tab-menu {
    display: none;
  }
}

.table {
  position: relative;
  word-break: keep-all;
  overflow-x: auto;
}
.table::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
  background: transparent;
  -apple-system-scrollbar: auto;
}
.table::-webkit-scrollbar-track {
  display: none;
}
.table::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}
@media all and (max-width: 1023px) {
  .table::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}
.table tr {
  text-align: center;
  border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
  font-family: Pretendard;
  font-weight: 500;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.032rem;
  color: #000;
}
.table tr th {
  font-weight: 700;
  background-color: #f2f5f9;
}
.table tr td:has(.dot-txt, .bul-dash) {
  text-align: left;
}
.table tr th, .table tr td {
  padding: 10rem 15rem;
  height: 66rem;
  border-right: 1px solid rgba(229, 229, 229, 0.8980392157);
}
.table table {
  table-layout: unset;
}
.table table:after {
  right: 0;
  top: -1px;
  z-index: 1;
  background-color: #fff;
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
}
.table table:before {
  right: 0;
  top: 0;
  background-color: #000;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
}
.table.fixed table {
  table-layout: fixed;
}
.table.has-scroll {
  padding-bottom: 5rem;
}
.table.has-scroll table {
  position: relative;
}
.table.has-scroll table:after {
  right: -1px;
  width: 2px;
}
@media all and (max-width: 1023px) {
  .table tr {
    font-size: 12rem;
  }
  .table tr th, .table tr td {
    padding: 5rem 10rem;
    height: 59rem;
  }
}

.page-tit-wrap {
  margin-bottom: 50rem;
}
.page-tit-wrap.center {
  text-align: center;
}
.page-tit-wrap:has(.bbs-link-back) {
  margin-bottom: 40rem;
}
.page-tit-wrap:has(.bbs-link-back) .page-tit {
  margin-bottom: 10rem;
}
@media all and (max-width: 1023px) {
  .page-tit-wrap {
    margin-bottom: 25rem;
  }
  .page-tit-wrap:has(.bbs-link-back) {
    margin-bottom: 50rem;
  }
  .page-tit-wrap:has(.bbs-link-back) .page-tit {
    margin-bottom: 5rem;
  }
}

.sec-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  margin-bottom: 80rem;
}
.sec-tit .tit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 290rem;
}
.sec-tit .txts {
  -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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
}
.sec-tit .txts .txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 618rem;
}
.sec-tit .txts .link {
  color: #555;
  text-decoration: underline;
}
@media all and (max-width: 1023px) {
  .sec-tit {
    display: block;
    margin-bottom: 50rem;
  }
  .sec-tit .tit {
    width: 100%;
  }
  .sec-tit .txts {
    display: block;
  }
  .sec-tit .txts .txt {
    width: 100%;
    margin-top: 10rem;
  }
  .sec-tit .txts a {
    display: inline-block;
    margin-top: 20rem;
  }
}

.con-tit {
  margin-bottom: 40rem;
}
.con-tit:has(.txts) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
  margin-bottom: 80rem;
}
.con-tit:has(.txts) .tit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 340rem;
}
.con-tit:has(.txts) .txts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.con-tit .txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30rem;
}
.con-tit .txts a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 1023px) {
  .con-tit {
    margin-bottom: 20rem;
  }
  .con-tit:has(.txts) {
    display: block;
    margin-bottom: 40rem;
  }
  .con-tit:has(.txts) .tit {
    width: 100%;
  }
  .con-tit .txts {
    display: block;
    margin-top: 20rem;
  }
  .con-tit .txts a {
    margin-top: 20rem;
  }
}

.map-tit {
  margin-bottom: 40rem;
}
.map-tit .txts {
  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;
  gap: 20rem;
}
.map-tit .txts .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.map-tit .txts a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 1023px) {
  .map-tit {
    margin-bottom: 30rem;
  }
}
@media all and (max-width: 599px) {
  .map-tit .txts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.con-wrap.bg {
  position: relative;
  padding: 250rem 0;
}
.con-wrap.bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f2f5f9;
}
.con-wrap.bg:has(.tab-area) {
  padding: 0;
}
.con-wrap:not(:last-child) {
  margin-bottom: 250rem;
}
@media all and (max-width: 1023px) {
  .con-wrap.bg {
    padding: 100rem 0;
    margin-bottom: 0 !important;
  }
  .con-wrap:not(:last-child) {
    margin-bottom: 100rem;
  }
}

.cont-wrap:not(:last-child) {
  margin-bottom: 100rem;
}
.cont-wrap .cont-tit {
  margin-bottom: 20rem;
}
.cont-wrap .cont-tit:has(.txts) {
  margin-bottom: 60rem;
}
.cont-wrap .cont-tit .txts {
  margin-top: 20rem;
}
.cont-wrap .cont-tit .txt {
  margin-top: 10rem;
}
.cont-wrap .cont-tit .txt:has(.unit) {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont-wrap .cont-tit .txt:has(.unit) .unit {
  color: #555;
}
@media all and (max-width: 1023px) {
  .cont-wrap:not(:last-child) {
    margin-bottom: 50rem;
  }
  .cont-wrap .cont-tit {
    margin-bottom: 10rem;
  }
  .cont-wrap .cont-tit:has(.txts) {
    margin-bottom: 30rem;
  }
  .cont-wrap .cont-tit .txts {
    margin-top: 10rem;
  }
  .cont-wrap .cont-tit .txt {
    margin-top: 6rem;
  }
  .cont-wrap .cont-tit .txt:has(.unit) {
    -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;
  }
  .cont-wrap .cont-tit .txt:has(.unit) .unit {
    margin-top: 2rem;
    margin-left: auto;
  }
}

.txt-ul li:not(:last-child) {
  margin-bottom: 5rem;
}

.links {
  text-decoration: underline;
}

.dot-txt {
  position: relative;
  padding-left: 15rem;
}
.dot-txt::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 4rem;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 100%;
}
.dot-txt.f-pr-b3::before {
  top: 14rem;
}

.dot-required {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.dot-required:before {
  content: "필수 입력";
  width: 4rem;
  height: 4rem;
  margin-left: 5rem;
  vertical-align: text-top;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 50%;
  background-color: #003087;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}

.mark-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.mark-txt .mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bul-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3rem;
}
.bul-mark:before {
  content: "※";
}

.bul-dash > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3rem;
}
.bul-dash > li:before {
  content: "-";
}
.bul-dash > li:not(:first-child) {
  margin-top: 7rem;
}

.bul-dot > li {
  position: relative;
  padding-left: 11rem;
}
.bul-dot > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../images/bul-dot.svg") center center/100% no-repeat;
  border-radius: 50%;
  overflow: hidden;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.bul-dot > li:not(:first-child) {
  margin-top: 7rem;
}
.bul-dot.black > li:before {
  -webkit-filter: none;
          filter: none;
}
@media all and (max-width: 1023px) {
  .bul-dot > li:before {
    top: 9rem;
  }
}

.bul-caution > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5rem;
}
.bul-caution > li:before {
  content: "*";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.bul-caution > li:not(:first-child) {
  margin-top: 5rem;
}

.ico-common-blank {
  gap: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ico-common-blank:after {
  content: "";
  display: block;
  width: 18rem;
  height: 18rem;
  background: url("../images/icon-blank.svg") center center/100% no-repeat;
}

.info-div {
  margin-top: 20rem;
}

.list-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 485rem);
  gap: 20rem;
}
.list-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-table .tr .th {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 95rem;
}
.list-table .tr .td {
  width: calc(100% - 95rem);
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media all and (max-width: 1023px) {
  .list-table {
    width: 100%;
  }
  .list-table .tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-table .tr .th {
    width: 100%;
  }
  .list-table .tr .td {
    width: 100%;
  }
}

.gray-box {
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
  border-radius: 4px;
  padding: 40rem;
}
@media all and (max-width: 1023px) {
  .gray-box {
    padding: 20rem;
  }
}

.rel-index {
  position: relative;
  z-index: 1;
}

.bbs-top {
  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;
  gap: 5px;
  margin-bottom: 50rem;
  color: #555;
}
.bbs-top .bbs-total strong {
  color: #000;
}
.bbs-top .txt {
  font-size: 20rem;
}
.bbs-top.mb20 {
  margin-bottom: 20rem;
}

.bbs-sch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  color: #555;
}
.bbs-sch .form-select {
  width: 200rem;
}
.bbs-sch .form-select select {
  font: inherit;
  color: inherit;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.bbs-sch .form-input {
  width: 390rem;
}
.bbs-sch .form-input input {
  font: inherit;
}

@media all and (max-width: 1023px) {
  .bbs-top:not(.row) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10rem;
  }
  .bbs-sch {
    gap: 5rem;
  }
  .bbs-sch .form-input {
    width: 100%;
  }
  .bbs-sch .form-select {
    width: 160rem;
  }
}
@media all and (max-width: 599px) {
  .bbs-sch .form-select {
    width: 140rem;
  }
}
.bbs-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60rem 25rem;
}
.bbs-gallery .img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 63%;
  background: #f2f5f9;
}
.bbs-gallery .img img {
  position: absolute;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
  min-height: 100%;
  width: calc(100% + 2px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bbs-gallery .img img.no-img {
  width: 217rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.bbs-gallery a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.015, 1.015);
          transform: translate(-50%, -50%) scale(1.015, 1.015);
}
.bbs-gallery .cont {
  margin-top: 25rem;
  color: #555;
}
.bbs-gallery .cont .tit {
  max-height: 3em;
  overflow: hidden;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bbs-gallery .cont .etc {
  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;
  gap: 10rem;
  margin-top: 10rem;
}
.bbs-gallery .cont .etc .file {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 36rem;
  height: 36rem;
  background: #fff url("../images/icon-file.svg") center center no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}

@media all and (max-width: 1023px) {
  .bbs-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 50rem 15rem;
  }
  .bbs-gallery .cont .etc .file {
    width: 30rem;
    height: 30rem;
  }
}
@media all and (max-width: 599px) {
  .bbs-gallery {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
  .bbs-gallery .img {
    padding-bottom: 56.5%;
  }
  .bbs-gallery .no-img {
    width: 181rem;
  }
}
.paging {
  gap: 0 10rem;
  margin-top: 60rem;
  color: #555;
  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;
}
.paging a {
  width: 40rem;
  height: 40rem;
  color: inherit;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  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;
}
.paging a.active {
  color: #fff;
  border-color: #002554;
  background: #002554;
}
.paging a.btn-page {
  position: relative;
}
.paging a.btn-page:after {
  content: "•••";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12rem;
}
.paging a.btn {
  position: relative;
  width: 20rem;
  height: 20rem;
  display: block;
  border: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.paging a.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18rem;
  height: 18rem;
  background: url(/common/kr/images/paging-next.svg) no-repeat center center/contain;
}
.paging a.btn.prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paging a.btn.prev {
  margin-right: 10rem;
}
.paging a.btn.next {
  margin-left: 10rem;
}
.paging a.btn.disabled {
  display: none;
}

@media all and (max-width: 1023px) {
  .paging {
    gap: 0 4rem;
    margin-top: 50rem;
  }
  .paging a {
    width: 28rem;
    height: 28rem;
  }
  .paging a.btn.prev {
    margin-right: 5rem;
  }
  .paging a.btn.next {
    margin-left: 5rem;
  }
}
.bbs-list {
  width: 100%;
  color: #555;
}
.bbs-list * {
  max-width: 100%;
}
.bbs-list th {
  padding: 10rem 5rem;
  height: 60rem;
  font-weight: 400;
  color: #000;
  background-color: #f2f5f9;
}
.bbs-list td {
  padding: 10rem;
  height: 98rem;
  text-align: center;
  border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
}
.bbs-list td a {
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.bbs-list td a:hover, .bbs-list td a:focus {
  text-decoration: underline;
}
.bbs-list td.td-tit {
  padding-left: 20rem;
  text-align: left;
}
.bbs-list td.td-file {
  padding-left: 0;
  padding-right: 0;
}
.bbs-list td.td-no, .bbs-list td.td-tit {
  color: #000;
}
.bbs-list td.td-no a, .bbs-list td.td-tit a {
  color: inherit;
}
.bbs-list .ico-file {
  width: 36rem;
  height: 36rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: url("../images/icon-file.svg") center center/18rem no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.bbs-list .ico-hit {
  padding-left: 23rem;
  background: url("../images/icon-hit.svg") left center/18rem no-repeat;
}
.bbs-list .notice .td-no {
  color: #003087;
}

@media all and (max-width: 1023px) {
  .bbs-list {
    border-top: 2px solid #000;
  }
  .bbs-list colgroup,
  .bbs-list thead {
    display: none;
  }
  .bbs-list tr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
    padding: 20rem 10rem;
  }
  .bbs-list tr td {
    height: auto;
    border-bottom: 0;
    padding: 0;
  }
  .bbs-list tr td.td-tit {
    padding-left: 0;
    margin: 5rem 0;
  }
  .bbs-list tr td.td-hit, .bbs-list tr td.td-file {
    position: absolute;
    right: 10rem;
  }
  .bbs-list tr td.td-hit {
    top: 20rem;
  }
  .bbs-list tr td.td-file {
    bottom: 20rem;
  }
  .bbs-list tr td.td-file + td {
    line-height: 24rem;
  }
  .bbs-list .ico-file {
    width: 24rem;
    height: 24rem;
    background-size: 14rem;
  }
}
.bbs-link-back {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 40rem;
}
.bbs-link-back a {
  color: #003087;
  gap: 30rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bbs-link-back a:before {
  content: "";
  width: 40rem;
  height: 40rem;
  background: url("../images/icon-back.svg") center center/100% no-repeat;
}

@media all and (max-width: 1023px) {
  .bbs-link-back {
    margin-bottom: 20rem;
  }
  .bbs-link-back a {
    gap: 10rem;
  }
  .bbs-link-back a:before {
    width: 30rem;
    height: 30rem;
    background-size: 20rem;
    background-position: 1rem center;
  }
}
#wrapper:not(:has(#header.hide)) .bbs-view .left {
  top: 195rem;
}
#wrapper:not(:has(#header.hide)) .bbs-divide-wrap .left {
  top: 115rem;
}

.bbs-view {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 85rem;
}
.bbs-view .left {
  position: sticky;
  top: 115rem;
  width: 380rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.8s ease, top 0.18s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, top 0.18s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, top 0.18s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, top 0.18s ease, -webkit-transform 0.8s ease;
}
.bbs-view .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: calc(100% - 465rem);
}
.bbs-view .right .page-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width: 1023px) {
  .bbs-view.bbs-view {
    display: block;
  }
  .bbs-view.bbs-view .left {
    position: static;
    width: 100%;
  }
  .bbs-view.bbs-view .right {
    width: 100%;
    margin-top: 30rem;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .bbs-view.bbs-view .right .page-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bbs-view .bbs-view-cont {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.bbs-view .bbs-view-cont img {
  max-width: 100% !important;
  height: auto !important;
}
@media all and (max-width: 1023px) {
  .bbs-view .bbs-view-cont img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: calc(100% + 60rem);
    display: block;
  }
}

.bbs-title .bbs-etc {
  margin-top: 40rem;
}
.bbs-title .bbs-attach {
  margin-top: 24rem;
}
.bbs-title .bbs-prev-next {
  margin-top: 382rem;
}

@media all and (max-width: 1023px) {
  .bbs-title .bbs-etc {
    margin-top: 20rem;
  }
  .bbs-title .bbs-attach {
    margin-top: 10rem;
  }
  .bbs-title .bbs-prev-next {
    display: none;
  }
}
.bbs-etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555;
}
.bbs-etc > *:not(:last-child) {
  position: relative;
  padding-right: 15rem;
  margin-right: 15rem;
}
.bbs-etc > *:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 14rem;
  margin-top: -7rem;
  background-color: rgba(229, 229, 229, 0.8980392157);
}
.bbs-etc .hit {
  background: url("../images/icon-hit.svg") left center/18rem no-repeat;
  padding-left: 23rem;
}

.bbs-attach {
  padding: 10rem 20rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #555;
}
.bbs-attach a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/icon-file.svg") left 2.6rem/18rem no-repeat;
  padding-left: 23rem;
}
.bbs-attach a .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.bbs-attach a .byte {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 16rem;
  margin-left: 16rem;
}
.bbs-attach a .byte:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 14rem;
  margin-top: -7rem;
  background-color: rgba(229, 229, 229, 0.8980392157);
}

@media all and (max-width: 1023px) {
  .bbs-attach {
    padding: 10rem 12rem;
  }
  .bbs-attach a {
    background-size: 14rem;
    padding-left: 18rem;
  }
  .bbs-attach a .byte {
    padding-left: 10rem;
    margin-left: 10rem;
  }
}
.bbs-prev-next {
  color: #555;
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
  border-left: 0;
  border-right: 0;
}
.bbs-prev-next > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22rem 0;
}
.bbs-prev-next > li .t {
  position: relative;
  margin-right: 16rem;
  width: 44rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bbs-prev-next > li .t:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 14rem;
  margin-top: -7rem;
  background-color: rgba(229, 229, 229, 0.8980392157);
}
.bbs-prev-next > li > *:not(.t) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.bbs-prev-next > li:first-child {
  border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
}
.bbs-prev-next a:hover, .bbs-prev-next a:focus {
  text-decoration: underline;
}

.bbs-no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
  height: 450rem;
  color: #000;
  border: 1px solid #d9d9d9;
}
.bbs-no-data:before {
  content: "";
  display: block;
  width: 40rem;
  height: 40rem;
  background: url("../images/icon-mark.svg") center center/100% no-repeat;
}

.bbs-normal {
  color: #555;
}
.bbs-normal a {
  color: inherit;
}
.bbs-normal .item:not(:first-child) {
  margin-top: 5rem;
}
.bbs-normal .item > a {
  display: block;
  padding: 30rem 40rem;
  padding-right: 80rem;
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
  border-radius: 4px;
  background: url("../images/icon-blank.svg") calc(100% - 40rem) center/18rem no-repeat;
}
.bbs-normal .item > a:hover, .bbs-normal .item > a:focus {
  border-color: #000;
}
.bbs-normal .item > a:hover .date, .bbs-normal .item > a:focus .date {
  color: #000;
}
.bbs-normal .item .t {
  color: #000;
  word-break: break-all;
}
.bbs-normal .item .date {
  margin-top: 10rem;
}

@media all and (max-width: 1023px) {
  .bbs-normal .item > a {
    padding: 20rem 44rem 20rem 20rem;
    background-position-x: calc(100% - 20rem);
  }
}
.bbs-normal2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
  color: #555;
}
.bbs-normal2 a {
  color: inherit;
}
.bbs-normal2 .item > a {
  display: block;
  padding: 30rem;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  height: 100%;
  -webkit-transition: border ease 0.3s;
  transition: border ease 0.3s;
}
.bbs-normal2 .item > a:hover, .bbs-normal2 .item > a:focus {
  border-color: #000;
}
.bbs-normal2 .item > a:hover .file:before, .bbs-normal2 .item > a:focus .file:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.bbs-normal2 .item .t {
  margin: 10rem 0 30rem;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 59rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bbs-normal2 .file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.bbs-normal2 .file:before {
  content: "";
  display: block;
  width: 40rem;
  height: 40rem;
  background: #f5f5f5 url("../images/icon-down.svg") center center no-repeat;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media all and (max-width: 1023px) {
  .bbs-normal2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem;
  }
  .bbs-normal2 .item > a {
    padding: 20rem;
  }
  .bbs-normal2 .item .t {
    max-height: 50rem;
    margin: 5rem 0 20rem;
  }
  .bbs-normal2 .file:before {
    width: 32rem;
    height: 32rem;
    background-size: 14rem;
  }
}
@media all and (max-width: 599px) {
  .bbs-normal2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  .bbs-normal2 .item .t {
    height: auto;
    max-height: 55rem;
  }
}
.bbs-divide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.bbs-divide-wrap .left {
  position: sticky;
  top: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 410rem;
  word-break: keep-all;
  -webkit-transition: opacity 0.8s ease, top 0.18s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, top 0.18s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, top 0.18s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, top 0.18s ease, -webkit-transform 0.8s ease;
}
.bbs-divide-wrap .left .mid {
  margin: 12rem 0 40rem;
}
.bbs-divide-wrap .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  max-width: 755rem;
}

@media all and (max-width: 1023px) {
  .bbs-divide-wrap {
    display: block;
  }
  .bbs-divide-wrap .left {
    position: static;
    width: 100%;
    margin-bottom: 23.5rem;
  }
  .bbs-divide-wrap .left .mid {
    margin: 12rem 0 20rem;
  }
  .bbs-divide-wrap .left .dot-required {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .bbs-divide-wrap .right {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.bbs-write .group {
  display: grid;
  gap: 20rem;
}
.bbs-write .group.col2 {
  grid-template-columns: 290rem auto;
}
.bbs-write .group:not(:first-child) {
  margin-top: 50rem;
}

@media all and (max-width: 1023px) {
  .bbs-write .group.col2 {
    grid-template-columns: 1fr;
  }
  .bbs-write .group:not(:first-child) {
    margin-top: 20rem;
  }
}
.bbs-faq .item {
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: border ease 0.4s;
  transition: border ease 0.4s;
}
.bbs-faq .item:not(:last-child) {
  margin-bottom: 5rem;
}
.bbs-faq .item .q,
.bbs-faq .item .a {
  padding: 30rem 40rem;
}
.bbs-faq .item .q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  padding: 30rem 55rem 30rem 40rem;
  width: 100%;
  border-radius: 4px 4px 0 0;
  text-align: left;
  white-space: normal;
  color: inherit;
}
.bbs-faq .item .q:before {
  content: "Q.";
}
.bbs-faq .item .q:after {
  content: "";
  position: absolute;
  right: 30rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18rem;
  height: 18rem;
  background: url("../images/icon-drop-arrow.svg") 50% 50%/100% no-repeat;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.bbs-faq .item.active {
  border-color: #000;
}
.bbs-faq .item.active .q:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.bbs-faq .item .a {
  display: none;
  padding-top: 0;
  border-radius: 0 0 4px 4px;
  color: #555;
}

@media all and (max-width: 1023px) {
  .bbs-faq .item .q {
    padding: 20rem 40rem 20rem 20rem;
  }
  .bbs-faq .item .q:after {
    right: 20rem;
  }
  .bbs-faq .item .a {
    padding: 0 20rem 20rem 20rem;
  }
}
.modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 151;
}
.modal-wrap[style*="display: block"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-full {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.modal-full::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
  -apple-system-scrollbar: auto;
}
.modal-full::-webkit-scrollbar-track {
  display: none;
}
.modal-full::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}
@media all and (max-width: 1023px) {
  .modal-full::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}

.modal-type1 {
  position: relative;
  -webkit-transform: none !important;
          transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 928rem;
  max-width: calc(100% - 40rem);
  max-height: calc(100% - 40rem);
}
.modal-type1.main {
  width: 721rem;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30rem;
  padding: 20rem;
  height: 70rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 12rem 12rem 0 0;
}
@media all and (max-width: 1023px) {
  .modal-header.modal-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 55rem;
  }
}

.modal-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40rem;
  background-color: #fff;
  border-radius: 0 0 12rem 12rem;
  overflow-y: auto;
}
.modal-cont::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
  -apple-system-scrollbar: auto;
}
.modal-cont::-webkit-scrollbar-track {
  display: none;
}
.modal-cont::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}
@media all and (max-width: 1023px) {
  .modal-cont::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}
@media all and (max-width: 1023px) {
  .modal-cont.modal-cont {
    padding: 20rem;
  }
}

.modal-close {
  position: relative;
  width: 30rem;
  height: 30rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.modal-close:before, .modal-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 21rem;
  display: block;
  background-color: #000;
  border-radius: 100px;
}
.modal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-close.gray:before, .modal-close.gray:after {
  background-color: #d9d9d9;
}
.modal-close.fixed {
  position: fixed;
  top: 40rem;
  right: 40rem;
  z-index: 3;
}
.modal-close.fixed:before, .modal-close.fixed:after {
  height: 88%;
}
@media all and (max-width: 1023px) {
  .modal-close.fixed {
    top: 20rem;
    right: 20rem;
    width: 24rem;
    height: 24rem;
  }
}

.stop-scroll {
  overflow: hidden;
  height: 100%;
}
.stop-scroll .btn-top {
  display: none;
}

@media all and (min-width: 1024px) {
  /* [ Header Hover ] */
  #header :is(#logo, nav, .etc) {
    padding-top: 12rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
  #header.active {
    background-color: #fff;
    border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
  }
  #header.active :is(#logo, nav, .etc) {
    padding: 0;
  }
  #lnb {
    height: 100%;
  }
  /* [ Header PC Hover ] */
  .menu-list > li.on .one-dept {
    color: #008233;
  }
  .two-menu-list > li.on .two-dept {
    color: #008233;
    background-color: #F1F4F8;
  }
  .two-menu-list > li.on:has(.thr-menu-list) .two-dept::after {
    background-image: url("../images/icon-txt-btn-arrow-green.svg") !important;
  }
  .thr-menu-list > li .thr-dept:hover {
    color: #008233;
    background-color: #F1F4F8;
  }
}
#header {
  position: fixed;
  z-index: 150;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 80rem 0;
  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;
  background-color: #fff;
  width: 100%;
  height: 100rem;
  border-bottom: 1px solid transparent;
  color: #000;
  -webkit-transition: border 0.3s ease, background 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease, top 0.3s ease, transform 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease, top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#header #logo a {
  width: 203.67rem;
  height: 27rem;
  background: url("../images/logo.png") center center/100% no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
#header .etc {
  gap: 24rem;
  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;
}
#header .etc button {
  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;
  font-family: Pretendard;
  font-weight: 700;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.2rem;
  color: #000;
}
#header .etc button:after {
  content: "";
  background: url("") 0 0/100% no-repeat;
  display: block;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
#header .etc button.btn-lang {
  gap: 5rem;
}
#header .etc button.btn-lang:after {
  width: 19rem;
  height: 20rem;
  background-image: url("../images/icon-lang.svg");
}
#header .etc button.btn-lang.on:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#header .etc button.btn-site {
  gap: 8rem;
}
#header .etc button.btn-site:after {
  width: 21rem;
  height: 21rem;
  background-image: url("../images/icon-site.svg");
}
#header .etc button.btn-site:hover:after, #header .etc button.btn-site:focus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#header .etc > li {
  position: relative;
}
#header .etc .lang-box {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 11rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15rem 20rem;
  width: 90rem;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background-color: #fff;
}
#header .etc .lang-box:before {
  content: "";
  position: absolute;
  top: -12rem;
  left: 0;
  width: 100%;
  height: 20rem;
}
#header .etc .lang-box > li:not(:first-child) {
  margin-top: 8rem;
}
#header .etc .lang-box .active {
  font-weight: 700;
}
#header .btn-allmenu {
  display: none;
  width: 30rem;
  height: 30rem;
  background: url("../images/icon-menu.svg") 50% 50%/100% no-repeat;
}
#header.on .btn-allmenu {
  background-image: url("../images/icon-menu-close.svg");
}
#header.transparent:not(.active, .on) {
  background-color: transparent;
}
#header.transparent:not(.active, .on) #logo > a {
  background-image: url("../images/logo-white.png");
}
#header.transparent:not(.active, .on) .menu-list .one-dept,
#header.transparent:not(.active, .on) .etc button:not(.btn-allmenu) {
  color: #fff !important;
}
#header.transparent:not(.active, .on) .etc button:not(.btn-allmenu):after,
#header.transparent:not(.active, .on) .btn-allmenu {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#header.hide {
  top: -110rem;
}
#header.show, #header.active {
  border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
}

/* family Site */
.family-site {
  display: none;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.family-site .pop-wrap {
  position: absolute;
  top: 0;
  right: -100%;
  width: 700rem;
  height: 100%;
  background-color: #fff;
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
}
.family-site.on .pop-wrap {
  right: 0;
}
.family-site .pop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
}
.family-site .pop-wrap .pop-head {
  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;
  margin-bottom: 40rem;
  color: #000;
}
.family-site .pop-wrap .btn-pop-close {
  width: 30rem;
  height: 30rem;
  background: url("../images/icon-menu-close.svg") center center/100% no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.family-site .pop-wrap .pop-cont {
  height: calc(100% - 76rem);
}
.family-site .pop-wrap .pop-cont .scroll-area {
  height: 100%;
  width: calc(100% + 10rem);
  padding-right: 10rem;
  overflow: auto;
}
.family-site .pop-wrap .pop-cont .scroll-area::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: transparent;
  -apple-system-scrollbar: auto;
}
.family-site .pop-wrap .pop-cont .scroll-area::-webkit-scrollbar-track {
  display: none;
}
.family-site .pop-wrap .pop-cont .scroll-area::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}
@media all and (max-width: 1023px) {
  .family-site .pop-wrap .pop-cont .scroll-area::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}
@media all and (max-width: 1023px) {
  .family-site .pop-wrap {
    width: 100%;
    padding: 20rem;
  }
  .family-site .pop-wrap .pop-head {
    margin-bottom: 15rem;
  }
  .family-site .pop-wrap .pop-cont {
    height: calc(100% - 55rem);
  }
}
.family-site .family-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  color: #000;
}
.family-site .family-menu > li {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}
.family-site .family-menu > li .one-dept {
  position: relative;
  display: block;
  padding: 30rem 80rem 30rem 40rem;
}
.family-site .family-menu > li .one-dept::after {
  content: "";
  position: absolute;
  right: 40rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18rem;
  height: 18rem;
  background: url("/common/kr/images/icon-drop-arrow.svg") no-repeat center center/100% auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.family-site .family-menu > li.on .one-dept::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.family-site .family-menu > li .list-wrap {
  display: none;
  padding: 40rem;
  border-top: 1px solid #d9d9d9;
}
.family-site .family-menu > li .list-wrap .two-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}
.family-site .family-menu > li .list-wrap .two-wrap > li .two-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
}
.family-site .family-menu > li .list-wrap .two-wrap > li .two-link:after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 18rem;
  height: 18rem;
  margin-left: 10rem;
  background: url("/common/kr/images/icon-blank.svg") no-repeat center center/100% auto;
}
.family-site .family-menu > li.link:not(.hd) {
  background-color: #002554;
}
.family-site .family-menu > li.link:not(.hd) .one-dept {
  padding-right: 90rem;
  color: #fff;
}
.family-site .family-menu > li.link:not(.hd) .one-dept::after {
  width: 18rem;
  height: 18rem;
  background: url("/common/kr/images/icon-blank.svg") no-repeat center center/100% auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.family-site .family-menu > li.hd > a:after {
  background: url("/common/kr/images/icon-blank.svg") no-repeat center center/100% auto;
}
@media all and (max-width: 1023px) {
  .family-site .family-menu {
    gap: 5rem;
  }
  .family-site .family-menu > li {
    border-radius: 6px;
  }
  .family-site .family-menu > li .one-dept {
    padding: 20rem 50rem 20rem 20rem;
  }
  .family-site .family-menu > li .one-dept::after {
    right: 20rem;
  }
  .family-site .family-menu > li .list-wrap {
    padding: 20rem;
  }
  .family-site .family-menu > li.link .one-dept {
    padding-right: 60rem;
  }
}

/* LNB 변경 */
/* 헤더 폰트 */
.menu-list .one-dept {
  font-family: Pretendard;
  font-weight: 700;
  font-size: 18rem;
  line-height: 110%;
  letter-spacing: -0.032rem;
  color: #000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.menu-list .two-dept {
  font-family: Pretendard;
  font-weight: 700;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.032rem;
  color: #000;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
.menu-list .thr-dept {
  font-family: Pretendard;
  font-weight: 500;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.032rem;
  color: #4D4D4D;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
@media all and (max-width: 1023px) {
  .menu-list .one-dept {
    line-height: 150%;
  }
  .menu-list .two-dept {
    line-height: 110%;
  }
  .menu-list .thr-dept {
    font-size: 15rem;
    color: #1a1a1a;
  }
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.menu-list .depth-btn {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  display: none;
}
.menu-list > li {
  position: relative;
  height: 100%;
}
.menu-list .one-dept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 24rem;
}
.menu-list .two-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: -20%;
  z-index: 1;
  padding: 24rem;
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
  border-top: none;
  border-radius: 0 0 16rem 16rem;
  background-color: #fff;
  overflow: hidden;
}
.menu-list .two-menu-list {
  position: relative;
  display: inline-block;
  min-width: 128rem;
}
.menu-list .two-menu-list::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: -24rem;
  width: 1px;
  height: 100%;
  background-color: rgba(229, 229, 229, 0.8980392157);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.menu-list .two-menu-list:has(> li.on .thr-menu-list)::before {
  opacity: 1;
}
.menu-list .two-menu-list > li:has(.thr-menu-list) .two-dept {
  padding-right: 40rem;
}
.menu-list .two-menu-list > li:has(.thr-menu-list) .two-dept::after {
  content: "";
  position: absolute;
  top: 18rem;
  right: 16rem;
  width: 16rem;
  height: 16rem;
  background: url("/common/kr/images/icon-txt-btn-arrow-black.svg") no-repeat center center/100% auto;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.menu-list .two-menu-list > li:has(.thr-menu-list) .two-dept::before {
  content: "";
  position: absolute;
  right: -24rem;
  top: 0;
  bottom: 0;
  width: 24rem;
  height: 100%;
}
.menu-list .two-dept {
  position: relative;
  display: block;
  padding: 14rem 16rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border-radius: 8rem;
}
.menu-list .on .thr-menu-list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-list .thr-menu-list {
  display: none;
  position: absolute;
  top: -24rem;
  left: calc(100% + 24rem);
  -webkit-transform: translateX(-40rem);
          transform: translateX(-40rem);
  width: auto;
  height: calc(100% + 24rem + 24rem);
  padding: 24rem;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.menu-list .thr-menu-list > li {
  min-width: 120rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.menu-list .thr-menu-list > li .thr-dept {
  display: block;
  width: 100%;
  padding: 14rem 16rem;
  border-radius: 8rem;
}

@media all and (max-width: 1023px) {
  #header {
    padding: 0 16rem;
    height: 70rem;
  }
  #header #logo {
    position: relative;
    z-index: 1;
  }
  #header #logo a {
    width: 151rem;
    height: 20rem;
  }
  #header .btn-allmenu {
    position: relative;
    z-index: 1;
    display: block;
  }
  #header .etc {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 64rem;
    padding: 0 16rem;
    border-top: 1px solid rgba(229, 229, 229, 0.8980392157);
    background-color: #fff;
  }
  #header .etc .lang-wrap .lang-box {
    top: unset;
    left: 0;
    bottom: calc(100% + 13rem);
    -webkit-transform: none;
            transform: none;
  }
  #header .etc .lang-wrap .lang-box:before {
    display: none;
  }
  #header .etc .lang-wrap .lang-box .lang {
    font-size: 15rem;
  }
  #header.on .etc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header.hide {
    top: -80rem;
  }
  #lnb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding-top: 110rem;
    background: #fff;
    padding-bottom: 64rem;
  }
  .menu-list {
    display: block;
    overflow-y: auto;
    height: 100%;
  }
  .menu-list .depth-btn {
    position: absolute;
    display: block;
  }
  .menu-list > li {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .menu-list > li > .depth-btn {
    top: 2rem;
    right: 16rem;
    width: 100%;
    height: 48rem;
  }
  .menu-list > li > .depth-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16rem;
    height: 16rem;
    background: url("/common/kr/images/icon-accor-arrow.svg") no-repeat right center/100% auto;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .menu-list > li.on > .depth-btn::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .menu-list .two-menu-list .depth-btn {
    top: 0;
    right: 0;
    width: 100%;
    height: 48rem;
  }
  .menu-list .two-menu-list .depth-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 16rem;
    width: 20rem;
    height: 100%;
    display: block;
    background: url("/common/kr/images/icon-accor-arrow-20.svg") no-repeat right center/100% auto;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .menu-list .two-menu-list .on .depth-btn:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu-list .one-dept {
    display: block;
    min-height: 52rem;
    height: auto;
    padding: 13rem 72rem 13rem 16rem;
  }
  .menu-list .two-menu-wrap {
    padding: 24rem 16rem;
    position: unset;
    border: none;
    border-radius: 0;
    background-color: #f5f5f5;
  }
  .menu-list .two-menu-list {
    display: block;
    min-width: unset;
  }
  .menu-list .two-menu-list:before {
    display: none;
  }
  .menu-list .two-menu-list > li {
    position: relative;
  }
  .menu-list .two-menu-list > li:has(.thr-menu-list) .two-dept {
    min-height: 48rem;
    padding-right: 48rem;
  }
  .menu-list .two-menu-list > li:has(.thr-menu-list) .two-dept::after {
    display: none;
  }
  .menu-list .two-menu-list > li:has(.thr-menu-list) .two-dept::before {
    display: none;
  }
  .menu-list .two-menu-list .two-dept {
    padding: 15rem 16rem;
    width: 100%;
    min-width: unset;
    border-radius: 0;
  }
  .menu-list .two-menu-list .thr-menu-list {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    height: auto;
    padding: 16rem;
    border-top: 1px solid rgba(229, 229, 229, 0.8980392157);
    border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
  }
  .menu-list .two-menu-list > li {
    min-width: unset;
    width: 100%;
  }
  .menu-list .two-menu-list .thr-dept {
    padding: 12rem 16rem;
    border-radius: 0;
  }
}
#footer {
  background: #fff;
  border-top: 1px solid rgba(229, 229, 229, 0.8980392157);
}
#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 60rem 0;
  width: 1760rem;
}
#footer .inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80rem;
  color: #4D4D4D;
}
#footer .inner .left .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24rem;
}
#footer .inner .left .link-wrap .f-pr-d1-b {
  color: #000;
}
#footer .family-btn {
  gap: 8rem;
  font-family: Pretendard;
  font-weight: 700;
  font-size: 16rem;
  line-height: 160%;
  letter-spacing: -0.2rem;
  color: #000;
  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;
}
#footer .family-btn:after {
  content: "";
  display: block;
  width: 21rem;
  height: 21rem;
  background: url("../images/icon-site.svg") 0 0/100% no-repeat;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
#footer .family-btn:hover:after, #footer .family-btn:focus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (max-width: 1023px) {
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 32rem);
  }
  #footer .inner .left {
    gap: 60rem;
  }
  #footer .inner .left .link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16rem;
  }
  #footer .family-btn {
    font-size: 15rem;
  }
}

#footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#footer .btns {
  gap: 5rem;
  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;
}
#footer .btns > a {
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  border: 1px solid #002554;
  background: url("") center center no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
#footer .btns .sns-y {
  background-image: url("../images/sns-youtube.svg");
}
#footer .btns .sns-i {
  background-image: url("../images/sns-insta.svg");
}
#footer .btns .sns-in {
  background-image: url("../images/sns-link.svg");
}
#footer .btns .sns-f {
  background-image: url("../images/sns-fb.svg");
}
#footer .btn-top {
  z-index: 100;
  position: fixed;
  bottom: 40rem;
  right: 40rem;
  display: none;
  width: 64rem;
  height: 64rem;
  background: #fff url(../images/icon-go-top.svg) no-repeat center/20rem;
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
  border-radius: 50%;
}
#footer .btn-top.active {
  position: absolute;
  bottom: calc(100% + 40rem);
}

@media all and (max-width: 1023px) {
  #footer .right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #footer .btns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #footer .btn-top {
    right: 20rem;
    bottom: 20rem;
    width: 40rem;
    height: 40rem;
    background-size: 14rem;
  }
  #footer .btn-top.active {
    bottom: calc(100% + 20rem);
  }
}
.inner-main {
  padding-left: 40rem;
  padding-right: 40rem;
}

.tit-main {
  margin-bottom: 40rem;
}
.tit-main .big {
  margin-top: 5rem;
}
.tit-main .normal {
  margin-top: 16rem;
}

.fade-up > * {
  position: relative;
  -webkit-transform: translateY(50rem);
          transform: translateY(50rem);
  opacity: 0;
  display: block;
}

@media all and (max-width: 1023px) {
  .inner-main {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .tit-main .normal {
    margin-top: 20rem;
  }
}
.fixed-main {
  position: relative;
  width: 100%;
  height: 100vh;
}
.fixed-main .main-mid {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  z-index: 15;
}
.fixed-main.on .main-visual {
  opacity: 0;
}

.main-visual {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.main-visual .bg {
  position: relative;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.main-visual .bg > * {
  opacity: 0.9;
}
.main-visual .bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .item {
  background-color: #000;
}
.main-visual .kv-txt,
.main-visual .kv-etc {
  left: 353rem;
}
.main-visual .kv-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1224rem;
  -webkit-transition: top 0.6s ease;
  transition: top 0.6s ease;
  z-index: 1;
  color: #fff;
}
.main-visual .kv-txt > * {
  opacity: 0;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.main-visual .kv-txt .big {
  -webkit-transform: translateY(100rem);
          transform: translateY(100rem);
}
.main-visual .kv-txt .add-txt {
  display: block;
  margin-top: 40rem;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(40rem);
          transform: translateY(40rem);
}
.main-visual .kv-txt .btn-secondary {
  margin-top: 40rem;
  -webkit-transform: translateY(40rem);
          transform: translateY(40rem);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.main-visual .kv-txt.on > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media all and (max-width: 1023px) {
  .main-visual .kv-txt,
  .main-visual .kv-etc {
    left: 20rem;
    width: calc(100% - 40rem);
  }
  .main-visual .btn-secondary svg {
    width: 14rem;
  }
}
.main-visual .kv-etc {
  position: absolute;
  bottom: 80rem;
  z-index: 3;
  gap: 20rem;
  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;
}
.main-visual .kv-etc .kv-number {
  gap: 15rem;
  color: #fff;
  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;
}
.main-visual .kv-etc .kv-number > * {
  min-width: 10rem;
  text-align: center;
}
.main-visual .kv-etc .kv-progress {
  position: relative;
  width: 150rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  overflow: hidden;
}
.main-visual .kv-etc .kv-progress .swiper-pagination-progressbar-fill {
  background-color: #fff;
  border-radius: 100px;
}
.main-visual .kv-etc .kv-progress .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
}
.main-visual .kv-etc .kv-controls {
  width: 40rem;
  height: 40rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  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;
}
.main-visual .kv-etc .kv-controls .ico {
  display: block;
  border: 0;
  background: transparent;
  width: 0;
  height: 12rem;
  border-color: transparent transparent transparent #fff;
  border-style: double;
  border-width: 0px 0 0px 11rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-visual .kv-etc .kv-controls.play .ico {
  border-style: solid;
  border-width: 6rem 0 6rem 9.5rem;
}
@media all and (max-width: 1023px) {
  .main-visual .kv-etc {
    bottom: 50rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-visual .kv-etc .kv-number {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-visual .kv-etc .kv-progress {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.main-visual .kv-btns {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54rem;
  height: 54rem;
  border-radius: 50%;
  background: url("../images/vis-prev.svg") center center/100% no-repeat;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.main-visual .kv-btns.kv-prev {
  left: 80rem;
}
.main-visual .kv-btns.kv-next {
  right: 80rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.main-visual .kv-btns:hover {
  opacity: 1;
}
.main-visual .kv-btns.swiper-button-lock {
  display: none;
}
.main-visual.active .big {
  font-size: 50rem;
}
@media all and (max-width: 1023px) {
  .main-visual .kv-btns {
    display: none;
    width: 40rem;
    height: 40rem;
  }
  .main-visual .kv-btns.kv-prev {
    left: 20rem;
  }
  .main-visual .kv-btns.kv-next {
    right: 20rem;
  }
}

.bg-main {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}

.main-mid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 50rem;
  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;
}
.main-mid .bg {
  position: relative;
  width: 1380rem;
  height: 500rem;
  border-radius: 24px;
  overflow: hidden;
}
.main-mid .bg .dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-mid .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1023px) {
  .main-mid {
    gap: 40rem;
  }
  .main-mid .bg {
    width: calc(100% - 40rem);
    height: 40vh;
  }
}
.main-mid .txt-wrap {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-mid .txt-wrap > *:not(.txt) {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100rem);
          transform: translateY(100rem);
}
.main-mid .txt-wrap .txt {
  position: relative;
  width: 100vw;
  padding: 0 20rem;
  word-break: keep-all;
}
.main-mid .txt-wrap .txt > * {
  position: relative;
  width: 100%;
  padding: 0 20rem;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.main-mid .txt-wrap .txt .txt-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  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;
}
.main-mid .txt-wrap .txt .txt-2 {
  -webkit-transform: translateY(100rem);
          transform: translateY(100rem);
  opacity: 0;
}
.main-mid .txt-wrap .txt.active .txt-1 {
  -webkit-transform: translateY(-50rem);
          transform: translateY(-50rem);
  opacity: 0;
}
.main-mid .txt-wrap .txt.active .txt-2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.main-mid .txt-wrap .big,
.main-mid .txt-wrap .btn-secondary {
  position: absolute;
  left: 50%;
}
.main-mid .txt-wrap .big {
  -webkit-transform: translate(-50%, -40rem);
          transform: translate(-50%, -40rem);
  margin-top: 30rem;
}
.main-mid .txt-wrap .btn-secondary {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-top: 110rem;
}
.main-mid .txt-wrap.active .txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media all and (max-width: 1023px) {
  .main-mid .txt-wrap .bg {
    width: calc(100% - 40rem);
    height: 35vh;
  }
  .main-mid .txt-wrap .btn-secondary {
    -webkit-transform: translate(-50%, -20rem);
            transform: translate(-50%, -20rem);
  }
}

.main-tech-wrap .tit-main > * {
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.main-tech-wrap .tit-main > h2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.main-tech-wrap .main-tech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
}
.main-tech-wrap .main-tech > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translateY(100rem);
          transform: translateY(100rem);
  display: block;
  background-color: #f2f5f9;
  border-radius: 24px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.main-tech-wrap .main-tech > li:last-child {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.main-tech-wrap .main-tech > li .img {
  bottom: 30rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 100%;
  width: 100%;
  -webkit-transition: margin-left ease 0.3s;
  transition: margin-left ease 0.3s;
  position: absolute;
  left: 50%;
  top: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
}
.main-tech-wrap .main-tech > li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.main-tech-wrap .main-tech > li .img .only-tablet, .main-tech-wrap .main-tech > li .img .only-m {
  display: none;
}
.main-tech-wrap .main-tech > li > a {
  position: relative;
  height: 558rem;
  display: block;
  padding: 60rem;
}
.main-tech-wrap .main-tech > li .hover {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  color: #fff;
}
.main-tech-wrap .main-tech > li .hover .t {
  color: #003087;
}
.main-tech-wrap .main-tech > li .hover .txt {
  opacity: 0;
  -webkit-transform: translateY(30rem);
          transform: translateY(30rem);
  -webkit-transition: opacity ease 0.3s, -webkit-transform ease 0.3s;
  transition: opacity ease 0.3s, -webkit-transform ease 0.3s;
  transition: transform ease 0.3s, opacity ease 0.3s;
  transition: transform ease 0.3s, opacity ease 0.3s, -webkit-transform ease 0.3s;
}
.main-tech-wrap .main-tech > li .hover .link {
  opacity: 0;
  margin-top: auto;
}
.main-tech-wrap .main-tech > li .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.9;
  pointer-events: none;
}
@media all and (min-width: 1024px) {
  .main-tech-wrap .main-tech > li a:hover .bg,
  .main-tech-wrap .main-tech > li a:focus .bg {
    background-color: #003087;
  }
  .main-tech-wrap .main-tech > li a:hover .bg.navy,
  .main-tech-wrap .main-tech > li a:focus .bg.navy {
    background-color: #002554;
  }
  .main-tech-wrap .main-tech > li a:hover .t,
  .main-tech-wrap .main-tech > li a:focus .t {
    color: #fff;
  }
  .main-tech-wrap .main-tech > li a:hover .txt,
  .main-tech-wrap .main-tech > li a:focus .txt {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .main-tech-wrap .main-tech > li a:hover .link,
  .main-tech-wrap .main-tech > li a:focus .link {
    opacity: 1;
  }
  .main-tech-wrap .main-tech > li a:hover .img,
  .main-tech-wrap .main-tech > li a:focus .img {
    margin-left: 30rem;
  }
}
@media all and (max-width: 1023px) {
  .main-tech-wrap .main-tech {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .main-tech-wrap .main-tech > li > a {
    height: auto;
    padding: 30rem 30rem 100rem;
  }
  .main-tech-wrap .main-tech > li .hover {
    position: static;
    gap: 20rem;
    padding: 0;
    height: auto;
    color: #000;
  }
  .main-tech-wrap .main-tech > li .hover .bg {
    display: none;
  }
  .main-tech-wrap .main-tech > li .hover .txt, .main-tech-wrap .main-tech > li .hover .link {
    opacity: 1;
  }
  .main-tech-wrap .main-tech > li .hover .txt {
    -webkit-transform: none;
            transform: none;
  }
  .main-tech-wrap .main-tech > li .hover .circle {
    width: 40rem;
    height: 40rem;
    border-color: #000;
  }
  .main-tech-wrap .main-tech > li .hover .circle:after {
    -webkit-filter: none;
            filter: none;
  }
  .main-tech-wrap .main-tech > li .hover .btn-secondary {
    position: absolute;
    left: 30rem;
    bottom: 30rem;
  }
  .main-tech-wrap .main-tech > li .img {
    position: static;
    width: 100%;
    height: auto;
    margin: 46rem auto 0;
    -webkit-transform: none;
            transform: none;
  }
  .main-tech-wrap .main-tech > li .img .only-pc {
    display: none;
  }
  .main-tech-wrap .main-tech > li .img .only-tablet, .main-tech-wrap .main-tech > li .img .only-m {
    display: block;
  }
}
@media all and (max-width: 599px) {
  .main-tech-wrap .main-tech > li .img {
    height: 207rem;
  }
}
.main-tech-wrap.active .tit-main > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media all and (min-width: 1024px) {
  .main-tech-wrap.active .main-tech > li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media all and (max-width: 1023px) {
  .main-tech-wrap .main-tech > li.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.main-news-wrap {
  padding: 200rem 0;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .main-news-wrap.main-news-wrap {
    padding: 100rem 0;
  }
}
.main-news-wrap .tit-main {
  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: end;
}
.main-news-wrap .tit-main > * {
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.main-news-wrap .tit-main h2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.main-news-wrap .tit-main .slide-etc {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.main-news-wrap .main-news .img {
  position: relative;
  padding-bottom: 61.5%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f2f5f9;
}
.main-news-wrap .main-news .img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-news-wrap .main-news .img img.no-img {
  width: 217rem;
  -o-object-fit: fill;
     object-fit: fill;
  max-width: 80%;
}
.main-news-wrap .main-news a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.main-news-wrap .main-news .cont {
  margin-top: 40rem;
}
.main-news-wrap .main-news .cont .t {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main-news-wrap .main-news .cont .date {
  margin-top: 10rem;
  color: #555;
}
@media all and (max-width: 1023px) {
  .main-news-wrap .main-news .cont {
    margin-top: 20rem;
  }
}
@media all and (max-width: 599px) {
  .main-news-wrap .main-news .img img.no-img {
    width: 181rem;
  }
}
.main-news-wrap .slide-etc {
  gap: 20rem;
  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;
}
.main-news-wrap .slide-etc .progress {
  position: relative;
  width: 200rem;
  height: 3rem;
  border-radius: 100px;
  overflow: hidden;
}
.main-news-wrap .slide-etc .progress .swiper-pagination-progressbar-fill {
  display: block;
  background-color: #000;
  border-radius: 100px;
}
.main-news-wrap .slide-etc .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-news-wrap .slide-etc .btns button {
  width: 40rem;
  height: 40rem;
  background: url("../images/icon-next-small.svg") center center no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.main-news-wrap .slide-etc .btns button.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (max-width: 1023px) {
  .main-news-wrap .slide-etc .progress {
    display: none;
  }
}
.main-news-wrap .main-news-slide {
  position: relative;
  -webkit-transform: translateY(100rem);
          transform: translateY(100rem);
  opacity: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.main-news-wrap.active .tit-main > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.main-news-wrap.active .main-news-slide {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.main-bot-wrap .main-bot {
  position: relative;
}
.main-bot-wrap .main-bot .group {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.main-bot-wrap .main-bot .group .pin-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-bot-wrap .main-bot .group .pin-img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-bot-wrap .main-bot .group .rel {
  position: relative;
}
.main-bot-wrap .main-bot .tit-main {
  position: relative;
  -webkit-transform: translateY(50rem);
          transform: translateY(50rem);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media all and (max-width: 1023px) {
  .main-bot-wrap {
    margin: 0 -20rem;
  }
  .main-bot-wrap .group {
    height: 100vh;
  }
}
.main-customer {
  z-index: 1;
  padding: 80rem;
  word-break: keep-all;
  border-radius: 24px;
}
.main-customer .divide {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #fff;
}
@media all and (max-width: 1023px) {
  .main-customer.main-customer {
    padding: 40rem 20rem;
    border-radius: 0;
  }
  .main-customer.main-customer .divide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
  }
}
.main-customer .pin-img img {
  -webkit-transition: opacity ease 0.6s;
  transition: opacity ease 0.6s;
}
.main-customer .pin-img img:last-child {
  opacity: 0;
}
.main-customer .pin-img.change1 img:first-child {
  opacity: 0;
}
.main-customer .pin-img.change1 img:last-child {
  opacity: 1;
}
.main-customer .customer-link {
  position: relative;
  opacity: 0;
  width: 500rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.main-customer .customer-link a {
  position: relative;
  display: block;
  padding: 40rem;
}
.main-customer .customer-link a .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #003087;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.main-customer .customer-link a > *:not(.bg) {
  z-index: 1;
  position: relative;
}
.main-customer .customer-link a .txt {
  margin: 20rem 0 52rem;
}
.main-customer .customer-link a .more {
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.main-customer .customer-link .active .bg {
  opacity: 0.9;
}
.main-customer .customer-link .active .more {
  opacity: 1;
}
@media all and (max-width: 1023px) {
  .main-customer .customer-link {
    width: 100%;
  }
  .main-customer .customer-link a {
    padding: 20rem;
  }
  .main-customer .customer-link a .txt {
    margin: 20rem 0 30rem;
  }
  .main-customer .customer-link a .more {
    opacity: 1;
  }
}
.main-customer.active .tit-main {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.main-customer.active .customer-link {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.main-recruit {
  margin: -540rem -40rem 0 -40rem;
  padding: 740rem 0 376rem;
  border-radius: 0;
  overflow: hidden;
}
.main-recruit .rel {
  max-width: 1220rem;
  margin: 0 auto;
}
.main-recruit .btns {
  position: relative;
  opacity: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10rem;
  white-space: nowrap;
}
.main-recruit .btns .btn-primary {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-recruit .btns .btn-primary:after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-recruit .pin-img {
  -webkit-transform: translateY(240rem);
          transform: translateY(240rem);
  opacity: 0;
}
@media all and (max-width: 599px) {
  .main-recruit .pin-img .pc {
    display: none;
  }
}
.main-recruit .tit-main,
.main-recruit .btns {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.main-recruit .btns {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.main-recruit.active .tit-main {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.main-recruit.active .btns {
  opacity: 1;
}

@media all and (max-width: 1023px) {
  .main-recruit {
    padding: 100rem 20rem 391rem;
    margin: 0;
  }
}
.modal-cont-main {
  -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-flow: column;
          flex-flow: column;
  overflow: hidden;
}
.modal-cont-main .modal-main-slide {
  height: 431rem;
  max-height: 100%;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.modal-cont-main .modal-main-slide .item {
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  overflow-y: auto;
}
.modal-cont-main .modal-main-slide .item::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
  -apple-system-scrollbar: auto;
}
.modal-cont-main .modal-main-slide .item::-webkit-scrollbar-track {
  display: none;
}
.modal-cont-main .modal-main-slide .item::-webkit-scrollbar-thumb {
  background-color: #6d6f79;
  border-radius: 4px;
}
@media all and (max-width: 1023px) {
  .modal-cont-main .modal-main-slide .item::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}
.modal-cont-main .modal-main-slide .item:has(.editor) {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 20rem 20rem 40rem;
  gap: 40rem;
  overflow: hidden;
}
.modal-cont-main .modal-main-slide .item .editor {
  width: 100%;
  overflow-y: auto;
  padding: 60rem 54rem 0;
}
.modal-cont-main .modal-main-slide .item .editor::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
  -apple-system-scrollbar: auto;
}
.modal-cont-main .modal-main-slide .item .editor::-webkit-scrollbar-track {
  display: none;
}
.modal-cont-main .modal-main-slide .item .editor::-webkit-scrollbar-thumb {
  background-color: #6d6f79;
  border-radius: 4px;
}
@media all and (max-width: 1023px) {
  .modal-cont-main .modal-main-slide .item .editor::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}
.modal-cont-main .modal-main-slide .item .btn-secondary {
  margin: 0 54rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-cont-main .modal-main-slide .item img {
  width: 100%;
}
.modal-cont-main .modal-main-slide .item > a:not(.btn-secondary) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100%;
  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;
}
.modal-cont-main .controls {
  gap: 30rem;
  text-align: center;
  color: #fff;
  margin-top: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.modal-cont-main .controls * {
  color: inherit;
}
.modal-cont-main .controls .count {
  position: relative;
  width: 40rem;
  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;
}
.modal-cont-main .controls .count:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "/";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modal-cont-main .controls button {
  width: 18rem;
  height: 18rem;
  background: url("../images/icon-swiper-arrow.svg") center center/100% no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.modal-cont-main .controls button.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal-cont-main .ov-y {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media all and (min-width: 1024px) {
  .modal-cont-main .btn-secondary {
    height: 45rem;
  }
}
@media all and (max-width: 1023px) {
  .modal-cont-main .modal-main-slide .item:has(.editor) {
    gap: 15rem;
    padding: 20rem 0 20rem;
  }
  .modal-cont-main .modal-main-slide .item .editor {
    padding: 20rem 20rem 0;
  }
  .modal-cont-main .modal-main-slide .item .btn-secondary {
    margin: 0 20rem;
  }
}
@media all and (max-width: 599px) {
  .modal-cont-main .modal-main-slide .item img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .modal-cont-main .controls {
    margin-top: 15rem;
  }
}
#expandWrap .cms-title {
  position: absolute;
  width: 0;
  visibility: hidden;
  opacity: 0;
}
#expandWrap .kv-area {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#expandWrap .kv-area .contents {
  position: absolute;
  top: 260rem;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#expandWrap .kv-area .contents .inner {
  position: relative;
  width: auto;
}
#expandWrap .kv-area .expand-bg {
  position: absolute;
  top: 880rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
}
#expandWrap .kv-area .expand-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#expandWrap .kv-area .tab-menu-wrap {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding-bottom: 1px;
}
#expandWrap .kv-area .tab-menu-wrap.hide {
  opacity: 0;
  visibility: hidden;
}
#expandWrap .kv-area .tit1 {
  margin-bottom: 40rem;
  text-align: center;
  color: #000;
}
#expandWrap .kv-area .tit2 {
  position: absolute;
  top: 320rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  text-align: center;
}
@media all and (max-width: 1023px) {
  #expandWrap .kv-area .contents {
    top: 140rem;
  }
  #expandWrap .kv-area .tit2 {
    top: 200rem;
  }
  #expandWrap .kv-area .expand-bg {
    top: 85%;
  }
}
@media all and (max-width: 599px) {
  #expandWrap .kv-area .contents {
    width: 100%;
  }
  #expandWrap .kv-area .contents .inner {
    width: calc(100% - 40rem);
  }
  #expandWrap .kv-area .expand-bg {
    width: 80%;
    height: 600px;
  }
  #expandWrap .kv-area .tit2 {
    white-space: unset;
  }
}

.overview .energy {
  padding: 120rem 0 0;
  min-height: 100lvh;
  overflow: hidden;
}
.overview .energy .prev-tit {
  visibility: hidden;
}
.overview .energy .fixed-area {
  min-height: 100lvh;
}
.overview .energy .video-area {
  position: absolute;
  top: 150rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 670rem;
  height: 670rem;
}
.overview .energy .video-area video {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview .energy .text-area {
  text-align: center;
}
.overview .energy .text-area .title {
  margin-bottom: 440rem;
  color: #003087;
}
.overview .energy .moving {
  position: absolute;
  top: 80vh;
  left: 0;
  width: 100%;
  text-align: center;
}
.overview .energy .moving .txt1 {
  margin-bottom: 20rem;
  color: #003087;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.overview .energy .moving .txt1.active {
  opacity: 1;
}
.overview .energy .moving .sub-txt1 {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.overview .energy .moving .sub-txt1.active {
  opacity: 1;
}
.overview .energy .moving .txt2 {
  margin-top: 60rem;
  margin-bottom: 20rem;
  color: #003087;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.overview .energy .moving .txt2.active {
  opacity: 1;
}
.overview .energy .moving .sub-txt2 {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.overview .energy .moving .sub-txt2.active {
  opacity: 1;
}
.overview .energy .moving .sub-txt3 {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.overview .energy .moving .sub-txt3.active {
  opacity: 1;
}
@media all and (max-width: 1023px) {
  .overview .energy {
    padding: 74rem 0;
  }
  .overview .energy .text-area {
    margin: 0 auto;
    width: calc(100% - 40rem);
  }
  .overview .energy .moving {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 40rem);
  }
}
.overview .introduce {
  position: relative;
  width: calc(100% - 80rem);
  margin: 0 auto;
  min-height: 100lvh;
  color: #fff;
  border-radius: 24px;
  overflow: hidden;
  background: url("/common/kr/images/bg-overview-introduce.jpg") no-repeat center center/cover;
}
.overview .introduce .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 200rem 0;
}
.overview .introduce .p-box {
  width: 600rem;
  padding-top: 256rem;
}
.overview .introduce .item {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.overview .introduce .item.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media all and (max-width: 1023px) {
  .overview .introduce {
    padding: 50rem 30rem;
    margin: 0 auto;
    width: calc(100% - 40rem);
    height: auto;
    border-radius: 12px;
  }
  .overview .introduce .tit {
    position: static;
  }
  .overview .introduce .p-box {
    position: static;
    padding-top: 100rem;
    width: auto;
  }
  .overview .introduce .inner {
    padding: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.overview .history {
  padding: 250rem 0;
}
.overview .history .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.overview .history .inner .tit {
  position: sticky;
  top: 120rem;
  height: 100px;
  width: 600rem;
  color: #002554;
}
.overview .history .inner .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  width: calc(100% - 600rem);
}
.overview .history .inner .lists .list {
  border: 1px solid #d9d9d9;
}
.overview .history .inner .lists .list .txt-area {
  padding: 60rem;
}
.overview .history .inner .lists .list .txt-area .subj {
  margin-bottom: 40rem;
}
.overview .history .inner .lists .list .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1023px) {
  .overview .history {
    padding: 160rem 0;
  }
  .overview .history .inner {
    display: block;
  }
  .overview .history .inner .tit {
    position: static;
    width: 100%;
    height: auto;
  }
  .overview .history .inner .lists {
    padding-top: 50rem;
    width: 100%;
  }
  .overview .history .inner .lists .list .txt-area {
    padding: 30rem;
  }
  .overview .history .inner .lists .list .txt-area .subj {
    margin-bottom: 20rem;
  }
}

.missionvision {
  overflow: hidden;
}
.missionvision .kv-area {
  background-color: #fff;
}
.missionvision .kv-area .expand-bg img {
  -o-object-position: bottom;
     object-position: bottom; /* or left/right/bottom */
}
.missionvision .beyond-sec {
  position: relative;
  top: -1px;
  height: 100dvh;
}
.missionvision .beyond-sec .pin {
  height: 100dvh;
  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;
}
.missionvision .beyond-sec .txts {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.missionvision .beyond-sec .txts .txt {
  margin-top: 40rem;
}
.missionvision .beyond-sec .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.missionvision .beyond-sec .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top; /* or left/right/bottom */
}
@media all and (max-width: 1023px) {
  .missionvision .beyond-sec .txts {
    padding: 0 24rem;
  }
}
.missionvision .mission-sec {
  height: 400dvh;
}
.missionvision .mission-sec .pin {
  height: 100dvh;
  padding: 40rem;
}
.missionvision .mission-sec .mision-area {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 24rem;
  overflow: hidden;
}
.missionvision .mission-sec .mision-area .mission-wrap, .missionvision .mission-sec .mision-area .vision-wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.missionvision .mission-sec .mision-area .mission-wrap .slogan-box, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box {
  position: relative;
  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: 100%;
  height: 100%;
  overflow: hidden;
}
.missionvision .mission-sec .mision-area .mission-wrap .slogan-box .txt-div, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .txt-div {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.missionvision .mission-sec .mision-area .mission-wrap .slogan-box .txt-div .category, .missionvision .mission-sec .mision-area .mission-wrap .slogan-box .txt-div .txts, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .txt-div .category, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .txt-div .txts {
  position: relative;
  -webkit-transform: translateY(60rem);
          transform: translateY(60rem);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.missionvision .mission-sec .mision-area .mission-wrap .slogan-box .txt-div.on .category, .missionvision .mission-sec .mision-area .mission-wrap .slogan-box .txt-div.on .txts, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .txt-div.on .category, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .txt-div.on .txts {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.missionvision .mission-sec .mision-area .mission-wrap .slogan-box .txt-div.on .txts, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .txt-div.on .txts {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.missionvision .mission-sec .mision-area .mission-wrap .slogan-box .txt-div .txts, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .txt-div .txts {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  padding: 0 15rem;
}
.missionvision .mission-sec .mision-area .mission-wrap .slogan-box .txt-div .txts .slogan, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .txt-div .txts .slogan {
  margin: 50rem 0 40rem;
  -webkit-transition: margin 1s ease, font 1s ease;
  transition: margin 1s ease, font 1s ease;
}
.missionvision .mission-sec .mision-area .mission-wrap .slogan-box:not(:has(.motion)) .bg, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box:not(:has(.motion)) .bg {
  width: calc(100vw - 80rem);
  height: calc(100dvh - 80rem);
}
.missionvision .mission-sec .mision-area .mission-wrap .slogan-box .bg, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.missionvision .mission-sec .mision-area .mission-wrap .slogan-box .bg img, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.missionvision .mission-sec .mision-area .mission-wrap {
  z-index: 1;
  top: -100%;
  background-color: #060f20;
}
.missionvision .mission-sec .mision-area .mission-wrap.active {
  top: 0;
}
.missionvision .mission-sec .mision-area .vision-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 100%;
}
.missionvision .mission-sec .mision-area .vision-wrap.active {
  top: 0;
}
.missionvision .mission-sec .mision-area .vision-wrap.active .slogan-box:first-child .motion {
  top: 0;
}
.missionvision .mission-sec .mision-area .vision-wrap .slogan-box:first-child .motion {
  top: -50%;
}
.missionvision .mission-sec .mision-area .vision-wrap .slogan-box .motion {
  position: relative;
  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: 100%;
  height: 100%;
}
@media all and (min-width: 1024px) {
  .missionvision .mission-sec .mission-wrap, .missionvision .mission-sec .vision-wrap {
    -webkit-transition: top 1s ease, visibility 1s ease;
    transition: top 1s ease, visibility 1s ease;
  }
  .missionvision .mission-sec .vision-wrap.m .slogan-box {
    width: 600rem !important;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .missionvision .mission-sec .vision-wrap.m .slogan-box:not(:first-child) .motion {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .missionvision .mission-sec .vision-wrap.m .slogan-box:nth-child(2) .motion {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .missionvision .mission-sec .vision-wrap.m .slogan-box:nth-child(3) .motion {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .missionvision .mission-sec .vision-wrap.m .slogan-box .motion {
    border-radius: 24rem;
    overflow: hidden;
  }
  .missionvision .mission-sec .vision-wrap.m .slogan-box .txt-div .txts .slogan {
    margin-top: 80rem;
    font-size: 44rem;
  }
  .missionvision .mission-sec .vision-wrap .slogan-box {
    -webkit-transition: width 1s ease, visibility 1s ease;
    transition: width 1s ease, visibility 1s ease;
  }
  .missionvision .mission-sec .vision-wrap .slogan-box:first-child .motion {
    -webkit-transition: top 1s ease, -webkit-transform 1s ease;
    transition: top 1s ease, -webkit-transform 1s ease;
    transition: top 1s ease, transform 1s ease;
    transition: top 1s ease, transform 1s ease, -webkit-transform 1s ease;
  }
  .missionvision .mission-sec .vision-wrap .slogan-box:not(:first-child) {
    width: 0;
  }
  .missionvision .mission-sec .vision-wrap .slogan-box:not(:first-child) .txt-div .category, .missionvision .mission-sec .vision-wrap .slogan-box:not(:first-child) .txt-div .txts {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .missionvision .mission-sec .vision-wrap .slogan-box:not(:first-child) .motion {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: visibility 1s ease, opacity 1s ease, top 1s ease, -webkit-transform 1s ease;
    transition: visibility 1s ease, opacity 1s ease, top 1s ease, -webkit-transform 1s ease;
    transition: visibility 1s ease, opacity 1s ease, transform 1s ease, top 1s ease;
    transition: visibility 1s ease, opacity 1s ease, transform 1s ease, top 1s ease, -webkit-transform 1s ease;
  }
}
@media all and (max-width: 1023px) {
  .missionvision .mission-sec .pin {
    padding: 20rem;
  }
  .missionvision .mission-sec .mision-area {
    border-radius: 12rem;
  }
  .missionvision .mission-sec .mision-area .mission-wrap .slogan-box .txt-div .txts .slogan, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .txt-div .txts .slogan {
    margin: 30rem 0 20rem;
  }
  .missionvision .mission-sec .mision-area .mission-wrap .slogan-box:not(:has(.motion)) .bg, .missionvision .mission-sec .mision-area .vision-wrap .slogan-box:not(:has(.motion)) .bg {
    width: 100%;
    height: 100%;
  }
  .missionvision .mission-sec .mision-area .vision-wrap {
    display: block;
  }
  .missionvision .mission-sec .mision-area .vision-wrap .slogan-box {
    position: absolute;
    top: 0;
  }
  .missionvision .mission-sec .mision-area .vision-wrap .slogan-box:nth-child(1) {
    z-index: 3;
  }
  .missionvision .mission-sec .mision-area .vision-wrap .slogan-box:nth-child(2) {
    z-index: 2;
  }
  .missionvision .mission-sec .mision-area .vision-wrap .slogan-box:nth-child(3) {
    z-index: 1;
  }
  .missionvision .mission-sec .mision-area .vision-wrap .slogan-box .motion {
    top: -50%;
  }
  .missionvision .mission-sec .mision-area .vision-wrap .slogan-box:not(:first-child) {
    top: 100%;
  }
  .missionvision .mission-sec .mision-area .vision-wrap .slogan-box.on {
    top: 0;
  }
  .missionvision .mission-sec .mision-area .vision-wrap .slogan-box.on .motion {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .missionvision .mission-sec .mision-area .vision-wrap .slogan-box.off {
    top: -100%;
  }
}
.missionvision .corevalue-sec {
  margin: 250rem 0;
}
.missionvision .corevalue-sec .core-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}
.missionvision .corevalue-sec .core-list .item {
  position: relative;
  height: 518rem;
  padding: 60rem;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}
.missionvision .corevalue-sec .core-list .item .txt {
  margin-top: 20rem;
}
.missionvision .corevalue-sec .core-list .item .icon {
  position: absolute;
  bottom: 60rem;
  right: 60rem;
  width: 185rem;
  height: 185rem;
}
.missionvision .corevalue-sec .core-list .item .icon img {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .missionvision .corevalue-sec {
    margin: 100rem 0 160rem;
  }
  .missionvision .corevalue-sec .core-list .item {
    position: relative;
    height: 320rem;
    padding: 30rem;
  }
  .missionvision .corevalue-sec .core-list .item .txt {
    margin-top: 10rem;
  }
  .missionvision .corevalue-sec .core-list .item .icon {
    bottom: 30rem;
    right: 30rem;
    width: 120rem;
    height: 120rem;
  }
}
@media all and (max-width: 599px) {
  .missionvision .corevalue-sec .core-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.affiliates {
  overflow: hidden;
}
.affiliates .hdconvion {
  margin: 200rem 0 250rem;
  overflow: hidden;
}
.affiliates .hdconvion .inner {
  position: relative;
}
.affiliates .hdconvion .img-item {
  border-radius: 12px;
  overflow: hidden;
}
.affiliates .hdconvion .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.affiliates .hdconvion .hd .pin {
  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: 50rem 0 70rem;
}
.affiliates .hdconvion .hd .slide-con .slide-list {
  left: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.affiliates .hdconvion .hd .slide-con .slide-list.swiper-wrapper {
  width: auto;
  height: auto;
}
.affiliates .hdconvion .hd .slide-con .slide-list .img-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1065rem;
}
.affiliates .hdconvion .convion {
  margin-top: 200rem;
}
.affiliates .affiliate-vision {
  position: relative;
  overflow: hidden;
}
.affiliates .affiliate-vision .pin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
}
.affiliates .affiliate-vision .typo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20rem;
  width: 100%;
  height: 100%;
}
.affiliates .affiliate-vision .typo .bg {
  position: relative;
  width: 0;
  height: 5vw;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  background: url("/common/kr/images/bg-affiliates-cont.jpg") no-repeat center center/cover;
}
.affiliates .affiliate-vision .typo .bg .dimd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
.affiliates .affiliate-vision .typo .txt {
  text-transform: uppercase;
  font-family: Pretendard;
  font-weight: 900;
  font-size: 120rem;
  line-height: 100%;
  letter-spacing: -0.032rem;
  color: #003087;
}
.affiliates .affiliate-vision .pin-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: url("/common/kr/images/bg-affiliates-cont.jpg") no-repeat center center/cover;
}
.affiliates .affiliate-vision .pin-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.affiliates .affiliate-vision.bg-active .pin-bg {
  opacity: 1;
}
.affiliates .affiliate-vision .cont {
  visibility: visible;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  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;
  height: 100vh;
  padding: 140rem 0;
  z-index: 3;
}
.affiliates .affiliate-vision .cont.on {
  visibility: visible;
}
.affiliates .affiliate-vision .cont.on .txt {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.affiliates .affiliate-vision .cont.on .infographics .tit {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.affiliates .affiliate-vision .cont.on .infographics .circles .circle {
  opacity: 1;
}
.affiliates .affiliate-vision .cont.on .infographics .circles .circle:last-child {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.affiliates .affiliate-vision .cont .txt {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.affiliates .affiliate-vision .cont .infographics .tit {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.affiliates .affiliate-vision .cont .infographics .circles .circle:last-child {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.affiliates .affiliate-vision .cont .infographics .tit {
  position: relative;
  z-index: 1;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.affiliates .affiliate-vision .cont .infographics .tit::before, .affiliates .affiliate-vision .cont .infographics .tit::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30rem;
  height: 1px;
  background: #fff;
}
.affiliates .affiliate-vision .cont .infographics .tit::before {
  right: calc(100% + 50rem);
}
.affiliates .affiliate-vision .cont .infographics .tit::after {
  left: calc(100% + 50rem);
}
.affiliates .affiliate-vision .cont .infographics .circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.affiliates .affiliate-vision .cont .infographics .circles .circle {
  position: relative;
  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: 800rem;
  height: 800rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.affiliates .affiliate-vision .cont .infographics .circles .circle svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.affiliates .affiliate-vision .cont .infographics .circles .circle svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 30% 285%;
  stroke-dashoffset: 200%;
}
.affiliates .affiliate-vision .cont .infographics .circles .circle .t {
  position: relative;
  z-index: 1;
  color: #fff;
}
.affiliates .affiliate-vision .cont .infographics .circles .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70rem;
  height: 1px;
  background: #fff;
}
.affiliates .affiliate-vision .cont .infographics .circles .circle:first-child::before {
  left: -40rem;
}
.affiliates .affiliate-vision .cont .infographics .circles .circle:last-child {
  margin-left: -60rem;
}
.affiliates .affiliate-vision .cont .infographics .circles .circle:last-child::before {
  right: -40rem;
}
.affiliates .affiliate-vision .cont .infographics .circles .circle:last-child svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.affiliates .affiliate-vision .cont .txt {
  position: absolute;
  z-index: 1;
  top: calc(50% + 150rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
@media all and (max-width: 1023px) {
  .affiliates .hdconvion {
    margin: 100rem 0;
  }
  .affiliates .hdconvion .img-item {
    border-radius: 4px;
  }
  .affiliates .hdconvion .hd {
    height: auto;
  }
  .affiliates .hdconvion .hd .pin {
    height: auto;
    padding: 0;
  }
  .affiliates .hdconvion .hd .slide-con {
    height: auto;
  }
  .affiliates .hdconvion .hd .slide-con .slide-list {
    position: unset;
  }
  .affiliates .hdconvion .hd .slide-con .slide-list.swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .affiliates .hdconvion .hd .slide-con .slide-list .img-item {
    width: 100%;
  }
  .affiliates .hdconvion .convion {
    margin-top: 100rem;
  }
  .affiliates .affiliate-vision .typo {
    gap: 4rem;
  }
  .affiliates .affiliate-vision .typo .txt {
    font-size: 70rem;
  }
  .affiliates .affiliate-vision .cont {
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80rem 20rem;
  }
  .affiliates .affiliate-vision .cont .infographics {
    position: relative;
  }
  .affiliates .affiliate-vision .cont .infographics .tit::before, .affiliates .affiliate-vision .cont .infographics .tit::after {
    top: unset;
    left: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
    height: 12rem;
  }
  .affiliates .affiliate-vision .cont .infographics .tit::before {
    right: unset;
    bottom: calc(100% + 4dvh);
  }
  .affiliates .affiliate-vision .cont .infographics .tit::after {
    left: 50%;
    top: calc(100% + 4dvh);
  }
  .affiliates .affiliate-vision .cont .infographics .circles {
    display: block;
  }
  .affiliates .affiliate-vision .cont .infographics .circles .circle {
    max-width: 80dvh;
    max-height: 80dvh;
    width: 320rem;
    height: 320rem;
  }
  .affiliates .affiliate-vision .cont .infographics .circles .circle svg circle {
    stroke-dashoffset: 125%;
  }
  .affiliates .affiliate-vision .cont .infographics .circles .circle::before {
    width: 1px;
    height: 28rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .affiliates .affiliate-vision .cont .infographics .circles .circle:first-child::before {
    top: -14rem;
    left: 50%;
    right: unset;
    bottom: unset;
  }
  .affiliates .affiliate-vision .cont .infographics .circles .circle:last-child {
    margin-left: 0;
    margin-top: -24rem;
  }
  .affiliates .affiliate-vision .cont .infographics .circles .circle:last-child::before {
    top: unset;
    bottom: -14rem;
    right: unset;
    left: 50%;
  }
  .affiliates .affiliate-vision .cont .txt {
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 8dvh;
    padding: 0 100rem;
  }
}
@media all and (max-width: 599px) {
  .affiliates .affiliate-vision .typo .bg {
    height: 8vw;
  }
  .affiliates .affiliate-vision .typo .txt {
    font-size: 36rem;
  }
  .affiliates .affiliate-vision .cont .txt {
    padding: 0;
  }
}

.map-api {
  height: 680rem;
  border-radius: 12px;
  overflow: hidden;
}
.map-api iframe {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1023px) {
  .map-api {
    height: 320rem;
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60rem 20rem;
}
.card-list .item {
  display: block;
  cursor: pointer;
}
.card-list .item:hover .logo {
  border: 1px solid #003087;
}
.card-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 360rem;
  padding: 0 160rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
}
.card-list .item .logo img {
  width: 100%;
}
.card-list .item .logo img.no-img {
  width: 120rem;
}
.card-list .item .name {
  margin-top: 20rem;
}
@media all and (max-width: 1023px) {
  .card-list {
    row-gap: 30rem;
  }
  .card-list .item .logo {
    height: 200rem;
    padding: 0 60rem;
  }
  .card-list .item .logo img.no-img {
    width: 90rem;
  }
}
@media all and (max-width: 599px) {
  .card-list {
    gap: 50rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .card-list .item .name {
    margin-top: 25rem;
  }
}

.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40rem;
     -moz-column-gap: 40rem;
          column-gap: 40rem;
}
.company-info .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 445rem;
  height: 240rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}
.company-info .logo img {
  max-width: 70%;
  max-height: 70%;
  display: block;
}
.company-info .logo img.no-img {
  width: auto;
}
@media all and (max-width: 1023px) {
  .company-info .logo {
    width: 300rem;
    height: 162rem;
  }
}
@media all and (max-width: 599px) {
  .company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem 0;
  }
  .company-info .list-table {
    width: 100%;
  }
  .company-info .logo {
    width: 100%;
    height: 200rem;
  }
}

.project-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20rem;
  margin-top: 40rem;
}
.project-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40rem;
     -moz-column-gap: 40rem;
          column-gap: 40rem;
  padding: 40rem;
  border-radius: 4px;
  background-color: #f2f5f9;
  overflow: hidden;
}
.project-info .item:has(.img) .txts {
  width: calc(100% - 445rem);
}
.project-info .item .txts .tit {
  color: #003087;
}
.project-info .item .txts .date {
  margin-top: 10rem;
  color: #555;
}
.project-info .item .txts .txt {
  margin-top: 20rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.project-info .item .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 405rem;
  height: 240rem;
  overflow: hidden;
}
.project-info .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1023px) {
  .project-info {
    margin-top: 50rem;
  }
  .project-info .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem 0;
    padding: 30rem;
  }
  .project-info .item:has(.img) .txts {
    width: 100%;
  }
  .project-info .item .img {
    width: 100%;
    height: 254rem;
  }
}
@media all and (max-width: 599px) {
  .project-info .item .img {
    height: 154rem;
  }
}

.hdconvion-relative {
  position: relative;
}
.hdconvion-relative button {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54rem;
  height: 54rem;
  border-radius: 50%;
  background: url("../images/vis-prev.svg") center center/100% no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.hdconvion-relative button.hdconvion-prev {
  left: 40rem;
}
.hdconvion-relative button.hdconvion-next {
  right: 40rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.hdconvion-relative button.swiper-button-lock {
  display: none;
}
@media all and (max-width: 1023px) {
  .hdconvion-relative button {
    display: none;
  }
}

.policy-wrap .policy-box {
  padding: 50rem;
  border-radius: 4px;
  border: 1px solid #555;
}
.policy-wrap .f-pr-b3-b {
  margin: 100rem 0 10rem;
}
.policy-wrap .f-pr-b4 {
  margin: 10rem 0;
}
.policy-wrap .f-pr-b4:last-child {
  margin-bottom: 0;
}
.policy-wrap .policy {
  margin-bottom: 50rem;
}
.policy-wrap .policy:last-child {
  margin-bottom: 0;
}
.policy-wrap .policy .f-pr-b4 {
  color: #555;
}
.policy-wrap .policy .table {
  margin-top: 30rem;
}
.policy-wrap .policy ol {
  counter-reset: number 0;
}
.policy-wrap .policy ol > li::before {
  color: #000;
}
.policy-wrap .policy ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
.policy-wrap .policy ol:not(.mark) li {
  counter-increment: number 1;
}
.policy-wrap .policy ol:not(.mark) li::before {
  content: counter(number, decimal-leading-zero);
}
.policy-wrap .policy ol:not(.mark) li ol li:nth-child(1)::before {
  content: "①";
}
.policy-wrap .policy ol:not(.mark) li ol li:nth-child(2)::before {
  content: "②";
}
.policy-wrap .policy ol:not(.mark) li ol li:nth-child(3)::before {
  content: "③";
}
.policy-wrap .policy ol:not(.mark) li ol li:nth-child(4)::before {
  content: "④";
}
.policy-wrap .policy ol:not(.mark) li ol li:nth-child(5)::before {
  content: "⑤";
}
.policy-wrap .policy ol:not(.mark) li ol li:nth-child(6)::before {
  content: "⑥";
}
.policy-wrap .policy ol:not(.mark) li ol li:nth-child(7)::before {
  content: "⑦";
}
.policy-wrap .policy ol:not(.mark) li ol li:nth-child(8)::before {
  content: "⑧";
}
.policy-wrap .policy ol:not(.mark) li ol li:nth-child(9)::before {
  content: "⑨";
}
.policy-wrap .policy ol.mark li:nth-child(1)::before {
  content: "①";
}
.policy-wrap .policy ol.mark li:nth-child(2)::before {
  content: "②";
}
.policy-wrap .policy ol.mark li:nth-child(3)::before {
  content: "③";
}
.policy-wrap .policy ol.mark li:nth-child(4)::before {
  content: "④";
}
.policy-wrap .policy ol.mark li:nth-child(5)::before {
  content: "⑤";
}
.policy-wrap .policy ol.mark li:nth-child(6)::before {
  content: "⑥";
}
.policy-wrap .policy ol.mark li:nth-child(7)::before {
  content: "⑦";
}
.policy-wrap .policy ol.mark li:nth-child(8)::before {
  content: "⑧";
}
.policy-wrap .policy ol.mark li:nth-child(9)::before {
  content: "⑨";
}
@media all and (max-width: 1023px) {
  .policy-wrap .policy-box {
    padding: 20rem;
  }
  .policy-wrap .f-pr-b3-b {
    margin: 50rem 0 10rem;
  }
}

.auditor-box {
  position: relative;
  padding: 100rem;
  border-radius: 12px;
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
}
.auditor-box .logo {
  position: absolute;
  right: 100rem;
  top: 100rem;
  width: 315rem;
}
.auditor-box .logo img {
  width: 100%;
}
.auditor-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  margin-bottom: 50rem;
}
.auditor-box .list-table {
  gap: 10rem;
}
.auditor-box .list-table .tr .th {
  width: 170rem;
}
@media all and (max-width: 1023px) {
  .auditor-box {
    padding: 80rem 30rem 30rem;
    border-radius: 4px;
  }
  .auditor-box .logo {
    position: absolute;
    right: 30rem;
    top: 30rem;
    width: 100rem;
  }
  .auditor-box .top {
    gap: 4rem;
    margin-bottom: 50rem;
  }
  .auditor-box .list-table {
    gap: 6rem;
  }
  .auditor-box .list-table .tr .th {
    width: 100%;
  }
}

.affiliate-wrap .affiliate-banner {
  position: relative;
  padding: 200rem 0;
  color: #fff;
}
.affiliate-wrap .affiliate-banner .tit-wrap .txt {
  margin-top: 10rem;
}
.affiliate-wrap .affiliate-banner .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 80rem;
}
.affiliate-wrap .affiliate-banner .list-wrap .list {
  display: grid;
  grid-template-columns: repeat(2, 280rem);
  gap: 100rem;
  margin-left: auto;
}
.affiliate-wrap .affiliate-banner .list-wrap .list .item .name {
  margin-bottom: 10rem;
}
.affiliate-wrap .affiliate-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.affiliate-wrap .affiliate-banner .bg .pin {
  width: 100%;
  height: 100%;
}
.affiliate-wrap .affiliate-banner .bg .pin .img {
  position: relative;
  width: 100%;
  height: 120%;
  background: url("../images/bg-affiliate-banner.jpg") no-repeat center bottom/cover;
}
.affiliate-wrap .affiliate-detail {
  margin-top: 200rem;
}
.affiliate-wrap .affiliate-detail .affi-div {
  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;
  padding: 60rem 0;
}
.affiliate-wrap .affiliate-detail .affi-div .blue-chk {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 21rem;
  color: #003087;
  background: url("../images/icon-blue-check.svg") no-repeat top 3rem left/16rem auto;
}
.affiliate-wrap .affiliate-detail .affi-div .tit-wrap {
  gap: 10rem;
  width: 338rem;
}
.affiliate-wrap .affiliate-detail .affi-div .tit-wrap .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
.affiliate-wrap .affiliate-detail .affi-div .tit-wrap .num {
  margin-top: 10rem;
  color: #003087;
}
.affiliate-wrap .affiliate-detail .affi-div .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16rem;
}
.affiliate-wrap .affiliate-detail .affi-div .list .item {
  width: 338rem;
  padding: 40rem;
  background-color: #f2f5f9;
  border-radius: 12px;
  overflow: hidden;
}
.affiliate-wrap .affiliate-detail .affi-div .list .item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
.affiliate-wrap .affiliate-detail .affi-div .list .item .num {
  margin-top: 4rem;
}
@media all and (max-width: 1023px) {
  .affiliate-wrap .affiliate-banner {
    padding: 100rem 16rem 80rem;
  }
  .affiliate-wrap .affiliate-banner .list-wrap {
    display: block;
    margin-top: 45rem;
  }
  .affiliate-wrap .affiliate-banner .list-wrap .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50rem;
  }
  .affiliate-wrap .affiliate-banner .bg .pin .img {
    background-image: url("../images/bg-affiliate-banner-mob.jpg");
  }
  .affiliate-wrap .affiliate-detail {
    margin-top: 50rem;
  }
  .affiliate-wrap .affiliate-detail .affi-div {
    display: block;
    padding: 0;
  }
  .affiliate-wrap .affiliate-detail .affi-div .blue-chk {
    background-position: top 1rem left;
  }
  .affiliate-wrap .affiliate-detail .affi-div .tit-wrap {
    position: relative;
    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%;
    padding-top: 32rem;
  }
  .affiliate-wrap .affiliate-detail .affi-div .tit-wrap .name {
    display: block;
  }
  .affiliate-wrap .affiliate-detail .affi-div .tit-wrap .name .blue-chk {
    position: absolute;
    top: 0;
    right: 0;
  }
  .affiliate-wrap .affiliate-detail .affi-div .tit-wrap .num {
    margin-top: 0;
  }
  .affiliate-wrap .affiliate-detail .affi-div .list {
    margin-top: 20rem;
    gap: 5rem;
  }
  .affiliate-wrap .affiliate-detail .affi-div .list .item {
    width: 100%;
    padding: 30rem 20rem;
    border-radius: 4px;
  }
}
@media all and (max-width: 599px) {
  .affiliate-wrap .affiliate-detail .affi-div .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* iframe */
.viewport-wrap {
  width: 100%;
  margin-top: 100rem;
}
.viewport-wrap .viewport {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .viewport-wrap {
    margin-top: 50rem;
  }
}

.mt30 {
  margin-top: 30rem !important;
}
.mt40 {
  margin-top: 40rem !important;
}

.box-blue {
  padding: 50rem;
  color: #666;
  background-color: #f2f5f9;
}
@media all and (max-width: 1023px) {
  .box-blue.box-blue {
    padding: 30rem;
  }
}

.policy-tit {
  margin: 50rem 0 7rem;
}

.policy-desc {
  color: #666;
}
.policy-desc .mt, .policy-desc > *:not(:first-child),
.policy-desc li:not(:first-child) {
  margin-top: 7rem;
}

.policy-table {
  width: 100% !important;
  margin-top: 30rem;
}
.policy-table td {
  color: #666;
}
.policy-table + .policy-desc {
  margin-top: 30rem;
}

.policy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
.policy-flex span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
}

.policy-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media all and (max-width: 599px) {
  .policy-select .form-group {
    width: 100%;
  }
}

.page-error {
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20rem;
  padding: 30rem;
  text-align: center;
  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;
}
.page-error .t {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.page-error .t:before {
  content: "";
  display: block;
  width: 200rem;
  height: 200rem;
  background: url("../images/icon-error.svg") 0 0/100% no-repeat;
}
@media all and (max-width: 1023px) {
  .page-error .t:before {
    width: 150rem;
    height: 150rem;
  }
}
.page-error .t.site:before {
  background-image: url("../images/icon-site-manage.svg");
}
.page-error .box-blue {
  margin-top: 20rem;
  padding: 44rem 62rem;
}
.page-error .box-blue dl {
  gap: 10rem;
  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;
}
.page-error .box-blue dl:not(:first-child) {
  margin-top: 10rem;
}
.page-error.site {
  padding-bottom: 153rem;
}
@media all and (max-width: 1023px) {
  .page-error .box-blue {
    padding: 30rem;
  }
}
@media all and (max-width: 599px) {
  .page-error .box-blue dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
  }
  .page-error.site {
    padding-bottom: 30rem;
  }
}

.browser-update .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  margin: 20rem 0 30rem;
}
.browser-update .link > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.browser-update .link > li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10rem;
  padding: 50rem 15rem;
  background-color: #f2f5f9;
  border-radius: 12rem;
  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;
}
.browser-update .link > li a:before {
  content: "";
  display: block;
  width: 60rem;
  height: 60rem;
  background: url("") center center/100% no-repeat;
}
.browser-update .link > li a.chrome:before {
  background-image: url("../images/icon-chrome.svg");
}
.browser-update .link > li a.edge:before {
  background-image: url("../images/icon-edge.svg");
}
.browser-update .link > li a.firefox:before {
  background-image: url("../images/icon-firefox.svg");
}
.browser-update .link > li span {
  background: url("../images/icon-blank-radius.svg") right center/10rem no-repeat;
  padding-right: 15rem;
}
.browser-update .txt {
  text-align: center;
}
.browser-update .justify {
  margin-bottom: 20rem;
}
@media all and (max-width: 599px) {
  .browser-update .txt {
    text-align: justify;
  }
  .browser-update .justify {
    margin-bottom: 44rem;
  }
  .browser-update .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 5rem;
  }
  .browser-update .link > li a {
    padding: 19rem 10rem;
  }
  .browser-update .link > li a:before {
    width: 30rem;
    height: 30rem;
  }
}

.visual-wrap {
  margin-bottom: 250rem;
}
.visual-wrap .visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 540rem;
}
.visual-wrap .visual .tit {
  position: relative;
  z-index: 1;
  color: #fff;
}
.visual-wrap .visual .bg {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.visual-wrap .visual .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual-wrap .txt {
  margin-top: 80rem;
}
@media all and (max-width: 1023px) {
  .visual-wrap {
    margin-bottom: 100rem;
  }
  .visual-wrap .visual {
    height: 360rem;
  }
  .visual-wrap .txt {
    margin-top: 40rem;
  }
}

.gray-bdr {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
  padding: 84rem 30rem;
}
.gray-bdr img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 1023px) {
  .gray-bdr {
    padding: 30rem;
    border-radius: 4px;
  }
}

@media all and (max-width: 599px) {
  .scroll-area:has(.gray-bdr) {
    padding-bottom: 5rem;
  }
  .scroll-area:has(.gray-bdr)::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
    background: transparent;
    -apple-system-scrollbar: auto;
  }
  .scroll-area:has(.gray-bdr)::-webkit-scrollbar-track {
    display: none;
  }
  .scroll-area:has(.gray-bdr)::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 4px;
  }
}
@media all and (max-width: 599px) and (max-width: 1023px) {
  .scroll-area:has(.gray-bdr)::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}
@media all and (max-width: 599px) {
  .scroll-area:has(.gray-bdr) .gray-bdr {
    position: relative;
    width: 811rem;
  }
}

.circle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.circle-list.w980 {
  width: 980rem;
  margin: 0 auto;
}
.circle-list .item {
  width: 240rem;
}
.circle-list .item .icon {
  width: 240rem;
  height: 240rem;
  border-radius: 50%;
  background-color: #f2f5f9;
  overflow: hidden;
}
.circle-list .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.circle-list .item .txt {
  text-align: center;
  margin-top: 20rem;
}
@media all and (max-width: 1023px) {
  .circle-list {
    display: grid;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    grid-template-columns: repeat(2, 1fr);
    gap: 30rem 20rem;
  }
  .circle-list.w980 {
    width: 100%;
  }
  .circle-list .item {
    width: auto;
  }
  .circle-list .item .icon {
    width: 120rem;
    height: 120rem;
    margin: 0 auto;
  }
}

.visual-img .img {
  height: 800rem;
  margin: 0 40rem;
  border-radius: 12px;
  overflow: hidden;
}
.visual-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual-img .txt {
  margin-top: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 1023px) {
  .visual-img .img {
    position: relative;
    left: -30rem;
    width: calc(100% + 60rem);
    height: 500rem;
    border-radius: 0;
    margin: 0;
  }
  .visual-img .txt {
    margin-top: 50rem;
  }
}
@media all and (max-width: 599px) {
  .visual-img .img {
    left: -20rem;
    width: calc(100% + 40rem);
    height: 280rem;
  }
  .visual-img .txt {
    display: block;
  }
}

#wrapper:not(:has(#header.hide)) .tab-switch-div.fix .tab-switch {
  top: 100rem;
}
@media all and (max-width: 1023px) {
  #wrapper:not(:has(#header.hide)) .tab-switch-div.fix .tab-switch {
    top: 70rem;
  }
}

.tab-switch-wrap {
  position: absolute;
  top: 100rem;
  width: 100%;
}

.tab-switch-div {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.tab-switch {
  position: relative;
  top: 0;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
  padding: 10rem;
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
  border-radius: 999px;
  background-color: #fff;
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.tab-switch::before {
  content: "";
  position: absolute;
  left: 10rem;
  top: 10rem;
  z-index: -1;
  background-color: #002554;
  border-radius: 999px;
  width: 156rem;
  height: calc(100% - 20rem);
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
}
.tab-switch:has(.tab.on:nth-child(2))::before {
  left: calc(100% - 166rem);
}
.tab-switch .tab {
  width: 156rem;
  height: 54rem;
  padding: 0 25rem;
  color: #555;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.tab-switch .tab.on {
  color: #fff;
}
@media all and (max-width: 1023px) {
  .tab-switch {
    gap: 4rem;
  }
  .tab-switch::before {
    width: 130rem;
  }
  .tab-switch:has(.tab.on:nth-child(2))::before {
    left: calc(100% - 140rem);
  }
  .tab-switch .tab {
    width: 130rem;
    height: 40rem;
  }
}

@media all and (max-width: 1023px) {
  .tab-cont:has(.fixed-list-wrap) {
    padding-top: 110rem;
  }
}
.fixed-list-wrap {
  position: relative;
  padding: 250rem 0 0;
}
.fixed-list-wrap:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fixed-list-wrap:last-child {
  padding-bottom: 250rem;
}
.fixed-list-wrap .list-tit {
  width: 500rem;
}
.fixed-list-wrap .list-tit .txt {
  margin-top: 40rem;
}
.fixed-list-wrap .list-tit .btn-wrap {
  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;
  margin-top: 40rem;
}
.fixed-list-wrap .list-tit .btn-wrap a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed-list-wrap .list-tit .btn-wrap a + a {
  margin-top: 10rem;
}
.fixed-list-wrap .cont-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100rem;
  width: 600rem;
  margin-left: auto;
}
.fixed-list-wrap .cont-list .item .img {
  height: 444rem;
  margin-bottom: 20rem;
  border-radius: 12px;
  overflow: hidden;
  background-color: #e4e4e4;
}
.fixed-list-wrap .cont-list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fixed-list-wrap .cont-list .item .txts .txt {
  margin-top: 10rem;
}
@media all and (max-width: 1023px) {
  .fixed-list-wrap {
    padding: 100rem 0 0;
  }
  .fixed-list-wrap:not(:first-child) {
    display: block;
  }
  .fixed-list-wrap:last-child {
    padding-bottom: 100rem;
  }
  .fixed-list-wrap .list-tit {
    position: relative;
    top: unset;
    width: 100%;
    margin-bottom: 100rem;
  }
  .fixed-list-wrap .list-tit .txt {
    margin-top: 20rem;
  }
  .fixed-list-wrap .list-tit .btn-wrap a + a {
    margin-top: 5rem;
  }
  .fixed-list-wrap .cont-list {
    gap: 50rem;
    width: 100%;
    margin-left: unset;
  }
  .fixed-list-wrap .cont-list .item .img {
    height: 237rem;
  }
}

.con-info-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40rem;
}
.con-info-tit .tit-wrap .txt {
  margin-top: 40rem;
}
.con-info-tit .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 437rem;
}
.con-info-tit .img img {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .con-info-tit .tit-wrap .txt {
    margin-top: 20rem;
  }
  .con-info-tit .img {
    width: 300rem;
  }
}
@media all and (max-width: 599px) {
  .con-info-tit {
    display: block;
  }
  .con-info-tit .tit-wrap .txt {
    margin-top: 20rem;
  }
  .con-info-tit .img {
    margin: 60rem auto 0;
  }
}

.tech-list {
  left: -310rem;
  width: calc(100% + 620rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  margin-top: 100rem;
}
.tech-list::before {
  content: "";
  position: absolute;
  bottom: -250rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: calc(100% + 250rem - 208rem);
  background-color: #003087;
}
.tech-list .item {
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tech-list .item .img {
  background-color: transparent;
  height: 507rem;
}
.tech-list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tech-list .item .txts {
  width: 300rem;
  color: #fff;
}
.tech-list .item .txts .txt {
  margin-top: 10rem;
}
@media all and (max-width: 1023px) {
  .tech-list {
    left: unset;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tech-list::before {
    bottom: -100rem;
    height: 100%;
  }
  .tech-list .item {
    display: block;
  }
  .tech-list .item .img {
    height: 270rem;
  }
  .tech-list .item .txts {
    width: 100%;
  }
}
@media all and (max-width: 599px) {
  .tech-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 54rem;
  }
  .tech-list .item .img {
    height: 270rem;
  }
}

.sect-20 {
  margin-top: 20rem;
}

@media all and (max-width: 1023px) {
  .sect-20 {
    margin-top: 10rem;
  }
}
.kv-business-type1 {
  position: relative;
  overflow: hidden;
}
.kv-business-type1 .bg {
  position: absolute;
  width: 101%;
  height: calc(100% + 100rem);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kv-business-type1 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv-business-type1 .inner {
  position: relative;
  z-index: 1;
  padding: 140rem 0;
  min-height: 100vh;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  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: start;
}
.kv-business-type1 .c {
  margin-top: 40rem;
  width: 600rem;
}

@media all and (max-width: 1023px) {
  .kv-business-type1 .inner {
    min-height: auto;
  }
  .kv-business-type1 .c {
    width: 100%;
  }
}
.business-div-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.business-div-img .img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 600rem;
  height: 600rem;
  background-color: #f2f5f9;
  border: 1px solid #d9d9d9;
  border-radius: 12rem;
}
.business-div-img .img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  max-width: calc(100% - 40rem);
  max-height: calc(100% - 40rem);
}
.business-div-img .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business-div-img .cont .sect:not(:first-child) {
  margin-top: 80rem;
}
.business-div-img .cont dd {
  margin-top: 20rem;
}

@media all and (max-width: 1023px) {
  .business-div-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40rem;
  }
  .business-div-img .img {
    width: 100%;
    height: 450rem;
  }
  .business-div-img .img img {
    max-width: calc(100% - 50rem);
  }
  .business-div-img .cont .sect:not(:first-child) {
    margin-top: 40rem;
  }
  .business-div-img .cont dd {
    margin-top: 10rem;
  }
}
@media all and (max-width: 599px) {
  .business-div-img .img {
    height: auto;
    padding-bottom: calc(100% - 2px);
  }
}
.business-product {
  background-color: #f5f5f5;
  border-radius: 24rem;
  position: relative;
  height: 500rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #000;
  padding-right: 155rem;
  overflow: hidden;
  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: end;
}
.business-product .cont {
  width: 445rem;
}
.business-product .cont .c {
  margin: 10rem 0 40rem;
}
.business-product .img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1070rem;
}
.business-product .img.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.business-product .img.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business-product .img.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.business-product .img img {
  max-width: 100%;
}

@media all and (max-width: 1023px) {
  .business-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 35rem;
    padding: 30rem 30rem 0;
    height: auto;
  }
  .business-product .cont {
    width: 100%;
  }
  .business-product .img {
    position: relative;
    left: 30rem;
    width: calc(100% + 60rem);
  }
  .business-product .img img {
    width: 800rem;
  }
}
.cont-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cont-type1 .c {
  width: 600rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media all and (max-width: 1023px) {
  .cont-type1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20rem;
  }
  .cont-type1 .c {
    width: 100%;
  }
}
.busi-tab-wrap {
  position: relative;
  height: 800rem;
  margin: 0 40rem;
  border-radius: 24rem;
  overflow: hidden;
}
.busi-tab-wrap .tab-img {
  position: relative;
  height: 100%;
}
.busi-tab-wrap .tab-img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.busi-tab-wrap .tab-img .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.busi-tab-wrap .tab-img .img-box.active {
  display: block;
}
.busi-tab-wrap .info-list {
  position: absolute;
  left: 155rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  padding: 40rem;
  width: 480rem;
  color: #fff;
  background: rgba(0, 37, 84, 0.8);
  border-radius: 4rem;
}
.busi-tab-wrap .info-list.active {
  display: block;
}
.busi-tab-wrap .info-list .btn-close {
  position: absolute;
  width: 30rem;
  height: 30rem;
  top: 40rem;
  right: 40rem;
  background: url("../images/icon-close-pop.svg") center center/100% no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
}
.busi-tab-wrap .info-list .c {
  margin-top: 20rem;
}

@media all and (max-width: 1023px) {
  .busi-tab-wrap {
    height: 100vh;
    max-height: 600rem;
    margin: 0;
    border-radius: 0;
  }
  .busi-tab-wrap .info-list {
    left: 20rem;
    top: 30rem;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: calc(100% - 40rem);
  }
  .busi-tab-wrap .info-list .btn-close {
    width: 24rem;
    height: 24rem;
  }
}
.busi-tab {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 155rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 290rem;
  z-index: 1;
}
.busi-tab .swiper-wrapper {
  display: block;
}
.busi-tab .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 20rem 30rem;
  text-align: left;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font: inherit;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
}
.busi-tab .swiper-wrapper .swiper-slide:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4rem 4rem 0 0;
}
.busi-tab .swiper-wrapper .swiper-slide:last-child {
  border-radius: 0 0 4rem 4rem;
}
.busi-tab .swiper-wrapper .swiper-slide.on {
  background-color: #002554;
}

@media all and (max-width: 1023px) {
  .busi-tab {
    overflow: visible;
    width: 100%;
    bottom: 20rem;
    left: 0;
    top: unset;
    right: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 0 20rem;
  }
  .busi-tab .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .busi-tab .swiper-wrapper .swiper-slide {
    padding: 16rem 10rem;
    min-width: none;
    width: 25%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 0;
    text-align: center;
  }
  .busi-tab .swiper-wrapper .swiper-slide:first-child {
    border-radius: 4rem 0 0 4rem;
  }
  .busi-tab .swiper-wrapper .swiper-slide:last-child {
    border-radius: 0 4rem 4rem 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media all and (max-width: 599px) {
  .busi-tab .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .busi-tab .swiper-wrapper .swiper-slide {
    width: 50%;
  }
  .busi-tab .swiper-wrapper .swiper-slide:first-child {
    border-radius: 4rem 0 0 0;
  }
  .busi-tab .swiper-wrapper .swiper-slide:nth-child(2) {
    border-radius: 0 4rem 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .busi-tab .swiper-wrapper .swiper-slide:nth-child(3) {
    border-radius: 0 0 0 4rem;
    border-top: 0;
  }
  .busi-tab .swiper-wrapper .swiper-slide:last-child {
    border-radius: 0 0 4rem 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 0;
  }
}
@media all and (min-width: 1024px) {
  .modal-business-top {
    padding-bottom: 600rem;
  }
  .modal-business-top .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
  }
}
.modal-business-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  padding: 160rem 195rem 0;
  background-color: #e4e4e4;
  color: #000;
  min-height: 100vh;
}
.modal-business-top .cont {
  position: relative;
  z-index: 4;
  width: 600rem;
  font-weight: 400;
}
.modal-business-top .tit {
  position: absolute;
  z-index: 4;
  left: 195rem;
  bottom: 60rem;
  font-size: 200rem;
  line-height: 130%;
  letter-spacing: -0.03em;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
}
.modal-business-top .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.modal-business-top .bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
  opacity: 0.3;
}
.modal-business-top .bg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.modal-business-top .only-tablet {
  display: none !important;
}
@media all and (max-width: 1023px) {
  .modal-business-top {
    gap: 50rem;
    padding: 80rem 20rem 0;
  }
  .modal-business-top .cont {
    width: 100%;
  }
  .modal-business-top .tit {
    left: 20rem;
    bottom: 40rem;
    font-size: 80rem;
  }
  .modal-business-top .only-pc {
    display: none !important;
  }
  .modal-business-top .only-tablet {
    display: block !important;
  }
  .modal-business-top .bg {
    position: static;
    margin: 0 -20rem;
    width: calc(100% + 40rem);
  }
  .modal-business-top .bg img {
    width: 100% !important;
  }
}
@media all and (max-width: 599px) {
  .modal-business-top .tit {
    font-size: 46rem;
  }
}

.modal-business-cont {
  padding: 250rem 0 0;
  overflow: hidden;
}
.modal-business-cont .fluid-imgs {
  display: grid;
  gap: 20rem;
  grid-template-columns: 1fr 1fr;
}
.modal-business-cont .fluid-imgs::-webkit-scrollbar {
  display: none;
}
.modal-business-cont .fluid-imgs > *:nth-child(3) {
  grid-column: span 2;
}
.modal-business-cont .fluid-imgs img {
  width: 100%;
}
.modal-business-cont .table-wrap {
  padding: 250rem 0;
}
.modal-business-cont .table-wrap .bul-caution {
  margin-top: 20rem;
}
.modal-business-cont .sect {
  margin-top: 20rem;
}
.modal-business-cont .table th, .modal-business-cont .table td {
  padding-left: 40rem;
  padding-right: 40rem;
  border-left: 0;
  border-right: 0;
}
.modal-business-cont .table.first-pl tr:not(:has([colspan])) td:first-child {
  padding-left: 80rem;
}
.modal-business-cont .table:before {
  width: 180%;
}
@media all and (max-width: 1023px) {
  .modal-business-cont {
    padding-top: 100rem;
  }
  .modal-business-cont .table-wrap {
    padding: 100rem 0;
  }
}
@media all and (max-width: 599px) {
  .modal-business-cont .fluid-imgs {
    grid-template-columns: 1fr;
  }
  .modal-business-cont .fluid-imgs > *:nth-child(3) {
    grid-column: auto;
  }
  .modal-business-cont .table-wrap .bul-caution {
    margin-top: 40rem;
  }
  .modal-business-cont .table-wrap .table table {
    width: 180%;
  }
}

.business-mb {
  margin-bottom: 100rem;
}
.business-mb img {
  width: 100%;
}

.mt-250 {
  margin-top: 250rem;
}

@media all and (max-width: 1023px) {
  .business-mb {
    margin-bottom: 45rem;
  }
  .mt-250 {
    margin-top: 100rem;
  }
}
.bus-box-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
  word-break: keep-all;
}
.bus-box-div > * {
  padding: 35rem 40rem;
  border-radius: 12px;
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
}
.bus-box-div > * dt {
  margin-bottom: 10rem;
}

@media all and (max-width: 599px) {
  .bus-box-div {
    grid-template-columns: repeat(1, 1fr);
    gap: 10rem;
  }
}
.business-box {
  padding: 40rem;
  border-radius: 12rem;
  background-color: #f5f5f5;
}
.business-box + .business-box {
  margin-top: 20rem;
}
.business-box .t {
  margin-bottom: 60rem;
}
.business-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media all and (max-width: 1023px) {
  .business-box {
    padding: 30rem;
  }
  .business-box .t {
    margin-bottom: 20rem;
  }
  .business-product {
    border-radius: 12rem;
  }
}
.kv-area-esg {
  position: relative;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 260rem 0 50rem;
}
.kv-area-esg .page-tit-wrap,
.kv-area-esg .tab-menu-wrap {
  position: relative;
  z-index: 1;
  color: #fff;
}
.kv-area-esg .bg {
  position: absolute;
  width: 101%;
  height: calc(100% + 400rem);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kv-area-esg .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv-area-esg .divide {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 17rem;
  color: #fff;
  word-break: keep-all;
}
.kv-area-esg .divide .left {
  width: 758rem;
  letter-spacing: -0.6rem;
}
.kv-area-esg .divide .right {
  position: relative;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.kv-area-esg .divide .right .normal {
  margin-top: 40rem;
}
@media all and (max-width: 1023px) {
  .kv-area-esg .divide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    min-height: calc(100vh - 380rem);
    word-break: keep-all;
  }
  .kv-area-esg .divide .left {
    width: 100%;
  }
  .kv-area-esg .divide .right {
    width: 100%;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.kv-area-esg .clone {
  z-index: 1;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.kv-area-esg .trans-top {
  position: relative;
  z-index: 1;
}

@media all and (min-width: 1024px) {
  .kv-area-esg {
    overflow: hidden;
  }
  .kv-area-esg .divide {
    opacity: 0;
    -webkit-transform: translateY(80rem);
            transform: translateY(80rem);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  }
  .kv-area-esg .divide.on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .kv-area-esg .left {
    white-space: nowrap;
  }
  .trans-top.scroll-motion {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media all and (max-width: 1023px) {
  .kv-area-esg {
    padding: 140rem 0 50rem;
    height: auto;
    min-height: 100vh;
  }
  .kv-area-esg .divide {
    gap: 200rem;
  }
}
.cover-esg {
  position: relative;
  z-index: 3;
  padding: 200rem 0;
  background-color: #fff;
}

@media all and (min-width: 1024px) {
  .cover-esg {
    margin-top: 150vh;
  }
}
@media all and (max-width: 1023px) {
  .cover-esg {
    padding: 100rem 0 160rem;
  }
}
.esg-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 200rem;
}
.esg-outline .left {
  position: sticky;
  top: 40rem;
  width: 530rem;
  word-break: keep-all;
}
.esg-outline .right {
  width: 500rem;
}
.esg-outline .right img {
  width: 220rem;
  display: block;
}
.esg-outline .right .txt {
  margin: 73rem 0 0 53rem;
}
.esg-outline .right .txt .desc {
  margin-top: 40rem;
}
@media all and (min-width: 1024px) {
  .esg-outline .vari-txt {
    -webkit-transition: font ease-in-out 0.8s;
    transition: font ease-in-out 0.8s;
  }
  .esg-outline.on .vari-txt {
    font-size: 44rem;
  }
}
@media all and (max-width: 1023px) {
  .esg-outline {
    margin-bottom: 100rem;
  }
  .esg-outline .right .txt {
    margin: 24rem 0 0;
  }
  .esg-outline .right img {
    width: 115rem;
  }
}
@media all and (max-width: 599px) {
  .esg-outline.esg-outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 50rem;
  }
  .esg-outline .left {
    width: 100%;
    position: static;
  }
  .esg-outline .right {
    width: 100%;
  }
  .esg-outline .right .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.esg-box-color {
  display: grid;
  grid-template-columns: 62% 1fr;
  gap: 20rem;
  color: #fff;
}
.esg-box-color .box {
  padding: 60rem;
  border-radius: 12px;
  min-height: 360rem;
}
.esg-box-color .box.green {
  background-color: #339B5C;
}
.esg-box-color .box.blue {
  background-color: #33599f;
}
.esg-box-color .box.navy {
  background-color: #314F74;
}
.esg-box-color .box:nth-child(3) {
  grid-column: 2;
  grid-row: span 2;
}
.esg-box-color .box:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.esg-box-color .box .desc {
  margin-top: 20rem;
}
@media all and (max-width: 1023px) {
  .esg-box-color {
    gap: 10rem;
  }
  .esg-box-color .box {
    padding: 30rem;
    min-height: 200rem;
  }
}
@media all and (max-width: 599px) {
  .esg-box-color {
    grid-template-columns: repeat(1, 1fr);
  }
  .esg-box-color .box {
    height: 320rem;
  }
  .esg-box-color .box:nth-child(3) {
    grid-column: unset;
    grid-row: unset;
  }
  .esg-box-color .box:nth-child(2) {
    grid-column: unset;
    grid-row: unset;
  }
}

.esg-box {
  padding: 100rem;
  border-radius: 24px;
}
.esg-box.blue {
  background-color: #f2f5f9;
}
.esg-box.green {
  background-color: #E6F3EB;
}
.esg-box .img img {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 40rem 20rem -20rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 40rem 20rem -20rem rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  overflow: hidden;
  max-width: 100%;
}
@media all and (max-width: 1023px) {
  .esg-box {
    border-radius: 12px;
  }
  .esg-box .img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 599px) {
  .esg-box {
    padding: 107rem 24rem;
  }
}

.corevalue-info .txt-div .tit {
  text-align: center;
  color: #003087;
}
.corevalue-info .txt-div .txts {
  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;
  gap: 30rem;
  margin-top: 10rem;
}
.corevalue-info .txt-div .txts::before, .corevalue-info .txt-div .txts::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 25rem;
  height: 89rem;
  margin: 0 20rem;
  background: url("/common/kr/images/icon-mark-brace.svg") no-repeat center center/100% auto;
}
.corevalue-info .txt-div .txts::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.corevalue-info .txt-div .txts .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30rem;
  color: #003087;
}
.corevalue-info .txt-div .txts .txt:not(:first-child)::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #003087;
}
.corevalue-info .graphic {
  position: relative;
  margin-top: 60rem;
  padding: 132rem 184rem;
  border: 2px solid #1A4593;
  border-radius: 64rem;
}
.corevalue-info .graphic::before, .corevalue-info .graphic::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0rem;
  height: 0rem;
  border-left: 16rem solid transparent;
  border-right: 16rem solid transparent;
}
.corevalue-info .graphic::before {
  bottom: 100%;
  border-bottom: 25rem solid #003087;
}
.corevalue-info .graphic::after {
  bottom: calc(100% - 3px);
  border-bottom: 25rem solid white;
}
@media all and (max-width: 1023px) {
  .corevalue-info .txt-div .txts {
    gap: 15rem;
  }
  .corevalue-info .txt-div .txts::before, .corevalue-info .txt-div .txts::after {
    width: 12rem;
    height: 40rem;
  }
  .corevalue-info .txt-div .txts .txt {
    gap: 15rem;
  }
  .corevalue-info .txt-div .txts .txt:not(:first-child)::before {
    width: 4px;
    height: 4px;
  }
  .corevalue-info .graphic {
    margin-top: 24rem;
    padding: 50rem;
    border-radius: 12px;
  }
  .corevalue-info .graphic::before, .corevalue-info .graphic::after {
    border-left: 5rem solid transparent;
    border-right: 5rem solid transparent;
  }
  .corevalue-info .graphic::before {
    bottom: 100%;
    border-bottom: 7rem solid #003087;
  }
  .corevalue-info .graphic::after {
    bottom: calc(100% - 3px);
    border-bottom: 7rem solid white;
  }
}

.ethics-circle {
  position: relative;
  text-align: center;
}
.ethics-circle .bg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.ethics-circle .ab-txt {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #003087;
  text-align: center;
  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: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ethics-circle .ab-txt > * {
  display: block;
}
.ethics-circle li {
  width: 280rem;
  height: 280rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border: 1px solid rgb(128, 151, 195);
  background-color: #f2f5f9;
  color: #003087;
  border-radius: 50%;
  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;
}
.ethics-circle li:after {
  content: "";
  position: absolute;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  border: 1px dashed #6683B7;
  border-radius: 50%;
  opacity: 0.67;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (min-width: 1024px) {
  .ethics-circle {
    width: 761rem;
    height: 720rem;
    margin: 0 auto;
  }
  .ethics-circle li {
    position: absolute;
  }
  .ethics-circle .i-1 {
    left: 50%;
    top: -77rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ethics-circle .i-2, .ethics-circle .i-3 {
    top: 130rem;
  }
  .ethics-circle .i-2 {
    left: -46rem;
  }
  .ethics-circle .i-3 {
    right: -46rem;
  }
  .ethics-circle .i-4, .ethics-circle .i-5 {
    bottom: -26rem;
  }
  .ethics-circle .i-4 {
    left: 63rem;
  }
  .ethics-circle .i-5 {
    right: 63rem;
  }
}
@media all and (max-width: 1023px) {
  .ethics-circle {
    gap: 20rem;
  }
  .ethics-circle .bg {
    display: none;
  }
  .ethics-circle .ab-txt {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 20rem;
    gap: 6rem;
  }
  .ethics-circle .txt {
    position: relative;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20rem;
    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;
  }
  .ethics-circle .txt:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50rem;
    width: 40rem;
    height: calc(100% - 100rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    background-color: #99ACCF;
  }
  .ethics-circle li {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 200rem;
    height: 200rem;
  }
  .ethics-circle li:after {
    width: calc(100% + 10rem);
    height: calc(100% + 10rem);
  }
}
.recruit-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 209rem;
  gap: 100rem;
}
.recruit-top .left {
  position: sticky;
  top: 40rem;
  width: 660rem;
}
.recruit-top .left p {
  letter-spacing: -0.4rem;
}
.recruit-top .right {
  padding-top: 100rem;
  width: 445rem;
}
.recruit-top .right img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.recruit-top .right .txt {
  margin: 39rem 0 0 0;
}
@media all and (min-width: 1024px) {
  .recruit-top .right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media all and (max-width: 599px) {
  .recruit-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 100rem;
  }
  .recruit-top .left {
    width: 100%;
    position: static;
  }
  .recruit-top .right {
    width: 100%;
    padding: 0;
  }
  .recruit-top .right .txt {
    margin: 20rem 0 0 0;
  }
}

.recruit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  margin-top: 40rem;
}
.recruit-box .item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease, -webkit-box-flex 0.3s ease !important;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease, -webkit-box-flex 0.3s ease !important;
  transition: opacity 0.8s ease, transform 0.8s ease, flex 0.3s ease !important;
  transition: opacity 0.8s ease, transform 0.8s ease, flex 0.3s ease, -webkit-transform 0.8s ease, -webkit-box-flex 0.3s ease, -ms-flex 0.3s ease !important;
}
.recruit-box .box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30rem;
  width: 100%;
  height: 646rem;
  padding: 40rem;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.recruit-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20rem;
}
.recruit-box .desc {
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 510rem;
}
.recruit-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.recruit-box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-box .on {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media all and (max-width: 1023px) {
  .recruit-box {
    gap: 10rem;
    margin-top: 20rem;
  }
  .recruit-box .top {
    gap: 10rem;
  }
  .recruit-box .box {
    padding: 30rem;
    height: 420rem;
  }
  .recruit-box .desc {
    width: 290rem;
  }
}
@media all and (max-width: 599px) {
  .recruit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .recruit-box .desc {
    opacity: 1 !important;
    top: 0 !important;
  }
}
@media all and (max-width: 1023px) {
  html {
    font-size: 0.13vw;
  }
}
@media all and (max-width: 599px) {
  html {
    font-size: 0.256vw;
  }
  #subPage {
    overflow: hidden;
  }
}
#subPage {
  padding: 260rem 0 200rem;
}
#subPage:has(.con-wrap.bg:last-child) {
  padding-bottom: 0;
}

.inner {
  width: 1220rem;
  margin: 0 auto;
}
.inner-wide {
  padding-left: 40rem;
  padding-right: 40rem;
}

.only-pc {
  display: block;
}
.only-pc.only-tablet {
  display: block;
}
.only-pc.only-mob {
  display: block;
}
.only-tablet {
  display: none;
}
.only-mob {
  display: none;
}

.block-t {
  display: none;
}

@media all and (max-width: 1023px) {
  .inner {
    width: calc(100% - 60rem);
  }
  .inner-wide {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .inner .tab-menu-wrap {
    width: calc(100% + 60rem);
    margin-left: -30rem;
    padding: 0 30rem;
  }
  #subPage {
    padding: 140rem 0 160rem;
  }
  .only-pc {
    display: none;
  }
  .only-pc.only-mob {
    display: none;
  }
  .only-tablet {
    display: block;
  }
  .block-t {
    display: block;
  }
}
@media all and (max-width: 599px) {
  .inner {
    width: calc(100% - 40rem);
  }
  .inner .tab-menu-wrap {
    width: calc(100% + 40rem);
    margin-left: -20rem;
    padding: 0 20rem;
  }
  .only-pc.only-tablet {
    display: none;
  }
  .only-pc.only-mob {
    display: block;
  }
  .only-tablet {
    display: none;
  }
  .only-mob {
    display: block;
  }
}
.txt-blue {
  color: #003087;
}
.txt-black {
  color: #000;
}
.txt-normal {
  color: #666;
}
.txt-white {
  color: #fff;
}

.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-flex.left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.d-flex.center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.d-flex.right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.scroll-area {
  overflow: auto;
}
.scroll-area::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
  -apple-system-scrollbar: auto;
}
.scroll-area::-webkit-scrollbar-track {
  display: none;
}
.scroll-area::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}
@media all and (max-width: 1023px) {
  .scroll-area::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}

.scroll-motion {
  opacity: 0;
  -webkit-transform: translateY(60rem);
          transform: translateY(60rem);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media all and (max-width: 1023px) {
  .scroll-motion {
    opacity: 0;
    -webkit-transform: translateY(30rem);
            transform: translateY(30rem);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
}

.scroll-motion.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media all and (min-width: 1024px) {
  .scroll-list .scroll-motion:nth-child(3n-1) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .scroll-list .scroll-motion:nth-child(3n) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media all and (max-width: 1023px) {
  .scroll-list .scroll-motion:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media all and (max-width: 599px) {
  .scroll-list .scroll-motion:nth-child(2n) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.scroll-2col .scroll-motion:nth-child(2n-1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.scroll-2col .scroll-motion:nth-child(2n) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media all and (max-width: 599px) {
  .scroll-2col .scroll-motion:nth-child(2n-1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .scroll-2col .scroll-motion:nth-child(2n) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.scroll-motion.scroll-each > * {
  opacity: 0;
  -webkit-transform: translateY(60rem);
          transform: translateY(60rem);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media all and (max-width: 1023px) {
  .scroll-motion.scroll-each > * {
    opacity: 0;
    -webkit-transform: translateY(30rem);
            transform: translateY(30rem);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
}

.scroll-motion.scroll-each.active > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scroll-motion.scroll-each > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.scroll-motion.scroll-each > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media all and (min-width: 599px) {
  .scroll-motion.scroll-order .scroll-motion {
    opacity: 0;
    -webkit-transform: translateY(60rem);
            transform: translateY(60rem);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  .scroll-motion.scroll-order.active .scroll-motion {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .scroll-motion.scroll-order.active .scroll-motion:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .scroll-motion.scroll-order.active .scroll-motion:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .scroll-motion.scroll-order.active .scroll-motion:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.max-100p {
  max-width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.loading-area {
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 1, 2, 0.6);
  z-index: 500;
}
.loading-area .lottie-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loading-area .txt-area {
  margin-top: 32rem;
  text-align: center;
}
.loading-area .txt-area .tit {
  font-weight: 600;
  color: #fff;
  font-size: 18rem;
  line-height: 155%;
  letter-spacing: -0.36rem;
}
.loading-area .txt-area .txt {
  margin-top: 4rem;
  font-weight: 500;
  color: #76D5FF;
  font-size: 14rem;
  line-height: 170%;
  letter-spacing: -0.28rem;
}

@media all and (max-width: 1023px) {
  .loading-area .txt-area {
    margin-top: 24rem;
  }
  .loading-area .txt-area .tit {
    font-size: 15rem;
    line-height: 170%;
    letter-spacing: -0.3rem;
  }
  .loading-area .txt-area .txt {
    font-size: 12rem;
    line-height: 160%;
    letter-spacing: -0.24rem;
  }
}
.w100p {
  width: 100%;
}

video {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  isolation: isolate;
  -webkit-appearance: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
video:focus {
  outline: none !important;
}
video::-webkit-media-controls {
  display: none !important;
}