@charset "UTF-8";
/*********** color *************/
/* inputBg */
/*********** size *************/
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSans-Thin.woff2) format("woff2"), url(../fonts/NotoSans-Thin.woff) format("woff"), url(../fonts/NotoSans-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSans-Light.woff2) format("woff2"), url(../fonts/NotoSans-Light.woff) format("woff"), url(../fonts/NotoSans-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSans-Regular.woff2) format("woff2"), url(../fonts/NotoSans-Regular.woff) format("woff"), url(../fonts/NotoSans-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSans-Medium.woff2) format("woff2"), url(../fonts/NotoSans-Medium.woff) format("woff"), url(../fonts/NotoSans-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSans-Bold.woff2) format("woff2"), url(../fonts/NotoSans-Bold.woff) format("woff"), url(../fonts/NotoSans-Bold.otf) format("opentype");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins"), url(../fonts/Poppins-Light.woff) format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins"), url(../fonts/Poppins-Bold.woff) format("woff");
}
.blind, table caption {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.wide-only {
  display: none !important;
  /* PC */
}
@media all and (min-width: 1400px) {
  .wide-only {
    display: flex !important;
  }
}

.middle-only {
  display: none !important;
  /* 테블릿  */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .middle-only {
    display: unset !important;
  }
}

.narrow-only {
  display: none !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .narrow-only {
    display: unset !important;
    display: block !important;
  }
}

.narrowest-only {
  display: none !important;
  /* 모바일 small */
}
@media all and (max-width: 320px) {
  .narrowest-only {
    display: unset !important;
  }
}

.narrow-hide {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .narrow-hide {
    display: none !important;
  }
}

.wide-hide {
  /* PC */
}
@media all and (min-width: 1400px) {
  .wide-hide {
    display: none !important;
  }
}

.board-list .list-item .txt-btn .btn-box, .tbl-wrap .tbl tbody td .btn-box, .tbl-wrap .tbl tfoot td .btn-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
.board-list .list-item .txt-btn .btn-box [class*=btn]::before, .tbl-wrap .tbl tbody td .btn-box [class*=btn]::before, .tbl-wrap .tbl tfoot td .btn-box [class*=btn]::before {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #d9d9d9;
}
.board-list .list-item .txt-btn .btn-box .btn-link::before, .tbl-wrap .tbl tbody td .btn-box .btn-link::before, .tbl-wrap .tbl tfoot td .btn-box .btn-link::before {
  background: url("../images/btn_target.png") no-repeat 0 0/2rem;
}
.board-list .list-item .txt-btn .btn-box .btn-down::before, .tbl-wrap .tbl tbody td .btn-box .btn-down::before, .tbl-wrap .tbl tfoot td .btn-box .btn-down::before {
  background: url("../images/btn_down.png") no-repeat 0 0/2rem;
}
.board-list .list-item .txt-btn .btn-box .btn-youtube::before, .tbl-wrap .tbl tbody td .btn-box .btn-youtube::before, .tbl-wrap .tbl tfoot td .btn-box .btn-youtube::before {
  background: url("../images/ico_youtube.png") no-repeat 0 0/2rem;
}
.board-list .list-item .txt-btn .btn-box .btn-webcast::before, .tbl-wrap .tbl tbody td .btn-box .btn-webcast::before, .tbl-wrap .tbl tfoot td .btn-box .btn-webcast::before {
  background: url("../images/ico_webcast.png") no-repeat 0 0/2rem;
}
.board-list .list-item .txt-btn .btn-box .btn-arr::before, .tbl-wrap .tbl tbody td .btn-box .btn-arr::before, .tbl-wrap .tbl tfoot td .btn-box .btn-arr::before {
  background: url("../images/btn_ico_arr.png") no-repeat center center/2rem;
}






.line-box-list.col-2.type-box .line-box-item .line-box-inner dt::before {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #d9d9d9;
}



.line-box-list.col-2.type-box .line-box-item .line-box-inner dt::before {
  background: url("../images/btn_ico_arr.png") no-repeat center center/2rem;
  margin-right:0;
  margin-left:auto;
}



#career .tit-area .sec-tit02 {
  display: inline-block;
  position:relative;
  margin-top:20px;
  white-space: normal;
}

#career .ico-arr {
  
}



@media all and (max-width: 400px) {
  #career .tit-area .sec-tit02 .ico_btn_arrorLink {
    top: 50%;
    transform: translate(50%, 25%);
  }
}



.form-group-wrap .form-conts .form-control {
  width: 100%;
  padding: 0 1.5rem;
  height: 100%;
  font-size: 1.8rem;
  border: 0;
  letter-spacing: -1px;
  z-index: 10;
  background-color: transparent;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
.form-group-wrap .form-conts .form-control::-moz-placeholder {
  color: #666;
}
.form-group-wrap .form-conts .form-control:-ms-input-placeholder {
  color: #666;
}
.form-group-wrap .form-conts .form-control::placeholder {
  color: #666;
}
.form-group-wrap .form-conts .form-control:disabled::-moz-placeholder, .form-group-wrap .form-conts .form-control:read-only::-moz-placeholder {
  color: #777;
}
.form-group-wrap .form-conts .form-control:disabled:-ms-input-placeholder, .form-group-wrap .form-conts .form-control:read-only:-ms-input-placeholder {
  color: #777;
}
.form-group-wrap .form-conts .form-control:-moz-read-only::placeholder {
  color: #777;
}
.form-group-wrap .form-conts .form-control:disabled::placeholder, .form-group-wrap .form-conts .form-control:read-only::placeholder {
  color: #777;
}
.form-group-wrap .form-conts .input-wrap {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  font-size: 1.8rem;
  border: 0;
  letter-spacing: -1px;
  z-index: 10;
  border: 1px solid #ddd;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group-wrap .form-conts .input-wrap.is-readonly {
  max-width: 216px !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-conts .input-wrap.is-readonly {
    max-width: 100% !important;
  }
  .form-group-wrap .form-conts .input-wrap.is-readonly .form-control {
    text-align: center;
  }
}
.form-group-wrap .form-conts .input-wrap.is-focused {
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.form-group-wrap .form-conts .input-wrap.is-focused.is-invalid {
  border: 1px solid #0073fa;
}
.form-group-wrap .form-conts .input-wrap.is-readonly {
  background: #f5f5f5 !important;
}
.form-group-wrap .form-conts .input-wrap.is-invalid .reset {
  background: #0073fa;
}
.form-group-wrap .form-conts .input-wrap .form-control {
  width: calc(100% - 25px);
}
.form-group-wrap .form-conts .input-wrap .reset {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #666;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
}
.form-group-wrap .form-conts .input-wrap .reset::before, .form-group-wrap .form-conts .input-wrap .reset::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background: #666;
}
.form-group-wrap .form-conts .input-wrap .reset::before {
  transform: rotate(45deg);
}
.form-group-wrap .form-conts .input-wrap .reset::after {
  transform: rotate(-45deg);
}
.form-group-wrap .form-conts .input-wrap .reset::after {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.post-related .thumb-list .img-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: calc(100vh - 64px);
}
.post-related .thumb-list .img-box:hover img {
  transform: scale(1.05);
}
.post-related .thumb-list .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 260px;
  max-height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: width, height, transform 0.5s ease;
  will-change: width, height, transform;
}

.post-related .thumb-list .txt-box {
  padding-top: 2rem;
}
.post-related .thumb-list .txt-box .tag-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .post-related .thumb-list .txt-box .tag-info {
    font-size: 1.6rem;
  }
}
.post-related .thumb-list .txt-box .tag-info span {
  line-height: 1;
}
.post-related .thumb-list .txt-box .tag-info .date {
  color: #999;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-family: "poppins";
}
.post-related .thumb-list .txt-box .tit {
  position: relative;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
canvas {
  display: block;
}

*::before,
*::after {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

[hidden] {
  display: none;
}

:root {
  --long: 4rem;
  --middle: 3rem;
  --space: 2rem;
  --short: 1rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  :root {
    --long: 20px;
    --middle: 15px;
    --space: 10px;
    --short: 5px;
  }
}

html,
body {
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
  letter-spacing: -0.02em;
  /* 모바일 small */
  /* 모바일, 테블릿 */
  /* 테블릿, PC */
}
@media all and (max-width: 320px) {
  html,
body {
    font-size: 40.5%;
  }
}
@media all and (max-width: 1023px) {
  html,
body {
    /* 테블릿 */
    font-size: 55.7%;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  html,
body {
    font-size: 55.7%;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  word-break: keep-all;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}

body {
  overflow-x: hidden;
  font-size: 1.6rem;
  color: #000;
}

a,
button {
  text-decoration: none;
  color: #000;
}

a:focus,
a:visited,
a:active,
a:hover {
  outline: 0;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

address {
  font-style: normal;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

li {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  border-radius: 0px;
}

button,
input {
  outline: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  background: none;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
small {
  font-size: 1.4rem;
  color: #666;
}

/* Skip Navigation */
#skip-navi a {
  position: fixed;
  top: -9999px;
  z-index: 9999;
  background: #e31d1a;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}

#skip-navi a:focus {
  top: 3px;
  outline: 3px solid yellow;
}

.mt0 {
  margin-top: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .mt50 {
    margin-top: 30px !important;
  }
}

.mt-mid {
  margin-top: 30px !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .mt-mid {
    margin-top: 20px !important;
  }
}

.mt-long {
  margin-top: 50px !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .mt-long {
    margin-top: 30px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.point {
  background-color: #e4ffc3;
  font-weight: 700;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.mt-short {
  margin-top: var(--short) !important;
}

.mb-short {
  margin-bottom: var(--short) !important;
}

.mt-space {
  margin-top: var(--space) !important;
}

.mb-space {
  margin-bottom: var(--space) !important;
}

.delay1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.fadeLeft,
.fadeRight,
.fadeUp,
.fadeIn,
.fadeImgRight,
.fadeImgLeft,
.bgScale {
  opacity: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.fadeLeft.start,
.fadeRight.start,
.fadeUp.start,
.fadeIn.start,
.fadeImgRight.start,
.fadeImgLeft.start,
.bgScale.start {
  will-change: transform, opacity;
}

.fadeLeft.start {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  will-change: transform, opacity;
}

.fadeRight.start {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.fadeUp.start {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.cont-head .page-text, .cont-head .page-desc, .cont-head .page-tit {
  opacity: 0;
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.has-menu #header .inner .right-area .lang,
.fadeIn.start {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.fadeImgRight.start {
  -webkit-animation-name: fadeImgRight;
          animation-name: fadeImgRight;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.fadeImgLeft.start {
  -webkit-animation-name: fadeImgLeft;
          animation-name: fadeImgLeft;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes bgScale {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bgScale {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bgScale.start {
  -webkit-animation-name: bgScale;
          animation-name: bgScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes fadeLeft {
  0% {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeLeft {
  0% {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight2 {
  0% {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeRight2 {
  0% {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    transform: translate3d(0%, 50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translate3d(0%, 50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeImgRight {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes fadeImgRight {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes fadeImgLeft {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@keyframes fadeImgLeft {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@-webkit-keyframes icoUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes icoUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mark_ani {
  0% {
    transform: translateY(-6px);
  }
  30% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0px) scale(1, 0.9);
  }
  100% {
    height: 100%;
    transform: translateY(-6px) scale(1, 1);
  }
}
@keyframes mark_ani {
  0% {
    transform: translateY(-6px);
  }
  30% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0px) scale(1, 0.9);
  }
  100% {
    height: 100%;
    transform: translateY(-6px) scale(1, 1);
  }
}
@-webkit-keyframes mark_circle_ani {
  0% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}
@keyframes mark_circle_ani {
  0% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}
.inner {
  position: relative;
  padding: 0 6rem;
  max-width: calc(1400px + 12rem);
  margin: 0 auto;
  /* 모바일, 테블릿 */
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .inner {
    padding: 0 25px !important;
    width: 100%;
    max-width: 100vw !important;
  }
}
@media all and (max-width: 1023px) {
  .inner {
    width: 100%;
    max-width: 100vw !important;
  }
}

.menu-open,
.popup-open {
  overflow-y: hidden;
  touch-action: none;
  padding-right: 17px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 14.2rem;
  z-index: 1100;
  transition: top 0.5s ease, background 0.1s ease;
  background-color: #fff;
  /* 테블릿  */
  /* 모바일 */
}
.header.hide {
  /* top: -14.8rem; */
  background: #fff;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .header.hide {
    
  }
}
/* .header.is-active {
  display:block;
  height: 8.8rem;
  background: #fff;
  /* 테블릿, PC */
} */
@media all and (min-width: 1024px) and (max-width: 1399px) {
  /* .header.is-active {
    height: 6.8rem;
  } */
}
.header.is-active .inner {
  /* height: 100%;
  align-items: center;
  padding: 0 6rem 0; */
  
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .header {
    height: 11.36rem;
  }
  .header .inner {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
.header .inner {
  position: relative;
  max-width: calc(1600px + 12rem);
  height: 100%;
  padding: 0 6rem 3.6rem;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.header .inner .logo {
  height: 50px;
  color: #122a72;
  /* 테블릿  */
  /* 테블릿, PC */
}
.header .inner .logo a {
  display: block;
  width: 180px;
  height: 50px;
  /* background: url("../images/img_logo.png") no-repeat 0 0/180px; */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .header .inner .logo {
    height: 37px;
  }
  .header .inner .logo a {
    width: 140px;
    height: 37px;
    background-size: 140px !important;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .header .inner .logo {
    height: 37px;
  }
  .header .inner .logo a {
    width: 140px;
    height: 37px;
    background-size: 140px !important;
  }
}

@media all and (max-width: 990px) {
  .header .inner .logo{
    font-size:20px;
  }
}

@media all and (max-width: 400px) {
  .header .inner .logo{
    font-size:14px;
  }
}

@media all and (max-width: 300px) {
  .header .inner .logo{
    font-size:12px;
  }
}

.header .inner .right-area {
  margin-bottom: 1.6rem;
  /* 테블릿  */
  /* 테블릿, PC */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .header .inner .right-area {
    margin-bottom: 1.2rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .header .inner .right-area {
    margin-bottom: 1.2rem;
  }
}
.header .inner .right-area .lang {
  opacity: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 4.8rem;
}
.header .inner .right-area .lang li:first-child::before {
  display: none;
}
.header .inner .right-area .lang li:before {
  display: inline-block;
  vertical-align: -2px;
  content: "";
  margin: 0 10px;
  width: 1px;
  height: 15px;
  background: #ddd;
}
.header .inner .right-area .lang li a {
  color: #666;
}
.header .inner .right-area .lang li a.is-active, .header .inner .right-area .lang li a:hover {
  color: #000;
}
.header.main-hd {
  height: 10.6rem;
  background: none;
}
.header.main-hd .inner {
  padding-bottom: 0;
  background: none;
}
.header.main-hd.is-active {
  height: 9.2rem;
}
.header.main-hd.is-active .btn-sound {
  display: none;
}
.header.main-hd.white .inner .logo a {
  background: url("../images/img_logo_wh.png") no-repeat 0 0/180px;
}
.header.main-hd.white.is-active {
  background: none;
}
@media all and (max-width: 990px) {
  .header {
    height: 55px !important;
  }
  .header.main-hd.white .inner {
    background: none;
  }
  .header .inner {
    width: 100%;
    padding: 20px 25px 10px !important;
    height: 55px;
    align-items: center;
  }
  .header .inner .logo {
    height: 25px;
  }
  .header .inner .logo a {
    width: 90px;
    height: 100% !important;
    background-size: 90px !important;
  }
  .header .inner .right-area {
    margin-bottom: 0;
  }
  .header .inner .right-area .lang {
    position: relative;
    top: 6px;
    margin-right: 16px;
  }
  .header.is-active .inner {
    /* padding: 30px 25px !important;
    background: #fff; */
  }
  .header.is-active .inner .logo a {
    /* height: 25px !important; */
  }
}
.header .nav-menu-btn {
  width: 34px;
  height: 18px;
  /* 모바일 */
}
.header .nav-menu-btn .nav-btn {
  display: block;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  position: relative;
}
.header .nav-menu-btn .nav-btn span {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 999;
  border-top: 3px solid #000;
  opacity: 1;
  top: 0;
  left: 0;
  transform: rotate(0);
  transition: transform 0.35s ease, margin 0.35s ease;
  transform-origin: center;
}
.header .nav-menu-btn .nav-btn span:nth-child(2) {
  top: 8px;
}
.header .nav-menu-btn .nav-btn span:nth-child(3) {
  top: 16px;
}
@media all and (max-width: 990px) {
  .header .nav-menu-btn {
    width: 21px;
    height: 13px;
  }
  .header .nav-menu-btn .nav-btn span {
    border-top: 2px solid #000;
  }
  .header .nav-menu-btn .nav-btn span:nth-child(2) {
    top: 6px;
  }
  .header .nav-menu-btn .nav-btn span:nth-child(3) {
    top: 12px;
  }
}

.nav-wrap {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  /* 모바일 */
  /* 테블릿, PC */
}
.nav-wrap .nav-inner {
  position: relative;
  z-index: 1001;
  padding: 0 6rem;
  max-width: calc(1600px + 12rem);
  width: 100%;
  height: 100vh;
  padding: 0 6rem;
  margin: 14.2rem auto 0 auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #ddd;
  /* 모바일, 테블릿 */
}
.nav-wrap .nav-inner .tit-depth1, .nav-wrap .nav-inner .tit-depth1 a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.nav-wrap .nav-inner .tit-depth1 span {
  line-height: 1;
  font-weight: 700;
}

/* redDot 인증마크 추가 */
.nav-wrap .certiMark {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  margin: 0 0 0 auto;
}

@media all and (max-width: 1023px) {
  /* redDot 인증마크 추가 */
  .nav-wrap .nav-footer{
    width: calc(100% - 50px);
  }
  .nav-wrap .certiMark img{
    width: 80px; 
  }
  .nav-wrap .nav-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 85px 25px 0 25px;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    will-change: scroll-position;
  }
}
.nav-wrap .sitemap-nav {
  padding-top: 7rem;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .nav-wrap .sitemap-nav {
    padding-top: 4rem;
  }
}
.nav-wrap .sitemap-list {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
  place-content: space-between center;
}
.nav-wrap .sitemap-depth2 {
  margin-top: 4rem;
}
.nav-wrap .sitemap-depth2 li {
  line-height: 1.5;
}
.nav-wrap .sitemap-depth2 li + li {
  margin-top: 1rem;
}
.nav-wrap .sitemap-depth2 li a {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
.nav-wrap .sitemap-depth2 li a .middot {
  margin: 0 1px;
  font-weight: 700;
}
.nav-wrap .sitemap-depth2 li a.target:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 0.9rem;
  background: url("../images/ico_target.png") no-repeat 0 0/11px;
}
.nav-wrap .sitemap-depth2 li a.eng:hover {
  letter-spacing: -1px;
}
.nav-wrap .sitemap-depth2 li a:hover {
  font-weight: 700;
}
.nav-wrap .sitemap-depth2 + .depth2-group-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-content: start;
  padding-top: 0.6rem;
  max-width: 350px;
}
.nav-wrap .sitemap-depth2 + .depth2-group-wrap .dl-wrap {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .nav-wrap .sitemap-depth2 + .depth2-group-wrap .dl-wrap {
    display: block;
  }
  .nav-wrap .sitemap-depth2 + .depth2-group-wrap .dl-wrap .depth2-group + .depth2-group {
    margin-top: 20px;
  }
}
.nav-wrap .sitemap-depth2 + .depth2-group-wrap dt {
  font-size: 1.2rem;
  color: #888;
  line-height: 1;
}
.nav-wrap .sitemap-depth2 + .depth2-group-wrap dd .sitemap-depth2 {
  margin-top: 7px;
}
.nav-wrap .nav-footer {
  margin-top: 2.5rem;
  padding: 7rem 0;
  border-top: 1px solid #ddd;
}
.nav-wrap .nav-footer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1360px;
  margin: 0 auto;
  gap: 9.4rem;
}
.nav-wrap .nav-footer-list dl dd {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.nav-wrap .nav-footer-list dl dd .img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 180px;
  height: 50px;
  transition: 0.2s ease-in;
}
.nav-wrap .nav-footer-list dl dd .img.recruit {
  background: url("../images/img_nav_ft01.png") no-repeat 0 0/180px;
}
.nav-wrap .nav-footer-list dl dd .img.media {
  background: url("../images/img_nav_ft02.png") no-repeat 0 0/180px;
}
.nav-wrap .nav-footer-list dl dd .txt {
  padding-left: 2rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #666;
  transition: 0.2s ease-in;
}
.nav-wrap .nav-footer-list .target dl dt:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 0.9rem;
  background: url("../images/ico_target.png") no-repeat 0 0/11px;
}
.nav-wrap .nav-footer-item a:hover .img img {
  transform: scale(1.07);
}
.nav-wrap .nav-footer-item a:hover .txt {
  font-weight: 400;
  color: #000;
}
@media all and (max-width: 990px) {
  .nav-wrap .sitemap-nav {
    padding-top: 0;
  }
  .nav-wrap .sitemap-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-wrap .sitemap-depth1 {
    margin-top: 30px;
  }
  .nav-wrap .sitemap-depth1:first-child {
    margin-top: 0;
  }
  .nav-wrap .sitemap-depth1 a {
    font-size: 1.8rem !important;
  }
  .nav-wrap .sitemap-depth2-wrap {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    background: #fff;
    z-index: 1000;
  }
  .nav-wrap .sitemap-depth2-wrap dt {
    display: none;
  }
  .nav-wrap .sitemap-depth2-wrap .tit {
    margin-top: 27px;
    font-size: 1.8rem;
  }
  .nav-wrap .sitemap-depth2 {
    margin-top: 20px !important;
  }
  .nav-wrap .sitemap-depth2 > li {
    line-height: 1.6;
  }
  .nav-wrap .sitemap-depth2 > li + li {
    margin-top: 20px;
  }
  .nav-wrap .sitemap-depth2 + .depth2-group-wrap {
    padding-top: 0;
    grid-template-columns: 1fr 1fr;
  }
  .nav-wrap .nav-footer {
    position: absolute;
    width: calc(100% - 50px);
    bottom: 100px;
    padding: 0;
    border-top: 0;
  }
  .nav-wrap .nav-footer-list {
    gap: 20px;
    align-items: flex-end;
  }
  .nav-wrap .nav-footer-list .txt {
    display: none;
  }
  .nav-wrap .nav-footer-list dl dt.tit-depth1 {
    font-size: 1.5rem;
  }
  .nav-wrap .nav-footer-list dl dd .img {
    width: 91px;
    height: 50px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .nav-wrap .nav-footer {
    padding: 4rem 0;
  }
}

.has-menu {
  overflow-y: scroll;
  height: 100vh;
  /* 모바일, 테블릿 */
  /* 테블릿, PC */
}
.has-menu:has(.main-section) {
  height: 100%;
}
.has-menu #header .inner .btn-sound {
  display: none;
}
.has-menu #header .inner .right-area .lang {
  display: flex;
}
.has-menu #header .inner .nav-btn span:nth-child(1) {
  margin: 0 auto;
  top: 10px;
  transform: rotate(45deg) translateY(1px);
}
.has-menu #header .inner .nav-btn span:nth-child(2) {
  display: none;
}
.has-menu #header .inner .nav-btn span:nth-child(3) {
  margin: 0 auto;
  top: 11px !important;
  transform: rotate(-45deg);
}
.has-menu #header.main-hd.white .inner .logo a {
  background: url(../images/img_logo.png) no-repeat 0 0/180px;
}
@media all and (max-width: 1023px) {
  .has-menu #header .inner .logo {
    display: none;
  }
  .has-menu #header .inner .btn-prev {
    display: block;
    margin: 12px 0 0 -12px;
    width: 24px;
    height: 24px;
    background: url("../images/btn_prev.png") no-repeat center center/8px 16px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .has-menu #header .inner .logo {
    display: block;
  }
  .has-menu #header .inner .btn-prev {
    display: none;
  }
}

.sub-nav {
  z-index: 100;
  margin-right: 0;
  margin-left: auto;
}

.sub-nav .logo.type2 {
  margin-left: 0;
  margin-right: auto;
  font-size: 2rem;
  align-content: center;
  display: hidden;
}

.sub-nav .inner {
  padding: 0;
  width: 100%;
  max-width: 1600px;
  height: 6rem;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 100;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.sub-nav.is-sticky {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.sub-nav.is-sticky .inner {
  border-bottom: 0;
  justify-content: flex-end;
  padding-right: 6rem;
}
.sub-nav.is-sticky .inner .line {
  bottom: -1px;
}
.sub-nav-dropdown {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sub-nav-dropdown .dropdown {
  position: relative;
  width: 25rem;
  height: 100%;
  z-index: 9999;
}
.sub-nav-dropdown .dropdown-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 2rem;
  height: 6rem;
  line-height: 6rem;
  text-align: left;
  z-index: 30;
}
.sub-nav-dropdown .dropdown-btn .text {
  font-weight: 700;
  font-size: 1.6rem;
}
.sub-nav-dropdown .dropdown-btn .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 13px;
  transition: 0.2s ease-in;
}
.sub-nav-dropdown .dropdown-btn .icon::before, .sub-nav-dropdown .dropdown-btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 1px;
  background: #000;
}
.sub-nav-dropdown .dropdown-btn .icon::after {
  transform: rotate(90deg);
}
.sub-nav-dropdown .dropdown + .dropdown .nav-inner {
  display: none;
}
.sub-nav-dropdown .dropdown + .dropdown .dropdown-btn {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.sub-nav-dropdown .dropdown.is-active + .dropdown .dropdown-btn {
  border-left: 0;
}
.sub-nav-dropdown .dropdown.is-active .dropdown-btn {
  border-left: 0;
  border-right: 0;
  z-index: 99999;
}
.sub-nav-dropdown .dropdown.is-active .dropdown-btn .icon {
  transform: translateY(-50%) rotate(45deg);
}
.sub-nav-dropdown .dropdown-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  opacity: 0;
}
.sub-nav-dropdown .dropdown-nav .nav-inner {
  padding: 6rem 2rem 2rem 2rem;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-sizing: border-box;
}
.sub-nav-dropdown .dropdown-item {
  display: block;
  line-height: 2;
}
.sub-nav-dropdown .dropdown-item .middot {
  margin: 0 1px;
  font-weight: 700;
}
.sub-nav-dropdown .dropdown-item:hover {
  font-weight: 700;
}
.sub-nav-dropdown .dropdown .item-group {
  padding-top: 1.5rem;
}
.sub-nav-dropdown .dropdown .item-group .group-tit {
  font-size: 1.2rem;
  color: #888;
}
.sub-nav-anchor {
  position: relative;
}
.sub-nav-anchor .anchor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sub-nav-anchor .anchor-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding: 0 1.5rem;
  /*
  @include midWide {
    max-width: 170px;
  }
    */
}
.sub-nav-anchor .anchor-item:hover {
  background-color: #f6f3f2;
}

.sub-nav-anchor .anchor-item a {
  display: block;
  font-weight: bold;
}
.sub-nav-anchor .line {
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #000;
  transition: 0.2s ease-in;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .sub-nav-anchor .line {
    display: none;
  }
}

/* 모바일 */
@media all and (max-width: 990px) {
  .sub-nav {
    background: #fff;
  }
  .sub-nav .inner {
    position: relative;
    display: block;
    height: 6rem;
    z-index: 100;
    border-bottom: 0;
    height: 37px;
  }
  .sub-nav .inner:has(.sub-nav-anchor) {
    height: auto;
    padding:0 !important;
  }
  .sub-nav .inner:has(.sub-nav-anchor)::after {
    position: absolute;
    display: block;
    content: "";
    width: calc(100% - 50px);
    border-bottom: 1px solid #ddd;
    z-index: 101;
  }
  .sub-nav .inner:has(.sub-nav-anchor)::after {
    bottom: 1px;
  }
  .sub-nav .inner .sub-nav-dropdown {
    position: relative;
  }
  .sub-nav .inner .sub-nav-dropdown::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    border-bottom: 1px solid #ddd;
    z-index: 101;
  }
  .sub-nav .inner .sub-nav-dropdown::before {
    top: 37px;
  }
  .sub-nav.is-sticky {
    border-bottom: 0;
  }
  .sub-nav.is-sticky.up {
    transition: all 0.1s ease;
    top: -50px !important;
  }
  .sub-nav.is-sticky.up + .history .tab.fixed {
    top: 55px;
  }
  .sub-nav.is-sticky .sub-nav-anchor {
    overflow: visible !important;
  }
  .sub-nav.is-sticky .sub-nav-dropdown::before, .sub-nav.is-sticky .sub-nav-dropdown::after {
    width: calc(100% + 50px) !important;
    margin: 0 -25px;
  }
  .sub-nav.is-sticky .inner::after {
    width: calc(100% + 50px) !important;
    margin: 0 -25px !important;
  }
  .sub-nav-dropdown {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .sub-nav-dropdown .dropdown {
    width: 100% !important;
  }
  .sub-nav-dropdown .dropdown .nav-inner {
    padding-top: 45px;
  }
  .sub-nav-dropdown .dropdown:first-child {
    display: none;
  }
  .sub-nav-dropdown .dropdown + .dropdown .dropdown-btn {
    padding: 0;
    border: 0;
    height: 37px;
    line-height: 37px;
    color: #000 !important;
    z-index: 99999;
  }
  .sub-nav-dropdown .dropdown + .dropdown .dropdown-btn .icon {
    right: 0;
    transition: none;
  }
  .sub-nav-dropdown .dropdown.is-active .dropdown-btn {
    padding-left: 2rem;
  }
  .sub-nav-dropdown .dropdown.is-active .dropdown-btn .text {
    display: block;
    margin-top: 1rem;
  }
  .sub-nav-dropdown .dropdown.is-active .dropdown-btn .icon {
    top: 50%;
    right: 2rem;
  }
  .sub-nav-anchor {
    overflow: hidden;
    width: 100%;
    height: 37px;
    background: #fff;
  }
  .sub-nav-anchor .anchor-list {
    height: 37px;
    z-index: 200;
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .sub-nav-anchor .anchor-list {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .sub-nav-anchor .anchor-list {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .sub-nav-anchor .anchor-list::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .sub-nav-anchor .anchor-list .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .sub-nav-anchor .anchor-item {
    display: block;
    height: 37px;
    padding: 0 12px;
  }
  .sub-nav-anchor .anchor-item:first-child {
    margin-left: -12px;
  }
  .sub-nav-anchor .anchor-item a {
    position: relative;
    display: block;
    line-height: 37px;
    height: 37px;
    padding: 0;
    white-space: nowrap;
    font-size: 1.5rem;
  }
  .sub-nav-anchor .anchor-item a.is-active {
    border-bottom: 1px solid #000;
  }
}
@media all and (max-width: 990px) {
  .sub-nav-anchor .line {
    display: none !important;
    bottom: 0;
    z-index: 200;
  }
}
/*
@include midWide {
  .sub-nav-dropdown {
    .dropdown {
      width: 20rem;
    }
  }
}
  */
.container.main .tit-area {
  padding: 12rem 0 0 0;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .container.main .tit-area {
    padding: 60px 0 0 0;
  }
}
.container .tit-area {
  /* 모바일, 테블릿 */
  /* 테블릿, PC */
}
.container .tit-area .tit {
  line-height: 1;
  font-size: 6rem;
  letter-spacing: 0;
}
.container .tit-area .sub-tit {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
}
@media all and (max-width: 1023px) {
  .container .tit-area {
    padding: 0;
  }
  .container .tit-area .tit {
    font-size: 4.1rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .container .tit-area .tit {
    font-size: 4.5rem;
  }
}

.sub .contents-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 15rem;
  background-color: #fff;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .sub .contents-wrap {
    padding-bottom: 100px;
  }
}
.sub .contents-wrap .contents {
  width: 100%;
  max-width: calc(1400px + 12rem);
  margin: 0 auto;
  padding: 10rem 6rem 0 6rem;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .sub .contents-wrap .contents {
    padding: 40px 25px 0 25px;
  }
}
.sub .contents-wrap .contents.hds-story, .sub .contents-wrap .contents.product-home {
  padding: 0;
  max-width: 100vw;
}
.sub .contents-wrap .contents.hds-story .cont-head .inner, .sub .contents-wrap .contents.product-home .cont-head .inner {
  padding-top: 10rem;
  /* 모바일, 테블릿 */
}

@media all and (max-width: 1023px) {
  .sub .contents-wrap .contents.hds-story .cont-head .inner, .sub .contents-wrap .contents.product-home .cont-head .inner {
    padding-top: 40px !important;
  }
}
.sub .contents-wrap .contents.hds-story .section:first-of-type, .sub .contents-wrap .contents.product-home .section:first-of-type {
  margin-top: 5rem;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .sub .contents-wrap .contents.hds-story .section:first-of-type, .sub .contents-wrap .contents.product-home .section:first-of-type {
    margin-top: 50px;
  }
}


.sub .contents-wrap .contents.history {
  padding: 0;
  max-width: 100vw;
}
.sub .contents-wrap .contents.history .cont-head .inner {
  padding-top: 10rem !important;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .sub .contents-wrap .contents.history .cont-head .inner {
    padding-top: 40px !important;
  }
}

.sub-visual {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 34.6rem;
  text-align: center;
  margin: 14.2rem auto 3rem auto;
  /* 모바일 */
  /* 테블릿  */
}
.sub-visual-wrap {
  overflow: hidden;
}
.sub-visual-wrap:has(.legal) + .contents-wrap .sub-nav-dropdown .dropdown + .dropdown {
  width: 27rem;
}
.sub-visual-wrap.hpls .bg-img-inner {
  background: url("../images/bg_visu_hpls.png") no-repeat center center/cover;
}

.sub-visual-wrap.company .bg-img-inner {
  background: url("../images/bg_visu_company.png") no-repeat center center/cover;
}
.sub-visual-wrap.sustainability .bg-img-inner {
  background: url("../images/bg_visu_sustainability.png") no-repeat center center/cover;
}
.sub-visual-wrap.product .bg-img-inner {
  background: url("../images/bg_visu_product.png") no-repeat center center/cover;
}
.sub-visual-wrap.ir .bg-img-inner {
  background: url("../images/bg_visu_ir.png") no-repeat center center/cover;
}
.sub-visual-wrap.support .bg-img-inner {
  background: url("../images/bg_visu_support.png") no-repeat center center/cover;
}
.sub-visual-wrap.legal .bg-img-inner {
  background: url("../images/bg_visu_support.png") no-repeat center center/cover;
}
.sub-visual.ir .bg-img-inner {
  background: url("../images/bg_visu_ir.png") no-repeat center center/cover;
}
.sub-visual.support .bg-img-inner {
  background: url("../images/bg_visu_support.png") no-repeat center center/cover;
}
.sub-visual .bg-img {
  width: 100%;
  height: 34.6rem;
  overflow: hidden;
  /* 모바일 */
}
.sub-visual .bg-img .bg-img-inner .bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-visual-wrap.hpls .bg-img-inner {
  position: relative;
}

.sub-visual-wrap.hpls .bg-img-inner h2 {
  position: absolute;
  width:100%;
  text-align: center;
  color :#000;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (min-width: 1000px) and (max-width: 1280px) {
  .sub-visual-wrap.hpls .bg-img-inner h2 {
    transform: translate(-50%, -80%);
  }
}


@media all and (max-width: 1000px) {
  .sub-visual-wrap.hpls .bg-img-inner h2 {
    font-size: 14px;
    transform: translate(-50%, 90%);
  }
}

@media all and (max-width: 500px) {
  .sub-visual-wrap.hpls .bg-img-inner h2 {
    font-size: 12px;
    
  }
}

@media all and (max-width: 419px) {
  .sub-visual-wrap.hpls .bg-img-inner h2 {
    font-size: 0.6em;
  }
}

@media all and (max-width: 319px) {
  .sub-visual-wrap.hpls .bg-img-inner h2 {
    font-size: 0.4em;
  }
}

@media all and (max-width: 990px) {
  .sub-visual .bg-img {
    height: 100px;
  }
}
.sub-visual .bg-img-inner {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 990px) {
  .sub-visual {
    overflow: hidden;
    margin: 55px auto 0 auto;
    width: 100% !important;
    height: 100px !important;
  }
  .sub-visual .bg-img-inner {
    margin: 0 25px;
    width: calc(100% - 50px) !important;
  }
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .sub-visual {
    overflow: hidden;
    margin: 11.36rem auto 0 auto;
  }
}

.footer {
  position: relative;
  padding: 11.4rem 0 13.8rem;
  color: #999;
  background: #232323;
  z-index: 10;
  /* 모바일, 테블릿 */
}
.footer .inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .inner .left {
  flex-shrink: 0;
}
.footer .inner .footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 925px;
}
.footer .inner .footer-nav-item {
  background: none;
}
.footer .inner .footer-nav-item dt {
  border: 0;
  padding: 0 0 4rem 0;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
.footer .inner .footer-nav-item dt .ico-plus {
  display: none;
}
.footer .inner .footer-nav-item dd {
  max-height: 100%;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .footer .inner .footer-nav-item dd {
    max-height: 0;
  }
}
.footer .inner .footer-nav-item.wide-hide {
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .footer .inner .footer-nav-item.wide-hide {
    display: none;
  }
}
.footer .inner .footer-nav-list a {
  line-height: 1.8;
  color: #ddd;
}
.footer .inner .footer-nav-list a.toggle {
  font-weight: 700;
}
.footer .inner .footer-nav-list a.toggle:after {
  display: inline-block;
  content: "+";
  margin-left: 5px;
}
.footer .inner .footer-nav-list a.toggle.is-active:after {
  content: "-";
}
.footer .inner .footer-nav-list a.toggle.is-active + ul {
  display: block;
  margin-bottom: 1rem;
}
.footer .inner .footer-nav-list a.toggle + ul {
  display: none;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .footer .inner .footer-nav-list a.toggle + ul {
    display: block;
  }
}
.footer .inner .footer-nav-list a .middot {
  margin: 0 1px;
  font-weight: 700;
}
.footer .inner .footer-nav-list a:hover {
  opacity: 1;
  color: #fff;
}
.footer .inner .address {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #777;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .footer .inner .address.wide-only {
    display: block !important;
  }
}
.footer .inner .util-menu {
  margin-top: 9.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .footer .inner .util-menu.wide-only {
    display: flex !important;
  }
}
.footer .inner .util-menu li {
  line-height: 1;
}
.footer .inner .util-menu li:first-child::before {
  display: none;
}
.footer .inner .util-menu li:before {
  display: inline-block;
  vertical-align: -2px;
  content: "";
  margin: 0 10px;
  width: 1px;
  height: 12px;
  background: #444;
}
.footer .inner .util-menu li a {
  line-height: 1;
  font-size: 1.2rem;
  color: #777;
}
.footer .inner .util-menu li a:hover {
  color: #fff;
}
.footer .inner .copy {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-family: "Noto Sans";
}
.footer .inner .copy em {
  color: #0073fa;
  font-family: "Noto Sans";
}
@media all and (max-width: 1023px) {
  .footer {
    padding-top: 40px;
  }
  .footer .inner {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer .inner .right {
    width: 100%;
  }
  .footer .inner .left {
    margin: 0 auto;
    width: 100%;
  }
  .footer .inner .logo-wrap {
    position: relative;
    top: -90px;
    text-align: center;
  }
  

  .footer .inner .footer-nav {
    display: block;
    width: 100%;
  }
  .footer .inner .footer-nav-item {
    background: none;
    /* 모바일, 테블릿 */
  }
  .footer .inner .footer-nav-item:first-child dt {
    border-top: 0;
  }
  .footer .inner .footer-nav-item:last-child.is-active dt {
    color: #ddd;
  }
  .footer .inner .footer-nav-item:last-child dt {
    color: #666;
  }
  .footer .inner .footer-nav-item:last-child dd {
    border-bottom: 0;
  }
  .footer .inner .footer-nav-item:last-child dd .footer-nav-list {
    padding-bottom: 10px;
  }
  .footer .inner .footer-nav-item:last-child dd .address {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 1.4rem;
    color: #ddd;
    border-bottom: 1px solid #444;
  }
  .footer .inner .footer-nav-item dt {
    position: relative;
    padding: 20px 30px 20px 0;
    width: 100%;
    margin-top: 0;
    font-size: 1.85rem;
    line-height: 1.2;
    border-bottom: 1px solid #444;
    cursor: pointer;
  }
  .footer .inner .footer-nav-item dt.is-active {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  .footer .inner .footer-nav-item dt .ico-plus {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
  .footer .inner .footer-nav-item dt .ico-plus::before, .footer .inner .footer-nav-item dt .ico-plus::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 1px;
    background: #fff;
  }
  .footer .inner .footer-nav-item dt .ico-plus::after {
    transform: rotate(90deg);
  }
  .footer .inner .footer-nav-item dt .ico-plus:after {
    transition: 0.2s ease-in;
  }
  .footer .inner .footer-nav-item dt br {
    display: none;
  }
  .footer .inner .footer-nav-item dt.is-active .ico-plus::before {
    width: 0;
    transform: translateX(-50%) rotate(90deg);
  }
  .footer .inner .footer-nav-item dt.is-active .ico-plus:after {
    transform: rotate(180deg);
  }
  .footer .inner .footer-nav-item dd {
    display: none;
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #444;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }
  .footer .inner .footer-nav-item dd .footer-nav-list {
    padding: 0 0 20px;
  }
  .footer .inner .footer-nav-item dd .footer-nav-list li {
    line-height: 2;
  }
}
@media all and (max-width: 1023px) and (max-width: 1023px) {
  .footer .inner .footer-nav-item.narrow-only dt {
    color: #666;
  }
}
@media all and (max-width: 1023px) {
  .footer .inner .util-menu {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .footer .inner .util-menu > li {
    line-height: 2;
    margin-right: 15px;
  }
  .footer .inner .util-menu > li a {
    font-size: 1.6rem;
  }
  .footer .inner .util-menu > li::before {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .footer .inner .footer-bottom {
    margin-top: 83px;
    text-align: center;
  }
}

.floating-quick {
  position: fixed;
  top: 580px;
  right: 0px;
  width: 60px;
  z-index: 998;
  /* 모바일, 테블릿 */
}
.floating-quick .quick-list {
  position: relative;
}
.floating-quick .quick-list::after {
  position: absolute;
  bottom: -16px;
  display: block;
  content: "";
  width: 60px;
  height: 47px;
  z-index: -1;
  background: url("../images/bg_gra.png") no-repeat 0 0/60px;
}
.floating-quick .quick-item {
  position: relative;
  border-top: 1px solid #ddd;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: -1px;
}
.floating-quick .quick-item > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in;
}
.floating-quick .quick-item:has(.quick-menu.is-active) + .quick-item {
  border-top: 0;
}
.floating-quick .quick-item:nth-child(1) > a {
  background: #fff url("../images/ico_quick02.png") no-repeat center center/20px;
}
.floating-quick .quick-item:nth-child(2) {
  border-bottom: 1px solid #ddd;
}

.floating-quick .quick-menu {
  position: absolute;
  top: -1px;
  width: 100%;
  transform: translateX(1000%);
  transition: 0.2s ease-in;
  z-index: 30;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.floating-quick .quick-menu.is-active {
  transform: translateX(0);
}
.floating-quick .quick-menu .btn-close {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.floating-quick .quick-menu .btn-close-wrap {
  flex-shrink: 0;
  width: 60px;
  height: 61px;
  border: 1px solid #ddd;
  border-left: none;
}
.floating-quick .quick-menu .btn-close::before, .floating-quick .quick-menu .btn-close::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 1px;
  background: #000;
}
.floating-quick .quick-menu .btn-close::before {
  transform: rotate(45deg);
}
.floating-quick .quick-menu .btn-close::after {
  transform: rotate(-45deg);
}
.floating-quick .quick-menu ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
}
.floating-quick .quick-menu ul.quick-hide {
  display: none !important;
}
.floating-quick .quick-menu ul.quick-show {
  display: flex !important;
}
.floating-quick .quick-menu ul.list-company li:nth-child(1) a::before {
  background: url("../images/ico_quick_company01.png") no-repeat 0 center/24px;
}
.floating-quick .quick-menu ul.list-company li:nth-child(2) a::before {
  background: url("../images/ico_quick_company02.png") no-repeat 0 center/24px;
}
.floating-quick .quick-menu ul.list-company li:nth-child(3) a::before {
  background: url("../images/ico_quick_company03.png") no-repeat 0 center/24px;
}
.floating-quick .quick-menu ul.list-company li:nth-child(4) a::before {
  background: url("../images/ico_quick_company04.png") no-repeat 0 center/24px;
}
.floating-quick .quick-menu ul.list-sustain li:nth-child(1) a::before {
  background: url("../images/ico_quick_sustain01.png") no-repeat 0 center/24px;
}
.floating-quick .quick-menu ul.list-product li:nth-child(1) a::before {
  background: url("../images/ico_quick_product01.png") no-repeat 0 center/24px;
}
.floating-quick .quick-menu ul.list-product li:nth-child(2) a::before {
  background: url("../images/ico_quick_product02.png") no-repeat 0 center/24px;
}
.floating-quick .quick-menu ul.list-product li:nth-child(3) a::before {
  background: url("../images/ico_quick_product03.png") no-repeat 0 center/24px;
}
.floating-quick .quick-menu ul.list-ir li:nth-child(1) a::before {
  background: url("../images/ico_quick_ir01.png") no-repeat 0 center/24px;
}
.floating-quick .quick-menu ul.list-ir li:nth-child(2) a::before {
  background: url("../images/ico_quick_ir02.png") no-repeat 0 center/24px;
}
.floating-quick .quick-menu ul li {
  overflow: hidden;
  height: 61px;
  flex-shrink: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.floating-quick .quick-menu ul li:first-child a {
  padding-left: 20px;
}
.floating-quick .quick-menu ul li:last-child a {
  padding-right: 20px;
}
.floating-quick .quick-menu ul li + li a {
  padding-left: 1.7rem;
}
.floating-quick .quick-menu ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 1.4rem;
}
.floating-quick .quick-menu ul li a::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
@media all and (max-width: 1023px) {
  .floating-quick {
    width: 50px;
    top: unset;
    bottom: 100px;
  }
  .floating-quick .quick-menu {
    position: fixed;
    top: unset;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 137px;
    flex-direction: row-reverse;
    transform: translateY(100%);
  }
  .floating-quick .quick-menu.is-active {
    position: fixed;
    height: 137px;
    top: unset;
    bottom: 0;
    left: 0;
    right: unset !important;
    transform: translateY(0);
    border-top: 1px solid #ddd;
    background: #fff;
  }
  .floating-quick .quick-menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    padding-top: 7px;
  }
  .floating-quick .quick-menu ul.quick-hide {
    display: none !important;
  }
  .floating-quick .quick-menu ul.quick-show {
    display: flex !important;
  }
  .floating-quick .quick-menu ul li {
    width: 100%;
    height: auto;
    border: 0;
  }
  .floating-quick .quick-menu ul li a {
    padding: 8px 25px !important;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1.2;
    font-size: 1.5rem;
  }
  .floating-quick .quick-menu ul li a::before {
    width: 24px;
    height: 24px;
    background-size: 24px !important;
  }
  .floating-quick .quick-menu .btn-close-wrap {
    width: 16px;
    height: 16px;
    margin: 15px 25px 0 0;
    border-right: 0;
    border: 0;
  }
  .floating-quick .quick-menu .btn-close-wrap .btn-close::before, .floating-quick .quick-menu .btn-close-wrap .btn-close::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 1px;
    background: #000;
  }
  .floating-quick .quick-menu .btn-close-wrap .btn-close::before {
    transform: rotate(45deg);
  }
  .floating-quick .quick-menu .btn-close-wrap .btn-close::after {
    transform: rotate(-45deg);
  }
  .floating-quick .quick-item {
    width: 50px;
    height: 50px;
  }
  .floating-quick .quick-item a {
    background-size: 15px !important;
  }
}

/* 레이어 팝업 */
.notice-pop-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
  -webkit-animation: fadeIn ease 1s forwards;
  animation: fadeIn ease 1s forwards;
}
.notice-pop-inner {
  z-index: 99999;
  position: absolute;
  font-size: 0;
  width: 535px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .notice-pop-inner {
    width: 100%;
    max-width: 320px;
    min-width: 300px;
  }
}
.notice-pop-content {
  position: relative;
  width: 100%;
}
.notice-pop-content a {
  display: block;
  width: 100%;
  height: 100%;
}
.notice-pop-content a img {
  width: 100%;
  max-height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .notice-pop-content a img {
    max-height: 520px;
  }
}
.notice-pop-content .btn-close {
  position: absolute;
  z-index: 99999;
  top: 30px;
  right: 40px;
  width: 25px;
  height: 25px;
  /* 모바일, 테블릿 */
}
.notice-pop-content .btn-close::before, .notice-pop-content .btn-close::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #000;
}
.notice-pop-content .btn-close::before {
  transform: rotate(45deg);
}
.notice-pop-content .btn-close::after {
  transform: rotate(-45deg);
}
@media all and (max-width: 1023px) {
  .notice-pop-content .btn-close {
    top: 25px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .notice-pop-content .btn-close::before, .notice-pop-content .btn-close::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #000;
  }
  .notice-pop-content .btn-close::before {
    transform: rotate(45deg);
  }
  .notice-pop-content .btn-close::after {
    transform: rotate(-45deg);
  }
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: linear !important;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.btn-area {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* 모바일 */
}
.btn-area.left {
  gap: 20px;
  margin-top: 8rem;
  justify-content: flex-start;
}
.btn-area.right {
  gap: 7rem;
  margin-top: 10px;
  justify-content: flex-end;
  /* 모바일 */
}
.btn-area.right.re-mg {
  margin-top: var(--long);
}
@media all and (max-width: 990px) {
  .btn-area.right {
    margin: 30px 0 100px;
    max-width: 235px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .btn-area.right.re-mg {
    max-width: 100%;
    justify-content: flex-end;
  }
}
@media all and (max-width: 990px) {
  .btn-area {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .btn-area.left {
    margin-top: 50px;
  }
}
.btn-area.half {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 20px;
  margin-top: 5rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .btn-area.half {
    gap: 10px;
    margin-top: 30px !important;
    min-width: 100%;
    max-width: 100% !important;
  }
}
.btn-area.half .btn {
  flex: 1;
  white-space: nowrap;
}
.btn:not(.btn-txt, .btn-ico-txt) {
  display: inline-block;
  height: 7rem;
  line-height: 7rem;
  padding: 0 3rem;
  border: 1px solid #222;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  transition: 0.2s ease-in;
  /* 모바일 */
}
.btn:not(.btn-txt, .btn-ico-txt):hover {
  color: #fff;
  background: #000;
}
.btn:not(.btn-txt, .btn-ico-txt).primary {
  min-width: 189px;
}
.btn:not(.btn-txt, .btn-ico-txt).secondary {
  height: 50px;
  line-height: 49px;
  padding: 0 15px;
  font-size: 1.8rem;
  background: #f5f5f5;
  border: 1px solid #222;
  font-weight: 300;
  border-radius: 10px;
}
.btn:not(.btn-txt, .btn-ico-txt).secondary:hover {
  color: #000;
  background: #fff;
}
@media all and (max-width: 990px) {
  .btn:not(.btn-txt, .btn-ico-txt) {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.9rem;
  }
}
.btn-txt {
  line-height: 1;
  font-size: 1.6rem;
  transition: 0.2s ease-in;
  /* 모바일 small */
}
@media all and (max-width: 320px) {
  .btn-txt {
    font-size: 1.4rem;
    letter-spacing: -0.04em;
  }
}
.btn-txt:hover {
  background: #e4ffc3;
}
.btn-ico-txt {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  gap: var(--space);
}
.btn-ico-txt .ico {
  width: 12.5rem;
  height: 12.5rem;
  background-color: #d9d9d9;
  flex-shrink: 0;
  /* 모바일 */
}
.btn-ico-txt .ico-person {
  background: url("../images/ir/ico_person.png") no-repeat center center/12.5rem;
}
.btn-ico-txt .ico-company {
  background: url("../images/ir/ico_company.png") no-repeat center center/12.5rem;
}
@media all and (max-width: 990px) {
  .btn-ico-txt .ico {
    width: 80px;
    height: 80px;
  }
}
.btn-ico-txt .txt strong {
  margin-bottom: var(--short);
  display: block;
  line-height: 1;
  font-size: 3.8rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .btn-ico-txt .txt strong {
    font-size: 2.7rem;
  }
}
.btn-link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: var(--long);
  overflow-x: auto;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: smooth;
  will-change: scroll-position;
  -webkit-transform: translateZ(0);
  /* 모바일, 테블릿 */
  /* 테블릿, PC */
  padding-bottom: 0;
  scroll-behavior: smooth;
  transition: 0.2s ease-in;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* 모바일 */
}
@media all and (max-width: 1023px) {
  .btn-link-list {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .btn-link-list {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
.btn-link-list::-webkit-scrollbar {
  display: none;
}
.btn-link-list .ico-scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  z-index: 100;
  background-image: url("../images/ico_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-link-list .btn-link-item {
  text-align: center;
}
.btn-link-list .btn-ico-txt {
  flex-direction: column;
}
.btn-link-list .btn-ico-txt .ico-arr {
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (max-width: 990px) {
  .btn-link-list {
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 15px;
  }
  .btn-link-list .btn-link-item {
    width: 100% !important;
    text-align: left;
  }
  .btn-link-list .btn-ico-txt {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: var(--space);
  }
  .btn-link-list .btn-ico-txt .txt {
    width: 100%;
  }
  .btn-link-list .btn-ico-txt .ico-arr {
    width: 100%;
    justify-content: space-between;
    font-size: 1.8rem;
  }
}
.btn-banner {
  position: relative;
  z-index: 10;
  width: 100%;
  justify-content: space-between !important;
  /* 모바일 */
}
.btn-banner .txt-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .btn-banner .txt-box {
    align-items: flex-start;
  }
}
.btn-banner .txt-box dl {
  width: 100%;
}
.btn-banner .txt-box dl dt {
  font-size: 2rem;
  font-weight: 700;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .btn-banner .txt-box dl dt {
    font-size: 1.8rem;
  }
}
.btn-banner .txt-box dl dd {
  white-space: wrap;
}
.btn-banner .ico {
  flex-shrink: 0;
  display: block;
  width: 48px;
  height: 48px;
}
.btn-banner .ico-work {
  background: url("../images/product/ico_work.png") no-repeat center center/48px;
}
.btn-banner .ico-ban-prod01 {
  background: url("../images/product/ico_certi.png") no-repeat center center/48px;
}
.btn-banner .ico-inquiry, .btn-banner .ico-ban-prod02 {
  background: url("../images/product/ico_inquiries.png") no-repeat center center/48px;
}
.btn-banner .ico-ban-prod03 {
  background: url("../images/product/ico_ebusiness.png") no-repeat center center/48px;
}
@media all and (max-width: 990px) {
  .btn-banner:after {
    display: none !important;
  }
  .btn-banner .ico {
    width: 36px;
    height: 36px;
    background-size: 36px !important;
  }
}

.ico-arr {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
}
.ico-arr:after {
  flex-shrink: 0;
  display: inline-block;
  content: "";
  width: 20px;
  height: 16px;
  background: url("../images/btn_ico_arr.png") no-repeat center center/20px;
}
.ico-down {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  gap: var(--space);
  color: #666;
}
.ico-down:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/btn_down.png") no-repeat center center/20px;
}
.ico-target:after {
  display: inline-block;
  content: "";
  vertical-align: -1px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url("../images/ico_target.png") no-repeat center center/11px;
}
.ico-target02 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.ico-target02:after {
  flex-shrink: 0;
  position: relative;
  top: 5px;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url("../images/ico_target02.png") no-repeat center center/15px;
}

.tab-list {
  margin: 4rem 0 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.tab-list > li {
  flex-shrink: 0;
}
.tab-list > li .btn-tab {
  flex-shrink: 0;
  display: inline-block;
  min-width: 5.6rem;
  height: 6rem;
  line-height: 5.8rem;
  padding: 0 25px;
  font-size: 1.6rem;
  color: #666;
  letter-spacing: -0.02em;
  border: 1px solid #ddd;
  font-weight: 700;
  background: #fff;
  border-radius: 30px;
  transition: 0.2s ease-in;
  transform: rotateZ(0.001deg);
  /* 테블릿, PC */
  /* 모바일 */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .tab-list > li .btn-tab {
    padding: 0 20px;
  }
}
@media all and (max-width: 990px) {
  .tab-list > li .btn-tab {
    min-width: auto;
    padding: 0 22px;
    height: 50px;
    font-size: 1.5rem;
    line-height: 50px;
    font-weight: 300;
  }
}
.tab-list > li.is-active .btn-tab {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.tab-list > li:hover {
  /* PC */
}
@media all and (min-width: 1400px) {
  .tab-list > li:hover .btn-tab {
    color: #000;
    border-color: #000;
    background-color: #fff;
  }
}
.tab-conts {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.7s ease;
}
.tab-conts .txt-desc:first-child {
  margin-top: 0;
}
.tab-conts .product-slider + .tit-area {
  margin-top: 8rem;
}
.tab-conts.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.tab-area.short .tab-list {
  margin-bottom: var(--space) !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tab-area.short .tab-list {
    padding-bottom: 0 !important;
  }
}
.tab-area.type-link {
  position: relative;
}
.tab-area.type-link .tab-list {
  display: inline-flex;
  margin: 1rem 0 0;
  transition: 0.2s ease-in;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tab-area.type-link .tab-list {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.tab-area.type-link .tab.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 999;
  /* 테블릿, PC */
  /* 테블릿  */
  /* 모바일 */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .tab-area.type-link .tab.fixed {
    top: 54px;
  }
}
.tab-area.type-link .tab.fixed::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
}
.tab-area.type-link .tab.fixed .tab-list {
  margin: 3rem 0 3rem;
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .tab-area.type-link .tab.fixed {
    top: 48px;
  }
  .tab-area.type-link .tab.fixed:before {
    width: 100%;
  }
}
@media all and (max-width: 990px) {
  .tab-area.type-link .tab.fixed {
    top: 74px;
  }
  .tab-area.type-link .tab.fixed .tab-list {
    margin: 15px 0 !important;
    width: 100vw;
  }
  .tab-area.type-link .tab.fixed:before {
    width: 100%;
  }
}
.tab-area.type-link .tab-conts {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.tab-area.type-link .tab-conts.is-active .history-wrap .info-wrap {
  padding-top: 14rem;
}
.tab-area.scroll .tab {
  max-width: 1045px;
}
.tab.type-ico {
  position: relative;
}
.tab.type-ico .tab-list {
  position: relative;
  margin-bottom: 3rem;
  justify-content: space-between;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .tab.type-ico .tab-list {
    gap: 20px;
  }
}
.tab.type-ico .tab-list:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .tab.type-ico .tab-list:after {
    width: calc(100% + 80px);
    left: 25px;
    bottom: 20px;
  }
}
.tab.type-ico .tab-list li {
  position: relative;
  /* 모바일, 테블릿 */
}
.tab.type-ico .tab-list li.is-active .btn-tab {
  position: relative;
  border-radius: 0;
}
.tab.type-ico .tab-list li.is-active:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #000;
}
.tab.type-ico .tab-list li.is-disabled .btn-tab {
  opacity: 0.2;
  cursor: default;
}
.tab.type-ico .tab-list li.is-disabled.is-active:after {
  display: none !important;
}
.tab.type-ico .tab-list li + li {
  margin-left: 0;
}
.tab.type-ico .tab-list li .btn-tab {
  border: 0;
  min-width: 150px;
  padding-top: 150px;
}
.tab.type-ico .tab-list li:nth-child(1) .btn-tab {
  background: url("../images/product/ico_application01.png") no-repeat center center/125px;
}
.tab.type-ico .tab-list li:nth-child(2) .btn-tab {
  background: url("../images/product/ico_application02.png") no-repeat center center/125px;
}
.tab.type-ico .tab-list li:nth-child(3) .btn-tab {
  background: url("../images/product/ico_application03.png") no-repeat center center/125px;
}
.tab.type-ico .tab-list li:nth-child(4) .btn-tab {
  background: url("../images/product/ico_application04.png") no-repeat center center/125px;
}
.tab.type-ico .tab-list li:nth-child(5) .btn-tab {
  background: url("../images/product/ico_application05.png") no-repeat center center/125px;
}
@media all and (max-width: 1023px) {
  .tab.type-ico .tab-list li .btn-tab {
    min-width: 80px !important;
    width: 80px;
    padding-top: 80px;
    background-size: 80px !important;
  }
  .tab.type-ico .tab-list li .btn-tab:after {
    width: 80px !important;
  }
}
.tab.type-ico + .tab-conts-wrap .sec-tit02 {
  margin: 0 0 2rem !important;
  letter-spacing: -0.01em;
}

/* 모바일, 테블릿 */
@media all and (max-width: 1023px) {
  .tab-list {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 25px 20px !important;
    margin: 0 -25px !important;
    background: #fff;
    width: auto;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) and (max-width: 1023px) {
  .tab-list {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1399px) {
  .tab-list {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 1023px) {
  .tab-list::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .tab-list .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 1023px) {
  .tab-list > li {
    flex: 0 0 auto;
  }
}
@media all and (max-width: 1023px) {
  .tab-list.mt-mid {
    padding: 10px 25px 20px !important;
    margin: 0 -25px !important;
  }
}
.line-box {
  border: 1px solid #ddd;
  padding: 4rem;
  /* 모바일 */
  /* 모바일 */
  /* 테블릿  */
}
@media all and (max-width: 990px) {
  .line-box {
    padding: 0;
    margin: 30px -25px 0 -25px;
    border-top: 1px solid #000;
    border-bottom: 0;
  }
  .line-box .dl-type02 dt, 
  .line-box .dl-type02 dt > a {
    margin-top: 20px !important;
    padding: 0 25px;
  }
  .line-box .dl-type02 dd {
    padding: 0 25px 20px 25px;
    border-bottom: 1px solid #ddd;
    word-break: keep-all;
  }
}
.line-box .dl-type02 {
  margin-top: 0;
}
.line-box .dl-type02 dd + dt {
  margin-top: 4rem;
}
.line-box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--space);
}
.line-box-list + .line-box-list {
  margin-top: 8rem;
}
.line-box-list.re-col {
  margin-top: 3rem;
  grid-template-columns: 0.5fr 1fr;
  /* 모바일 */
}
.line-box-list.re-col .thumb-img-list {
  margin: 2rem 0 0;
  justify-content: space-between;
}
@media all and (max-width: 990px) {
  .line-box-list.re-col {
    grid-template-columns: 1fr;
  }
  .line-box-list.re-col .line-box-item {
    padding: 20px 25px;
  }
  .line-box-list.re-col .line-box-item .sec-tit02 {
    margin-top: 0;
  }
  .line-box-list.re-col .thumb-img-list {
    margin: 0;
  }
}
.hpls .line-box-list.col-2 {
  grid-template-columns: repeat(1, 1fr);
}

.line-box-list.col-2 {
  grid-template-columns: repeat(2, 1fr);
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .line-box-list.col-2 {
    padding: 0 25px;
    grid-template-columns: 1fr;
  }
}
.line-box-list.col-4 {
  grid-template-columns: repeat(4, 1fr);
  /* 모바일 */
}
.line-box-list.col-4 .line-box-item {
  position: relative;
}
.line-box-list.col-4 .line-box-item:before {
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  z-index: -1;
  border-bottom: 1px solid #999;
}
.line-box-list.col-4 .line-box-item:last-child:before {
  display: none;
}
@media all and (max-width: 990px) {
  .line-box-list.col-4 {
    padding: 0 25px;
    grid-template-columns: 1fr;
  }
  .line-box-list.col-4 .line-box-item:before {
    width: 0;
    height: 100%;
    top: unset;
    right: unset;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 1px solid #999;
  }
}
.line-box-item {
  padding: 3rem;
  border: 1px solid #ddd;
  background: #fff;
}
.line-box-item:hover {
  position: relative;
}
.line-box-item:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.line-box-item .img-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 211px;
  margin-bottom: var(--space);
}
.line-box-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.line-box-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.line-box-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.line-box-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.line-box-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.line-box-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.line-box-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.line-box-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.line-box-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.line-box-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.line-box-item:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.line-box-inner {
  position: relative;
  z-index: 2;
}
.line-box-inner .year {
  display: block;
  margin-bottom: var(--space);
  font-size: 2.2rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .line-box-inner .year {
    font-size: 1.8rem;
  }
}
.line-box-inner .btn-txt {
  display: inline-block;
  margin-top: 2.5rem;
  color: #666;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .line-box-inner .btn-txt {
    margin-top: 15px;
  }
}
.line-box-inner dl dt {
  margin: var(--space) 0;
  font-size: 2.1rem;
  line-height: 1.2;
}
.line-box-inner dl.dl-type02 dt {
  margin: 0 0 var(--short) 0;
}
.line-box-inner dl.dl-type02 dd.sm {
  font-size: 1.8rem;
}
.line-box-inner dl.dl-type02 + .dot-list {
  margin-top: var(--middle);
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .line-box-inner dl.dl-type02 + .dot-list {
    margin-top: 20px;
  }
}
.line-box-inner .dot-list li {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}
.line-box-inner .dot-list li:before {
  background-color: #666;
}
.line-box-inner .dl-type03 {
  margin-top: 0 !important;
}
.line-box-inner .dl-type03 dt {
  margin-top: 0 !important;
}
.line-box-inner.flex, .tbl-wrap .tbl tbody td .line-box-inner.flex-start, .tbl-wrap .tbl tfoot td .line-box-inner.flex-start {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3rem;
}
.line-box-inner.flex .dl-type03, .tbl-wrap .tbl tbody td .line-box-inner.flex-start .dl-type03, .tbl-wrap .tbl tfoot td .line-box-inner.flex-start .dl-type03 {
  margin-left: var(--space);
}
.line-box-inner.flex .dl-type03 dt, .tbl-wrap .tbl tbody td .line-box-inner.flex-start .dl-type03 dt, .tbl-wrap .tbl tfoot td .line-box-inner.flex-start .dl-type03 dt {
  margin: 0 0 var(--short) 0;
}
@media all and (max-width: 990px) {
  .line-box-list {
    margin: 0 -25px;
    grid-template-columns: 1fr !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    grid-gap: 0;
  }
  .line-box-list + .line-box-list {
    margin-top: 30px;
    border-top: 1px solid #ddd;
  }
  .line-box-list.type-box {
    margin: 0;
    padding: 0;
    border: 0;
    gap: 20px;
  }
  .line-box-list.type-box .line-box-item {
    padding: 20px;
    border: 1px solid #ddd;
  }
  .line-box-item {
    width: 100%;
    border: 0;
    border-top: 1px solid #ddd;
  }
  .line-box-item:hover:after {
    display: none;
  }
  .line-box-inner.flex, .tbl-wrap .tbl tbody td .line-box-inner.flex-start, .tbl-wrap .tbl tfoot td .line-box-inner.flex-start {
    padding-left: 0;
  }
  .line-box-inner.flex .ico, .tbl-wrap .tbl tbody td .line-box-inner.flex-start .ico, .tbl-wrap .tbl tfoot td .line-box-inner.flex-start .ico {
    width: 80px;
    height: 80px;
  }
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .line-box-list {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    border-bottom: 0;
  }
  .line-box-item {
    width: auto;
    border: 1px solid #ddd;
  }
  .line-box-item:first-child {
    border-top: 1px solid #ddd !important;
  }
}

.dot-list li {
  position: relative;
  padding-left: 8px;
  color: #000;
  font-size: 1.8rem;
}
.dot-list li .tit {
  font-weight: 700;
}
.dot-list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #000;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .dot-list li::before {
    top: 11px;
  }
}
.dot-list li strong {
  font-weight: 700;
}
.dot-list li a {
  color: #666;
}
.dot-list li a:hover {
  color: #000;
}
.dot-list.mb0 {
  margin-bottom: 0 !important;
}
.dot-list.flex, .tbl-wrap .tbl tbody td .dot-list.flex-start, .tbl-wrap .tbl tfoot td .dot-list.flex-start {
  margin: var(--space) 0 var(--long);
}
.dot-list.flex > li, .tbl-wrap .tbl tbody td .dot-list.flex-start > li, .tbl-wrap .tbl tfoot td .dot-list.flex-start > li {
  gap: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.dot-list.sm li {
  position: relative;
  padding-left: 8px;
  color: #999;
  line-height: 1.5;
  font-size: 1.6rem;
}
.dot-list.sm li .tit {
  font-weight: 700;
}
.dot-list.sm li::before {
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #999;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .dot-list.sm li::before {
    top: 11px;
  }
}
.dot-list.sm li:before {
  top: 11px;
}
.dot-list .inner-list {
  margin-top: 1.5rem;
}
.dot-list .inner-list li {
  font-size: 1.6rem;
}
.dot-list .inner-list li::before {
  width: 2px;
  height: 2px;
}

.num-list > li {
  text-indent: -16px;
  margin-left: 16px;
}
.num-list > li ul li {
  text-indent: 0;
}

.dl-wrap {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
  /* 모바일 */
}
.dl-wrap dl {
  flex: 1;
}
.dl-wrap dl dd {
  word-break: break-all !important;
}
@media all and (max-width: 990px) {
  .dl-wrap {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.dl-type01 dt {
  font-size: 1.8rem;
  font-weight: 700;
}
.dl-type01 dd {
  font-size: 1.8rem;
  color: #666;
}
.dl-type01 dd .tit {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
}
.dl-type01 dd + dt {
  padding-top: 5rem;
}
.dl-type01 dd strong {
  display: block;
  padding-top: var(--middle);
  font-weight: 300;
  color: #000;
}
.dl-type01 + .form-chip-wrap {
  margin-top: 5rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .dl-type01 + .form-chip-wrap {
    display: block;
  }
}
.dl-type02 {
  /* 모바일 */
}
.dl-type02 dt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.dl-type02 dt sub {
  font-weight: 700;
}
.dl-type02 dd {
  margin-top: 10px;
  font-size: 2rem;
}
.dl-type02 dd small {
  display: block;
  font-size: 1.4rem;
  color: #666;
}
.dl-type02 dd.lg {
  font-size: 2rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .dl-type02 dd.lg {
    font-size: 1.8rem;
  }
}
.dl-type02 dd + dd {
  margin-top: 0;
}
.dl-type02 dd + dd .dot-list {
  margin-top: var(--space);
}
@media all and (max-width: 990px) {
  .dl-type02 dt {
    font-size: 2rem !important;
  }
  .dl-type02 dd {
    font-size: 1.8rem;
  }
}
.dl-type03 {
  margin-top: 30px;
}
.dl-type03.re-mg {
  margin-top: var(--long);
}
.dl-type03 dt {
  margin-bottom: var(--space);
  line-height: 1.2;
  font-size: 2.6rem !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .dl-type03 dt {
    font-size: 18px !important;
  }
}
.dl-type03 dd {
  font-size: 2rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .dl-type03 dd {
    font-size: 1.8rem;
  }
}
.dl-type03 dd strong {
  margin-bottom: var(--short);
  line-height: 1.2;
  display: block;
}
.dl-type03 dd small {
  display: block;
  margin-top: var(--short);
  font-size: 1.4rem;
  color: #666;
}
.dl-type03 dd + dt {
  margin-top: 5rem;
}
.dl-type03 dd ul li.flex, .dl-type03 dd ul .tbl-wrap .tbl tbody td li.flex-start, .dl-type03 dd ul .tbl-wrap .tbl tfoot td li.flex-start, .tbl-wrap .tbl tbody td .dl-type03 dd ul li.flex-start, .tbl-wrap .tbl tfoot td .dl-type03 dd ul li.flex-start {
  gap: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .dl-type03 dd ul li.flex, .dl-type03 dd ul .tbl-wrap .tbl tbody td li.flex-start, .dl-type03 dd ul .tbl-wrap .tbl tfoot td li.flex-start, .tbl-wrap .tbl tbody td .dl-type03 dd ul li.flex-start, .tbl-wrap .tbl tfoot td .dl-type03 dd ul li.flex-start {
    font-size: 1.8rem;
  }
}

.grid-list {
  display: grid;
  gap: var(--space);
}
.grid-list.col2 {
  margin-top: var(--long);
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .grid-list.col2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.grid-list-item .sec-tit02 {
  margin: 0 0 var(--space) 0 !important;
}
.grid-list-item p, .grid-list-item ul li {
  margin-top: var(--space);
  font-size: 2rem;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .grid-list-item p, .grid-list-item ul li {
    font-size: 1.8rem;
  }
}
.grid-list-item ul li {
  margin-top: var(--short);
}

.ico-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  /* 모바일 */
  /* 모바일, 테블릿 */
}
.ico-list.type-top .ico-item {
  align-items: flex-start;
}
.ico-list.type-top .ico-item .txt-wrap {
  padding-top: 2rem;
}
.ico-list.type-top.gap-lg {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .ico-list.type-top.gap-lg {
    gap: 50px;
  }
  .ico-list.type-top.gap-lg .ico-item {
    gap: 20px;
  }
}
.ico-list.type-column {
  margin-top: 5rem;
  /* 모바일 */
}
.ico-list.type-column .ico-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: var(--space);
}
.ico-list.type-column .ico-item a {
  flex-direction: column;
  align-items: center;
}
.ico-list.type-column .ico-item a:hover .btn-txt {
  background: none !important;
}
.ico-list.type-column .ico-item .ico {
  width: 125px;
  height: 125px;
}
.ico-list.type-column .ico-item .txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.ico-list.type-column .ico-item .btn-txt {
  font-size: 2.2rem;
}
@media all and (max-width: 990px) {
  .ico-list.type-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ico-list.type-column.w100 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .ico-list.type-column.w100 .ico-item {
    display: block;
    width: 100%;
    text-align: left;
  }
  .ico-list.type-column.w100 .ico-item > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .ico-list.type-column.w100 .ico-item > a .ico-wrap {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }
  .ico-list.type-column.w100 .ico-item > a .btn-txt {
    width: 100%;
    line-height: 1.2;
    justify-content: space-between;
    font-size: 1.8rem;
  }
  .ico-list.type-column .ico-item .ico {
    width: 80px;
    height: 80px;
  }
  .ico-list.type-column .ico-item .txt {
    font-size: 1.8rem;
  }
}
.ico-list .ico-item {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: var(--space);
}
.ico-list .ico-item > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space);
}
.ico-list .ico-item > a .ico-wrap {
  width: 125px;
  height: 125px;
}
.ico-list .ico-item > a .ico-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in;
}
.ico-list .ico-item > a:hover .ico-wrap img {
  -webkit-animation: icoUp 1.5s ease;
          animation: icoUp 1.5s ease;
}
.ico-list .ico-item > a:hover .btn-txt {
  background: #e4ffc3;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .ico-list .ico-item > a:hover .btn-txt {
    background: none;
  }
}
.ico-list .ico-item .txt-wrap {
  /* 모바일 */
}
.ico-list .ico-item .txt-wrap .txt {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.ico-list .ico-item .txt-wrap .desc {
  display: block;
  margin-top: var(--short);
  font-size: 2.2rem;
  color: #666;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media all and (max-width: 990px) {
  .ico-list .ico-item .txt-wrap .txt,
.ico-list .ico-item .txt-wrap .desc {
    font-size: 2.1rem;
  }
}
.ico-list .ico-item .btn-txt {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  align-items: flex-start;
  /* 모바일 */
}
.ico-list .ico-item .btn-txt:hover {
  background: none !important;
}
.ico-list .ico-item .btn-txt:after {
  position: relative;
  top: 8px;
}
@media all and (max-width: 990px) {
  .ico-list .ico-item .btn-txt {
    font-size: 2.1rem;
  }
  .ico-list .ico-item .btn-txt:after {
    top: 5px;
  }
}
@media all and (max-width: 990px) {
  .ico-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
  }
  .ico-list .ico-item .ico-wrap {
    display: block;
    width: 100px !important;
    height: 100px !important;
  }
}
@media all and (max-width: 1023px) {
  .ico-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ico-list.type-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.process-list-wrap {
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .process-list-wrap {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 1023px) and (max-width: 1023px) {
  .process-list-wrap {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1399px) {
  .process-list-wrap {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 1023px) {
  .process-list-wrap::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .process-list-wrap .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.process-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* 모바일 */
}
.process-list.type-thumb .process-item {
  justify-content: flex-start;
  flex: 1;
  padding: 0 3rem;
  width: auto;
}
.process-list.type-thumb .process-item:first-child {
  padding-left: 0;
}
.process-list.type-thumb .process-item .img {
  width: 100%;
  height: auto;
  /* 테블릿, PC */
  /* 모바일 */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .process-list.type-thumb .process-item .img {
    width: 100%;
  }
}
@media all and (max-width: 990px) {
  .process-list.type-thumb .process-item .img {
    width: 335px;
  }
  .process-list.type-thumb .process-item .img img {
    width: 335px;
    height: 191px;
  }
}
@media all and (max-width: 990px) {
  .process-list {
    margin: 10px 0 0 0;
  }
  .process-list.type-thumb .process-item:first-child {
    padding-left: 0;
  }
}
.process-list.re-height .process-item {
  min-height: 391px;
}
.process-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 236px;
  padding: 0 1rem;
  flex-shrink: 0;
  /* 모바일 */
}
.process-item.last {
  width: 100%;
}
.process-item.last .img {
  width: auto;
}
.process-item + .process-item {
  border-left: 1px solid #ddd;
}
.process-item .img {
  width: 216px;
  height: 170px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .process-item .img {
    height: 130px;
  }
  .process-item .img img {
    width: 170px;
    height: 130px;
  }
}
.process-item .info-area {
  margin-top: var(--space);
}
.process-item .tit {
  font-weight: 300;
  font-size: 1.8rem;
}
.process-item .desc {
  min-height: 68px;
  margin-top: 5px;
  color: #666;
  font-size: 1.6rem;
}
@media all and (max-width: 990px) {
  .process-item {
    width: 190px;
    padding: 0 10px;
  }
  .process-item.last {
    width: auto;
  }
  .process-item .desc {
    font-size: 1.5rem;
    min-height: 48px;
  }
}

.circle-line-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--space);
  /* 모바일 */
}
.circle-line-wrap + .sec-tit02 {
  margin-bottom: 3rem !important;
}
.circle-line-wrap > .list-wrap {
  flex: 1;
  width: auto;
}
.circle-line-wrap > .list-wrap .sec-tit02 {
  margin-bottom: 3rem;
}
.circle-line-wrap > .list-wrap .circle-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space);
}
.circle-line-wrap > .list-wrap .circle-list > li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-grow: 0;
  min-width: 215px;
  min-height: 215px;
  border: 1px solid #ddd;
  border-radius: 100%;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.2;
  /* 테블릿  */
}
.circle-line-wrap > .list-wrap .circle-list > li .sm {
  font-size: 1.8rem;
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .circle-line-wrap > .list-wrap .circle-list > li {
    min-width: 150px;
    min-height: 150px;
    font-size: 2.2rem;
  }
}
.circle-line-wrap > .list-wrap .line-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.circle-line-wrap > .list-wrap .line-list li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  min-height: 9.9rem;
  padding: 1rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  /* 테블릿  */
}
.circle-line-wrap > .list-wrap .line-list li.re-pd {
  padding: 1rem 0;
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .circle-line-wrap > .list-wrap .line-list li {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 990px) {
  .circle-line-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .circle-line-wrap > .list-wrap {
    width: 100%;
  }
  .circle-line-wrap > .list-wrap:first-child .sec-tit02 {
    margin-top: 10px;
  }
  .circle-line-wrap > .list-wrap .sec-tit02 {
    margin-bottom: 20px;
  }
  .circle-line-wrap > .list-wrap .circle-list {
    flex-wrap: nowrap;
    gap: 3%;
  }
  .circle-line-wrap > .list-wrap .circle-list > li {
    min-width: 100px;
    min-height: 100px;
    font-size: 1.6rem;
  }
  .circle-line-wrap > .list-wrap .circle-list > li .sm {
    font-size: 1.4rem;
  }
  .circle-line-wrap > .list-wrap .line-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .circle-line-wrap > .list-wrap .line-list li {
    width: 100%;
    padding: 25px 0;
    font-size: 1.9rem;
  }
}

.thumb-img {
  margin-bottom: 1rem;
  /* 모바일 */
}
.thumb-img.line {
  margin-bottom: var(--space);
  border: 1px solid #ddd;
}
.thumb-img-list {
  margin: 3rem 0 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem 2rem;
}
.thumb-img-item {
  flex: 1;
  min-width: calc(50% - 2rem);
}
@media all and (max-width: 990px) {
  .thumb-img {
    overflow: hidden;
    position: relative;
    padding-top: 59%;
    margin-bottom: 20px;
  }
  .thumb-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .thumb-img-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .thumb-img-item {
    min-width: 100%;
  }
}

input[type=text]::-ms-clear {
  display: none;
}

/* radio checkbox */
input[type=radio],
input[type=checkbox] {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.form-chip-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
}
.form-chip-wrap.scroll {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-chip-wrap.scroll {
    width: calc(100% + 50px);
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .form-chip-wrap.scroll {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .form-chip-wrap.scroll {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .form-chip-wrap.scroll::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .form-chip-wrap.scroll .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .form-chip-wrap.scroll .form-chip-outline {
    white-space: nowrap;
  }
}
.form-chip-wrap.only-chip {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-chip-wrap.only-chip .form-chip {
    width: 100% !important;
  }
}
.form-chip-wrap.only-chip .form-chip-outline::before, .form-chip-wrap.only-chip .form-chip-outline::after {
  display: none !important;
}
.form-chip-wrap .form-chip {
  text-align: center;
}
.form-chip-wrap .form-chip .form-chip-outline {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 15px;
  width: 100%;
  height: 50px;
  transition: 0.2s ease-in;
  font-size: 1.8rem;
  text-align: left;
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 10px;
  background: #f5f5f5;
  /* 모바일 */
}
.form-chip-wrap .form-chip .form-chip-outline::before {
  flex-shrink: 0;
  display: block;
  content: "";
  margin-right: 7px;
  width: 23px;
  height: 23px;
  border: 1px solid #222;
  border-radius: 100%;
}
.form-chip-wrap .form-chip .form-chip-outline:hover {
  background-color: #fff;
}
@media all and (max-width: 990px) {
  .form-chip-wrap .form-chip .form-chip-outline {
    height: 100%;
    align-items: flex-start;
  }
  .form-chip-wrap .form-chip .form-chip-outline::before {
    position: relative;
    top: 2px;
  }
  .form-chip-wrap .form-chip .form-chip-outline::after {
    top: 22px !important;
    transform: unset !important;
  }
}
.form-chip-wrap .form-chip .radio:checked ~ .form-chip-outline,
.form-chip-wrap .form-chip .checkbox:checked ~ .form-chip-outline {
  background: #e4ffc3;
}
.form-chip-wrap .form-chip .radio:checked ~ .form-chip-outline::after,
.form-chip-wrap .form-chip .checkbox:checked ~ .form-chip-outline::after {
  background-color: #000;
}
.form-chip-wrap .form-chip .radio:disabled ~ .form-chip-outline,
.form-chip-wrap .form-chip .checkbox:disabled ~ .form-chip-outline {
  background: #f5f5f5;
  border-color: #ddd;
  color: #666;
  cursor: default;
}
.form-chip-wrap .form-chip .radio:disabled ~ .form-chip-outline::before,
.form-chip-wrap .form-chip .checkbox:disabled ~ .form-chip-outline::before {
  border-color: #666;
}
.form-chip-wrap .form-chip .radio:disabled ~ .form-chip-outline::after,
.form-chip-wrap .form-chip .checkbox:disabled ~ .form-chip-outline::after {
  border: 1px solid #666;
  background: none;
}
.form-chip-wrap .form-chip .radio ~ .form-chip-outline {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-chip-wrap .form-chip .radio ~ .form-chip-outline::before {
    position: relative;
    top: 2px;
  }
  .form-chip-wrap .form-chip .radio ~ .form-chip-outline::after {
    top: 20px !important;
  }
}
.form-chip-wrap .form-chip .radio ~ .form-chip-outline::after {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  border-radius: 100%;
}
.form-chip-wrap .form-chip .checkbox ~ .form-chip-outline::after {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 8px;
  height: 6px;
  background: url("../images/ico_chk_off.png") no-repeat center center/8px;
}
.form-chip-wrap .form-chip .checkbox:disabled ~ .form-chip-outline::after {
  border: 0;
  opacity: 0.7;
  background: url("../images/ico_chk_off.png") no-repeat center center/8px;
}
.form-chip-wrap .form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-color: #000;
}
.form-chip-wrap .form-chip .checkbox:checked ~ .form-chip-outline::after {
  background: url("../images/ico_chk_on.png") no-repeat center center/8px;
}
.form-chip-wrap.center {
  margin-top: 5rem;
  justify-content: center;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-chip-wrap.center {
    display: block;
  }
}

.select-wrap {
  /* 모바일 */
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .select-wrap {
    width: 100%;
  }
}
.select-wrap label {
  font-size: 1.8rem;
  margin-right: 1.2rem;
}
@media all and (max-width: 990px) {
  .select-wrap label {
    display: block;
    margin-bottom: 1.2rem;
  }
}

.form-select {
  padding: 0 5rem 0 1.5rem;
  min-width: 216px;
  height: 50px;
  font-size: 1.8rem;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/ico_select.png") no-repeat 95% 50%/16px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-select {
    width: 100%;
    min-width: 100%;
    height: 50px;
  }
}

.form-group-wrap .form-group {
  display: table;
  width: 100%;
  table-layout: fixed;
  gap: 20px;
  /* 모바일 */
}
.form-group-wrap .form-group:first-child .form-tit {
  border-top: 1px solid #000;
}
.form-group-wrap .form-group:first-child .form-conts {
  border-top: 1px solid #ddd;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-group:first-child .form-conts {
    border-top: 0;
  }
}
.form-group-wrap .form-group[style*="display: none"] + .form-group .form-tit {
  border-top: 1px solid #000;
}
.form-group-wrap .form-group[style*="display: none"] + .form-group .form-conts {
  border-top: 1px solid #ddd;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-group[style*="display: none"] + .form-group .form-conts {
    border-top: 0;
  }
}
.form-group-wrap .form-group .form-tit {
  display: table-cell;
  padding: 20px 0;
  width: 260px;
  padding-right: 2rem;
  font-size: 1.8rem;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #000;
  /* 모바일 */
}
.form-group-wrap .form-group .form-tit.slec {
  color: #666;
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-group .form-tit {
    display: block;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-group {
    display: block;
    padding: 0 25px;
    margin: 0 -25px;
    width: calc(100% + 50px);
    border-bottom: 1px solid #ddd;
  }
  .form-group-wrap .form-group:first-child {
    border-top: 1px solid #000;
  }
  .form-group-wrap .form-group .form-tit {
    border-top: 0 !important;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .form-group-wrap .form-group .form-conts {
    flex-direction: column;
    margin-left: 0;
    padding: 0 0 20px 0;
    border-bottom: 0;
    align-items: flex-start;
  }
  .form-group-wrap .form-group .form-hint {
    margin: 5px 0 0 0;
  }
}
.form-group-wrap .form-conts {
  position: relative;
  margin-left: 2rem;
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.form-group-wrap .form-conts.last {
  padding: 10px 0 44px;
}
.form-group-wrap .form-conts:has(.textarea-wrap) {
  padding: 0;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-conts:has(.textarea-wrap) {
    padding: 0 0 20px 0;
  }
}
.form-group-wrap .form-conts .unit {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-conts .unit {
    position: absolute;
    top: -30px;
    right: 0;
  }
}
.form-group-wrap .form-conts .form-txt {
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
}
.form-group-wrap .form-conts .form-select {
  min-width: 250px;
}
.form-group-wrap .form-conts .textarea-wrap {
  position: relative;
  top: -12px;
  width: 100%;
  /* 모바일 */
}
.form-group-wrap .form-conts .textarea-wrap .form-control {
  overflow-y: auto;
  line-height: 1.65;
  padding: 1rem 1.5rem;
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  border-radius: 10px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-conts .textarea-wrap .form-control {
    height: 190px;
  }
}
.form-group-wrap .form-conts .textarea-wrap .form-control:active, .form-group-wrap .form-conts .textarea-wrap .form-control:focus {
  background-color: #fff;
  outline: none;
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-conts .textarea-wrap {
    top: 0;
  }
}
.form-group-wrap .form-conts .col-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  /* 모바일 */
}
.form-group-wrap .form-conts .col-wrap .form-sub-tit {
  margin-left: var(--middle);
  font-size: 1.8rem;
  margin-right: 10px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-conts .col-wrap .form-sub-tit {
    margin-left: 0;
  }
}
.form-group-wrap .form-conts .col-wrap .form-sub-tit:first-of-type {
  margin-left: 0;
}
.form-group-wrap .form-conts .col-wrap .input-wrap {
  width: 100%;
  max-width: 505px;
}
.form-group-wrap .form-conts .col-wrap.email-wrap .input-wrap {
  max-width: 348px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-conts .col-wrap.email-wrap .input-wrap {
    max-width: 100%;
  }
}
.form-group-wrap .form-conts .col-wrap.email-wrap .form-select {
  min-width: 216px;
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-conts .col-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-group-wrap .form-conts .col-wrap .btn {
    margin-top: 0;
  }
}
.form-group-wrap .form-conts .form-control:-moz-read-only + .reset {
  display: none !important;
}
.form-group-wrap .form-conts .form-control:read-only + .reset {
  display: none !important;
}
.form-group-wrap .form-conts .btn {
  margin-left: 0;
  flex-shrink: 0;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .form-group-wrap .form-conts .btn {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
}
.form-group-wrap .form-info {
  margin-top: var(--short);
  font-size: 1.6rem;
  color: #666;
}
.form-group-wrap .form-hint {
  margin-left: 3rem;
  color: #888;
}
.form-group-wrap.type-row .form-group {
  display: block;
}
.form-group-wrap.type-row .form-group .form-tit {
  padding-bottom: 0;
}
.form-group-wrap.type-row .form-group .form-tit,
.form-group-wrap.type-row .form-group .form-conts {
  border: 0;
  margin-left: 0;
}

.file-wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 10px;
  /* 모바일 */
}
.file-wrap + .form-hint {
  margin: 0 !important;
}
@media all and (max-width: 990px) {
  .file-wrap {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
  }
  .file-wrap .form-control {
    padding: 0 !important;
  }
  .file-wrap + .form-hint {
    margin-top: 5px;
  }
}
.file-wrap .fake-input {
  /* 모바일 */
}
.file-wrap .fake-input input {
  height: 5.6rem;
  border: 0;
  background: none;
  font-size: 1.8rem;
}
@media all and (max-width: 990px) {
  .file-wrap .fake-input {
    margin-top: 10px;
  }
  .file-wrap .fake-input input {
    height: auto;
  }
}
.file-wrap.is-active .fake-input {
  position: relative;
  z-index: 20 !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .file-wrap.is-active .fake-input {
    height: auto !important;
  }
  .file-wrap.is-active .fake-input .file-list {
    margin-top: 10px;
  }
}
.file-wrap input[type=file] {
  position: absolute;
  width: 100%;
  height: 5rem;
  top: 3px;
  right: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  border: 0;
  z-index: 15;
  cursor: pointer;
}
.file-wrap .btn {
  margin-left: 0.8rem;
  flex-shrink: 0;
  /* 모바일 */
}
.file-wrap .file-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 3rem;
  height: 5rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .file-wrap .file-list {
    height: auto;
    gap: 5px 20px;
  }
}
.file-wrap .file-list .btn-delete {
  position: relative;
  top: 0;
  margin-left: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #666;
  vertical-align: middle;
}
.file-wrap .file-list .btn-delete::before, .file-wrap .file-list .btn-delete::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #666;
}
.file-wrap .file-list .btn-delete::before {
  transform: rotate(45deg);
}
.file-wrap .file-list .btn-delete::after {
  transform: rotate(-45deg);
}
.file-wrap .file-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.file-wrap .file-list li .file-name {
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5 !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .file-wrap .file-list li .file-name {
    font-size: 1.6rem;
  }
}
.file-wrap + .dot-list {
  margin-top: 1rem;
}

.tbl-wrap {
  position: relative;
}
.tbl-wrap .sec-tit02 {
  margin: 4.8rem 0 var(--middle) !important;
}
.tbl-wrap .sec-tit02 + .type-typho {
  margin-top: 0 !important;
}
.tbl-wrap + .sec-tit02 {
  margin-top: 8rem !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap + .sec-tit02 {
    margin-top: 3rem !important;
  }
}
.tbl-wrap .tbl-inner.no-scroll + .ico-scroll {
  display: none;
}
.tbl-wrap .ico-scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../images/ico_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tbl-wrap .dot-list {
  margin-top: var(--short) !important;
}
.tbl-wrap .tbl {
  width: 100%;
  /* 모바일 */
  /* 모바일 */
}
.tbl-wrap .tbl-inner {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl-inner:not(.no-scroll) {
    width: calc(100% + 50px);
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .tbl-wrap .tbl-inner:not(.no-scroll) {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .tbl-wrap .tbl-inner:not(.no-scroll) {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl-inner:not(.no-scroll)::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl-inner:not(.no-scroll) .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl-inner:not(.no-scroll) .tbl {
    min-width: 640px;
  }
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl-inner:not(.no-scroll).w-long .tbl {
    min-width: 1100px;
  }
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl-inner:not(.no-scroll).w-short .tbl {
    min-width: 400px;
  }
}
.tbl-wrap .tbl-inner.scroll-area {
  padding-right: 42rem;
  width: 100vw;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tbl-wrap .tbl-inner.scroll-area .tbl {
  width: 2049px;
}
.tbl-wrap .tbl.type-big td {
  font-size: 6rem;
  line-height: 1;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.type-big td {
    font-size: 3.1rem;
  }
}
.tbl-wrap .tbl.type-right thead th {
  text-align: right;
}
.tbl-wrap .tbl.type-right thead th:first-child {
  text-align: left;
}
.tbl-wrap .tbl.type-right thead th:last-child {
  padding-right: 0;
}
.tbl-wrap .tbl.type-right td {
  text-align: right;
}
.tbl-wrap .tbl.type-right td:last-child {
  padding-right: 0;
}
.tbl-wrap .tbl.type-center thead th {
  font-size: 1.8rem;
}
.tbl-wrap .tbl.type-center td {
  text-align: center;
}
.tbl-wrap .tbl.type-center tbody th, .tbl-wrap .tbl.type-center tfoot th {
  padding: 2rem 0;
  font-size: 1.6rem;
}
.tbl-wrap .tbl.type-center tbody th + th, .tbl-wrap .tbl.type-center tfoot th + th {
  padding-left: 2rem;
}
.tbl-wrap .tbl.matrix td {
  padding: 2rem 0.5rem;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}
.tbl-wrap .tbl.type-typho {
  margin-top: 5rem;
}
.tbl-wrap .tbl.type-typho tr:first-child th {
  border-top: 1px solid #000;
}
.tbl-wrap .tbl.type-typho tr:first-child td::before {
  display: block;
  content: "";
  width: calc(100% - 20px);
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: -1px;
  bottom: unset;
  left: 20px;
}
.tbl-wrap .tbl.type-typho tr th {
  color: #000;
}
.tbl-wrap .tbl.type-typho tr td {
  position: relative;
  padding: 4rem 3rem;
  text-align: center;
  border-bottom: 0;
}
.tbl-wrap .tbl.type-typho tr td strong {
  font-size: 3.8rem;
  font-weight: 700;
}
.tbl-wrap .tbl.type-typho tr td strong.sm {
  font-size: 2.6rem;
}
.tbl-wrap .tbl.type-typho tr td:after {
  display: block;
  content: "";
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: absolute;
  bottom: -1px;
  left: 20px;
}
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap {
  margin-left: 2rem;
}
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap dt,
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap dd {
  border: 0;
}
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap:first-child dt {
  border-top: 1px solid #ddd;
}
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap.re-pd .dl-tbl-list:first-child dt,
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap.re-pd .dl-tbl-list:first-child dd {
  padding-left: 40%;
}
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap.re-pd .dl-tbl-list:last-child dt,
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap.re-pd .dl-tbl-list:last-child dd {
  padding-right: 40%;
}
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap .dl-tbl-list dt,
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap .dl-tbl-list dd {
  padding: var(--space) 3.2rem;
}
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap .dl-tbl-list:first-child dd {
  padding-left: 0;
}
.tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap .dl-tbl-list:last-child dd {
  padding-right: 0;
}
.tbl-wrap .tbl.type-typho tr td .slogan {
  font-size: 3.6rem;
}
.tbl-wrap .tbl.type-typho tr td .slogan dt {
  font-weight: 700;
  line-height: 1;
}
.tbl-wrap .tbl.type-typho tr td .slogan dd {
  margin-top: 10px;
  font-weight: 200;
  line-height: 1;
}
.tbl-wrap .tbl.type-typho tr td .num-list {
  padding: 2rem 0;
  margin-left: 10rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.type-typho tr td .num-list {
    margin-left: 10px;
  }
  .tbl-wrap .tbl.type-typho tr td .num-list li {
    text-indent: -7px;
    margin-left: 7px;
  }
}
.tbl-wrap .tbl.type-typho tr td .num-list li {
  text-align: left;
}
.tbl-wrap .tbl.type-typho tr td .num-list li .num {
  margin-right: var(--short);
  display: inline-block;
}
.tbl-wrap .tbl.type-typho tr td .num-list li + li {
  margin-top: var(--middle);
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.type-column {
    border-top: 1px solid #000;
    margin: 20px -25px 0 -25px;
    padding: 0 25px;
    width: calc(100% + 50px);
  }
  .tbl-wrap .tbl.type-column th {
    padding: 20px 25px 10px 25px;
    border-bottom: 0;
  }
  .tbl-wrap .tbl.type-column td {
    padding: 0 25px 20px 25px;
  }
  .tbl-wrap .tbl.type-column th,
.tbl-wrap .tbl.type-column td {
    display: block;
  }
  .tbl-wrap .tbl.type-typho {
    margin-top: 30px;
  }
  .tbl-wrap .tbl.type-typho tr th {
    position: relative;
    padding: 10px 0;
    border: 0 !important;
  }
  .tbl-wrap .tbl.type-typho tr th .narrow-only {
    display: inline-block !important;
  }
  .tbl-wrap .tbl.type-typho tr th:before {
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
    content: "";
    width: 88px;
    border-top: 1px solid #000;
  }
  .tbl-wrap .tbl.type-typho tr th,
.tbl-wrap .tbl.type-typho tr td {
    display: block;
  }
  .tbl-wrap .tbl.type-typho tr td {
    padding: 30px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap.re-pd {
    margin-top: 20px;
  }
  .tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap .dl-tbl-list dt {
    padding: 16px 0 !important;
    border-top: 1px solid #ddd !important;
  }
  .tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap .dl-tbl-list dd {
    border-bottom: 1px solid #ddd !important;
  }
  .tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap .dl-tbl-list dd:last-child {
    border-bottom: 0 !important;
  }
  .tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap.h-auto .dl-tbl-list:last-child dd {
    border-bottom: 0 !important;
  }
  .tbl-wrap .tbl.type-typho tr td .dl-tbl-wrap.h-auto dd {
    padding: 20px 30px !important;
    height: auto !important;
  }
  .tbl-wrap .tbl.type-typho tr td strong {
    font-size: 2.1rem;
  }
  .tbl-wrap .tbl.type-typho tr td strong.sm {
    font-size: 2.1rem;
    line-height: 1.2;
  }
  .tbl-wrap .tbl.type-typho tr td .slogan {
    font-size: 2.1rem;
  }
  .tbl-wrap .tbl.type-typho tr td .slogan dt {
    font-size: 2.1rem;
    line-height: 1.2;
  }
  .tbl-wrap .tbl.type-typho tr td .slogan dd {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .tbl-wrap .tbl.type-typho tr td.pd0 {
    border-top: 0;
  }
  .tbl-wrap .tbl.type-typho tr td.pd0 .dl-tbl-wrap {
    margin-left: 0;
  }
  .tbl-wrap .tbl.type-typho tr td:after, .tbl-wrap .tbl.type-typho tr td::before {
    display: none !important;
  }
}
.tbl-wrap .tbl th {
  padding: 2rem 0;
  vertical-align: top;
  font-size: 1.8rem;
  font-weight: 300;
  color: #666;
  text-align: left;
}
.tbl-wrap .tbl thead th {
  position: relative;
  padding: 2rem;
  vertical-align: bottom;
  border-bottom: 1px solid #000;
}
.tbl-wrap .tbl thead th:first-child {
  padding-left: 0;
}
.tbl-wrap .tbl thead th:first-child::before {
  display: none;
}
.tbl-wrap .tbl thead th.no-line::before {
  display: none;
}
.tbl-wrap .tbl thead th::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 4rem;
  border-left: 1px solid #000;
}
.tbl-wrap .tbl thead tr + tr td {
  border-bottom: 1px solid #000;
  padding: 2rem;
  color: #666;
  font-size: 1.8rem;
  text-align: center;
}
.tbl-wrap .tbl tbody th, .tbl-wrap .tbl tfoot th {
  border-bottom: 1px solid #000;
}
.tbl-wrap .tbl tbody th.no-border, .tbl-wrap .tbl tfoot th.no-border {
  border-color: #ddd;
}
.tbl-wrap .tbl tbody th + th, .tbl-wrap .tbl tfoot th + th {
  padding-left: 2rem;
}
.tbl-wrap .tbl tbody td, .tbl-wrap .tbl tfoot td {
  padding: 2rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
  padding-right: 0;
  /* 모바일 */
}
.tbl-wrap .tbl tbody td .btn-underline, .tbl-wrap .tbl tfoot td .btn-underline {
  text-decoration: underline;
}
.tbl-wrap .tbl tbody td .btn-box-list, .tbl-wrap .tbl tfoot td .btn-box-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.tbl-wrap .tbl tbody td .btn-box-list > li, .tbl-wrap .tbl tfoot td .btn-box-list > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: var(--space);
  flex: 1;
  color: #666;
}
.tbl-wrap .tbl tbody td.tr, .tbl-wrap .tbl tfoot td.tr {
  padding-right: 0;
}
.tbl-wrap .tbl tbody td:first-child, .tbl-wrap .tbl tfoot td:first-child {
  padding-left: 0;
}
.tbl-wrap .tbl tbody td:first-child.pl, .tbl-wrap .tbl tfoot td:first-child.pl {
  padding-left: 3rem;
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl tbody td, .tbl-wrap .tbl tfoot td {
    padding: 17px 30px;
  }
}
.tbl-wrap .tbl tbody td .flex, .tbl-wrap .tbl tfoot td .flex, .tbl-wrap .tbl tbody td .flex-start, .tbl-wrap .tbl tfoot td .flex-start {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.tbl-wrap .tbl tbody td .flex-start, .tbl-wrap .tbl tfoot td .flex-start {
  align-items: flex-start;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl tbody td .flex-start, .tbl-wrap .tbl tfoot td .flex-start {
    flex-direction: column;
  }
}
.tbl-wrap .tbl tbody td .flex .form-chip-wrap, .tbl-wrap .tbl tfoot td .flex .form-chip-wrap, .tbl-wrap .tbl tbody td .flex-start .form-chip-wrap, .tbl-wrap .tbl tfoot td .flex-start .form-chip-wrap {
  justify-content: flex-end;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl tbody td .flex .form-chip-wrap, .tbl-wrap .tbl tfoot td .flex .form-chip-wrap, .tbl-wrap .tbl tbody td .flex-start .form-chip-wrap, .tbl-wrap .tbl tfoot td .flex-start .form-chip-wrap {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}
.tbl-wrap .tbl tbody td .flex .btn, .tbl-wrap .tbl tfoot td .flex .btn, .tbl-wrap .tbl tbody td .flex-start .btn, .tbl-wrap .tbl tfoot td .flex-start .btn {
  position: relative;
  right: -3rem;
  color: #666;
}
.tbl-wrap .tbl tbody tr.total th, .tbl-wrap .tbl tfoot tr.total th,
.tbl-wrap .tbl tbody tr.total td,
.tbl-wrap .tbl tfoot tr.total td {
  font-weight: 700;
}
.tbl-wrap .tbl tfoot th {
  font-weight: 700;
}
.tbl-wrap .tbl tfoot td {
  font-weight: 700;
}
.tbl-wrap .tbl-info {
  margin-top: var(--short);
  text-align: right;
  color: #666;
}
.tbl-wrap .tbl tr.end {
  /* 모바일 */
}
.tbl-wrap .tbl tr.end td,
.tbl-wrap .tbl tr.end th {
  padding: 10px 3rem;
  font-size: 1.6rem;
  color: #666;
  border: 0;
}
.tbl-wrap .tbl tr.end td .btn-underline,
.tbl-wrap .tbl tr.end th .btn-underline {
  font-size: 1.6rem;
  color: #666;
}
.tbl-wrap .tbl tr.end th {
  padding-left: 0;
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl tr.end th {
    padding-left: 25px;
    padding-bottom: 0;
  }
  .tbl-wrap .tbl tr.end td {
    padding: 0 25px;
  }
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl thead th {
    padding: 17px 20px;
  }
  .tbl-wrap .tbl tbody th, .tbl-wrap .tbl tfoot th {
    padding-top: 17px;
  }
  .tbl-wrap .tbl tbody th + th, .tbl-wrap .tbl tfoot th + th {
    padding-left: 20px;
  }
  .tbl-wrap .tbl tbody td, .tbl-wrap .tbl tfoot td {
    padding: 17px 20px;
    font-size: 16px !important;
    transform: scale(1);
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
         text-size-adjust: none;
  }
}
.tbl-wrap .tbl.type-sm {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.type-sm {
    min-width: 100% !important;
  }
}
.tbl-wrap .tbl.type-sm thead th {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  /* 모바일 */
}
.tbl-wrap .tbl.type-sm thead th:before {
  height: 2rem;
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.type-sm thead th {
    padding: 10px;
  }
}
.tbl-wrap .tbl.type-sm tbody th, .tbl-wrap .tbl.type-sm tfoot th,
.tbl-wrap .tbl.type-sm tbody td,
.tbl-wrap .tbl.type-sm tfoot td {
  padding: 6px 0;
  font-size: 1.6rem;
  border-top: 1px solid #ddd;
}
.tbl-wrap .tbl.type-sm tbody th, .tbl-wrap .tbl.type-sm tfoot th {
  color: #666;
  border-color: #ddd;
  white-space: nowrap;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.type-sm tbody th, .tbl-wrap .tbl.type-sm tfoot th {
    font-size: 1.5rem;
    max-width: 100%;
  }
}
.tbl-wrap .tbl.type-sm tbody td, .tbl-wrap .tbl.type-sm tfoot td {
  min-width: 100%;
  padding-left: 6rem;
  color: #000;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.type-sm tbody td, .tbl-wrap .tbl.type-sm tfoot td {
    padding-left: 40px;
    font-size: 1.5rem;
  }
}
.tbl-wrap .tbl.board th,
.tbl-wrap .tbl.board td {
  border-top: 1px solid #000;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.board th,
.tbl-wrap .tbl.board td {
    padding: 0 !important;
    border-top: 0;
  }
}
.tbl-wrap .tbl.board th {
  padding: 1.8rem 0;
  font-size: 1.8rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.board th {
    display: none;
  }
}
.tbl-wrap .tbl.board td {
  padding: 1.8rem 0.8rem;
}
.tbl-wrap .tbl.board td .tit {
  line-height: 1;
  font-size: 2.4rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.board td .tit {
    display: block;
    line-height: 1.3;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tbl-wrap .tbl.board td .date {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .tbl-wrap .tbl.board td .date {
    margin-bottom: 20px;
    color: #838383;
  }
}
.tbl-wrap .tbl.board td .txt-cont {
  line-height: 1.7;
}
.tbl-wrap .txt-note {
  margin-top: var(--short);
  color: #666;
  font-size: 1.6rem;
}

.dl-tbl {
  /* 모바일 */
}
.dl-tbl-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.dl-tbl-wrap.type-line .dl-tbl-list dd {
  border-bottom: 1px solid #ddd !important;
}
.dl-tbl-wrap.type-line .dl-tbl-list dd:last-child {
  border-bottom: 0 !important;
}
.dl-tbl-wrap .dl-tbl-cell {
  flex: 1;
  /* 모바일 */
}
.dl-tbl-wrap .dl-tbl-cell .dl-tbl-th strong {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 3.7rem 0;
}
.dl-tbl-wrap .dl-tbl-cell .dl-tbl-td {
  padding: 2rem 1rem;
}
.dl-tbl-wrap .dl-tbl-cell .dl-tbl-td .dl-tbl-list.pd-short dd {
  padding: 1.6rem 0;
}
.dl-tbl-wrap .dl-tbl-cell .dl-tbl-td .dl-tbl-list dt {
  padding: 2.6rem 0;
  line-height: 1;
  text-align: center;
}
.dl-tbl-wrap .dl-tbl-cell .dl-tbl-td .dl-tbl-list dd {
  text-align: center;
}
.dl-tbl-wrap .dl-tbl-cell .dl-tbl-td .dl-tbl-list + .dl-tbl-list {
  margin-top: var(--space);
}
.dl-tbl-wrap .dl-tbl-cell:first-child {
  position: relative;
}
.dl-tbl-wrap .dl-tbl-cell:first-child:after {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 1px;
  height: calc(100% + 20px);
  background: url("../images/bg_dash.png") repeat-y 0 0;
}
@media all and (max-width: 990px) {
  .dl-tbl-wrap .dl-tbl-cell {
    width: 100%;
  }
  .dl-tbl-wrap .dl-tbl-cell:after {
    display: none !important;
  }
  .dl-tbl-wrap .dl-tbl-cell:first-child .dl-tbl-td .dl-tbl-list dd {
    padding: 30px 0 !important;
  }
  .dl-tbl-wrap .dl-tbl-cell .dl-tbl-th strong {
    padding: 20px 0;
    font-size: 2rem;
  }
  .dl-tbl-wrap .dl-tbl-cell .dl-tbl-td {
    padding: 10px 0;
  }
  .dl-tbl-wrap .dl-tbl-cell .dl-tbl-td .dl-tbl-list dd {
    padding: 20px 0 !important;
    min-height: auto;
  }
}
.dl-tbl-list {
  flex: 1;
}
.dl-tbl-list dt {
  padding: 1.7rem 0;
  font-size: 2rem;
  font-weight: 700;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f6f3f2;
}
.dl-tbl-list dd {
  padding: 3.1rem 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
}
.dl-tbl-list dd .dot-list {
  min-height: 87px;
}
.dl-tbl-list:first-child dt,
.dl-tbl-list:first-child dd {
  padding-left: 3.9rem;
}
.dl-tbl-list:last-child dt,
.dl-tbl-list:last-child dd {
  padding-right: 3.9rem;
}
@media all and (max-width: 990px) {
  .dl-tbl-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .dl-tbl-list {
    width: 100%;
  }
  .dl-tbl-list dt {
    padding: 13px 0 11px;
    padding-left: 0 !important;
    text-align: center;
  }
  .dl-tbl-list dd {
    position: relative;
    min-height: 95px;
    height: auto;
    padding: 15px 10px 13px !important;
  }
}

.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /* 모바일 */
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination .page-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.pagination .page-link {
  margin-left: -1px;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-family: "poppins";
  font-size: 1.6rem;
  color: #999;
  font-weight: 300;
  border: 1px solid #ddd;
  text-align: center;
  /* 모바일 */
}
.pagination .page-link:hover {
  color: #000;
  font-weight: 700;
}
.pagination .page-link.current {
  color: #000;
  background-color: #e4ffc3;
  font-weight: 700;
}
@media all and (max-width: 990px) {
  .pagination .page-link {
    display: none;
  }
  .pagination .page-link:nth-child(-n+5) {
    display: block;
  }
}
.pagination .page-navi {
  position: relative;
  margin-left: -1px;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  border: 1px solid #ddd;
  /* 모바일 */
}
.pagination .page-navi.disabled::before {
  opacity: 0.5;
}
.pagination .page-navi.first {
  border-radius: 10px 0 0 10px;
}
.pagination .page-navi.end {
  border-radius: 0 10px 10px 0;
}
@media all and (max-width: 990px) {
  .pagination .page-navi.prev {
    border-radius: 10px 0 0 10px;
  }
  .pagination .page-navi.next {
    border-radius: 0 10px 10px 0;
  }
}
.pagination .page-navi.first::before, .pagination .page-navi.end::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 20px;
  height: 16px;
  background: url("../images/ico_arr_paging01.png") no-repeat center center/20px;
}
.pagination .page-navi.prev::before, .pagination .page-navi.next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  background: url("../images/ico_arr_paging02.png") no-repeat center center/8px;
}
.pagination .page-navi.next::before, .pagination .page-navi.end::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media all and (max-width: 990px) {
  .pagination .page-link, .pagination .page-navi {
    width: 43px;
    height: 43px;
    line-height: 43px;
  }
  .pagination .page-link.end, .pagination .page-link.first, .pagination .page-navi.end, .pagination .page-navi.first {
    display: none;
  }
}

.board-list {
  /* 모바일 */
}
.board-list-wrap {
  margin: 2rem 0 8rem;
}
.board-list-wrap.swiper {
  margin: 0 -60px;
  padding: 0 66px;
}
.board-list-wrap.col-3 .board-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.board-list-wrap .line-list-top {
  margin-bottom: 20px;
  border-top: 1px solid #000;
  padding: 20px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list-wrap .line-list-top {
    margin-bottom: 0;
    flex-direction: column;
  }
  .board-list-wrap .line-list-top + .line-box-list .line-box-item:hover:after {
    display: none;
  }
  .board-list-wrap .line-list-top .search {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .board-list-wrap .line-list-top .sortBox {
    margin-right:30px
  }

  .board-list-wrap .line-list-top .search .form-select + .form-select {
    margin-top: 10px;
  }
}
.board-list-top {
  padding-bottom: var(--space);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list-top {
    border-bottom: 0;
  }
}
.board-list-top .total {
  line-height: 1;
  color: #999;
  font-size: 1.6rem;
  font-family: "poppins";
}
.board-list .list-item .tit {
  font-size: 1.8rem;
}
.board-list .list-item .date {
  font-size: 1.6rem;
  font-family: "poppins";
  color: #999;
}
.board-list .list-item .txt-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.board-list .list-item .txt-btn .date {
  padding-right: 1rem;
  line-height: 1;
}
.board-list.list-type .list-item {
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.board-list.list-type .list-item:hover {
  background-color: #f6f3f2;
}
.board-list.list-type .list-item .img-wrap {
  display: none;
}
.board-list.list-type .list-item .txt-btn {
  align-items: center;
}
.board-list.list-type .list-item .txt-btn .btn-box {
  margin-left: 5rem;
}
.board-list.list-type .list-item .txt-btn + .btn-box {
  margin-left: 4rem;
}
.board-list.card-type, .board-list.videos, .board-list.link-type, .board-list.print-ad, .board-list.card-text-type {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 테블릿  */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .board-list.card-type, .board-list.videos, .board-list.link-type, .board-list.print-ad, .board-list.card-text-type {
    grid-template-columns: repeat(2, 1fr);
  }
}
.board-list.card-type .list-item, .board-list.videos .list-item, .board-list.link-type .list-item, .board-list.print-ad .list-item, .board-list.card-text-type .list-item {
  position: relative;
  margin: -1px 0 0 -1px;
  border: 1px solid #ddd;
  transition: 0.2s ease-in;
  /* 모바일 */
}
.board-list.card-type .list-item .standard-wrap, .board-list.videos .list-item .standard-wrap, .board-list.link-type .list-item .standard-wrap, .board-list.print-ad .list-item .standard-wrap, .board-list.card-text-type .list-item .standard-wrap {
  margin-top: 1.6rem;
}
.board-list.card-type .list-item .item-link, .board-list.videos .list-item .item-link, .board-list.link-type .list-item .item-link, .board-list.print-ad .list-item .item-link, .board-list.card-text-type .list-item .item-link, .board-list.card-type .list-item .item-inner, .board-list.videos .list-item .item-inner, .board-list.link-type .list-item .item-inner, .board-list.print-ad .list-item .item-inner, .board-list.card-text-type .list-item .item-inner {
  padding: 3rem;
  display: block;
  width: 100%;
  height: 100%;
  /* 모바일 */
}
.board-list.card-type .list-item .item-link .btn-box, .board-list.videos .list-item .item-link .btn-box, .board-list.link-type .list-item .item-link .btn-box, .board-list.print-ad .list-item .item-link .btn-box, .board-list.card-text-type .list-item .item-link .btn-box, .board-list.card-type .list-item .item-inner .btn-box, .board-list.videos .list-item .item-inner .btn-box, .board-list.link-type .list-item .item-inner .btn-box, .board-list.print-ad .list-item .item-inner .btn-box, .board-list.card-text-type .list-item .item-inner .btn-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 990px) {
  .board-list.card-type .list-item .item-link:not(:has(.img-wrap)), .board-list.videos .list-item .item-link:not(:has(.img-wrap)), .board-list.link-type .list-item .item-link:not(:has(.img-wrap)), .board-list.print-ad .list-item .item-link:not(:has(.img-wrap)), .board-list.card-text-type .list-item .item-link:not(:has(.img-wrap)), .board-list.card-type .list-item .item-inner:not(:has(.img-wrap)), .board-list.videos .list-item .item-inner:not(:has(.img-wrap)), .board-list.link-type .list-item .item-inner:not(:has(.img-wrap)), .board-list.print-ad .list-item .item-inner:not(:has(.img-wrap)), .board-list.card-text-type .list-item .item-inner:not(:has(.img-wrap)) {
    padding: 20px 25px;
    min-height: 100%;
  }
  .board-list.card-type .list-item .item-link:not(:has(.img-wrap)) .tit, .board-list.videos .list-item .item-link:not(:has(.img-wrap)) .tit, .board-list.link-type .list-item .item-link:not(:has(.img-wrap)) .tit, .board-list.print-ad .list-item .item-link:not(:has(.img-wrap)) .tit, .board-list.card-text-type .list-item .item-link:not(:has(.img-wrap)) .tit, .board-list.card-type .list-item .item-inner:not(:has(.img-wrap)) .tit, .board-list.videos .list-item .item-inner:not(:has(.img-wrap)) .tit, .board-list.link-type .list-item .item-inner:not(:has(.img-wrap)) .tit, .board-list.print-ad .list-item .item-inner:not(:has(.img-wrap)) .tit, .board-list.card-text-type .list-item .item-inner:not(:has(.img-wrap)) .tit {
    margin-bottom: 10px;
  }
}
.board-list.card-type .list-item .item-inner .tit, .board-list.videos .list-item .item-inner .tit, .board-list.link-type .list-item .item-inner .tit, .board-list.print-ad .list-item .item-inner .tit, .board-list.card-text-type .list-item .item-inner .tit {
  min-height: auto;
  line-height: 1.5;
}
.board-list.card-type .list-item .item-inner .dot-list, .board-list.videos .list-item .item-inner .dot-list, .board-list.link-type .list-item .item-inner .dot-list, .board-list.print-ad .list-item .item-inner .dot-list, .board-list.card-text-type .list-item .item-inner .dot-list {
  min-height: 77px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list.card-type .list-item .item-inner .dot-list, .board-list.videos .list-item .item-inner .dot-list, .board-list.link-type .list-item .item-inner .dot-list, .board-list.print-ad .list-item .item-inner .dot-list, .board-list.card-text-type .list-item .item-inner .dot-list {
    min-height: auto;
  }
}
.board-list.card-type .list-item .item-inner .standard-wrap, .board-list.videos .list-item .item-inner .standard-wrap, .board-list.link-type .list-item .item-inner .standard-wrap, .board-list.print-ad .list-item .item-inner .standard-wrap, .board-list.card-text-type .list-item .item-inner .standard-wrap {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list.card-type .list-item .item-inner .standard-wrap, .board-list.videos .list-item .item-inner .standard-wrap, .board-list.link-type .list-item .item-inner .standard-wrap, .board-list.print-ad .list-item .item-inner .standard-wrap, .board-list.card-text-type .list-item .item-inner .standard-wrap {
    margin-top: var(--middle);
  }
  .board-list.card-type .list-item .item-inner .standard-wrap .standard, .board-list.videos .list-item .item-inner .standard-wrap .standard, .board-list.link-type .list-item .item-inner .standard-wrap .standard, .board-list.print-ad .list-item .item-inner .standard-wrap .standard, .board-list.card-text-type .list-item .item-inner .standard-wrap .standard {
    margin-left: 0;
  }
}
.board-list.card-type .list-item:hover:after, .board-list.videos .list-item:hover:after, .board-list.link-type .list-item:hover:after, .board-list.print-ad .list-item:hover:after, .board-list.card-text-type .list-item:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.board-list.card-type .list-item:hover .img-wrap img, .board-list.videos .list-item:hover .img-wrap img, .board-list.link-type .list-item:hover .img-wrap img, .board-list.print-ad .list-item:hover .img-wrap img, .board-list.card-text-type .list-item:hover .img-wrap img {
  transform: scale(1.05);
}
.board-list.card-type .list-item:hover .tit, .board-list.videos .list-item:hover .tit, .board-list.link-type .list-item:hover .tit, .board-list.print-ad .list-item:hover .tit, .board-list.card-text-type .list-item:hover .tit {
  font-weight: 300;
}
.board-list.card-type .list-item:hover .item-inner .tit, .board-list.videos .list-item:hover .item-inner .tit, .board-list.link-type .list-item:hover .item-inner .tit, .board-list.print-ad .list-item:hover .item-inner .tit, .board-list.card-text-type .list-item:hover .item-inner .tit {
  font-weight: 700;
}
.board-list.card-type .list-item:hover .item-link, .board-list.videos .list-item:hover .item-link, .board-list.link-type .list-item:hover .item-link, .board-list.print-ad .list-item:hover .item-link, .board-list.card-text-type .list-item:hover .item-link, .board-list.card-type .list-item:hover .item-inner, .board-list.videos .list-item:hover .item-inner, .board-list.link-type .list-item:hover .item-inner, .board-list.print-ad .list-item:hover .item-inner, .board-list.card-text-type .list-item:hover .item-inner,
.board-list.card-type .list-item:hover .cont,
.board-list.videos .list-item:hover .cont,
.board-list.link-type .list-item:hover .cont,
.board-list.print-ad .list-item:hover .cont,
.board-list.card-text-type .list-item:hover .cont {
  position: relative;
  z-index: 10;
}
.board-list.card-type .list-item .img-wrap, .board-list.videos .list-item .img-wrap, .board-list.link-type .list-item .img-wrap, .board-list.print-ad .list-item .img-wrap, .board-list.card-text-type .list-item .img-wrap {
  overflow: hidden;
  margin-bottom: 2rem;
  width: 100%;
  padding-top: 56%;
}
.board-list.card-type .list-item .img-wrap img, .board-list.videos .list-item .img-wrap img, .board-list.link-type .list-item .img-wrap img, .board-list.print-ad .list-item .img-wrap img, .board-list.card-text-type .list-item .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: width, height, transform 0.7s ease;
  will-change: width, height, transform;
}
.board-list.card-type .list-item .tit, .board-list.videos .list-item .tit, .board-list.link-type .list-item .tit, .board-list.print-ad .list-item .tit, .board-list.card-text-type .list-item .tit {
  margin-bottom: 1rem;
  min-height: 87px;
  font-size: 1.8rem;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 4;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* 테블릿  */
}
.board-list.card-type .list-item .tit.long, .board-list.videos .list-item .tit.long, .board-list.link-type .list-item .tit.long, .board-list.print-ad .list-item .tit.long, .board-list.card-text-type .list-item .tit.long {
  min-height: 120px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list.card-type .list-item .tit.long, .board-list.videos .list-item .tit.long, .board-list.link-type .list-item .tit.long, .board-list.print-ad .list-item .tit.long, .board-list.card-text-type .list-item .tit.long {
    min-height: auto;
  }
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .board-list.card-type .list-item .tit, .board-list.videos .list-item .tit, .board-list.link-type .list-item .tit, .board-list.print-ad .list-item .tit, .board-list.card-text-type .list-item .tit {
    min-height: 82px;
  }
}
@media all and (max-width: 990px) {
  .board-list.card-type .list-item:not(:has(.img-wrap)) .txt-btn, .board-list.videos .list-item:not(:has(.img-wrap)) .txt-btn, .board-list.link-type .list-item:not(:has(.img-wrap)) .txt-btn, .board-list.print-ad .list-item:not(:has(.img-wrap)) .txt-btn, .board-list.card-text-type .list-item:not(:has(.img-wrap)) .txt-btn {
    display: block;
    bottom: 20px;
  }
  .board-list.card-type .list-item:not(:has(.img-wrap)) .txt-btn .text, .board-list.videos .list-item:not(:has(.img-wrap)) .txt-btn .text, .board-list.link-type .list-item:not(:has(.img-wrap)) .txt-btn .text, .board-list.print-ad .list-item:not(:has(.img-wrap)) .txt-btn .text, .board-list.card-text-type .list-item:not(:has(.img-wrap)) .txt-btn .text {
    display: block;
    margin-top: 20px;
  }
  .board-list.card-type .list-item:not(:has(.img-wrap)) .txt-btn .btn-box, .board-list.videos .list-item:not(:has(.img-wrap)) .txt-btn .btn-box, .board-list.link-type .list-item:not(:has(.img-wrap)) .txt-btn .btn-box, .board-list.print-ad .list-item:not(:has(.img-wrap)) .txt-btn .btn-box, .board-list.card-text-type .list-item:not(:has(.img-wrap)) .txt-btn .btn-box {
    margin-top: 20px;
  }
}
.board-list.card-type .list-item .txt-btn, .board-list.videos .list-item .txt-btn, .board-list.link-type .list-item .txt-btn, .board-list.print-ad .list-item .txt-btn, .board-list.card-text-type .list-item .txt-btn {
  position: relative;
  width: calc(100% - 6rem);
  bottom: 5rem;
  left: 3rem;
  z-index: 10;
  /* 모바일 */
}
.board-list.card-type .list-item .txt-btn .btn-box, .board-list.videos .list-item .txt-btn .btn-box, .board-list.link-type .list-item .txt-btn .btn-box, .board-list.print-ad .list-item .txt-btn .btn-box, .board-list.card-text-type .list-item .txt-btn .btn-box {
  gap: var(--short);
}
.board-list.card-type .list-item .txt-btn .btn-txt, .board-list.videos .list-item .txt-btn .btn-txt, .board-list.link-type .list-item .txt-btn .btn-txt, .board-list.print-ad .list-item .txt-btn .btn-txt, .board-list.card-text-type .list-item .txt-btn .btn-txt {
  gap: var(--space);
}
.board-list.card-type .list-item .txt-btn .btn-txt:hover, .board-list.videos .list-item .txt-btn .btn-txt:hover, .board-list.link-type .list-item .txt-btn .btn-txt:hover, .board-list.print-ad .list-item .txt-btn .btn-txt:hover, .board-list.card-text-type .list-item .txt-btn .btn-txt:hover {
  background: none;
}
@media all and (max-width: 990px) {
  .board-list.card-type .list-item .txt-btn, .board-list.videos .list-item .txt-btn, .board-list.link-type .list-item .txt-btn, .board-list.print-ad .list-item .txt-btn, .board-list.card-text-type .list-item .txt-btn {
    bottom: 25px;
  }
}
.board-list.card-type.swiper-wrapper, .board-list.swiper-wrapper.videos, .board-list.swiper-wrapper.link-type, .board-list.swiper-wrapper.print-ad, .board-list.swiper-wrapper.card-text-type {
  display: flex;
}
.board-list.card-type.swiper-wrapper .item-inner, .board-list.swiper-wrapper.videos .item-inner, .board-list.swiper-wrapper.link-type .item-inner, .board-list.swiper-wrapper.print-ad .item-inner, .board-list.swiper-wrapper.card-text-type .item-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  padding: 3rem 3rem 4rem 3rem;
  min-height: 216px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list.card-type.swiper-wrapper .item-inner, .board-list.swiper-wrapper.videos .item-inner, .board-list.swiper-wrapper.link-type .item-inner, .board-list.swiper-wrapper.print-ad .item-inner, .board-list.swiper-wrapper.card-text-type .item-inner {
    padding: 20px 25px;
    min-height: auto;
  }
  .board-list.card-type.swiper-wrapper .item-inner .tit, .board-list.swiper-wrapper.videos .item-inner .tit, .board-list.swiper-wrapper.link-type .item-inner .tit, .board-list.swiper-wrapper.print-ad .item-inner .tit, .board-list.swiper-wrapper.card-text-type .item-inner .tit {
    margin-bottom: 10px;
  }
}
.board-list.card-type.swiper-wrapper .list-item, .board-list.swiper-wrapper.videos .list-item, .board-list.swiper-wrapper.link-type .list-item, .board-list.swiper-wrapper.print-ad .list-item, .board-list.swiper-wrapper.card-text-type .list-item {
  width: 25%;
  margin: 0 !important;
  border-right: 0;
}
.board-list.card-type.swiper-wrapper .list-item:last-child, .board-list.swiper-wrapper.videos .list-item:last-child, .board-list.swiper-wrapper.link-type .list-item:last-child, .board-list.swiper-wrapper.print-ad .list-item:last-child, .board-list.swiper-wrapper.card-text-type .list-item:last-child {
  border-right: 1px solid #ddd;
}
.board-list.card-type.swiper-wrapper .txt-btn, .board-list.swiper-wrapper.videos .txt-btn, .board-list.swiper-wrapper.link-type .txt-btn, .board-list.swiper-wrapper.print-ad .txt-btn, .board-list.swiper-wrapper.card-text-type .txt-btn {
  position: static;
}
.board-list.card-type.swiper-wrapper ~ .swiper-button-prev, .board-list.swiper-wrapper.videos ~ .swiper-button-prev, .board-list.swiper-wrapper.link-type ~ .swiper-button-prev, .board-list.swiper-wrapper.print-ad ~ .swiper-button-prev, .board-list.swiper-wrapper.card-text-type ~ .swiper-button-prev {
  left: -14px;
}
.board-list.card-type.swiper-wrapper ~ .swiper-button-next, .board-list.swiper-wrapper.videos ~ .swiper-button-next, .board-list.swiper-wrapper.link-type ~ .swiper-button-next, .board-list.swiper-wrapper.print-ad ~ .swiper-button-next, .board-list.swiper-wrapper.card-text-type ~ .swiper-button-next {
  right: -16px;
}
.board-list.card-type.swiper-wrapper ~ .swiper-button-next, .board-list.swiper-wrapper.videos ~ .swiper-button-next, .board-list.swiper-wrapper.link-type ~ .swiper-button-next, .board-list.swiper-wrapper.print-ad ~ .swiper-button-next, .board-list.swiper-wrapper.card-text-type ~ .swiper-button-next, .board-list.card-type.swiper-wrapper ~ .swiper-button-prev, .board-list.swiper-wrapper.videos ~ .swiper-button-prev, .board-list.swiper-wrapper.link-type ~ .swiper-button-prev, .board-list.swiper-wrapper.print-ad ~ .swiper-button-prev, .board-list.swiper-wrapper.card-text-type ~ .swiper-button-prev {
  width: 80px;
  height: 100%;
  background: #fff;
  top: 22px;
  /* 모바일 */
}
.board-list.card-type.swiper-wrapper ~ .swiper-button-next:after, .board-list.swiper-wrapper.videos ~ .swiper-button-next:after, .board-list.swiper-wrapper.link-type ~ .swiper-button-next:after, .board-list.swiper-wrapper.print-ad ~ .swiper-button-next:after, .board-list.swiper-wrapper.card-text-type ~ .swiper-button-next:after, .board-list.card-type.swiper-wrapper ~ .swiper-button-prev:after, .board-list.swiper-wrapper.videos ~ .swiper-button-prev:after, .board-list.swiper-wrapper.link-type ~ .swiper-button-prev:after, .board-list.swiper-wrapper.print-ad ~ .swiper-button-prev:after, .board-list.swiper-wrapper.card-text-type ~ .swiper-button-prev:after {
  font-size: 2.4rem;
  color: #000;
}
@media all and (max-width: 990px) {
  .board-list.card-type.swiper-wrapper ~ .swiper-button-next, .board-list.swiper-wrapper.videos ~ .swiper-button-next, .board-list.swiper-wrapper.link-type ~ .swiper-button-next, .board-list.swiper-wrapper.print-ad ~ .swiper-button-next, .board-list.swiper-wrapper.card-text-type ~ .swiper-button-next, .board-list.card-type.swiper-wrapper ~ .swiper-button-prev, .board-list.swiper-wrapper.videos ~ .swiper-button-prev, .board-list.swiper-wrapper.link-type ~ .swiper-button-prev, .board-list.swiper-wrapper.print-ad ~ .swiper-button-prev, .board-list.swiper-wrapper.card-text-type ~ .swiper-button-prev {
    display: none;
  }
}
.board-list.card-text-type .list-item {
  /* 모바일 */
}
.board-list.card-text-type .list-item .tit {
  min-height: 118px;
}
.board-list.card-text-type .list-item .txt-btn {
  width: 100%;
  left: 0;
  bottom: 0;
}
.board-list.card-text-type .list-item .txt-btn .text {
  line-height: 1;
}
@media all and (max-width: 990px) {
  .board-list.card-text-type .list-item .txt-btn {
    bottom: 0 !important;
  }
}
.board-list.link-type, .board-list.print-ad {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  /* 테블릿  */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .board-list.link-type, .board-list.print-ad {
    grid-template-columns: 1fr 1fr;
  }
}
.board-list.link-type .list-item, .board-list.print-ad .list-item {
  /* PC */
  margin: 0;
}
@media all and (min-width: 1400px) {
  .board-list.link-type .list-item, .board-list.print-ad .list-item {
    min-height: 560px;
  }
}
.board-list.link-type .list-item:hover, .board-list.print-ad .list-item:hover {
  border-color: #000;
}
.board-list.link-type .list-item:hover:after, .board-list.print-ad .list-item:hover:after {
  border: 0;
  background-color: transparent;
}
.board-list.link-type .list-item:hover img, .board-list.print-ad .list-item:hover img {
  transform: scale(1.05);
}
.board-list.link-type .list-item:nth-child(1), .board-list.print-ad .list-item:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.board-list.link-type .list-item:nth-child(1) .item-link .tit, .board-list.print-ad .list-item:nth-child(1) .item-link .tit, .board-list.link-type .list-item:nth-child(1) .item-inner .tit, .board-list.print-ad .list-item:nth-child(1) .item-inner .tit {
  font-weight: 700 !important;
}
.board-list.link-type .list-item:nth-child(1) .item-link .ico-wrap, .board-list.print-ad .list-item:nth-child(1) .item-link .ico-wrap, .board-list.link-type .list-item:nth-child(1) .item-inner .ico-wrap, .board-list.print-ad .list-item:nth-child(1) .item-inner .ico-wrap {
  background: url("../images/support/ico_inquiries01.png");
  background-size: cover !important;
}
.board-list.link-type .list-item:nth-child(2), .board-list.print-ad .list-item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.board-list.link-type .list-item:nth-child(2) .item-link .tit, .board-list.print-ad .list-item:nth-child(2) .item-link .tit, .board-list.link-type .list-item:nth-child(2) .item-inner .tit, .board-list.print-ad .list-item:nth-child(2) .item-inner .tit {
  font-weight: 700 !important;
}
.board-list.link-type .list-item:nth-child(2) .item-link .ico-wrap, .board-list.print-ad .list-item:nth-child(2) .item-link .ico-wrap, .board-list.link-type .list-item:nth-child(2) .item-inner .ico-wrap, .board-list.print-ad .list-item:nth-child(2) .item-inner .ico-wrap {
  background: url("../images/support/ico_inquiries02.png");
  background-size: cover !important;
}
.board-list.link-type .list-item:nth-child(3), .board-list.print-ad .list-item:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.board-list.link-type .list-item:nth-child(3) .item-link .tit, .board-list.print-ad .list-item:nth-child(3) .item-link .tit, .board-list.link-type .list-item:nth-child(3) .item-inner .tit, .board-list.print-ad .list-item:nth-child(3) .item-inner .tit {
  font-weight: 700 !important;
}
.board-list.link-type .list-item:nth-child(3) .item-link .ico-wrap, .board-list.print-ad .list-item:nth-child(3) .item-link .ico-wrap, .board-list.link-type .list-item:nth-child(3) .item-inner .ico-wrap, .board-list.print-ad .list-item:nth-child(3) .item-inner .ico-wrap {
  background: url("../images/support/ico_inquiries03.png");
  background-size: cover !important;
}
.board-list.link-type .list-item:nth-child(4), .board-list.print-ad .list-item:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.board-list.link-type .list-item:nth-child(4) .item-link .tit, .board-list.print-ad .list-item:nth-child(4) .item-link .tit, .board-list.link-type .list-item:nth-child(4) .item-inner .tit, .board-list.print-ad .list-item:nth-child(4) .item-inner .tit {
  font-weight: 700 !important;
}
.board-list.link-type .list-item:nth-child(4) .item-link .ico-wrap, .board-list.print-ad .list-item:nth-child(4) .item-link .ico-wrap, .board-list.link-type .list-item:nth-child(4) .item-inner .ico-wrap, .board-list.print-ad .list-item:nth-child(4) .item-inner .ico-wrap {
  background: url("../images/support/ico_inquiries04.png");
  background-size: cover !important;
}
.board-list.link-type .list-item:nth-child(5), .board-list.print-ad .list-item:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.board-list.link-type .list-item:nth-child(5) .item-link .tit, .board-list.print-ad .list-item:nth-child(5) .item-link .tit, .board-list.link-type .list-item:nth-child(5) .item-inner .tit, .board-list.print-ad .list-item:nth-child(5) .item-inner .tit {
  font-weight: 700 !important;
}
.board-list.link-type .list-item:nth-child(5) .item-link .ico-wrap, .board-list.print-ad .list-item:nth-child(5) .item-link .ico-wrap, .board-list.link-type .list-item:nth-child(5) .item-inner .ico-wrap, .board-list.print-ad .list-item:nth-child(5) .item-inner .ico-wrap {
  background: url("../images/support/ico_inquiries05.png");
  background-size: cover !important;
}
.board-list.link-type .list-item:nth-child(6), .board-list.print-ad .list-item:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.board-list.link-type .list-item:nth-child(6) .item-link .tit, .board-list.print-ad .list-item:nth-child(6) .item-link .tit, .board-list.link-type .list-item:nth-child(6) .item-inner .tit, .board-list.print-ad .list-item:nth-child(6) .item-inner .tit {
  font-weight: 700 !important;
}
.board-list.link-type .list-item:nth-child(6) .item-link .ico-wrap, .board-list.print-ad .list-item:nth-child(6) .item-link .ico-wrap, .board-list.link-type .list-item:nth-child(6) .item-inner .ico-wrap, .board-list.print-ad .list-item:nth-child(6) .item-inner .ico-wrap {
  background: url("../images/support/ico_inquiries06.png");
  background-size: cover !important;
}
.board-list.link-type .list-item:has(.ico-wrap), .board-list.print-ad .list-item:has(.ico-wrap) {
  min-height: auto;
}
.board-list.link-type .list-item:has(.ico-wrap) .item-link, .board-list.print-ad .list-item:has(.ico-wrap) .item-link, .board-list.link-type .list-item:has(.ico-wrap) .item-inner, .board-list.print-ad .list-item:has(.ico-wrap) .item-inner {
  padding: 4rem;
  text-align: center;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list.link-type .list-item:has(.ico-wrap) .item-link, .board-list.print-ad .list-item:has(.ico-wrap) .item-link, .board-list.link-type .list-item:has(.ico-wrap) .item-inner, .board-list.print-ad .list-item:has(.ico-wrap) .item-inner {
    padding: 25px;
  }
}
.board-list.link-type .list-item:has(.ico-wrap) .item-link .tit, .board-list.print-ad .list-item:has(.ico-wrap) .item-link .tit, .board-list.link-type .list-item:has(.ico-wrap) .item-inner .tit, .board-list.print-ad .list-item:has(.ico-wrap) .item-inner .tit {
  min-height: auto;
  font-size: 2.4rem;
  line-height: 1.3;
}
.board-list.link-type .list-item:has(.ico-wrap) .txt-btn, .board-list.print-ad .list-item:has(.ico-wrap) .txt-btn {
  bottom: 5.8rem;
}
.board-list.link-type .list-item .item-link, .board-list.print-ad .list-item .item-link, .board-list.link-type .list-item .item-inner, .board-list.print-ad .list-item .item-inner {
  padding: 0;
}
.board-list.link-type .list-item .item-link .tit-wrap, .board-list.print-ad .list-item .item-link .tit-wrap, .board-list.link-type .list-item .item-inner .tit-wrap, .board-list.print-ad .list-item .item-inner .tit-wrap {
  padding: 4rem 3rem;
}
.board-list.link-type .list-item .item-link .tit-wrap dt, .board-list.print-ad .list-item .item-link .tit-wrap dt, .board-list.link-type .list-item .item-inner .tit-wrap dt, .board-list.print-ad .list-item .item-inner .tit-wrap dt {
  margin-bottom: var(--short);
  line-height: 1.2;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.board-list.link-type .list-item .item-link .tit-wrap dd, .board-list.print-ad .list-item .item-link .tit-wrap dd, .board-list.link-type .list-item .item-inner .tit-wrap dd, .board-list.print-ad .list-item .item-inner .tit-wrap dd {
  max-width: 380px;
  font-size: 2rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list.link-type .list-item .item-link .tit-wrap dd br, .board-list.print-ad .list-item .item-link .tit-wrap dd br, .board-list.link-type .list-item .item-inner .tit-wrap dd br, .board-list.print-ad .list-item .item-inner .tit-wrap dd br {
    display: none;
  }
}
.board-list.link-type .list-item .item-link .img-wrap, .board-list.print-ad .list-item .item-link .img-wrap, .board-list.link-type .list-item .item-inner .img-wrap, .board-list.print-ad .list-item .item-inner .img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 67%;
}
.board-list.link-type .list-item .item-link .img-wrap img, .board-list.print-ad .list-item .item-link .img-wrap img, .board-list.link-type .list-item .item-inner .img-wrap img, .board-list.print-ad .list-item .item-inner .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: width, height, transform 0.7s ease;
  will-change: width, height, transform;
}
.board-list.link-type .list-item .item-link .ico-wrap, .board-list.print-ad .list-item .item-link .ico-wrap, .board-list.link-type .list-item .item-inner .ico-wrap, .board-list.print-ad .list-item .item-inner .ico-wrap {
  width: 125px;
  height: 125px;
  margin: 0 auto 15px auto;
}
.board-list.link-type .list-item .txt-btn, .board-list.print-ad .list-item .txt-btn {
  position: absolute;
  justify-content: flex-end;
  z-index: -1;
}
.board-list.videos .list-item .item-link, .board-list.videos .list-item .item-inner {
  padding-bottom: 3rem;
}
.board-list.videos .list-item .item-link .img-wrap, .board-list.videos .list-item .item-inner .img-wrap {
  position: relative;
}
.board-list.videos .list-item .item-link .img-wrap img, .board-list.videos .list-item .item-inner .img-wrap img {
  top: 50%;
  transform: translateY(-50%);
}
.board-list.videos .list-item .item-link .img-wrap:after, .board-list.videos .list-item .item-inner .img-wrap:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  background: url("../images/btn_play.png") no-repeat center center/45px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list.videos .list-item .item-link .img-wrap:after, .board-list.videos .list-item .item-inner .img-wrap:after {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.board-list.videos .list-item .tit {
  margin-bottom: 20px;
  min-height: 5.3rem;
  line-height: 1.3;
}
.board-list.videos .txt-btn {
  width: 100%;
  bottom: 5rem;
}
.board-list.videos .txt-btn .btn-box {
  width: 100%;
}
.board-list.videos .txt-btn .btn-box:has([class*=btn]:nth-child(3):last-child) {
  justify-content: space-between;
}
.board-list.videos .txt-btn .btn-box [class*=btn]:before {
  display: none;
}
.board-list.print-ad {
  grid-template-columns: repeat(4, 1fr);
  gap: 10rem 2rem;
  /* 모바일 */
  /* 테블릿  */
}
@media all and (max-width: 990px) {
  .board-list.print-ad {
    gap: 50px !important;
  }
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .board-list.print-ad {
    grid-template-columns: repeat(3, 1fr);
  }
}
.board-list.print-ad .list-item {
  min-height: auto;
  border: 0;
}
.board-list.print-ad .list-item:hover:after {
  box-shadow: none;
}
.board-list.print-ad .list-item .item-link .img-wrap, .board-list.print-ad .list-item .item-inner .img-wrap {
  border: 1px solid #ddd;
  height: 100%;
  padding-top: 123%;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list.print-ad .list-item .item-link .img-wrap, .board-list.print-ad .list-item .item-inner .img-wrap {
    padding-top: 140.5%;
  }
}
.board-list.print-ad .list-item .txt-btn {
  width: 100%;
  left: 0;
  height: 40px;
  top: calc(100% + 20px);
  bottom: unset;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .board-list.print-ad .list-item .txt-btn {
    top: calc(100% - 10px);
  }
}
.board-list.print-ad .list-item .txt-btn .btn-box {
  width: 100%;
  justify-content: space-between;
}
.board-list.print-ad .list-item .txt-btn .btn-box [class*=btn]:before {
  display: none;
}
.board-list.print-ad .list-item .txt-btn .btn-box .btn-txt {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 40px;
  font-size: 1.8rem;
  line-height: 1.2;
  white-space: wrap;
}
.board-list.print-ad .list-item .txt-btn .btn-box .btn-txt:after {
  flex-shrink: 0;
}
.board-list.print-ad .list-item .txt-btn .btn-box .btn-txt:hover {
  background: none;
}
@media all and (max-width: 990px) {
  .board-list-wrap {
    padding: 0 !important;
    margin: 20px -25px 50px -25px !important;
  }
  .board-list-wrap.mb0 {
    margin-bottom: 0 !important;
  }
  .board-list-wrap:has(.link-type, .board-list.print-ad) {
    margin: 20px 0 55px !important;
  }
  .board-list-wrap:has(.link-type, .board-list.print-ad) + .pagination {
    margin-top: 50px;
  }
  .board-list-wrap .board-list.link-type .list-item:first-child, .board-list-wrap .board-list.print-ad .list-item:first-child {
    border-color: #ddd;
  }
  .board-list-wrap .board-list.link-type:has(.ico-wrap) .list-item:hover, .board-list-wrap .board-list.print-ad:has(.ico-wrap) .list-item:hover {
    border-color: #000;
  }
  .board-list-wrap .board-list.link-type:has(.ico-wrap) .list-item .txt-btn, .board-list-wrap .board-list.print-ad:has(.ico-wrap) .list-item .txt-btn {
    bottom: 30px;
  }
  .board-list-wrap .board-list.link-type:has(.ico-wrap) .list-item .txt-btn .btn-box, .board-list-wrap .board-list.print-ad:has(.ico-wrap) .list-item .txt-btn .btn-box {
    justify-content: flex-end;
  }
  .board-list-wrap .board-list.link-type:has(.ico-wrap) .list-item + .list-item, .board-list-wrap .board-list.print-ad:has(.ico-wrap) .list-item + .list-item {
    margin-top: 10px;
  }
  .board-list-wrap .board-list.link-type:has(.ico-wrap) .list-item .item-link .ico-wrap, .board-list-wrap .board-list.print-ad:has(.ico-wrap) .list-item .item-link .ico-wrap, .board-list-wrap .board-list.link-type:has(.ico-wrap) .list-item .item-inner .ico-wrap, .board-list-wrap .board-list.print-ad:has(.ico-wrap) .list-item .item-inner .ico-wrap {
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
  .board-list-wrap .board-list.link-type:has(.ico-wrap) .list-item .item-link .ico-wrap + .tit, .board-list-wrap .board-list.print-ad:has(.ico-wrap) .list-item .item-link .ico-wrap + .tit, .board-list-wrap .board-list.link-type:has(.ico-wrap) .list-item .item-inner .ico-wrap + .tit, .board-list-wrap .board-list.print-ad:has(.ico-wrap) .list-item .item-inner .ico-wrap + .tit {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .board-list-wrap .board-list.link-type:has(.ico-wrap) .list-item .item-link .tit, .board-list-wrap .board-list.print-ad:has(.ico-wrap) .list-item .item-link .tit, .board-list-wrap .board-list.link-type:has(.ico-wrap) .list-item .item-inner .tit, .board-list-wrap .board-list.print-ad:has(.ico-wrap) .list-item .item-inner .tit {
    font-size: 2.1rem;
  }
  .board-list-top {
    padding: 0 25px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .board-list-top .search {
    width: 100%;
  }
  .board-list-top .total {
    margin: 20px 0;
  }
  .board-list .list-item .date {
    display: block;
    line-height: 1;
    font-size: 1.4rem;
  }
  .board-list .list-item:first-child {
    border-top: 1px solid #000;
  }
  .board-list .list-item:first-child:hover {
    border-top: 0;
  }
  .board-list.list-type .list-item {
    position: relative;
    display: block;
    padding: 20px 25px;
  }
  .board-list.list-type .list-item .txt-btn {
    display: block;
    margin-top: 10px;
  }
  .board-list.list-type .list-item .txt-btn .btn-box {
    margin: 20px 0 0 0;
  }
  .board-list.card-type, .board-list.card-text-type, .board-list.link-type, .board-list.videos, .board-list.print-ad {
    display: block;
  }
  .board-list.card-type .list-item .item-link, .board-list.card-text-type .list-item .item-link, .board-list.link-type .list-item .item-link, .board-list.videos .list-item .item-link, .board-list.print-ad .list-item .item-link, .board-list.card-type .list-item .item-inner, .board-list.card-text-type .list-item .item-inner, .board-list.link-type .list-item .item-inner, .board-list.videos .list-item .item-inner, .board-list.print-ad .list-item .item-inner {
    padding: 25px;
  }
  .board-list.card-type.swiper-wrapper .list-item, .board-list.swiper-wrapper.card-text-type .list-item, .board-list.swiper-wrapper.link-type .list-item, .board-list.swiper-wrapper.videos .list-item, .board-list.swiper-wrapper.print-ad .list-item {
    margin-top: -1px !important;
    width: 100% !important;
  }
  .board-list.card-type.swiper-wrapper .list-item:first-child, .board-list.swiper-wrapper.card-text-type .list-item:first-child, .board-list.swiper-wrapper.link-type .list-item:first-child, .board-list.swiper-wrapper.videos .list-item:first-child, .board-list.swiper-wrapper.print-ad .list-item:first-child {
    margin-top: 0 !important;
  }
  .board-list.card-type .list-item .tit, .board-list.card-text-type .list-item .tit, .board-list.link-type .list-item .tit, .board-list.videos .list-item .tit, .board-list.print-ad .list-item .tit {
    min-height: auto;
    line-height: 1.2;
  }
  .board-list.link-type, .board-list.print-ad {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .board-list.link-type .list-item, .board-list.print-ad .list-item {
    width: 100%;
  }
  .board-list.link-type .list-item .item-link, .board-list.print-ad .list-item .item-link, .board-list.link-type .list-item .item-inner, .board-list.print-ad .list-item .item-inner {
    padding: 20px;
  }
  .board-list.link-type .list-item .item-link .img-wrap, .board-list.print-ad .list-item .item-link .img-wrap, .board-list.link-type .list-item .item-inner .img-wrap, .board-list.print-ad .list-item .item-inner .img-wrap {
    margin: -20px -20px 0 -20px;
    width: calc(100% + 40px);
    max-height: 207px;
  }
  .board-list.link-type .list-item .item-link .tit-wrap, .board-list.print-ad .list-item .item-link .tit-wrap, .board-list.link-type .list-item .item-inner .tit-wrap, .board-list.print-ad .list-item .item-inner .tit-wrap {
    padding: 20px 0 30px;
  }
  .board-list.link-type .list-item .item-link .tit-wrap dt, .board-list.print-ad .list-item .item-link .tit-wrap dt, .board-list.link-type .list-item .item-inner .tit-wrap dt, .board-list.print-ad .list-item .item-inner .tit-wrap dt {
    font-size: 2.02rem;
  }
  .board-list.link-type .list-item .txt-btn, .board-list.print-ad .list-item .txt-btn {
    bottom: 25px;
  }
}

.accordion {
  margin-top: 3rem;
  border-bottom: 1px solid #ddd;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .accordion .tbl-wrap .tbl-inner {
    padding: 0;
    margin: 0;
  }
}
.accordion-item {
  background: #fff;
  /* 모바일 */
}
.accordion-item .btn-accordion {
  position: relative;
  width: 100%;
  padding: 1.8rem 0;
  line-height: 1;
  font-weight: 500;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.01em;
  color: #000;
  cursor: pointer;
  border-top: 1px solid #ddd;
  transition: 0.2s ease-in;
  /* 모바일 */
}
.accordion-item .btn-accordion .ico-plus {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.accordion-item .btn-accordion .ico-plus::before, .accordion-item .btn-accordion .ico-plus::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 1px;
  background: #000;
}
.accordion-item .btn-accordion .ico-plus::after {
  transform: rotate(90deg);
}
.accordion-item .btn-accordion.is-active {
  padding: 4rem 0 3rem;
}
.accordion-item .btn-accordion.is-active .ico-plus::before {
  width: 0;
  transform: translateX(-50%) rotate(90deg);
}
.accordion-item .btn-accordion.is-active .ico-plus:after {
  top: 8px;
  transform: rotate(180deg);
}
@media all and (max-width: 990px) {
  .accordion-item .btn-accordion {
    padding: 20px 40px 20px 0;
    font-size: 2rem;
    line-height: 1.2;
  }
  .accordion-item .btn-accordion .ico-plus:after {
    transition: 0.2s ease-in;
  }
  .accordion-item .btn-accordion.is-active {
    padding: 20px 20px 20px 0;
  }
  .accordion-item .btn-accordion.is-active .ico-plus:after {
    top: 0;
  }
}
@media all and (max-width: 990px) {
  .accordion-item:first-child .btn-accordion {
    margin-top: 0;
  }
}
.accordion-item.is-active .accordion-collapse {
  height: auto;
  max-height: 1000vh;
  transition: max-height 1.5s ease-in-out;
}
.accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-body {
  padding: 0 0 var(--long);
  font-size: 2rem;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .accordion-body {
    font-size: 1.8rem;
  }
}
.accordion-body p, .accordion-body .grid-list-item ul li, .grid-list-item ul .accordion-body li {
  color: #666;
}
.accordion-body.swiper {
  overflow: visible;
}
.accordion-body.swiper .swiper-wrapper {
  /* 모바일, 테블릿 */
  /* 테블릿, PC */
}
@media all and (max-width: 1023px) {
  .accordion-body.swiper .swiper-wrapper {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 1023px) and (max-width: 1023px) {
  .accordion-body.swiper .swiper-wrapper {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1399px) {
  .accordion-body.swiper .swiper-wrapper {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 1023px) {
  .accordion-body.swiper .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .accordion-body.swiper .swiper-wrapper .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .accordion-body.swiper .swiper-wrapper {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) and (max-width: 1023px) {
  .accordion-body.swiper .swiper-wrapper {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) and (min-width: 1024px) and (max-width: 1399px) {
  .accordion-body.swiper .swiper-wrapper {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .accordion-body.swiper .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .accordion-body.swiper .swiper-wrapper .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.accordion-body.swiper .swiper-slide {
  width: auto !important;
  flex-wrap: nowrap;
}
.accordion-body.swiper .img-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: var(--middle);
}
.accordion-body.swiper .img-wrap img {
  max-width: unset !important;
  width: auto;
  height: auto;
}
.accordion-body .acc-txt {
  margin-bottom: var(--middle);
  color: #000;
}
.accordion-body .acc-txt:last-child {
  margin-bottom: 0;
}
.accordion-body .dl-type02 + .dot-list {
  margin: var(--space) 0 var(--long);
}
.accordion-body .dl-type02 + .dot-list:last-child {
  margin-bottom: 0;
}
.accordion-body .dl-type03 {
  margin-top: 5rem;
}
.accordion-body .dl-type03 dt {
  margin: 4rem 0 1rem;
  font-size: 2rem !important;
}
.accordion-body .dl-type03 dd {
  color: #666;
}
.accordion-body .dl-type03 dd small {
  margin-top: 5px;
}
.accordion-body .dot-list {
  margin: var(--middle) 0;
}
.accordion-body .dot-list.flex li, .accordion-body .tbl-wrap .tbl tbody td .dot-list.flex-start li, .tbl-wrap .tbl tbody td .accordion-body .dot-list.flex-start li, .accordion-body .tbl-wrap .tbl tfoot td .dot-list.flex-start li, .tbl-wrap .tbl tfoot td .accordion-body .dot-list.flex-start li {
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .accordion-body .dot-list.flex li, .accordion-body .tbl-wrap .tbl tbody td .dot-list.flex-start li, .tbl-wrap .tbl tbody td .accordion-body .dot-list.flex-start li, .accordion-body .tbl-wrap .tbl tfoot td .dot-list.flex-start li, .tbl-wrap .tbl tfoot td .accordion-body .dot-list.flex-start li {
    display: block;
  }
}
.accordion-body .dot-list li {
  color: #666;
}
.accordion-body .dot-list li:before {
  background-color: #666;
}
.accordion-body .acc-tit {
  font-size: 2.4rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .accordion-body .acc-tit {
    font-size: 1.7rem;
  }
}
.accordion-body .acc-tit + .dot-list {
  margin-top: 2rem;
}
.accordion-body .acc-tit + .dot-list li::before {
  background-color: #999;
}
.accordion-body .acc-list > li + li {
  margin-top: 3rem;
}
.accordion-body .numb-list li {
  margin-left: 20px;
  text-indent: -20px;
}
.accordion-body .numb-list li:before {
  margin-right: 2px;
  content: attr(data-no) " ";
}
.accordion-body .tit-area {
  margin: 10rem 0 2rem;
  /* 모바일 */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 990px) {
  .accordion-body .tit-area {
    margin: 60px 0 2rem;
  }
}
.accordion-body .tit-area .info-txt {
  font-size: 1.4rem;
  color: #999;
}
.accordion-body .sub-tit {
  font-weight: 700;
  font-size: 3rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .accordion-body .sub-tit {
    font-size: 2.5rem;
  }
}
.accordion.mobile-only {
  margin-top: 0;
  border-bottom: 0;
  /* 모바일 */
}
.accordion.mobile-only .accordion-item .btn-accordion {
  padding: 0;
  border: 0;
  font-size: unset;
  transition: unset;
  cursor: unset;
}
@media all and (max-width: 990px) {
  .accordion.mobile-only {
    margin: 0 -25px;
  }
  .accordion.mobile-only .accordion-item .btn-accordion {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px 20px;
  }
  .accordion.mobile-only .accordion-item .btn-accordion:after {
    display: block;
    content: "";
    background: url("../images/ico_arr_acc.png") no-repeat 0 0/16px 8px;
    width: 16px;
    height: 8px;
  }
  .accordion.mobile-only .accordion-item.is-active .btn-accordion:after {
    transform: rotate(180deg);
  }
  .accordion.mobile-only .accordion-item .tit-area {
    margin: 0;
  }
  .accordion.mobile-only .accordion-item .line-box-item {
    padding: 25px;
  }
  .accordion.mobile-only .accordion-header {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .accordion.mobile-only .accordion-collapse {
    padding: 0 25px;
  }
  .accordion.mobile-only .accordion-collapse .line-box-list {
    border-top: 0;
  }
  .accordion.mobile-only .accordion-collapse .line-box-list:first-child > .line-box-item:first-child {
    border-top: 0;
  }
}

/* jquery ui */
.hasDatepicker {
  width: 567px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .hasDatepicker {
    width: 100%;
  }
}
.hasDatepicker .ui-widget.ui-widget-content {
  width: 100%;
  border: 0;
}
.hasDatepicker .ui-widget-header {
  background: none;
  border: 0;
}
.hasDatepicker .ui-widget-header .ui-corner-all {
  top: 18px;
  left: 0;
  width: 20px;
  height: 21px;
  cursor: pointer;
}
.hasDatepicker .ui-widget-header .ui-corner-all.ui-datepicker-next {
  left: unset;
  right: 0;
}
.hasDatepicker .ui-widget-header .ui-corner-all.ui-state-hover {
  background: none;
  border: none;
}
.hasDatepicker .ui-widget-header .ui-corner-all.ui-state-hover .ui-icon {
  top: 0;
  left: 0;
  margin: 0;
}
.hasDatepicker .ui-widget-header .ui-icon {
  top: 0;
  left: 0;
  margin: 0;
  width: 20px;
  height: 21px;
  background: url("../images/btn_date_arr.png") no-repeat 0 0/20px 21px;
}
.hasDatepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
  transform: rotate(-180deg);
}
.hasDatepicker .ui-datepicker-title {
  font-size: 2.4rem;
  color: #000;
}
.hasDatepicker .ui-datepicker th {
  padding: 1rem 0 0.5rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
}
.hasDatepicker .ui-datepicker td {
  padding: 0;
}
.hasDatepicker .ui-datepicker td .ui-state-default {
  height: 46px;
  line-height: 46px;
  background: none;
  padding: 0;
  border: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
}
.hasDatepicker .ui-datepicker td.ui-datepicker-today .ui-state-default {
  font-weight: 700;
  color: #000;
}
.hasDatepicker .ui-datepicker td.ui-state-disabled {
  background: #f5f5f5;
  opacity: 1;
}
.hasDatepicker .ui-datepicker td.ui-state-disabled.date-blank {
  background: none;
}
.hasDatepicker .ui-datepicker td.ui-state-disabled .ui-state-default {
  color: #000;
}
.hasDatepicker .ui-datepicker td .ui-state-active {
  background: #e4ffc3;
  color: #000;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.layerpop-wrap {
  display: none;
  box-sizing: border-box;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.layerpop-wrap .layerpop-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.layerpop-wrap .layerpop-inner a.ico-down {
  color: #fff;
}
.layerpop-wrap .layerpop-inner a.ico-down:hover {
  background: none;
}
.layerpop-wrap .layerpop-inner a.ico-down:after {
  background: url("../images/ico_down_wh.png") no-repeat 0 0/20px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .layerpop-wrap .layerpop-inner a.ico-down:after {
    background-size: 16px;
  }
}
.layerpop-wrap .layerpop-inner .btn-area {
  margin-top: var(--short) !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space);
  width: 100%;
  margin-top: 2rem;
}
.layerpop-wrap .layerpop-inner .btn-area .btn-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space);
}
.layerpop-wrap .layerpop-inner .btn-area .btn-list a {
  color: #fff;
}
.layerpop-wrap .layerpop-inner .btn-area .btn-list a.is-active, .layerpop-wrap .layerpop-inner .btn-area .btn-list a:hover {
  font-weight: 700;
  letter-spacing: -0.5px;
  text-decoration: underline;
  background: none;
}
.layerpop-wrap .layerpop-inner .pop-video, .layerpop-wrap .layerpop-inner .pop-photo {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: calc(100vw - 40%);
  max-width: 980px;
  min-width: 560px;
  height: 100vh;
  /* 모바일 */
}
.layerpop-wrap .layerpop-inner .pop-video img, .layerpop-wrap .layerpop-inner .pop-photo img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 990px) {
  .layerpop-wrap .layerpop-inner .pop-video, .layerpop-wrap .layerpop-inner .pop-photo {
    min-width: 100%;
    padding: 0 20px;
  }
  .layerpop-wrap .layerpop-inner .pop-video.vertical, .layerpop-wrap .layerpop-inner .vertical.pop-photo {
    max-width: 100%;
  }
}
.layerpop-wrap .layerpop-inner .pop-photo {
  align-items: flex-start;
  max-width: 570px;
}
.layerpop-wrap .layerpop-inner .pop-photo .tit {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
}
.layerpop-wrap .layerpop-inner .pop-photo .photo {
  width: 100%;
  height: auto;
}
.layerpop-wrap .layerpop-inner .video {
  max-width: 1014px;
  min-width: 980px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .layerpop-wrap .layerpop-inner .video {
    max-width: 100%;
    min-width: 100%;
  }
  .layerpop-wrap .layerpop-inner .video iframe {
    height: 180px !important;
  }
}
.layerpop-wrap .layerpop-inner .btn-close {
  position: absolute;
  top: 40px;
  right: 50px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/btn_close.png") no-repeat 0 0/24px;
  transition: 0.4s ease-in;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .layerpop-wrap .layerpop-inner .btn-close {
    top: 50px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.layerpop-wrap .layerpop-inner .btn-close:hover {
  transform: rotate(90deg);
}

* {
  letter-spacing: 0;
}

.main-section-wrap .main-section.section01 .txt-item, .main-section-wrap .main-section.section02 .txt-item {
  width: 50% !important;
  max-width: 715px !important;
}
.main-section-wrap .main-section.section01 .txt-item .tit p strong, .main-section-wrap .main-section.section01 .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .main-section-wrap .main-section.section01 .txt-item .tit li strong, .main-section-wrap .main-section.section02 .txt-item .tit p strong, .main-section-wrap .main-section.section02 .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .main-section-wrap .main-section.section02 .txt-item .tit li strong {
  line-height: 1.4 !important;
  letter-spacing: -0.04em !important;
}
.main-section-wrap .main-section.section02 .txt-item {
  max-width: 625px !important;
}

.nav-wrap .sitemap-depth2 + .depth2-group-wrap {
  max-width: 410px;
}

.footer .inner .footer-nav-list a {
  font-size: 1.4rem;
}

.sub-nav-dropdown .dropdown {
  width: 28rem;
}
.sub-nav-dropdown .dropdown-item:hover {
  letter-spacing: -0.05em;
}

.cont-head {
  /* 모바일 */
}
.cont-head.flex, .tbl-wrap .tbl tbody td .cont-head.flex-start, .tbl-wrap .tbl tfoot td .cont-head.flex-start,
.cont-head .tit-area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.cont-head .tit-area {
  margin-bottom: 3.5rem;
  /* 모바일 */
}
.cont-head .tit-area.no-flex {
  display: block;
}
.cont-head .tit-area.no-flex .desc {
  margin-top: var(--middle);
}
@media all and (max-width: 990px) {
  .cont-head .tit-area {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .cont-head .tit-area .page-tit {
    margin-bottom: 20px;
  }
}
.cont-head .desc {
  font-size: 1.8rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .cont-head .desc {
    word-break: break-all;
  }
}
.cont-head .page-tit {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.cont-head .page-tit + .desc {
  margin-top: 3rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .cont-head .page-tit + .desc {
    margin-top: 20px;
  }
}
.cont-head .page-desc {
  margin-top: 1rem;
  font-weight: 100;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  /* 테블릿  */
  /* 테블릿, PC */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .cont-head .page-desc .narrow-hide {
    display: none;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .cont-head .page-desc .narrow-hide {
    display: none;
  }
}
.cont-head .page-text {
  margin-top: 4rem;
  font-size: 2rem;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cont-head .sec-tit01 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .cont-head .sec-tit01 {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 990px) {
  .cont-head .page-tit {
    font-size: 3.1rem;
    line-height: 1.2;
  }
  .cont-head .page-desc {
    margin-top: 1rem;
    font-size: 3.1rem;
  }
  .cont-head .page-desc br {
    display: none;
  }
  .cont-head .page-text {
    margin-top: 4rem;
    font-size: 1.8rem;
    word-break: break-all;
  }
}

.sec-tit02 + .features-area {
  margin-top: var(--long);
}

.features-area {
  margin-top: 2rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .features-area {
    margin-top: 50px;
  }
}
.features-area.type-slide.noaction {
  overflow-x: hidden;
}

.features-area.type-slide .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  
}
.hpls .features-area.type-slide.txt-type01 .features-item .txt {
  max-width:max-content;
  text-align: center;
}

.hpls .features-area.type-slide.txt-type02 .features-item .txt {
  max-width:max-content;
  text-align: left;
}

@media all and (max-width: 990px) {
  .features-area.type-slide {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 20px !important;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .features-area.type-slide {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .features-area.type-slide {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .features-area.type-slide::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .features-area.type-slide .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.features-area.type-slide .features-list {
  margin-top: 10px;
  gap: 10.6rem;
}
.features-area.type-slide .features-item {
  flex-shrink: 1;
}



.features-area.type-slide.type01,
.features-area.type-slide.type02 {
  /* overflow: hidden; */
  width:100%;
}

.features-area.type-slide.type01 .swiper-wrapper,
.features-area.type-slide.type02 .swiper-wrapper {
  display: flex !important;
  width: max-content !important;
  inline-size: max-content !important;
  min-width: 100%;
}

.features-area.type-slide.type01 .swiper-wrapper .swiper-slide,
.features-area.type-slide.type02 .swiper-wrapper .swiper-slide {
  flex-shrink: 0 !important;
}


.features-area.type-slide .type02 .features-item {
  margin-right: -40px;
}


.features-area.type-slide .features-item .img {
  width: 100%;
  height: 357px;
}

@media all and (max-width: 1300px) {
  
  .features-area.type-slide .type02 .features-item {
    margin-right: 0px;
  }
}

@media all and (max-width: 1100px) {
  .features-area.type-slide .type02 .features-item {
    margin-right: -10px;
  }
}

@media all and (max-width: 1023px) {
  .features-area.type-slide .features-list {
    gap: 59px;
  }
  .features-area.type-slide .features-item .img {
    width: 100%;
    height: 250px;
  }

  .features-area.type-slide .type02 .features-item {
  margin-right: 0px;
  }
}


@media all and (max-width: 800px) {
  .features-area.type-slide .type02 .features-list {
    gap: 29px !important;
  }

}







.features-area.process.type-slide .features-list {
  gap: 10.7rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .features-area.process.type-slide .features-list {
    gap: 48px;
  }
}
.features-area.process.type-slide .features-item:after {
  left: 114%;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .features-area.process.type-slide .features-item:after {
    left: 103%;
  }
}
.features-area.process.type-line {
  margin-top: 3rem !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .features-area.process.type-line {
    margin-top: 20px !important;
  }
}
.features-area.process.type-line .features-list.col-3, .features-area.process.type-line .features-list.col-4 {
  width: 100%;
  gap: 13rem;
  padding: 0;
  margin: 0;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .features-area.process.type-line .features-list.col-3, .features-area.process.type-line .features-list.col-4 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px !important;
  }
  .features-area.process.type-line .features-list.col-3 .features-item, .features-area.process.type-line .features-list.col-4 .features-item {
    width: 100% !important;
  }
}
.features-area.process.type-line .features-list.col-4 {
  gap: 4rem;
}
.features-area.process.type-line .features-list.col-4 .features-item:after {
  right: -30px !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .features-area.process.type-line .features-list.col-4 .features-item:after {
    left: 50% !important;
  }
}
.features-area.process.type-line .features-list.col-4 .features-item .txt {
  padding-right: 1.8rem;
}
.features-area.process.type-line .features-list .features-item {
  justify-content: flex-start;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  flex: 1;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .features-area.process.type-line .features-list .features-item {
    width: 100%;
  }
}
.features-area.process.type-line .features-list .features-item .txt {
  width: 100%;
  max-width: 100%;
  padding: 25px 0;
  text-align: left;
  /* 모바일 */
}
.features-area.process.type-line .features-list .features-item .txt dd {
  min-height: 70px;
  word-break: break-all;
}
@media all and (max-width: 990px) {
  .features-area.process.type-line .features-list .features-item .txt {
    padding-right: 0;
  }
  .features-area.process.type-line .features-list .features-item .txt dd {
    min-height: auto !important;
    word-break: keep-all;
  }
}
.features-area.process.type-line .features-list .features-item:after {
  width: 20px;
  top: 50% !important;
  left: unset !important;
  right: -75px !important;
  transform: translateY(-50%);
  background: url("../images/ico_arr_sm.png") no-repeat center center/20px;
  /* 모바일 */
  /* 테블릿, PC */
}
@media all and (max-width: 990px) {
  .features-area.process.type-line .features-list .features-item:after {
    top: unset !important;
    bottom: -26px;
    left: 50% !important;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .features-area.process.type-line .features-list .features-item:after {
    right: -35px !important;
  }
}
.features-area.process.type-inline .features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--space);
}
.features-area.process.type-inline .features-item {
  min-width: 217px;
  align-items: flex-start;
  justify-content: flex-start;
}
.features-area.process.type-inline .features-item:after {
  display: none;
}
.features-area.process.type-inline .features-item + .features-item {
  padding-left: var(--space);
  border-left: 1px solid #ddd;
}
.features-area.process.type-inline .features-item img {
  flex-shrink: 0;
  flex-grow: 0;
}
.features-area.process .features-list.col-3 {
  justify-content: flex-start;
  /* 모바일 */
}
.features-area.process .features-list.col-3 .features-item {
  flex: 1;
}
.features-area.process .features-list.col-3 .features-item:first-child {
  align-items: flex-start;
}
.features-area.process .features-list.col-3 .features-item:first-child:after {
  left: 89%;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .features-area.process .features-list.col-3 .features-item:first-child:after {
    left: 98%;
  }
}
.features-area.process .features-list.col-3 .features-item:nth-child(2):after {
  left: 100%;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .features-area.process .features-list.col-3 .features-item:nth-child(2):after {
    left: 112%;
  }
}
.features-area.process .features-list.col-3 .features-item:last-child {
  align-items: flex-end;
}
@media all and (max-width: 990px) {
  .features-area.process .features-list.col-3 {
    gap: 48px;
  }
}
.features-area.process .features-list.col-4 {
  gap: 10.7rem;
}
.features-area.process .features-list.col-4 .features-item:after {
  left: 115%;
}
.features-area.process .features-item {
  position: relative;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .features-area.process .features-item {
    min-width: auto;
    max-width: 100%;
  }
}
.features-area.process .features-item:after {
  position: absolute;
  left: 150%;
  top: 127px;
  display: block;
  content: "";
  width: 30px;
  height: 16px;
  background: url("../images/ico_arr.png") no-repeat center center/30px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .features-area.process .features-item:after {
    top: 92px;
    left: calc(100% + 9px) !important;
  }
}
.features-area.process .features-item:last-child:after {
  display: none;
}
.features-area.process .features-item:last-child .img, .features-area.process .features-item:nth-child(3) .img {
  border-radius: 0;
}
.features-area.process .features-item:nth-child(4) .img {
  border-radius: 0px;
}
.features-area.process .features-item:nth-child(5) .img {
  border-radius: 0px;
}
.features-area.process .features-item .img {
  width: 270px;
  height: 270px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .features-area.process .features-item .img {
    width: 200px;
    height: 200px !important;
  }
}
.features-area.process .features-item .txt {
  text-align: left;
}
.features-area.process .features-item .txt dd {
  margin-top: 10px;
  max-width: 100% !important;
}
.features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  /* PC */
  /* 모바일 */
  /* 테블릿, PC */
}
@media all and (min-width: 1400px) {
  .features-list.col-3 {
    gap: 0;
  }
}
@media all and (max-width: 990px) {
  .features-list {
    padding: 0 25px;
    gap: 48px !important;
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .features-list {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .features-list {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .features-list::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .features-list .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .features-list {
    padding: 0;
    gap: 48px !important;
  }
}
.features-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /* 모바일, 테블릿 */
  /* 테블릿, PC */
}
@media all and (max-width: 1023px) {
  .features-item {
    width: 189px !important;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .features-item {
    width: 230px !important;
  }
}
.features-item:nth-child(1) .img {
  border-radius: 0px;
}
.features-item:last-child .img, .features-item:nth-child(4) .img {
  border-radius: 0px;
}
.features-item:nth-child(5) .img {
  border-radius: 0px;
}
.features-item:nth-child(2) .img {
  border-radius: 0;
}
.features-item .img {
  flex-shrink: 0;
  overflow: hidden;
  display: block;
  width: 270px;
  height: 357px;
  /* 모바일, 테블릿 */
  /* 테블릿, PC */
}
.features-item .img:hover img {
  transform: scale(1.05);
}
@media all and (max-width: 1023px) {
  .features-item .img {
    min-width: 189px;
    max-width: 189px;
    width: 100%;
    height: 250px !important;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .features-item .img {
    min-width: 230px;
    max-width: 230px;
    width: 100%;
    height: 300px !important;
  }
}
.features-item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: width, height, transform 0.7s ease;
  will-change: width, height, transform;
}
.features-item .txt {
  padding-top: var(--middle);
  text-align: left;
  max-width: 280px;
  /* 모바일 */
  /* PC */
}
@media all and (max-width: 990px) {
  .features-item .txt {
    padding-top: 20px;
  }
}
@media all and (min-width: 1400px) {
  .features-item .txt dt {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.features-item .txt dd {
  margin-top: var(--space);
  line-height: 1.3;
  color: #666;
  font-size: 1.8rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .features-item .txt dd {
    max-width: 100%;
  }
  .features-item .txt dd br {
    display: none;
  }
}

.highlight {
  background-image: linear-gradient(90deg, transparent 50%, #e4ffc3 0);
  background-position: 0;
  background-size: 199.8%;
  transition: background-position 1s linear;
  font-weight: 300;
}
.highlight.on {
  background-position: -100%;
}

.highlight.always-on {
  animation: highlightAlwaysOn 1s ease forwards;
}

@keyframes highlightAlwaysOn {
  from { background-position: 100%; }
  to   { background-position: -100%; }
}

.section {
  margin: 15rem 0;
  background-color: #fff;
  /* 모바일 */
}
.section.re-mg {
  margin-bottom: 10rem;
}
.section.type-bg {
  position: relative;
  padding: 6rem 0;
  /* 모바일 */
  /* 모바일 */
}
.section.type-bg .sec-tit01 {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}
@media all and (max-width: 990px) {
  .section.type-bg {
    padding: 40px 0;
  }
}
.section.type-bg > div {
  position: relative;
  z-index: 2;
}
.section.type-bg::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #f6f3f2;
  z-index: 1;
}
.section.type-bg .tit-area {
  margin-top: 0;
}
@media all and (max-width: 990px) {
  .section.type-bg.short {
    padding: 3rem 0;
  }
}
.section:first-of-type {
  margin-top: 8rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .section:first-of-type {
    margin-top: 40px;
  }
}
.section .sec-tit01 {
  margin-top: 15rem;
  /* 모바일 */
}
.section .sec-tit01:first-child {
  margin-top: 0;
}
@media all and (max-width: 990px) {
  .section .sec-tit01 {
    margin-top: 100px;
  }
}
.section .sec-tit01 + .tbl-wrap {
  margin-top: var(--short);
}
.section:last-of-type {
  margin-bottom: 0;
}
.section#quarterly-results {
  margin-bottom: 60px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .section#quarterly-results .brochure-list-wrap {
    margin-top: 20px;
  }
}
.section#reports {
  margin-top: 110px;
}
.section .iframe-wrap {
  width: 100%;
}
.section .chart-wrap {
  margin: 0 0 10px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /* 모바일 */
}
.section .chart-wrap:not(.no-scroll) {
  overflow-x: auto;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: smooth;
  will-change: scroll-position;
  -webkit-transform: translateZ(0);
  /* 모바일, 테블릿 */
  /* 테블릿, PC */
  padding-bottom: 0;
  scroll-behavior: smooth;
  transition: 0.2s ease-in;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media all and (max-width: 1023px) {
  .section .chart-wrap:not(.no-scroll) {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .section .chart-wrap:not(.no-scroll) {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
.section .chart-wrap:not(.no-scroll)::-webkit-scrollbar {
  display: none;
}
.section .chart-wrap:not(.no-scroll) .ico-scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  z-index: 100;
  background-image: url("../images/ico_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section .chart-wrap.no-line {
  border: none;
}
@media all and (max-width: 990px) {
  .section .chart-wrap svg:not(:root) {
    position: absolute;
    left: 0;
  }
}
.section .chart-wrap .apexcharts-legend {
  margin-right: -5px;
  padding-right: 0 !important;
}
.section .chart-wrap .apexcharts-text tspan {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif !important;
  font-size: 1.6rem !important;
  color: #666 !important;
}
.section .chart-wrap .apexcharts-legend-series {
  margin: 0 7.5px !important;
}
.section .chart-wrap .apexcharts-legend-marker {
  margin-right: 5px !important;
}
.section .chart-wrap .apexcharts-legend-text {
  font-weight: 300 !important;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif !important;
  font-size: 1.6rem !important;
}
.section .tit-area {
  margin: 5rem 0 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  /* 모바일 */
  /* 모바일 */
}
.section .tit-area .comment {
  color: #666;
}
.section .tit-area + .sec-tit02 {
  margin-top: var(--long);
}
.section .tit-area .sel-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .section .tit-area .sel-btn {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .section .tit-area .sel-btn .form-select,
.section .tit-area .sel-btn .btn {
    width: 100%;
  }
}
.section .tit-area.re-size {
  margin-bottom: 1.7rem;
}
.section .tit-area.re-size .btn.secondary {
  width: 216px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .section .tit-area.re-size .btn.secondary {
    margin-top: 10px;
    width: 100%;
  }
}
.section .tit-area.no-flex {
  display: block;
}
.section .tit-area.no-flex .sec-tit02 {
  margin-bottom: 20px;
}
.section .tit-area.no-flex .sec-tit02 + .desc {
  margin-top: 10px;
}
.section .tit-area.no-flex .desc {
  font-size: 2rem;
  margin-top: var(--middle);
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .section .tit-area.no-flex .desc {
    font-size: 1.8rem;
  }
}
.section .tit-area + .tbl-wrap {
  margin-top: -2rem;
  /* 모바일 */
}
.section .tit-area + .tbl-wrap:has(.type-typho) {
  margin-top: 0;
}
@media all and (max-width: 990px) {
  .section .tit-area + .tbl-wrap {
    margin-top: -15px;
  }
  .section .tit-area + .tbl-wrap:has(.type-typho) {
    margin-top: 0;
  }
}
@media all and (max-width: 990px) {
  .section .tit-area {
    margin-top: 40px;
    align-items: center;
  }
  .section .tit-area + .board-list-wrap .total {
    margin-top: 0 !important;
  }
}
.section .tit-area.center {
  margin-bottom: 0 !important;
  padding-bottom: 2.3rem;
  align-items: center;
  /* 모바일 */
}
.section .tit-area.center + .board-list-wrap {
  border-top: 1px solid #000;
  margin-top: 0 !important;
}
@media all and (max-width: 990px) {
  .section .tit-area.center {
    margin-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .section .tit-area.center + .board-list-wrap {
    border-top: 0;
    margin-top: 20px !important;
  }
  .section .tit-area.center .sec-tit01 {
    margin: 0 0 20px 0;
  }
}
.section .tit-area.column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .section .tit-area.column {
    margin-bottom: 10px;
  }
}
.section .tit-area .sec-tit01,
.section .tit-area .sec-tit02,
.section .tit-area .sec-tit03 {
  margin: 0;
}
@media all and (max-width: 990px) {
  .section .tit-area {
    margin-bottom: 20px;
  }
  .section .tit-area:has(.sec-tit02) {
    margin-top: 30px;
  }
  .section .tit-area + .sec-tit02 {
    margin-top: 20px;
  }
  .section .tit-area.form-wrap {
    display: block;
  }
  .section .tit-area.form-wrap .search {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
  .section .tit-area.form-wrap .search .form-select {
    flex: 1;
    min-width: auto;
  }
}
.section .sec-tit01 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.section .sec-tit01 + .tab-area {
  margin-top: 20px;
}
.section .sec-tit01.m-short {
  margin-top: 50px;
}
.section .sec-tit01 + .sec-tit02 {
  margin-top: var(--long);
}
.section .sec-tit02 {
  margin: 5rem 0 2rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.section .sec-tit02.mt-long {
  margin-top: 5rem !important;
}
.section .sec-tit02 + .sec-tit03 {
  margin-top: 0;
}
.section .sec-tit03 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.section .sec-tit03.re-size {
  position: relative;
  left: -45px;
  min-width: 360px;
}
.section .txt-desc {
  margin-top: 10px;
  font-size: 2rem;
}
.section .txt-desc-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .section .txt-desc-wrap {
    flex-direction: column;
    gap: 0;
  }
  .section .txt-desc-wrap .txt-desc:first-child {
    margin-top: 0;
  }
}
.section .txt-desc-wrap .txt-desc {
  flex: 1;
  word-break: break-all;
  font-size: 2rem;
}
.section .txt-desc-wrap .txt-desc strong {
  display: block;
  margin-bottom: 2.5rem;
}
.section .txt-desc-wrap .txt-desc strong.tr {
  margin-top: 6.8rem;
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .section {
    margin: 100px 0;
  }
  .section .sec-tit01 {
    font-size: 2.7rem;
    line-height: 1.2;
  }
  .section .sec-tit01 + .tit-area {
    margin-top: 20px;
  }
  .section .sec-tit02 {
    display: block;
    margin: 30px 0 10px;
    font-size: 2.1rem;
    line-height: 1.2;
  }
  .section .sec-tit03 {
    font-size: 1.85rem;
  }
  .section .txt-desc {
    font-size: 1.8rem;
  }
}
.section .btn-banner-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
  /* 모바일 */
}
.section .btn-banner-list .btn-banner {
  padding: 2rem 0 3rem;
  align-items: flex-end;
  flex: 1;
}
.section .btn-banner-list .btn-banner:after {
  margin-bottom: 5px;
}
.section .btn-banner-list .btn-banner + .btn-banner {
  padding-left: 4rem;
  border-left: 1px solid #ddd;
}
.section .btn-banner-list .btn-banner .txt-box {
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 990px) {
  .section .btn-banner-list {
    flex-direction: column;
    gap: 0;
  }
  .section .btn-banner-list .btn-banner {
    padding: 30px 0;
  }
  .section .btn-banner-list .btn-banner + .btn-banner {
    border-top: 1px solid #ddd;
    padding-left: 0;
    border-left: 0;
  }
  .section .btn-banner-list .btn-banner .txt-box {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  .section .btn-banner-list .btn-banner .txt-box .ico {
    margin-top: 5px;
  }
}
.section .sec-img-wrap {
  margin-top: 3rem;
  /* 모바일 */
}
.section .sec-img-wrap + .dl-type03 {
  margin-top: 5rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .section .sec-img-wrap + .dl-type03 {
    margin-top: 30px;
  }
}
.section .sec-img-wrap .img-wrap,
.section .sec-img-wrap .img-box {
  display: block;
}
.section .sec-img-wrap .img-wrap img,
.section .sec-img-wrap .img-box img {
  float: left;
}
.section .sec-img-wrap .img-wrap:after,
.section .sec-img-wrap .img-box:after {
  content: "";
  display: block;
  clear: both;
}
.section .sec-img-wrap .img-tit {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
.section .sec-img-wrap .img-desc {
  margin-top: var(--short);
  font-size: 1.4rem;
  color: #666;
}
.section .sec-img-wrap .txt-desc {
  margin: 2rem 0 5rem;
}
@media all and (max-width: 990px) {
  .section .sec-img-wrap.scroll .img-wrap {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .section .sec-img-wrap.scroll .img-wrap {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .section .sec-img-wrap.scroll .img-wrap {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .section .sec-img-wrap.scroll .img-wrap::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .section .sec-img-wrap.scroll .img-wrap .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .section .sec-img-wrap.scroll .img-wrap img {
    max-width: 950px;
  }
}
@media all and (max-width: 990px) {
  .section .sec-img-wrap.scroll .scroll-inner {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .section .sec-img-wrap.scroll .scroll-inner {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .section .sec-img-wrap.scroll .scroll-inner {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .section .sec-img-wrap.scroll .scroll-inner::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .section .sec-img-wrap.scroll .scroll-inner .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .section .sec-img-wrap.scroll .scroll-inner .col-box-wrap {
    flex-direction: row !important;
    width: 630px;
  }
  .section .sec-img-wrap.scroll .scroll-inner .col-box-wrap .col-box {
    margin-top: 0;
  }
}

.col-box {
  flex: 1;
  /* 모바일 */
}
.col-box-wrap {
  padding-bottom: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  /* 모바일 */
}
.col-box-wrap.re-gap {
  margin-top: 5rem;
}
@media all and (max-width: 990px) {
  .col-box-wrap {
    flex-direction: column;
  }
  .col-box-wrap.re-gap {
    padding-bottom: 0;
  }
}
.col-box-wrap .sec-tit02 {
  margin: var(--short) 0;
}
@media all and (max-width: 990px) {
  .col-box {
    width: 100%;
  }
  .col-box .sec-tit02 {
    margin-top: 0;
  }
}

.banner {
  /* 모바일 */
}
.banner-area {
  overflow: hidden;
  width: 100%;
  max-height: 290px;
  margin-top: 10rem;
}
.banner-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.banner-link .banner-img {
  transition: filter 0.3s ease;
  filter: brightness(0.6);
}
.banner-link:hover .banner-img {
  filter: brightness(0.7);
}
.banner-txt {
  padding: 0 6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-txt p, .banner-txt .grid-list-item ul li, .grid-list-item ul .banner-txt li {
  font-size: 3.6rem;
  line-height: 1.3;
  color: #fff;
}
.banner-txt .btn-more {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: var(--short);
  color: #fff;
  font-size: 2.4rem;
}
.banner-txt .btn-more:after {
  display: block;
  content: "";
  width: 50px;
  height: 40px;
  background: url("../images/ico_arr_wh02.png") no-repeat center center/50px 40px;
}
@media all and (max-width: 990px) {
  .banner-area {
    width: calc(100% + 50px);
    height: 112px;
    min-height: 112px;
    margin: 50px -25px 70px -25px;
  }
  .banner-area .banner-img {
    width: 100%;
    height: 100%;
  }
  .banner-area .banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-txt {
    padding: 0 25px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 5px;
  }
  .banner-txt p, .banner-txt .grid-list-item ul li, .grid-list-item ul .banner-txt li {
    font-size: 1.8rem;
  }
  .banner-txt .btn-more {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .banner-txt .btn-more:after {
    display: none;
  }
}

/**************** 회사소개 ****************/
.hds-story {
  /* 모바일 */
}
.hds-story .profile-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.hds-story .profile-img .img {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
}
.hds-story .profile-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hds-story .profile-img .name {
  font-size: 1.6rem;
  line-height: 1.2;
}
.hds-story .visual-img {
  width: 100%;
}
.hds-story .visual-img img {
  float: left;
}
.hds-story .visual-img:after {
  content: "";
  display: block;
  clear: both;
}
.hds-story .chairman {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 8rem 0 15rem;
}
.hds-story .chairman:nth-of-type(2), .hds-story .chairman:nth-of-type(3) {
  flex-direction: row-reverse;
}
.hds-story .chairman:nth-of-type(2) .profile-img, .hds-story .chairman:nth-of-type(3) .profile-img {
  flex-direction: row-reverse;
}
.hds-story .chairman:nth-of-type(2) .profile-img .name, .hds-story .chairman:nth-of-type(3) .profile-img .name {
  text-align: right;
}
.hds-story .chairman:nth-of-type(2) .profile-txt-wrap, .hds-story .chairman:nth-of-type(3) .profile-txt-wrap {
  padding-left: 30rem;
  padding-right: 0;
}
.hds-story .chairman .profile-img {
  flex-shrink: 0;
}
.hds-story .chairman .profile-txt {
  text-align: center;
  font-size: 3.6rem;
}
.hds-story .chairman .profile-txt-wrap {
  width: 100%;
  padding-right: 32rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.hds-story .chairman .profile-txt p, .hds-story .chairman .profile-txt .grid-list-item ul li, .grid-list-item ul .hds-story .chairman .profile-txt li {
  line-height: 1.3;
  font-weight: 100;
  letter-spacing: -0.02em;
}
.hds-story .chairman .profile-txt .typing-container {
  /*
  .js-typing-text {
    &.typed {
      & + #cursor {
        display: none;
      }
    }
  }
  #cursor {
    border-left: 2px solid #000;
    animation: blink 0.7s infinite;
    display: inline-block;
    margin-left: 2px;
    height: 3.6rem; 
    vertical-align: middle;
  }*/
}
.hds-story .chairman .profile-txt .typing-container strong {
  display: block;
  max-width: 700px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.hds-story .director {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  gap: 10.9rem;
  /* 테블릿  */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .hds-story .director {
    gap: 20px;
  }
}
.hds-story .director .profile-box {
  min-width: 335px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .hds-story .director .profile-box {
    min-width: 100%;
  }
}
.hds-story .director .profile-box dl {
  margin-top: 4rem;
}
.hds-story .director .profile-box dl dt {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.hds-story .director .profile-box dl dd {
  margin-top: 3rem;
  font-size: 1.8rem;
  color: #666;
}
.hds-story .director .greeting {
  padding-top: 10rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .hds-story .director .greeting {
    padding-top: 0;
  }
}
.hds-story .director .greeting .accordion {
  margin-top: 0;
  border-bottom: 0;
}
.hds-story .director .greeting .accordion .btn-accordion {
  border-top: 0;
}
.hds-story .director .greeting .accordion-header {
  display: none;
}
.hds-story .director .greeting .accordion-collapse {
  max-height: 100%;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .hds-story .director .greeting .accordion-collapse {
    max-height: 0;
  }
}
.hds-story .director .greeting .accordion-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
  padding-bottom: 0;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .hds-story .director .greeting .accordion-body {
    flex-direction: column;
    gap: 20px;
    padding-bottom: var(--long);
  }
}
.hds-story .director .greeting .section-txt {
  flex: 1;
  font-size: 2rem;
}
.hds-story .banner-slide {
  margin-top: 15rem;
}
.hds-story .banner-slide ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}
.hds-story .banner-slide ul .slide-item {
  text-align: center;
}
.hds-story .banner-slide ul .slide-item .img {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.hds-story .banner-slide ul .slide-item:nth-child(1n) .img, .hds-story .banner-slide ul .slide-item:nth-child(5n) .img {
  border-radius: 50px;
}
.hds-story .banner-slide ul .slide-item:nth-child(4n) .img {
  border-radius: 70px;
}
.hds-story .banner-slide ul .slide-item:nth-child(2n) .img, .hds-story .banner-slide ul .slide-item:nth-child(6n) .img {
  border-radius: 100%;
}
.hds-story .banner-slide ul .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hds-story .banner-slide ul .slide-item p, .hds-story .banner-slide .grid-list-item ul .slide-item li, .grid-list-item .hds-story .banner-slide ul .slide-item li {
  margin-top: var(--space);
  font-size: 2.6rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.hds-story .banner-slide + .banner-slide {
  margin-top: 3rem;
}
.hds-story .banner-slide + .banner-slide ul .slide-item:nth-child(1n) .img, .hds-story .banner-slide + .banner-slide ul .slide-item:nth-child(5n) .img {
  border-radius: 100%;
}
.hds-story .banner-slide + .banner-slide ul .slide-item:nth-child(2n) .img, .hds-story .banner-slide + .banner-slide ul .slide-item:nth-child(6n) .img {
  border-radius: 0;
}
.hds-story .banner-slide + .banner-slide ul .slide-item:nth-child(3n) .img {
  border-radius: 70px;
}
.hds-story .banner-slide + .banner-slide ul .slide-item:nth-child(4n) .img {
  border-radius: 50px;
}
.hds-story .philosophy {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7.6rem;
  width: 100%;
  height: 670px;
}
.hds-story .philosophy + .inner {
  margin-top: 100px;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .hds-story .philosophy + .inner {
    margin-top: 50px;
  }
}
.hds-story .philosophy-img {
  position: relative;
  width: 50%;
  height: 670px;
}
.hds-story .philosophy-img .img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/company/img_philosophy.png") no-repeat center top/cover;
}
.hds-story .philosophy-txt {
  width: 50%;
  max-width: 614px;
  font-size: 2rem;
  /* 테블릿  */
  /* 테블릿, PC */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .hds-story .philosophy-txt {
    padding-right: 6rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .hds-story .philosophy-txt {
    padding-right: 6rem;
  }
}
.hds-story .philosophy-txt strong {
  display: block;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: var(--space);
}
.hds-story .core-value-list {
  margin-top: 6.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
.hds-story .core-value-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% - 2rem);
  gap: 20px;
}
.hds-story .core-value-item .img {
  display: block;
  margin-top: -19px;
}
.hds-story .core-value-item dl {
  flex: 1;
}
.hds-story .core-value-item dl dt {
  font-size: 2rem;
}
.hds-story .core-value-item dl dt strong {
  font-size: 2.4rem;
  margin-right: 10px;
}
.hds-story .core-value-item dl dd {
  font-size: 2rem;
}
.hds-story .ci-box {
  margin-bottom: var(--long);
  padding: 8.5rem 2rem;
  text-align: center;
  border: 1px solid #ddd;
}
.hds-story .ci-box img {
  width: 454px;
}
.hds-story .ci-box ~ .btn-area {
  justify-content: flex-end;
  gap: 3rem;
}
.hds-story .vision-box .img img {
  float: left;
}
.hds-story .vision-box .img:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 990px) {
  .hds-story .profile-img {
    flex-direction: row !important;
  }
  .hds-story .profile-img .name {
    font-size: 13px;
  }
  .hds-story .chairman {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column !important;
    gap: 20px;
    margin: 50px 0;
  }
  .hds-story .chairman:nth-of-type(2) .profile-img {
    width: 100%;
    flex-direction: row-reverse !important;
  }
  .hds-story .chairman .profile-txt {
    font-size: 27px;
    text-align: left;
  }
  .hds-story .chairman .profile-txt-wrap {
    padding: 0 !important;
  }
  .hds-story .chairman .profile-txt strong {
    letter-spacing: -0.05em;
  }
  .hds-story .director {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 5rem;
    /* 모바일 */
  }
}
@media all and (max-width: 990px) and (max-width: 990px) {
  .hds-story .director {
    margin-top: 30px;
  }
}
@media all and (max-width: 990px) {
  .hds-story .director .profile-box dl {
    margin-top: 20px;
  }
  .hds-story .director .profile-box dl dt {
    font-size: 27px;
  }
  .hds-story .director .profile-box dl dd {
    margin-top: 20px;
  }
}
@media all and (max-width: 990px) {
  .hds-story .director .greeting .accordion-item {
    width: 100%;
  }
  .hds-story .director .greeting .accordion-header {
    width: calc(100vw - 50px);
    margin-bottom: 10px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  .hds-story .director .greeting .accordion-header .btn-accordion {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    padding: 0;
  }
  .hds-story .director .greeting .accordion-header .btn-accordion.is-active {
    padding: 0;
  }
  .hds-story .director .greeting .accordion-header .btn-accordion::after {
    content: "";
    margin-left: 10px;
    width: 16px;
    height: 9px;
    background: url("../images/ico_select.png") no-repeat 0 0/16px;
  }
  .hds-story .director .greeting .accordion-body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media all and (max-width: 990px) {
  .hds-story .banner-slide {
    margin-top: 100px;
  }
  .hds-story .banner-slide + .banner-slide {
    padding-bottom: 60px;
    margin-top: 20px;
  }
  .hds-story .banner-slide ul {
    gap: 30px;
  }
  .hds-story .banner-slide .slide-item p, .hds-story .banner-slide .slide-item .grid-list-item ul li, .grid-list-item ul .hds-story .banner-slide .slide-item li {
    font-size: 2.05rem !important;
  }
}
@media all and (max-width: 990px) {
  .hds-story .philosophy {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 25px;
    gap: 20px;
    height: auto;
  }
  .hds-story .philosophy-img {
    margin-left: 0;
    width: 100%;
    height: auto;
    padding-top: 48%;
  }
  .hds-story .philosophy-txt {
    width: 100%;
    max-width: 100%;
  }
  .hds-story .philosophy-txt strong {
    font-size: 18px;
  }
}
@media all and (max-width: 990px) {
  .hds-story .core-value-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
  }
  .hds-story .core-value-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .hds-story .core-value-item .img {
    width: 80px;
    height: 80px;
    margin-top: 0;
  }
  .hds-story .core-value-item br {
    display: none;
  }
  .hds-story .core-value-item dl dt {
    font-size: 16px;
  }
  .hds-story .core-value-item dl dt strong {
    font-size: 18px;
  }
  .hds-story .core-value-item dl dd {
    font-size: 16px;
  }
}
@media all and (max-width: 990px) {
  .hds-story .ci-box {
    margin-top: 20px;
    padding: 53px 20px;
  }
  .hds-story .ci-box img {
    width: 194px;
  }
  .hds-story .ci-box ~ .btn-area {
    position: absolute;
    right: 0;
    max-width: 250px;
    /* 모바일 small */
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 20px;
  }
}
@media all and (max-width: 990px) and (max-width: 320px) {
  .hds-story .ci-box ~ .btn-area {
    max-width: calc(100% - 50px);
  }
}
@media all and (max-width: 990px) {
  .hds-story #vision {
    margin-top: 190px;
  }
  .hds-story #vision .vision-box {
    padding: 0;
  }
}

.history {
  /* 테블릿  */
  /* 모바일, 테블릿 */
}
.history-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7%;
}
.history-wrap .pin-spacer {
  flex-shrink: 0 !important;
}
.history-wrap .img-wrap {
  width: 50%;
  height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.history-wrap .img-wrap.dimmed:after {
  opacity: 1;
}
.history-wrap .img-wrap:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.4s ease;
}
.history-wrap .img-wrap .tit-area {
  position: absolute;
  bottom: -1px;
  right: -1px;
  margin: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  /* 테블릿  */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .history-wrap .img-wrap .tit-area {
    padding-left: 25px;
  }
  .history-wrap .img-wrap .tit-area .tit {
    font-size: 3.5rem !important;
  }
  .history-wrap .img-wrap .tit-area .tit br {
    display: none;
  }
}
.history-wrap .img-wrap .tit-area .tit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 0 3rem;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: -0.05em;
  background-color: #fff;
}
.history-wrap .img-wrap .tit-area .tit strong {
  display: block;
  max-width: 730px;
  height: 152px;
  font-weight: 100;
  line-height: 1;
}
.history-wrap .img-wrap .tit-area .tit .sm {
  display: block;
  font-size: 2rem;
  color: #666;
}
.history-wrap .img-wrap .tit-area .desc {
  display: none;
  opacity: 0;
  padding: 10rem 6rem;
  font-size: 1.8rem;
  max-width: 711px;
  color: #fff;
  transition: opacity 0.4s ease;
}
.history-wrap .img-wrap .tit-area .desc.show {
  display: block;
  opacity: 1;
}
.history-wrap .img-wrap .tit-area .desc.show .highlight {
  background: none;
}
.history-wrap .img-wrap .btn-box {
  position: absolute;
  height: 60px;
  bottom: 202px;
  right: 0;
  z-index: 30;
  /* 테블릿  */
  /* 테블릿, PC */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .history-wrap .img-wrap .btn-box {
    bottom: 192px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .history-wrap .img-wrap .btn-box {
    bottom: 192px;
  }
}
.history-wrap .img-wrap .btn-more {
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  transition: transform 0.3s ease;
}
.history-wrap .img-wrap .btn-more::before, .history-wrap .img-wrap .btn-more::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 2px;
  background: #000;
}
.history-wrap .img-wrap .btn-more::after {
  transform: rotate(90deg);
}
.history-wrap .img-wrap .btn-more.active:before {
  width: 0;
}
.history-wrap .img-wrap .btn-more.active:after {
  width: 34px;
  transform: rotate(180deg);
}
.history-wrap .info-wrap {
  width: 50%;
  padding: 3rem 0 0 0;
}
.history-wrap .info-wrap .history-item .desc-wrap {
  max-width: auto;
}
.history .tab-conts {
  padding-bottom: 20rem;
}
.history .tab-conts-wrap {
  padding-top: 5rem;
}
.history .tab-conts:last-child {
  padding-bottom: 0;
}
.history .tab-conts#age01 .img-wrap {
  position: relative;
  background-image: url("../images/company/img_history01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 bottom;
}
.history .tab-conts#age02 .img-wrap {
  position: relative;
  background-image: url("../images/company/img_history02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 bottom;
}
.history .tab-conts#age03 .img-wrap {
  position: relative;
  background-image: url("../images/company/img_history03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 bottom;
}
.history .tab-conts#age04 .img-wrap {
  position: relative;
  background-image: url("../images/company/img_history04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 bottom;
}
.history-list {
  min-width: 572px;
  margin-top: 5rem;
}
.history-list + .sec-tit01 {
  margin-top: 10rem;
  line-height: 1.2;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .history-list + .sec-tit01 {
    margin-top: 50px;
  }
}
.history-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 6rem;
  gap: var(--middle);
}
.history-item + .history-item {
  margin-top: 5rem;
}
.history-item .year {
  min-width: 119px;
  font-size: 3.6rem;
  line-height: 1;
}
.history-item .desc-wrap {
  max-width: 430px;
  width: 70%;
}
.history-item .desc-wrap .img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 418px;
  padding-top: 55%;
}
.history-item .desc-wrap .img.line {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.history-item .desc-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history-item .desc strong {
  position: relative;
  top: -2px;
  display: block;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 1.2;
}
.history-item .desc p, .history-item .desc .grid-list-item ul li, .grid-list-item ul .history-item .desc li {
  margin-top: 3rem;
  margin-bottom: var(--space);
  font-size: 1.8rem;
}
.history .brochure-item {
  padding-top: 1rem;
  flex: 1;
}
.history .brochure-item .info-area dl dt {
  font-size: 2rem;
}
.history .brochure-item .info-area dl dd {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  color: #666;
}
.history .brochure-item .info-area .btn-box {
  margin-top: 3rem;
}
.history .brochure-item .info-area .btn-box a {
  justify-content: flex-start;
  gap: var(--space);
  max-width: 100% !important;
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .history .info-wrap {
    padding: 3rem 0 2.5rem 0;
  }
  .history .info-wrap .history-item {
    flex-direction: column;
  }
}
@media all and (max-width: 1023px) {
  .history {
    width: 100%;
  }
  .history-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 25px !important;
  }
  .history-wrap .img-wrap {
    width: 100%;
    height: 100%;
    background-image: none !important;
  }
  .history-wrap .img-wrap .tit-area {
    position: static;
    flex-direction: column;
    background: #fff;
    top: 115px;
    bottom: unset;
  }
  .history-wrap .img-wrap .tit-area .tit {
    padding: 10px 0 20px;
    font-size: 3.1rem;
    justify-content: flex-start;
  }
  .history-wrap .img-wrap .tit-area .tit strong {
    height: auto;
  }
  .history-wrap .img-wrap .tit-area .desc {
    max-width: 100%;
    padding: 0;
    display: block;
    opacity: 1;
    color: #000;
  }
  .history-wrap .img-wrap .btn-more {
    display: none;
  }
  .history-wrap .info-wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
  .history .tab .inner {
    padding: 0 !important;
  }
  .history .tab .inner .tab-list {
    padding: 0 25px !important;
    margin: 0 -25px;
  }
  .history .tab-conts {
    padding-bottom: 100px;
  }
  .history .tab-conts-wrap {
    padding-top: 15px;
  }
  .history .tab-conts:last-child {
    padding-bottom: 0;
  }
  .history .tab-conts#age01 .img-wrap .bg-img {
    flex-shrink: 0;
    display: block;
    width: 100%;
    padding-top: 50%;
    background-image: url("../images/company/img_history01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
  .history .tab-conts#age01 .img-wrap .bg-img:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 300px;
  }
  .history .tab-conts#age02 .img-wrap .bg-img {
    flex-shrink: 0;
    display: block;
    width: 100%;
    padding-top: 50%;
    background-image: url("../images/company/img_history02.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
  .history .tab-conts#age02 .img-wrap .bg-img:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 300px;
  }
  .history .tab-conts#age03 .img-wrap .bg-img {
    flex-shrink: 0;
    display: block;
    width: 100%;
    padding-top: 50%;
    background-image: url("../images/company/img_history03.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
  .history .tab-conts#age03 .img-wrap .bg-img:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 300px;
  }
  .history .tab-conts#age04 .img-wrap .bg-img {
    flex-shrink: 0;
    display: block;
    width: 100%;
    padding-top: 50%;
    background-image: url("../images/company/img_history04.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
  .history .tab-conts#age04 .img-wrap .bg-img:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 300px;
  }
  .history .history-list {
    width: 100%;
    min-width: auto;
    margin-top: 30px;
  }
  .history .history-item {
    width: 100%;
    padding-right: 0;
  }
  .history .history-item + .history-item {
    margin-top: 30px;
  }
  .history .history-item .year {
    min-width: 84px;
    font-size: 2.5rem;
  }
  .history .history-item .desc-wrap {
    width: 100%;
    max-width: 100% !important;
  }
  .history .history-item .desc-wrap .img {
    width: 100%;
    height: 109px;
  }
  .history .history-item .desc p, .history .history-item .desc .grid-list-item ul li, .grid-list-item ul .history .history-item .desc li {
    margin-top: 20px;
  }
  .history .history-item .desc strong {
    font-size: 2.5rem;
  }
  .history .brochure-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  .history .brochure-item + .brochure-item {
    padding-top: 0;
  }
  .history .brochure-item .btn-box {
    margin-top: 5px !important;
  }
}

.network {
  /* 모바일 */
}
.network .globalmap {
  margin: 3rem 0 10rem;
  background-color: #d9ecf3;
  display: flex;
  justify-content: center;
  /* 모바일 */
}
.network .globalmap-img {
  max-width: 1400px;
  position: relative;
}
.network .globalmap-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.network .globalmap-mark .map-mark {
  position: absolute;
  text-align: center;
  opacity: 0.6;
  /* 모바일, 테블릿 */
  /* 모바일 */
}
.network .globalmap-mark .map-mark:nth-child(1) {
  top: 35%;
  left: 38%;
}
.network .globalmap-mark .map-mark:nth-child(2) {
  top: 27%;
  left: 26%;
}
.network .globalmap-mark .map-mark:nth-child(3) {
  top: 38%;
  left: 74%;
}
.network .globalmap-mark .map-mark:nth-child(4) {
  top: 27%;
  left: 11%;
}
@media all and (max-width: 1023px) {
  .network .globalmap-mark .map-mark {
    transform: scale(0.6);
  }
  .network .globalmap-mark .map-mark:nth-child(3) {
    margin-top: -2%;
    margin-left: -2%;
  }
}
@media all and (max-width: 990px) {
  .network .globalmap-mark .map-mark .marker img {
    width: 20px;
  }
  .network .globalmap-mark .map-mark:nth-child(1) {
    margin-top: -2%;
    margin-left: -1%;
  }
  .network .globalmap-mark .map-mark:nth-child(3) {
    margin-top: -7%;
    margin-left: -7%;
  }
}
@media (max-width: 660px) {
  .network .globalmap-mark .map-mark:nth-child(1) {
    margin-top: -2%;
  }
  .network .globalmap-mark .map-mark:nth-child(2) {
    margin-top: -1%;
    margin-left: -1%;
  }
  .network .globalmap-mark .map-mark:nth-child(3) {
    margin-top: -2%;
    margin-left: -4%;
  }
  .network .globalmap-mark .map-mark:nth-child(4) {
    margin-top: -1%;
    margin-left: -1%;
  }
}
@media (max-width: 480px) {
  .network .globalmap-mark .map-mark:nth-child(1) {
    margin-top: -4%;
  }
  .network .globalmap-mark .map-mark:nth-child(2) {
    margin-top: -4%;
    margin-left: -2%;
  }
  .network .globalmap-mark .map-mark:nth-child(3) {
    margin-top: -5%;
    margin-left: -5%;
  }
  .network .globalmap-mark .map-mark:nth-child(4) {
    margin-top: -2%;
    margin-left: -3%;
  }
}
@media (max-width: 400px) {
  .network .globalmap-mark .map-mark:nth-child(1) {
    margin-top: -6%;
    margin-left: -2%;
  }
  .network .globalmap-mark .map-mark:nth-child(2) {
    margin-top: -6%;
    margin-left: -4%;
  }
  .network .globalmap-mark .map-mark:nth-child(3) {
    margin-top: -7%;
    margin-left: -7%;
  }
  .network .globalmap-mark .map-mark:nth-child(4) {
    margin-top: -4%;
    margin-left: -4%;
  }
}
@media (max-width: 368px) {
  .network .globalmap-mark .map-mark:nth-child(1) {
    margin-top: -9%;
    margin-left: -1%;
  }
  .network .globalmap-mark .map-mark:nth-child(2) {
    margin-top: -9%;
    margin-left: -5%;
  }
  .network .globalmap-mark .map-mark:nth-child(3) {
    margin-top: -9%;
    margin-left: -9%;
  }
}
.network .globalmap-mark .map-mark .marker {
  margin: 0 auto;
}
.network .globalmap-mark .map-mark .marker img {
  position: relative;
  left: 0;
  bottom: -22px;
  z-index: 10;
  opacity: 0;
}
.network .globalmap-mark .map-mark p, .network .globalmap-mark .map-mark .grid-list-item ul li, .grid-list-item ul .network .globalmap-mark .map-mark li {
  color: #3d5b84;
  font-weight: 500;
  margin-top: 2.8rem;
}
.network .globalmap-mark .map-mark a {
  display: block;
  width: 100%;
  height: 100%;
}
.network .globalmap-mark .map-mark.show {
  opacity: 1;
}
.network .globalmap-mark .map-mark.show .marker img {
  opacity: 1;
  -webkit-animation: mark_ani 1.5s ease infinite;
  animation: mark_ani 1.5s ease infinite;
}
.network .globalmap-mark .map-mark.show p, .network .globalmap-mark .map-mark.show .grid-list-item ul li, .grid-list-item ul .network .globalmap-mark .map-mark.show li,
.network .globalmap-mark .map-mark.show span {
  color: #3d5b84;
  width: 100%;
}
.network .globalmap-mark .map-mark .circle-motion {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.network .globalmap-mark .map-mark .circle-motion:before, .network .globalmap-mark .map-mark .circle-motion:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.network .globalmap-mark .map-mark .circle-motion:before {
  width: 6px;
  height: 6px;
  background-color: #3d5b84;
}
.network .globalmap-mark .map-mark .circle-motion:after {
  width: 27px;
  height: 27px;
  border: 7px solid rgba(61, 91, 132, 0.15);
}
.network .globalmap-mark .map-mark .circle-motion > span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border: 1px solid #3d5b84;
  border-radius: 100%;
  opacity: 0;
  width: 80px;
  height: 80px;
  transform: scale(0);
  -webkit-animation: mark_circle_ani 3s cubic-bezier(1, 2, 0.66, 3) infinite;
  animation: mark_circle_ani 3s cubic-bezier(1, 2, 0.66, 3) infinite;
}
.network .globalmap-mark .map-mark .circle-motion > span:last-child {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media all and (max-width: 990px) {
  .network .globalmap {
    margin: 20px -25px 70px -25px;
  }
}
@media all and (max-width: 990px) {
  .network .section {
    margin: 0;
  }
  .network .section.fadeUp {
    opacity: 1;
  }
  .network .cont-head .sec-tit01 {
    margin-top: 40px !important;
  }
}

/**************** 지속가능경영 ****************/
.sustainability {
  /* 테블릿  */
  /* 모바일 */
}
.sustainability .cont-head .page-tit {
  letter-spacing: -0.05em;
}
.sustainability .bg-box {
  width: 100%;
  padding: 10rem 0;
  margin-top: 3rem;
  background: #f6f3f2;
  text-align: center;
}
.sustainability .bg-box dl dt {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.sustainability .bg-box dl dd {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: var(--space);
}
.sustainability .area-list-wrap {
  margin-top: 5rem;
}
.sustainability .area-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6.5%;
  margin-top: 8rem;
}
.sustainability .area-item:first-child {
  margin-top: 0;
}
.sustainability .area-item:nth-child(2) {
  flex-direction: row-reverse;
}
.sustainability .area-item .img {
  position: relative;
  flex-shrink: 0;
  width: 50%;
  max-width: 690px;
  height: auto;
  padding-top: 35.75%;
  overflow: hidden;
}
.sustainability .area-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability .area-item .txt-box {
  padding-top: 3rem;
}
.sustainability .area-item .txt-box .tit-wrap {
  margin-bottom: 5rem;
  font-size: 3.6rem;
}
.sustainability .area-item .txt-box .tit-wrap .tit {
  margin-bottom: var(--short);
  line-height: 1;
}
.sustainability .area-item .txt-box .tit-wrap .desc {
  font-weight: 200;
  line-height: 1.2;
}
.sustainability .area-item dl dt {
  margin-bottom: var(--short);
  font-size: 2rem;
}
.sustainability .area-item dl dd {
  font-size: 1.8rem;
}
.sustainability .area-item dl dd + dt {
  margin-top: var(--long);
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .sustainability .area-item .txt-box {
    padding-top: 20px;
  }
}
@media all and (max-width: 990px) {
  .sustainability .bg-box {
    margin-top: 20px;
    padding: 35px 0;
  }
  .sustainability .bg-box dl dt {
    font-size: 2.1rem;
  }
  .sustainability .bg-box dl dd {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .sustainability .area-list-wrap {
    margin-top: 30px;
  }
  .sustainability .area-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 50px;
  }
  .sustainability .area-item:nth-child(2) {
    flex-direction: column;
  }
  .sustainability .area-item .img {
    width: 100%;
    padding-top: 50%;
  }
  .sustainability .area-item .txt-box {
    padding-top: 0;
  }
  .sustainability .area-item .txt-box .tit-wrap {
    margin-bottom: 30px;
    font-size: 2.7rem;
  }
  .sustainability .line-box-list {
    text-align: left;
  }
  .sustainability .line-box-list .line-box-item:nth-child(1) img {
    width: 228px;
  }
  .sustainability .line-box-list .line-box-item:nth-child(2) img {
    width: 233px;
  }
  .sustainability .line-box-list .line-box-item:nth-child(3) img {
    width: 210px;
  }
  .sustainability .line-box-list .line-box-item:nth-child(4) img {
    width: 85px;
  }
  .sustainability .line-box-list dl dt {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}

.carbon-neutral {
  /* 모바일 */
}
.carbon-neutral .graph-area {
  margin-bottom: 10rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 13.8rem;
  position: relative;
  margin-top: var(--middle);
  width: 100%;
  height: 320px;
  max-width: 1400px;
  background: url(../../resources/images/sustainability/bg_graph.png) no-repeat 48px 100%/100% 100%;
}
.carbon-neutral .graph-area .unit {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 1.6rem;
  color: #666;
}
.carbon-neutral .graph-value {
  height: calc(100% + 20px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.carbon-neutral .graph-value li {
  font-family: "poppins";
  font-size: 1.6rem;
  color: #666;
}
.carbon-neutral .graph-inner {
  position: relative;
  padding-top: 65px;
  width: 100%;
  max-width: 1033px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.carbon-neutral .graph-inner .graph-line {
  position: absolute;
  top: 112px;
  left: 39px;
  content: "";
  display: block;
  width: calc(100% - 75px);
  height: calc(100% - 157px);
  background: url(../../resources/images/sustainability/img_graph_line.png) no-repeat 0 0/100% 100%;
}
.carbon-neutral .graph-bar-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  min-height: 330px;
  gap: 10px;
}
.carbon-neutral .graph-bar-wrap .graph-bar {
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 0;
  border-radius: 30px;
  transition: height 1s ease-out;
}
.carbon-neutral .graph-bar-wrap .graph-bar:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #84bfef;
  transition: height 1s ease-out;
  content: "";
}
.carbon-neutral .graph-bar-wrap .graph-bar.show:after {
  height: 100%;
}
.carbon-neutral .graph-bar-wrap .graph-txt {
  position: relative;
}
.carbon-neutral .graph-bar-wrap .graph-txt:before {
  position: absolute;
  z-index: 10;
  bottom: -27px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 4px solid #324860;
  border-radius: 100%;
}
.carbon-neutral .graph-bar-wrap:first-child .graph-bar.show {
  height: 250px;
}
.carbon-neutral .graph-bar-wrap:nth-child(2) .graph-bar.show {
  height: 206px;
}
.carbon-neutral .graph-bar-wrap:nth-child(3) .graph-txt:before {
  bottom: -58px;
}
.carbon-neutral .graph-year {
  color: #666;
  font-size: 1.6rem;
  font-family: "poppins";
}
.carbon-neutral .graph-txt {
  font-size: 3.6rem;
  font-family: "poppins";
  line-height: 1;
}
.carbon-neutral .graph-txt.sm {
  margin-bottom: var(--middle);
  font-weight: 700;
  font-size: 1.6rem;
}
.carbon-neutral .graph-txt .ico {
  display: inline-block;
  margin-right: 5px;
  vertical-align: 4px;
}
.carbon-neutral .graph-desc {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  white-space: nowrap;
}
.carbon-neutral .logo-ico-box {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  /* 모바일, 테블릿 */
}
.carbon-neutral .logo-ico-box .logo {
  width: calc(43% - 10px);
}
.carbon-neutral .logo-ico-box .ico {
  width: calc(53% - 10px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 1023px) {
  .carbon-neutral .logo-ico-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .carbon-neutral .logo-ico-box .logo {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .carbon-neutral .logo-ico-box .logo img {
    float: left;
    max-width: 310px;
  }
  .carbon-neutral .logo-ico-box .ico img {
    width: 65px;
    height: 65px;
  }
}
.carbon-neutral .img-tab-box {
  margin: 5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  /* 모바일 */
}
.carbon-neutral .img-tab-box.hycube .img-box {
  position: relative;
}
.carbon-neutral .img-tab-box.hycube .img-box .btn-pin {
  position: absolute;
  display: block;
  width: 25%;
  height: 33%;
  text-indent: -9999px;
}
.carbon-neutral .img-tab-box.hycube .img-box .btn-pin:nth-child(1) {
  top: 50%;
  left: 0;
  transform: translateY(-53%);
}
.carbon-neutral .img-tab-box.hycube .img-box .btn-pin:nth-child(2) {
  top: 0;
  left: 25%;
}
.carbon-neutral .img-tab-box.hycube .img-box .btn-pin:nth-child(3) {
  top: unset;
  left: 25%;
  bottom: 0;
}
.carbon-neutral .img-tab-box.hycube .img-box .btn-pin:nth-child(4) {
  top: 50%;
  left: 25%;
  transform: translateY(-53%);
}
.carbon-neutral .img-tab-box.hycube .img-box .btn-pin:nth-child(5) {
  top: 50%;
  left: 50%;
  transform: translateY(-53%);
}
.carbon-neutral .img-tab-box.hycube .img-box .btn-pin:nth-child(6) {
  top: 50%;
  left: unset;
  right: 0;
  transform: translateY(-53%);
}
.carbon-neutral .img-tab-box.ccus {
  display: block;
}
.carbon-neutral .img-tab-box.ccus .ico-txt-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.carbon-neutral .img-tab-box.ccus .ico-txt-list > li {
  max-width: 335px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .carbon-neutral .img-tab-box.ccus .ico-txt-list > li {
    max-width: 100%;
  }
}
.carbon-neutral .img-tab-box.ccus .ico-txt-list dl {
  margin-top: var(--space);
}
.carbon-neutral .img-tab-box.ccus .ico-txt-list dl dt,
.carbon-neutral .img-tab-box.ccus .ico-txt-list dl dd {
  color: #666;
}
.carbon-neutral .img-tab-box .tab-txt-list {
  flex-shrink: 0;
  max-width: 453px;
}
.carbon-neutral .img-tab-box .tab-txt-list > li > a dt,
.carbon-neutral .img-tab-box .tab-txt-list > li > a dd {
  color: #666;
}
.carbon-neutral .img-tab-box .tab-txt-list > li > a:hover dt,
.carbon-neutral .img-tab-box .tab-txt-list > li > a:hover dd {
  color: #000;
}
.carbon-neutral .img-tab-box .tab-txt-list > li.is-active a dt {
  display: inline-block;
  background-color: #e4ffc3;
}
.carbon-neutral .img-tab-box .tab-txt-list > li.is-active a dt,
.carbon-neutral .img-tab-box .tab-txt-list > li.is-active a dd {
  color: #000;
}
.carbon-neutral .img-tab-box .tab-txt-list > li + li {
  margin-top: var(--long);
}
@media all and (max-width: 990px) {
  .carbon-neutral .img-tab-box {
    margin: 30px 0;
    flex-direction: column;
    gap: 20px;
  }
  .carbon-neutral .img-tab-box .tab-inner {
    flex-direction: column-reverse !important;
  }
  .carbon-neutral .img-tab-box.ccus .ico {
    display: block;
    width: 65px;
    height: 65px;
  }
}
.carbon-neutral .img-wrap {
  display: block;
  overflow: hidden;
  /* 모바일 */
}
.carbon-neutral .img-wrap img {
  float: left;
}
@media all and (max-width: 990px) {
  .carbon-neutral .img-wrap {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .carbon-neutral .img-wrap {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .carbon-neutral .img-wrap {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .img-wrap::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .img-wrap .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .img-wrap img {
    width: 640px;
    max-width: 640px;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .graph-area-wrap {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .carbon-neutral .graph-area-wrap {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .carbon-neutral .graph-area-wrap {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .graph-area-wrap::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .graph-area-wrap .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .graph-area {
    min-width: 360px;
    height: 240px;
    margin: 40px 0 100px;
    gap: 20px;
  }
  .carbon-neutral .graph-area .unit {
    top: -28px;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .graph-inner {
    padding-top: 54px;
  }
  .carbon-neutral .graph-inner .graph-line {
    width: calc(100% - 57px);
    height: 180px;
    top: 86px;
    left: 20px;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .graph-bar-wrap {
    margin-bottom: 0;
    min-height: 250px;
  }
  .carbon-neutral .graph-bar-wrap .graph-bar {
    width: 25px;
    transition: height 0.7s ease-out;
  }
  .carbon-neutral .graph-bar-wrap:first-child .graph-bar.show {
    height: 190px;
  }
  .carbon-neutral .graph-bar-wrap:nth-child(2) .graph-bar.show {
    height: 157px;
  }
  .carbon-neutral .graph-bar-wrap:nth-child(3) .graph-txt:before {
    bottom: -35px;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .graph-txt {
    font-size: 2.2rem;
  }
  .carbon-neutral .graph-txt:before {
    width: 14px !important;
    height: 14px !important;
  }
  .carbon-neutral .graph-txt .ico {
    width: 15px;
    vertical-align: 0;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .graph-desc {
    bottom: -40px;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .tab-conts-wrap .img-box {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .carbon-neutral .tab-conts-wrap .img-box {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .carbon-neutral .tab-conts-wrap .img-box {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .tab-conts-wrap .img-box::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .tab-conts-wrap .img-box .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .tab-conts-wrap .img-box img {
    display: block;
    width: 720px;
    max-width: 720px;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .tab-conts-wrap .img-box .narrow-only {
    display: block;
    width: 720px;
  }
}
@media all and (max-width: 990px) {
  .carbon-neutral .features-area {
    margin-top: 20px;
  }
}

.environment .graph {
  /* 모바일 */
}
.environment .graph-area {
  margin-bottom: 8rem;
}
.environment .graph-inner {
  padding: 0 6.3rem var(--middle) 6.3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: var(--short);
  border-bottom: 1px solid #ddd;
}
.environment .graph-desc {
  margin-top: var(--space);
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
}
.environment .graph-desc strong {
  line-height: 1;
}
.environment .graph-bar-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: var(--space);
}
.environment .graph-bar-wrap:first-child {
  justify-content: flex-end;
}
.environment .graph-bar-wrap:last-child {
  justify-content: flex-start;
}
.environment .graph-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 15%;
  height: 58px;
  border-radius: 30px;
  background: #84bfef;
  transition: width 1.2s ease-out;
}
.environment .graph-bar.show {
  width: 42%;
}
.environment .graph-bar .graph-txt {
  position: relative;
  z-index: 10;
  font-size: 3.6rem;
  font-family: "poppins";
}
.environment .graph-bar .graph-txt .unit {
  font-size: 1.8rem;
}
.environment .graph-year {
  font-size: 2.4rem;
  font-family: "poppins";
}
@media all and (max-width: 990px) {
  .environment .graph-area {
    margin: 30px 0 50px;
  }
  .environment .graph-inner {
    padding: 0 0 var(--middle);
  }
  .environment .graph-desc {
    font-size: 1.8rem;
  }
  .environment .graph-bar {
    width: 30%;
    height: 35px;
    transition: width 0.7s ease-out;
  }
  .environment .graph-bar .graph-txt {
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .environment .graph-bar.show {
    width: 52%;
  }
  .environment .graph-year {
    font-size: 1.6rem;
  }
}

.ethics {
  /* 모바일 */
}
.ethics .remark {
  font-size: 1.8rem;
}
@media all and (max-width: 990px) {
  .ethics .tit-area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ethics .tab-list {
    padding: 0 25px 20px !important;
  }
}

.safety-health {
  /* 모바일 */
}
.safety-health .img-box {
  margin-top: 3rem;
  /* 모바일 */
  display: block;
}
@media all and (max-width: 990px) {
  .safety-health .img-box {
    margin-top: 20px;
  }
}
.safety-health .img-box:after {
  content: "";
  display: block;
  clear: both;
}
.safety-health .img-box img {
  float: left;
}
.safety-health .ico-arr {
  align-items: flex-start;
  white-space: wrap;
  line-height: 1.2;
  text-align: right;
}
.safety-health .ico-arr:after {
  position: relative;
  top: 0.2rem;
}
.safety-health .process-wrap {
  margin-bottom: 4rem;
}
.safety-health .process-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* PC */
  gap: 1rem;
  margin-left: 0;
}
@media all and (min-width: 1400px) {
  .safety-health .process-list {
    flex-wrap: nowrap;
  }
}
.safety-health .process-item {
  width: auto;
  padding: 0;
}
.safety-health .process-item + .process-item {
  border-left: 0;
}
.safety-health .process-item > ol {
  width: 1020px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.safety-health .process-item > ol li {
  position: relative;
  text-align: center;
  padding: 5.8rem 0;
  flex: 1;
  font-size: 1.8rem;
}
.safety-health .process-item > ol li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-width: 0 0 1px 1px;
  border-color: #000;
  border-style: solid;
  transform: rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.safety-health .process-item > ol li:last-child:after {
  display: none;
}
.safety-health .process-item:nth-child(2) {
  position: relative;
  padding-right: var(--space);
  font-size: 1.4rem;
  line-height: 1.2;
}
.safety-health .process-item:nth-child(2):after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-width: 0 0 1px 1px;
  border-color: #000;
  border-style: solid;
  transform: rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.safety-health .process-item:nth-child(3) {
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 21.3rem !important;
  width: 21.3rem;
  height: 21.3rem;
  line-height: 21.3rem;
  font-weight: 700;
  font-size: 2rem;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.safety-health .tbl-wrap td {
  vertical-align: top;
}
@media all and (max-width: 990px) {
  .safety-health .img-wrap {
    margin: 30px -25px 0 -25px !important;
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .safety-health .img-wrap {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .safety-health .img-wrap {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .safety-health .img-wrap::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .safety-health .img-wrap .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .safety-health .img-wrap img {
    width: 811px;
    max-width: 811px;
  }
}
@media all and (max-width: 990px) {
  .safety-health .process-wrap {
    margin-bottom: 20px;
  }
  .safety-health .process-list {
    flex-direction: column;
  }
  .safety-health .process-item {
    width: 100%;
  }
  .safety-health .process-item > ol {
    padding: 30px 0;
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
  .safety-health .process-item > ol li {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .safety-health .process-item > ol li:after {
    position: static;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-width: 0 0 1px 1px;
    border-color: #000;
    border-style: solid;
    transform: rotate(-45deg);
  }
  .safety-health .process-item:nth-child(2) {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
  }
  .safety-health .process-item:nth-child(2):after {
    position: static;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-width: 0 0 1px 1px;
    border-color: #000;
    border-style: solid;
    transform: rotate(-45deg);
  }
  .safety-health .process-item:nth-child(3) {
    width: 185px;
    height: 185px;
    min-width: 185px !important;
    line-height: 185px;
    font-size: 2.1rem;
  }
}
@media all and (max-width: 990px) {
  .safety-health .btn-area.right.re-mg {
    margin-bottom: 0 !important;
  }
}

.shared-growth {
  /* 모바일 */
}
.shared-growth .diagram-area {
  text-align: center;
  margin: 5rem 0 var(--long);
}
.shared-growth .vision-area {
  margin-top: var(--middle);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5rem 0;
}
.shared-growth .vision-area + .sec-tit03 {
  margin-top: 5rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .shared-growth .vision-area + .sec-tit03 {
    margin-top: 30px;
  }
}
.shared-growth .vision-area > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.shared-growth .vision-area > ul > li {
  flex: 1;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: var(--space);
}
.shared-growth .vision-area > ul > li:last-child {
  flex-direction: row-reverse;
}
.shared-growth .vision-area > ul > li .sec-tit02 {
  position: relative;
}
.shared-growth .vision-area > ul > li .sec-tit02 span {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 10;
  padding: 0 15px;
  font-weight: 700;
}
.shared-growth .vision-area > ul > li .sec-tit02:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: url(../../resources/images/sustainability/bg_arr_en.png) no-repeat center center/425px 16px;
  width: 425px;
  height: 24px;
}
.shared-growth .vision-area > ul > li .sec-tit02 {
  font-size: 2.2rem;
}
.shared-growth .vision-area > ul > li .sec-tit02,
.shared-growth .vision-area > ul > li .sec-tit03 {
  margin: 0 !important;
}
.shared-growth .col-box-wrap {
  padding-bottom: 0;
  margin-top: 5rem;
}
@media all and (max-width: 990px) {
  .shared-growth .diagram-area {
    margin-top: 30px;
  }
  .shared-growth .diagram-area .img-wrap {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .shared-growth .diagram-area .img-wrap {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .shared-growth .diagram-area .img-wrap {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .shared-growth .diagram-area .img-wrap::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .shared-growth .diagram-area .img-wrap .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .shared-growth .diagram-area .img-wrap img {
    max-width: 800px;
    width: auto;
  }
}
@media all and (max-width: 990px) {
  .shared-growth .vision-area {
    padding: 30px 0;
    margin: 20px 0 30px;
  }
  .shared-growth .vision-area + .sec-tit03 {
    margin-top: 30px;
  }
  .shared-growth .vision-area > ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .shared-growth .vision-area > ul li .sec-tit02 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .shared-growth .vision-area > ul li .sec-tit02 span {
    font-size: 1.8rem;
    line-height: 1.2;
    width: 90px;
    padding: 10px 5px;
    background: none;
  }
  .shared-growth .vision-area > ul li .sec-tit02:after {
    position: static;
    width: 85px;
    height: 16px;
    transform: none;
    background: url(../../resources/images/sustainability/bg_arr_m.png) no-repeat center center/85px 16px;
  }
  .shared-growth .vision-area > ul li:last-child {
    flex-direction: column;
  }
  .shared-growth .vision-area > ul li .ico {
    width: 100px;
    height: 100px;
    /* 모바일 small */
  }
}
@media all and (max-width: 990px) and (max-width: 320px) {
  .shared-growth .vision-area > ul li .ico {
    width: 80px;
    height: 80px;
  }
}
@media all and (max-width: 990px) {
  .shared-growth .col-box-wrap {
    margin-top: 30px;
    gap: 20px;
  }
  .shared-growth .col-box + .col-box {
    margin-top: 0;
  }
}

.csr {
  /* 모바일 */
}
.csr .product-list + .tit-area {
  margin-top: 8rem;
}
.csr .product-item .info-cont .desc {
  margin-bottom: var(--long);
  word-break: break-all;
}
.csr .pictogram {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
  /* 모바일 */
}
.csr .pictogram img {
  display: inline-block;
  width: 90px;
  height: 90px;
}
@media all and (max-width: 990px) {
  .csr .pictogram {
    flex-wrap: wrap;
    gap: 10px;
  }
  .csr .pictogram img {
    width: 48px;
    height: 48px;
  }
}
@media all and (max-width: 990px) {
  .csr .dl-tbl-wrap {
    gap: 0;
  }
  .csr .dl-tbl-list dd {
    min-height: auto;
  }
}

/* 제품 */
.product-item, .product-slider.type-wide .product-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8%;
  /* 테블릿, PC */
  /* 모바일 */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .product-item, .product-slider.type-wide .product-item {
    gap: 5rem;
  }
}
.product-item:has(.big-img), .product-slider.type-wide .product-item:has(.big-img) {
  gap: var(--space) !important;
  /* 모바일, 테블릿 */
}
.product-item .img, .product-slider.type-wide .product-item .img {
  width: 592px;
  height: 500px;
  flex-shrink: 0;
}
.product-item .img img, .product-slider.type-wide .product-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item:has(.ico-txt-list) .info-cont .sec-tit03 {
  margin-bottom: 20px;
}
.product-item .info-cont, .product-slider.type-wide .product-item .info-cont {
  padding-top: 3rem;
}
.product-item .info-cont .sec-tit02 {
  margin-top: 0;
  line-height: 1.2;
}
.product-item .info-cont .sec-tit02 + .sec-tit03 {
  margin-bottom: 10px;
}
.product-item .info-cont .tbl-wrap + .sec-tit03 {
  margin-top: 3rem;
}
.product-item .info-cont .sec-tit03 {
  margin-bottom: 3rem;
}
.product-item .info-cont .desc {
  margin-bottom: 5rem;
  font-size: 2rem;
  letter-spacing: -0.03em;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product-item .info-cont .desc {
    word-break: break-all;
  }
}
.product-item .connect-list, .product-slider.type-wide .product-item .connect-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
  margin-top: 4rem;
  /* 테블릿  */
  /* 모바일 */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .product-item .connect-list, .product-slider.type-wide .product-item .connect-list {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 990px) {
  .product-item .connect-list, .product-slider.type-wide .product-item .connect-list {
    gap: 30px;
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .product-item .connect-list::-webkit-scrollbar, .product-slider.type-wide .product-item .connect-list::-webkit-scrollbar {
    display: none;
  }
  .product-item .connect-list .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .product-item .connect-list, .product-slider.type-wide .product-item .connect-list {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .product-item .connect-list, .product-slider.type-wide .product-item .connect-list {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
.product-item .connect-item > a, .product-slider.type-wide .product-item .connect-item > a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: var(--short);
}
.product-item .connect-item > a:hover img {
  -webkit-animation: mark_ani 1.5s ease;
          animation: mark_ani 1.5s ease;
}
.product-item .connect-item .img {
  display: block;
  width: 9.5rem;
  height: 9.5rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product-item .connect-item .img {
    width: 72px;
    height: 72px;
  }
}
.product-item .connect-item .txt {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #666;
}
.product-item .connect-item .btn-txt {
  color: #666;
  font-size: 1.6rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product-item .connect-item .btn-txt {
    font-size: 1.5rem;
  }
}
.product-item .connect-item .btn-txt:after {
  opacity: 0.6;
}
.product-item .ico-txt-list, .product-slider.type-wide .product-item .ico-txt-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
}
.product-item .ico-txt-list li, .product-slider.type-wide .product-item .ico-txt-list li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.product-item .ico-txt-list li .ico {
  display: block;
  width: 48px;
  height: 48px;
  background: #e4ffc3;
}
.product-item .ico-txt-list li .txt {
  color: #666;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
}
.product-item .big-img, .product-slider.type-wide .product-item .big-img {
  position: relative;
  width: 75%;
  height: 574px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.product-item .big-img img, .product-slider.type-wide .product-item .big-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.product-item .small-img, .product-slider.type-wide .product-item .small-img {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 335px;
  gap: var(--space);
}
.product-item .small-img .img-box {
  position: relative;
  height: 277px;
  border: 1px solid #ddd;
}
.product-item .small-img .img-box:after {
  content: "";
  display: block;
  clear: both;
}
.product-item .small-img .img-box img {
  float: left;
  width: 90%;
}
.product-item .small-img .img-box p, .product-item .small-img .img-box .grid-list-item ul li, .grid-list-item ul .product-item .small-img .img-box li {
  display: inline-block;
  position: absolute;
  bottom: var(--space);
  right: var(--space);
  text-align: right;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 990px) {
  .product-item, .product-slider.type-wide .product-item {
    flex-direction: column;
    gap: 20px !important;
  }
  .re-size.product-item > .img, .product-slider.type-wide .re-size.product-item > .img {
    padding-top: 50%;
  }
  .product-item > .img, .product-slider.type-wide .product-item > .img {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    padding-top: 65%;
    height: auto !important;
  }
  .product-item > .img img, .product-slider.type-wide .product-item > .img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-item .info-cont, .product-slider.type-wide .product-item .info-cont {
    min-width: 100%;
    width: calc(100vw - 50px);
    padding-top: 0;
  }
  .product-item .info-cont .desc {
    margin-bottom: 30px;
    word-break: break-all;
  }
  .product-item .info-cont .sec-tit02 {
    margin-bottom: 20px;
  }
  .product-item .info-cont .sec-tit03 {
    margin-bottom: 20px;
  }
  .product-item .big-img, .product-slider.type-wide .product-item .big-img {
    padding-top: 54%;
    width: 100%;
    height: auto;
  }
  .product-item .small-img, .product-slider.type-wide .product-item .small-img {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    min-width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .product-item .small-img::-webkit-scrollbar, .product-slider.type-wide .product-item .small-img::-webkit-scrollbar {
    display: none;
  }
  .product-item .small-img .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .product-item .small-img .img-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-width: 228px;
    flex: 1;
    height: 144px !important;
  }
  .product-item .small-img .img-box.left {
    align-items: flex-start;
  }
  .product-item .small-img .img-box.re-size img {
    width: 100%;
  }
  .product-item .small-img .img-box img {
    width: 70%;
    height: auto;
  }
  .product-item .small-img .img-box p, .product-item .small-img .img-box .grid-list-item ul li, .grid-list-item ul .product-item .small-img .img-box li {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .product-item .small-img, .product-slider.type-wide .product-item .small-img {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .product-item .small-img, .product-slider.type-wide .product-item .small-img {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}

.product-slider.type-wide .product-item {
  flex-direction: column;
  gap: var(--space);
  /* 모바일 */
}
.product-slider.type-wide .product-item .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1400px;
  padding-top: 52.5%;
}
.product-slider.type-wide .product-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1460px) {
  .product-slider.type-wide .product-item .img {
    width: calc(100vw - 120px);
    padding-top: 70%;
    min-width: 100%;
    height: auto;
  }
}
.product-slider.type-wide .product-item .dl-type02 dt {
  font-size: 1.4rem;
  font-weight: 300;
}
.product-slider.type-wide .product-item .dl-type02 dd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-top: var(--short);
  font-size: 2rem;
  line-height: 1;
}
.product-slider.type-wide .product-item .dl-type02 dd strong {
  line-height: 1;
}
.product-slider.type-wide .product-item .dl-type02 dd .standard-wrap {
  margin-top: 0;
}
@media all and (max-width: 990px) {
  .product-slider.type-wide .product-item .img {
    min-width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 60%;
    height: auto;
  }
  .product-slider.type-wide .product-item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-slider.type-wide .product-item .dl-type02 dd {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
  .product-slider.type-wide .product-item .standard-wrap {
    margin-top: 5px !important;
  }
}

.product-home {
  padding: 0 !important;
  max-width: 100vw !important;
  /* 모바일 */
}
.product-home .cont-head {
  margin-bottom: 15rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product-home .cont-head {
    margin-bottom: 100px;
  }
}
.product-home .visual-img {
  margin-top: 6rem;
  /* 모바일 */
}
.product-home .visual-img:after {
  content: "";
  display: block;
  clear: both;
}
.product-home .visual-img img {
  float: left;
}
@media all and (max-width: 990px) {
  .product-home .visual-img {
    margin-top: 20px;
  }
}
.product-home .sec-tit01 {
  margin-top: 8rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product-home .sec-tit01 {
    margin-top: 30px;
  }
}
.product-home .brand-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space);
  /* 모바일 */
  /* 테블릿  */
}
.product-home .brand-list > li {
  flex: 1;
  min-height: 367px;
  border: 1px solid #ddd;
  transition: 0.2s ease-in;
}
.product-home .brand-list > li > a {
  position: relative;
  display: block;
  padding: 3rem;
  z-index: 2;
}
.product-home .brand-list > li > a .dl-type03 {
  margin-top: var(--long);
}
.product-home .brand-list > li:hover {
  position: relative;
}
.product-home .brand-list > li:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media all and (max-width: 990px) {
  .product-home .brand-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .product-home .brand-list > li {
    width: 100%;
    min-height: auto;
  }
  .product-home .brand-list > li .img {
    display: block;
    width: 100%;
  }
  .product-home .brand-list > li .img img {
    width: 100%;
  }
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .product-home .brand-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .product-home .brand-list > li {
    width: auto;
    height: 100%;
  }
}

.product #hydromolding .features-list .features-item .txt dd {
  min-height: 93px !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product #hydromolding .features-list .features-item .txt dd {
    min-height: auto !important;
  }
}
.product .features-list .features-item .txt {
  text-align: center;
}
.product .pin-spacer .tab {
  z-index: 10;
}
.product .tab-list {
  position: relative;
  z-index: 10;
  flex-wrap: wrap;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .product .tab-list {
    flex-wrap: nowrap;
  }
}
.product-slider {
  position: relative;
  overflow: visible;
}
.product-slider .swiper-slide-prev {
  flex-direction: row-reverse;
}
.product-slider .swiper-pagination {
  width: 110px;
  height: 60px;
  top: 440px;
  left: 485px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  /* 모바일, 테블릿 */
}
.product-slider .swiper-pagination .swiper-pagination-current {
  padding-left: 10px;
}
.product-slider .swiper-pagination .swiper-pagination-total {
  padding-right: 10px;
  color: #ddd;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product-slider .swiper-pagination .swiper-pagination-total {
    padding-right: 0;
  }
}
@media all and (max-width: 1023px) {
  .product-slider .swiper-pagination {
    height: auto;
    line-height: 1;
    top: unset;
    left: unset;
    bottom: -37px;
    right: -5px;
  }
}
.product-slider .swiper-button-next {
  top: 470px;
  left: 558px;
  bottom: 0;
  z-index: 30;
  /* 모바일, 테블릿 */
}
.product-slider .swiper-button-next:after {
  display: block;
  content: "";
  width: 20px;
  height: 16px;
  background: url("../images/btn_ico_arr.png") no-repeat center center/20px;
  transform: translateZ(0);
}
@media all and (max-width: 1023px) {
  .product-slider .swiper-button-next {
    top: unset;
    bottom: -48px;
    left: unset;
    right: 0;
  }
}
.product-slider .swiper-button-prev {
  top: 470px;
  left: 495px;
  bottom: 0;
  z-index: 30;
  /* 모바일, 테블릿 */
}
.product-slider .swiper-button-prev:after {
  display: block;
  content: "";
  width: 20px;
  height: 16px;
  transform: rotate(180deg);
  background: url("../images/btn_ico_arr.png") no-repeat center center/20px;
}
@media all and (max-width: 1023px) {
  .product-slider .swiper-button-prev {
    top: unset;
    left: unset;
    bottom: -48px;
    right: 72px;
  }
}
.product-slider .swiper-button-disabled {
  opacity: 0.2;
}
.product-slider.type-wide .swiper-slide {
  width: auto; /* 또는 특정 픽셀값 */
  transition-property: transform;
  /* 모바일 */
}
.product-slider.type-wide .swiper-slide:only-child {
  width: 100%;
}
@media all and (max-width: 990px) {
  .product-slider.type-wide .swiper-slide {
    width: 100%;
  }
}
.product-slider.type-wide.no-txt .swiper-pagination {
  bottom: 0;
}
.product-slider.type-wide.no-txt .swiper-pagination ~ div[class*=swiper-button] {
  bottom: 7px;
}
.product-slider.type-wide .swiper-pagination {
  top: unset;
  bottom: 67px;
  right: 0;
  left: unset;
  /* 모바일 */
  /* 테블릿, PC */
}
@media all and (max-width: 990px) {
  .product-slider.type-wide .swiper-pagination {
    display: none;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .product-slider.type-wide .swiper-pagination {
    bottom: 60px;
  }
}
.product-slider.type-wide .swiper-button-next {
  top: unset;
  bottom: 77px;
  left: unset;
  right: 5px;
  /* 테블릿, PC */
  /* 모바일 */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .product-slider.type-wide .swiper-button-next {
    bottom: 67px;
  }
}
@media all and (max-width: 990px) {
  .product-slider.type-wide .swiper-button-next {
    display: none;
  }
}
.product-slider.type-wide .swiper-button-prev {
  top: unset;
  bottom: 77px;
  left: unset;
  right: 80px;
  /* 테블릿, PC */
  /* 모바일 */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .product-slider.type-wide .swiper-button-prev {
    bottom: 67px;
  }
}
@media all and (max-width: 990px) {
  .product-slider.type-wide .swiper-button-prev {
    display: none;
  }
}
.product-list-wrap.type-home {
  /* 모바일 */
  /* 테블릿  */
}
.product-list-wrap.type-home .product-list > .product-item {
  width: 100%;
  gap: 6.2rem;
}
.product-list-wrap.type-home .product-list > .product-item > .img {
  width: 50%;
  height: 670px;
}
.product-list-wrap.type-home .product-list > .product-item .info-cont {
  width: calc(50% - 6.2rem);
  flex-shrink: 1;
  max-width: 614px;
}
.product-list-wrap.type-home .swiper-pagination {
  top: unset;
  left: 885px;
  bottom: 0;
}
.product-list-wrap.type-home .swiper-button-next {
  top: unset;
  bottom: 7px;
  left: 955px;
}
.product-list-wrap.type-home .swiper-button-prev {
  top: unset;
  bottom: 7px;
  left: 890px;
}
@media all and (max-width: 990px) {
  .product-list-wrap.type-home {
    padding: 0 25px !important;
    width: 100%;
    max-width: 100vw !important;
  }
  .product-list-wrap.type-home > .product-list > .product-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .product-list-wrap.type-home > .product-list > .product-item > .img {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 42%;
    height: auto;
  }
  .product-list-wrap.type-home > .product-list > .product-item > .img img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-list-wrap.type-home > .product-list > .product-item .info-cont {
    width: 100%;
  }
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .product-list-wrap.type-home {
    padding-right: 25px;
  }
}
.product-item.type-row .small-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.product-item.type-row .small-img .img-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.product-item.type-row .small-img .img-box img {
  width: unset;
}
.product-item.type-scroll {
  gap: 20px;
  /* 모바일 */
}
.product-item.type-scroll .img-wrap {
  margin-top: 65px;
  flex-shrink: 0;
  max-width: 1045px !important;
}
.product-item.type-scroll .img-wrap .img {
  width: 100%;
  height: auto;
  max-width: 1045px;
}
@media all and (max-width: 1240px) {
  .product-item.type-scroll {
    flex-direction: row;
  }
  .product-item.type-scroll .img-wrap {
    width: 70%;
    flex-shrink: 0;
  }
}
@media all and (max-width: 990px) {
  .product-item.type-scroll {
    flex-direction: column;
  }
  .product-item.type-scroll .img-wrap {
    width: 100%;
  }
}
.product-item.type-scroll .inner-list-wrap {
  margin-top: 30px;
  /* 모바일 */
}
.product-item.type-scroll .inner-list-wrap .inner-item .dl-wrap {
  flex-direction: column;
}
.product-item.type-scroll .inner-list-wrap .inner-item + .inner-item {
  margin-top: 5rem;
}
.product-item.type-scroll .inner-list-wrap .inner-item strong {
  display: block;
  margin-bottom: var(--short);
}
.product-item.type-scroll .inner-list-wrap .inner-item .img img {
  width: auto;
}
.product-item.type-scroll .inner-list-wrap .inner-item dl {
  margin-top: 5rem;
}
.product-item.type-scroll .inner-list-wrap .inner-item dl:first-of-type {
  margin-top: 0;
}
.product-item.type-scroll .inner-list-wrap .inner-item dl dt {
  margin-bottom: var(--space);
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item.type-scroll .inner-list-wrap .inner-item .sub-list {
  margin-top: var(--space);
}
.product-item.type-scroll .inner-list-wrap .inner-item .sub-list.flex, .product-item.type-scroll .inner-list-wrap .inner-item .tbl-wrap .tbl tbody td .sub-list.flex-start, .tbl-wrap .tbl tbody td .product-item.type-scroll .inner-list-wrap .inner-item .sub-list.flex-start, .product-item.type-scroll .inner-list-wrap .inner-item .tbl-wrap .tbl tfoot td .sub-list.flex-start, .tbl-wrap .tbl tfoot td .product-item.type-scroll .inner-list-wrap .inner-item .sub-list.flex-start {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.product-item.type-scroll .inner-list-wrap .inner-item .sub-list li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.product-item.type-scroll .inner-list-wrap .inner-item .sub-list li + li {
  margin-top: 10px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product-item.type-scroll .inner-list-wrap .inner-item .sub-list li + li {
    margin-top: 0;
  }
}
.product-item.type-scroll .inner-list-wrap .inner-item .sub-list li .img {
  width: 100%;
  height: auto;
}
.product-item.type-scroll .inner-list-wrap .inner-item .sub-list li .txt {
  font-size: 1.4rem;
}
@media all and (max-width: 990px) {
  .product-item.type-scroll .inner-list-wrap .inner-list {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-transform: translateZ(0);
    /* 모바일, 테블릿 */
    /* 테블릿, PC */
    padding-bottom: 0;
    scroll-behavior: smooth;
    transition: 0.2s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
}
@media all and (max-width: 990px) and (max-width: 1023px) {
  .product-item.type-scroll .inner-list-wrap .inner-list {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media all and (max-width: 990px) and (min-width: 1024px) and (max-width: 1399px) {
  .product-item.type-scroll .inner-list-wrap .inner-list {
    padding: 0 6rem;
    margin: 0 -6rem;
  }
}
@media all and (max-width: 990px) {
  .product-item.type-scroll .inner-list-wrap .inner-list::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .product-item.type-scroll .inner-list-wrap .inner-list .ico-scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    z-index: 100;
    background-image: url("../images/ico_scroll.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media all and (max-width: 990px) {
  .product-item.type-scroll .inner-list-wrap .inner-list.w50 {
    flex-wrap: wrap;
  }
  .product-item.type-scroll .inner-list-wrap .inner-list.w50 .inner-item .img {
    display: block;
    width: auto;
    height: auto;
  }
  .product-item.type-scroll .inner-list-wrap .inner-list.w50 .inner-item .img img {
    width: auto;
    height: auto;
  }
}
@media all and (max-width: 990px) {
  .product-item.type-scroll .inner-list-wrap .inner-list .inner-item {
    flex-shrink: 0;
  }
  .product-item.type-scroll .inner-list-wrap .inner-list .inner-item .dl-wrap {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .product-item.type-scroll .inner-list-wrap .inner-list .inner-item dl {
    margin-top: 0;
    flex: unset;
  }
  .product-item.type-scroll .inner-list-wrap .inner-list .inner-item + .inner-item {
    margin-top: 0;
  }
  .product-item.type-scroll .inner-list-wrap .inner-list .inner-item .sub-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .product-item.type-scroll .inner-list-wrap .inner-list .inner-item .sub-list > li {
    flex-shrink: 0;
  }
  .product-item.type-scroll .inner-list-wrap .inner-list .inner-item .sub-list img {
    width: 150px;
  }
}
.product-item.re-size {
  gap: 13.9rem;
  /* 모바일 */
}
.product-item.re-size .img {
  width: 808px;
  height: 480px;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .product-item.re-size .img {
    width: 608px;
    height: 380px;
  }
}
.product-item.re-size .info-cont {
  padding-top: 0;
}
@media all and (max-width: 990px) {
  .product-item.re-size {
    gap: 20px !important;
  }
  .product-item.re-size .desc {
    margin-bottom: 0;
  }
}
.product .section:first-of-type {
  margin-bottom: 15rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product .section:first-of-type {
    margin-bottom: 100px;
  }
}
.product .section.type-bg {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product .section.type-bg {
    padding: 0;
  }
}
.product-video-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7%;
  /* 테블릿  */
  /* 모바일 */
}
.product-video-wrap .video-box {
  position: relative;
  width: 854px;
  min-height: 480px;
  max-height: 480px;
  flex-shrink: 1;
  overflow: hidden;
  /* 모바일 */
}
.product-video-wrap .video-box.carbon .video-overlay {
  background-image: url("../images/sustainability/bg_video_thumb.png") !important;
}
.product-video-wrap .video-box.hot-rolled .video-overlay {
  background-image: url("../images/product/bg_video_thumb01.png") !important;
}
.product-video-wrap .video-box.cold-rolled .video-overlay {
  background-image: url("../images/product/bg_video_thumb02.png") !important;
}
.product-video-wrap .video-box.plate .video-overlay {
  background-image: url("../images/product/bg_video_thumb03.png") !important;
}
.product-video-wrap .video-box.sections .video-overlay {
  background-image: url("../images/product/bg_video_thumb04.png") !important;
}
.product-video-wrap .video-box.rebar .video-overlay {
  background-image: url("../images/product/bg_video_thumb05.png") !important;
}
.product-video-wrap .video-box .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.product-video-wrap .video-box #youtube-player,
.product-video-wrap .video-box video {
  width: 100%;
  height: 100%;
  min-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -60px;
  left: 0;
  height: calc(100% + 120px);
}
@media all and (max-width: 990px) {
  .product-video-wrap .video-box {
    position: relative;
    padding-top: 57%;
    overflow: hidden;
  }
  .product-video-wrap .video-box #youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 175px;
  }
}
.product-video-wrap .video-box.is-playing .btn-play,
.product-video-wrap .video-box.is-playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}
.product-video-wrap .video-box .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(-50%, -50%);
  background: url("../images/btn_play.png") no-repeat center center/45px;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.product-video-wrap .video-box .btn-play.is-playing {
  opacity: 0;
  pointer-events: none;
}
.product-video-wrap .info-cont {
  width: 453px;
}
.product-video-wrap .info-cont .sec-tit02 {
  margin-top: 0;
}
.product-video-wrap .info-cont .desc {
  font-size: 2rem;
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .product-video-wrap {
    gap: 40px;
  }
  .product-video-wrap .video-box {
    min-height: 300px;
  }
}
@media all and (max-width: 990px) {
  .product-video-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .product-video-wrap .sec-tit02 {
    margin-bottom: 10px;
  }
  .product-video-wrap .video-box {
    width: 100%;
    min-height: 175px;
  }
  .product-video-wrap .info-cont {
    width: 100%;
  }
  .product-video-wrap .info-cont .desc {
    font-size: 1.8rem;
    word-break: break-all;
  }
}
.product .tit-area + .accordion {
  margin-top: 3rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product .tit-area + .accordion {
    margin-top: 20px;
  }
}
.product .accordion {
  margin-top: 6rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product .accordion {
    margin-top: 40px;
  }
}
.product-footer-nav {
  margin-top: 8rem;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ddd;
  /* 테블릿  */
  /* 테블릿, PC */
  /* 모바일 */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .product-footer-nav {
    height: 48px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .product-footer-nav {
    height: 52px;
  }
}
.product-footer-nav .footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.product-footer-nav .footer-nav li {
  flex: 1;
  text-align: center;
}
.product-footer-nav .footer-nav li a {
  padding: 1.6rem 0;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.product-footer-nav .footer-nav li:first-child a {
  padding-left: 3rem;
  text-align: left;
  color: #666;
}
.product-footer-nav .footer-nav li:first-child a:hover:before {
  transform: translateX(-5px) rotate(180deg);
}
.product-footer-nav .footer-nav li:first-child a:before {
  margin-right: 10px;
  display: inline-block;
  vertical-align: -1px;
  content: "";
  width: 20px;
  height: 16px;
  transform: rotate(180deg);
  background: url("../images/btn_ico_arr.png") no-repeat center center/20px;
}
.product-footer-nav .footer-nav li.none:first-child a::before {
  display: none;
}
.product-footer-nav .footer-nav li:nth-child(2) a {
  display: inline-block;
  position: relative;
  text-align: center;
}
.product-footer-nav .footer-nav li:nth-child(2) a:before {
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid #000;
  transition: transform 0.1s ease-in-out;
}
.product-footer-nav .footer-nav li:nth-child(2) a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid #000;
}
.product-footer-nav .footer-nav li:last-child a {
  padding-right: 3rem;
  text-align: right;
  color: #666;
}
.product-footer-nav .footer-nav li:last-child a:hover:after {
  transform: translateX(5px);
}
.product-footer-nav .footer-nav li:last-child a:after {
  margin-left: 10px;
  display: inline-block;
  vertical-align: -1px;
  content: "";
  width: 20px;
  height: 16px;
  transition: transform 0.1s ease-in-out;
  background: url("../images/btn_ico_arr.png") no-repeat center center/20px;
}
@media all and (max-width: 990px) {
  .product-footer-nav {
    display: none;
  }
}
.product .standard-wrap {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space);
  /* 모바일 */
}
.product .standard-wrap .standard {
  color: #666;
  font-size: 1.8rem;
  margin-left: 21px;
  text-indent: -21px;
  line-height: 1.2;
}
.product .standard-wrap .standard::before {
  display: inline-block;
  content: "";
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../images/ico_ruler.png") no-repeat center center/16px;
}
.product .standard-wrap .standard + .ico-target02:after {
  margin-left: 5px;
  width: 11px;
  height: 11px;
  vertical-align: 1px;
  background-size: 11px !important;
}
.product .standard-wrap .scale {
  color: #666;
  font-size: 1.6rem;
  line-height: 1.2;
  text-indent: -21px;
  margin-left: 21px;
}
.product .standard-wrap .scale::before {
  display: inline-block;
  content: "";
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../images/ico_scale.png") no-repeat center center/16px;
}
@media all and (max-width: 990px) {
  .product .standard-wrap {
    margin-top: 30px;
  }
  .product .standard-wrap .btn-txt {
    display: block;
    margin-top: 30px;
    text-align: right;
  }
}
.product .brochure-item .thumb {
  background: none;
}
.product .brochure-item .thumb img {
  width: 100%;
  height: 100%;
}
.product #download {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .product #download .btn.ico-arr {
    text-indent: -9999px;
  }
}

.rnd-home {
  /* 모바일 */
}
.rnd-home .visual-img {
  margin-top: 6rem;
  opacity: 0;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .rnd-home .visual-img {
    margin-top: 40px;
  }
}
.rnd-home .sec-tit01 {
  margin-top: 8rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .rnd-home .sec-tit01 {
    margin-top: 40px;
  }
}
@media all and (max-width: 990px) {
  .rnd-home #low-carbon {
    margin-bottom: 50px;
  }
  .rnd-home #low-carbon + .section {
    margin-top: 50px !important;
  }
  .rnd-home .sec-tit02 + .thumb-img-list {
    margin-top: 20px;
  }
}
.rnd-home .section:first-of-type {
  margin-top: 13rem;
}

.post-related .thumb-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  /* 모바일 */
  /* 테블릿  */
}
.post-related .thumb-list .img-box {
  padding-top: 100%;
}
.post-related .thumb-list .img-box:hover img {
  transform: scale(1.05);
}
.post-related .thumb-list .thumb-list-item {
  position: relative;
  flex: 1;
}
.post-related .thumb-list .thumb-list-item:first-child {
  min-height: 260px;
}
.post-related .thumb-list .thumb-list-item .btn-txt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
.post-related .thumb-list .thumb-list-item .btn-txt:hover {
  background: none;
}
.post-related .thumb-list .thumb-list-item .btn-txt.ico-arr:after {
  background: url("../images/ico_arr_wh.png") no-repeat center center/20px;
}
@media all and (max-width: 990px) {
  .post-related .thumb-list {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .post-related .thumb-list .thumb-list-item {
    width: 100%;
  }
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .post-related .thumb-list {
    width: auto;
    flex-direction: row;
  }
}

.catalog .section.type-bg {
  margin-bottom: 8rem;
  /* 모바일 */
}
.catalog .section.type-bg ~ .section {
  margin: 8rem 0 !important;
}
@media all and (max-width: 990px) {
  .catalog .section.type-bg {
    margin-bottom: 50px;
  }
  .catalog .section.type-bg ~ .section {
    margin: 50px 0 !important;
  }
}
.catalog .brochure-item {
  /* 모바일 */
}
.catalog .brochure-item .thumb {
  background: none;
}
.catalog .brochure-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 990px) {
  .catalog .brochure-item .info-area .tit {
    max-width: 119px;
  }
}

/* 다운로드 */
.brochure {
  /* 모바일 */
}
.brochure-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2%;
  /* 모바일 */
}
.brochure-list.type-big {
  justify-content: space-between;
}
.brochure-list.type-big .brochure-item {
  flex: 1;
}
.brochure-list.type-big .brochure-item .thumb {
  width: 355px;
  height: 444px;
}
.brochure-list.type-big .brochure-item .info-area .tit {
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 990px) {
  .brochure-list {
    flex-direction: column;
    gap: 0;
  }
  .brochure-list.type-big .brochure-item .thumb {
    width: 171px;
    height: 214px;
  }
}
.brochure-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
}
.brochure-item:nth-child(-n+4) {
  padding-top: 0;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .brochure-item:nth-child(-n+4) {
    padding-top: 3rem;
  }
}
.brochure-item .thumb {
  flex-shrink: 0;
  overflow: hidden;
  width: 171px;
  height: 214px;
}
.brochure-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brochure-item .info-area {
  padding-top: 5px;
}
.brochure-item .info-area .tit {
  display: block;
  width: 150px;
  margin-bottom: var(--short);
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.brochure-item .info-area .tit.re-lts {
  line-height: 1.2;
  letter-spacing: -1.5px;
}
.brochure-item .info-area .btn-box-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  font-size: 1.6rem;
  line-height: 2;
  color: #666;
}
.brochure-item .info-area .btn-box-wrap .btn-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.brochure-item .info-area .btn-box-wrap .btn-box .btn-link::after {
  background: url(../images/btn_target.png) no-repeat 0 0/2rem;
}
.brochure-item .info-area .btn-box .btn-txt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2;
  color: #666;
  transition: none;
  /* 모바일 */
}
.brochure-item .info-area .btn-box .btn-txt:hover {
  color: #666;
  font-weight: 400;
  letter-spacing: -0.02em;
  background: none;
}
@media all and (max-width: 990px) {
  .brochure-item .info-area .btn-box .btn-txt {
    justify-content: flex-start;
    gap: 10px;
  }
}
.brochure-item .info-area .btn-box a {
  max-width: 125px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .brochure-item .info-area .btn-box a {
    max-width: unset !important;
  }
}
.brochure-item .info-area .btn-box a:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/btn_down.png") no-repeat 0 0/20px;
}
.brochure-item .info-area .btn-box a:hover {
  font-weight: 500;
  color: #000 !important;
  background: none;
}
@media all and (max-width: 990px) {
  .brochure-list {
    gap: 30px !important;
  }
  .brochure-list .info-area .tit {
    min-width: auto;
  }
}

/* 미디어 라이브러리 브로셔 */
.media-library .brochure-item .thumb {
  width: 355px;
  height: 444px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .media-library .brochure-item .thumb {
    width: 171px;
    height: 214px;
  }
}

/* 투자정보 */
.ir-home {
  /* 모바일 */
}
.ir-home .financial-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ir-home .financial-info .tit {
  display: block;
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1;
}
.ir-home .financial-info .sum-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
.ir-home .financial-info .sum-info dt {
  font-size: 2rem;
}
.ir-home .financial-info .sum-info dt .num {
  display: block;
  color: #ff4354;
  font-size: 2rem;
  font-weight: 700;
}
.ir-home .financial-info .sum-info dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 6rem;
}
.ir-home .financial-info .sum-info dd .num {
  line-height: 1;
  font-family: "poppins";
}
.ir-home .financial-info .sum-info dd .num.anim {
  display: inline-block;
  text-align: right;
}
.ir-home .financial-info .sum-info dd .unit {
  position: relative;
  margin-left: 5px;
  bottom: -5px;
  font-size: 2.6rem;
  font-weight: 700;
}
.ir-home .section:has(.brochure-list-wrap) {
  margin-bottom: 12rem;
}
.ir-home .section:has(.brochure-list-wrap) + .section {
  margin-top: 12rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .ir-home .section:has(.brochure-list-wrap) + .section {
    margin-top: 100px;
  }
}
.ir-home .brochure-item .thumb {
  background: url("../images/ir/img_brochure.png") no-repeat 0 0/100%;
}
.ir-home .brochure-item .info-area {
  padding-top: 5px;
}
.ir-home .btn-link-list {
  flex-wrap: wrap;
  gap: 5rem 0;
}
.ir-home .btn-link-list .btn-link-item {
  width: 25%;
}
@media all and (max-width: 990px) {
  .ir-home .financial-info {
    grid-template-columns: 1fr;
  }
  .ir-home .financial-info-item + .financial-info-item {
    margin-top: 30px;
  }
  .ir-home .financial-info .sum-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .ir-home .financial-info .sum-info dt .num.ainm {
    text-align: left;
  }
  .ir-home .financial-info .sum-info dd {
    font-size: 5.7rem;
  }
  .ir-home .financial-info .sum-info dd .num.ainm {
    min-width: unset;
    text-align: left;
  }
  .ir-home .financial-info .sum-info dd .unit {
    font-size: 2.1rem;
  }
}
.ir-home .btn-link-list .btn-link-item:nth-child(1) .btn-ico-txt .ico {
  background: url("../images/ir/ico_invest01.png") no-repeat center center/cover;
}
.ir-home .btn-link-list .btn-link-item:nth-child(2) .btn-ico-txt .ico {
  background: url("../images/ir/ico_invest02.png") no-repeat center center/cover;
}
.ir-home .btn-link-list .btn-link-item:nth-child(3) .btn-ico-txt .ico {
  background: url("../images/ir/ico_invest03.png") no-repeat center center/cover;
}
.ir-home .btn-link-list .btn-link-item:nth-child(4) .btn-ico-txt .ico {
  background: url("../images/ir/ico_invest04.png") no-repeat center center/cover;
}
.ir-home .btn-link-list .btn-link-item:nth-child(5) .btn-ico-txt .ico {
  background: url("../images/ir/ico_invest05.png") no-repeat center center/cover;
}
.ir-home .btn-link-list .btn-link-item:nth-child(6) .btn-ico-txt .ico {
  background: url("../images/ir/ico_invest06.png") no-repeat center center/cover;
}
.ir-home .btn-link-list .btn-link-item:nth-child(7) .btn-ico-txt .ico {
  background: url("../images/ir/ico_invest07.png") no-repeat center center/cover;
}
.ir-home .btn-link-list .btn-link-item:nth-child(8) .btn-ico-txt .ico {
  background: url("../images/ir/ico_invest08.png") no-repeat center center/cover;
}

/* 배당금 조회 */
.dividend-check {
  /* 모바일 */
  /* 모바일 small */
}
.dividend-check .input-wrap.is-readonly {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .dividend-check .input-wrap.is-readonly {
    max-width: 100%;
  }
  .dividend-check .input-wrap.is-readonly .form-control {
    width: 100% !important;
    text-align: center;
  }
}
.dividend-check .btn-wrap {
  /* 모바일 */
}
.dividend-check .btn-wrap:first-child {
  width: 45%;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .dividend-check .btn-wrap:first-child {
    width: 100%;
  }
}
@media all and (max-width: 990px) {
  .dividend-check .btn-wrap {
    height: 100px;
  }
}
@media all and (max-width: 990px) {
  .dividend-check .form-chip-outline {
    letter-spacing: -1.25px;
  }
  .dividend-check .form-chip-outline::before {
    margin-right: 5px !important;
  }
}
@media all and (max-width: 320px) {
  .dividend-check .form-chip-wrap .form-chip-outline {
    padding-right: 8px;
    width: 100%;
    letter-spacing: -1.25px;
    font-size: 1.5rem;
  }
  .dividend-check .form-chip-wrap .form-chip-outline::before {
    top: 0;
    margin-right: 3px;
  }
  .dividend-check .form-chip-wrap .form-chip-outline:after {
    top: 20px !important;
  }
}

/* 재무정보 */
.financial .chart-info {
  margin-top: 20px;
  font-size: 1.6rem;
  color: #666;
}
.financial .chart-info .unit {
  text-align: right;
}
.financial .chart-info .label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.financial .chart-wrap.basic-chart .apexcharts-legend-series:nth-child(6) .apexcharts-legend-marker,
.financial .chart-wrap.basic-chart .apexcharts-legend-series:nth-child(7) .apexcharts-legend-marker {
  width: 20px !important;
  height: 2px !important;
  border-radius: 2px !important;
  margin-right: 8px !important;
}
.financial .brochure-item .thumb {
  background: url("../images/ir/img_brochure.png") no-repeat 0 0/100%;
}
.financial .brochure-item .info-area {
  padding-top: 5px;
}

/* 경영정보 */
.member-info, .office-info {
  position: relative;
  z-index: 2;
}
.member-info dt, .office-info dt {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  /* 모바일 */
}
.member-info dt em, .office-info dt em {
  font-weight: 300;
}
@media all and (max-width: 990px) {
  .member-info dt, .office-info dt {
    font-size: 1.8rem;
  }
}
.member-info dd a, .office-info dd a {
  font-size: 1.8rem;
}
.member-info dd ul li, .office-info dd ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.3;
}
.member-info dd ul li .tit, .office-info dd ul li .tit {
  font-weight: 300;
  flex-shrink: 0;
}
.member-info dd ul li .txt-wrap .txt:last-child::before, .office-info dd ul li .txt-wrap .txt:last-child::before {
  display: none;
}
.member-info dd ul li .txt, .office-info dd ul li .txt {
  position: relative;
  padding-left: 5px;
}

/* 오피스 정보[글로벌 네트워크] */
.office-info {
  min-height: 205px;
  /* 모바일 */
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .office-info {
    min-height: unset;
  }
}
.office-info dt.flex, .office-info .tbl-wrap .tbl tbody td dt.flex-start, .tbl-wrap .tbl tbody td .office-info dt.flex-start, .office-info .tbl-wrap .tbl tfoot td dt.flex-start, .tbl-wrap .tbl tfoot td .office-info dt.flex-start {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.office-info dt.flex .name, .office-info .tbl-wrap .tbl tbody td dt.flex-start .name, .tbl-wrap .tbl tbody td .office-info dt.flex-start .name, .office-info .tbl-wrap .tbl tfoot td dt.flex-start .name, .tbl-wrap .tbl tfoot td .office-info dt.flex-start .name {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.office-info dt.flex .name span, .office-info .tbl-wrap .tbl tbody td dt.flex-start .name span, .tbl-wrap .tbl tbody td .office-info dt.flex-start .name span, .office-info .tbl-wrap .tbl tfoot td dt.flex-start .name span, .tbl-wrap .tbl tfoot td .office-info dt.flex-start .name span {
  max-width: 342px;
  line-height: 1.2;
}
.office-info dt.flex .name strong, .office-info .tbl-wrap .tbl tbody td dt.flex-start .name strong, .tbl-wrap .tbl tbody td .office-info dt.flex-start .name strong, .office-info .tbl-wrap .tbl tfoot td dt.flex-start .name strong, .tbl-wrap .tbl tfoot td .office-info dt.flex-start .name strong {
  margin: 0 0 10px;
}
.office-info dt.flex .name .sm, .office-info .tbl-wrap .tbl tbody td dt.flex-start .name .sm, .tbl-wrap .tbl tbody td .office-info dt.flex-start .name .sm, .office-info .tbl-wrap .tbl tfoot td dt.flex-start .name .sm, .tbl-wrap .tbl tfoot td .office-info dt.flex-start .name .sm {
  margin-top: 5px;
  color: #666;
}
.office-info dt .sm {
  line-height: 1;
  font-size: 1.6rem;
}
.office-info dt strong {
  margin-top: var(--short);
  display: block;
  font-weight: 700;
  line-height: 1;
}
.office-info dd ul li .tit {
  min-width: 58px;
}
.office-info dd ul li .txt:before {
  top: 12px;
  transform: translateY(0);
}
.office-info dd ul li .txt a {
  cursor: unset;
  font-size: 1.6rem;
}
@media all and (max-width: 990px) {
  .office-info dt.flex .name, .office-info .tbl-wrap .tbl tbody td dt.flex-start .name, .tbl-wrap .tbl tbody td .office-info dt.flex-start .name, .office-info .tbl-wrap .tbl tfoot td dt.flex-start .name, .tbl-wrap .tbl tfoot td .office-info dt.flex-start .name {
    font-size: 1.8rem;
  }
  .office-info dt.flex .name span, .office-info .tbl-wrap .tbl tbody td dt.flex-start .name span, .tbl-wrap .tbl tbody td .office-info dt.flex-start .name span, .office-info .tbl-wrap .tbl tfoot td dt.flex-start .name span, .tbl-wrap .tbl tfoot td .office-info dt.flex-start .name span {
    line-height: 1.2;
  }
  .office-info dt .flag {
    display: block;
    width: 40px;
    height: 40px;
  }
}

/* 인증서 정보 [제품- 인증현황]*/
.certifications {
  /* 모바일 */
}
.certifications .section:first-of-type {
  margin-top: 6rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .certifications .section:first-of-type {
    margin-top: 45px;
  }
  .certifications .section:first-of-type .tab-list {
    padding: 0 25px !important;
  }
}
.certifications .line-box-item .sec-tit02 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 var(--space);
}
.certifications .line-box-item .sec-tit02 .sm {
  margin-left: var(--short);
  font-size: 1.6rem;
}
.certifications .certi-info {
  position: relative;
  z-index: 2;
}
.certifications .certi-info .tit {
  display: block;
  margin-bottom: var(--short);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.certifications .certi-info .info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.certifications .certi-info .info-wrap .info-txt li {
  font-size: 1.8rem;
  line-height: 1.6;
}
.certifications .certi-info .info-wrap .btn-wrap .btn-txt {
  line-height: 1.8;
}
@media all and (max-width: 990px) {
  .certifications .line-box-list {
    border-top: 0;
  }
  .certifications .line-box-list .line-box-item:first-of-type {
    padding-top: 20px;
    border-top: 0;
  }
  .certifications .certi-info .tit {
    font-size: 1.8rem;
  }
  .certifications .certi-info .info-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .certifications .certi-info .info-wrap .btn-wrap {
    margin-top: 20px;
  }
}

/* 업무별 연락처 */
.contact-info .line-box-item {
  padding: 4rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .contact-info .line-box-item {
    padding: 20px 25px;
  }
}
.contact-info .member-info dt, .contact-info .office-info dt {
  font-size: 2.4rem;
  line-height: 1;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .contact-info .member-info dt, .contact-info .office-info dt {
    font-size: 2.1rem;
  }
}

/* 경영정보 */
.business-info .tbl {
  /* PC */
  /* 모바일 */
}
@media all and (min-width: 1400px) {
  .business-info .tbl .wide01 {
    width: 8% !important;
  }
  .business-info .tbl .wide02 {
    width: 8% !important;
  }
}
@media all and (max-width: 990px) {
  .business-info .tbl .narrow {
    width: 20% !important;
  }
}
.business-info .brochure-item .tit {
  max-width: 100%;
}
.business-info .brochure-item:nth-child(1) .thumb {
  background-image: url("../images/ir/img_brochure01.png");
}
.business-info .brochure-item:nth-child(2) .thumb {
  background-image: url("../images/ir/img_brochure02.png");
}
.business-info .line-box-list {
  grid-template-columns: repeat(2, 1fr);
}
.business-info .grid-list .grid-list-item:nth-child(2) .sec-tit02 + p, .business-info .grid-list .grid-list-item:nth-child(2) ul .sec-tit02 + li {
  min-height: 96px;
}
.business-info .grid-list .grid-list-item:last-child .sec-tit02 {
  min-height: 54px;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .business-info .grid-list .grid-list-item:last-child .sec-tit02 {
    min-height: unset;
  }
}

/* 주식정보 */
.stock .chart-wrap {
  padding: 7rem;
}

/* 모바일 */
@media all and (max-width: 990px) {
  .stock .tbl-wrap .no-scroll .tbl {
    min-width: 100%;
  }
  .stock .tbl-wrap .tbl {
    min-width: 500px;
  }
  .stock .chart-wrap {
    margin: 0;
    padding: 20px;
  }
}
/* 고객문의 */
.inquiries:has(.cont-head.flex, .tbl-wrap .tbl tbody td .cont-head.flex-start, .tbl-wrap .tbl tfoot td .cont-head.flex-start) .section:first-of-type {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .inquiries:has(.cont-head.flex, .tbl-wrap .tbl tbody td .cont-head.flex-start, .tbl-wrap .tbl tfoot td .cont-head.flex-start) .section:first-of-type {
    margin-top: 20px;
  }
}
.inquiries .board-list.link-type .tit, .inquiries .board-list.print-ad .tit {
  line-height: 1;
  margin-bottom: 0 !important;
}
.inquiries .board-list.link-type .txt-btn, .inquiries .board-list.print-ad .txt-btn {
  bottom: 4rem !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .inquiries .board-list.link-type .txt-btn, .inquiries .board-list.print-ad .txt-btn {
    bottom: 25px !important;
  }
}
.inquiries .attach-wrap .input-wrap {
  max-width: 385px;
}
.inquiries .form-group-wrap .form-group .user-name {
  max-width: 348px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .inquiries .form-group-wrap .form-group .user-name {
    max-width: 100%;
  }
}
.inquiries .result-area::before {
  background: url("../images/ico_result.png") no-repeat center center/215px;
}

/* 결과페이지 */
.result {
  /* 모바일 */
}
.result-area {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: var(--space);
}
.result-area::before {
  display: block;
  content: "";
  width: 215px;
  height: 215px;
  background: url("../images/ico_result.png") no-repeat center center/215px;
}
.result-area.no-result::before {
  background: url("../images/ico_no_result.png") no-repeat center center/215px;
}
.result-area.no-result .result-txt {
  font-size: 2rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .result-area.no-result .result-txt strong {
    height: 100%;
    line-height: 1;
  }
}
.result-area + .btn-area.half .btn {
  min-width: 210px;
}
.result-txt {
  overflow: hidden;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.2;
  /* 모바일 */
  /* PC */
}
.result-txt strong {
  letter-spacing: -0.02em;
}
.result-txt * {
  line-height: 1.2;
}
.result-txt .desc {
  margin-top: 3rem;
  font-size: 2rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .result-txt .desc {
    margin-top: 20px;
  }
}
.result-txt .sum {
  background-color: #e4ffc3;
}
@media all and (max-width: 990px) {
  .result-txt strong {
    display: inline-block;
    height: 32px;
  }
}
@media all and (min-width: 1400px) {
  .result-txt {
    line-height: 1.5 !important;
  }
  .result-txt * {
    line-height: 1.5 !important;
  }
}
.result-info {
  margin-top: 10px;
  color: #666;
}
.result-info dt {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.result-info dd {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media all and (max-width: 990px) {
  .result-area::before {
    width: 100px;
    height: 100px;
    background-size: 100px !important;
  }
  .result-area.no-result {
    margin-top: 40px;
  }
  .result-area.no-result .result-txt {
    font-size: 1.8rem;
  }
  .result-txt {
    font-size: 2.7rem;
  }
}

/* 견학신청 */
.visit .form-group .input-wrap {
  width: 348px !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .visit .form-group .input-wrap {
    width: 100% !important;
  }
}
.visit .tbl-wrap .tbl.type-column tbody tr:nth-child(2) td, .visit .tbl-wrap .tbl.type-column tfoot tr:nth-child(2) td, .visit .tbl-wrap .tbl.type-column tbody tr:nth-child(3) td, .visit .tbl-wrap .tbl.type-column tfoot tr:nth-child(3) td {
  padding: 1rem 3rem;
}
.visit .application-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* 모바일 */
}
.visit .application-wrap .form-group + .form-group {
  width: 217px;
  flex-shrink: 0;
}
.visit .application-wrap .form-group .form-control {
  width: 100%;
  text-align: center;
}
.visit .application-wrap .form-tit {
  width: auto;
  display: block;
  padding: 0;
  text-align: center;
}
.visit .application-wrap .form-conts {
  gap: 10px;
}
.visit .application-wrap .form-chip-wrap {
  width: 444px;
  gap: 10px;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .visit .application-wrap .form-chip-wrap {
    width: 100%;
  }
}
.visit .application-wrap .form-chip-wrap .form-chip {
  width: calc(50% - 10px);
}
.visit .application-wrap .form-chip-wrap .form-chip .form-chip-outline {
  justify-content: center;
}
@media all and (max-width: 990px) {
  .visit .application-wrap {
    flex-direction: column;
  }
  .visit .application-wrap .form-group-wrap.type-row {
    flex-direction: column;
    padding-top: 30px;
    margin-left: 0;
    gap: 20px;
  }
  .visit .application-wrap .form-group-wrap.type-row .form-group {
    border: 0;
  }
  .visit .application-wrap .form-group-wrap.type-row .form-group .form-tit {
    text-align: left;
  }
  .visit .application-wrap .form-group-wrap.type-row .form-group .form-conts {
    padding-bottom: 0;
  }
  .visit .application-wrap .form-group-wrap.type-row .form-group + .form-group {
    width: calc(100% + 50px);
  }
  .visit .application-wrap .form-group-wrap.type-row .form-group + .form-group .input-wrap {
    max-width: 100% !important;
  }
}
.visit .form-group-wrap.type-row {
  padding-top: 55px;
  margin-left: 123px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 49px;
}
.visit .features-item .txt {
  width: 280px;
  text-align: center !important;
  /* 테블릿, PC */
  /* 모바일 */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .visit .features-item .txt {
    width: 230px;
  }
}
@media all and (max-width: 990px) {
  .visit .features-item .txt {
    width: 200px;
  }
}

.e-business #section01 .board-list .tit-wrap dd br {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .e-business #section01 .board-list .tit-wrap dd br {
    display: block;
  }
}

.legal .page-tit {
  opacity: 1;
  -webkit-animation-name: unset;
          animation-name: unset;
}
.legal .section p,
.legal .section li {
  font-size: 1.8rem;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .legal .section p,
.legal .section li {
    word-break: break-all;
  }
}
.legal .section p + .num-list, .legal .section .grid-list-item ul li + .num-list, .grid-list-item ul .legal .section li + .num-list {
  margin-top: var(--space);
}
.legal .section p + .dot-list, .legal .section .grid-list-item ul li + .dot-list, .grid-list-item ul .legal .section li + .dot-list {
  margin-top: var(--short);
}
.legal .section p.sm-txt, .legal .section .grid-list-item ul li.sm-txt, .grid-list-item ul .legal .section li.sm-txt {
  margin-top: var(--short);
  font-size: 1.6rem;
  color: #666;
  line-height: 1;
}
.legal .section p.sm-txt a, .legal .section .grid-list-item ul li.sm-txt a, .grid-list-item ul .legal .section li.sm-txt a {
  color: #666;
}
.legal .section p.sm-txt a:hover, .legal .section .grid-list-item ul li.sm-txt a:hover, .grid-list-item ul .legal .section li.sm-txt a:hover {
  color: #000;
}
.legal .section.privacy-policy .sec-tit02 {
  text-indent: 0;
  margin-left: 0;
}
.legal .section .sec-tit02 {
  margin: 8rem 0 var(--space);
  text-indent: -22px;
  margin-left: 22px;
  word-break: break-all;
  /* 모바일 */
}
.legal .section .sec-tit02:first-of-type {
  margin-top: 10rem;
}
@media all and (max-width: 990px) {
  .legal .section .sec-tit02 {
    margin-top: 50px !important;
    line-height: 1.2;
  }
  .legal .section .sec-tit02:first-of-type {
    margin-top: 50px;
  }
}
.legal .section .sec-tit03 {
  margin-top: var(--space);
}
.legal .section .num-list li .tbl-wrap {
  margin-bottom: var(--short);
}
.legal .section .tbl-wrap {
  margin-top: var(--short);
}
.legal .section .version-list {
  margin-top: var(--long);
}
.legal .section .version-list li {
  font-weight: 700;
  color: #666;
}

#smooth-wrapper {
  min-height: 100vh;
}
#smooth-wrapper + .footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#smooth-wrapper ~ .floating-quick .quick-item:first-child {
  display: none;
}

.main-section {
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-sound {
  position: absolute;
  top: 6.4rem;
  right: 12rem;
  font-size: 1.6rem;
  font-weight: 700;
  z-index: 1200;
  width: 34px;
  height: 34px;
  background: url("../images/main/ico_sound_on.png") center center/contain no-repeat;
  text-indent: -9999px;
  /* 모바일 */
  /* 테블릿  */
}
.btn-sound.on {
  background: url("../images/main/ico_sound_on.png") center center/contain no-repeat;
}
.btn-sound.off {
  background: url("../images/main/ico_sound_off.png") center center/contain no-repeat;
}
@media all and (max-width: 990px) {
  .btn-sound {
    width: 25px;
    height: 25px;
    top: 22px;
    right: 60px;
  }
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .btn-sound {
    width: 25px;
    height: 25px;
    top: 30px;
    right: 77px;
  }
}
.btn-sound:hover {
  color: #fff;
}

.main-visual {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  /* 모바일 */
}
.main-visual .inner {
  max-width: calc(1600px + 12rem);
}
.main-visual .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.main-visual .bg-img .video-wrap {
  width: 100vw;
  /* height: 100%; */
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.main-visual .bg-img .video-wrap .bg-video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  /* 테블릿, PC */
  /* 모바일, 테블릿 */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-visual .bg-img .video-wrap .bg-video {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media all and (max-width: 1023px) {
  .main-visual .bg-img .video-wrap .bg-video {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media all and (max-width: 990px) {
  .main-visual {
    height: calc(var(--vh, 1vh) * 100) !important;
  }
  .main-visual .bg-img .video-wrap .bg-video {
    height: calc(100vh + 10px);
  }
}

.notice {
  /* 모바일 */
}
.notice-wrap {
  padding: 0 35px;
  position: fixed;
  width: calc(100% - 70px);
  max-width: calc(1400px + 12rem);
  height: 7rem;
  line-height: 7rem;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  z-index: 900;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.notice-wrap.hide {
  display: none;
}
.notice-wrap.hide + .scroll-icon {
  bottom: 40px !important;
}
.notice-wrap + .scroll-icon {
  bottom: 110px;
}
.notice-wrap .swiper-pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  top: 10px;
  z-index: 1200;
}
.notice-wrap .swiper-pagination .swiper-pagination-bullet {
  background-color: #585858;
  opacity: 1;
}
.notice-wrap .btn-close {
  position: relative;
  z-index: 1001;
  display: block;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.notice-wrap .btn-close::before, .notice-wrap .btn-close::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 2px;
  background: #000;
}
.notice-wrap .btn-close::before {
  transform: rotate(45deg);
}
.notice-wrap .btn-close::after {
  transform: rotate(-45deg);
}
.notice-wrap .btn-close:hover {
  opacity: 1;
}
.notice-list {
  width: calc(100% - 35px);
}
.notice-item {
  text-align: center;
}
.notice-item a {
  display: block;
  font-size: 1.6rem;
  line-height: 7rem;
  margin: 0 auto;
  white-space: nowrap;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 990px) {
  .notice-wrap {
    width: 100% !important;
    position: absolute;
    padding: 15px 0 15px 25px;
    top: unset;
    bottom: 0;
    height: 69px;
    display: block;
    border-radius: 0;
  }
  .notice-wrap .swiper-pagination {
    top: unset;
    bottom: -34px;
  }
  .notice-wrap .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
  }
  .notice-wrap .btn-close {
    position: absolute;
    top: 18px;
    right: 13px;
  }
  .notice-list {
    width: calc(100% - 45px);
    height: 42px;
  }
  .notice-item {
    min-width: 270px;
    /* 모바일 small */
  }
}
@media all and (max-width: 990px) and (max-width: 320px) {
  .notice-item {
    min-width: 265px;
  }
}
@media all and (max-width: 990px) {
  .notice-item a {
    width: calc(100% - 60px) !important;
    min-width: 270px;
    margin: 0;
    line-height: 1.5;
    text-align: left;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
}

#main-visual {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#main-visual .inner {
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: 0;
  padding: 0 0 60px 0;
  height: 100vh;
  text-align: left;
}
#main-visual .bg-imgae {
  background-size: cover;
  position: absolute;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: visible;
  top: 0;
}
#main-visual .bg-imgae .video-wr {
  position: fixed;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 0;
  overflow: hidden !important;
  opacity: 1;
}
#main-visual .bg-imgae .video-wr video.bgvid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
  background-size: cover;
}

.scroll-icon {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 100;
  margin-left: -30px;
  border-radius: 50px;
  -webkit-animation: icoUp 1s ease infinite;
          animation: icoUp 1s ease infinite;
  /* 모바일 */
}
.scroll-icon.re-pose {
  bottom: 40px;
}
@media all and (max-width: 990px) {
  .scroll-icon {
    bottom: 80px !important;
  }
}

.main-section {
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh !important;
  background: #fff;
  margin-top: -1px;
  /* 모바일, 테블릿 */
}
.main-section .btn-txt {
  color: #000 !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.main-section .btn-txt.ico-down {
  gap: 1rem;
}
.main-section .btn-txt span {
  font-weight: 400;
}
.main-section .inner {
  max-width: calc(1600px + 12rem);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.main-section .inner .sec-cont {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.main-section .inner .txt-item {
  width: 50%;
  flex-shrink: 0;
}
.main-section .inner .txt-item .tit p, .main-section .inner .txt-item .tit .grid-list-item ul li, .grid-list-item ul .main-section .inner .txt-item .tit li {
  /* PC */
}
@media all and (min-width: 1400px) {
  .main-section .inner .txt-item .tit p, .main-section .inner .txt-item .tit .grid-list-item ul li, .grid-list-item ul .main-section .inner .txt-item .tit li {
    overflow: hidden;
  }
}
.main-section .inner .txt-item .tit p.start strong, .main-section .inner .txt-item .tit .grid-list-item ul li.start strong, .grid-list-item ul .main-section .inner .txt-item .tit li.start strong {
  transition-delay: 0.2s;
  transform: translateY(0);
}
.main-section .inner .txt-item .tit p strong, .main-section .inner .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .main-section .inner .txt-item .tit li strong {
  display: block;
  opacity: 0;
  transform: translateY(50%);
  font-size: 6rem;
  line-height: 1.2;
  white-space: nowrap;
  /* 테블릿  */
  /* 테블릿, PC */
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .main-section .inner .txt-item .tit p strong, .main-section .inner .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .main-section .inner .txt-item .tit li strong {
    font-size: 4rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section .inner .txt-item .tit p strong, .main-section .inner .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .main-section .inner .txt-item .tit li strong {
    font-size: 4.5rem;
  }
}
.main-section .inner .txt-item .tit p small, .main-section .inner .txt-item .tit .grid-list-item ul li small, .grid-list-item ul .main-section .inner .txt-item .tit li small {
  display: block;
  margin-bottom: var(--short);
  font-size: 1.4rem;
}
.main-section .inner .anim-item {
  position: relative;
  z-index: 10;
}
.main-section .inner .anim-item > span {
  display: block;
}
.main-section .inner .btn-area {
  max-width: 303px;
  margin-top: 6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7rem;
}
.main-section-wrap {
  background: #fff;
  overflow-x: hidden;
}
.main-section-wrap .section01 {
  padding-top: 0;
}
.main-section-wrap .section01.visible {
  overflow: visible;
  position: relative;
  z-index: 100;
}
.main-section-wrap .section01 .sec-cont {
  align-items: flex-end;
}
.main-section-wrap .section01 .txt-item {
  position: relative;
  width: auto;
  padding-bottom: 15%;
  z-index: 15;
}
.main-section-wrap .section01 .anim-item {
  position: relative;
  width: 65%;
  height: 100vh;
}
.main-section-wrap .section01 .anim-item [class^=obj] {
  display: block;
  position: absolute;
  top: 0;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section01 .anim-item [class^=obj] {
    width: 40%;
  }
}
.main-section-wrap .section01 .anim-item [class^=obj] .light-wrap {
  position: relative;
  display: block;
  height: 100%;
  z-index: -1;
}
.main-section-wrap .section01 .anim-item [class^=obj] .light-wrap img {
  position: relative;
  z-index: 1;
}
.main-section-wrap .section01 .anim-item [class^=obj] .light-wrap .light {
  opacity: 0;
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  left: 53%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 75%;
  height: 150px;
  background-image: radial-gradient(closest-side at 45% 40%, rgb(255, 190, 67), rgb(255, 255, 255));
}
.main-section-wrap .section01 .anim-item [class^=obj].start {
  transform: translateY(0) !important;
}
.main-section-wrap .section01 .anim-item .obj01 {
  z-index: 10;
  right: 15%;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section01 .anim-item .obj01 {
    width: 70%;
  }
}
.main-section-wrap .section01 .anim-item .obj02 {
  top: -30px;
  left: -23%;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section01 .anim-item .obj02 {
    max-width: 250px;
    width: 35%;
    left: -15%;
  }
}
.main-section-wrap .section01 .anim-item .obj03 {
  right: 0;
  /* 테블릿  */
}
.main-section-wrap .section01 .anim-item .obj03 .light {
  width: 140% !important;
  bottom: -55px !important;
  left: 77% !important;
  background-image: radial-gradient(closest-side at 31% 30%, rgb(255, 190, 67), rgb(255, 255, 255)) !important;
}
@media all and (min-width: 991px) and (max-width: 1023px) {
  .main-section-wrap .section01 .anim-item .obj03 {
    width: 50%;
    right: 0;
  }
  .main-section-wrap .section01 .anim-item .obj03 .light {
    left: 63% !important;
  }
}
.main-section-wrap .section01 .anim-item .obj04 {
  top: unset;
  bottom: 17%;
  right: -50px;
  z-index: 100;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section01 .anim-item .obj04 {
    right: 0;
    max-width: 250px;
  }
}
.main-section-wrap .section01 .anim-item .obj05 {
  top: unset;
  bottom: 17%;
  left: 8%;
  z-index: 100;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section01 .anim-item .obj05 {
    max-width: 185px;
  }
}
.main-section-wrap .section01 .anim-item .obj06 {
  top: unset;
  bottom: -20%;
  left: 30%;
  z-index: 100;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section01 .anim-item .obj06 {
    min-width: 340px;
  }
}
.main-section-wrap .section02 {
  transition: padding-top 1.5s ease;
  transition-delay: 2s;
}
.main-section-wrap .section02 .sec-cont {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 1.5s;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .main-section-wrap .section02 .sec-cont {
    opacity: 1;
  }
}
.main-section-wrap .section02 .txt-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-height: 460px;
}
.main-section-wrap .section02.start .sec-cont {
  opacity: 1;
}
.main-section-wrap .section02.start .bg > div {
  opacity: 1;
  height: 200%;
}
.main-section-wrap .section02 .inner {
  z-index: 10;
}
.main-section-wrap .section02 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.main-section-wrap .section02 .bg > div {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
  transition: all 1s linear;
}
.main-section-wrap .section02 .anim-item {
  z-index: 10;
}
.main-section-wrap .section02 .anim-item [class^=obj] {
  display: inline-block;
  position: absolute;
  top: 0;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section02 .anim-item [class^=obj] {
    width: 30%;
  }
}
.main-section-wrap .section02 .anim-item .obj01 {
  width: 90%;
  position: relative;
  z-index: -1;
  /* 테블릿, PC */
}
.main-section-wrap .section02 .anim-item .obj01 img {
  margin-left: 15%;
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section02 .anim-item .obj01 {
    width: 80%;
  }
  .main-section-wrap .section02 .anim-item .obj01 img {
    margin-left: 30%;
  }
}
.main-section-wrap .section02 .anim-item .obj02 {
  top: 45%;
  left: -14%;
  width: 40%;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section02 .anim-item .obj02 {
    width: 35%;
    left: 0;
  }
}
.main-section-wrap .section02 .anim-item .obj03 {
  top: -14%;
  left: 21%;
}
.main-section-wrap .section02 .anim-item .obj04 {
  top: 19%;
  left: unset;
  right: 0;
  max-width: 238px;
}
.main-section-wrap .section02 .anim-item .obj05 {
  top: -5%;
  left: unset;
  right: 0;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section02 .anim-item .obj05 {
    top: -20%;
    right: 0;
    max-width: 127px;
  }
}
.main-section-wrap .section02 .btn-area {
  max-width: 463px;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section02 .btn-area {
    gap: 20px !important;
  }
  .main-section-wrap .section02 .btn-area a:first-child {
    max-width: 205px;
  }
}
.main-section-wrap .section02 .btn-area a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.main-section-wrap .section02 .btn-area a .img img {
  width: 100%;
}
.main-section-wrap .section02 .btn-area a:nth-child(1) .img {
  width: 205px;
}
.main-section-wrap .section02 .btn-area a:nth-child(2) .img {
  width: 113px;
}
.main-section-wrap .section03 .sec-cont-wrap {
  position: relative;
}
.main-section-wrap .section03 .brand-slide {
  position: relative;
  width: 100%;
}
.main-section-wrap .section03 .brand-slide .swiper-pagination:has(.swiper-pagination-bullet) {
  width: 55px;
  height: 10px;
  top: 50%;
  bottom: unset;
  left: unset;
  right: 50%;
  transform: translate(52px, -170px) !important;
  /* 모바일, 테블릿 */
  /* 테블릿, PC */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 1023px) {
  .main-section-wrap .section03 .brand-slide .swiper-pagination:has(.swiper-pagination-bullet) {
    top: unset;
    bottom: 3px;
    left: calc(50% - 22.5px);
    right: unset;
    transform: unset !important;
  }
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section03 .brand-slide .swiper-pagination:has(.swiper-pagination-bullet) {
    top: 55%;
  }
}
.main-section-wrap .section03 .brand-slide .swiper-pagination:has(.swiper-pagination-bullet) .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.main-section-wrap .section03 .brand-slide .swiper-pagination:has(.swiper-pagination-bullet) .swiper-pagination-bullet-active {
  background: #000;
}
.main-section-wrap .section03 .sec-cont {
  gap: 5%;
}
.main-section-wrap .section03 .sec-cont .swiper-button-next,
.main-section-wrap .section03 .sec-cont .swiper-button-prev {
  display: none;
}
.main-section-wrap .section03 .sec-cont .obj01 {
  transform: translateY(10%);
  transition: transform 0.5s ease-in-out;
}
.main-section-wrap .section03 .sec-cont .obj02 {
  position: absolute;
  bottom: -7%;
  left: 50%;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  transform: translate(2%, -40%);
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section03 .sec-cont .obj02 {
    width: 35%;
  }
}
.main-section-wrap .section03 .sec-cont.swiper-slide-active .obj01 {
  transform: translateY(0);
}
.main-section-wrap .section03 .sec-cont.swiper-slide-active .obj02 {
  opacity: 1;
}
.main-section-wrap .section03 .sec-cont.slide01.swiper-slide-active .obj02 {
  transform: translate(8%, -30%);
}
.main-section-wrap .section03 .txt-item .tit small {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.03em;
}
.main-section-wrap .section03 .txt-item .tit p strong, .main-section-wrap .section03 .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .main-section-wrap .section03 .txt-item .tit li strong {
  line-height: 1;
  font-size: 10rem;
  font-family: "poppins";
  letter-spacing: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* 테블릿, PC */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section03 .txt-item .tit p strong, .main-section-wrap .section03 .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .main-section-wrap .section03 .txt-item .tit li strong {
    font-size: 8rem;
  }
}
.main-section-wrap .section03 .txt-item .tit p strong.start, .main-section-wrap .section03 .txt-item .tit .grid-list-item ul li strong.start, .grid-list-item ul .main-section-wrap .section03 .txt-item .tit li strong.start {
  opacity: 1;
  transform: translateY(0);
}
.main-section-wrap .section03 .txt-item .tit p + p, .main-section-wrap .section03 .txt-item .tit .grid-list-item ul li + p, .grid-list-item ul .main-section-wrap .section03 .txt-item .tit li + p, .main-section-wrap .section03 .txt-item .tit .grid-list-item ul p + li, .grid-list-item ul .main-section-wrap .section03 .txt-item .tit p + li, .main-section-wrap .section03 .txt-item .tit .grid-list-item ul li + li, .grid-list-item ul .main-section-wrap .section03 .txt-item .tit li + li {
  font-size: 2.4rem;
  margin-top: 1.5rem;
  line-height: 1.3;
}
.main-section-wrap .section03 .btn-area {
  max-width: 100%;
}
.main-section-wrap .section03 .btn-area .ico-target02 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.main-section-wrap .section03 .btn-area .ico-target02:after {
  top: 0;
  margin-left: 5px;
}
.main-section-wrap .section04 .pin-box {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-section-wrap .section04 .circle {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(30%);
          clip-path: circle(30%);
  background-color: #000;
}
.main-section-wrap .section04 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/main/bg_history.png") center center/cover;
  -webkit-animation: animScale forwards infinite 10s linear;
          animation: animScale forwards infinite 10s linear;
}
.main-section-wrap .section04 .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 9%;
  max-width: 1600px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  z-index: 100;
}
.main-section-wrap .section04 .txt .year {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.main-section-wrap .section04 .txt .year span {
  display: block;
}
.main-section-wrap .section04 .txt .year span:nth-child(1) {
  margin: -30% 0 0 0;
}
.main-section-wrap .section04 .txt .year span:nth-child(2) {
  margin: 0 0 0 -12%;
}
.main-section-wrap .section04 .txt .year img {
  display: block;
}
.main-section-wrap .section04 .txt p, .main-section-wrap .section04 .txt .grid-list-item ul li, .grid-list-item ul .main-section-wrap .section04 .txt li {
  width: 65%;
  font-size: 6rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  /* 테블릿, PC */
}
.main-section-wrap .section04 .txt p small, .main-section-wrap .section04 .txt .grid-list-item ul li small, .grid-list-item ul .main-section-wrap .section04 .txt li small {
  margin-bottom: 1rem;
  display: block;
  color: #fff;
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .main-section-wrap .section04 .txt p, .main-section-wrap .section04 .txt .grid-list-item ul li, .grid-list-item ul .main-section-wrap .section04 .txt li {
    width: 840px;
    font-size: 4.5rem;
  }
}
.main-section-wrap .section04 .txt p .btn, .main-section-wrap .section04 .txt .grid-list-item ul li .btn, .grid-list-item ul .main-section-wrap .section04 .txt li .btn {
  display: flex;
  margin-top: 6rem;
  font-size: 1.6rem;
  color: #fff !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .main-section-wrap .section04 .txt p .btn, .main-section-wrap .section04 .txt .grid-list-item ul li .btn, .grid-list-item ul .main-section-wrap .section04 .txt li .btn {
    position: absolute;
    bottom: -45px;
    left: -150px;
  }
}
.main-section-wrap .section04 .txt p .btn:after, .main-section-wrap .section04 .txt .grid-list-item ul li .btn:after, .grid-list-item ul .main-section-wrap .section04 .txt li .btn:after {
  background: url("../images/ico_arr_wh.png") no-repeat center center/20px;
}
.main-section-wrap .section04 .txt p .btn:hover, .main-section-wrap .section04 .txt .grid-list-item ul li .btn:hover, .grid-list-item ul .main-section-wrap .section04 .txt li .btn:hover {
  background: none;
}
.main-section-wrap .section04 .anim-item [class^=obj] {
  display: block;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  mix-blend-mode: overlay;
}
.main-section-wrap .section04 .anim-item [class^=obj].obj01 {
  top: 35%;
  left: 14%;
  width: 465px;
  height: 465px;
}
.main-section-wrap .section04 .anim-item [class^=obj].obj02 {
  top: 15%;
  left: 7%;
  width: 170px;
  height: 170px;
}
.main-section-wrap .section04 .anim-item [class^=obj].obj03 {
  top: 48%;
  left: 75%;
  width: 278px;
  height: 278px;
}
.main-section-wrap .section05 {
  padding-top: 0;
  background: #f6f3f2;
}
.main-section-wrap .section05 .tit-area {
  padding-top: 0;
}
.main-section-wrap .section05 .tit-area .tit small {
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.main-section-wrap .section05 .features-area.quick-slide {
  position: relative;
  margin-left: -250px;
  transform-style: preserve-3d;
  perspective: 1000px;
  /* 모바일 */
}
.main-section-wrap .section05 .features-area.quick-slide .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item {
  width: auto !important;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item .img {
  width: 270px;
  height: 357px;
}
@media all and (max-width: 990px) {
  .main-section-wrap .section05 .features-area.quick-slide {
    margin: 50px -25px 0 -25px !important;
  }
  .main-section-wrap .section05 .features-area.quick-slide .features-list {
    overflow: visible;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: unset;
    scroll-behavior: unset;
    will-change: unset;
  }
  .main-section-wrap .section05 .features-area.quick-slide .features-item .img {
    width: 189px;
    height: 250px;
  }
}
.main-section-wrap .section05 .features-area.quick-slide {
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .main-section-wrap .section05 .features-area.quick-slide {
    margin-top: 30px !important;
  }
}
.main-section-wrap .section05 .features-area.quick-slide .features-list {
  gap: 0 !important;
}
.main-section-wrap .section05 .features-area.quick-slide .features-list .img {
  width: 250px !important;
  height: 344px;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .main-section-wrap .section05 .features-area.quick-slide .features-list .img {
    width: 189px !important;
    height: 250px;
  }
}
.main-section-wrap .section05 .features-area.quick-slide .features-list .img .tit {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2; /* 제목이 항상 위에 보이도록 설정 */
  will-change: transform; /* 성능 최적화 */
  position: absolute;
  bottom: 27px;
  left: 30px;
  width: calc(100% - 60px);
  text-align: left;
  color: #fff;
  min-height: 48px;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.main-section-wrap .section05 .features-area.quick-slide .features-list .img .tit:after {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  background: url("../images/main/btn_arr_white.png") center center/contain no-repeat;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item { /* iOS 하드웨어 가속 활성화 */
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden; /* iOS에서 레이어링 문제 해결 */
  backface-visibility: hidden;
  z-index: 1; /* 기본 z-index 설정 */
  width: auto !important;
  /* 모바일 */
}
@media all and (max-width: 990px) {
  .main-section-wrap .section05 .features-area.quick-slide .features-item {
    width: auto !important;
  }
  .main-section-wrap .section05 .features-area.quick-slide .features-item .img .tit {
    bottom: 20px;
  }
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide01 .img {
  border-radius: 300px;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide01 .img .tit {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 60%);
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide01 .img .tit:after {
  display: none;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide01 .img .tit:before {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  background: url("../images/btn_play.png") center center/contain no-repeat;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide02 .img {
  border-radius: 30px;
  background: #2d2d2d;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide03 .img {
  border-radius: 125px;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide04 .img {
  border-radius: 50px;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide04 .img .tit {
  color: #000;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide04 .img .tit:after {
  background: url("../images/main/btn_arr_black.png") center center/contain no-repeat;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide05 .img {
  border-radius: 0;
  background: #0073fa;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide05 .img .tit:after {
  background: url("../images/main/btn_arr_blue.png") center center/contain no-repeat;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide06 .img {
  border-radius: 30px;
}
.main-section-wrap .section05 .features-area.quick-slide .features-item.slide07 .img {
  border-radius: 0;
}
@media all and (max-width: 1023px) {
  .main-section {
    height: 100% !important;
  }
  .main-section .inner {
    overflow: hidden;
    display: block;
    height: 100%;
  }
  .main-section .inner .sec-cont {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5rem;
  }
  .main-section .inner .sec-cont [class^=obj] {
    width: auto;
  }
  .main-section .inner .sec-cont [class^=obj] img {
    width: auto;
    max-width: auto;
  }
  .main-section .inner .anim-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 420px;
  }
  .main-section .inner .txt-item {
    padding-bottom: 0;
    width: 100%;
    height: 210px;
  }
  .main-section .inner .txt-item .tit p strong, .main-section .inner .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .main-section .inner .txt-item .tit li strong {
    font-size: 3.1rem;
  }
  .main-section .inner .btn-area {
    margin-top: 30px;
    gap: 30px;
  }
  .main-section-wrap .section01 .sec-cont {
    padding: 0;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj01 {
    max-width: 400px;
    right: 10%;
    top: -4%;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj01 img {
    transform: scale(0.95) !important;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj02 {
    max-width: 105px;
    top: -10px;
    left: 15px;
    z-index: 10;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj03 {
    max-width: 300px;
    top: -20%;
    right: -28%;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj03 img {
    transform: scale(0.5) !important;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj03 .light-wrap .light {
    width: 117%;
    bottom: 8% !important;
    left: 0 !important;
    background-image: radial-gradient(closest-side at 87% 13%, rgb(255, 190, 67), rgb(255, 255, 255)) !important;
  }
  .main-section-wrap .section01 .anim-item [class^=obj] .light-wrap .light {
    width: 108%;
    height: 30%;
    left: 74%;
    bottom: -15px;
    background-image: radial-gradient(closest-side at 28% 32%, rgb(255, 190, 67), rgb(255, 255, 255));
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj04, .main-section-wrap .section01 .anim-item [class^=obj].obj05, .main-section-wrap .section01 .anim-item [class^=obj].obj06 {
    top: unset;
    bottom: -10%;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj04 img, .main-section-wrap .section01 .anim-item [class^=obj].obj05 img, .main-section-wrap .section01 .anim-item [class^=obj].obj06 img {
    transform: scale(0.5) !important;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj04 {
    bottom: 0;
    left: unset;
    right: -30%;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj04 img {
    transform: scale(0.35) !important;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj05 {
    bottom: 13%;
    left: -20%;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj05 img {
    transform: scale(0.4) !important;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj06 {
    bottom: -40%;
    left: -22%;
  }
  .main-section-wrap .section01 .anim-item [class^=obj].obj06 img {
    transform: scale(0.5) !important;
  }
  .main-section-wrap .section02 .sec-cont {
    flex-direction: column;
    justify-content: flex-start;
    gap: 70px;
  }
  .main-section-wrap .section02 .sec-cont .txt-item {
    height: auto;
    min-height: auto;
  }
  .main-section-wrap .section02 .sec-cont .anim-item {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% + 24px);
    height: auto;
  }
  .main-section-wrap .section02 .sec-cont .anim-item [class^=obj] img {
    transform: scale(0.7) !important;
  }
  .main-section-wrap .section02 .sec-cont .anim-item [class^=obj].obj01 img {
    margin-left: 0;
    transform: scale(1) !important;
  }
  .main-section-wrap .section02 .sec-cont .anim-item [class^=obj].obj02 {
    width: 60%;
    top: 13%;
    left: -40%;
  }
  .main-section-wrap .section02 .sec-cont .anim-item [class^=obj].obj03 {
    top: -13%;
    left: -5%;
  }
  .main-section-wrap .section02 .sec-cont .anim-item [class^=obj].obj04 {
    top: -20%;
    left: 50%;
    right: -16%;
  }
  .main-section-wrap .section02 .sec-cont .anim-item [class^=obj].obj05 {
    top: -28%;
    left: 50%;
    transform: translateX(100px);
  }
  .main-section-wrap .section02 .bg {
    width: 100% !important;
    z-index: -1;
  }
  .main-section-wrap .section02 .btn-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex !important;
    gap: 30px;
    max-width: 100%;
  }
  .main-section-wrap .section02 .btn-area.narrow-hide {
    display: none !important;
  }
  .main-section-wrap .section02 .btn-area .img {
    display: none;
  }
  .main-section-wrap .section03 {
    padding: 80px 0 0;
  }
  .main-section-wrap .section03 .inner {
    overflow: visible;
  }
  .main-section-wrap .section03 .brand-slide {
    height: 100%;
  }
  .main-section-wrap .section03 .brand-slide .swiper-slide-prev {
    flex-direction: row-reverse;
  }
  .main-section-wrap .section03 .brand-slide .swiper-pagination {
    width: 100px;
    height: auto;
    line-height: 1;
    top: unset;
    left: unset;
    bottom: -17px;
    right: 20px;
    text-align: center;
    background: none;
  }
  .main-section-wrap .section03 .brand-slide .swiper-pagination .swiper-pagination-total {
    color: #ddd;
  }
  .main-section-wrap .section03 .brand-slide .swiper-button-next {
    top: unset;
    bottom: -28px;
    left: unset;
    right: 25px;
    z-index: 30;
  }
  .main-section-wrap .section03 .brand-slide .swiper-button-next:after {
    display: block;
    content: "";
    width: 20px;
    height: 16px;
    background: url("../images/btn_ico_arr.png") no-repeat center center/20px;
    transform: translateZ(0);
  }
  .main-section-wrap .section03 .brand-slide .swiper-button-prev {
    top: unset;
    left: unset;
    bottom: -28px;
    right: 97px;
    z-index: 30;
  }
  .main-section-wrap .section03 .brand-slide .swiper-button-prev:after {
    display: block;
    content: "";
    width: 20px;
    height: 16px;
    transform: rotate(180deg);
    background: url("../images/btn_ico_arr.png") no-repeat center center/20px;
  }
  .main-section-wrap .section03 .brand-slide .swiper-button-disabled {
    opacity: 0.2;
  }
  .main-section-wrap .section03 .sec-cont {
    padding: 0;
    gap: 0;
    justify-content: center;
  }
  .main-section-wrap .section03 .sec-cont [class^=obj] img {
    transform: scale(1) !important;
  }
  .main-section-wrap .section03 .sec-cont.slide01 .obj02 {
    transform: translate(10%, -80%);
  }
  .main-section-wrap .section03 .sec-cont.slide01.swiper-slide-active .obj02 {
    transform: translate(13%, -50%);
  }
  .main-section-wrap .section03 .sec-cont .obj02 {
    width: 118px;
  }
  .main-section-wrap .section03 .sec-cont .txt-item {
    min-height: 193px;
    height: auto;
  }
  .main-section-wrap .section03 .sec-cont .txt-item .tit small {
    font-size: 2rem;
  }
  .main-section-wrap .section03 .sec-cont .txt-item .tit p + p, .main-section-wrap .section03 .sec-cont .txt-item .tit .grid-list-item ul li + p, .grid-list-item ul .main-section-wrap .section03 .sec-cont .txt-item .tit li + p, .main-section-wrap .section03 .sec-cont .txt-item .tit .grid-list-item ul p + li, .grid-list-item ul .main-section-wrap .section03 .sec-cont .txt-item .tit p + li, .main-section-wrap .section03 .sec-cont .txt-item .tit .grid-list-item ul li + li, .grid-list-item ul .main-section-wrap .section03 .sec-cont .txt-item .tit li + li {
    margin-top: 10px;
    font-size: 2.3rem;
    word-break: keep-all;
  }
  .main-section-wrap .section03 .sec-cont .txt-item .tit p + p br, .main-section-wrap .section03 .sec-cont .txt-item .tit .grid-list-item ul li + p br, .grid-list-item ul .main-section-wrap .section03 .sec-cont .txt-item .tit li + p br, .main-section-wrap .section03 .sec-cont .txt-item .tit .grid-list-item ul p + li br, .grid-list-item ul .main-section-wrap .section03 .sec-cont .txt-item .tit p + li br, .main-section-wrap .section03 .sec-cont .txt-item .tit .grid-list-item ul li + li br, .grid-list-item ul .main-section-wrap .section03 .sec-cont .txt-item .tit li + li br {
    display: none;
  }
  .main-section-wrap .section03 .sec-cont .anim-item {
    height: 100%;
    padding-bottom: 30px;
    margin-top: 50px;
  }
  .main-section-wrap .section03 .sec-cont .btn-area {
    position: static;
  }
  .main-section-wrap .section04 {
    height: 100vh !important;
  }
  .main-section-wrap .section04 .inner {
    height: 100vh;
  }
  .main-section-wrap .section04 .txt {
    top: unset;
    bottom: 50px;
    gap: 10px;
  }
  .main-section-wrap .section04 .txt .year span {
    width: 65px;
  }
  .main-section-wrap .section04 .txt .year span + span {
    width: 80px;
  }
  .main-section-wrap .section04 .txt p, .main-section-wrap .section04 .txt .grid-list-item ul li, .grid-list-item ul .main-section-wrap .section04 .txt li {
    width: auto;
    font-size: 2.4rem;
  }
  .main-section-wrap .section04 .anim-item [class^=obj].obj01 {
    display: none;
  }
  .main-section-wrap .section04 .anim-item [class^=obj].obj02 {
    left: unset;
    top: 30%;
    right: 0;
    width: 226px;
    height: 226px;
  }
  .main-section-wrap .section04 .anim-item [class^=obj].obj03 {
    top: 17%;
    left: unset;
    right: -9%;
    width: 86px;
    height: 86px;
  }
  .main-section-wrap .section04 .bg {
    background-image: url("../images/main/bg_history_m.png");
    background-position: 0 center;
  }
  .main-section-wrap .section05 {
    padding: 80px 0 100px;
  }
  .main-section-wrap .section05 .tit-area .tit {
    font-size: 3.1rem;
  }
  .main-section-wrap .section05 .tit-area .tit small {
    font-size: 1.6rem;
  }
  .main-section-wrap .section05 .sec-cont {
    padding: 0;
  }
  .main-section-wrap .section05 .slide02.features-item .img img {
    position: relative;
    width: calc(100% + 10px);
    height: calc(100% + 35px);
    top: -35px;
    left: 10px;
  }
}
@media all and (min-width: 460px) and (max-width: 1023px) {
  .main-section .inner .anim-item {
    height: 500px;
  }
}

.en .main-section-wrap .inner .txt-item .tit p strong, .en .main-section-wrap .inner .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .en .main-section-wrap .inner .txt-item .tit li strong {
  letter-spacing: -0.02em;
  font-size: 5.8rem;
  /* 모바일, 테블릿 */
  /* 모바일 small */
}
@media all and (max-width: 1023px) {
  .en .main-section-wrap .inner .txt-item .tit p strong, .en .main-section-wrap .inner .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .en .main-section-wrap .inner .txt-item .tit li strong {
    font-size: 3rem;
  }
}
@media all and (max-width: 320px) {
  .en .main-section-wrap .inner .txt-item .tit p strong, .en .main-section-wrap .inner .txt-item .tit .grid-list-item ul li strong, .grid-list-item ul .en .main-section-wrap .inner .txt-item .tit li strong {
    font-size: 2.5rem;
  }
}
.en .main-section-wrap .inner .btn-area {
  gap: 3.4rem;
}
.en .main-section-wrap .inner .btn-txt {
  letter-spacing: -0.02em;
}
.en .main-section-wrap .section03 .txt-item .tit p .txt, .en .main-section-wrap .section03 .txt-item .tit .grid-list-item ul li .txt, .grid-list-item ul .en .main-section-wrap .section03 .txt-item .tit li .txt {
  font-size: 10rem;
  /* 모바일, 테블릿 */
}
@media all and (max-width: 1023px) {
  .en .main-section-wrap .section03 .txt-item .tit p .txt, .en .main-section-wrap .section03 .txt-item .tit .grid-list-item ul li .txt, .grid-list-item ul .en .main-section-wrap .section03 .txt-item .tit li .txt {
    font-size: 3rem;
  }
}
.en .main-section-wrap .section04 .txt .year {
  width: 450px;
}
.en .main-section-wrap .section04 .txt p, .en .main-section-wrap .section04 .txt .grid-list-item ul li, .grid-list-item ul .en .main-section-wrap .section04 .txt li {
  font-size: 5rem;
  /* 테블릿, PC */
  /* 모바일, 테블릿 */
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .en .main-section-wrap .section04 .txt p br, .en .main-section-wrap .section04 .txt .grid-list-item ul li br, .grid-list-item ul .en .main-section-wrap .section04 .txt li br {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .en .main-section-wrap .section04 .txt p, .en .main-section-wrap .section04 .txt .grid-list-item ul li, .grid-list-item ul .en .main-section-wrap .section04 .txt li {
    font-size: 2.4rem !important;
  }
  .en .main-section-wrap .section04 .txt p br, .en .main-section-wrap .section04 .txt .grid-list-item ul li br, .grid-list-item ul .en .main-section-wrap .section04 .txt li br {
    display: none;
  }
}

@-webkit-keyframes animScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes animScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style_en.css.map */





/*지속가능-품질경영*/
/* .inner.quality { padding: 0;} */
.contents.quality .dot-list.flex { padding-left: 15px;}
.contents.quality .section .sec-tit03 { font-size: 2.5rem; align-items: normal;}
.contents.quality #mind .logo-ico-box { 
    display:flex; gap: 50px; align-items: center;
    @media all and (max-width: 990px) {
      flex-direction: column;
      gap: 20px;
    }
  }

  .contents.quality .section.start.main_first .sec-img-wrap { padding: 0 200px; text-align: center;}
  /* .contents.quality .section.start .sec-img-wrap img { width: 100%;} */

.contents.quality #mind .logo-ico-box > .desc { margin-top:0; font-size: 1.8rem; color: #000; font-weight: 700;}

.inner.quality { padding: 0}
.inner.quality .features-area { margin-top:3rem }
.inner.quality .features-item {position:relative;width:33%; flex-shrink: 1; overflow: hidden;}

.inner.quality .features-list.col-3.blur-text .features-item .img::before,
.inner.quality .features-list.col-3.blur-text .features-item .img::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 40%; /* 조정 가능 */
  pointer-events: none;
  z-index: 2;
}

.inner.quality .features-list.col-3.blur-text .features-item .img::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  filter: blur(12px);
}
.inner.quality .features-list.col-3.blur-text .features-item .img::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  filter: blur(12px);
}

.inner.quality .features-item .txt { 
  display: flex; position:absolute; width:100%; height:100%; 
  padding: 3rem 2rem; flex-direction: column; color:#fff; max-width: 100%; justify-content: space-between; z-index: 3;
  /* background-color: rgb(0, 0, 0, 0.5); */
}
.inner.quality .features-item .txt > dd { color:#fff; text-align: right; font-size: 1.8rem}
.inner.quality .features-item .txt > dt > strong { font-weight: 900;}
.inner.quality .features-item .img { width:100%; height: 357px; border-radius: 0;}
#quality_certi .inner.quality .features-item .img img { object-fit: inherit;}
.inner.quality .features-item .img img:hover { transform: scale(1); }

.tbl-wrap.sty_qua { margin-top: 20px}
.tbl-wrap.sty_qua .tbl thead tr:first-child { border-top: 1px solid #ddd;  }
.tbl-wrap.sty_qua .tbl thead th { background-color: rgb(246, 243, 242); font-weight: 700; text-align: center; color:#000 }
.tbl-wrap.sty_qua .tbl thead th::before { display: none;}
.tbl-wrap.sty_qua .tbl tbody {text-align: center;}
.tbl-wrap.sty_qua .tbl tbody th, .tbl-wrap .tbl tfoot th { border-bottom: 1px solid #ddd; text-align: center;}

.tbl-wrap .tbl.last-td-left tbody td:first-child.ico { padding-right: 0;}
.tbl-wrap .tbl.last-td-left tbody td:last-child { text-align: left;}


.hpls .tbl-wrap.link td {
  display: flex;
  height: 70px;
  
} 

.hpls .tbl-wrap.link .tbl.type-typho {
  margin-top: 2rem;
}

.hpls .tbl-wrap.link .tbl.type-typho tr td {
  padding:0;
}

.hpls .tbl-wrap a.tbl_link {
  display: flex;
  width:100%;
  height: 100%;
  justify-content: space-between;
  padding-left:20px;
  word-break: break-word;
  text-align: left;
}

.hpls .tbl-wrap a.tbl_link.ico-arr {
  white-space:normal;
  flex-wrap: nowrap;
  padding-right: 20px;;
}

.hpls .tbl-wrap .tbl.type-typho tr td:after {
  left:0;
}

.hpls .tbl-wrap a.tbl_link .ico-arr:after {
  background: url("../images/btn_ico_arr.png") no-repeat right center/20px
}


@media all and (max-width: 1024px) {
.hpls .tbl-wrap.link .tbl.type-typho tr td
  .hpls .tbl-wrap a.tbl_link.ico-arr {
    flex-direction: row;
    flex-wrap: nowrap;
    
  }
  .hpls .tbl-wrap a.tbl_link.ico-arr > span {
    padding:20px 0px;
  }
  .hpls .tbl-wrap.link .tbl.type-typho tr td { 
    height: 100%;
  }
}

@media all and (max-width: 360px) {
  .footer .inner .logo-wrap {
    top: -160px;
  }

}




.tbl-wrap.link .tbl.type-typho tr:first-child td::before {
  left:0;
  width: calc(100%);
}
.tbl-wrap.link .tbl.type-typho tr:first-child td::after {
  left:0;
}

@media (min-width: 1400px) {
   .inner.quality .features-list.col-3 { gap:48px } 
}

@media (max-width: 1023px) {
  .inner.quality .features-list.blur-text .features-item { width:100% !important; }
  .inner.quality .features-list.blur-text .features-item .img { max-width:100%;}
}

@media (max-width: 990px) and (max-width: 1023px) {
  /* .inner.quality .features-list { padding:0 } */
}

@media (max-width: 990px) {
  /* .inner.quality .features-list { flex-direction: column; }
  .inner.quality .features-list { padding:0 } */

  .inner.quality .features-list { flex-wrap: wrap; } 
  .contents.quality .section.start.main_first .sec-img-wrap { padding: 0 }
}

@media all and (max-width: 690px) {
  .sub-nav-anchor .anchor-list {
    background-color:#fff;
    padding: 0 20px !important;
  }
  .sub-nav-anchor {
    overflow:visible;
  }
  .sub-nav-anchor .anchor-item:first-child {
    margin-left:0;
  }
  .sub-nav-anchor .anchor-list {
    padding:0;
  }
  .header .inner {
    flex-direction: column;
  }

  .header .inner .logo {
    font-size: 17px;
    align-content: center;
  }

  .sub-nav {
    width:100%;
  }
}


@media all and (max-width: 540px) {
  
 
}

.contents .info-area .info-list .info-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  width: calc(100%);
  margin-top:20px;
  border-top: 2px solid #121212;
}
.contents .info-area .info-list .info-item .sub-tit {
  text-align: left;
  font-size: 2.2rem;
  color: #666666;
  /* 모바일*/
  /* 테블릿, PC */
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .sub-tit {
    display: block;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
@media all and (min-width: 821px) and (max-width: 1399px) {
  .contents .info-area .info-list .info-item .sub-tit {
    font-size: 2.2rem;
  }
}
.contents .info-area .info-list .info-item .tel {
  padding-left: 4rem;
  /* 모바일*/
  /* 테블릿, PC */
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .tel {
    padding-left: 0;
  }
}
@media all and (min-width: 821px) and (max-width: 1399px) {
  .contents .info-area .info-list .info-item .tel {
    padding-left: 0;
  }
}
.contents .info-area .info-list .info-item .tel li {
  /* 모바일*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .tel li:first-child a {
    border-bottom: 1px solid #000;
  }
}
.contents .info-area .info-list .info-item .tel li::before {
  display: inline-block;
  content: "";
  margin-right: 1.6rem;
  width: 32px;
  height: 32px;
  background: url("../images/cyber-audit/ico_phone.png") no-repeat;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .tel li::before {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.contents .info-area .info-list .info-item .tel li + li {
  margin-top: 2rem;
}
.contents .info-area .info-list .info-item .tel li + li::before {
  background: url("../images/cyber-audit/ico_fax.png") no-repeat;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .tel li + li::before {
    background-size: 30px;
  }
}
.contents .info-area .info-list .info-item .tel li a {
  font-size: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
  /* 모바일*/
  /* 테블릿, PC */
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .tel li a {
    font-size: 2.3rem;
  }
}
@media all and (min-width: 821px) and (max-width: 1399px) {
  .contents .info-area .info-list .info-item .tel li a {
    font-size: 2.5rem;
  }
}
.contents .info-area .info-list .info-item .addr {
  position: relative;
  max-width: 45.4rem;
  margin-left: 4rem;
  padding-left: 4.8rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .addr {
    margin-left: 0;
    text-align: left;
  }
}
.contents .info-area .info-list .info-item .addr::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  content: "";
  margin-right: 1.6rem;
  width: 32px;
  height: 32px;
  background: url("../images/cyber-audit/ico_mail.png") no-repeat;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .addr::before {
    top: 1px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.contents .info-area .info-list .info-item .addr dt {
  font-weight: 700;
  font-size: 2.3rem;
  /* 모바일*/
  /* 테블릿, PC */
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .addr dt {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 821px) and (max-width: 1399px) {
  .contents .info-area .info-list .info-item .addr dt {
    font-size: 2.3rem;
  }
}
.contents .info-area .info-list .info-item .addr dd {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .addr dd {
    margin: 10px 0 0 0;
  }
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list {
    display: block;
    margin: 0;
  }
  .contents .info-area .info-list .info-item {
    display: block;
    padding: 15px 0 0 0;
    margin: 24px 0 0 0;
    width: 100%;
  }
  .contents .info-area .info-list .info-item + .info-item {
    margin-top: 46px;
  }
}
.contents .info-txt-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-top: 0;
  padding-top: 8rem;
  /* 모바일*/
}