/* ----- S:SUb Visual ----- */
.sub-visual {
  padding: 103px 0 100px;
}

.sub-visual-container {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.sub-visual .line {
  width: 35px;
  height: 5px;
  margin-bottom: 20px;
  background-color: #006934;
}

.sub-visual-title {
  margin-bottom: 29px;
}

.sub-visual-title p {
  font-size: 6.2rem;
  font-weight: 500;
}

.sub-navigation {
  display: flex;
  align-items: center; 
  gap: 0 10px; 
}

.sub-navigation .home {
  display: flex;
  align-items: center;
}

.sub-navigation .home a {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/home.png');
}

.sub-navigation .home::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  transform: rotate(-45deg);
}

.sub-navigation .depth {
  font-size: 1.6rem;
}

.sub-navigation .depth01 {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.sub-navigation .depth01::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  transform: rotate(-45deg);
}

@media(max-width:1200px) {
  .sub-visual {
    padding: 90px 0;
  }

  .sub-visual-title {
    margin-bottom: 25px;
  }
  
  .sub-visual-title p {
    font-size: 5.4rem;
  }

  .sub-navigation .depth {
    font-size: 1.5rem;
  }
}

@media(max-width:1024px) {
  .sub-visual {
    padding: 80px 0;
  }
  
  .sub-visual .line {
    width: 30px;
    height: 4px;
    margin-bottom: 15px;
  }
  
  .sub-visual-title {
    margin-bottom: 20px;
  }
  
  .sub-visual-title p {
    font-size: 4.8rem;
  }
  
  .sub-navigation .depth {
    font-size: 1.4rem;
  }
}

@media(max-width:768px) {
  .sub-visual {
    padding: 70px 0;
  }
  
  .sub-visual .line {
    width: 25px;
    height: 3px;
    margin-bottom: 12px;
  }
  
  .sub-visual-title {
    margin-bottom: 15px;
  }
  
  .sub-visual-title p {
    font-size: 4rem;
  }
  
  .sub-navigation {
    gap: 0 8px; 
  }
  
  .sub-navigation .home a {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  
  .sub-navigation .home::after {
    width: 5px;
    height: 5px;
  }
  
  .sub-navigation .depth {
    font-size: 1.3rem;
  }
  
  .sub-navigation .depth01 {
    gap: 0 8px;
  }
  
  .sub-navigation .depth01::after {
    width: 5px;
    height: 5px;
  }
}

@media(max-width:500px) {
  .sub-visual {
    padding: 60px 0;
  }
  
  .sub-visual .line {
    width: 20px;
    height: 2px;
  }
  
  .sub-visual-title p {
    font-size: 3.2rem;
  }
  
  .sub-navigation .home a {
    margin-right: 8px;
  }
  
  .sub-navigation .depth {
    font-size: 1.2rem;
  }
  
  .sub-navigation .depth01 {
    gap: 0 8px;
  }
  
}
/* ----- E:SUb Visual ----- */

/* ----- S:Common ----- */
.sec {
  padding: 150px 0;
}

@media(max-width:1200px){
  .sec {
    padding: 130px 0;
  }
}
@media(max-width:1024px){
  .sec {
    padding: 110px 0;
  }
}
@media(max-width:768px){
  .sec {
    padding: 90px 0;
  }
}
@media(max-width:500px){
  .sec {
    padding: 80px 0;
  }
}
/* ----- E:Common ----- */

/* ----- S:Company ----- */
.company .sec01 {
  position: relative;
  padding-top: 0;
  overflow: hidden;
}

.company .sec01 .img {
  position: relative;
  width: 100%;
  aspect-ratio: 3.2 / 1;
  overflow: hidden;
  margin-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/company/company/sec01_img01.png');
}

.company .sec01 .img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  max-width: 1643px;
  width: 100%;
  aspect-ratio: 14.042 / 1;
  line-height: 1;
  transition: all .5s linear;
  transition-delay: .7s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/company/company/sec01_img01-1.png');
}

.company .sec01 .logo {
  width: 497px;
  aspect-ratio: 7.1 / 1;
  margin-bottom: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/company/company/sec01_logo.png');
}

.company .sec01 .img.aos-animate::after {
  bottom: 0;
  opacity: 1;
}

.company .sec01 .title {
  margin-bottom: 33px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.38;
  color: #005088;
}

.company .sec01 .title p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.company .sec01 .text {
  margin-bottom: 147px;
  font-size: 2.8rem;
}

.company .sec01 .text p {
  font-size: inherit;
}

.company .sec01 .list {
  display: flex;
  align-items: start;
  gap: 0 28px;
}

.company .sec01 .list li {
  width: 25%;
  padding: 63px 38px 55px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);
  transition: all .3s ease-out;
}

/* .company .sec01 .list li:first-of-type {
  background-color: #005088;
} */

.company .sec01 .list li .icon {
  position: relative;
  width: 68px;
  height: 68px;
  margin-bottom: 105px;
  overflow: hidden;
}

.company .sec01 .list li .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company .sec01 .list li .icon img.on {
  display: none;
}

.company .sec01 .list li span {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  transition: all .3s ease-out;
}

.company .sec01 .list li p {
  height: 75px;
  margin-bottom: 12px;
  font-size: 3rem;
  font-weight: 700;
  transition: all .3s ease-out;
}

.company .sec01 .list li b {
  display: block;
  min-height: 60px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #595959;
  transition: all .3s ease-out;
}

/* .company .sec01 .list li.first span, 
.company .sec01 .list li.first p, 
.company .sec01 .list li.first b {
  color: #fff;
} */

.company .sec01 .bottom-img {
  width: 100%;
  aspect-ratio: 5.189 / 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/company/company/sec01_img02.png');
}


.company .sec01 .list li:hover {
  background-color: #005088;
  box-shadow: none;
}

.company .sec01 .list li:hover span,
.company .sec01 .list li:hover p,
.company .sec01 .list li:hover b {
  color: #fff;
}

.company .sec01 .list li:hover .icon img {
  display: none;
}

.company .sec01 .list li:hover .icon img.on {
  display: block;
}

@media(max-width:1200px) {
  .company .sec01 .img {
    margin-bottom: 90px;
  }
  
  .company .sec01 .logo {
    width: 420px;
    margin-bottom: 30px;
  }
  
  .company .sec01 .title {
    margin-bottom: 30px;
    font-size: 3.6rem;
  }
  
  .company .sec01 .text {
    margin-bottom: 130px;
    font-size: 2.4rem;
  }

  .company .sec01 .list {
    gap: 0 20px;
  }
  
  .company .sec01 .list li {
    width: 25%;
    padding: 55px 30px 50px;
  }
  
  .company .sec01 .list li .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 90px;
  }
  
  .company .sec01 .list li span {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  
  .company .sec01 .list li p {
    height: 70px;
    /* margin-bottom: 12px; */
    font-size: 2.8rem;
  }
  
  .company .sec01 .list li b {
    min-height: 50px;
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .company .sec01 .img {
    margin-bottom: 80px;
  }
  
  .company .sec01 .logo {
    width: 350px;
    margin-bottom: 25px;
  }
  
  .company .sec01 .title {
    margin-bottom: 25px;
    font-size: 3.2rem;
  }
  
  .company .sec01 .text {
    margin-bottom: 110px;
    font-size: 2.2rem;
  }

  .company .sec01 .list {
    gap: 0 15px;
  }
  
  .company .sec01 .list li {
    width: 25%;
    padding: 40px 20px 35px;
  }
  
  .company .sec01 .list li .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 80px;
  }
  
  .company .sec01 .list li span {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  
  .company .sec01 .list li p {
    height: 60px;
    /* margin-bottom: 12px; */
    font-size: 2.4rem;
  }
  
  .company .sec01 .list li b {
    min-height: 50px;
    font-size: 1.6rem;
  }
}

@media(max-width:768px) {
  .company .sec01 .img {
    aspect-ratio: 2.5 / 1;
    margin-bottom: 70px;
  }
  
  .company .sec01 .logo {
    width: 280px;
    margin-bottom: 20px;
  }
  
  .company .sec01 .title {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  
  .company .sec01 .text {
    margin-bottom: 95px;
    font-size: 2rem;
  }

  .company .sec01 .list {
    flex-wrap: wrap;
    gap: 14px;
  }
  
  .company .sec01 .list li {
    width: calc(50% - 7px);
    padding: 30px 15px 25px;
  }
  
  .company .sec01 .list li .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 40px;
  }
  
  .company .sec01 .list li span {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  
  .company .sec01 .list li p {
    min-height: auto;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  
  .company .sec01 .list li b {
    min-height: 45px;
    font-size: 1.5rem;
  }
  
  .company .sec01 .bottom-img {
    width: 100%;
    aspect-ratio: 3 / 1;
  }
}

@media(max-width:500px) {
  .company .sec01 .img {
    aspect-ratio: 2 / 1;
    margin-bottom: 60px;
  }
  
  .company .sec01 .logo {
    width: 230px;
    margin-bottom: 15px;
  }
  
  .company .sec01 .title {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  
  .company .sec01 .text {
    margin-bottom: 85px;
    font-size: 1.8rem;
  }

  .company .sec01 .list {
    gap: 10px;
  }
  
  .company .sec01 .list li {
    width: calc(50% - 5px);
    padding: 20px 15px 15px;
  }
  
  .company .sec01 .list li .icon {
    width: 38px;
    height: 38px;
    margin-bottom: 20px;
  }
  
  .company .sec01 .list li span {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  
  .company .sec01 .list li p {
    height: 50px;
    font-size: 2rem;
  }
  
  .company .sec01 .list li b {
    height: 50px;
    font-size: 1.4rem;
  }
  
  .company .sec01 .bottom-img {
    width: 230%;
    aspect-ratio: 5 / 1;
  }
}
/* ----- E:Company ----- */

/* ----- S:CEO ----- */
.ceo .sec01 {
  position: relative;
  background-color: #f2f6f9;
}

.ceo .sec01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 484px;
  width: 26%;
  height: 100%;
  background-color: #e5edf3;
}

.ceo .sec01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 373px;
  aspect-ratio: 0.984 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/company/ceo/sec01_bg-img.png');
}

.ceo .container {
  position: relative;
  display: flex;
  align-items: start;
  gap: 0 119px;
  z-index: 1;
}

.ceo .container .lt {
  max-width: 448px;
  width: 32%;
}

.ceo .container .lt .thumb {
  width: 100%;
  aspect-ratio: 0.746 / 1;
  border-top-right-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/company/ceo/sec01_thumb.png');
}

.ceo .container .rt {
  max-width: 833px;
  width: 59.5%;
}

.ceo .container .rt .title {
  margin: -8px 0 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.38;
}

.ceo .container .rt .title p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ceo .container .rt .text-box p {
  max-width: 799px;
  width: 100%;
  margin-bottom: 34px;
  font-size: 2rem;
  line-height: 1.7;
}

.ceo .container .rt .text-box p:last-of-type {
  margin-bottom: 0;
}

.ceo .container .rt .end-txt {
  margin-top: 28px;
}

.ceo .container .rt .end-txt p {
  font-size: 2rem;
  font-weight: 700;
}

.ceo .container .rt .end-txt p span {
  font-size: 2.6rem;
  font-weight: 700;
  color: #005088;
}

@media(max-width:1200px) {
  .ceo .sec01::after {
    max-width: 484px;
    width: 26%;
  }
  
  .ceo .sec01::before {
    width: 320px;
  }

  .ceo .container {
    justify-content: space-between;
    gap: 0;
  }
  
  .ceo .container .lt {
    width: 40%;
  }
  
  .ceo .container .lt .thumb {
    border-top-right-radius: 90px;
  }
  
  .ceo .container .rt {
    width: 55%;
  }
  
  .ceo .container .rt .title {
    margin: -7px 0 30px;
    font-size: 3.2rem;
  }
  
  .ceo .container .rt .text-box p {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  
  .ceo .container .rt .text-box p:last-of-type {
    margin-bottom: 0;
  }
  
  .ceo .container .rt .end-txt {
    margin-top: 25px;
  }
  
  .ceo .container .rt .end-txt p {
    font-size: 1.8rem;
  }
  
  .ceo .container .rt .end-txt p span {
    font-size: 2.2rem;
  }
}

@media(max-width:1024px) {
  .ceo .sec01::after {
    width: 26%;
  }
  
  .ceo .sec01::before {
    width: 280px;
  }
  
  .ceo .container {
    justify-content: space-between;
    gap: 0;
  }
  
  .ceo .container .lt {
    width: 40%;
  }
  
  .ceo .container .lt .thumb {
    border-top-right-radius: 90px;
  }
  
  .ceo .container .rt {
    width: 55%;
  }
  
  .ceo .container .rt .title {
    margin: -6px 0 25px;
    font-size: 2.8rem;
  }
  
  .ceo .container .rt .text-box p {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  
  .ceo .container .rt .text-box p:last-of-type {
    margin-bottom: 0;
  }
  
  .ceo .container .rt .end-txt {
    margin-top: 20px;
  }
  
  .ceo .container .rt .end-txt p {
    font-size: 1.6rem;
  }
  
  .ceo .container .rt .end-txt p span {
    font-size: 2rem;
  }
}

@media(max-width:768px) {
  .ceo .sec01::after {
    width: 26%;
  }
  
  .ceo .sec01::before {
    width: 230px;
  }
  
  .ceo .container {
    flex-direction: column;
    gap: 25px 0;
  }
  
  .ceo .container .lt {
    width: 80%;
  }
  
  .ceo .container .lt .thumb {
    border-top-right-radius: 90px;
  }
  
  .ceo .container .rt {
    width: 100%;
  }
  
  .ceo .container .rt .title {
    margin: -6px 0 20px;
    font-size: 2.4rem;
  }
  
  .ceo .container .rt .text-box p {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  
  .ceo .container .rt .text-box p:last-of-type {
    margin-bottom: 0;
  }
  
  .ceo .container .rt .end-txt {
    margin-top: 15px;
  }
  
  .ceo .container .rt .end-txt p {
    font-size: 1.5rem;
  }
  
  .ceo .container .rt .end-txt p span {
    font-size: 1.8rem;
  }
}

@media(max-width:500px) {
  .ceo .container {
    gap: 20px 0;
  }
  
  .ceo .sec01::before {
    width: 180px;
  }
  
  .ceo .container .lt .thumb {
    border-top-right-radius: 85px;
  }
  
  .ceo .container .rt .title {
    margin: -5px 0 15px;
    font-size: 2.2rem;
  }
  
  .ceo .container .rt .text-box p {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  
  .ceo .container .rt .text-box p:last-of-type {
    margin-bottom: 0;
  }
  
  .ceo .container .rt .end-txt {
    margin-top: 12px;
  }
  
  .ceo .container .rt .end-txt p {
    font-size: 1.4rem;
  }
  
  .ceo .container .rt .end-txt p span {
    font-size: 1.6rem;
  }
}
/* ----- E:CEO ----- */
/* ----- S:History ----- */
.history .sec01 {
  position: relative;
  padding-top: 0;
}

.history .sec01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1.929 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/company/history/sec01_bg.png');
}

.history .banner {
  position: relative;
  width: 100%;
  aspect-ratio: 2.8/ 1;
  overflow: hidden;
  margin-bottom: 100px;
}

.history .banner img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
  height: 100%;
  transition: all .7s ease-out;
}

.history .banner.aos-animate img {
  transform: translate(-50%, -50%) scale(1);
}

.history .his-inner {
  position: relative;
  width: 100%;
}

.history .his-inner .his-line {
  position: absolute;
  top: 0;
  left: 463px;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #99b9cf;
}

.history .his-inner .his-line .progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #005088;
}

.history .his-inner .his-line .progress::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #005088;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/company/history/line-arrow.png');
}

.history .his-box {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  margin-bottom: 186px;
}

.history .his-box:last-of-type {
  margin-bottom: 45px;
}

.history .his-box .lt {
  position: relative;
  /* width: 50%; */
  width: 463px;
  padding: 0 0 0 119px;
}

.history .his-box .lt .year {
  margin-top: -10px;
  font-size: 7.2rem;
  font-weight: 700;
  /* text-align: right; */
  line-height: 1;
  transition: all .2s ease-out;
  transition-delay: .2s;
}

.history .his-box .lt .dot {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translate(50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #99b9cf;
  transition: all .2s ease-out;
  transition-delay: .2s;
}

.history .his-box .rt {
  /* width: 50%; */
  width: calc(100% - 463px);
  padding: 0 133px;
  padding-right: 0;
  margin-top: 9px;
}

.history .his-box .rt .item {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}

.history .his-box .rt .item:last-of-type {
  margin-bottom: 0;
}

.history .his-box .rt .item .month {
  width: 170px;
  font-size: 2.8rem;
  font-weight: 700;
  transition: all .2s ease-out;
  transition-delay: .2s;
}

.history .his-box .rt .item .text {
  width: calc(100% - 170px);
  font-size: 2.8rem;
  letter-spacing: -0.005em;
}

.history .his-box.aos-animate .lt .year,
.history .his-box.aos-animate .rt .item .month {
  color: #005088;
}

.history .his-box.aos-animate .lt .dot {
  background-color: #005088;
}

@media(max-width:1200px) {
  .history .banner {
    margin-bottom: 90px;
  }
  
  .history .his-inner .his-line {
    left: 360px;
  }
  
  .history .his-inner .his-line .progress::after {
    bottom: -25px;
    width: 45px;
    height: 45px;
  }
  
  .history .his-box {
    margin-bottom: 140px;
  }
  
  .history .his-box:last-of-type {
    margin-bottom: 40px;
  }
  
  .history .his-box .lt {
    width: 360px;
    /* width: 50%; */
    padding: 0 100px;
  }
  
  .history .his-box .lt .year {
    margin-top: -9px;
    font-size: 6.2rem;
  }
  
  .history .his-box .rt {
    width: calc(100% - 360px);
    padding: 0 100px;
    padding-right: 0;
    margin-top: 8px;
  }
  
  .history .his-box .rt .item {
    /* margin-bottom: 15px; */
  }
  
  .history .his-box .rt .item:last-of-type {
    margin-bottom: 0;
  }
  
  .history .his-box .rt .item .month {
    width: 100px;
    font-size: 2.4rem;
  }
  
  .history .his-box .rt .item .text {
    width: calc(100% - 100px);
    font-size: 2.4rem;
  }
}

@media(max-width:1024px) {
  .history .banner {
    margin-bottom: 80px;
  }
  
  .history .his-inner .his-line {
    left: 290px;
    height: calc(100% - 10px);
    /* width: 3px; */
  }
  
  .history .his-inner .his-line .progress::after {
    bottom: -20px;
    width: 40px;
    height: 40px;
  }
  
  .history .his-box {
    margin-bottom: 100px;
  }
  
  .history .his-box:last-of-type {
    margin-bottom: 35px;
  }
  
  .history .his-box .lt {
    width: 290px;
    padding: 0 70px;
  }
  
  .history .his-box .lt .year {
    margin-top: -8px;
    font-size: 5.2rem;
  }
  
    
  .history .his-box .lt .dot {
    width: 14px;
    height: 14px;
  }
  
  .history .his-box .rt {
    width: calc(100% - 290px);
    padding: 0 70px;
    padding-right: 0;
    margin-top: 7px;
  }
  
  .history .his-box .rt .item {
    /* margin-bottom: 15px; */
  }
  
  .history .his-box .rt .item:last-of-type {
    margin-bottom: 0;
  }
  
  .history .his-box .rt .item .month {
    width: 90px;
    font-size: 2.2rem;
  }
  
  .history .his-box .rt .item .text {
    width: calc(100% - 90px);
    font-size: 2.2rem;
  }
}

@media(max-width:768px) {
  .history .banner {
    margin-bottom: 70px;
  }
  
  .history .his-inner .his-line {
    width: 2px;
    height: calc(100% - 50px);
    left: 18px;
  }
  
  .history .his-inner .his-line .progress::after {
    bottom: -35px;
    width: 35px;
    height: 35px;
  }
  
  .history .his-box {
    flex-direction: column;
    align-items: start;
    gap: 20px 0;
    padding-left: 80px;
    margin-bottom: 90px;
  }
  
  .history .his-box:last-of-type {
    margin-bottom: 30px;
  }
  
  .history .his-box .lt {
    width: 100%;
    padding: 0;
  }
  
  .history .his-box .lt .year {
    text-align: left;
    margin-top: -7px;
    font-size: 4.2rem;
  }
  
      
  .history .his-box .lt .dot {
    right: auto;
    left: -68px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
  }
  
  .history .his-box .rt {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  
  .history .his-box .rt .item {
    margin-bottom: 12px;
  }
  
  .history .his-box .rt .item:last-of-type {
    margin-bottom: 0;
  }
  
  .history .his-box .rt .item .month {
    width: 80px;
    font-size: 2rem;
  }
  
  .history .his-box .rt .item .text {
    width: calc(100% - 80px);
    font-size: 2rem;
  }
  
  .history .sec01::after {
    aspect-ratio: 0.8 / 1;
  }
}

@media(max-width:500px) {
  .history .banner {
    margin-bottom: 60px;
  }
  
  .history .his-inner .his-line {
    left: 15px;
  }
  
  .history .his-inner .his-line .progress::after {
    bottom: -30px;
    width: 30px;
    height: 30px;
  }
  
  .history .his-box {
    gap: 15px 0;
    padding-left: 50px;
    margin-bottom: 80px;
  }
  
  .history .his-box:last-of-type {
    margin-bottom: 25px;
  }
  
  .history .his-box .lt .year {
    margin-top: -6px;
    font-size: 3rem;
  }
    
  .history .his-box .lt .dot {
    left: -40px;
    width: 10px;
    height: 10px;
  }
  
  .history .his-box .rt .item {
    margin-bottom: 10px;
  }
  
  .history .his-box .rt .item:last-of-type {
    margin-bottom: 0;
  }
  
  .history .his-box .rt .item .month {
    width: 60px;
    font-size: 1.8rem;
  }
  
  .history .his-box .rt .item .text {
    width: calc(100% - 60px);
    font-size: 1.8rem;
  }
  
  .history .sec01::after {
    aspect-ratio: 0.5 / 1;
  }
}
/* ----- E:History ----- */

/* ----- S:Relative ----- */
.relative .sec01 {
  padding-top: 0;
}

.relative .sec01 .con {
  display: flex;
  align-items: center;
  gap: 0 119px;
}

.relative .sec01 .con .lt {
  max-width: 686px;
  width: 49%;
  border-radius: 20px;
  border: 1px solid #b5b5b5;
}

.relative .sec01 .con .lt .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 2.143 / 1;
  overflow: hidden;
}

.relative .sec01 .con .lt .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.relative .sec01 .con .rt {
  max-width: 595px;
  width: 43%;
}

.relative .sec01 .con .rt .title {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 27px;
  border-bottom: 3px solid #626262;
}

.relative .sec01 .con .rt .title p {
  font-size: inherit;
  font-weight: inherit;
}

.relative .sec01 .con .rt .text {
  padding: 21px 0 22px;
  margin-bottom: 39px;
  font-size: 2rem;
  line-height: 1.7;
  border-bottom: 1px solid #b5b5b5;
}

.relative .sec01 .con .rt .text p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.relative .sec01 .con .link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 50px;
  gap: 0 5px;
  padding: 0 30px; 
  border-radius: 25px;
  background-color: #006934;
  font-size: 1.8rem;
  color: #fff;
}

.relative .sec01 .con .link a i {
  display: block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('/en/img/sub/company/relative/arrow.png');
  transition: all .3s ease-out;
}

@media(min-width:1201px) {
  .relative .sec01 .con .link a:hover i {
    transform: translateX(8px);
  }
}

@media(max-width:1200px) {
  .relative .sec01 .con {
    justify-content: space-between;
    gap: 0;
  }
  
  /* .relative .sec01 .con .lt {
    width: 49%;
    border-radius: 20px;
  }

  .relative .sec01 .con .rt {
    max-width: 595px;
    width: 43%;
  }
   */
  .relative .sec01 .con .rt .title {
    font-size: 2.8rem;
    padding-bottom: 20px;
  }

  .relative .sec01 .con .rt .text {
    padding: 20px 0;
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
  
  .relative .sec01 .con .rt .text br {
    display: none;
  }

  .relative .sec01 .con .link a {
    width: 180px;
    height: 45px;
    gap: 0 5px;
    padding: 0 25px; 
    font-size: 1.6rem;
  }
  
  .relative .sec01 .con .link a i {
    width: 19px;
    height: 19px;
  }
}

@media(max-width:768px) {
  
  .relative .sec01 .con {
    flex-direction: column;
    align-items: start;
    gap: 30px 0;
  } 

  .relative .sec01 .con .lt {
    width: 100%;
  }

  .relative .sec01 .con .rt {
    max-width: 100%;
    width: 100%;
  }
  
  .relative .sec01 .con .rt .title {
    font-size: 2.2rem;
    padding-bottom: 12px;
  }

  .relative .sec01 .con .rt .text {
    padding: 12px 0;
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  
  .relative .sec01 .con .rt .text br {
    display: block;
  }


  .relative .sec01 .con .link a {
    width: 140px;
    height: 35px;
    padding: 0 15px; 
    font-size: 1.4rem;
  }
  
  .relative .sec01 .con .link a i {
    width: 12px;
    height: 12px;
  }
}

@media(max-width:500px) {
  .relative .sec01 .con {
    gap: 25px 0;
  } 

  .relative .sec01 .con .rt .title {
    font-size: 2rem;
  }

  .relative .sec01 .con .rt .text {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  
  .relative .sec01 .con .rt .text br {
    display: block;
  }

  .relative .sec01 .con .link a {
    width: 120px;
    height: 30px;
    padding: 0 10px; 
    font-size: 1.3rem;
  }
}
/* ----- E:Relative ----- */

/* ----- S:Business Common ----- */
.business .sec01 {
  padding-top: 0;
}

.business .banner {
  padding: 98px 0 88px;
  margin-bottom: 80px;
  background-color: #f5f5f5;
}

.business.lib .banner {
  padding: 98px 0 88px;
  margin-bottom: 120px;
  background-color: #f5f5f5;
}

.business .banner .inner {
  max-width: 1430px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.business .banner .title {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  font-size: 4.2rem;
  font-weight: 700;
}

.business .banner .title span {
  display: block;
}

.business .banner .title i {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/business/logo-mini.png');
}

.business .banner .text {
  font-size: 2.8rem;
  line-height: 1.42;
}

.business .block {
  margin-bottom: 120px;
}

.business .block:last-of-type {
  margin-bottom: 0;
}

.business .block-tit {
  margin: -6px 0 53px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #005088;
}

.business .block .img {
  position: relative;
  overflow: hidden;
}

.business .block .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(max-width:1200px) {
  .business .banner {
    padding: 90px 0 80px;
    margin-bottom: 70px;
  }
  
  .business .banner .title {
    margin-bottom: 30px;
    font-size: 3.6rem;
  }
  
  .business .banner .title i {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  
  .business .banner .text {
    font-size: 2.4rem;
  }
  
  .business .block {
    margin-bottom: 100px;
  }
  
  .business .block:last-of-type {
    margin-bottom: 0;
  }
  
  .business .block-tit {
    margin: -5px 0 45px;
    font-size: 3.2rem;
  }
}

@media(max-width:1024px) {
  .business .banner {
    padding: 80px 0 70px;
    margin-bottom: 60px;
  }
  
  .business .banner .title {
    margin-bottom: 25px;
    font-size: 3.2rem;
  }
  
  .business .banner .title i {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  
  .business .banner .text {
    font-size: 2.2rem;
  }
  
  .business .block {
    margin-bottom: 90px;
  }
  
  .business .block:last-of-type {
    margin-bottom: 0;
  }
  
  .business .block-tit {
    margin: -4px 0 40px;
    font-size: 2.8rem;
  }
}

@media(max-width:768px) {
  .business .banner {
    padding: 70px 0 60px;
    margin-bottom: 50px;
  }
  
  .business .banner .title {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  
  .business .banner .title i {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  
  .business .banner .text {
    font-size: 2rem;
  }
  
  .business .banner .text br {
    display: none;
  }
  
  .business .block {
    margin-bottom: 80px;
  }
  
  .business .block:last-of-type {
    margin-bottom: 0;
  }
  
  .business .block-tit {
    margin: -3px 0 35px;
    font-size: 2.4rem;
  }
}

@media(max-width:500px) {
  .business .banner {
    padding: 60px 0 50px;
    margin-bottom: 40px;
  }
  
  .business .banner .title {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  
  .business .banner .title i {
    width: 35px;
    height: 35px;
  }
  
  .business .banner .text {
    font-size: 1.6rem;
  }
  
  .business .block {
    margin-bottom: 70px;
  }
  
  .business .block:last-of-type {
    margin-bottom: 0;
  }
  
  .business .block-tit {
    margin: -2px 0 30px;
    font-size: 2.2rem;
  }
}
/* ----- E:Business Common ----- */

/* ----- S:Lead ----- */
.lead .sec01 {
  padding-bottom: 120px;
}

.lead .block01 .conBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.lead .block01 .conBox02 {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.lead .block01 .conBox .lt {
  display: flex;
  align-items: start;
  max-width: 833px;
  width: 59.5%;
  gap: 0 29px;
}

.lead .block01 .conBox .lt .img {
  max-width: 402px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
}

.lead .block01 .conBox .rt {
  max-width: 476px;
  width: 34%;
}

.lead .block01 .conBox .rt .tit {
  width: 100%;
  padding-bottom: 25px;
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: 2px solid #191919;
}

.lead .block01 .conBox .rt .tit p {
  font-size: inherit;
  font-weight: inherit;
}

.lead .block01 .conBox .rt .text p {
  width: 100%;
  padding: 17px 0;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
}

.lead .block01 .conBox .rt .text span {
  display: block;
  width: 100%;
  padding: 16px 0 17px;
  font-size: 2rem;
  border-bottom: 1px solid #dcdcdc;
}


.lead .block02 > .img {
  max-width: 540px;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto 75px;
}

.lead .block02 .conBox {
  position: relative;
}

.lead .block02 .conBox .con-tit {
  display: flex;
  align-items: center;
  margin-top: -5px;
}

.lead .block02 .conBox .con-tit02 {
  position: absolute;
  left: 0;
  top: 52%;
}

.lead .block02 .conBox .con-tit > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  margin-right: 20px;
  border-radius: 52%;
  background-color: #006934;
}

.lead .block02 .conBox .con-tit > span i {
  display: block;
  height: 9px;
  width: 9px;
  margin-right: 2px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.lead .block02 .conBox .con-tit p {
  font-size: 3.2rem;
  font-weight: 700;
}

.lead .block02 .conBox .con-tit p span {
  display: block;
}

.lead .block02 .conBox .img {
  width: 100%;
  aspect-ratio: 0.702 / 1;
  margin: 58px 0 80px;
}

.lead .block02 .process {
  position: relative;
  display: flex;
  align-items: start;
  gap: 0 28px;
  padding: 100px 0;
  margin-top: 3px;
}

.lead .block02 .process::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f5f5f5;
}

.lead .block02 .block-tit {
  margin: -6px 0 56px;
} 

.lead .block02 .process li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 345px;
  padding: 59px 40px 51px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.lead .block02 .process li:first-of-type {
  z-index: 3;
}

.lead .block02 .process li:nth-of-type(2) {
  z-index: 2;
}

.lead .block02 .process li .icon {
  position: relative;
  width: 120px;
  height: 120px;
  margin-right: 25px;
  overflow: hidden;
}

.lead .block02 .process li .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lead .block02 .process li .txtBox {
	width: calc(100% - 145px);
}

.lead .block02 .process li .txtBox p {
  position: relative;
  padding-left: 17px;
  margin-bottom: 8px;
  font-size: 2.8rem;
}

.lead .block02 .process li .txtBox p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #191919;
}

.lead .block02 .process li .txtBox span {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
}

.lead .block02 .process li .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-50%);
  z-index: 3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #006934;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.lead .block02 .process li .arrow span {
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

.lead .block03 .table table {
  width: 100%;
  margin-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
}

.lead .block03 .table table tr {
  border-bottom: 1px solid #c9c9c9;
}

.lead .block03 .table table tr:last-of-type {
  border: none;
}

.lead .block03 .table table .th {
  max-width: 120px;
  width: 8.571%;
  padding: 19px 5px 16px;
  background-color: #c2dbce;
  text-align: center;
  font-size: 2rem;
}

.lead .block03 .table table .td {
  padding: 19px 5px 16px;
  background-color: #f2f7f5;
  font-size: 2rem;
  text-align: center;
}

.lead .block03 .table table .td.img {
  max-width: 230px;
  width: 16.428%;
}

.lead .block03 .table table .td01 {
  max-width: 406px;
  width: 29%;
  padding-left: 20px;
  text-align: left;
}

.lead .block03 .table table .td02 {
  max-width: 90px;
  width: 6.428%;
  background-color: #e5f0ea;
}

.lead .block03 .table table .img {
  width: 100%;
  aspect-ratio: 1 / 1;
}


.lead .block03 .table table .txtBox span {
  position: relative;
  display: block;
  padding-left: 14px;
  line-height: 1.6;
}

.lead .block03 .table table .txtBox span::after {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  font-weight: inherit;
}

.lead .block03 .table02 table {
  margin-bottom: 0;
}

.lead .block03 .table02 table .th {
  background-color: #ccdce7;
}

.lead .block03 .table02 table .td {
  background-color: #f2f6f9;
}

.lead .block03 .table02 table .td02 {
  background-color: #e5edf3;
}

.lead .sec02 {
  position: relative;
  padding-top: 120px;
  background-color: #f5f5f5;
}

.lead .sec02 .list {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin: -14px;
}

.lead .sec02 .list li {
  width: 16.666%;
  padding: 14px;
}

.lead .sec02 .list .item {
  width: 100%;
}

.lead .sec02 .list .item .img {
  position: relative;
  width: 100%;
  aspect-ratio: 0.714 / 1;
  margin-bottom: 29px;
  border-radius: 10px;
  overflow: hidden;
}

.lead .sec02 .list .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lead .sec02 .list .item p {
  font-size: 2rem;
  text-align: center;
}

@media(max-width:1280px) {
  .lead .block02 .process {
    gap: 0 25px;
    padding: 90px 0;
  }
  
  .lead .block02 .process li {
    flex-direction: column;
    align-items: center;
    min-height: 365px;
    padding: 30px 35px;
  }
  
  .lead .block02 .process li .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
  }
  
  .lead .block02 .process li .txtBox  {
    width: 100%;
  }
  
  .lead .block02 .process li .txtBox p {
    padding-left: 15px;
    font-size: 2.4rem;
  }
  
  .lead .block02 .process li .txtBox span {
    font-size: 1.8rem;
  }
  
  .lead .block02 .process li .arrow {
    right: -35px;
    width: 50px;
    height: 50px;
  }
}

@media(max-width:1200px) {
  .lead .sec01 {
    padding-bottom: 100px;
  }
  
  .lead .block01 .conBox {
    margin-bottom: 70px;
  }
  
  .lead .block01 .conBox02 {
    margin-bottom: 0;
  }
  
  .lead .block01 .conBox .lt {
    gap: 0 25px;
  }
  
  .lead .block01 .conBox .rt .tit {
    padding-bottom: 20px;
    font-size: 2.8rem;
  }
  
  .lead .block01 .conBox .rt .text p {
    padding: 15px 0;
    font-size: 1.8rem;
  }
  
  .lead .block01 .conBox .rt .text span {
    padding: 15px 0;
    font-size: 1.8rem;
  }
  
  .lead .block02 > .img {
    margin: 0 auto 65px;
  }
  
  .lead .block02 .conBox .con-tit > span {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  
  .lead .block02 .conBox .con-tit > span i {
    height: 9px;
    width: 9px;
  }
  
  .lead .block02 .conBox .con-tit p {
    font-size: 2.8rem;
  }
  
  .lead .block02 .conBox .img {
    margin: 50px 0 70px;
  }
  
  .lead .block02 .block-tit {
    margin: -5px 0 50px;
  } 
  
  
  .lead .block03 .table table {
    margin-bottom: 50px;
  }
  
  .lead .block03 .table table .th {
    width: 8.571%;
    padding: 15px 5px;
    font-size: 1.8rem;
  }
  
  .lead .block03 .table table .td {
    padding: 15px 5px;
    font-size: 1.8rem;
  }
  
  .lead .block03 .table table .td.img {
    width: 16.428%;
  }
  
  .lead .block03 .table table .td01 {
    width: 29%;
    padding-left: 15px;
  }
  
  .lead .block03 .table table .td02 {
    width: 6.428%;
  }
  
  .lead .block03 .table02 table {
    margin-bottom: 0;
  }
  
  .lead .sec02 {
    padding-top: 100px;
  }
  
  .lead .sec02 .list {
    margin: -10px;
  }
  
  .lead .sec02 .list li {
    padding: 10px;
  }
  
  .lead .sec02 .list .item .img {
    margin-bottom: 25px;
  }
  
  .lead .sec02 .list .item p {
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .lead .sec01 {
    padding-bottom: 90px;
  }
  
  .lead .block01 .conBox {
    margin-bottom: 60px;
  }
  
  .lead .block01 .conBox02 {
    margin-bottom: 0;
  }
  
  .lead .block01 .conBox .lt {
    gap: 0 20px;
  }
  
  .lead .block01 .conBox .rt .tit {
    padding-bottom: 15px;
    font-size: 2.4rem;
  }
  
  .lead .block01 .conBox .rt .text p {
    padding: 12px 0;
    font-size: 1.6rem;
  }
  
  .lead .block01 .conBox .rt .text span {
    padding: 12px 0;
    font-size: 1.6rem;
  }
  
  .lead .block02 > .img {
    margin: 0 auto 55px;
  }
  
  .lead .block02 .conBox .con-tit02 {
    /* top: 52%; */
  }
  
  .lead .block02 .conBox .con-tit > span {
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
  
  .lead .block02 .conBox .con-tit > span i {
    height: 8px;
    width: 8px;
  }
  
  .lead .block02 .conBox .con-tit p {
    font-size: 2.4rem;
  }
  
  .lead .block02 .conBox .img {
    margin: 45px 0 60px;
  }
  
  .lead .block02 .block-tit {
    margin: -4px 0 45px;
  } 
  
  .lead .block02 .process {
    gap: 0 20px;
    padding: 80px 0;
  }
  
  .lead .block02 .process li {
    padding: 25px;
    min-height: 327px;
  }
  
  .lead .block02 .process li .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
  }
  
  .lead .block02 .process li .txtBox p {
    padding-left: 12px;
    /* margin-bottom: 8px; */
    font-size: 2.2rem;
  }
  
  .lead .block02 .process li .txtBox p::after {
    width: 6px;
    height: 6px;
  }
  
  .lead .block02 .process li .txtBox span {
    font-size: 1.6rem;
  }
  
  .lead .block02 .process li .arrow {
    right: -31px;
    width: 45px;
    height: 45px;
  }
  
  .lead .block02 .process li .arrow span {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  
  .lead .block03 .table table {
    margin-bottom: 45px;
  }
  
  .lead .block03 .table table .th {
    width: 8.571%;
    padding: 12px 5px;
    font-size: 1.6rem;
  }
  
  .lead .block03 .table table .td {
    padding: 12px 5px;
    font-size: 1.6rem;
  }
  
  .lead .block03 .table table .td.img {
    width: 16.428%;
  }
  
  .lead .block03 .table table .td01 {
    width: 29%;
    padding-left: 12px;
  }
  
  .lead .block03 .table table .td02 {
    width: 6.428%;
  }
  
  .lead .block03 .table table .txtBox span {
    padding-left: 12px;
  }
  
  .lead .block03 .table02 table {
    margin-bottom: 0;
  }
  
  .lead .sec02 {
    padding-top: 90px;
  }
  
  .lead .sec02 .list {
    margin: -8px;
  }
  
  .lead .sec02 .list li {
    /* width: 33.333%; */
    padding: 8px;
  }
  
  .lead .sec02 .list .item .img {
    margin-bottom: 20px;
  }
  
  .lead .sec02 .list .item p {
    font-size: 1.6rem;
  }
}

@media(max-width:768px) {
  .lead .sec01 {
    padding-bottom: 80px;
  }
  
  .lead .block01 .conBox {
    flex-direction: column;
    align-items: start;
    gap: 20px 0;
    margin-bottom: 50px;
  }
  
  .lead .block01 .conBox02 {
    margin-bottom: 0;
  }
  
  .lead .block01 .conBox .lt {
    max-width: 100%;
    width: 100%;
    gap: 0 20px;
  }
  
  .lead .block01 .conBox .rt {
    max-width: 100%;
    width: 100%;
  }
  
  .lead .block01 .conBox .rt .tit {
    padding-bottom: 12px;
    font-size: 2.2rem;
  }
  
  .lead .block01 .conBox .rt .text p {
    padding: 10px 0;
    font-size: 1.5rem;
  }
  
  .lead .block01 .conBox .rt .text span {
    padding: 12px 0;
    font-size: 1.5rem;
  }
  
  .lead .block02 > .img {
    max-width: 340px;
    margin: 0 auto 45px;
  }
  
  .lead .block02 .conBox .con-tit02 {
    max-width: 280px;
    /* top: 52%; */
  }
  
  .lead .block02 .conBox .con-tit > span {
    margin-right: 10px;
  }
  
  .lead .block02 .conBox .con-tit > span i {
    margin-bottom: 1px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  
  .lead .block02 .conBox .con-tit p {
    width: calc(100% - 30px);
    font-size: 2.2rem;
  }
  
  .lead .block02 .conBox .img {
    margin: 35px 0 50px;
  }
  
  .lead .block02 .block-tit {
    margin: -4px 0 40px;
  } 
  
  .lead .block02 .process {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    padding: 70px 0;
  }
  
  .lead .block02 .process li {
    max-width: 500px;
    padding: 20px;
    min-height: 240px;
  }
  
  .lead .block02 .process li .icon {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
  }

  .lead .block02 .process li .txtBox p {
    padding-left: 10px;
    /* margin-bottom: 8px; */
    font-size: 2rem;
  }
  
  .lead .block02 .process li .txtBox span {
    /* display: inline-block; */
    /* width: 90px; */
    font-size: 1.5rem;
    margin-right: 10px;
  }
  
  .lead .block02 .process li .arrow {
    top: auto;
    bottom: -28px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
  }
  
  .lead .block02 .process li .arrow span {
    width: 10px;
    height: 10px;
    margin-right: 0;
    margin-bottom: 2px;
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  
  .lead .block03 .table {
    overflow: auto;
  }
  
  .lead .block03 .table table {
    width: 800px;
    margin-bottom: 0;
  }
  
  .lead .block03 .table01 {
    margin-bottom: 40px;
  }
  
  .lead .block03 .table table .th {
    width: 68px;
    padding: 10px 5px;
    font-size: 1.5rem;
  }
  
  .lead .block03 .table table .td {
    width: 86px;
    padding: 10px 5px;
    font-size: 1.5rem;
  }
  
  .lead .block03 .table table .td.img {
    width: 132px;
  }
  
  .lead .block03 .table table .td01 {
    width: 232px;
    padding-left: 10px;
  }
  
  .lead .block03 .table table .td02 {
    width: 50px;
  }
  
  .lead .block03 .table table .txtBox span {
    padding-left: 10px;
  }
  
  .lead .block03 .table02 table {
    margin-bottom: 0;
  }
  
  .lead .sec02 {
    padding-top: 80px;
  }
  
  .lead .sec02 .list {
    margin: -8px;
    gap: 5px 0;
  }
  
  .lead .sec02 .list li {
    width: 33.333%;
    padding: 8px;
  }
  
  .lead .sec02 .list .item .img {
    margin-bottom: 15px;
  }
  
  .lead .sec02 .list .item p {
    font-size: 1.5rem;
  }
}

@media(max-width:500px) {
  .lead .sec01 {
    padding-bottom: 70px;
  }
  
  .lead .block01 .conBox {
    gap: 15px 0;
    margin-bottom: 40px;
  }
  
  .lead .block01 .conBox02 {
    margin-bottom: 0;
  }
  
  .lead .block01 .conBox .lt {
    gap: 0 15px;
  }

  .lead .block01 .conBox .rt .tit {
    padding-bottom: 10px;
    font-size: 2rem;
  }
  
  .lead .block01 .conBox .rt .text p {
    font-size: 1.4rem;
  }
  
  .lead .block01 .conBox .rt .text span {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  
  .lead .block02 > .img {
    margin: 0 auto 40px;
  }
  
  .lead .block02 .conBox .con-tit02 {
    width: 230px;
    /* top: 52%; */
  }
  
  .lead .block02 .conBox .con-tit02 br {
    display: none;
  }
  
  .lead .block02 .conBox .con-tit p {
    font-size: 1.8rem;
  }
  
  .lead .block02 .conBox .img {
    margin: 30px 0 45px;
  }
  
  .lead .block02 .block-tit {
    margin: -3px 0 35px;
  } 
  
  .lead .block02 .process {
    gap: 15px 0;
    padding: 60px 0;
  }
  
  .lead .block02 .process li {
    padding: 20px;
  }
  
  .lead .block02 .process li .icon {
    margin-bottom: 15px;
  }
  
  .lead .block02 .process li .txtBox p {
    font-size: 1.8rem;
  }
  
  .lead .block02 .process li .txtBox span {
    font-size: 1.4rem;
  }
  
  .lead .block02 .process li .arrow {
    bottom: -28px;
    width: 35px;
    height: 35px;
  }
  
  .lead .block03 .table table {
    width: 750px;
  }
  
  .lead .block03 .table01 {
    margin-bottom: 35px;
  }
  
  .lead .block03 .table table .th {
    width: 60px;
    font-size: 1.4rem;
  }
  
  .lead .block03 .table table .td {
    width: 81px;
    font-size: 1.4rem;
  }
  
  .lead .block03 .table table .td.img {
    width: 130px;
  }
  
  .lead .block03 .table table .td01 {
    width: 195px;
  }
  
  .lead .block03 .table table .td02 {
    width: 45px;
  }
  
  .lead .sec02 {
    padding-top: 70px;
  }
  
  .lead .sec02 .list {
    margin: -5px;
  }
  
  .lead .sec02 .list li {
    width: 50%;
    padding: 5px;
  }
  
  .lead .sec02 .list .item p {
    font-size: 1.4rem;
  }
}
/* ----- E:Lead ----- */

/* ----- S:Lib ----- */
.lib .block .conBox {
  padding-bottom: 11px;
  margin-bottom: 47px;
  border-bottom: 1px solid #dcdcdc;
}

.lib .block .conBox:last-of-type {
  margin-bottom: 0;
}

.lib .block .con-tit {
  margin:-2px 0 24px;
}

.lib .block .con-tit p {
  position: relative;
  padding-left: 16px;
  font-size: 2.8rem;
}


.lib .block .con-tit p::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #191919;
}

.lib .block .conBox .txt p {
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 1.6;
}

.lib .block .conBox .txt p span {
  color: #d10000;
}

.lib .block .conBox .txt p strong {
  color: #005088;
  font-weight: 700;
}

.lib .block .conBox:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -5px;
}

.lib .block .conBox:last-of-type .txt p {
  margin-bottom: 0;
}

.lib .block02  .block-tit {
  margin: -6px 0 28px;
}

.lib .block02 .img {
  display: flex;
  align-items: center;
  padding: 0 100px;
  margin-bottom: 80px;
  width: 100%;
  aspect-ratio: 3.5/1;
  border-radius: 20px;
}

.lib .block02 .img img {
  top: 50%;
  left: 50%;
  transform: scale(1.1) translate(-50%, -50%);
  transition: all .6s ease-out;
}

.lib .block02 .img.aos-animate img {
  transform: scale(1) translate(-50%, -50%);
}

.lib .block02 .img p {
  position: relative;
  z-index: 1;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.lib .block03 .conBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 80px;
  border: none;
}

.lib .block03 .conBox .img {
  max-width: 217px;
  width: 15.5%;
  aspect-ratio: 0.458 / 1;
}

.lib .block03 .con-table {
  max-width: 686px;
  width: 49%;
  border-top: 2px solid #959595;
}

.lib .block03 .con-table table {
  width: 100%;
  border-collapse: collapse;
}

.lib .block03 .con-table table tr {
  border-bottom: 1px solid #d2d2d2;
}

.lib .block03 .con-table table th {
  width: 33.333%;
  min-height: 57px;
  padding: 14px 5px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #005088;
  text-align: center;
}

.lib .block03 .con-table table td {
  width: 33.333%;
  min-height: 57px;
  padding: 16px 5px 15px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}

.lib .block03 .con-table table td.center {
  background-color: #f5f5f5;
  font-weight: 700;
}

.lib .block04 .img {
  width: 100%;
  aspect-ratio: 1.580 / 1;
  margin-bottom: 80px;
}

.lib .block04 .table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #959595;
}

.lib .block04 .table table tr {
  border-bottom: 1px solid #d2d2d2;
}

.lib .block04 .table table th,
.lib .block04 .table table td {
  height: 60px;
  text-align: center;
  border-left: 1px solid #d2d2d2;
  font-size: 2rem;
  box-sizing: border-box;
}

.lib .block04 .table table th:first-of-type,
.lib .block04 .table table td:first-of-type {
  width: 119px;
  border-left: none;
}

.lib .block04 .table table th:nth-of-type(2),
.lib .block04 .table table td:nth-of-type(2) {
  max-width: 805px;
  width: 57.5%;
}

.lib .block04 .table table th {
  background-color: #f5f5f5;
  font-weight: 700;
}

.lib .block05 .img {
  width: 100%;
  aspect-ratio: 1.616 / 1;
}

.lib .block06 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin: -14px;
}

.lib .block06 .list li {
  width: 50%;
  padding: 14px;
}

.lib .block06 .list .item {
  width: 100%;
  min-height: 400px;
  padding: 50px 60px 55px;
  border-radius: 20px;
  background-color: #f5f5f5;
}

.lib .block06 .list .item .icon {
  position: relative;
  width: 68px;
  aspect-ratio: 0.731 / 1;
  margin-bottom: 21px;
  overflow: hidden;
}

.lib .block06 .list .item .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lib .block06 .list .item .tit {
  margin-bottom: 19px;
  font-size: 2.8rem;
  color: #005088;
}

.lib .block06 .list .item .txt {
  font-size: 2rem;
  line-height: 1.6;
}

.lib .block07 .conBox {
  margin-bottom: 73px;
  padding-bottom: 0;
  border-bottom: none;
}

.lib .block07 .conBox:last-of-type {
  margin-bottom: 0;
}

.lib .block07 .conBox .conImg {
  display: flex;
  align-items: start;
  gap: 0 28px;
}

.lib .block07 .conBox .conImg .img {
  width: 100%;
  aspect-ratio: 1.715 /1;
  padding-bottom: 0;
  border-radius: 20px;
}

/* S: 2025.01.08 추가 */
.lib .block08 .list li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 60px;
}

.lib .block08 .list li:last-of-type {
  margin-bottom: 0;
}

.lib .block08 .list li i {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.lib .block08 .list li i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lib .block08 .list li p {
  position: relative;
  width: calc(100% - 80px);
  margin-left: 30px;
  padding-left: 30px;
  font-size: 2.8rem;
}

.lib .block08 .list li p span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  font-weight: inherit;
}
/* E: 2025.01.08 추가 */

@media(max-width:1280px) {
  .lib .banner .text br {
    display: none;
  }
}

@media(max-width:1200px){
  .lib .block .conBox {
    /* padding-bottom: 11px; */
    margin-bottom: 40px;
  }
  
  .lib .block .conBox:last-of-type {
    margin-bottom: 0;
  }
  
  .lib .block .con-tit {
    margin:-2px 0 20px;
  }
  
  .lib .block .con-tit p {
    /* padding-left: 16px; */
    font-size: 2.4rem;
  }
  
  .lib .block .con-tit p::after {
    top: 11px;
    width: 7px;
    height: 7px;
  }
  
  .lib .block .conBox .txt p {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
 
  .lib .block .conBox:last-of-type {
    margin-bottom: -5px;
  }
  
  .lib .block .conBox:last-of-type .txt p {
    margin-bottom: 0;
  }
  
    
  .lib .block01 .conBox br {
    display: none;
  } 
  
  .lib .block02  .block-tit {
    margin: -5px 0 25px;
  }
  
  .lib .block02 .conBox03 br {
    display: none;
  }

  .lib .block02 .img {
    padding: 0 85px;
    margin-bottom: 70px;
  }
  
  .lib .block02 .img p {
    font-size: 3.6rem;
  }
  
  .lib .block03 .conBox {
    margin-bottom: 70px;
  }
  
  .lib .block03 .conBox .img {
    width: 18%;
  }
  
  .lib .block03 .con-table {
    width: 55%;
  }
  
  .lib .block03 .con-table table th {
    min-height: 50px;
    /* padding: 14px 5px; */
    font-size: 2.2rem;
  }
  
  .lib .block03 .con-table table td {
    min-height: 50px;
    /* padding: 16px 5px 15px; */
    font-size: 1.8rem;
  }
  
  .lib .block04 .img {
    margin-bottom: 70px;
  }
  
  .lib .block04 .table table th,
  .lib .block04 .table table td {
    height: 50px;
    font-size: 1.8rem;
  }
  
  .lib .block04 .table table th:first-of-type,
  .lib .block04 .table table td:first-of-type {
    width: 100px;
  }
  
  /* .lib .block04 .table table th:nth-of-type(2),
  .lib .block04 .table table td:nth-of-type(2) {
    max-width: 805px;
    width: 57.5%;
  } */
  
  .lib .block06 .list {
    margin: -10px;
  }
  
  .lib .block06 .list li {
    padding: 10px;
  }
  
  .lib .block06 .list .item {
    min-height: 335px;
    padding: 40px 50px 45px;
  }
  
  .lib .block06 .list .item .icon {
    width: 60px;
    margin-bottom: 15px;
  }

  .lib .block06 .list .item .tit {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  
  .lib .block06 .list .item .txt {
    font-size: 1.8rem;
  }
  
  .lib .block06 .list .item .txt br {
    display: none;
  }
  
  .lib .block07 .conBox {
    margin-bottom: 65px;
  }
  
  .lib .block07 .conBox:last-of-type {
    margin-bottom: 0;
  }
  
  .lib .block07 .conBox .conImg {
    gap: 0 25px;
  }
  
  .lib .block07 .conBox .conImg .img {
    padding-bottom: 0;
  }
  
  /* S: 2025.01.08 추가 */
  .lib .block08 .list li {
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 55px;
  }

  .lib .block08 .list li:last-of-type {
    margin-bottom: 0;
  }

  .lib .block08 .list li i {
    width: 70px;
    height: 70px;
  }

  .lib .block08 .list li p {
    width: calc(100% - 70px);
    margin-left: 25px;
    padding-left: 28px;
    font-size: 2.4rem;
  }
  /* E: 2025.01.08 추가 */
}

@media(max-width:1024px){
  .lib .block .conBox {
    /* padding-bottom: 11px; */
    margin-bottom: 35px;
  }
  
  .lib .block .conBox:last-of-type {
    margin-bottom: 0;
  }
  
  .lib .block .con-tit {
    margin:-2px 0 15px;
  }
  
  .lib .block .con-tit p {
    padding-left: 12px;
    font-size: 2.2rem;
  }
  
  .lib .block .con-tit p::after {
    top: 10px;
    width: 5px;
    height: 5px;
  }
  
  .lib .block .conBox .txt p {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
 
  .lib .block .conBox:last-of-type {
    margin-bottom: -4px;
  }
  
  .lib .block .conBox:last-of-type .txt p {
    margin-bottom: 0;
  }
  
  .lib .block02  .block-tit {
    margin: -4px 0 20px;
  }

  .lib .block02 .img {
    padding: 0 70px;
    margin-bottom: 60px;
  }
  
  .lib .block02 .img p {
    font-size: 3.2rem;
  }
  
  .lib .block03 .conBox {
    margin-bottom: 60px;
  }
  
  /* .lib .block03 .conBox .img {
    width: 18%;
  }
  
  .lib .block03 .con-table {
    width: 55%;
  } */
  
  .lib .block03 .con-table table th {
    min-height: 45px;
    padding: 12px 5px;
    font-size: 2rem;
  }
  
  .lib .block03 .con-table table td {
    min-height: 45px;
    padding: 12px 5px;
    font-size: 1.6rem;
  }
  
  .lib .block04 .img {
    margin-bottom: 60px;
  }
  
  .lib .block04 .table table th,
  .lib .block04 .table table td {
    height: 45px;
    font-size: 1.6rem;
  }
  
  .lib .block04 .table table th:first-of-type,
  .lib .block04 .table table td:first-of-type {
    width: 90px;
  }
  
  /* .lib .block04 .table table th:nth-of-type(2),
  .lib .block04 .table table td:nth-of-type(2) {
    max-width: 805px;
    width: 57.5%;
  } */
  
  .lib .block06 .list {
    margin: -8px;
  }
  
  .lib .block06 .list li {
    padding: 8px;
  }
  
  .lib .block06 .list .item {
    min-height: 320px;
    padding: 30px 35px 35px;
  }
  
  .lib .block06 .list .item .icon {
    width: 50px;
    /* margin-bottom: 15px; */
  }

  .lib .block06 .list .item .tit {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  
  .lib .block06 .list .item .txt {
    font-size: 1.6rem;
  }
  
  .lib .block07 .conBox {
    margin-bottom: 55px;
  }
  
  .lib .block07 .conBox:last-of-type {
    margin-bottom: 0;
  }
  
  .lib .block07 .conBox .conImg {
    gap: 0 20px;
  }
  
  .lib .block07 .conBox .conImg .img {
    padding-bottom: 0;
  }

    /* S: 2025.01.08 추가 */
    .lib .block08 .list li {
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 50px;
  }

  .lib .block08 .list li:last-of-type {
    margin-bottom: 0;
  }

  .lib .block08 .list li i {
    width: 60px;
    height: 60px;
  }

  .lib .block08 .list li p {
    width: calc(100% - 60px);
    margin-left: 20px;
    padding-left: 25px;
    font-size: 2.2rem;
  }
  /* E: 2025.01.08 추가 */
}

@media(max-width:768px){
  .lib .block .conBox {
    padding-bottom: 8px;
    margin-bottom: 30px;
  }
  
  .lib .block .conBox:last-of-type {
    margin-bottom: 0;
  }
  
  .lib .block .con-tit {
    margin:-1px 0 12px;
  }
  
  .lib .block .con-tit p {
    padding-left: 10px;
    font-size: 2rem;
  }
  
  .lib .block .con-tit p::after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
  
  .lib .block .conBox .txt p {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
 
  .lib .block .conBox:last-of-type {
    margin-bottom: -3px;
  }
  
  .lib .block .conBox:last-of-type .txt p {
    margin-bottom: 0;
  }

  
  .lib .block02  .block-tit {
    margin: -3px 0 15px;
  }

  .lib .block02 .img {
    padding: 0 55px;
    margin-bottom: 50px;
    border-radius: 15px;
  }
  
  .lib .block02 .img p {
    font-size: 2.8rem;
  }
  
  .lib .block03 .conBox {
    margin-bottom: 50px;
  }
  
  /* .lib .block03 .conBox .img {
    width: 18%;
  }
  
  .lib .block03 .con-table {
    width: 55%;
  } */
  
  .lib .block03 .con-table table th {
    min-height: 40px;
    padding: 10px 5px;
    font-size: 1.8rem;
  }
  
  .lib .block03 .con-table table td {
    min-height: 40px;
    padding: 10px 5px;
    font-size: 1.5rem;
  }
  
  .lib .block04 .img {
    margin-bottom: 50px;
  }
  
  .lib .block04 .table table th,
  .lib .block04 .table table td {
    height: 40px;
    font-size: 1.5rem;
  }
  
  .lib .block04 .table table th:first-of-type,
  .lib .block04 .table table td:first-of-type {
    width: 80px;
  }
  
  /* .lib .block04 .table table th:nth-of-type(2),
  .lib .block04 .table table td:nth-of-type(2) {
    max-width: 805px;
    width: 57.5%;
  } */
  
  .lib .block06 .list {
    margin: -5px;
  }
  
  .lib .block06 .list li {
    padding: 5px;
  }
  
  .lib .block06 .list .item {
    min-height: 300px;
    padding: 20px 25px 25px;
  }
  
  .lib .block06 .list .item .icon {
    width: 45px;
    margin-bottom: 12px;
  }

  .lib .block06 .list .item .tit {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  
  .lib .block06 .list .item .txt {
    font-size: 1.5rem;
  }
  
  .lib .block07 .conBox {
    margin-bottom: 45px;
  }
  
  .lib .block07 .conBox:last-of-type {
    margin-bottom: 0;
  }
  
  .lib .block07 .conBox .conImg {
    gap: 0 15px;
  }
  
  .lib .block07 .conBox .conImg .img {
    padding-bottom: 0;
  }

  /* S: 2025.01.08 추가 */
  .lib .block08 .list li {
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 45px;
  }

  .lib .block08 .list li:last-of-type {
    margin-bottom: 0;
  }

  .lib .block08 .list li i {
    width: 50px;
    height: 50px;
  }

  .lib .block08 .list li p {
    width: calc(100% - 50px);
    margin-left: 18px;
    padding-left: 23px;
    font-size: 2rem;
  }
  /* E: 2025.01.08 추가 */
}

@media(max-width:500px){
  .lib .block .conBox {
    margin-bottom: 25px;
  }
  
  .lib .block .conBox:last-of-type {
    margin-bottom: 0;
  }
  
  .lib .block .con-tit {
    margin:0 0 10px;
  }
  
  .lib .block .con-tit p {
    font-size: 1.8rem;
  }
  
  .lib .block .conBox .txt p {
    font-size: 1.4rem;
  }
 
  .lib .block .conBox:last-of-type {
    margin-bottom: -2px;
  }
  
  .lib .block .conBox:last-of-type .txt p {
    margin-bottom: 0;
  }
  
  .lib .block02  .block-tit {
    margin: -2px 0 12px;
  }

  .lib .block02 .img {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  
  .lib .block02 .img p {
    font-size: 2.4rem;
  }
  
  .lib .block03 .conBox {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
    margin-bottom: 40px;
  }
  
  .lib .block03 .conBox .img {
    width: 32%;
    order: 1;
  }
  
  .lib .block03 .con-table {
    order: 2;
    width: 100%;
  }
  
  .lib .block03 .con-table table th {
    min-height: 35px;
    font-size: 1.6rem;
  }
  
  .lib .block03 .con-table table td {
    min-height: 35px;
    font-size: 1.4rem;
  }
  
  .lib .block04 .img {
    margin-bottom: 45px;
  }
  
  .lib .block04 .table table th,
  .lib .block04 .table table td {
    height: 35px;
    font-size: 1.4rem;
    padding: 0 5px;
  }
  
  .lib .block04 .table table th:first-of-type,
  .lib .block04 .table table td:first-of-type {
    width: 45px;
  }
  
  /* .lib .block04 .table table th:nth-of-type(2),
  .lib .block04 .table table td:nth-of-type(2) {
    max-width: 805px;
    width: 57.5%;
  } */
  
  .lib .block06 .list {
    margin: -4px;
  }
  
  .lib .block06 .list li {
    width: 100%;
    padding: 4px;
  }
  
  .lib .block06 .list .item {
    min-height: auto;
    padding: 20px;
  }
  
  .lib .block06 .list .item .icon {
    width: 40px;
    margin-bottom: 10px;
  }

  .lib .block06 .list .item .tit {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  
  .lib .block06 .list .item .txt {
    font-size: 1.4rem;
  }
  
  .lib .block07 .conBox {
    margin-bottom: 40px;
  }
  
  .lib .block07 .conBox:last-of-type {
    margin-bottom: 0;
  }
  
  .lib .block07 .conBox .conImg {
    gap: 0 8px;
  }
  
  .lib .block07 .conBox .conImg .img {
    padding-bottom: 0;
    border-radius: 15px;
  }
  
  /* S: 2025.01.08 추가 */
  .lib .block08 .list li {
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 40px;
  }

  .lib .block08 .list li:last-of-type {
    margin-bottom: 0;
  }

  .lib .block08 .list li p {
    margin-left: 15px;
    padding-left: 20px;
    font-size: 1.8rem;
  }
  /* E: 2025.01.08 추가 */
}
/* ----- E:Lib ----- */

/* ----- S:Notice ----- */
.notice .sec01 {
  padding-top: 0;
}
/* ----- E:Notice ----- */

/* ----- S:Financial ----- */
/* ----- S:Stock ----- */
/* ----- S:News ----- */
.financial .sec01, 
.stock .sec01, 
.news .sec01 {
  padding-top: 0;
}

.financial .util,
.stock .util, 
.news .util {
  display: none;
}
/* ----- E:Financial ----- */
/* ----- E:Stock ----- */
/* ----- E:News ----- */

/* ----- S:Inquiry ----- */
.inquiry .sec01 {
  padding-top: 0;
}

.inquiry .tit {
  margin: -8px 0 42px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.38;
}

.inquiry .tit span {
  color: #005088;
}

.inquiry .form-area {
  width: 100%;
  padding-top: 47px;
  border-top: 1px solid #7fa7c3;
}

.inquiry .form-area .row-wrap {
  display: flex;
  align-items: start;
  gap: 0 90px;
}

.inquiry .form-area .row {
  margin-bottom: 37px;
  width: 100%;
}

.inquiry .form-area .th {
  margin-bottom: 17px;
  font-size: 2rem;
  font-weight: 700;
}

.inquiry .form-area .th span {
  color: #005088;
}

.inquiry .form-area .td input[type='text'] {
  width: 100%; 
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #7fa7c3;
  font-size: 1.8rem;
}

.inquiry .form-area .td textarea,
.inquiry .form-area .agree-txt  {
  width: 100%;
  height: 300px;
  padding: 20px;
  overflow: auto;
  resize: none;
  border-radius: 5px;
  border: 1px solid #7fa7c3;
  font-size: 1.8rem;
}

.inquiry .form-area .td textarea {
  padding: 16px 20px 16px;
}

.inquiry .form-area .file-box {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.inquiry .form-area .file-box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.inquiry .form-area .file-label {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  height: 50px;
  padding: 0 20px;
  border: 1px solid #7fa7c3;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.8rem;
  color: #8c8c8c;
}

.inquiry .form-area .file-button {
  width: 100px;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/inc/btn-file-add.png');
  background-color: #7fa7c3;
}

.inquiry .form-area .file-wrap .txt {
  font-size: 1.4rem;
  color: #8c8c8c;
}

.inquiry .form-area .form-agree label {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 18px;
  cursor: pointer;
} 

.inquiry .form-area .form-agree label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
} 

.inquiry .form-area .form-agree label i {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/inc/check.png');
}

.inquiry .form-area .form-agree label span {
  font-size: 2rem;
}

.inquiry .form-area .form-agree label input[type="checkBox"]:checked ~ i {
  background-image: url('/en/img/inc/checked.png');
} 

.inquiry .form-area .button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  margin: 40px auto 0;
  border-radius: 30px;
  background-color: #005088;
  font-size: 2rem;
  color: #fff;
}

@media(max-width:1200px) {
  .inquiry .tit {
    margin: -7px 0 35px;
    font-size: 3.2rem;
  }

  .inquiry .form-area {
    padding-top: 45px;
  }
  
  .inquiry .form-area .row-wrap {
    gap: 0 70px;
  }
  
  .inquiry .form-area .row {
    margin-bottom: 30px;
  }
  
  .inquiry .form-area .th {
    font-size: 1.8rem;
  }
  
  .inquiry .form-area .td input[type='text'] {
    height: 45px;
    padding: 0 15px;
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .td textarea,
  .inquiry .form-area .agree-txt  {
    height: 280px;
    padding: 15px;
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .file-label {
    width: calc(100% - 90px);
    height: 45px;
    padding: 0 15px;
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .file-button {
    width: 90px;
    height: 45px;
  }
  
  .inquiry .form-area .form-agree label {
    margin-top: 15px;
  } 

  .inquiry .form-area .form-agree label span {
    font-size: 1.8rem;
  }
  
  .inquiry .form-area .button-submit {
    width: 300px;
    height: 50px;
    margin: 35px auto 0;
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .inquiry .tit {
    margin: -7px 0 30px;
    font-size: 2.8rem;
  }

  .inquiry .form-area {
    padding-top: 40px;
  }
  
  .inquiry .form-area .row-wrap {
    gap: 0 50px;
  }
  
  .inquiry .form-area .row {
    margin-bottom: 25px;
  }
  
  .inquiry .form-area .th {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .td input[type='text'] {
    height: 40px;
    padding: 0 12px;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .td textarea,
  .inquiry .form-area .agree-txt  {
    height: 260px;
    padding: 12px;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .file-label {
    width: calc(100% - 80px);
    height: 40px;
    padding: 0 12px;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .file-button {
    width: 80px;
    height: 40px;
  }
  
  .inquiry .form-area .file-wrap .txt {
    font-size: 1.3rem;
  }
  
  .inquiry .form-area .form-agree label {
    margin-top: 12px;
  } 
  
  .inquiry .form-area .form-agree label i {
    width: 16px;
    height: 16px;
  }
  
  .inquiry .form-area .form-agree label span {
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .button-submit {
    width: 280px;
    height: 45px;
    margin: 30px auto 0;
    font-size: 1.6rem;
  }
}

@media(max-width:768px) {
  .inquiry .tit {
    margin: -6px 0 25px;
    font-size: 2.4rem;
  }

  .inquiry .form-area {
    padding-top: 35px;
  }
  
  .inquiry .form-area .row-wrap {
    gap: 0 20px;
  }
  
  .inquiry .form-area .row {
    margin-bottom: 20px;
  }
  
  .inquiry .form-area .th {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .td input[type='text'] {
    height: 35px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .td textarea,
  .inquiry .form-area .agree-txt  {
    height: 240px;
    padding: 10px;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .file-label {
    width: calc(100% - 70px);
    height: 35px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .file-button {
    width: 70px;
    height: 35px;
  }
  
  .inquiry .form-area .file-wrap .txt {
    font-size: 1.2rem;
  }
  
  .inquiry .form-area .form-agree label {
    margin-top: 10px;
  } 
  
  .inquiry .form-area .form-agree label i {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  
  .inquiry .form-area .form-agree label span {
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .button-submit {
    width: 260px;
    height: 40px;
    font-size: 1.5rem;
  }
}

@media(max-width:500px) {
  .inquiry .tit {
    margin: -5px 0 20px;
    font-size: 2.2rem;
  }

  .inquiry .form-area {
    padding-top: 30px;
  }
  
  .inquiry .form-area .row-wrap {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  
  .inquiry .form-area .row {
    margin-bottom: 15px;
  }
  
  .inquiry .form-area .th {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .td input[type='text'] {
    height: 30px;
    font-size: 1.3rem;
  }
  
  .inquiry .form-area .td textarea,
  .inquiry .form-area .agree-txt  {
    height: 220px;
    font-size: 1.3rem;
  }
  
  .inquiry .form-area .file-box {
    margin-bottom: 8px;
  }
  
  .inquiry .form-area .file-label {
    width: calc(100% - 60px);
    height: 30px;
    font-size: 1.3rem;
  }
  
  .inquiry .form-area .file-button {
    width: 60px;
    height: 30px;
  }
  
  .inquiry .form-area .file-wrap .txt {
    font-size: 1.1rem;
  }
  
  .inquiry .form-area .form-agree label {
    margin-top: 8px;
  } 
  
  .inquiry .form-area .form-agree label i {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  
  .inquiry .form-area .form-agree label span {
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .button-submit {
    width: 240px;
    height: 35px;
    font-size: 1.4rem;
  }
}
/* ----- E:Inquiry ----- */

/* ----- S:Location ----- */
.location .sec01 {
  padding: 0;
}

.location .sec01 .area {
  position: relative;
  padding-bottom: 95px;
  margin-bottom: 60px;
}

.location .map {
  position: relative;
  width: 100%;
  aspect-ratio: 2.4 / 1;
}

.location .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.location .info-box {
  position: absolute;
  bottom: -5%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  max-width: 1430px;
  padding: 0 15px;
  width: 100%;
  opacity: 0;
  transition: all .8s ease-out;
}

.location .info-box.aos-animate {
  bottom: 0;
  opacity: 1;
}

.location .info-box ul {
  max-width: 686px;
  padding: 60px 60px 52px;
  border-radius: 20px;
  background-color: #005088;
}

.location .info-box li {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}

.location .info-box li:first-of-type {
  margin-bottom: 22px;
}

.location .info-box li:last-of-type {
  margin-bottom: 0;
}

.location .info-box .icon {
  display: flex;
  align-items: center;
  width: 150px;
}

.location .info-box .icon i {
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
  margin-right: 7px;
  overflow: hidden;
}

.location .info-box .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.location .info-box .icon p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.location .info-box .txt {
  width: calc(100% - 150px);
  font-size: 2rem;
  line-height: 1.46;
  color: #fff;
}

.location .info-box li:first-of-type .txt {
  font-size: 2.6rem;
  margin-top: -5px;
}

.location .bgTxt {
  position: relative;
  width: 100%;
  aspect-ratio: 14.014 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/contact/location/bg-txt.png');
}

@media(max-width:1200px) {
  .location .info-box ul {
    padding: 50px 50px 45px;
  }
  
  .location .info-box li {
    margin-bottom: 10px;
  }
  
  .location .info-box li:first-of-type {
    margin-bottom: 22px;
  }
  
  .location .info-box li:last-of-type {
    margin-bottom: 0;
  }
  
  .location .info-box .icon {
    width: 140px;
  }
  
  .location .info-box .icon i {
    width: 25px;
    height: 25px;
  }
  
  .location .info-box .icon p {
    font-size: 1.8rem;
  }
  
  .location .info-box .txt {
    width: calc(100% - 140px);
    font-size: 1.8rem;
  }
  
  .location .info-box li:first-of-type .txt {
    font-size: 2.2rem;
  }
}

@media(max-width:1024px) {
  .location .sec01 .area {
    margin-bottom: 50px;
  }
  
  .location .map {
    aspect-ratio: 2 / 1;
  }
  
  .location .info-box ul {
    max-width: 500px;
    padding: 40px 40px 35px;
  }
  
  .location .info-box li {
    margin-bottom: 10px;
  }
  
  .location .info-box li:first-of-type {
    margin-bottom: 20px;
  }
  
  .location .info-box li:last-of-type {
    margin-bottom: 0;
  }
  
  .location .info-box .icon {
    width: 130px;
  }
  
  .location .info-box .icon i {
    width: 25px;
    height: 25px;
  }
  
  .location .info-box .icon p {
    font-size: 1.6rem;
  }
  
  .location .info-box .txt {
    width: calc(100% - 130px);
    font-size: 1.6rem;
  }
  
  .location .info-box li:first-of-type .txt {
    font-size: 2rem;
  }
}

@media(max-width:768px) {
  .location .sec01 .area {
    margin-bottom: 45px;
  }
  
  .location .map {
    aspect-ratio: 1.5 / 1;
  }
  
  .location .info-box ul {
    max-width: 500px;
    padding: 30px 30px 25px;
  }
  
  .location .info-box li {
    margin-bottom: 10px;
  }
  
  .location .info-box li:first-of-type {
    margin-bottom: 15px;
  }
  
  .location .info-box li:last-of-type {
    margin-bottom: 0;
  }
  
  .location .info-box .icon {
    width: 115px;
  }
  
  .location .info-box .icon i {
    width: 23px;
    height: 23px;
  }
  
  .location .info-box .icon p {
    font-size: 1.5rem;
  }
  
  .location .info-box .txt {
    width: calc(100% - 115px);
    font-size: 1.5rem;
  }
  
  .location .info-box li:first-of-type .txt {
    font-size: 1.8rem;
  }
}

@media(max-width:500px) {
  .location .sec01 .area {
    padding-bottom: 105px;
    margin-bottom: 40px;
  }
  
  .location .map {
    aspect-ratio: 1 / 1;
  }
  
  .location .info-box ul {
    max-width: 500px;
    padding: 15px;
  }
  
  .location .info-box li {
    margin-bottom: 8px;
  }
  
  .location .info-box li:first-of-type {
    flex-direction: column;
    align-items: start;
    gap: 10px 0;
    margin-bottom: 12px;
  }
  
  .location .info-box li:last-of-type {
    margin-bottom: 0;
  }
  
  .location .info-box .icon {
    width: 100px;
  }
  
  .location .info-box .icon i {
    width: 20px;
    height: 20px;
  }
  
  .location .info-box .icon p {
    font-size: 1.4rem;
  }
  
  .location .info-box .txt {
    width: calc(100% - 100px);
    font-size: 1.4rem;
  }
  
  .location .info-box li:first-of-type .txt {
    width: 100%;
    font-size: 1.5rem;
  }
  
  .location .info-box li:first-of-type .txt br:last-of-type {
    display: none;
  }
}
/* ----- E:Location ----- */
/* ----- S:Career ----- */
.career .sec01 {
  padding-top: 0;
}

.career .tit {
  margin: -8px 0 42px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.38;
}

.career .tit span {
  color: #005088;
}

.career .list .table {
  table-layout: fixed;
  border-collapse: collapse;
  width:100%;
  border-top:2px solid #b5b5b5;
}

.career .list .table tr {
  border-bottom:1px solid #dcdcdc;
}

.career .list .table th,
.career .list .table td {
  text-align: center;
}

.career .list .table th {
  padding:22px 15px;
  font-size:1.8rem;
  font-weight: 700;
}

.career .list .table td {
  padding:17px 15px 20px;
  font-size:1.8rem;
}

.career .list .table .link {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.career .list .table .status .state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 28px;
  margin: 0 auto;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
}

.career .list .table .status .state.ing {
  background-color: #005088;
}
.career .list .table .status .state.end {
  background-color: #737373;
}

.career .list .table tr.table_message div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:50px 0px;
} 

.career .list .table tr.table_message p {
  font-size:2rem;
}

.career .pagination {
  margin-top: 101px;
}

@media(max-width:1200px) {
  .career .tit {
    margin: -7px 0 35px;
    font-size: 3.2rem;
  }
  
  .career .list .table colgroup {
    display: none;
  }
  
  .career .list .table .subject, 
  .career .list .table .part, 
  .career .list .table .place {
    width: calc(33.333% - 35px);
  }
  
  .career .list .table .status {
    width: 105px;
    /* 상태 항목값 가로 길이 75 + 좌우여백 15*2 */
  }
  
  .career .list .table th {
    /* padding:22px 15px; */
    font-size:1.6rem;
  }
  
  .career .list .table td {
    /* padding:17px 15px 20px; */
    font-size:1.6rem;
  }
  
  .career .list .table .status .state {
    width: 75px;
    /* height: 28px; */
  }
  
  .career .list .table tr.table_message div {
    padding:45px 0px;
  } 
  
  .career .list .table tr.table_message p {
    font-size:1.8rem;
  }
  
  .career .pagination {
    margin-top: 90px;
  }
}

@media(max-width:1024px) {
  .career .tit {
    margin: -6px 0 30px;
    font-size: 2.8rem;
  }
  
  .career .list .table .subject, 
  .career .list .table .part, 
  .career .list .table .place {
    width: calc(33.333% - 30px);
  }
  
  .career .list .table .status {
    width: 90px;
    /* 상태 항목값 가로 길이 70 + 좌우여백 10*2 */
  }
  
  .career .list .table th {
    padding:20px 10px;
    font-size:1.5rem;
  }
  
  .career .list .table td {
    padding:12px 10px 15px;
    font-size:1.5rem;
  }
  
  .career .list .table .status .state {
    width: 70px;
    height: 25px;
  }
  
  .career .list .table tr.table_message div {
    padding:40px 0px;
  } 
  
  .career .list .table tr.table_message p {
    font-size:1.6rem;
  }
  
  .career .pagination {
    margin-top: 80px;
  }
}

@media(max-width:768px) {
  .career .tit {
    margin: -5px 0 25px;
    font-size: 2.4rem;
  }
  
  .career .list .table .subject, 
  .career .list .table .part, 
  .career .list .table .place {
    width: calc(33.333% - 27px);
  }
  
  .career .list .table .status {
    width: 81px;
    /* 상태 항목값 가로 길이 65 + 좌우여백 8*2 */
  }
  
  .career .list .table th {
    padding:15px 8px;
    font-size:1.3rem;
  }
  
  .career .list .table td {
    padding:12px 8px 15px;
    font-size:1.4rem;
  }
  
  .career .list .table .status .state {
    width: 65px;
    /* height: 25px; */
  }
  
  .career .list .table tr.table_message div {
    /* padding:40px 0px; */
  } 
  
  .career .list .table tr.table_message p {
    font-size:1.5rem;
  }
  
  .career .pagination {
    margin-top: 70px;
  }
}

@media(max-width:500px) {
  .career .tit {
    margin: -5px 0 25px;
    font-size: 2.2rem;
  }
  
  .career .list .table thead {
    display: none;
  }
  
  .career .list .table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
  }
  
  .career .list .table .part{
    order: -1;
    width: calc(100% - 70px);
  }
  
  .career .list .table .subject {
    width: 100%;
  }
  
  .career .list .table .place {
    width: 100%;
  }
  
  .career .list .table .status {
    order: -2;
    width: 70px;
    /* 상태 항목값 가로 60 + 좌우여백 5*2 */
  }
  
  .career .list .table td {
    text-align: left;
    padding: 5px;
    font-size:1.3rem;
  }
  
  .career .list .table .status .state {
    width: 60px;
    margin: 0;
    height: 23px;
  }
  
  .career .list .table tr.table_message div {
    padding:35px 0px;
  } 
  
  .career .list .table tr.table_message p {
    font-size:1.4rem;
  }
  
  .career .pagination {
    margin-top: 60px;
  }
}

/* ----- E:Career ----- */