.header {
  color: #000;
}
.header .logo > a img {
  content: url("../img/common/logo.png");
}
.header .right-menu .search-wrap {
  border: 1px solid var(--bk, #9EA1B3);
}
.header .right-menu .search-wrap .search img {
  content: url("../img/common/search.png");
}
.header .right-menu .search-wrap .srh {
  color: var(--bk);
}
.header .right-menu .search-wrap .srh::-moz-placeholder {
  color: var(--bk);
}
.header .right-menu .search-wrap .srh::placeholder {
  color: var(--bk);
}
.header .right-menu .lang-wrap {
  border: 1px solid var(--bk);
}
.header .right-menu .lang-wrap .lang-option {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

html {
  overflow-x: hidden;
}

.inner {
  max-width: 116rem;
  padding: 0 4rem;
  margin: 0 auto;
}

.section {
  width: 100%;
  padding-bottom: 12rem;
  margin-top: 12rem;
}

.visual-wrap {
  width: 100vw;
}

.visual {
  width: 100%;
  height: 40rem;
  background-size: cover !important;
}
.visual .inner {
  max-width: 138rem;
}
.visual.sub1 {
  background: url("../img/sub/sub1/visual.png") no-repeat;
}
.visual.sub2 {
  background: url("../img/sub/sub2/visual.png") no-repeat;
}
.visual.sub3 {
  background: url("../img/sub/sub3/visual.png") no-repeat;
}
.visual.sub4 {
  background: url("../img/sub/sub4/visual.png") no-repeat;
}
.visual.sub5 {
  background: url("../img/sub/sub5/visual.png") no-repeat;
}
.visual.sub6 {
  background: url("../img/sub/sub6/visual.png") no-repeat;
}
.visual.sub7 {
  background: url("../img/sub/sub6/visual2.png") no-repeat;
}
.visual .txt-wrap {
  padding-top: 17.6rem;
}
.visual .company-name {
  position: relative;
  padding-left: 0.75rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: var(--ff-pop);
}
.visual .company-name::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  background: var(--sub-point);
  position: absolute;
  top: -0.73rem;
  left: 0;
  z-index: -1;
}
.visual .visual-tit {
  position: relative;
  margin-top: 2rem;
  font-size: 4.9rem;
  line-height: 5.6rem;
  font-weight: 600;
  color: #fff;
  font-family: var(--ff-pop);
}
.visual .visual-tit::before {
  content: "";
  width: 10rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -2rem;
}
.visual .desc {
  margin-top: 4rem;
  height: 3rem;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  font-family: var(--ff-pop);
}
.visual.sub1 .desc {
  font-family: "Noto Sans KR";
}

.sub-nav-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 138rem;
  display: flex;
  z-index: 10;
  gap: 1rem;
  margin-top: -10.4rem;
  justify-content: right;
  align-items: flex-start;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.sub-nav {
  display: flex;
  align-items: center;
}
.sub-nav > li {
  width: 22.1rem;
  font-size: 1.6rem;
  color: #fff;
}
.sub-nav .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.sub-nav .select-box {
  position: relative;
  min-width: 11.5rem;
}
.sub-nav .select-box.bg-blue {
  background: #F5F8FF;
}
.sub-nav .select-btn {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 2rem;
  background: rgba(35, 50, 135, 0.2);
  border-radius: 9rem;
  -webkit-border-radius: 9rem;
  -moz-border-radius: 9rem;
  -ms-border-radius: 9rem;
  -o-border-radius: 9rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 11;
}
.sub-nav .select-btn .select {
  display: inline-block;
  width: 100%;
  max-width: 20.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
}
.sub-nav .select-btn.active {
  background: var(--main);
}
.sub-nav .select-btn.active .select {
  white-space: wrap;
}
.sub-nav .option {
  position: absolute;
  overflow-y: auto;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: auto;
  background: rgba(35, 50, 135, 0.2);
  border-radius: 2rem 2rem 1rem 1rem;
  -webkit-border-radius: 2rem 2rem 1rem 1rem;
  -moz-border-radius: 2rem 2rem 1rem 1rem;
  -ms-border-radius: 2rem 2rem 1rem 1rem;
  -o-border-radius: 2rem 2rem 1rem 1rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.sub-nav .option li {
  width: 100% !important;
}
.sub-nav .option li:first-child a {
  padding-top: 5.6rem;
}
.sub-nav .option li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  line-height: 1.2;
}

.s-nav {
  position: absolute;
  width: 100%;
  padding-top: 2rem;
}
.s-nav .n-list {
  display: flex;
  width: 100%;
  gap: 2rem;
}
.s-nav .n-list li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.s-nav .n-list li:nth-child(4), .s-nav .n-list li:last-child {
  font-weight: 600;
}
.s-nav .n-list li::before {
  content: "";
  width: 0.6rem;
  height: 1rem;
  background: url("../img/sub/sub2/nav.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -1.3rem;
}
.s-nav .n-list li:last-child::before {
  display: none;
}

@media all and (max-width: 85.375rem) {
  .section {
    padding-bottom: 10rem;
    margin-top: 10rem;
  }
  .sub-nav-wrap {
    padding-bottom: 10rem;
  }
}
@media all and (max-width: 64rem) {
  .section {
    padding-bottom: 8rem;
    margin-top: 8rem;
  }
  .sub-nav-wrap {
    padding-bottom: 6rem;
  }
  .visual {
    height: 45rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .section {
    padding-bottom: 6rem;
    margin-top: 6rem;
  }
  .sub-nav-wrap {
    padding-bottom: 6rem;
  }
  .visual {
    height: 50rem;
  }
  .sub-nav .select-box {
    width: 22.5rem !important;
  }
  .sub-nav .select-box .select {
    font-size: 1.5rem;
  }
  .sub-nav .option li a {
    font-size: 1.5rem;
  }
  .s-nav {
    position: relative;
    margin-bottom: 4rem;
  }
  .s-nav .n-list {
    flex-wrap: wrap;
    gap: 0.5rem 1.2rem;
  }
  .s-nav .n-list li {
    font-size: 1.4rem;
  }
  .s-nav .n-list li::before {
    right: -1rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .section {
    padding-bottom: 4rem;
  }
  .section.sec-1 {
    margin-top: 8rem;
  }
  .inner {
    padding: 0 2rem;
  }
  .visual {
    height: 45rem;
  }
  .visual .txt-wrap {
    padding-top: 15.6rem;
  }
  .visual .company-name {
    font-size: 2rem;
  }
  .visual .company-name::before {
    width: 1.2rem;
    height: 1.2rem;
    top: -0.6rem;
  }
  .visual .visual-tit {
    font-size: 4.5rem;
  }
  .visual .visual-tit::before {
    width: 8rem;
    bottom: -1rem;
  }
  .visual .desc {
    margin-top: 3rem;
    line-height: 1.3;
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .sub-nav-wrap {
    padding-bottom: 4rem;
    margin-top: -13rem;
    flex-direction: column;
    z-index: 999;
  }
  .sub-nav {
    width: 100%;
  }
  .sub-nav .select-btn {
    padding: 1rem;
  }
  .sub-nav .select-box {
    width: 100% !important;
  }
  .sub-nav .option li a {
    padding: 1.5rem 1rem;
  }
  .nav {
    position: relative;
  }
}
.point {
  color: var(--main);
}

.reverse {
  flex-direction: row-reverse;
}

.hideen {
  display: none;
}

.section-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.section-top .logo-wrap {
  margin-bottom: 1rem;
}
.section-top .sec-tit {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
.section-top .desc {
  font-size: 2rem;
  color: var(--main);
  line-height: 1.6;
}

@media all and (max-width: 85.375rem) {
  .section-top .sec-tit {
    font-size: 3rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .section-top .sec-tit {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .section-top {
    gap: 1rem;
  }
  .section-top .sec-tit {
    font-size: 2.4rem;
  }
  .section-top .logo-wrap {
    height: 3rem;
  }
  .section-top .logo-wrap img {
    height: 100%;
  }
  .section-top .desc {
    font-size: 1.8rem;
  }
}
.ceo .inner {
  max-width: 138rem;
}
.ceo .sec-1 {
  padding-bottom: 8rem;
}
.ceo .sec-1 .img-wrap {
  text-align: center;
}
.ceo .sec-1 .sec-tit {
  margin-top: 6rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
.ceo .sec-1 .desc {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.ceo .sec-2 {
  position: relative;
  margin-top: 0;
}
.ceo .mesg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31.25%;
  height: 100%;
  background: var(--sub-03);
}
.ceo .flex-wrap {
  display: flex;
  align-items: flex-start;
  gap: 27rem;
  padding-top: 4rem;
}
.ceo .tit {
  position: relative;
  font-size: 2rem;
  font-family: var(--ff-pop);
  font-weight: 500;
}
.ceo .tit::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: var(--sub-point);
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  position: absolute;
  top: -0.5rem;
  left: -0.7rem;
  z-index: -1;
}
.ceo .in-flex-wrap {
  display: flex;
  align-items: flex-start;
  gap: 4.8rem;
  justify-content: right;
  max-width: 89rem;
}
.ceo .left {
  width: 50%;
}
.ceo .left .point {
  font-weight: 600 !important;
}
.ceo .right {
  width: 50%;
  margin-top: 7.8rem;
  margin-bottom: 1rem;
}
.ceo .left .desc,
.ceo .right .desc {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.ceo .left .desc:last-child,
.ceo .right .desc:last-child {
  margin-bottom: 0;
}
.ceo .bot {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 1rem;
}
.ceo .bot .desc {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
}

@media all and (max-width: 85.375rem) {
  .ceo .flex-wrap {
    gap: 15rem;
  }
  .ceo .mesg {
    width: 20.25%;
  }
}
@media all and (max-width: 64rem) {
  .ceo .sec-1 .img-wrap {
    height: 20rem;
  }
  .ceo .sec-1 .img-wrap img {
    height: 100%;
  }
  .ceo .sec-1 .sec-tit {
    font-size: 3.2rem;
  }
  .ceo .sec-1 .desc {
    font-size: 1.8rem;
  }
  .ceo .mesg {
    width: 20.25%;
  }
  .ceo .tit {
    display: block;
    font-size: 1.8rem;
  }
  .ceo .flex-wrap {
    gap: 3rem;
  }
  .ceo .left,
  .ceo .right {
    width: 45%;
  }
  .ceo .left .desc,
  .ceo .right .desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .ceo .in-flex-wrap {
    gap: 3rem;
    width: 80%;
  }
  .ceo .bot .desc {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .ceo .sec-1 .sec-tit {
    margin-top: 5rem;
    font-size: 3rem;
  }
  .ceo .sec-1 .desc {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .ceo .mesg {
    width: 23.25%;
  }
  .ceo .in-flex-wrap {
    width: 70%;
    flex-direction: column;
  }
  .ceo .left,
  .ceo .right {
    width: 100%;
  }
  .ceo .left .desc,
  .ceo .right .desc {
    margin-bottom: 2rem;
  }
  .ceo .right {
    margin-bottom: 0;
    margin-top: 0;
  }
  .ceo .bot {
    margin-top: 5rem;
  }
  .ceo .bot .desc {
    margin-top: 1rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .ceo .sec-1 {
    padding-bottom: 4rem;
  }
  .ceo .sec-1 .img-wrap {
    height: 15rem;
  }
  .ceo .sec-1 .sec-tit {
    margin-top: 4rem;
    font-size: 2.7rem;
  }
  .ceo .mesg {
    display: none;
  }
  .ceo .flex-wrap {
    flex-direction: column;
  }
  .ceo .in-flex-wrap {
    width: 100%;
  }
  .ceo .bot {
    margin-top: 4rem;
  }
}
.history .article {
  max-width: 108rem;
  margin: 0 auto;
}
.history .type {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.history .type span {
  padding: 1rem 2.2rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: var(--sub-01);
  font-family: "Poppins", sans-serif;
  color: var(--main);
  font-weight: 600;
}
.history .sec-tit {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
.history .sec-1 .img-cont {
  margin-top: 6rem;
}
.history .sec-1 .img-cont .flex-wrap {
  display: flex;
}
.history .sec-1 .img-cont .left,
.history .sec-1 .img-cont .right {
  width: 100%;
  height: 13.5rem;
  border-bottom: 1px solid var(--grey-04);
}
.history .sec-1 .img-cont .mid {
  min-width: 41.8rem;
}
.history .sec-1 .img-cont .p-type {
  display: block;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  color: var(--main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.history .sec-1 .img-cont .desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.history .sec-1 .img-cont .right {
  text-align: right;
}
.history .sec-1 .img-cont .bot {
  position: relative;
  margin-top: 13.5rem;
  text-align: center;
}
.history .sec-1 .img-cont .bot::before {
  content: "";
  position: absolute;
  top: -13.5rem;
  left: 50%;
  transform: translateX(-505);
  height: 13.5rem;
  width: 0;
  border-left: 1px solid var(--grey-04);
  -webkit-transform: translateX(-505);
  -moz-transform: translateX(-505);
  -ms-transform: translateX(-505);
  -o-transform: translateX(-505);
}
.history .sec-1 .arti {
  position: relative;
  margin-top: 8rem;
  max-width: none;
}
.history .sec-1 .arti::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 40.4rem;
  height: 61.8rem;
  background: var(--sub-03);
}
.history .sec-1 .arti .inner {
  max-width: 116rem;
}
.history .sec-1 .arti .txt-box {
  position: absolute;
  top: 0;
  left: 4rem;
}
.history .sec-1 .arti .txt-box .type {
  justify-content: left;
}
.history .sec-1 .arti .txt-box .sec-tit {
  text-align: left;
}
.history .sec-1 .arti .info-box {
  width: 44.2rem;
}
.history .sec-1 .arti .mis-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.history .sec-1 .arti .left {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.history .sec-1 .arti .i-type {
  display: block;
  margin-top: 2rem;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: var(--main);
}
.history .sec-1 .arti .desc {
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.history .sec-2 .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  gap: 9.8rem;
}
.history .sec-2 .flex-wrap.mt-80 {
  margin-top: 8rem;
}
.history .sec-2 .flex-wrap.reverse .line::after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 1.1rem;
  -webkit-border-radius: 1.1rem;
  -moz-border-radius: 1.1rem;
  -ms-border-radius: 1.1rem;
  -o-border-radius: 1.1rem;
  background: var(--sub-point);
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.history .sec-2 .line {
  position: relative;
  width: 1px;
  height: 72rem;
  background: var(--sub-point);
}
.history .sec-2 .line::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 1.1rem;
  -webkit-border-radius: 1.1rem;
  -moz-border-radius: 1.1rem;
  -ms-border-radius: 1.1rem;
  -o-border-radius: 1.1rem;
  background: var(--sub-point);
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.history .sec-2 .img-wrap {
  margin: 6rem 0;
  width: 50%;
}
.history .sec-2 .txt-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.history .sec-2 .num {
  font-family: var(--ff-pop);
  font-size: 4rem;
  font-weight: 800;
  color: var(--sub-point);
}
.history .sec-2 .txt-tit {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 600;
}
.history .sec-2 .list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.history .sec-2 .list li {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  align-items: flex-start;
}
.history .sec-2 .list li .year {
  display: block;
  min-width: 7rem;
  font-weight: 600;
}
.history .sec-3 .tab {
  display: flex;
}
.history .sec-3 .tab li {
  padding: 0.5rem 0.8rem;
  color: var(--grey-01);
  font-size: 2rem;
  font-weight: 500;
}
.history .sec-3 .tab li.on {
  color: var(--main);
  border-bottom: 1px solid var(--main);
}
.history .sec-3 .flex-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
.history .sec-3 .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22.1rem;
}
.history .sec-3 .left .desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}
.history .sec-3 .grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
.history .sec-3 .img-box {
  max-width: 23rem;
}
.history .sec-3 .img-box .desc {
  display: block;
  width: 100%;
  margin-top: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.history .sec-3 .mt-80 {
  margin-top: 8rem;
}

@media all and (max-width: 64rem) {
  .history .sec-1 .arti .left {
    gap: 10rem;
  }
  .history .sec-2 .flex-wrap {
    gap: 5rem;
  }
  .history .sec-3 .grid-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 63.9375rem) {
  .history .sec-tit {
    font-size: 2.7rem;
  }
  .history .sec-1 .img-cont .mid {
    min-width: 24.8rem;
  }
  .history .sec-1 .img-cont .bot {
    margin-top: 10rem;
  }
  .history .sec-1 .img-cont .bot::before {
    height: 10rem;
    top: -10rem;
  }
  .history .sec-1 .arti::before {
    top: 32.4rem;
    height: 45.8rem;
    background: var(--sub-03);
  }
  .history .sec-1 .arti .mis-wrap {
    gap: 4rem;
  }
  .history .sec-1 .arti .info-box {
    width: 100%;
  }
  .history .sec-1 .arti .left {
    width: 100%;
  }
  .history .sec-2 .flex-wrap {
    gap: 4rem;
  }
  .history .sec-2 .flex-wrap.mt-80 {
    margin-top: 6rem;
    flex-direction: row-reverse;
  }
  .history .sec-2 .flex-wrap .txt-wrap {
    width: 80%;
    gap: 2rem;
  }
  .history .sec-2 .line {
    height: 58rem;
  }
  .history .sec-2 .num {
    font-size: 5rem;
  }
  .history .sec-3 .flex-wrap.mt-80 {
    margin-top: 6rem;
  }
  .history .sec-3 .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 47.9375rem) {
  .history .sec-tit {
    font-size: 2.4rem;
  }
  .history .sec-1 .flex-wrap {
    flex-direction: column;
    gap: 2rem;
  }
  .history .sec-1 .img-cont .left,
  .history .sec-1 .img-cont .right {
    height: auto;
    padding-bottom: 2rem;
  }
  .history .sec-1 .img-cont .mid {
    width: 100%;
    min-width: 0;
  }
  .history .sec-1 .img-cont .right {
    padding-top: 2rem;
    text-align: left;
    border-bottom: none;
    border-top: 1px solid var(--grey-04);
  }
  .history .sec-1 .img-cont .bot {
    margin-top: 0;
    padding-top: 2rem;
    border-top: 1px solid var(--grey-04);
    text-align: left;
  }
  .history .sec-1 .img-cont .bot::before {
    display: none;
  }
  .history .sec-1 .arti::before {
    display: none;
  }
  .history .sec-1 .arti .txt-box {
    position: static;
  }
  .history .sec-1 .arti .mis-wrap {
    margin-top: 4rem;
    flex-direction: column;
    gap: 4rem;
  }
  .history .sec-1 .arti .left {
    gap: 4rem;
  }
  .history .sec-2 .flex-wrap {
    flex-direction: column;
  }
  .history .sec-2 .flex-wrap.mt-80 {
    margin-top: 4rem;
    flex-direction: column;
  }
  .history .sec-2 .flex-wrap .line {
    display: none;
  }
  .history .sec-2 .flex-wrap .img-wrap {
    width: 100%;
    margin: 4rem 0 0;
  }
  .history .sec-2 .flex-wrap .txt-wrap {
    width: 100%;
  }
  .history .sec-3 .flex-wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .history .sec-3 .flex-wrap.mt-80 {
    margin-top: 4rem;
  }
  .history .sec-3 .tab {
    margin-top: 4rem;
  }
  .history .sec-3 .img-box .desc {
    font-size: 1.4rem;
  }
}
.ethics .flex-wrap {
  display: flex;
  max-width: 108rem;
  margin: 8rem auto 0;
}
.ethics .sec-5 .flex-wrap {
  flex-direction: column;
  gap: 6rem;
  margin-top: 2rem;
}
.ethics .sec-5 .mini-tit {
  text-align: center;
}
.ethics .sec-5 .mini-tit br {
  display: none;
}
.ethics .left {
  min-width: 30.7rem;
}
.ethics .left .mini-tit {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}
.ethics .right {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.6rem;
}
.ethics .right .desc {
  font-size: 1.6rem;
  line-height: 3rem;
}
.ethics .right .desc.size {
  font-size: 1.8rem;
}
.ethics .right .point {
  font-weight: 600;
  font-size: 1.6rem;
}
.ethics .right .flex {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.ethics .list {
  width: 100%;
}
.ethics .list li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--grey-04);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.66;
  word-break: keep-all;
}
.ethics .list li span {
  display: block;
  min-width: 17.9rem;
  padding: 0 2rem;
  font-weight: 600;
}
.ethics .list li span.w-130 {
  min-width: 13rem;
}
.ethics .under-line {
  width: 100%;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--grey-04);
}
.ethics .step {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 1.4rem 2rem;
}
.ethics .step-box {
  display: flex;
  gap: 3.2rem;
  align-items: center;
  margin-bottom: 8rem;
}
.ethics .step-box li {
  position: relative;
  min-width: 24.6rem;
  height: 13.6rem;
  padding: 1.8rem;
  border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -ms-border-radius: 1.4rem;
  -o-border-radius: 1.4rem;
  line-height: 1.5;
  word-break: keep-all;
}
.ethics .step-box li:first-child {
  border: 4px solid #F7F8FB;
}
.ethics .step-box li:nth-child(2) {
  border: 4px solid #EFF0F8;
}
.ethics .step-box li:nth-child(3) {
  border: 4px solid #E7E9F4;
}
.ethics .step-box li:last-child {
  border: 4px solid #DADDEB;
}
.ethics .step-box li:last-child::before {
  display: none;
}
.ethics .step-box li::before {
  content: "";
  width: 0.8rem;
  height: 1.62rem;
  background: url("../img/sub/sub1/Vector.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -2.2rem;
}
.ethics .cont-tit {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
.ethics .desc {
  font-size: 1.4rem;
}
.ethics .flex-wrap2 {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
.ethics .flex-wrap2 .left {
  min-width: 13rem;
}
.ethics .flex-wrap2 .mini-tit {
  font-size: 2rem;
}
.ethics .flex-wrap2 .flex-wrap {
  margin-top: 0;
}
.ethics .input-wrap {
  display: flex;
}
.ethics label,
.ethics .legend {
  display: block;
  min-width: 13rem;
  padding: 1.4rem 2rem;
  font-weight: 600;
}
.ethics input {
  padding: 1.4rem 2rem;
  border: 1px solid var(--grey-04, #C2C2C2);
}
.ethics input.wid-443 {
  width: 33.1rem;
}
.ethics textarea {
  padding: 1.4rem 2rem;
  min-height: 30rem;
  resize: vertical;
  border: 1px solid var(--grey-04, #C2C2C2);
}
.ethics textarea.wid-100 {
  width: 100%;
}
.ethics .mt-32 {
  margin-top: 3.2rem;
}
.ethics .fieldset {
  display: flex;
  align-items: center;
}
.ethics .fieldset .file-input {
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.ethics .fieldset .wid-323 {
  height: 4.6rem;
  padding: 1.4rem 2rem;
  border: 1px solid var(--grey-04, #C2C2C2);
  width: 23.1rem;
}
.ethics .file {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ethics .f-btn {
  height: 4.6rem;
  padding: 1.2rem 2rem;
  min-width: 0;
  width: 9rem;
  color: #fff;
  font-weight: 600;
  background: var(--grey-01);
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
  line-height: 1.57143;
}
.ethics .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.ethics .btn-wrap .btn {
  padding: 1.4rem 2rem;
  border-radius: 9.9rem;
  -webkit-border-radius: 9.9rem;
  -moz-border-radius: 9.9rem;
  -ms-border-radius: 9.9rem;
  -o-border-radius: 9.9rem;
  background: var(--main);
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}
.ethics .sec-5 .grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 41.7rem));
  gap: 4.8rem;
  justify-content: center;
}
.ethics .sec-5 .tit {
  margin-top: 1.2rem;
  font-size: 1.6rem;
}
.ethics .sec-5 .desc {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.ethics .sec-5 .inq {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.6rem;
}

@media all and (max-width: 85.375rem) {
  .ethics .br {
    display: inline;
  }
  .ethics .step-box li {
    width: 25%;
    min-width: 0;
    height: 18.7rem;
  }
  .ethics .sec-5 .desc {
    word-break: keep-all;
  }
}
@media all and (max-width: 64rem) {
  .ethics .flex-wrap2 {
    gap: 0;
  }
  .ethics label,
  .ethics .legend {
    padding: 1.4rem 1rem;
    min-width: 11rem;
  }
  .ethics input.wid-443 {
    width: 29.6rem;
  }
  .ethics .fieldset .wid-323 {
    width: 19.8rem;
  }
  .ethics .fieldset .input-box {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media all and (max-width: 63.9375rem) {
  .ethics .flex-wrap {
    flex-direction: column;
    gap: 2rem;
    margin-top: 6rem;
  }
  .ethics .list li {
    font-size: 1.6rem;
  }
  .ethics .right .desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .ethics .mt-60 {
    margin-top: 6rem;
  }
  .ethics .step-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 6rem;
    gap: 3.8rem;
  }
  .ethics .step-box li {
    width: 100%;
    height: 12.7rem;
  }
  .ethics .step-box li::before {
    right: -3rem;
  }
  .ethics .step-box li:nth-child(2)::before {
    display: none;
  }
  .ethics .flex-wrap2 .flex-wrap {
    flex-direction: column;
    gap: 1.6rem;
    margin: 0;
  }
  .ethics .flex-wrap2 .left {
    min-width: 11rem;
  }
  .ethics label,
  .ethics .legend {
    padding: 1.4rem 1rem;
    min-width: 11rem;
  }
  .ethics input.wid-443 {
    width: 100%;
  }
  .ethics .fieldset .wid-323 {
    width: 100%;
    height: 4.9rem;
  }
  .ethics .file {
    width: 100%;
  }
  .ethics .f-btn {
    min-width: 11rem;
    height: 4.9rem;
  }
  .ethics .btn-wrap {
    margin-top: 4rem;
  }
  .ethics .sec-5 .grid-wrap {
    gap: 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .ethics .flex-wrap {
    margin-top: 4rem;
  }
  .ethics .left .mini-tit {
    font-size: 2rem;
  }
  .ethics .right .flex {
    gap: 1rem;
  }
  .ethics .list li {
    flex-direction: column;
    align-items: flex-start;
  }
  .ethics .list li span {
    width: 100%;
    padding: 0;
  }
  .ethics .step {
    padding: 1.4rem 0;
    font-size: 2.2rem;
  }
  .ethics .step-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
    margin-bottom: 4rem;
  }
  .ethics .step-box li::before {
    display: none;
  }
  .ethics .flex-wrap2 {
    flex-direction: column;
  }
  .ethics .flex-wrap2 .left {
    margin-bottom: 2rem;
  }
  .ethics .flex-wrap2 .right {
    gap: 0.6rem;
  }
  .ethics .flex-wrap2 .flex-wrap {
    gap: 0.6rem;
  }
  .ethics .fieldset {
    flex-direction: column;
    align-items: flex-start;
  }
  .ethics .input-wrap {
    flex-direction: column;
  }
  .ethics label,
  .ethics .legend {
    padding: 1.4rem 0;
  }
  .ethics .f-btn {
    min-width: 10rem;
  }
  .ethics .btn-wrap {
    margin-top: 2rem;
  }
  .ethics .btn-wrap .btn {
    padding: 1rem 2rem;
  }
  .ethics .sec-5 .grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.esg .sec-tit {
  font-size: 3.2rem;
}
.esg .mid-tit {
  margin-top: 6rem;
  font-size: 2rem;
  font-weight: 500;
  color: var(--main);
  text-align: center;
}
.esg .m-desc {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.esg .esg-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4rem;
  padding: 4rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.esg .esg-list li {
  display: flex;
  gap: 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
.esg .esg-list li span {
  color: var(--main);
  font-weight: 500;
}

@media all and (max-width: 64rem) {
  .esg .mid-tit {
    margin-top: 4rem;
  }
  .esg .esg-list {
    padding: 3rem;
    gap: 2rem;
  }
  .esg .esg-list li {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .esg .m-desc {
    font-size: 1.4rem;
  }
  .esg .esg-list li {
    gap: 1rem;
    flex-direction: column;
    line-height: 1.2;
  }
}
@media all and (max-width: 47.9375rem) {
  .esg .sec-tit {
    font-size: 2.4rem;
  }
  .esg .mid-tit {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .esg .m-desc {
    word-break: keep-all;
  }
  .esg .m-desc br {
    display: none;
  }
  .esg .esg-list li {
    word-break: keep-all;
  }
}
.product {
  min-height: 45vh;
}
.product .sec-tit {
  margin-bottom: 8rem;
  font-family: var(--ff-pop);
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
}
.product .tab-wrap {
  width: 100%;
  margin-bottom: 8rem;
}
.product .tab-wrap .tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product .tab-wrap .tab li {
  width: 100%;
  max-width: 33.3333333333%;
  border: 1px solid var(--sub-01);
  background: #fff;
}
.product .tab-wrap .tab li.on {
  background: var(--main, #233287);
}
.product .tab-wrap .tab li.on a {
  font-weight: 600;
  color: #fff;
}
.product .tab-wrap .tab li a {
  display: block;
  padding: 1.4rem 2rem;
  text-align: center;
  color: var(--main);
  font-size: 1.4rem;
  font-weight: 400;
}
.product .grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
.product .cont-box > div {
  display: flex;
  justify-content: center;
}
.product .cont-box > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.product .img-box {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -ms-border-radius: 1.4rem;
  -o-border-radius: 1.4rem;
  overflow: hidden;
  line-height: 0;
  border: 0.1rem solid var(--sub-01);
}
.product .desc {
  position: relative;
  display: inline-block;
  padding: 0.8rem 0;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  color: var(--main);
  font-weight: 400;
  line-height: 1.57143;
  font-family: var(--ff-pop);
  text-align: center;
}
.product .desc::before {
  display: none;
  content: "";
  position: absolute;
  width: calc(100% + 4.4rem);
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--sub-02);
  border-radius: 9.9rem;
  -webkit-border-radius: 9.9rem;
  -moz-border-radius: 9.9rem;
  -ms-border-radius: 9.9rem;
  -o-border-radius: 9.9rem;
}
.product .cont-box:hover .img-box {
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
}
.product .cont-box:hover .desc::before {
  display: block;
}
.product .cont-box:hover .btn-wrap .btn img {
  content: url("../img/sub/sub2/more-btn.png");
}
.product .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}
.product .btn-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: var(--main);
}
.product .btn-wrap .btn img {
  width: 2.6rem;
}
.product .product-none {
  padding: 4rem 2rem;
  border-top: 2px solid var(--main);
  border-bottom: 1px solid var(--grey-04);
}
.product .product-none span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 85.375rem) {
  .product .tab-wrap .tab li {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 64rem) {
  .product .sec-tit {
    font-size: 3.6rem;
  }
  .product .grid-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 63.9375rem) {
  .product .sec-tit {
    margin-bottom: 6rem;
    font-size: 3.2rem;
  }
  .product .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .product .img-box {
    text-align: center;
  }
  .product .img-box img {
    width: 100%;
  }
  .product .tab-wrap {
    margin-bottom: 6rem;
  }
  .product .tab-wrap .tab li {
    width: 50%;
  }
}
@media all and (max-width: 47.9375rem) {
  .product .sec-tit {
    margin-bottom: 4rem;
    font-size: 2.7rem;
  }
  .product .grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .product .desc {
    font-size: 1.6rem;
  }
  .product .tab-wrap {
    margin-bottom: 4rem;
  }
  .product .tab-wrap .tab li {
    width: 100%;
  }
  .product .product-none {
    padding: 2rem 1rem;
  }
  .product .product-none span {
    font-size: 1.6rem;
  }
}
.product-view .btn-wrap2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.product-view .share {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 2.2rem;
  border: 1px solid var(--sub-01, #E7E9F4);
  background: var(--sub-02, #EFF0F8);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--main);
}
.product-view .share span {
  display: block;
  height: 1.6rem;
}
.product-view .list-btn {
  display: flex;
  justify-content: left;
}
.product-view .list-btn .btn {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 500;
}
.product-view .product-top-view {
  z-index: 10;
  position: relative;
  display: flex;
  gap: 10rem;
  max-width: 136rem;
}
.product-view .product-top-view .item {
  width: 40.925926%;
  max-width: 64rem;
}
.product-view .product-top-view .view-box .detail-view {
  position: relative;
  margin-bottom: 0.8rem;
  padding-bottom: 71.72%;
  width: 100%;
  height: 0;
}
.product-view .product-top-view .view-box .detail-view .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.product-view .product-top-view .view-box .detail-view .img-move {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  overflow: hidden;
  border: 0.1rem solid var(--sub-01);
}
.product-view .product-top-view .view-box .detail-view .img-move img {
  display: block;
  height: 100%;
}
.product-view .product-top-view .view-box .thumb-img .swiper-slide {
  cursor: pointer;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  overflow: hidden;
  border: 0.1rem solid var(--sub-01);
}
.product-view .product-top-view .product-info {
  width: 43.0769239%;
  min-height: 38.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.product-view .product-top-view .des {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  text-align: left;
}
.product-view .product-top-view .out-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-view .product-top-view .sec-tit {
  margin-bottom: 2.4rem;
  font-family: var(--ff-pop);
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;
}
.product-view .product-top-view .desc {
  margin: 0;
  padding: 0 0 1.2rem 0;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
}
.product-view .product-top-view .btn-wrap {
  width: 100%;
}
.product-view .product-top-view .btn-wrap .btn {
  display: block;
  width: 100%;
  padding: 1.6rem 2.4rem;
  background: var(--sub-03);
  border: 1px solid var(--sub-01);
  text-align: center;
  color: var(--main);
  font-weight: 500;
}
.product-view .product-top-view .b-wrap {
  margin-top: 0;
}
.product-view .product-top-view .b-wrap .pdf {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--main, #233287);
  background: var(--fff, #FFF);
}
.product-view .product-top-view .b-wrap .pdf span {
  display: block;
  height: 2rem;
}
.product-view .art {
  margin-top: 10rem;
}
.product-view .art-tit {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
}
.product-view .table-img {
  width: 100%;
  text-align: center;
  overflow-x: auto;
}
.product-view .video-wrap {
  position: relative;
  width: 63.8rem;
  height: 100%;
  padding-bottom: 28.462%;
  margin: 0 auto;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  overflow: hidden;
}
.product-view .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 85.375rem) {
  .product-view .btn-wrap2 {
    margin-bottom: 4rem;
  }
  .product-view .product-top-view {
    gap: 0;
    justify-content: space-between;
  }
}
@media all and (max-width: 64rem) {
  .product-view .product-top-view .sec-tit {
    font-size: 2.4rem;
  }
  .product-view .product-top-view .desc {
    font-size: 1.8rem;
  }
  .product-view .product-top-view .view-box .detail-view {
    padding-bottom: 70.875%;
  }
  .product-view .video-wrap {
    padding-bottom: 37.462%;
  }
}
@media all and (max-width: 63.9375rem) {
  .product-view .btn-wrap2 {
    margin-bottom: 3rem;
  }
  .product-view .product-top-view .sec-tit {
    margin-bottom: 1.2rem;
  }
  .product-view .product-top-view .desc {
    margin-bottom: 1.2rem;
    padding: 0;
    font-size: 1.6rem;
  }
  .product-view .product-top-view .view-box .detail-view {
    padding-bottom: 70.875%;
  }
  .product-view .product-top-view .product-info {
    width: 45.076924%;
    height: auto;
    min-height: 0;
  }
  .product-view .product-top-view .btn-wrap .btn {
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
  }
  .product-view .art {
    margin-top: 8rem;
  }
  .product-view .video-wrap {
    padding-bottom: 52.462%;
  }
}
@media all and (max-width: 47.9375rem) {
  .product-view .list-btn .btn {
    gap: 1rem;
  }
  .product-view .product-top-view {
    flex-direction: column;
    gap: 4rem;
  }
  .product-view .product-top-view .item {
    width: 100%;
  }
  .product-view .product-top-view .sec-tit {
    margin-bottom: 1.2rem;
    font-size: 2.2rem;
  }
  .product-view .product-top-view .desc {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .product-view .product-top-view .view-box .detail-view {
    padding-bottom: 70.875%;
  }
  .product-view .product-top-view .product-info {
    width: 100%;
  }
  .product-view .product-top-view .btn-wrap {
    margin-top: 4rem;
  }
  .product-view .product-top-view .btn-wrap .btn {
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
  }
  .product-view .product-top-view .b-wrap {
    margin-top: 0;
  }
  .product-view .art {
    margin-top: 6rem;
  }
  .product-view .art-tit {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .product-view .btn-wrap2 {
    margin-bottom: 2rem;
  }
  .product-view .share {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
  .product-view .video-wrap {
    width: 100%;
    padding-bottom: 56.462%;
  }
}
.product-ready .sec-1 {
  margin-top: 0;
  padding: 12rem 0 33.6rem;
  background: url("../img/sub/sub2/bg.png") no-repeat center;
  background-size: cover;
}
.product-ready .sec-1 .txt-cont {
  display: inline-block;
  padding: 12rem;
  padding-left: calc(14.0625% + 4rem);
  border-radius: 0 2.4rem 2.4rem 0;
  -webkit-border-radius: 0 2.4rem 2.4rem 0;
  -moz-border-radius: 0 2.4rem 2.4rem 0;
  -ms-border-radius: 0 2.4rem 2.4rem 0;
  -o-border-radius: 0 2.4rem 2.4rem 0;
  background: #fff;
}
.product-ready .sec-1 .sec-tit {
  margin-top: 6rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
}
.product-ready .sec-1 .desc {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

@media all and (max-width: 85.375rem) {
  .product-ready .sec-1 .txt-cont {
    padding-left: 4rem;
  }
}
@media all and (max-width: 64rem) {
  .product-ready .sec-1 .txt-cont {
    padding: 10rem 10rem 10rem 4rem;
  }
  .product-ready .sec-1 .sec-tit {
    margin-top: 4rem;
    font-size: 3rem;
  }
  .product-ready .sec-1 .desc {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .product-ready .sec-1 {
    padding-bottom: 20rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .product-ready .sec-1 {
    padding: 8rem 0 16rem;
  }
  .product-ready .sec-1 .txt-cont {
    padding: 4rem 4rem 4rem 2rem;
    width: 90%;
  }
  .product-ready .sec-1 .img-wrap {
    width: 50%;
  }
  .product-ready .sec-1 .sec-tit {
    font-size: 2.2rem;
  }
  .product-ready .sec-1 .desc {
    font-size: 1.6rem;
    word-break: keep-all;
  }
}
.notice .sec-1 {
  position: relative;
  z-index: 4000;
}
.notice .sec-tit {
  margin-bottom: 8rem;
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
}
.notice .table-wrap {
  width: 100%;
}
.notice .table-wrap .table {
  width: 100%;
  border-top: 2px solid var(--main);
}
.notice .table-wrap table {
  width: 100%;
}
.notice .wid-10 {
  width: 10%;
}
.notice .wid-15 {
  width: 15%;
}
.notice th,
.notice td {
  padding: 1.4rem 2rem;
  text-align: center;
  line-height: 1.6;
}
.notice th {
  border-bottom: 1px solid var(--main);
  font-size: 1.8rem;
}
.notice td {
  border-bottom: 1px solid var(--grey-04, #C2C2C2);
}
.notice td .title {
  display: block;
  text-align: left;
  font-size: 1.6rem;
}
.notice td .title:hover {
  text-decoration: underline;
}
.notice .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6rem;
}
.notice .pagination {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.notice .pagination ul {
  display: flex;
  align-items: center;
}
.notice .pagination ul li {
  padding: 0.5rem 0.8rem;
  font-weight: 500;
  color: var(--grey-01);
}
.notice .pagination ul li.active {
  padding-bottom: 0.4rem;
  color: var(--main);
  border-bottom: 1px solid var(--main);
}
.notice .pagination .btn {
  height: 2.2rem;
}
.notice > li {
  width: 25.2rem;
  font-size: 1.6rem;
  border: 1px solid var(--sub-01);
  color: var(--main);
}
.notice .under-option {
  width: 13rem;
  border-bottom: 2px solid var(--main, #233287);
}
.notice .select-box {
  width: 100%;
  padding: 1.4rem 2rem;
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/sub/sub3/under.png") no-repeat 85% 50%/10px auto;
}
.notice .left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.notice .input-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.notice .input-wrap input {
  padding: 1.4rem 2rem;
  width: 26rem;
  border-bottom: 2px solid var(--main);
  font-size: 1.6rem;
  line-height: 1.5;
}
.notice .input-wrap button.search {
  padding: 1.4rem 2.2rem;
  border-radius: 9.9rem;
  -webkit-border-radius: 9.9rem;
  -moz-border-radius: 9.9rem;
  -ms-border-radius: 9.9rem;
  -o-border-radius: 9.9rem;
  background: var(--main);
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
}

@media all and (max-width: 85.375rem) {
  .notice .sec-tit {
    font-size: 3.6rem;
  }
}
@media all and (max-width: 64rem) {
  .notice .sec-tit {
    margin-bottom: 6rem;
    font-size: 3.2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .notice .sec-tit {
    margin-bottom: 5rem;
    font-size: 2.7rem;
  }
  .notice .flex-wrap {
    margin-top: 5rem;
  }
  .notice .wid-10 {
    width: 15%;
  }
  .notice .wid-15 {
    width: 20%;
  }
  .notice th {
    font-size: 1.6rem;
  }
  .notice td {
    font-size: 1.4rem;
  }
  .notice td .title {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.4rem;
  }
  .notice .select-box {
    padding: 1rem 2rem;
  }
  .notice .input-wrap input {
    width: 22rem;
    padding: 1rem 2rem;
  }
  .notice .input-wrap button.search {
    padding: 1.2rem 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .notice .sec-tit {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .notice .under-option {
    width: 11rem;
  }
  .notice .select-box {
    padding: 1rem 1.5rem;
  }
  .notice .table-wrap colgroup {
    display: none;
  }
  .notice .table-wrap thead th:first-child {
    width: 8rem;
  }
  .notice .table-wrap thead th:nth-of-type(3),
  .notice .table-wrap thead th:nth-of-type(4) {
    display: none;
  }
  .notice .table-wrap thead th {
    padding: 1rem 1.2rem;
    font-size: 1.6rem;
  }
  .notice .table-wrap tbody {
    width: 100%;
  }
  .notice .table-wrap tbody tr {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: calc(100vw - 4rem);
    border-bottom: 1px solid;
  }
  .notice .table-wrap tbody td {
    border-bottom: 0 none;
    padding: 1rem 0.6rem;
  }
  .notice .table-wrap tbody td.txt-none {
    width: 100% !important;
  }
  .notice .table-wrap tbody td .title {
    font-size: 1.6rem;
  }
  .notice .table-wrap tbody td:nth-of-type(1) {
    width: 5rem;
  }
  .notice .table-wrap tbody td:nth-of-type(2) {
    width: calc(100% - 5rem);
  }
  .notice .table-wrap tbody td:nth-of-type(3),
  .notice .table-wrap tbody td:nth-of-type(4) {
    padding-top: 0;
  }
  .notice .flex-wrap {
    margin-top: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .notice .pagination {
    width: 100%;
    justify-content: center;
  }
  .notice .left {
    margin-top: 4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .notice .select-box {
    font-size: 1.4rem;
  }
  .notice .input-wrap {
    width: 100%;
  }
  .notice .input-wrap input {
    width: 100%;
    font-size: 1.4rem;
  }
  .notice .input-wrap button.search {
    min-width: 7rem;
    font-size: 1.4rem;
  }
}
.news .flex-wrap {
  gap: 6rem;
  flex-wrap: wrap;
  justify-content: left;
}
.news .flex-wrap.motion {
  justify-content: space-between;
}
.news .desc {
  width: 100%;
  max-width: 39.3rem;
  margin-top: 3.2rem;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}
.news .img-wrap {
  width: 39.3rem;
  height: 28rem;
  border-radius: 2.4rem;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  -ms-border-radius: 2.4rem;
  -o-border-radius: 2.4rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15);
}
.news .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news a:hover .desc {
  text-decoration: underline;
}

@media all and (max-width: 85.375rem) {
  .news .flex-wrap {
    gap: 4rem;
  }
  .news a {
    width: 31%;
  }
  .news .img-wrap {
    width: 37.2rem;
    height: 26.7rem;
  }
}
@media all and (max-width: 64rem) {
  .news .flex-wrap {
    gap: 2rem;
  }
  .news .desc {
    margin-top: 2rem;
  }
  .news .img-wrap {
    width: 29.3rem;
    height: 20.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .news .flex-wrap {
    gap: 2rem;
  }
  .news a {
    width: 48%;
  }
  .news .desc {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .news .img-wrap {
    width: 33.1rem;
    height: 23.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .news .flex-wrap {
    justify-content: center;
    align-items: center;
  }
  .news a {
    width: 100%;
    max-width: 36rem;
  }
  .news .desc {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .news .img-wrap {
    width: 100%;
    height: 22.8rem;
  }
}
.notice-view .btn {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
}
.notice-view .btn.list-view {
  margin-bottom: 6rem;
}
.notice-view .sec-tit {
  margin-bottom: 8rem;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.notice-view .cont-tit {
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--main);
}
.notice-view .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.6rem;
}
.notice-view .left {
  display: flex;
  gap: 1rem;
}
.notice-view .left .data,
.notice-view .left .view {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.notice-view .cont {
  padding: 2rem 2rem 4rem 2rem;
}
.notice-view .cont > p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.notice-view .img-wrap {
  width: 100%;
  max-width: 60rem;
  height: auto;
  margin-bottom: 2rem;
}
.notice-view .download-box {
  border-top: 1px solid var(--grey-01);
  border-bottom: 1px solid var(--grey-01);
}
.notice-view .download-box a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  font-size: 1.4rem;
}
.notice-view .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
}

@media all and (max-width: 64rem) {
  .notice-view .sec-tit {
    margin-bottom: 6rem;
    font-size: 3.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .notice-view .btn.list-view {
    margin-bottom: 5rem;
  }
  .notice-view .sec-tit {
    margin-bottom: 5rem;
    font-size: 3.2rem;
  }
  .notice-view .cont-tit {
    padding: 1.6rem;
  }
  .notice-view .title {
    display: block;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .notice-view .cont {
    padding: 1.6rem 1.6rem 3.2rem 1.6rem;
  }
  .notice-view .img-wrap {
    margin-bottom: 1.6rem;
  }
  .notice-view .download-box a {
    padding: 1.6rem;
  }
  .notice-view .flex-wrap {
    margin-top: 5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .notice-view .btn {
    gap: 1rem;
  }
  .notice-view .btn.list-view {
    margin-bottom: 4rem;
  }
  .notice-view .sec-tit {
    margin-bottom: 4rem;
    font-size: 2.7rem;
  }
  .notice-view .cont-tit {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem;
  }
  .notice-view .title {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    white-space: normal;
    font-size: 1.6rem;
    line-height: 1.3;
    word-break: keep-all;
  }
  .notice-view .cont {
    padding: 1.2rem 1.2rem 2.4rem 1.2rem;
    min-height: 16rem;
  }
  .notice-view .cont > p {
    font-size: 1.4rem;
  }
  .notice-view .img-wrap {
    margin-bottom: 1.2rem;
  }
  .notice-view .download-box a {
    padding: 1.2rem;
  }
  .notice-view .download-box a p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
  }
  .notice-view .flex-wrap {
    margin-top: 4rem;
  }
}
.inquiry .sec-tit {
  margin-bottom: 8rem;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.inquiry .mini-tit {
  padding: 1.4rem 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
.inquiry .personal {
  width: 100%;
  padding: 2rem;
  height: 30rem;
  overflow-y: scroll;
  border: 1px solid var(--grey-04, #C2C2C2);
}
.inquiry .personal::-webkit-scrollbar {
  display: none;
}
.inquiry .desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
.inquiry .accept {
  padding: 1.4rem 2rem;
  margin-bottom: 6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.inquiry .accept label {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.inquiry .c-box {
  display: block;
  width: 1.7rem;
  height: 1.6rem;
  background: url("../img/sub/sub5/box.png") no-repeat;
  background-size: cover;
}
.inquiry .c-box:checked {
  background: url("../img/sub/sub5/check-box.png") no-repeat;
}
.inquiry .inquiry-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  padding-top: 2rem;
  border-top: 1px solid var(--grey-04, #C2C2C2);
}
.inquiry .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inquiry .last-flex {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.inquiry .last-flex label {
  max-width: 15rem;
  padding: 1.4rem 0;
}
.inquiry .input-wrap {
  display: flex;
  align-items: center;
}
.inquiry .input-wrap label {
  padding: 1.4rem 2rem;
  min-width: 15rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.inquiry .input-wrap input {
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid var(--grey-04, #C2C2C2);
}
.inquiry .input-wrap textarea {
  width: 100%;
  min-height: 30rem;
  padding: 1.4rem 2rem;
  resize: vertical;
  border: 1px solid var(--grey-04, #C2C2C2);
  font-size: 1.6rem;
  line-height: 1.5;
}
.inquiry .input-wrap .wid-520 {
  width: 39rem;
}
.inquiry .input-wrap.ai-start {
  align-items: flex-start;
}
.inquiry .fieldset {
  display: flex;
  align-items: center;
}
.inquiry .fieldset .legend {
  padding: 1.4rem 2rem;
  min-width: 15rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.inquiry .fieldset .file {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.inquiry .fieldset .file-input {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: -1px;
}
.inquiry .fieldset .input-box {
  height: 5.2rem;
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid var(--grey-04, #C2C2C2);
}
.inquiry .fieldset .f-btn {
  padding: 1.4rem 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  background: var(--grey-01, #727583);
  text-align: center;
}
.inquiry .fieldset .wid-390 {
  width: 20rem;
}
.inquiry .box-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.inquiry .wid-250 {
  width: 25rem;
}
.inquiry .code {
  padding: 1.4rem 2rem;
  width: 25rem;
  height: 5.2rem;
  border: 1px solid var(--grey-04, #C2C2C2);
  background: var(--sub-03, #F7F8FB);
}
.inquiry .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.inquiry .btn-wrap .btn {
  padding: 1.4rem 2.2rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 9.9rem;
  -webkit-border-radius: 9.9rem;
  -moz-border-radius: 9.9rem;
  -ms-border-radius: 9.9rem;
  -o-border-radius: 9.9rem;
  background: var(--main);
}

@media all and (max-width: 64rem) {
  .inquiry .sec-tit {
    margin-bottom: 6rem;
    font-size: 3.6rem;
  }
  .inquiry .last-flex .input-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 11rem;
  }
  .inquiry .last-flex label {
    text-align: left;
    padding-left: 0;
  }
  .inquiry .inquiry-wrap label {
    min-width: 11rem;
  }
  .inquiry .inquiry-wrap .input-wrap .wid-520 {
    width: 36rem;
  }
  .inquiry .inquiry-wrap .fieldset .legend {
    min-width: 11rem;
  }
  .inquiry .inquiry-wrap .fieldset .wid-390 {
    width: 26rem;
  }
  .inquiry .inquiry-wrap .wid-250,
  .inquiry .inquiry-wrap .code {
    width: 16rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .inquiry .sec-tit {
    margin-bottom: 5rem;
    font-size: 3.2rem;
  }
  .inquiry .accept {
    margin-bottom: 5rem;
  }
  .inquiry .inquiry-wrap .flex-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .inquiry .inquiry-wrap label {
    min-width: 13rem;
  }
  .inquiry .inquiry-wrap .last-flex .input-wrap {
    padding-left: 13rem;
  }
  .inquiry .inquiry-wrap .input-wrap {
    width: 100%;
  }
  .inquiry .inquiry-wrap .input-wrap .wid-520 {
    width: 100%;
  }
  .inquiry .inquiry-wrap .fieldset {
    width: 100%;
  }
  .inquiry .inquiry-wrap .fieldset .legend {
    min-width: 13rem;
  }
  .inquiry .inquiry-wrap .fieldset .file {
    width: 100%;
  }
  .inquiry .inquiry-wrap .fieldset .wid-390 {
    width: calc(100% - 15rem);
  }
  .inquiry .inquiry-wrap .box-wrap {
    width: 100%;
  }
  .inquiry .inquiry-wrap .wid-250,
  .inquiry .inquiry-wrap .code {
    width: 50%;
  }
  .inquiry .btn-wrap {
    margin-top: 5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inquiry .sec-tit {
    margin-bottom: 4rem;
    font-size: 2.7rem;
  }
  .inquiry .mini-tit {
    padding: 1.4rem 1.4rem 1.4rem 0;
  }
  .inquiry .last-flex .input-wrap {
    padding-left: 0 !important;
  }
  .inquiry .accept {
    padding: 1.4rem;
    margin-bottom: 4rem;
  }
  .inquiry .inquiry-wrap {
    gap: 1rem;
  }
  .inquiry .inquiry-wrap .flex-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .inquiry .inquiry-wrap label {
    min-width: 0;
    padding-left: 0;
  }
  .inquiry .inquiry-wrap .input-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .inquiry .inquiry-wrap .input-wrap .wid-520 {
    width: 100%;
  }
  .inquiry .inquiry-wrap .fieldset {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .inquiry .inquiry-wrap .fieldset .legend {
    min-width: 0;
    padding-left: 0;
  }
  .inquiry .inquiry-wrap .fieldset .f-btn {
    min-width: 10rem;
  }
  .inquiry .inquiry-wrap .box-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .inquiry .inquiry-wrap .wid-250,
  .inquiry .inquiry-wrap .code {
    width: 100%;
  }
  .inquiry .btn-wrap {
    margin-top: 4rem;
  }
}
.location .sec-tit {
  margin-bottom: 8rem;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.location .mini-tit {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
.location .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.8rem;
  margin-bottom: 8rem;
}
.location .list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.location .list li span {
  display: block;
  min-width: 3.7rem;
  font-weight: 600;
}
.location .list li::before {
  content: "";
  width: 1px;
  height: 1.6rem;
  background: #A6A6A6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -2.3rem;
}
.location .list li:last-child::before {
  display: none;
}
.location .map {
  width: 100%;
  height: 42rem;
}

@media all and (max-width: 64rem) {
  .location .sec-tit {
    margin-bottom: 6rem;
    font-size: 3.6rem;
  }
  .location .list {
    margin-bottom: 6rem;
  }
  .location .list li {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .location .sec-tit {
    margin-bottom: 5rem;
    font-size: 3.2rem;
  }
  .location .list {
    flex-direction: column;
    margin-bottom: 5rem;
    gap: 1.6rem;
  }
  .location .list li {
    width: 100%;
    font-size: 1.6rem;
  }
  .location .list li::before {
    display: none;
  }
  .location .map {
    height: 40rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .location .sec-tit {
    margin-bottom: 4rem;
    font-size: 2.7rem;
  }
  .location .mini-tit {
    font-size: 1.6rem;
  }
  .location .list {
    margin-bottom: 4rem;
    gap: 1rem;
  }
  .location .list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    word-break: keep-all;
    font-size: 1.4rem;
  }
  .location .map {
    height: 30rem;
  }
}
.grievances .sec-tit {
  margin-bottom: 8rem;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.grievances .btn-wrap {
  display: flex;
  justify-content: right;
}
.grievances .btn-wrap .btn {
  padding: 1.4rem 2.2rem;
  margin-bottom: 2rem;
  border-radius: 9.9rem;
  -webkit-border-radius: 9.9rem;
  -moz-border-radius: 9.9rem;
  -ms-border-radius: 9.9rem;
  -o-border-radius: 9.9rem;
  background: var(--main);
  text-align: center;
  color: #fff;
}
.grievances .table-wrap {
  width: 100%;
}
.grievances .table {
  width: 100%;
  border-top: 2px solid var(--main);
}
.grievances table {
  width: 100%;
}
.grievances .wid-10 {
  width: 10%;
}
.grievances .wid-15 {
  width: 15%;
}
.grievances th,
.grievances td {
  padding: 1.4rem 2rem;
  text-align: center;
}
.grievances th {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid var(--main);
}
.grievances td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--grey-01);
  border-bottom: 1px solid var(--grey-04, #C2C2C2);
  background: #fff;
}
.grievances td:nth-child(2) {
  text-align: left;
}
.grievances .g-title img {
  height: 1.6rem;
}
.grievances .g-title:hover {
  text-decoration: underline;
}
.grievances .desc {
  margin-right: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  color: var(--c-main);
}
.grievances .done {
  padding: 0.8rem 1.2rem;
  margin-left: 1rem;
  border-radius: 9.9rem;
  -webkit-border-radius: 9.9rem;
  -moz-border-radius: 9.9rem;
  -ms-border-radius: 9.9rem;
  -o-border-radius: 9.9rem;
  background: var(--main);
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.grievances .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
.grievances .pagination ul {
  display: flex;
  align-items: center;
}
.grievances .pagination ul li {
  padding: 0.5rem 0.8rem;
  font-weight: 500;
  color: var(--grey-01);
}
.grievances .pagination ul li.active {
  padding-bottom: 0.4rem;
  color: var(--main);
  border-bottom: 1px solid var(--main);
}
.grievances .pagination .btn {
  height: 2.2rem;
}

@media all and (max-width: 64rem) {
  .grievances .sec-tit {
    margin-bottom: 6rem;
    font-size: 3.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .grievances .sec-tit {
    margin-bottom: 5rem;
    font-size: 3.2rem;
  }
  .grievances .pagination {
    margin-top: 5rem;
  }
  .grievances .wid-10 {
    width: 15%;
  }
  .grievances .wid-15 {
    width: 20%;
  }
  .grievances th {
    font-size: 1.6rem;
  }
  .grievances td {
    font-size: 1.4rem;
  }
  .grievances .desc {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .grievances .sec-tit {
    margin-bottom: 4rem;
    font-size: 2.7rem;
  }
  .grievances .btn-wrap .btn {
    padding: 1rem 1.4rem;
    font-size: 1.4rem;
  }
  .grievances .pagination {
    margin-top: 4rem;
  }
  .grievances .table-wrap colgroup {
    display: none;
  }
  .grievances .table-wrap thead th:first-child {
    width: 8rem;
  }
  .grievances .table-wrap thead th:nth-of-type(3),
  .grievances .table-wrap thead th:nth-of-type(4) {
    display: none;
  }
  .grievances .table-wrap thead th {
    padding: 1rem;
    font-size: 1.6rem;
  }
  .grievances .table-wrap tbody {
    width: 100%;
  }
  .grievances .table-wrap tbody tr {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: calc(100vw - 4rem);
    border-bottom: 1px solid;
  }
  .grievances .table-wrap tbody td {
    border-bottom: 0 none;
    padding: 1rem 0.6rem;
  }
  .grievances .table-wrap tbody td:nth-of-type(1) {
    width: 5rem;
  }
  .grievances .table-wrap tbody td:nth-of-type(2) {
    width: calc(100% - 5rem);
    display: flex;
  }
  .grievances .table-wrap tbody td:nth-of-type(3) {
    padding-top: 0;
  }
  .grievances .g-title {
    display: flex;
    align-items: center;
    max-width: calc(100% - 7.8rem);
    width: 100%;
  }
  .grievances .desc {
    display: block;
    font-size: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .grievances .done {
    display: inline-block;
    padding: 0.6rem 0.8rem;
    font-size: 1.3rem;
    margin-left: 1rem;
    min-width: 7rem;
  }
}
.write .sec-tit {
  margin-bottom: 8rem;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.write .inquiry-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.write .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.write .input-wrap {
  display: flex;
  align-items: center;
}
.write .input-wrap label {
  padding: 1.4rem 2rem;
  min-width: 13rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.write .input-wrap input {
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid var(--grey-04, #C2C2C2);
}
.write .input-wrap textarea {
  width: 100%;
  min-height: 30rem;
  padding: 1.4rem 2rem;
  resize: vertical;
  border: 1px solid var(--grey-04, #C2C2C2);
  font-size: 1.6rem;
  line-height: 1.5;
}
.write .input-wrap .wid-520 {
  width: 39rem;
}
.write .input-wrap .wid-100 {
  width: 100%;
}
.write .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  gap: 1rem;
}
.write .btn {
  padding: 1.4rem 2.2rem;
  min-width: 10.3rem;
  border-radius: 9.9rem;
  -webkit-border-radius: 9.9rem;
  -moz-border-radius: 9.9rem;
  -ms-border-radius: 9.9rem;
  -o-border-radius: 9.9rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.write .btn.cancel {
  background: var(--grey-01, #727583);
}
.write .btn.done {
  background: var(--main);
}

@media all and (max-width: 64rem) {
  .write .sec-tit {
    margin-bottom: 6rem;
    font-size: 3.6rem;
  }
  .write .input-wrap label {
    min-width: 11rem;
  }
  .write .input-wrap .wid-520 {
    width: 36rem;
  }
  .write .btn {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .write .sec-tit {
    margin-bottom: 5rem;
    font-size: 3.2rem;
  }
  .write .input-wrap {
    width: 100%;
  }
  .write .input-wrap label {
    min-width: 13rem;
    padding: 1rem;
  }
  .write .input-wrap .wid-520 {
    width: 100%;
  }
  .write .flex-wrap {
    flex-direction: column;
    gap: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .write .sec-tit {
    margin-bottom: 4rem;
    font-size: 2.7rem;
  }
  .write .input-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .write .input-wrap label {
    min-width: 0;
    padding-left: 0;
  }
  .write .input-wrap .wid-520 {
    width: 100%;
  }
  .write .input-wrap input {
    font-size: 1.4rem;
  }
  .write .input-wrap textarea {
    min-height: 25rem;
  }
  .write .flex-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .write .btn-wrap {
    margin-top: 4rem;
  }
}
.view .sec-tit {
  margin-bottom: 8rem;
  font-size: 4rem;
  font-style: 600;
  text-align: center;
}
.view .cont-tit {
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--main);
}
.view .title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.6rem;
}
.view .left {
  display: flex;
  gap: 2rem;
}
.view .left .data,
.view .left .writer {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.view .left .writer {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.view .left .writer span {
  display: block;
  min-width: 4.5rem;
  font-weight: 600;
}
.view .cont {
  padding: 2rem 2rem 4rem 2rem;
  border-bottom: 1px solid var(--grey-04, #C2C2C2);
}
.view .cont.mb-60 {
  margin-bottom: 6rem;
}
.view .cont > p {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
}
.view .img-wrap {
  width: 100%;
  max-width: 60rem;
  height: auto;
  margin-bottom: 2rem;
}
.view .btn-wrap {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.view .btn {
  width: 10.3rem;
  padding: 1.4rem 2.2rem;
  text-align: center;
  line-height: 1;
  color: var(--main, #233287);
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 9.9rem;
  -webkit-border-radius: 9.9rem;
  -moz-border-radius: 9.9rem;
  -ms-border-radius: 9.9rem;
  -o-border-radius: 9.9rem;
  background: var(--sub-point);
}

@media all and (max-width: 85.375rem) {
  .view .sec-tit {
    font-size: 5rem;
  }
}
@media all and (max-width: 64rem) {
  .view .sec-tit {
    margin-bottom: 6rem;
    font-size: 4.5rem;
  }
  .view .title {
    font-size: 2.4rem;
  }
  .view .cont > p {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .view .sec-tit {
    margin-bottom: 5rem;
    font-size: 4rem;
  }
  .view .cont-tit {
    padding: 1.6rem;
  }
  .view .title {
    display: block;
    width: 65%;
    font-size: 2.2rem;
  }
  .view .cont {
    padding: 1.6rem 1.6rem 3.2rem 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .view .sec-tit {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .view .cont-tit {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem;
  }
  .view .title {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    white-space: normal;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .view .cont {
    padding: 1.2rem 1.2rem 2.4rem 1.2rem;
  }
  .view .cont.mb-60 {
    margin-bottom: 4rem;
  }
  .view .cont > p {
    font-size: 1.6rem;
  }
  .view .btn-wrap {
    margin-top: 4rem;
  }
}
.modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal-wrap.pos {
  position: static;
}
.modal-wrap .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4rem;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.modal-wrap .modal.pos {
  position: static;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-wrap .flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.modal-wrap .icon {
  width: 3rem;
}
.modal-wrap .cont {
  padding: 4rem 2rem 2rem;
  border-top: 1px solid var(--grey-05, #EEE);
}
.modal-wrap .desc {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-align: center;
}
.modal-wrap .input-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.modal-wrap label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.modal-wrap input {
  padding: 1rem 2rem;
  width: 20rem;
  color: var(--grey-01);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  border: 1px solid var(--grey-04);
}
.modal-wrap .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.modal-wrap .close-btn,
.modal-wrap .submit-btn {
  padding: 0.6rem 1.4rem;
  background: var(--grey-05);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.modal-wrap .submit-btn {
  background: var(--main);
  color: #fff;
}

@media all and (max-width: 47.9375rem) {
  .modal-wrap .modal {
    width: 90%;
  }
  .modal-wrap .cont {
    padding: 4rem 0 2rem;
  }
}
.privacy .sec-tit {
  margin-bottom: 8rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 6.4rem;
}
.privacy .cont {
  width: 100%;
  padding: 2rem;
  border: 1px solid var(--grey-04, #C2C2C2);
}
.privacy .cont2 {
  width: 100%;
  padding: 4rem 2rem;
  border: 1px solid var(--grey-04, #C2C2C2);
}
.privacy .cont2 span {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.privacy .cont2 .desc {
  text-align: center;
}
.privacy .desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

@media all and (max-width: 85.375rem) {
  .privacy .sec-tit {
    font-size: 5rem;
    line-height: 1.2rem;
  }
}
@media all and (max-width: 64rem) {
  .privacy .sec-tit {
    margin-bottom: 6rem;
    font-size: 4.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .privacy .sec-tit {
    margin-bottom: 5rem;
    font-size: 4rem;
  }
  .privacy .cont {
    padding: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .privacy .sec-tit {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .privacy .cont2 span {
    font-size: 1.8rem;
  }
  .privacy .desc {
    font-size: 1.4rem;
  }
}
/*search result*/
.search-view .sec-1 {
  margin-top: 22rem;
}
.search-view .left {
  justify-content: center;
  width: 100%;
}
.search-view .pagination {
  justify-content: center;
}
.search-view .list-top {
  margin-top: 8rem;
  padding-bottom: 1.2rem;
}
.search-view .list-info {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.search-view .tit-list {
  margin-bottom: 8rem;
  border-top: 2px solid var(--main);
}
.search-view .list-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  border-bottom: 1px solid var(--grey-04);
}
.search-view .list-item.none {
  padding: 4rem 2rem;
  text-align: center;
}
.search-view .item-cata {
  display: flex;
  gap: 2rem;
}
.search-view .item-cata li {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}
.search-view .item-cata li::before {
  content: "";
  width: 0.6rem;
  height: 1rem;
  background: url("../img/common/vector2.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -1.2rem;
}
.search-view .item-cata li:last-child::before {
  display: none;
}
.search-view .item-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--grey-01);
}

@media all and (max-width: 85.375rem) {
  .search-view .sec-1 {
    margin-top: 22rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .search-view .item-cata li {
    display: flex;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .search-view .item-cata li:last-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search-view .item-txt {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .search-view .sec-1 {
    margin-top: 16rem;
  }
  .search-view .list-top {
    margin-top: 6rem;
  }
  .search-view .tit-list {
    margin-bottom: 6rem;
  }
  .search-view .list-item {
    padding: 1rem;
  }
  .search-view .list-item.none {
    padding: 2rem;
  }
  .search-view .list-info {
    font-size: 1.4rem;
  }
  .search-view .item-cata {
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  .search-view .item-cata li {
    font-size: 1.4rem;
  }
}
.search-header {
  border-bottom: 1px solid var(--gray-02, #9EA1B3);
  background: var(--fff, #FFF);
}
.search-header .header {
  color: var(--bk);
}
.search-header .header .logo > a img {
  content: url("../img/common/logo.png");
}
.search-header .header .search-wrap {
  border: 1px solid var(--gray-02, #9EA1B3);
}
.search-header .header .search-wrap .search img {
  content: url("../img/common/search.png");
}
.search-header .header .search-wrap .srh {
  color: var(--grey-02);
}
.search-header .header .search-wrap .srh::-moz-placeholder {
  color: var(--grey-02);
}
.search-header .header .search-wrap .srh::placeholder {
  color: var(--grey-02);
}
.search-header .header .lang-wrap {
  border: 1px solid var(--grey-02);
}
.search-header .header .lang-wrap .lang-option {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.login .sec-tit {
  margin-bottom: 8rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 6.4rem;
}
.login .login-write-wrap {
  margin: 0 auto 0;
  width: 100%;
  max-width: 41.8rem;
}
.login .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
.login .input-wrap label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57143;
}
.login .input-wrap input {
  width: 100%;
  padding: 1.2rem 2rem;
  border: 0.1rem solid var(--grey-04);
  outline: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57143;
}
.login .input-wrap input::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57143;
}
.login .input-wrap input::placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57143;
}
.login .input-wrap:last-of-type {
  margin-bottom: 0;
}
.login .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 6rem;
}
.login .btn-wrap a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1.2rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57143;
}
.login .btn-wrap .login-btn {
  background: var(--main);
  border: 0.1rem solid var(--main);
  color: #fff;
}
.login .btn-wrap .join-btn {
  background: #fff;
  border: 0.1rem solid var(--grey-01);
  color: var(--grey-01);
}

@media all and (max-width: 85.375rem) {
  .login .sec-tit {
    font-size: 5rem;
    line-height: 1.2rem;
  }
}
@media all and (max-width: 64rem) {
  .login .sec-tit {
    margin-bottom: 6rem;
    font-size: 4.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .login .sec-tit {
    margin-bottom: 5rem;
    font-size: 4rem;
  }
  .login .btn-wrap {
    margin-top: 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .login .sec-tit {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
}
.join .agree {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 6rem;
  gap: 1rem;
}
.join .agree label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5743;
}
.join .agree input {
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/sub/sub5/box.png") no-repeat;
  background-size: cover;
}
.join .agree input:checked {
  content: url("../img/sub/sub5/check-box.png");
}
.join .accordion-wrap {
  margin-top: 1.2rem;
}
.join .accordion .fi::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
}
.join .accordion.open .fi::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
}
.join .accordion-list {
  width: 100%;
  border: 0.1rem solid var(--grey-01);
}
.join .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  width: 100%;
}
.join .accordion-body {
  display: none;
}
.join .accordion-inner {
  padding: 2rem 2rem 1.2rem;
  height: 29rem;
  overflow-y: scroll;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57143;
}
.join .line {
  margin-top: 1.2rem;
  width: 100%;
  height: 0.1rem;
  background: var(--grey-01);
}
.join .btn-wrap {
  margin-top: 1.2rem;
}

@media all and (max-width: 63.9375rem) {
  .join .agree {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=style-en.css.map */