.sub-visual {
  width: 100%;
  height: 600px;
  background-color: #333;
}

.sub-visual-inner {
  height: 100%;
  padding-bottom: 110px;
}

.sub-visual-container {
  display: flex;
  align-items: end;
  max-width: 1530px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.sub-visual text {
  /* font-size: 8.8rem; */
  color: #6e6e6e;
  fill: #fff;
}

.sub-visual #clipPath circle,
.sub-visual #clipPath polygon {
  fill: #fff;
	transform: translateX(-8px);
  /* animation: subAni 3.5s ease-out forwards;
  animation-delay: .8s; */
}

.sub-visual .txt {
  overflow: hidden;
  position: relative;
}

.sub-visual #clipPath {
  animation: subAni 5s ease-out forwards;
  animation-delay: .4s;
}

@keyframes subAni {
  0% {transform: rotate(0);}
  20% {transform: rotate(-360deg);}
  48% {transform: rotate(50deg);}
  60% {transform: rotate(-40deg);}
  75% {transform: rotate(30deg);}
  85% {transform: rotate(-20deg);}
  100% {transform: rotate(0);}
}

@media(max-width:1200px) {
  .sub-visual {
    height: 500px;
  }
  
  .sub-visual-inner {
    padding-bottom: 70px;
  }

  .sub-visual text {
    /* font-size: 7.2rem; */
  }
}

@media(max-width:1024px) {
  .sub-visual {
    height: 450px;
  }
  
  .sub-visual-inner {
    padding-bottom: 50px;
  }
  
  .sub-visual text {
    /* font-size: 5.7rem; */
  }
}

@media(max-width:768px) {
  .sub-visual {
    height: 400px;
  }
  
  .sub-visual-inner {
    padding-bottom: 25px;
  }
  
  .sub-visual text {
    /* font-size: 4.2rem; */
  }
}

@media(max-width:500px) {
  .sub-visual {
    height: 350px;
  }
  
  .sub-visual-inner {
    padding-bottom: 0px;
  }
  
  .sub-visual text {
    /* font-size: 3.4rem; */
  }
}
/* ---------- S: Sub Common ---------- */
.sec {
  padding: 100px 0;
}

.sub-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  gap: 0 24px;
  margin-bottom: 72px;
}

.sub-tab .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  font-size: 1.8rem;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.sub-tab .tab-item.on {
  background-color: #262626;
  border-color: #262626;
  color: #fff;
}

.sec-tit {
  margin-bottom: 72px;
  font-size: 4rem;
  font-weight: 700;
}

.sec-block {
  padding-bottom: 80px;
}

.sec-block:last-of-type {
  padding-bottom: 0;
}

.block-tit {
  margin-bottom: 20px;
}

.block-tit i {
  display: block;
  width: 28px;
  aspect-ratio: 4 / 1;
  margin-bottom: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/block-tit.png');
}

.block-tit p {
  font-size: 2.6rem;
  font-weight: 700;
}

@media(max-width:1200px) {
  .sec {
    padding: 90px 0;
  }
  
  .sub-tab {
    margin-bottom: 60px;
  }
  
  .sub-tab .tab-item {
    width: 200px;
    height: 45px;
    font-size: 1.8rem;
  }
  
  .sec-tit {
    margin-bottom: 60px;
    font-size: 4.2rem;
  }
  
  .sec-block {
    padding-bottom: 70px;
  }
  
  
  .block-tit {
    margin-bottom: 18px;
  }

  .block-tit i {
    width: 26px;
  }

  .block-tit p {
    font-size: 2.6rem;
  }
}

@media(max-width:1024px) {
  .sec {
    padding: 80px 0;
  }
  
  .sub-tab {
    gap: 8px;
    margin-bottom: 50px;
  }
  
  .sub-tab .tab-item {
    width: 180px;
    height: 40px;
    font-size: 1.6rem;
  }
  
  .sec-tit {
    margin-bottom: 50px;
    font-size: 3.6rem;
  }
  
  .sec-block {
    padding-bottom: 60px;
  }
  
  .block-tit {
    margin-bottom: 15px;
  }
  
  .block-tit i {
    width: 24px;
  }

  .block-tit p {
    font-size: 2.2rem;
  }
}

@media(max-width:768px) {
  .sec {
    padding: 70px 0;
  }
  
  .sub-tab {
    margin-bottom: 45px;
  }
  
  .sub-tab .tab-item {
    width: 160px;
    height: 35px;
    border-radius: 8px;
    font-size: 1.4rem;
  }
  
  .sec-tit {
    margin-bottom: 45px;
    font-size: 3.2rem;
  }
  
  .sec-block {
    padding-bottom: 50px;
  }
  
  .block-tit {
    margin-bottom: 12px;
  }
  
  .block-tit i {
    width: 22px;
    margin-bottom: 3px;
  }

  .block-tit p {
    font-size: 2rem;
  }
}

@media(max-width:500px) {
  .sec {
    padding: 60px 0;
  }
  
  .sub-tab {
    gap: 5px;
    margin-bottom: 40px;
  }
  
  .sub-tab .tab-item {
    width: 140px;
    height: 35px;
    font-size: 1.3rem;
  }
  
  .sec-tit {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
  
  .sec-block {
    padding-bottom: 45px;
  }
  
  .block-tit {
    margin-bottom: 10px;
  }
    
  .block-tit i {
    width: 20px;
  }

  .block-tit p {
    font-size: 1.8rem;
  }
}
/* ---------- E: Sub Common ---------- */

/* ---------- S: About ---------- */
.about .sec01 {
  overflow: hidden;
}

.about .sec01 .thumb {
  /* position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 3.5 / 1;
  overflow: hidden;
  border-radius: 0; */
}

/* .about .sec01 .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:  translate(-50%, -50%);
  width: 100%;
  height: 100%;
} */

.about .sec01 .txt-wrap {
  position: relative;
  display: flex;
  justify-content: end;
  padding-top: 136px;
}

.about .sec01 .txt-wrap h3 {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  font-size: 10rem;
  transform: translateX(-100px);
  color: #eb5524;
  opacity: .0;
  font-weight: 700;
  font-style: italic;
  transition: all .45s ease-out;
}

.about .sec01 .txt-wrap .txt {
  max-width: 1061px;
  width: 100%;
  background-color: transparent;
}

.about .sec01 .txt-wrap .txt p {
  font-size: 2rem;
  line-height: 1.45;
}

.about .sec01 .txt-wrap.aos-animate h3 {
  transform: translateX(0);
  opacity: .15;
}

.about .sec02 {
  max-width: 1920px;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url('/child/img/sub/about/about/sec02_bg.png');
  background-position: center bottom 0;
}

.about .sec02 .sec-tit {
  text-align: center;
}

.about .sec02 .history {
  position: relative;
  width: 100%;
}

.about .sec02 .history .inner {
  width: 100%;
  position: relative;
  display: flex;
  gap: 0 24px;
}

.about .sec02 .history .inner > div {
  width: calc(50% - 12px);
  padding: 0 80px;
}

.about .sec02 .history .his-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 20px);
  background-color: #dcdcdc;
}

.about .sec02 .history .progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #eb5524;
}

.about .sec02 .history .lt {
  position: relative;
}

.about .sec02 .history .his-tab {
  position: sticky;
  top: 30vh;
  left: 0;
  display: flex;
  align-items: start;
  gap: 0 10px;
}

.about .sec02 .history .his-tab li {
  max-width: 220px;
  width: 50%;
  height: 60px;
}

.about .sec02 .history .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  font-size: 2.4rem;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all .3s ease-out;
}

.about .sec02 .history .cont.on {
  background-color: #eb5524;
  font-weight: 700;
  color: #fff;
}

.about .sec02 .history .year {
  position: relative;
  margin-bottom: 45px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #262626;
  transition: all .3s ease-out;
}

.about .sec02 .history .year span {
  display: block;
}

.about .sec02 .history .year::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: -92px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dcdcdc;
  transition: all .3s ease-out;
}

.about .sec02 .history .his-item {
  padding-top: 104px;
}

.about .sec02 .history .his-item.on .year {
  color: #eb5524;
}

.about .sec02 .history .his-item.on .year::after {
  background-color: #eb5524;
}

.about .sec02 .history .his-list {
  margin-top: -104px;
}

.about .sec02 .history .his-item:last-of-type {
  padding-bottom: 141px;
}

.about .sec02 .history .item-box {
  display: flex;
  align-items: start;
  margin-bottom: 34px;
}

.about .sec02 .history .item-box:last-of-type {
  margin-bottom: 0;
}

.about .sec02 .history .item-box .num {
  width: 169px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.about .sec02 .history .item-con {
  width: calc(100% - 169px);
}

.about .sec02 .history .item-con .txt {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
}

@media(max-width:1550px) {
  /* .about .sec01 .thumb {
    width: 85%;
  } */
}

@media(max-width:1200px) {
  /* .about .sec01 .thumb {
    border-radius: 18px;
  } */

  .about .sec01 .txt-wrap {
    padding-top: 110px;
  }
  
  .about .sec01 .txt-wrap h3 {
    top: 25px;
    font-size: 10rem;
  }
  
  .about .sec01 .txt-wrap .txt p {
    font-size: 2.2rem;
  }
  
  .about .sec02 {
    padding-bottom: 130px;
  }

  .about .sec02 .history .inner {
    gap: 0 20px;
  }

  .about .sec02 .history .inner > div {
    width: calc(50% - 10px);
    padding: 0 70px;
  }

  .about .sec02 .history .his-tab li {
    height: 60px;
  }

  .about .sec02 .history .cont {
    height: 60px;
    border-radius: 30px;
    font-size: 2.4rem;
  }

  .about .sec02 .history .year {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }

  .about .sec02 .history .year::after {
    left: -80px;
    width: 10px;
    height: 10px;
  }
  
  .about .sec02 .history .his-list {
    margin-top: -95px;
  }

  .about .sec02 .history .his-item {
    padding-top: 95px;
  }

  .about .sec02 .history .his-item:last-of-type {
    padding-bottom: 130px;
  }

  .about .sec02 .history .item-box {
    margin-bottom: 30px;
  }

  .about .sec02 .history .item-box .num {
    width: 140px;
    font-size: 2.2rem;
  }

  .about .sec02 .history .item-con {
    width: calc(100% - 140px);
  }

  .about .sec02 .history .item-con .txt {
    font-size: 2.2rem;
  }
}

@media(max-width:1024px) {
  /* .about .sec01 .thumb {
    border-radius: 16px;
  } */

  .about .sec01 .txt-wrap {
    padding-top: 90px;
  }
  
  .about .sec01 .txt-wrap h3 {
    top: 20px;
    font-size: 8.8rem;
  }
  
  .about .sec01 .txt-wrap .txt p {
    font-size: 2rem;
  }
  
  .about .sec02 {
    padding-bottom: 110px;
  }
  
  .about .sec02 .history .inner {
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 50px 0;
  }

  .about .sec02 .history .inner > div {
    width: 100%;
    padding: 0;
    padding-left: 15px;
  }

  .about .sec02 .history .his-line {
    height: calc(100% - 120px);
    left: 0;
    width: 2px;
  }
   
  .about .sec02 .history .lt {
    position: sticky;
    top: 10px;
    z-index: 5;
    transition: all .3s ease-out;
  }
  
  .about .sec02 .history .inner .rt {
    width: 100%;
  }
  
  .about .sec02 .history .lt.down {
    top: 70px;
  }

  .about .sec02 .history .his-tab {
    justify-content: center;
    position: unset;
    gap: 0 10px;
    width: 100%;
    overflow: hidden;
  }
  
  .about .sec02 .history .his-tab li {
    height: 55px;
  }

  .about .sec02 .history .cont {
    height: 55px;
    border-radius: 28px;
    font-size: 2.2rem;
  }

  .about .sec02 .history .year {
    margin-bottom: 35px;
    font-size: 2.8rem;
  }

  .about .sec02 .history .year::after {
    left: -15px;
  }
  
  .about .sec02 .history .his-list {
    margin-top: -85px;
  }

  .about .sec02 .history .his-item {
    padding-top: 85px;
  }

  .about .sec02 .history .his-item:last-of-type {
    padding-bottom: 120px;
  }

  .about .sec02 .history .item-box {
    width: 90%;
    margin-bottom: 25px;
  }

  .about .sec02 .history .item-box .num {
    width: 120px;
    font-size: 2rem;
  }

  .about .sec02 .history .item-con {
    width: calc(100% - 120px);
  }

  .about .sec02 .history .item-con .txt {
    font-size: 2rem;
  }
}

@media(max-width:768px) {
  /* .about .sec01 .thumb {
    aspect-ratio: 2.4 / 1;
    border-radius: 14px;
  } */

  .about .sec01 .txt-wrap {
    padding-top: 70px;
  }
  
  .about .sec01 .txt-wrap h3 {
    top: 16px;
    font-size: 6.5rem;
  }
  
  .about .sec01 .txt-wrap .txt p {
    font-size: 1.8rem;
  }
  
  .about .sec02 {
    padding-bottom: 100px;
  }
  
  .about .sec02 .history .inner {
    gap: 45px 0;
  }

  .about .sec02 .history .inner > div {
    padding-left: 15px;
  }
  
  .about .sec02 .history .his-line {
    height: calc(100% - 110px);
  }
   
  .about .sec02 .history .his-tab {
    gap: 0 8px;
  }

  .about .sec02 .history .his-tab li {
    height: 50px;
  }
  
  .about .sec02 .history .cont {
    height: 50px;
    border-radius: 26px;
    font-size: 2rem;
  }

  .about .sec02 .history .year {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }

  .about .sec02 .history .year::after {
    left: -15px;
    width: 8px;
    height: 8px;
  }
    
  .about .sec02 .history .his-list {
    margin-top: -75px;
  }

  .about .sec02 .history .his-item {
    padding-top: 75px;
  }

  .about .sec02 .history .his-item:last-of-type {
    padding-bottom: 110px;
  }

  .about .sec02 .history .item-box {
    margin-bottom: 20px;
  }

  .about .sec02 .history .item-box .num {
    width: 100px;
    font-size: 1.8rem;
  }

  .about .sec02 .history .item-con {
    width: calc(100% - 100px);
  }

  .about .sec02 .history .item-con .txt {
    font-size: 1.8rem;
  }
}

@media(max-width:500px) {
  /* .about .sec01 .thumb {
    border-radius: 12px;
  } */

  .about .sec01 .txt-wrap {
    padding-top: 50px;
  }
  
  .about .sec01 .txt-wrap h3 {
    top: 12px;
    font-size: 4.6rem;
  }
  
  .about .sec01 .txt-wrap .txt p {
    font-size: 1.6rem;
  }
  
  .about .sec02 {
    padding-bottom: 80px;
  }

  .about .sec02 .history .inner {
    gap: 40px 0;
  }

  .about .sec02 .history .his-line {
    height: calc(100% - 95px);
    width: 1px;
  }
   
  .about .sec02 .history .his-tab {
    gap: 0 5px;
  }
  
  .about .sec02 .history .his-tab li {
    height: 45px;
  }

  .about .sec02 .history .cont {
    height: 45px;
    border-radius: 24px;
    font-size: 1.8rem;
  }

  .about .sec02 .history .year {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }

  .about .sec02 .history .year::after {
    width: 6px;
    height: 6px;
  }

  .about .sec02 .history .his-item {
    padding-top: 65px;
  }
  
  .about .sec02 .history .his-list {
    margin-top: -65px;
  }

  .about .sec02 .history .his-item:last-of-type {
    padding-bottom: 90px;
  }

  .about .sec02 .history .item-box {
    margin-bottom: 15px;
  }

  .about .sec02 .history .item-box .num {
    width: 80px;
    font-size: 1.6rem;
  }

  .about .sec02 .history .item-con {
    width: calc(100% - 80px);
  }

  .about .sec02 .history .item-con .txt {
    font-size: 1.6rem;
  }
}
/* ---------- E: About ---------- */

/* ---------- S: Location ---------- */
.location .sec01 {
  overflow: hidden;
  padding-bottom: 150px;
}

.location .map {
  position: relative;
  width: 100vw;
  left: 50%;
  aspect-ratio: 3.5 / 1;
  transform: translateX(-50%);
  margin-bottom: 80px;
}

.location .map iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}

.location .sec01 ul {
  display: flex;
  align-items: start;
  gap: 0 24px;
}

.location .sec01 ul li {
  width: 25%;
  min-height: 320px;
  padding: 83px 10px 59px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.location .sec01 ul li i {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.location .sec01 ul li i img { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.location .sec01 ul li .tit {
  margin-bottom: 21px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.location .sec01 ul li span {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media(max-width:1200px) {
  .location .sec01 {
    padding-bottom: 135px;
  }
  
  .location .map {
    margin-bottom: 70px;
  }
  
  .location .sec01 ul {
    gap: 0 20px;
  }
  
  .location .sec01 ul li {
    min-height: 305px;
    padding: 80px 10px 60px;
  }
  
  .location .sec01 ul li i {
    width: 35px;
    height: 35px;
    margin: 0 auto 15px;
  }

  .location .sec01 ul li .tit {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
  
  .location .sec01 ul li span {
    font-size: 2.2rem;
  }
}

@media(max-width:1024px) {
  .location .sec01 {
    padding-bottom: 120px;
  }
  
  .location .map {
    margin-bottom: 60px;
  }
  
  .location .sec01 ul {
    gap: 0 15px;
  }
  
  .location .sec01 ul li {
    min-height: 265px;
    padding: 70px 10px 50px;
  }
  
  .location .sec01 ul li i {
    width: 35px;
    height: 35px;
    margin: 0 auto 12px;
  }

  .location .sec01 ul li .tit {
    margin-bottom: 12px;
    font-size: 2.2rem;
  }
  
  .location .sec01 ul li span {
    font-size: 2rem;
  }
}

@media(max-width:768px) {
  .location .sec01 {
    padding-bottom: 105px;
  }
  
  .location .map {
    aspect-ratio: 1.7 / 1;
    margin-bottom: 50px;
  }
  
  .location .sec01 ul {
    flex-direction: column;
    align-items: start;
    gap: 15px 0;
  }
  
  .location .sec01 ul li {
    width: 100%;
    min-height: auto;
    padding: 50px 10px 40px;
  }
  
  .location .sec01 ul li i {
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
  }

  .location .sec01 ul li .tit {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  
  .location .sec01 ul li span {
    font-size: 1.8rem;
  }
}

@media(max-width:500px) {
  .location .sec01 {
    padding-bottom: 90px;
  }
  
  .location .map {
    margin-bottom: 40px;
  }
  
  .location .sec01 ul {
    gap: 10px 0;
  }
  
  .location .sec01 ul li {
    padding: 40px 10px 30px;
  }
  
  .location .sec01 ul li .tit {
    font-size: 1.8rem;
  }
  
  .location .sec01 ul li span {
    font-size: 1.6rem;
  }
}
/* ---------- E: Location ---------- */

/* ---------- S: Business Common ---------- */
.business .sec01 .thumb {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 3.5 / 1;
  border-radius: 10px;
  overflow: hidden;
  transition: all .5s ease-out;
}

.business .sec01 .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: auto; */
	width: 100%;
  height: 100%;
}

.business .sec01 .thumb-txt {
  font-size: 1.8rem;
  line-height: 1.8;
}

.business .sec-block01 .txt {
  margin-bottom: -8px;
  font-size:1.8rem;
  line-height: 1.8;
}

@media(max-width:1550px) {
  .business .sec01 .thumb {
    width: 85%;
  }
}

@media(max-width:1200px) {
  .business .sec01 .thumb {
    border-radius: 18px;
  }
  
  .business .sec-block01 .txt {
    margin-bottom: -7px;
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .business .sec01 .thumb {
    border-radius: 16px;
  }
  
  .business .sec-block01 .txt {
    margin-bottom: -6px;
    font-size: 1.6rem;
  }
}

@media(max-width:768px) {
  .business .sec01 .thumb {
    aspect-ratio: 2.4 / 1;
    border-radius: 14px;
  }
  
  .business .sec-block01 .txt {
    margin-bottom: -5px;
    font-size: 1.5rem;
  }
}

@media(max-width:500px) {
  .business .sec01 .thumb {
    border-radius: 12px;
  }
  
  .business .sec-block01 .txt {
    margin-bottom: -4px;
    font-size: 1.4rem;
  }
}
/* ---------- E: Business Common ---------- */

/* ---------- S: Development ---------- */
.development .sec01 {
  padding-bottom: 150px;
}

.development .sec-block01 .thumb {
  margin-bottom: 51px;
}

.development .sec-block02 ul {
  display: flex;
  align-items: start;
  gap: 0 24px;
}

.development .sec-block02 li {
  width: 33.333%;
  min-height: 368px;
  background-color:#fef6f4;
  border-radius: 10px;
  padding: 60px 15px;
}

.development .sec-block02 li i {
  position: relative;
  display: block;
  width:80px;
  height:80px;
  margin: 0 auto 38px;
  overflow: hidden;
}

.development .sec-block02 li i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.development .sec-block02 li .tit {
  margin-bottom: 17px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.development .sec-block02 li span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}

.development .sec-block03 .block-tit {
  margin-bottom: 35px;
}

.development .sec-block03 li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-radius: 60px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.development .sec-block03 li:last-of-type {
  margin-bottom: 0;
}

.development .sec-block03 li i {
  position: relative;
  display: block;
  width:60px;
  height:60px;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 50%;
}

.development .sec-block03 li i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.development .sec-block03 li .tit {
  margin-right: 110px;
  font-size: 2rem;
  font-weight: 700;
}

.development .sec-block03 li span {
  font-size:1.8rem;
  line-height: 1.7;
}

@media(max-width:1500px) {
  .development .sec-block01 .txt br {
    display: none;
  }
}

@media(max-width:1200px){
  .development .sec01 {
    padding-bottom: 135px;
  }
  
  .development .sec-block01 .thumb {
    margin-bottom: 45px;
  }

  .development .sec-block02 ul {
    gap: 0 20px;
  }
  
  .development .sec-block02 li {
    min-height: 360px;
    border-radius: 8px;
    padding: 50px 12px;
  }
  
  .development .sec-block02 li i {
    width: 90px;
    height: 90px;
    margin: 0 auto 35px;
  }
  
  .development .sec-block02 li .tit {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  
  .development .sec-block02 li span {
    font-size: 1.8rem;
  }
  
  .development .sec-block03 .block-tit {
    margin-bottom: 30px;
  }
  
  .development .sec-block03 li {
    padding: 15px;
    border-radius: 58px;
    margin-bottom: 15px;
  }
  
  .development .sec-block03 li i {
    width: 70px;
    height: 70px;
    margin-right: 25px;
  }
  
  .development .sec-block03 li .tit {
    margin-right: 90px;
    font-size: 2.2rem;
  }
  
  .development .sec-block03 li span {
    font-size: 1.8rem;
  }
}

@media(max-width:1024px){
  .development .sec01 {
    padding-bottom: 120px;
  }
  
  .development .sec-block01 .thumb {
    margin-bottom: 40px;
  }
  
  .development .sec-block02 ul {
    gap: 0 15px;
  }
  
  .development .sec-block02 li {
    min-height: 335px;
    border-radius: 8px;
    padding: 40px 15px;
  }
  
  .development .sec-block02 li i {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
  }
  
  .development .sec-block02 li .tit {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  
  .development .sec-block02 li span {
    font-size: 1.6rem;
  }
  
  .development .sec-block02 li span br {
    display: none;
  }
  
  .development .sec-block03 .block-tit {
    margin-bottom: 25px;
  }
  
  .development .sec-block03 li {
    padding: 12px;
    border-radius: 55px;
    margin-bottom: 12px;
  }
  
  .development .sec-block03 li i {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  
  .development .sec-block03 li .tit {
    margin-right: 70px;
    font-size: 2rem;
  }
  
  .development .sec-block03 li span {
    font-size: 1.6rem;
  }
}

@media(max-width:768px){
  .development .sec01 {
    padding-bottom: 105px;
  }
  
  .development .sec-block01 .thumb {
    margin-bottom: 35px;
  }
  
  .development .sec-block02 ul {
    gap: 0 12px;
  }
  
  .development .sec-block02 li {
    min-height: 314px;
    border-radius: 6px;
    padding: 30px 12px;
  }
  
  .development .sec-block02 li i {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
  }
  
  .development .sec-block02 li .tit {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  
  .development .sec-block02 li span {
    font-size: 1.5rem;
  }
  
  .development .sec-block03 .block-tit {
    margin-bottom: 20px;
  }
  
  .development .sec-block03 li {
    padding: 10px;
    border-radius: 52px;
    margin-bottom: 10px;
  }
  
  .development .sec-block03 li i {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  
  .development .sec-block03 li .tit {
    margin-right: 50px;
    font-size: 1.8rem;
  }
  
  .development .sec-block03 li span {
    font-size: 1.5rem;
  }
}

@media(max-width:675px) {
  .development .sec-block02 ul {
    flex-direction: column;
    align-items: start;
    gap: 15px 0;
  }
  
  .development .sec-block02 li {
    width: 100%;
    min-height: auto;
  }
  
  .development .sec-block02 li span {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
  }
}

@media(max-width:500px){
  .development .sec01 {
    padding-bottom: 90px;
  }
  
  .development .sec-block01 .thumb {
    margin-bottom: 30px;
  }
  
  .development .sec-block02 ul {
    gap: 10px 0;
  }
  
  .development .sec-block02 li {
    border-radius: 5px;
    padding: 20px 12px;
  }
  
  .development .sec-block02 li i {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
  }
  
  .development .sec-block02 li .tit {
    font-size: 1.6rem;
  }
  
  .development .sec-block02 li span {
    font-size: 1.4rem;
  }
  
  .development .sec-block03 .block-tit {
    margin-bottom: 15px;
  }
  
  .development .sec-block03 li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 10px 15px;
  }
  
  .development .sec-block03 li i {
    width: 55px;
    height: 55px;
    margin: 0 auto 10px;
  }
  
  .development .sec-block03 li .tit {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
    text-align: center;
  }
  
  .development .sec-block03 li span {
    font-size: 1.4rem;
  }
}
/* ---------- E: Development ---------- */

/* ---------- S: Led ---------- */
.led .sec01 {
  padding-bottom: 150px;
}

.led .sec-block02 .block-inner {
  display: flex;
  align-items: start;
  border-radius: 10px;
  overflow: hidden;
  height: 303px;
}

.led .sec-block02 .block-inner .lt {
  max-width: 611px;
  width: 36%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/business/led/block02_img.png');
}

.led .sec-block02 .block-inner .rt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 64%;
  padding-left: 60px;
  height: 100%;
  background-color: #f5f5f5;
}

.led .sec-block02 .block-inner .rt p {
  position: relative;
  padding-left: 19px;
  font-size:1.8rem;
  line-height: 1.8;
}

.led .sec-block02 .block-inner .rt p span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.led .sec-block .txt {
  font-size: 1.8rem;
  margin-bottom: -3px;
}

.led .sec-block05 .block-tit {
  margin-bottom: 27px;
}

.led .sec-block05 .list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0 24px;
}

.led .sec-block05 .list li {
  width: 33.333%;
  padding:30px 50px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.led .sec-block05 .list li p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #eb5524;
  line-height: 1.7;
}

.led .sec-block05 .list li span {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media(max-width:1350px) {
  .led .sec-block02 .block-inner .lt {
    width: 40%;
  }
  
  .led .sec-block02 .block-inner .rt {
    padding-left: 70px;
  } 
}

@media(max-width:1200px) {
  .led .sec01 {
    padding-bottom: 135px;
  }
  
  .led .sec-block02 .block-inner {
    border-radius: 10px;
    height: 343px;
  }
  
  .led .sec-block02 .block-inner .rt {
    padding-left: 60px;
  }  
  
  .led .sec-block02 .block-inner .rt p {
    padding-left: 16px;
    font-size: 1.8rem;
  }
  
  .led .sec-block .txt {
    font-size: 1.8rem;
    margin-bottom: -2px;
  }
  
  .led .sec-block05 .block-tit {
    margin-bottom: 20px;
  }
  
  .led .sec-block05 .list {
    gap: 0 20px;
  }
  
  .led .sec-block05 .list li {
    min-height: 240px;
    padding: 35px;
    border-radius: 8px;
  }
  
  .led .sec-block05 .list li p {
    font-size: 1.8rem;
  }
  
  .led .sec-block05 .list li span {
    font-size: 1.8rem;
  }
  
  .led .sec-block05 .list li span br {
    display: none;
  }
}

@media(max-width:1024px) {
  .led .sec01 {
    padding-bottom: 120px;
  }
  
  .led .sec-block02 .block-inner {
    border-radius: 8px;
    height: 343px;
  }
  
  .led .sec-block02 .block-inner .rt {
    padding-left: 50px;
    padding-right: 10px;
  }  
  
  .led .sec-block02 .block-inner .rt p {
    padding-left: 14px;
    font-size: 1.6rem;
  }
  
  .led .sec-block .txt {
    font-size: 1.6rem;
    margin-bottom: -1px;
  }
  
  .led .sec-block05 .block-tit {
    margin-bottom: 15px;
  }
  
  .led .sec-block05 .list {
    gap: 0 15px;
  }
  
  .led .sec-block05 .list li {
    min-height: 215px;
    padding: 20px;
    border-radius: 6px;
  }
  
  .led .sec-block05 .list li p {
    font-size: 1.6rem;
  }
  
  .led .sec-block05 .list li span {
    font-size: 1.6rem;
  }
}

@media(max-width:768px) {
  .led .sec01 {
    padding-bottom: 105px;
  }
  
  .led .sec-block02 .block-inner {
    flex-direction: column;
    align-items: start;
    height: auto;
  }
  
  .led .sec-block02 .block-inner .lt {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1.781 / 1;
  }
  
  .led .sec-block02 .block-inner .rt {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }  
  
  .led .sec-block02 .block-inner .rt p {
    font-size: 1.5rem;
  }
  
  .led .sec-block .txt {
    font-size: 1.5rem;
  }
  
  .led .sec-block05 .block-tit {
    margin-bottom: 12px;
  }
  
  .led .sec-block05 .list {
    flex-direction: column;
    align-items: start;
    gap: 12px 0;
  }
  
  .led .sec-block05 .list li {
    width: 100%;
    min-height: auto;
    padding: 15px;
  }
  
  .led .sec-block05 .list li p {
    font-size: 1.5rem;
  }
  
  .led .sec-block05 .list li span {
    font-size: 1.5rem;
  }
}

@media(max-width:500px) {
  .led .sec01 {
    padding-bottom: 90px;
  }
  
  .led .sec-block02 .block-inner .rt {
    padding: 30px 15px;
  }  
  
  .led .sec-block02 .block-inner .rt p {
    font-size: 1.4rem;
  }
  
  .led .sec-block .txt {
    font-size: 1.4rem;
  }
  
  .led .sec-block05 .block-tit {
    margin-bottom: 10px;
  }
  
  .led .sec-block05 .list {
    gap: 10px 0;
  }
  
  .led .sec-block05 .list li {
    padding: 12px;
  }
  
  .led .sec-block05 .list li p {
    font-size: 1.4rem;
  }
  
  .led .sec-block05 .list li span {
    font-size: 1.4rem;
  }
}
/* ---------- E: Led ---------- */

/* ---------- S: Online ---------- */
.online .sec01 {
  padding: 143px 0;
}

.online .sec-block02 .txt {
  font-size: 1.8rem;
  line-height: 1.7;
}

.online .sec-block02 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 50px 0;
}

.online .sec-block02 .list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100vw;
  height: 2px;
  background-color: #f5aa91;
}

.online .sec-block02 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 20%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #fef6f4;
  border: 2px solid #f5aa91;
}

.online .sec-block02 .list .arrow span {
  display: block;
  width: 19px;
  height: 19px;
  border-right: 2px solid #f5aa91;
  border-bottom: 2px solid #f5aa91;
  transform: rotate(-45deg);
}

.online .sec-block02 .list .item .icon {
  position: relative;
  width: 57px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.online .sec-block02 .list .item .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.online .sec-block02 .list .item p {
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

@media(max-width:1200px) {
  .online .sec01 {
    padding: 130px 0;
  }
  
  .online .sec-block02 .txt {
    font-size: 1.8rem;
  }
  
  .online .sec-block02 .list {
    margin: 45px 0;
  }
  
  .online .sec-block02 .list .item {
    width: 20%;
  }
  
  .online .sec-block02 .list .arrow span {
    width: 18px;
    height: 18px;
  }
  
  .online .sec-block02 .list .item .icon {
    width: 50px;
  }
  
  .online .sec-block02 .list .item p {
    margin-top: 20px;
    font-size: 2.2rem;
  }
}

@media(max-width:1024px) {
  .online .sec01 {
    padding: 115px 0;
  }
  
  .online .sec-block02 .txt {
    font-size: 1.6rem;
  }
  
  .online .sec-block02 .list {
    margin: 40px 0;
  }
  
  .online .sec-block02 .list .item {
    width: 22%;
  }
 
  .online .sec-block02 .list .arrow span {
    width: 15px;
    height: 15px;
  }
  
  .online .sec-block02 .list .item .icon {
    width: 45px;
  }
  
  .online .sec-block02 .list .item p {
    margin-top: 15px;
    font-size: 2rem;
  }
}

@media(max-width:768px) {
  .online .sec01 {
    padding: 100px 0;
  }
  
  .online .sec-block02 .txt {
    font-size: 1.5rem;
  }
  
  .online .sec-block02 .list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 35px 0;
  }
  
  .online .sec-block02 .list::after {
    display: none;
  }
  
  .online .sec-block02 .list .item {
    width: calc(50% - 50px);
  }
 
  .online .sec-block02 .list .arrow {
    position: relative;
  }

  .online .sec-block02 .list .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100px;
    height: 2px;
    background-color: #f5aa91;
  }
  
  .online .sec-block02 .list .arrow2 {
    position: absolute;
    transform: rotate(-45deg);
    z-index: -1;
  }
  
  .online .sec-block02 .list .arrow2 span {
    transform: rotate(135deg);
  }
  
  .online .sec-block02 .list .arrow::after {
    width: 200px;
    z-index: -1;
  }

  .online .sec-block02 .list .arrow span {
    width: 12px;
    height: 12px;
  }
  
  .online .sec-block02 .list .item .icon {
    width: 40px;
  }
  
  .online .sec-block02 .list .item p {
    margin-top: 12px;
    font-size: 1.8rem;
  }
}

@media(max-width:500px) {
  .online .sec01 {
    padding: 90px 0;
  }
  
  .online .sec-block02 .txt {
    font-size: 1.4rem;
  }
  
  .online .sec-block02 .txt br {
    display: none;
  }
  
  .online .sec-block02 .list {
    gap: 15px;
    margin: 30px 0;
  }
  
  .online .sec-block02 .list .item {
    width: calc(50% - 30px);
  }
  
  .online .sec-block02 .list .arrow::after {
    width: 200px;
    z-index: -1;
  }

  .online .sec-block02 .list .arrow span {
    width: 10px;
    height: 10px;
  }
  
  .online .sec-block02 .list .item .icon {
    width: 35px;
  }
  
  .online .sec-block02 .list .item p {
    font-size: 1.6rem;
  }
}
/* ---------- E: Online ---------- */

/* ---------- S: PCB ---------- */
.pcb .sec01 {
  padding-bottom: 150px;
}

.pcb .sec-block01 .thumb {
  margin-bottom: 51px;
}

.pcb .sec-block02 ul {
  display: flex;
  align-items: start;
  gap: 0 24px;
}

.pcb .sec-block02 li {
  width: 33.333%;
  min-height: 422px;
  background-color:#fef6f4;
  border-radius: 10px;
  padding: 60px 15px;
}

.pcb .sec-block02 li i {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 38px;
  overflow: hidden;
}

.pcb .sec-block02 li i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.pcb .sec-block02 li .tit {
  margin-bottom: 17px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.pcb .sec-block02 li span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}

.pcb .sec-block03 .block-tit {
  margin-bottom: 56px;
}

.pcb .sec-block03 ul {
  display: flex;
  align-items: start;
  gap: 0 24px;
}

.pcb .sec-block03 li {
  width: 25%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

.pcb .sec-block03 li .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.241 / 1;
  overflow: hidden;
}

.pcb .sec-block03 li .img img {
  position: absolute;
  top:50%;
	left:50%;
	transform: translate(-50%,-50%);
  width: 80%;
	height:auto;
  /* height: 100%; */
}

.pcb .sec-block03 li p {
  width: 100%;
  padding: 20px 0;
  background-color: #f5f5f5;
  font-size: 2.2rem;
  text-align: center;
}

.pcb .sec-block04 .block-tit {
  margin-bottom: 62px;
}

.pcb .sec-block04 .box {
  position: relative;
  width: 100%;
  aspect-ratio: 1.094 / 1;
  overflow: hidden;
}

.pcb .sec-block04 .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(max-width:1500px) {
  .pcb .sec-block01 .txt br {
    display: none;
  }
}

@media(max-width:1200px) {
  .pcb .sec01 {
    padding-bottom: 135px;
  }
  
  .pcb .sec-block01 .thumb {
    margin-bottom: 45px;
  }

  .pcb .sec-block02 ul {
    gap: 0 20px;
  }
  
  .pcb .sec-block02 li {
    min-height: 360px;
    border-radius: 8px;
    padding: 50px 12px;
  }
  
  .pcb .sec-block02 li i {
    width: 90px;
    height: 90px;
    margin: 0 auto 35px;
  }
  
  .pcb .sec-block02 li .tit {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  
  .pcb .sec-block02 li span {
    font-size: 1.8rem;
  }
  
  .pcb .sec-block03 .block-tit {
    margin-bottom: 50px;
  }
    
  .pcb .sec-block03 ul {
    gap: 0 20px;
  }

  .pcb .sec-block03 li p {
    padding: 20px 0;
    font-size: 2.2rem;
  }

  .pcb .sec-block04 .block-tit {
    margin-bottom: 50px;
  }
}

@media(max-width:1024px){
  .pcb .sec01 {
    padding-bottom: 120px;
  }
  
  .pcb .sec-block01 .thumb {
    margin-bottom: 40px;
  }
  
  .pcb .sec-block02 ul {
    gap: 0 15px;
  }
  
  .pcb .sec-block02 li {
    min-height: 362px;
    border-radius: 8px;
    padding: 40px 15px;
  }
  
  .pcb .sec-block02 li i {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
  }
  
  .pcb .sec-block02 li .tit {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  
  .pcb .sec-block02 li span {
    font-size: 1.6rem;
  }
  
  .pcb .sec-block02 li span br {
    display: none;
  }
  
  .pcb .sec-block03 .block-tit {
    margin-bottom: 45px;
  }
  
  .pcb .sec-block03 ul {
    gap: 0 15px;
  }

  .pcb .sec-block03 li p {
    padding: 15px 0;
    font-size: 2rem;
  }

  .pcb .sec-block04 .block-tit {
    margin-bottom: 45px;
  }
  
}

@media(max-width:768px){
  .pcb .sec01 {
    padding-bottom: 105px;
  }
  
  .pcb .sec-block01 .thumb {
    margin-bottom: 35px;
  }
  
  .pcb .sec-block02 ul {
    gap: 0 12px;
  }
  
  .pcb .sec-block02 li {
    min-height: 365px;
    border-radius: 6px;
    padding: 30px 12px;
  }
  
  .pcb .sec-block02 li i {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
  }
  
  .pcb .sec-block02 li .tit {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  
  .pcb .sec-block02 li span {
    font-size: 1.5rem;
  }
    
  .pcb .sec-block03 .block-tit {
    margin-bottom: 40px;
  }
  
  .pcb .sec-block03 ul {
    flex-wrap: wrap;
    align-items: start;
    gap: 12px;
  }

  .pcb .sec-block03 li {
    width: calc(50% - 6px);
  }
  
  .pcb .sec-block03 li p {
    padding: 15px 0;
    font-size: 1.8rem;
  }

  .pcb .sec-block04 .block-tit {
    margin-bottom: 40px;
  }
}

@media(max-width:675px) {
  .pcb .sec-block02 ul {
    flex-direction: column;
    align-items: start;
    gap: 15px 0;
  }
  
  .pcb .sec-block02 li {
    width: 100%;
    min-height: auto;
  }
  
  .pcb .sec-block02 li span {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
  }
}

@media(max-width:500px){
  .pcb .sec01 {
    padding-bottom: 90px;
  }
  
  .pcb .sec-block01 .thumb {
    margin-bottom: 30px;
  }
  
  .pcb .sec-block02 ul {
    gap: 10px 0;
  }
  
  .pcb .sec-block02 li {
    border-radius: 5px;
    padding: 20px 12px;
  }
  
  .pcb .sec-block02 li i {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
  }
  
  .pcb .sec-block02 li .tit {
    font-size: 1.6rem;
  }
  
  .pcb .sec-block02 li span {
    font-size: 1.4rem;
  }
    
  .pcb .sec-block03 .block-tit {
    margin-bottom: 35px;
  }
  
  .pcb .sec-block03 ul {
    gap: 10px;
  }

  .pcb .sec-block03 li {
    width: calc(50% - 5px);
  }
  
  .pcb .sec-block03 li p {
    padding: 15px 0;
    font-size: 1.6rem;
  }

  .pcb .sec-block04 .block-tit {
    margin-bottom: 35px;
  }
}
/* ---------- E: PCB ---------- */

/* ---------- S: Global ---------- */
.global .sec01 {
  padding-bottom: 150px;
}

.global .sec-block01 .thumb {
  margin-bottom: 51px;
}

.global .sec-block02 ul {
  display: flex;
  align-items: start;
  gap: 0 24px;
}

.global .sec-block02 li {
  width: 33.333%;
  min-height: 422px;
  background-color:#fef6f4;
  border-radius: 10px;
  padding: 60px 15px;
}

.global .sec-block02 li i {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 35px;
  overflow: hidden;
}

.global .sec-block02 li i img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.global .sec-block02 li .tit {
  margin-bottom: 17px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.global .sec-block02 li span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}

@media(max-width:1200px) {
  .global .sec01 {
    padding-bottom: 135px;
  }
  
  .global .sec-block01 .thumb {
    margin-bottom: 45px;
  }

  .global .sec-block02 ul {
    gap: 0 20px;
  }
  
  .global .sec-block02 li {
    min-height: 360px;
    border-radius: 8px;
    padding: 50px 12px;
  }
  
  .global .sec-block02 li i {
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
  }
  
  .global .sec-block02 li .tit {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  
  .global .sec-block02 li span {
    font-size: 1.8rem;
  }
}

@media(max-width:1024px){
  .global .sec01 {
    padding-bottom: 120px;
  }
  
  .global .sec-block01 .thumb {
    margin-bottom: 40px;
  }
  
  .global .sec-block02 ul {
    gap: 0 15px;
  }
  
  .global .sec-block02 li {
    min-height: 362px;
    border-radius: 8px;
    padding: 40px 15px;
  }
  
  .global .sec-block02 li i {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
  }
  
  .global .sec-block02 li .tit {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  
  .global .sec-block02 li span {
    font-size: 1.6rem;
  }
  
  .global .sec-block02 li span br {
    display: none;
  }
}

@media(max-width:768px){
  .global .sec01 {
    padding-bottom: 105px;
  }
  
  .global .sec-block01 .thumb {
    margin-bottom: 35px;
  }
  
  .global .sec-block02 ul {
    gap: 0 12px;
  }
  
  .global .sec-block02 li {
    min-height: 365px;
    border-radius: 6px;
    padding: 30px 12px;
  }
  
  .global .sec-block02 li i {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
  }
  
  .global .sec-block02 li .tit {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  
  .global .sec-block02 li span {
    font-size: 1.5rem;
  }
}

@media(max-width:675px) {
  .global .sec-block02 ul {
    flex-direction: column;
    align-items: start;
    gap: 15px 0;
  }
  
  .global .sec-block02 li {
    width: 100%;
    min-height: auto;
  }
  
  .global .sec-block02 li span {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
  }
}

@media(max-width:500px){
  .global .sec01 {
    padding-bottom: 90px;
  }
  
  .global .sec-block01 .thumb {
    margin-bottom: 30px;
  }
  
  .global .sec-block02 ul {
    gap: 10px 0;
  }
  
  .global .sec-block02 li {
    border-radius: 5px;
    padding: 20px 12px;
  }
  
  .global .sec-block02 li i {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }
  
  .global .sec-block02 li .tit {
    font-size: 1.6rem;
  }
  
  .global .sec-block02 li span {
    font-size: 1.4rem;
  }
}
/* ---------- E: Global ---------- */

/* ---------- S: Product ---------- */
.product-visual {
  padding: 100px 0 94px;
  background-color: #f5f5f5;
}

.product-visual .container {
  display: flex;
  align-items: start;
}

.product-visual .lt {
  width: 360px;
  padding-right: 10px;
  border-right: 1px solid #c9c9c9;
}

.product-visual .p-menu {
  margin-top: -4px;
}

.product-visual .p-menu li {
  width: fit-content;
  position: relative;
  margin-bottom: 19px;
  font-size: 2.2rem;
  font-weight: 700;
} 

.product-visual .p-menu li br {
  display: none;
}

.product-visual .p-menu li::after {
  content: "";
  display: none;
  position: absolute;
  top: 10px;
  right: -20px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #eb5828;
  border-right: 2px solid #eb5828;
  transform: rotate(-45deg);
  transition: all .3s ease-out;
}

.product-visual .p-menu li p {
  position: relative;
  width: fit-content;
  transition: all .3s ease-out;
}

.product-visual .p-menu li p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #eb5828;
  transition: all .3s ease-out;
}

.product-visual .p-menu li.on::after {
  display: block;
}

.product-visual .p-menu li.on p::after {
  width: 100%;
}

.product-visual .p-menu li.on p {
  color: #eb5828;
}

.product-visual .more-list {
  margin-top: 145px;
}

.product-visual .more-list li {
  display: none;
  transition: all .3s ease-out;
}

.product-visual .more-list li.on {
  display: block;
}

.product-visual .more-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 46px;
  border-radius: 25px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #eb5828;
}

.product-visual .rt {
  width: calc(100% - 360px);
  padding-left: 106px;
}

.product-visual .conBox-list {
  display: none;
  align-items: start;
  gap: 0 24px;
  padding-top: 2px;
  transition: all .3s ease-out;
}

.product-visual .conBox-list.on {
  display: flex;
}

.product-visual .conBox-list li {
  max-width: 337px;
  width: 33.333%;
}

.product-visual .conBox-list li .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-visual .conBox-list .tit {
  margin-bottom: 13px;
  font-size: 2.2rem;
  font-weight: 700;
}

.product-visual .conBox-list .txt {
  display: block;
  min-height: 140px;
  font-size: 1.6rem;
  line-height: 1.55;
  color: #565656;
}

@media(max-width:1400px) {
  .product-visual .container {
    align-items: center;
  }
  
  .product-visual .more-list {
    margin-top: 50px;
  }

  .product-visual .rt {
    padding-left: 60px;
  }
  
  .product-visual .conBox-list li {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 50px;
  }
 
  .product-visual .conBox-list li .thumb {
    width: 300px;
  }
  
  .product-visual .conBox-list li .cont {
    width: calc(100% - 350px);
  }
  
  .product-visual .conBox-list li .txt {
    display: block;
    max-width: 400px;
  }
  .product-visual .conBox-list li .txt br {
    display: none;
  }
}

@media(max-width:1200px) {
  .product-visual {
    padding: 90px 0;
  }
  
  .product-visual .lt {
    width: 230px;
  }
  
  .product-visual .p-menu li {
    font-size: 2.2rem;
  } 

  .product-visual .more-list {
    margin-top: 45px;
  }
  
  .product-visual .more-list li a {
    width: 165px;
    height: 45px;
    border-radius: 23px;
    font-size: 1.6rem;
  }

  .product-visual .rt {
    padding-left: 50px;
  }
  
  .product-visual .conBox-list {
    gap: 0 20px;
    padding-top: 0px;
  }
  
  .product-visual .conBox-list li {
    gap: 0 45px;
  }
 
  .product-visual .conBox-list li .thumb {
    width: 270px;
    margin-bottom: 20px;
  }
  
  .product-visual .conBox-list li .cont {
    width: calc(100% - 315px);
  }
  
  .product-visual .conBox-list .tit {
    font-size: 2.2rem;
  }
  
  .product-visual .conBox-list .txt {
    font-size: 1.6rem;
  }
}

@media(max-width:1024px) {
  .product-visual {
    padding: 80px 0;
  }
  
  .product-visual .lt {
    width: 210px;
  }
  
  .product-visual .p-menu li {
    margin-bottom: 15px;
    font-size: 2rem;
  } 
  
  .product-visual .p-menu li::after {
    top: 9px;
    width: 9px;
    height: 9px;
  }

  .product-visual .more-list {
    margin-top: 40px;
  }
  
  .product-visual .more-list li a {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.5rem;
  }
  
  .product-visual .rt {
    width: calc(100% - 210px);
    padding-left: 40px;
  }
  
  .product-visual .conBox-list {
    flex-direction: column;
    align-items: start;
    gap: 18px 0;
    padding-top: 0px;
  }
  
  .product-visual .conBox-list li {
    width: 100%;
    gap: 0 40px;
  }
  
  .product-visual .conBox-list li .thumb {
    width: 230px;
    margin-bottom: 0;
  }
  
  .product-visual .conBox-list li .cont {
    width: calc(100% - 270px);
  }
  
  .product-visual .conBox-list .tit {
    font-size: 2.2rem;
  }
  
  .product-visual .conBox-list .txt {
    display: block;
    max-width: 305px;
    font-size: 1.6rem;
    min-height: 105px;
  }
  
  .product-visual .conBox-list .txt br {
    display: none;
  }
}

@media(max-width:768px) {
  .product-visual {
    padding: 70px 0;
  }
  
  .product-visual .container {
    position: relative;
    flex-direction: column;
    align-items: start;
    gap: 50px 0;
    padding-bottom: 70px;
  }
  
  .product-visual .lt {
    width: 100%;
    padding: 0;
    border-right: none;
    display: flex;
    gap: 25px 0;
    flex-direction: column-reverse;
  }
  
  .product-visual .p-menu  {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  
  .product-visual .p-menu li {
    width: 33.333%;
    max-width: 100%;
    padding: 5px;
    margin-bottom: 0;
    font-size: 1.8rem;
  } 
    
  .product-visual .p-menu li br {
    /* display: block; */
  }
  
  .product-visual .p-menu li.on::after {
    display: none;
  }
  
  .product-visual .p-menu li p {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  
  /* .product-visual .p-menu li p::before {
    content: "";
    display: none;
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #eb5828;
    border-right: 2px solid #eb5828;
    transform: translateX(-50%) rotate(45deg);
  } */
  
  .product-visual .p-menu li.on p::before {
    display: block;
  } 
  
  .product-visual .p-menu li p::after {
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .product-visual .more-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    z-index: 1;
    width: calc(100% - 30px);
  }
  
  .product-visual .more-list li a {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    height: 35px;
    font-size: 1.3rem;
  }
  
  .product-visual .rt {
    width: 100%;
    padding-left: 0;
  }
  
  .product-visual .conBox-list {
    gap: 15px 0;
    padding-top: 0px;
  }
  
  .product-visual .conBox-list li {
    gap: 0 35px;
    justify-content: space-between;
  }
  
  /* .product-visual .conBox-list li .thumb {
    width: 220px;
  }
  
  .product-visual .conBox-list li .cont {
    width: calc(100% - 235px);
  } */
  .product-visual .conBox-list li .cont {
    width: calc(100% - 255px);
  }
  
  .product-visual .conBox-list .tit {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  
  .product-visual .conBox-list .txt {
    max-width: 100%;
    font-size: 1.4rem;
  }
  
  .product-visual .conBox-list .txt {
    max-width: 100%;
    min-height: 115px;
    font-size: 1.4rem;
  }
}

@media(max-width:500px) {
  .product-visual {
    padding: 60px 0;
  }
  
  .product-visual .container {
    gap: 45px 0;
    padding-bottom: 60px;
  }
  
  .product-visual .lt {
    gap: 20px 0;
  }
  
  .product-visual .p-menu li {
    width: 50%;
    font-size: 1.6rem;
  } 
  
  .product-visual .p-menu li p::before {
    bottom: -16px;
    width: 9px;
    height: 9px;
  }
  
  .product-visual .more-list li a {
    height: 30px;
    font-size: 1.2rem;
  }
  
  .product-visual .conBox-list {
    gap: 12px 0;
    padding-top: 0px;
  }
  
  .product-visual .conBox-list li {
    flex-direction: column;
    align-items: start;
    gap: 12px 0;
  }
  
  .product-visual .conBox-list li .thumb {
    width: 100%;
    aspect-ratio: 1.9 / 1;
  }
  
  .product-visual .conBox-list li .cont {
    width: 100%;
  }
  
  .product-visual .conBox-list .tit {
    font-size: 1.6rem;
  }
  
  .product-visual .conBox-list .txt {
    min-height: 101px;
    font-size: 1.3rem;
  }
}
/* ---------- E: Product ---------- */
/* ---------- S: Product List---------- */
.product.list .sec-tit {
  margin-top: -12px;
  margin-bottom: 67px;
}

@media(max-width:1200px) {
  .product.list .sec-tit {
    margin-top: -10px;
    margin-bottom: 60px;
  }
}

@media(max-width:1024px) {
  .product.list .sec-tit {
    margin-top: -8px;
    margin-bottom: 50px;
  }
}

@media(max-width:768px) {
  .product.list .sec-tit {
    margin-top: -6px;
    margin-bottom: 45px;
  }
}

@media(max-width:500px) {
  .product.list .sec-tit {
    margin-bottom: 40px;
  }
}
/* ---------- E: Product List---------- */
/* ---------- S: Product View ---------- */
.product.view .sec02, 
.product.view .sec03 {
  padding-top: 0;
}

.product.view .heading {
  display: flex;
  align-items: start;
}

.product.view .heading .lt {
  padding-top: 10px;
  max-width: 483px;
  width: 32.2%;
}

.product.view .heading .rt {
  max-width: 1016px;
  width: 67.8%;
}

.product.view .heading .lt .sec-tit {
  margin-bottom: 43px;
}

.product.view .heading .lt .txt {
  font-size: 1.8rem;
  line-height: 1.5;
}

.product.view .heading .rt .block-tit {
  margin-bottom: 26px;
}

.product.view .heading .rt ul {
  display: flex;
  align-items: start;
  gap: 0 20px;
}

.product.view .heading .rt li {
  position: relative;
  width: 20%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  overflow: hidden;
}

.product.view .heading .rt li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product.view .inner {
  width: 100%;
  padding: 53px 15px 52px;
  background-color: #f5f5f5;
}

.product.view .inner .area {
  max-width: 1830px;
  width: 100%;
  margin: 0 auto;
}

.product.view .inner ul {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  margin: -6px;
}

.product.view .inner ul li {
  flex:0 0 5.88%;
  max-width:5.88%;
  padding: 6px;
}

.product.view .inner ul li .icon {
  position: relative;
  max-width: 91px;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid #bcbcbc;
  overflow: hidden;
  background-color: #fff;
}

.product.view .inner ul li .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product.view .inner ul li p {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
  color: #eb5524;
}

@media(max-width:1600px) {
  .product.view .inner .area {
    overflow: auto;
    height: 100%;
  }
  
  .product.view .inner ul {
    flex-wrap: nowrap;
    width: 1800px;
    margin: 0;
  }

}

@media(max-width:1200px) {
  .product.view .heading .lt {
    padding-top: 0px;
  }

  .product.view .heading .lt .sec-tit {
    margin-bottom: 40px;
  }

  .product.view .heading .lt .txt {
    font-size: 1.6rem;
  }

  .product.view .heading .rt .block-tit {
    margin-bottom: 20px;
  }

  .product.view .heading .rt ul {
    gap: 0 18px;
  }

  .product.view .heading .rt li {
    border-radius: 8px;
  }

  .product.view .inner {
    padding: 45px 15px;
  }

}

@media(max-width:1024px) {
  .product.view .heading .lt .sec-tit {
    margin-bottom: 35px;
  }

  .product.view .heading .lt .txt {
    max-width: 470px;
    padding-right: 15px;
    font-size: 1.5rem;
  }
  
  .product.view .heading .lt .txt br {
    display: none;
  }
  
  .product.view .heading .lt .txt br:first-of-type {
    display: block;
  }

  .product.view .heading .rt .block-tit {
    margin-bottom: 18px;
  }

  .product.view .heading .rt ul {
    gap: 0 12px;
  }

  .product.view .heading .rt li {
    border-radius: 6px;
  }

  .product.view .inner {
    padding: 40px 12px;
  }
  
  .product.view .inner ul {
    width: 1680px;
  }

  .product.view .inner ul li .icon {
    margin: 0 auto 15px;
  }

  .product.view .inner ul li p {
    font-size: 1.3rem;
  }
}

@media(max-width:768px) {
  .product.view .heading {
    flex-direction: column;
    align-items: start;
    gap: 35px 0;
  }
  
  .product.view .heading .lt,
  .product.view .heading .rt {
    width: 100%;
    max-width: 100%;
  }
  
  .product.view .heading .lt .sec-tit {
    margin-bottom: 30px;
  }

  .product.view .heading .lt .txt {
    font-size: 1.4rem;
  }

  .product.view .heading .rt .block-tit {
    margin-bottom: 18px;
  }

  .product.view .heading .rt ul {
    gap: 0 8px;
  }

  .product.view .heading .rt li {
    border-radius: 6px;
  }
  
  .product.view .inner {
    padding: 35px 12px;
  }
  
  .product.view .inner ul {
    width: 1560px;
  }

  .product.view .inner ul li .icon {
    width: 65px;
    margin: 0 auto 12px;
  }

  .product.view .inner ul li p {
    font-size: 1.2rem;
  }

}

@media(max-width:500px) {
  .product.view .heading {
    gap: 30px 0;
  }
  
  .product.view .heading .lt .sec-tit {
    margin-bottom: 25px;
  }

  .product.view .heading .lt .txt {
    font-size: 1.3rem;
  }

  .product.view .heading .rt .block-tit {
    margin-bottom: 15px;
  }

  .product.view .heading .rt ul {
    gap: 0 4px;
  }

  .product.view .heading .rt li {
    border-radius: 4px;
  }
    
  .product.view .inner {
    padding: 30px 10px;
  }
  
  .product.view .inner ul {
    width: 1445px;
  }

  .product.view .inner ul li .icon {
    margin: 0 auto 10px;
  }

  .product.view .inner ul li p {
    font-size: 1.1rem;
  }

}
/* ---------- E: Product View ---------- */

/* ---------- S: Catalog ---------- */
.catalog .sec01,
.example .sec01 {
  padding-bottom: 138px;
}

.catalog .sec01 .sec-tit,
.example .sec01 .sec-tit {
  margin-bottom: 0;
}

.catalog .heading,
.example .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 73px;
}

@media(max-width:1200px) {
  .catalog .sec01,
  .example .sec01 {
    padding-bottom: 125px;
  }
  
  .catalog .heading,
  .example .heading {
    margin-bottom: 65px;
  }
}

@media(max-width:1024px) {
  .catalog .sec01,
  .example .sec01 {
    padding-bottom: 110px;
  }
  
  .catalog .heading,
  .example .heading {
    margin-bottom: 55px;
  }
}

@media(max-width:768px) {
  .catalog .sec01,
  .example .sec01 {
    padding-bottom: 95px;
  }
  
  .catalog .heading,
  .example .heading {
    flex-direction: column;
    align-items: start;
    gap: 25px 0;
    margin-bottom: 45px;
  }
}

@media(max-width:500px) {
  .catalog .sec01,
  .example .sec01 {
    padding-bottom: 80px;
  }
  
  .catalog .heading,
  .example .heading {
    gap: 20px 0;
    margin-bottom: 40px;
  }

}
/* ---------- E: Catalog ---------- */

/* ---------- S: Certificate ---------- */
.certificate {
  width: 100%;
  overflow: hidden;
}

.certificate .sec01 {
  padding-bottom: 138px;
}

.certificate .list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 26px 0;
  margin: -12px;
}

.certificate .list li {
  width: 25%;
  padding: 12px;
  cursor: pointer;
}

.certificate .list .box {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cacaca;
  overflow: hidden;
  box-sizing: border-box;
}

.certificate .list .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 0.801 / 1;
  /* aspect-ratio: 0.710 / 1; */
  overflow: hidden;
}

.certificate .list .thumb > div {
  width: 100%;
  height: 100%;
  background-position: top 0 center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.certificate .list .con {
  width: 100%;
  padding: 36px 30px;
  background-color: #fff;
  border-top: 1px solid #cacaca;
}

.certificate .list .con p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 58px;
  font-size: 2rem;
  line-height: 1.45;
}

@media(max-width:1200px) {
  .certificate .sec01 {
    padding-bottom: 125px;
  }
  
  .certificate .list {
    gap: 20px 0;
    margin: -10px;
  }
  
  .certificate .list li {
    padding: 10px;
  }
  
  .certificate .list .con {
    padding: 30px 25px;
  }
  
  .certificate .list .con p {
    height: 55px;
    font-size: 2rem;
  }
}

@media(max-width:1024px) {
  .certificate .sec01 {
    padding-bottom: 110px;
  }
  
  .certificate .list {
    gap: 15px 0;
    margin: -8px;
  }
  
  .certificate .list li {
    padding: 8px;
  }
  
  .certificate .list .con {
    padding: 25px 20px;
  }
  
  .certificate .list .con p {
    height: 50px;
    font-size: 1.8rem;
  }
}

@media(max-width:768px) {
  .certificate .sec01 {
    padding-bottom: 95px;
  }
  
  .certificate .list {
    gap: 12px 0;
    margin: -6px;
  }
  
  .certificate .list li {
    width: 50%;
    padding: 6px;
  }
  
  .certificate .list .con {
    padding: 20px 15px;
  }
  
  .certificate .list .con p {
    height: 45px;
    font-size: 1.6rem;
  }
}

@media(max-width:500px) {
  .certificate .sec01 {
    padding-bottom: 85px;
  }
  
  .certificate .list {
    gap: 10px 0;
    margin: -4px;
  }
  
  .certificate .list li {
    padding: 4px;
  }
  
  .certificate .list .con {
    padding: 15px 12px;
  }
  
  .certificate .list .con p {
    height: 42px;
    font-size: 1.5rem;
  }
}

/* Modal */
.bbs-modal-certificate .modal-container {
  max-width: 484px;
}

.bbs-modal-certificate .modal-content .swiper-control > div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 104px;
	height: 104px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
  border: 2px solid #fff;
  transition: all .2s ease-out;
  cursor: pointer;
}

.bbs-modal-certificate .modal-content .close {
  right: -30px;
}

.bbs-modal-certificate .modal-content .prev {
	left: -164px;
	background-image: url('/child/img/sub/store/certificate/modal-prev.png');
}

.bbs-modal-certificate .modal-content .next {
	right: -164px;
	background-image: url('/child/img/sub/store/certificate/modal-next.png');
}

.bbs-modal-certificate .modal-content .swiper-control > div.swiper-button-disabled {
  opacity: 0;
  display: none;
}

.bbs-modal-certificate .modal-content .con-area {
	width: 100%;
}

.bbs-modal-certificate .swiper-slide {
  width: 100%;
}

.bbs-modal-certificate .swiper-slide .img {
  position: relative;
  width: 100%;
  aspect-ratio: 0.701 / 1;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.bbs-modal-certificate .swiper-slide .img > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bbs-modal-certificate .swiper-slide .con {
  width: 100%;
  background-color: transparent;
  padding-top: 23px;
}

.bbs-modal-certificate .swiper-slide .con .subject {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.43;
  color: #fff;
}

.bbs-modal-certificate .patent-pagination {
  display: none;
  position: relative;
  width: 100%;
  height: 2px;
  max-width: 100%;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
}

.bbs-modal-certificate .patent-pagination .swiper-pagination-progressbar-fill {
  border-radius: 4px;
  background-color: #eb5524;
}

@media(max-width:1200px){
  .bbs-modal-certificate .modal-container {
    max-width: 430px;
  }

  .bbs-modal-certificate .modal-content .swiper-control > div {
    width: 85px;
    height: 85px;
  }

  .bbs-modal-certificate .modal-content .prev {
    left: -135px;
  }

  .bbs-modal-certificate .modal-content .next {
    right: -135px;
  }

  .bbs-modal-certificate .swiper-slide .img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .bbs-modal-certificate .swiper-slide .con {
    padding-top: 20px;
  }

  .bbs-modal-certificate .swiper-slide .con .subject {
    font-size: 2.8rem;
  }
}

@media(max-width:1024px){
  .bbs-modal-certificate .modal-container {
    max-width: 380px;
  }

  .bbs-modal-certificate .modal-content .swiper-control > div {
    width: 65px;
    height: 65px;
  }

  .bbs-modal-certificate .modal-content .prev {
    left: -105px;
  }

  .bbs-modal-certificate .modal-content .next {
    right: -105px;
  }

  .bbs-modal-certificate .swiper-slide .con {
    padding-top: 18px;
  }

  .bbs-modal-certificate .swiper-slide .con .subject {
    font-size: 2.4rem;
  }
}

@media(max-width:768px){
  .bbs-modal-certificate .modal-container {
    max-width: 330px;
  }

  .bbs-modal-certificate .modal-content .swiper-control > div {
    width: 45px;
    height: 45px;
  }

  .bbs-modal-certificate .modal-content .prev {
    left: -70px;
  }

  .bbs-modal-certificate .modal-content .next {
    right: -70px;
  }

  .bbs-modal-certificate .swiper-slide .img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .bbs-modal-certificate .swiper-slide .con {
    padding-top: 15px;
  }

  .bbs-modal-certificate .swiper-slide .con .subject {
    font-size: 2.2rem;
  }
}

@media(max-width:500px){
  .bbs-modal-certificate .modal-container {
    max-width: 300px;
  }

  .bbs-modal-certificate .modal-content .swiper-control > div {
    display: none;
  }

  .bbs-modal-certificate .modal-content .prev {
    left: -50px;
  }

  .bbs-modal-certificate .modal-content .next {
    right: -50px;
  }

  .bbs-modal-certificate .swiper-slide .img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .bbs-modal-certificate .swiper-slide .con {
    padding-top: 12px;
  }

  .bbs-modal-certificate .swiper-slide .con .subject {
    font-size: 2rem;
  }
    
  .bbs-modal-certificate .patent-pagination {
    display: block;
  }
}
/* ---------- E: Certificate ---------- */

/* ---------- S: Notice ---------- */
.notice .sec01 {
  padding-bottom: 150px;
}

.notice .sec01 .sec-tit {
  margin-bottom: 0;
}

.notice .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 73px;
}

.notice.view .sub-tab {
  margin-bottom: 80px;
}

@media(max-width:1200px) {
  .notice .sec01 {
    padding-bottom: 125px;
  }
  
  .notice .heading {
    margin-bottom: 65px;
  }
  
  .notice.view .sub-tab {
    margin-bottom: 70px;
  }
}

@media(max-width:1024px) {
  .notice .sec01 {
    padding-bottom: 110px;
  }
  
  .notice .heading {
    margin-bottom: 55px;
  }
  
  .notice.view .sub-tab {
    margin-bottom: 60px;
  }
}

@media(max-width:768px) {
  .notice .sec01 {
    padding-bottom: 95px;
  }
  
  .notice .heading {
    flex-direction: column;
    align-items: start;
    gap: 25px 0;
  }
  
  .notice .heading {
    margin-bottom: 45px;
  }
  
  .notice.view .sub-tab {
    margin-bottom: 50px;
  }
}

@media(max-width:500px) {
  .notice .sec01 {
    padding-bottom: 80px;
  }
  
  .notice .heading {
    gap: 20px 0;
  }
  
  .notice .heading {
    margin-bottom: 40px;
  }
  
  .notice.view .sub-tab {
    margin-bottom: 45px;
  }
}

/* ---------- E: Notice ---------- */

/* ---------- S: Inquiry ---------- */
.inquiry .sec01 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}

.inquiry .form-area .form-table {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  border-top: 2px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

.inquiry .form-area .row {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 16px 30px;
  border-bottom: 1px solid #b5b5b5;
}

.inquiry .form-area .row--100 {
  width: 100%;
  align-items: start;
}

.inquiry .form-area .th {
  width: 162px;
  font-size: 1.8rem;
}

.inquiry .form-area .th span {
  color: #d20000;
}

.inquiry .form-area .td {
  width: calc(100% - 162px);
}

.inquiry .form-area .td input[type='text'] {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #bfbfbf;
  font-size: 1.6rem;
}

.inquiry .form-area .file-wrap {
	display: flex;
	align-items: center;
	position: relative;
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #bfbfbf;
  font-size: 1.6rem;
}

.inquiry .form-area .file-wrap label {
	display: flex;
	align-items: center;
}

.inquiry .form-area .file-wrap label input {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  border: 0px;
  padding: 0px;
}

.inquiry .form-area .file-wrap label .file-btn {
  position: absolute;
  top: 0;
  right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100px;
	height:44px;
  border-left: 1px solid #bfbfbf;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	background-color: #d9d9d9;
	font-size:1.6rem;
	font-weight:500;
	color:#737373;
}

.inquiry .form-area .file-wrap .file-label {
	width:calc(100% - 100px);
	font-size:1.6rem;
	font-weight:500;
	color:#b9b9b9;
}

.inquiry .form-area .file-wrap .file-label input {
	display: inline-block;
	width:auto;
	height:auto;
	border:none;
	border-radius: 0px;
	padding:0px;
	font-size:1.6rem;
	font-weight:500;
	color:#b9b9b9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1 ;
	-webkit-box-orient: vertical;
	background-color: transparent;
}

.inquiry .form-area .file-wrap .file-label button {
	display: inline-block;
	vertical-align: middle;
	width:20px;
	height:20px;
	margin-left:10px;
	background: url('/child/img/mypage/btn_file_delete.png') no-repeat center;
  cursor: pointer;
}

.inquiry .form-area .file-guide {
	display: block;
	margin-top:16px;
	font-size:1.4rem;
	color:#c9c9c9;
}

.inquiry .form-area textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #bfbfbf;
  resize: none;
  font-size: 1.6rem;
}

.inquiry .form-area .agree {
  padding-top: 37px;
}

.inquiry .form-area .agree label {
  position: relative;
  display: flex;
  align-items: start;
  width: 100%;
  cursor: pointer;
}

.inquiry .form-area .agree label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.inquiry .form-area .agree label i {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/inc/radio-check.png');
}

.inquiry .form-area .agree label input[type="checkbox"]:checked ~ i {
  background-image: url('/child/img/inc/radio-checked.png');
}

.inquiry .form-area .agree label p {
  position: relative;
  font-size:1.8rem;
  font-weight: 700;
  color: #eb5524;
}

.inquiry .form-area .agree label p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #eb5524;
}
.inquiry .form-area .button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  width: 260px;
  height: 56px;
  margin: 50px auto 0;
  border-radius: 10px;
  background-color: #eb5524;
  font-size:1.8rem;
  color: #fff;
}

.inquiry .form-area .button-submit  i {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.inquiry .sec01 .inner {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.inquiry .sec01 .rolling-text-wrap {
  position: relative;
  overflow: hidden;
  margin: -5px 0;
}

.inquiry .sec01 .text {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 5310px;
  animation: textRolling 60s linear infinite;
}

.inquiry .sec01 .text p {
  margin-right: 80px;
  font-size: 16rem;
  line-height: 1;
  font-weight: 600;
  color: #eb5524;
  opacity: 0.1;
} 

.inquiry .sec01 .text p.type01 {
  -webkit-text-stroke:2px #a9b6c7;
  -webkit-text-fill-color:transparent;
}

.inquiry .sec01 .text p.type01 span {
  -webkit-text-stroke:2px #d2e5a7;
}

@keyframes textRolling {
  0% {
    transform: translateX(0%);
  }
  
  100% {
    transform: translateX(-50%);
  }
}

@media(max-width:1200px) {
  .inquiry .sec01 {
    padding-bottom: 130px;
  }
  
  .inquiry .form-area .row {
    padding: 15px 25px;
  }
  
  .inquiry .form-area .th {
    width: 140px;
    font-size: 1.8rem;
  }
  
  .inquiry .form-area .td {
    width: calc(100% - 140px);
  }
  
  .inquiry .form-area .td input[type='text'] {
    height: 45px;
    padding: 0 18px;
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .file-wrap {
    height: 45px;
    padding: 0 18px;
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .file-wrap label .file-btn {
    width:90px;
    height:43px;
    font-size:1.6rem;
  }
  
  .inquiry .form-area .file-wrap .file-label {
    width:calc(100% - 90px);
    font-size:1.6rem;
  }
  
  .inquiry .form-area .file-wrap .file-label input {
    font-size:1.6rem;
  }
  
  .inquiry .form-area .file-guide {
    margin-top:14px;
    font-size:1.5rem;
  }
  
  .inquiry .form-area textarea {
    height: 180px;
    padding: 18px;
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .agree {
    padding-top: 30px;
  }
  
  .inquiry .form-area .agree label p {
    font-size: 1.8rem;
  }
  
  .inquiry .form-area .agree label p::after {
    bottom: -1px;
  }
  .inquiry .form-area .button-submit {
    width: 280px;
    height: 50px;
    margin: 45px auto 0;
    font-size: 1.8rem;
  }
  
  .inquiry .sec01 .inner {
    bottom: -25px;
  }
  
  .inquiry .sec01 .rolling-text-wrap {
    margin: -5px 0;
  }
  
  .inquiry .sec01 .text {
    width: 4810px;
    animation: textRolling 52s linear infinite;
  }
  
  .inquiry .sec01 .text p {
    margin-right: 70px;
    font-size: 20rem;
  } 
  
}

@media(max-width:1024px) {
  .inquiry .sec01 {
    padding-bottom: 110px;
  }
  
  .inquiry .form-area .form-table {
    flex-direction: column;
    align-items: start;
  }
  
  .inquiry .form-area .row {
    width: 100%;
    padding: 12px 20px;
  }
  
  .inquiry .form-area .th {
    width: 120px;
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .td {
    width: calc(100% - 120px);
  }
  
  .inquiry .form-area .td input[type='text'] {
    height: 40px;
    padding: 0 15px;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .file-wrap {
    height: 40px;
    padding: 0 15px;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .file-wrap label .file-btn {
    width:80px;
    height:38px;
    font-size:1.5rem;
  }
  
  .inquiry .form-area .file-wrap .file-label {
    width:calc(100% - 80px);
    font-size:1.5rem;
  }
  
  .inquiry .form-area .file-wrap .file-label input {
    font-size:1.5rem;
  }
  
  .inquiry .form-area .file-wrap .file-label button {
    width:18px;
    height:18px;
  }
  
  .inquiry .form-area .file-guide {
    margin-top:12px;
    font-size:1.4rem;
  }
  
  .inquiry .form-area textarea {
    height: 160px;
    padding: 15px;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .agree {
    padding-top: 25px;
  }
  
  .inquiry .form-area .agree label i {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
  
  .inquiry .form-area .agree label p {
    font-size: 1.6rem;
  }

  .inquiry .form-area .button-submit {
    gap: 0 15px;
    width: 260px;
    height: 45px;
    margin: 40px auto 0;
    font-size: 1.6rem;
  }
  
  .inquiry .form-area .button-submit  i {
    /* width: 10px;
    height: 10px; */
  }
  
  .inquiry .sec01 .inner {
    bottom: -18px;
  }
  
  .inquiry .sec01 .rolling-text-wrap {
    margin: -5px 0;
  }
  
  .inquiry .sec01 .text {
    width: 3884px;
    animation: textRolling 48s linear infinite;
  }
  
  .inquiry .sec01 .text p {
    margin-right: 60px;
    font-size: 16rem;
  } 
  
}

@media(max-width:768px) {
  .inquiry .sec01 {
    padding-bottom: 95px;
  }
  
  .inquiry .form-area .form-table {
    flex-direction: column;
    align-items: start;
  }
  
  .inquiry .form-area .row {
    width: 100%;
    padding: 12px 20px;
  }
  
  .inquiry .form-area .th {
    width: 100px;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .td {
    width: calc(100% - 100px);
  }
  
  .inquiry .form-area .td input[type='text'] {
    height: 35px;
    padding: 0 12px;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .file-wrap {
    height: 35px;
    padding: 0 12px;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .file-wrap label .file-btn {
    width:70px;
    height:33px;
    font-size:1.4rem;
  }
  
  .inquiry .form-area .file-wrap .file-label {
    width:calc(100% - 70px);
    font-size:1.4rem;
  }
  
  .inquiry .form-area .file-wrap .file-label input {
    font-size:1.4rem;
  }
  
  .inquiry .form-area .file-wrap .file-label button {
    width:16px;
    height:16px;
  }
  
  .inquiry .form-area .file-guide {
    margin-top:10px;
    font-size:1.3rem;
  }
  
  .inquiry .form-area textarea {
    height: 140px;
    padding: 12px;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .agree {
    padding-top: 20px;
  }
  
  .inquiry .form-area .agree label i {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
  
  .inquiry .form-area .agree label p {
    font-size: 1.5rem;
  }

  .inquiry .form-area .button-submit {
    gap: 0 12px;
    width: 240px;
    height: 40px;
    margin: 35px auto 0;
    font-size: 1.5rem;
  }
  
  .inquiry .form-area .button-submit  i {
    width: 8px;
    height: 8px;
  }
  
  .inquiry .sec01 .inner {
    bottom: -16px;
  }
  
  .inquiry .sec01 .rolling-text-wrap {
    margin: -5px 0;
  }
  
  .inquiry .sec01 .text {
    width: 3372px;
    animation: textRolling 45s linear infinite;
  }
  
  .inquiry .sec01 .text p {
    margin-right: 50px;
    font-size: 14rem;
  } 
 
}

@media(max-width:500px) {
  .inquiry .sec01 {
    padding-bottom: 85px;
  }
  
  .inquiry .form-area .row {
    flex-direction: column;
    align-items: start;
    gap: 10px 0;
    padding: 10px 15px;
  }
  
  .inquiry .form-area .th {
    width: 100%;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .td {
    width: 100%;
  }
  
  .inquiry .form-area .td input[type='text'] {
    padding: 0 10px;
    font-size: 1.3rem;
  }
  
  .inquiry .form-area .file-wrap {
    padding: 0 10px;
    font-size: 1.3rem;
  }
  
  .inquiry .form-area .file-wrap label .file-btn {
    width:60px;
    font-size:1.3rem;
  }
  
  .inquiry .form-area .file-wrap .file-label {
    width:calc(100% - 60px);
    font-size:1.3rem;
  }
  
  .inquiry .form-area .file-wrap .file-label input {
    font-size:1.3rem;
  }
  
  .inquiry .form-area .file-guide {
    margin-top:8px;
    font-size:1.2rem;
  }
  
  .inquiry .form-area textarea {
    height: 120px;
    padding: 10px;
    font-size: 1.3rem;
  }
  
  .inquiry .form-area .agree {
    padding-top: 15px;
  }
  
  .inquiry .form-area .agree label i {
    width: 14px;
    height: 14px;
  }
  
  .inquiry .form-area .agree label p {
    font-size: 1.4rem;
  }

  .inquiry .form-area .button-submit {
    width: 220px;
    height: 35px;
    margin: 30px auto 0;
    font-size: 1.4rem;
  }
  
  .inquiry .form-area .button-submit  i {
    width: 8px;
    height: 8px;
  }
  
  .inquiry .sec01 .inner {
    bottom: -14px;
  }
  
  .inquiry .sec01 .rolling-text-wrap {
    margin: -5px 0;
  }
  
  .inquiry .sec01 .text {
    width: 2911px;
    animation: textRolling 35s linear infinite;
  }
  
  .inquiry .sec01 .text p {
    margin-right: 45px;
    font-size: 12rem;
  } 
  
}
/* ---------- E: Inquiry ---------- */