/* --------------- S : Sub Visual --------------- */
.sub-visual {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.sub-visual .sv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.06);
}

.sub-visual-container {
  max-width: 1470px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.sub-visual-inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.sub-visual-title {
  margin-top: -4px;
  font-size: 5.4rem;
  font-weight: 700;
  color: #fff;
}

.sub-visual .sv1,
.sub-visual .sv1-1,
.sub-visual .sv1-2{
  background-image: url('/asset/img/sub/sub_visual01.png');
}

.sub-visual .sv2,
.sub-visual .sv2-1{
  background-image: url('/asset/img/sub/sub_visual02.png');
}


.sub-visual .sv3,
.sub-visual .sv3-1{
  background-image: url('/asset/img/sub/sub_visual03.png');
}

.sub-visual .sv4 {
  background-image: url('/asset/img/sub/sub_visual04.png');
}

.sub-visual .sv5,
.sub-visual .sv5-1 {
  background-image: url('/asset/img/sub/sub_visual05.png');
}

.sub-visual.aos-animate .sv {
  animation: subVisualAni 1.6s linear forwards;
  animation-delay: .35s;
}

@keyframes subVisualAni {
  0% {
    transform: scale(1.06);
  }
  
  100% {
    transform: scale(1);
  }
}

@media(max-width:1200px) {
  .sub-visual {
    height: 400px;
  }

  .sub-visual-title {
    margin-top: 0;
    font-size: 4.8rem;
  }
  
}

@media(max-width:1024px) {
  .sub-visual {
    height: 350px;
  }

  .sub-visual-title {
    font-size: 4rem;
  }
  
}

@media(max-width:768px) {
  .sub-visual {
    height: 300px;
  }

  .sub-visual-inner {
    justify-content: center;
  }
  
  .sub-visual-title {
    font-size: 3.6rem;
  }
  
  .sub-visual.aos-animate .sv {
    animation: subVisualAni 1.1s linear forwards;
    animation-delay: .3s;
  }
  
}

@media(max-width:500px) {
  .sub-visual {
    height: 220px;
  }

  .sub-visual-title {
    font-size: 3.2rem;
  }
  
}
/* --------------- E : Sub Visual --------------- */
/* --------------- E : Sub Navigation --------------- */
.sub-navigation {
  position: relative;
  border-spacing: 0;
  z-index: 1;
  background-color: #f5f5f5;
}

.sub-navigation-container {
  max-width: 1470px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.sub-navigation-inner {
  display: flex;
  align-items: center;
}

.home a {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("/asset/img/sub/home-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px auto;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}

.depth {
  display: flex;
  align-items: center;
  position: relative;
  width: 260px;
  height: 70px;
  padding: 0 20px;
  border-spacing: 0;
  cursor: pointer;
  box-sizing: border-box;
  border-right: 1px solid #c9c9c9;
}

.depth span {
  font-size: 1.8rem;
  font-family: 'Pretendard';
  color: #434343;
}

.depth::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(-45deg) translateY(-50%);
  border-left: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
  transition: all .3s ease-in-out;
}

.depth_list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f5f5f5;
  line-height: 1.5;
  height: 0;
  overflow: hidden;
  transition: all .3s ease-in-out;
  border-color: #f79548;
}

.depth_list a {
  display: block;
  padding: 5px 20px;
  font-size: 1.8rem;
  color: #434343;
  font-family: 'Pretendard';
}

.depth_list li:last-of-type a {
  padding-bottom: 15px;
}

.depth_list.on {
  height: auto;
  padding: 18px 0 5px;
  
}

@media(max-width:1024px){
  .home a {
    width: 60px;
    height: 60px;
  }
  
  .depth {
    width: 240px;
    height: 60px;
  }
  
}

@media(max-width:1024px){
  .home a {
    width: 50px;
    height: 50px;
  }
  
  .depth {
    width: 230px;
    height: 50px;
    padding: 0 15px;
  }
  
  .depth span {
    font-size: 1.6rem;
  }
  
  .depth::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
  }
  
  .depth_list a {
    padding: 5px 15px;
    font-size: 1.6rem;
  }
  
  .depth_list li:last-of-type a {
    padding-bottom: 15px;
  }
}
@media(max-width:768px) {
  .sub-navigation {
    display: none;
  }
}
/* --------------- E : Sub Navigation --------------- */
/* --------------- S : Sub Common --------------- */
.content {
  padding-top: 90px;
}

.section {
  padding: 120px 0;
}

.section--01 {
  padding: 100px 0 120px;
}

.section-title {
  font-family: 'Albert Sans';
  margin-top: -13px;
}

.section-title h3 {
  position: relative;
  font-size: 5.4rem;
  font-weight: 700;
}

.section-title h3::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -33px;
  z-index: -1;
  width: 53px;
  height: 53px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/en/img/icon/section-title-icon.png');
}

.section-title p {
  margin-top: 10px;
  font-size: 3.2rem;
  font-weight: 700;
}


@media(max-width:1500px) {
  .section-title h3::after {
    top: -10px;
    left: -15px;
    z-index: -1;
    width: 50px;
    height: 50px;
  }
}

@media(max-width:1200px) {
  .content {
    padding-top: 70px;
  }
  
  .section-title h3 {
    font-size: 4.8rem;
  }
  
  .section-title h3::after {
    width: 48px;
    height: 48px;
  }
  
  .section-title p {
    margin-top: 10px;
  }
}


@media(max-width:1024px) {
  .section {
    padding: 100px 0;
  }
  
  .section--01 {
    padding: 80px 0 100px;
  }
  
  .section-title {
    margin-top: -8px;
  }
  
  .section-title h3 {
    font-size: 3.6rem;
  }
  
  .section-title h3::after {
    left: -10px;
    width: 45px;
    height: 45px;
  }
  
  .section-title p {
    font-size: 2.4rem;
  }
}

@media(max-width:768px) {
  .section {
    padding: 80px 0;
  }
  
  .section--01 {
    padding: 60px 0 80px;
  }
  
  .section-title {
    margin-top: -6px;
  }
  
  .section-title h3 {
    font-size: 2.8rem;
  }
  
  .section-title h3::after {
    width: 42px;
    height: 42px;
  }
  
  .section-title p {
    margin-top: 8px;
    font-size: 2.2rem;
  }
}

@media(max-width:500px) {
  .section-title {
    margin-top: -5px;
  }
  
  .section-title h3 {
    font-size: 2.6rem;
  }
  
  .section-title h3::after {
    width: 39px;
    height: 39px;
  }
  
  .section-title p {
    margin-top: 6px;
    font-size: 1.8rem;
  }
}
/* --------------- E : Sub Common --------------- */
/* --------------- S : Privacy --------------- */
.privacy .sec01{
  padding: 120px 0;
}
.privacy .section-title {
  width: fit-content;
  margin: 0 auto 55px;
}

.privacy .content-area {
  width: 100%;
  height: 600px;
  padding: 20px;
  border: 1px solid #dcdcdc;
  overflow-y: auto;
  overflow-x: hidden;
}

.privacy .content-area p {
  font-size: 1.8rem;
  line-height: 1.3;
}

@media(max-width:1200px) {
  .privacy .section-title {
    margin: 0 auto 50px;
  }
  
  .privacy .content-area {
    height: 600px;
    padding: 18px;
  }
  
  .privacy .content-area p {
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .privacy .sec01{
    padding: 90px 0;
  }
  .privacy .section-title {
    margin: 0 auto 45px;
  }
  
  .privacy .content-area {
    height: 500px;
    padding: 15px;
  }
  
  .privacy .content-area p {
    font-size: 1.6rem;
  }
}

@media(max-width:768px) {
  .privacy .sec01{
    padding: 45px 0;
  }
  .privacy .section-title {
    margin: 0 auto 40px;
  }
  
  .privacy .content-area {
    height: 400px;
    padding: 12px;
  }
  
  .privacy .content-area p {
    font-size: 1.5rem;
  }
}


@media(max-width:500px) {
  .privacy .section-title {
    margin: 0 auto 35px;
  }
  
  .privacy .content-area {
    height: 300px;
    padding: 10px;
  }
  
  .privacy .content-area p {
    font-size: 1.4rem;
  }
}
/* --------------- E : Privacy --------------- */
/* --------------- S : About --------------- */
.about .section--01 {
  position: relative;
  padding: 120px 0;
}

.about .section--01 .contents-area {
  display: flex;
  align-items: start;
}

.about .section--01 .thumbnail {
  max-width: 850px;
  width: 45%;
  aspect-ratio: 1.631 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/asset/img/sub/about_img01.png');
}

.about .section--01 .rt {
  max-width: 50%;
  padding-left: 122px;
}

.about .section--01 .section-title {
  margin-top: -4px;
}

.about .section--01 .section-title h3::after {
  display: none;
}

.about .section--01 .section-title p::after {
  content: "";
  display: block;
  margin-top: 33px;
  width: 70px;
  height: 4px;
  background-color: #fb7d01;
  
}

.about .section--01 .text {
  max-width: 640px;
  width: 100%;
  margin-top: 54px;
}

.about .section--01 .text::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 574px;
  background-color: #f5f5f5;
}

.about .section--01 .text p {
  font-size: 2rem;
  line-height: 1.6
}

.about .section--01 .text p:first-of-type {
  margin-bottom: 32px;
}

.about .section--02 .contents-area {
  display: flex;
  align-items: start;
  gap: 0 24px;
  margin-top: 56px;
}

.about .section--02 .contents-box {
  max-width: 708px;
  width: 50%;
  height: 495px;
  padding:  50px 15px;
  background-color: #fef9ee;
}

.about .section--02 .contents-box p {
  font-size: 4.2rem;
  font-weight: 700;
  color: #3d3b3a;
  font-family: 'Albert Sans';
  text-align: center;
}

.about .section--02 .contents-box .icon {
  width: 151px;
  height: 151px;
  margin: 30px auto 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .section--02 .contents-box .icon--01 {
  background-image: url('/en/img/sub/company/about/section02_icon01.png');
}

.about .section--02 .contents-box .icon--02 {
  background-image: url('/en/img/sub/company/about/section02_icon02.png');
}

.about .section--02 .contents-box span {
  display: block;
  max-width: 438px;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media(max-width:1400px) {
  .about .section--01 .rt {
    padding-left: 100px;
  }
  
  .about .section--01 .text::after {
    height: 670px;
  }
}

@media(max-width: 1200px){
  /* .about .section--01 {
    padding: 100px 0;
  } */
  
  /* .about .section--01 .contents-area {
    display: flex;
    align-items: start;
  } */
  
  .about .section--01 .thumbnail {
    width: 45%;
  }
  
  .about .section--01 .rt {
    max-width: 50%;
    padding-left: 50px;
  }
  
  .about .section--01 .section-title {
    margin-top: -4px;
  }
  
  .about .section--01 .section-title p::after {
    margin-top: 30px;
    width: 60px;
    height: 4px;
  }
  
  .about .section--01 .text {
    margin-top: 20px;
  }
  
  .about .section--01 .text::after {
    height: 570px;
  }
/*   
  .about .section--01 .text p {
    font-size: 2rem;
  }
   */
  .about .section--01 .text p br {
    display: none;
  }
  
  .about .section--01 .text p:first-of-type {
    margin-bottom: 30px;
  }
  
  .about .section--02 .contents-area {
    gap: 0 20px;
    margin-top: 50px;
  }
  
  .about .section--02 .contents-box {
    width: 50%;
    height: 450px;
    padding:  45px 15px;
  }
  
  .about .section--02 .contents-box p {
    font-size: 3.8rem;
  }
  
  .about .section--02 .contents-box .icon {
    width: 130px;
    height: 130px;
    margin: 25px auto 10px;
  }
  
  .about .section--02 .contents-box span {
    font-size: 2rem;
  }
}

@media(max-width: 1024px){
  .about .section--01 {
    padding: 80px 0 0;
  }
  
  .about .section--01 .contents-area {
    flex-direction: column;
    align-items: start;
  }
  
  .about .section--01 .thumbnail {
    max-width: 100%;
    width: 100%;
  }
  
  .about .section--01 .rt {
    max-width: 100%;
    padding: 0 15px;
  }
  
  .about .section--01 .section-title {
    margin-top: 45px;
  }
  
  .about .section--01 .section-title p::after {
    margin-top: 25px;
    width: 50px;
    height: 3px;
  }
  
  .about .section--01 .text {
    position: relative;
    max-width: 100%;
    margin: 15px 0 80px;
  }
  
  .about .section--01 .text::after {
    top: -15px;
    bottom: auto;
    left: -15px;
    transform: translateX(0);
    height: calc(100% + 95px);
  }
  
  .about .section--01 .text p {
    font-size: 1.8rem;
  }
  
  .about .section--01 .text p:first-of-type {
    margin-bottom: 25px;
  }
  
  .about .section--02 .contents-area {
    gap: 0 15px;
    margin-top: 45px;
  }
  
  .about .section--02 .contents-box {
    width: 50%;
    height: 395px;
    padding:  40px 15px;
  }
  
  .about .section--02 .contents-box p {
    font-size: 3.2rem;
  }
  
  .about .section--02 .contents-box .icon {
    width: 110px;
    height: 110px;
    margin: 20px auto 10px;
  }
  
  .about .section--02 .contents-box span {
    font-size: 1.8rem;
  }
}

@media(max-width: 768px){
  .about .section--01 {
    padding: 60px 0 0;
  }
  
  .about .section--01 .section-title {
    margin-top: 40px;
  }
  
  .about .section--01 .section-title p::after {
    margin-top: 20px;
    width: 40px;
    height: 3px;
  }
  
  .about .section--01 .text {
    max-width: 100%;
    margin: 15px 0 60px;
  }
  
  .about .section--01 .text::after {
    height: calc(100% + 75px);
  }
  
  .about .section--01 .text p {
    font-size: 1.6rem;
  }
  
  .about .section--01 .text p:first-of-type {
    margin-bottom: 20px;
  }
  
  .about .section--02 .contents-area {
    flex-direction: column;
    align-items: start;
    gap: 12px 0;
    margin-top: 40px;
  }
  
  .about .section--02 .contents-box {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding:  35px 15px;
  }
  
  .about .section--02 .contents-box p {
    font-size: 2.4rem;
  }
  
  .about .section--02 .contents-box .icon {
    width: 90px;
    height: 90px;
    margin: 15px auto 8px;
  }
  
  .about .section--02 .contents-box span {
    font-size: 1.6rem;
  }
}

@media(max-width: 500px){
  .about .section--01 .section-title {
    margin-top: 35px;
  }
  
  .about .section--01 .section-title p::after {
    margin-top: 15px;
    width: 30px;
    height: 2px;
  }
  
  .about .section--01 .text p {
    font-size: 1.4rem;
  }
  
  .about .section--01 .text p:first-of-type {
    margin-bottom: 15px;
  }
  
  .about .section--02 .contents-area {
    gap: 10px 0;
    margin-top: 35px;
  }
  
  .about .section--02 .contents-box {
    padding:  25px 15px;
  }
  
  .about .section--02 .contents-box p {
    font-size: 2.2rem;
  }
  
  .about .section--02 .contents-box .icon {
    width: 70px;
    height: 70px;
    margin: 13px auto 8px;
  }
  
  .about .section--02 .contents-box span {
    font-size: 1.4rem;
  }
}
/* --------------- E : About --------------- */
/* --------------- S : CEO --------------- */
.ceo .section--01  {
  padding: 100px 0 70px;
}

.ceo .section--01 .section-title {
  width: fit-content;
  margin: -13px auto 58px;
}

.ceo .section--01 .contents-area {
  position: relative;
  display: flex;
  align-items: end;
}

.ceo .section--01 .contents-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 593px;
  background-color: #fef9ee;
}

.ceo .section--01 .thumbnail {
  max-width: 400px;
  width: 28%;
  aspect-ratio: 0.727 / 1;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/company/ceo/section01_thumbnail.png');
}

.ceo .section--01 .rt {
  width: 70%;
  padding-left: 108px;
}

.ceo .section--01 .rt .title {
  width: 100%;
  padding-bottom: 24px;
  margin-top: -7px;
  border-bottom: 2px solid #e3e3e3;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.37;
}

.ceo .section--01 .rt .history-box {
  width: 100%;
  margin: 34px 0 56px;
}

.ceo .section--01 .rt .history-box li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.ceo .section--01 .rt .history-box li:last-of-type {
  margin-bottom: 0;
}

.ceo .section--01 .rt .history-box li p {
  width: 180px;
  font-size: 2rem;
  font-weight: 700;
}

.ceo .section--01 .rt .history-box li span {
  width: calc(100% - 180px);
  font-size: 2rem;
}

.ceo .section--01 .rt .text {
  margin-bottom: -9px;
  font-size: 2rem;
  line-height: 1.8;
}

.ceo .section--01 .rt .text p {
  position: relative;
  margin-left: 20px;
}

.ceo .section--01 .rt .text p::after {
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 2rem;
}


.ceo .section--02  {
  padding: 120px 0 175px;
}

.ceo .section--02 .text {
  margin: -7px 0;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}

.ceo .section--02 .text p {
  margin-bottom: 32px;
}

.ceo .section--02 .text p:last-of-type {
  margin-bottom: 0;
}

.ceo .section--02 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  padding-top: 32px;
}

.ceo .section--02 .img-box .img {
  position: relative;
  width: 200px;
  aspect-ratio: 6.145 / 1;
}

.ceo .section--02 .img-box .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}


@media(max-width:1400px) {
  .ceo .section--01 .contents-area::after {
    top: -40px;
    height: 750px;
  }
  
  .ceo .section--01 .rt .title br {
    display: none;
  }
}

@media(max-width: 1200px){
  .ceo .section--01 .section-title {
    margin: -13px auto 55px;
  }
  
  .ceo .section--01 .contents-area {
    align-items: start;
  }
  .ceo .section--01 .contents-area::after {
    top: -30px;
    height: 770px;
  }
  
  .ceo .section--01 .rt {
    width: 70%;
    padding-left: 100px;
  }
  
  .ceo .section--01 .rt .title {
    padding-bottom: 20px;
  }
  
  .ceo .section--01 .rt .history-box {
    width: 100%;
    margin: 30px 0 50px;
  }
  
  .ceo .section--01 .rt .history-box li p {
    width: 160px;
  }
  
  .ceo .section--01 .rt .history-box li span {
    width: calc(100% - 160px);
  }
  
  .ceo .section--01 .rt .text {
    margin-bottom: -9px;
  }

  .ceo .section--02  {
    padding: 120px 0 155px;
  }
  
  .ceo .section--02 .text {
    margin: -7px 0;
  }
  
  .ceo .section--02 .text p {
    margin-bottom: 30px;
  }
  
  .ceo .section--02 .img-box {
    gap: 0 20px;
    padding-top: 30px;
  }
  
  .ceo .section--02 .img-box .img {
    width: 190px;
  }
}

@media(max-width: 1024px){
  .ceo .section--01  {
    padding: 80px 0 60px;
  }
  
  .ceo .section--01 .section-title {
    margin: -8px auto 50px;
  }
  
  .ceo .section--01 .contents-area::after {
    top: -25px;
    height: calc(100% + 80px);
  }
  
  .ceo .section--01 .thumbnail {
    width: 35%;
  }
  
  .ceo .section--01 .rt {
    width: 65%;
    padding-left: 40px;
    padding-right: 15px;
  }
  
  .ceo .section--01 .rt .title {
    padding-bottom: 15px;
    font-size: 2.4rem;
  }
  
  .ceo .section--01 .rt .history-box {
    width: 100%;
    margin: 25px 0 45px;
  }
  
  .ceo .section--01 .rt .history-box li {
    margin-bottom: 12px;
  }
  
  .ceo .section--01 .rt .history-box li p {
    width: 140px;
    font-size: 1.8rem;
  }
  
  .ceo .section--01 .rt .history-box li span {
    width: calc(100% - 140px);
    font-size: 1.8rem;
  }
  
  .ceo .section--01 .rt .text {
    margin-bottom: -5px;
    font-size: 1.8rem;
  }
  
  .ceo .section--01 .rt .text p {
    margin-left: 15px;
  }

  .ceo .section--01 .rt .text p::after {
    left: -15px;
    font-size: 1.8rem;
  }

  .ceo .section--02  {
    padding: 100px 0 155px;
  }
  
  .ceo .section--02 .text {
    margin: -7px 0;
    font-size: 1.8rem;
  }
  
  .ceo .section--02 .text p {
    margin-bottom: 30px;
  }
  
  .ceo .section--02 .img-box {
    gap: 0 20px;
    padding-top: 30px;
  }
  
  .ceo .section--02 .img-box .img {
    width: 180px;
  }
}

@media(max-width: 768px){
  .ceo .section--01  {
    padding: 60px 0 50px;
  }
  
  .ceo .section--01 .section-title {
    margin: -8px auto 45px;
  }
  
  .ceo .section--01 .contents-area {
    flex-direction: column;
    align-items: start;
    gap: 35px;
  }
  
  .ceo .section--01 .contents-area::after {
    top: 50px;
    height: 100%;
  }
  
  .ceo .section--01 .thumbnail {
    width: 90%;
    margin: 0 auto;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
  }
  
  .ceo .section--01 .rt {
    max-width: 100%;
    width: 100%;
    padding:0;
  }
  
  .ceo .section--01 .rt .title {
    padding-bottom: 13px;
    margin-top: -5px;
    font-size: 2.2rem;
  }
  
  .ceo .section--01 .rt .history-box {
    width: 100%;
    margin: 20px 0 40px;
  }

  .ceo .section--01 .rt .history-box li p {
    width: 120px;
    font-size: 1.6rem;
  }
  
  .ceo .section--01 .rt .history-box li span {
    width: calc(100% - 120px);
    font-size: 1.6rem;
  }
  
  .ceo .section--01 .rt .text {
    margin-bottom: -5px;
    font-size: 1.6rem;
  }
  
  .ceo .section--01 .rt .text p {
    margin-left: 12px;
  }

  .ceo .section--01 .rt .text p::after {
    left: -12px;
    font-size: 1.6rem;
  }
  
  .ceo .section--02  {
    padding: 80px 0 135px;
  }
  
  .ceo .section--02 .text {
    margin: -5px 0;
    font-size: 1.6rem;
  }
  
  .ceo .section--02 .text p {
    margin-bottom: 25px;
  }
  
  .ceo .section--02 .img-box {
    gap: 0 15px;
    padding-top: 25px;
  }
  
  .ceo .section--02 .img-box .img {
    width: 170px;
  }
}

@media(max-width: 500px){
  .ceo .section--01  {
    padding: 60px 0 50px;
  }
  
  .ceo .section--01 .section-title {
    margin: -8px auto 40px;
  }
  
  .ceo .section--01 .contents-area {
    gap: 30px;
  }
  
  .ceo .section--01 .contents-area::after {
    top: 50px;
    left: 50%;
  }
  
  .ceo .section--01 .rt {
    max-width: 100%;
    width: 100%;
    padding:0;
  }
  
  .ceo .section--01 .rt .title {
    padding-bottom: 10px;
    margin-top: -5px;
    font-size: 1.8rem;
  }
  
  .ceo .section--01 .rt .history-box {
    width: 100%;
    margin: 15px 0 35px;
  }
  
  .ceo .section--01 .rt .history-box li {
    flex-direction: column;
    align-items: start;
    gap: 5px 0;
    margin-bottom: 10px;
  }
  
  .ceo .section--01 .rt .history-box li p {
    width: 100%;
    font-size: 1.4rem;
  }
  
  .ceo .section--01 .rt .history-box li span {
    width: 100%;
    font-size: 1.4rem;
  }
  
  .ceo .section--01 .rt .text {
    margin-bottom: -5px;
    font-size: 1.4rem;
  }
  
  .ceo .section--01 .rt .text p {
    margin-left: 10px;
  }

  .ceo .section--01 .rt .text p::after {
    left: -10px;
    font-size: 1.4rem;
  }
  
  .ceo .section--02  {
    padding: 80px 0 120px;
  }
  
  .ceo .section--02 .text {
    margin: -5px 0;
    font-size: 1.4rem;
  }
  
  .ceo .section--02 .text p {
    margin-bottom: 20px;
  }
  
  .ceo .section--02 .text p br {
    display: none;
  }
  
  .ceo .section--02 .text p br.last {
    display: block;
  }
  
  .ceo .section--02 .img-box {
    gap: 0 12px;
    padding-top: 20px;
  }
  
  .ceo .section--02 .img-box .img {
    width: 150px;
  }
}
/* --------------- E : CEO --------------- */

/* --------------- S : RnD--------------- */
.rnd .section-title {
  width: fit-content;
  margin: -13px auto 65px;
}

.rnd .title {
  margin:-6px 0 54px;
}

.rnd .title p {
  font-size: 4.2rem;
  font-weight: 700;
  font-family: 'Pretendard';
}


.rnd .section--01 .chart li {
  width: 25%;
}

.rnd .section--01 .chart .head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  /* width: 320px; */
  width: 100%;
  height: 80px;
  background-color: #f19229;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.rnd .section--01 .chart .head.first {
  margin: 0 auto 240px;
}

.rnd .section--01 .chart .head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 120px;
  background-color: #f19229;
}

.rnd .section--01 .chart .head.first::after {
  top: 100%;
  bottom: auto;
}

.rnd .section--01 .chart .text {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 320px; */
  width: 100%;
  height: 80px;
  background-color: #f5f5f5;
  font-size: 2.4rem;
  text-align: center;
}

.rnd .section--01 .chart .list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
}

.rnd .section--01 .chart .list::after {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 2px;
  background-color: #f19229;
}

.rnd .section--02 {
  padding: 0;
}

.rnd .section--02 .contents-area {
  position: relative;
  max-width: none;
  width: 100%;
  height: 704px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/en/img/sub/company/rnd/section02_background02.png');
}

.rnd .section--02 .contents-area .thumbnail {
  display: none;
  width: 100%;
  aspect-ratio: 2.28 / 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('/en/img/sub/company/rnd/section02_background-mo.png');
}


.rnd .section--02 .contents-area .ability-box {
  position: absolute;
  width: 520px;
}

.rnd .section--02 .ability-box p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  background-color: #f19229;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.rnd .section--02 .ability-box .text {
  width: 100%;
  min-height: 151px;
  padding: 22px 52px;
  border: 1px solid #f19229;
  border-top: none;
  background-color: #fff;
  box-sizing: border-box;
}

.rnd .section--02 .ability-box .text span {
  position: relative;
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 1.6;
}

.rnd .section--02 .ability-box .text span::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: -11px;
  width: 5px;
  height: 1px;
  background-color: #191919;
}

.rnd .section--02 .ability-box--01 {
  top: 0;
  left: 0;
}

.rnd .section--02 .ability-box--02 {
  top: 0;
  right: 0;
}

.rnd .section--02 .ability-box--03 {
  top: 244px;
  left: 0;
}

.rnd .section--02 .ability-box--04 {
  top: 244px;
  right: 0;
}

.rnd .section--02 .ability-box--05 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.rnd .section--03 .img-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  margin-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/company/rnd/section03_thumbnail.png');
}

.rnd .section--03 .img-text .line {
  position: relative;
  width: 2px;
  height: 40px;
  margin: 0 auto 27px;
  background-color: #f8a900;
  overflow: hidden;
}

.rnd .section--03 .img-text .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #353434;
  transition: all .4s ease-out;
}

.rnd .section--03 .img-text .line.aos-animate::after {
  top: 100%;
}

.rnd .section--03 .img-text  p {
  width: 100%;
  margin-bottom: 18px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.rnd .section--03 .img-text .text-wrap {
  margin: 0 auto;
}

.rnd .section--03 .img-text span {
  position: relative;
  display: block;
  margin-left: 10px;
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
}

.rnd .section--03 .img-text span::after{
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 2rem;
  color: #fff;
}

.rnd .section--03 .img-text span:last-of-type {
  margin-bottom: -5px;
}

.rnd .section--03 .table {
  position: relative;
  width: 100%;
}

.rnd .section--03 .table::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(25% - 1px);
  top: 0;
  bottom: 0;
  width: calc(25% + 2px);
  height: 100%;
  border: 4px solid transparent;
  border-image: linear-gradient(to bottom, #646363 0%, #f6a80c 100%);
  border-image-slice: 1;
}

.rnd .section--03 .table table {
  width: 100%;
  border-collapse: collapse;
}

.rnd .section--03 .table th {
  width: 25%;
  height: 60px;
  background-color: #f8a900;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #d2d2d2;
}

.rnd .section--03 .table td {
  width: 25%;
  height: 60px;
  background-color: #fef6e5;
  border: 1px solid #d2d2d2;
  font-size: 2rem;
  text-align: center;
  
}

.rnd .section--03 .table td.first {
  font-weight: 700;
  background-color: #fde5b2;
}

.rnd .section--03 .container > span {
  display: inline-block;
  margin: 5px 5px 0 0 ;
  font-size: 1.6rem;
  color: #999;
}

@media(max-width:1400px) {
  .rnd .section--02 .contents-area .ability-box {
    width: 481px;
  }

  .rnd .section--02 .ability-box .text {
    padding: 20px 50px;
  }
}

@media(max-width:1300px) {
  .rnd .section--02 .contents-area .ability-box {
    width: 434px;
  }

  .rnd .section--02 .ability-box .text {
    padding: 20px 45px;
  }
}

@media(max-width:1200px){
  .rnd .section-title {
    margin: -13px auto 60px;
  }
  
  .rnd .title {
    margin:-6px 0 50px;
  }
  
  .rnd .title p {
    font-size: 3.8rem;
  }
  
  .rnd .section--01 .chart li  {
    width: 24%;
  }
  
  .rnd .section--01 .chart .head {
    height: 70px;
  }
  
  .rnd .section--01 .chart .head.first {
    margin: 0 auto 210px;
  }
  
  .rnd .section--01 .chart .head::after {
    height: 105px;
  }
  
  .rnd .section--01 .chart .text {
    height: 75px;
  }
  
  .rnd .section--01 .chart .list::after {
    top: -105px;
    width: 76.2%;
  }
  
  .rnd .section--02 .contents-area {
    width: 100%;
    height: 704px;
  }
  
  .rnd .section--02 .contents-area .ability-box {
    width: 376px;
  }
  
  .rnd .section--02 .ability-box p {
    width: 100%;
    height: 65px;
  }
  
  .rnd .section--02 .ability-box .text {
    width: 100%;
    min-height: 150px;
    padding: 15px 35px;
  }
  
  .rnd .section--02 .ability-box .text span {
    width: 100%;
  }
  
  .rnd .section--02 .ability-box .text span::after {
    top: 15px;
    left: -11px;
    width: 5px;
    height: 1px;
  }
  
  .rnd .section--03 .img-text {
    height: 380px;
    margin-bottom: 70px;
    padding: 0 15px;
  }
  
  .rnd .section--03 .img-text .line {
    width: 2px;
    height: 40px;
    margin: 0 auto 20px;
  }
  
  .rnd .section--03 .img-text  p {
    margin-bottom: 18px;
  }
  
  .rnd .section--03 .table::after {
    left: calc(25% - 1px);
    top: 0;
    bottom: 0;
    width: calc(25% + 2px);
    height: 100%;
  }
  
  
  .rnd .section--03 .table th {
    width: 25%;
    height: 55px;
  }
  
  .rnd .section--03 .table td {
    width: 25%;
    height: 55px;
  }
}

@media(max-width:1100px){
  .rnd .section--02 .contents-area .ability-box {
    width: 335px;
  }

  .rnd .section--02 .ability-box .text {
    width: 100%;
    min-height: 150px;
    padding: 15px 30px;
  }
  
  .rnd .section--02 .ability-box .text span br {
    display: none;
  }
}

@media(max-width:1024px){
  .rnd .section-title {
    margin: -8px auto 55px;
  }
  
  .rnd .title {
    margin:-4px 0 45px;
  }
  
  .rnd .title p {
    font-size: 3.2rem;
  }
  
  .rnd .section--01 .chart .head {
    height: 60px;
    font-size: 2rem;
  }
  
  .rnd .section--01 .chart .head.first {
    margin: 0 auto 180px;
  }
  
  .rnd .section--01 .chart .head::after {
    height: 90px;
  }
 
  .rnd .section--01 .chart .text {
    height: 70px;
    font-size: 2rem;
  }
  
  .rnd .section--01 .chart .list::after {
    top: -90px;
    width: 76.2%;
  }
  
  .rnd .section--02 .contents-area {
    height: auto;
    background-image: none;
  }
  
  .rnd .section--02 .contents-area .thumbnail {
    display: block;
    margin-bottom: 90px;
  }
  
  .rnd .section--02 .contents-area .box-container {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    position: relative;
    gap: 30px;
  }
  
  .rnd .section--02 .contents-area .box-container::before {
    content: "";
    display: block;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background-color: #f19229;
  }
  
  .rnd .section--02 .contents-area .box-container::after {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 52%;
    height: 1px;
    background-color: #f19229;
  }
  
  .rnd .section--02 .contents-area .ability-box {
    position: static;
    width: calc(50% - 15px);
    transform: translate(0);
  }
  
  .rnd .section--02 .ability-box p {
    position: relative;
    height: 55px;
    font-size: 1.8rem;
  }
  
  .rnd .section--02 .ability-box p::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background-color: #f19229;;
  }
  
  .rnd .section--02 .ability-box:last-of-type p::after {
    left: 20%;
  }
  
  .rnd .section--02 .ability-box .text {
    min-height: 147px;
    padding: 15px 25px;
  }
  
  .rnd .section--02 .ability-box .text span {
    font-size: 1.8rem;
  }
  
  .rnd .section--02 .ability-box .text span::after {
    top: 15px;
    left: -11px;
    width: 5px;
    height: 1px;
  }
  
  .rnd .section--03 .img-text {
    height: 360px;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  
  .rnd .section--03 .img-text .line {
    width: 2px;
    height: 35px;
    margin: 0 auto 15px;
  }
  
  .rnd .section--03 .img-text  p {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  
  .rnd .section--03 .img-text span {
    font-size: 1.8rem;
  }
  
  .rnd .section--03 .img-text span::after{
    font-size: 1.8rem;
  }
  
  .rnd .section--03 .table::after {
    border: 3px solid transparent;
    border-image: linear-gradient(to bottom, #646363 0%, #f6a80c 100%);
    border-image-slice: 1;
  }
  
  .rnd .section--03 .table th {
    height: 50px;
    font-size: 1.8rem;
  }
  
  .rnd .section--03 .table td {
    width: 25%;
    height: 50px;
    font-size: 1.8rem;
  }
  
  .rnd .section--03 .container > span {
    font-size: 1.4rem;
  }
}


@media(max-width:768px){
  .rnd .section-title {
    margin:  -8px auto 50px;
  }
  
  .rnd .title {
    margin:-4px 0 40px;
  }
  
  .rnd .title p {
    font-size: 2.4rem;
  }
  
  .rnd .section--01 .chart {
    display: flex;
    align-items: start;
  }
  
  .rnd .section--01 .chart .head {
    height: auto;
    max-width: 100%;
    padding: 5px;
    font-size: 1.8rem;
  }
  
  .rnd .section--01 .chart .head.first {
    width: 30%;
    height: 70px;
    margin: 0;
  }

  .rnd .section--01 .chart .list {
    flex-direction: column;
    gap: 20px 0;
    width: 70%;
    padding-left: 120px;
  }
  
  .rnd .section--01 .chart .list li {
    width: 100%;
  }
  
  .rnd .section--01 .chart .head::after {
    left: 0;
    top: 50%;
    width: 120px;
    height: 1px;
    transform: translate(-50%, -50%);
  }
  
  .rnd .section--01 .chart .head.first::after {
    top: 50%;
    left: 100%;
  }
  
  .rnd .section--01 .chart .text {
    height: 55px;
    font-size: 1.8rem;
  }
  
  .rnd .section--01 .chart .list::after {
    top: 30px;
    left: 60px;
    width: 1px;
    height: 73.2%;
    transform: translateX(0);
  }
  
  .rnd .section--02 .contents-area .thumbnail {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  
  .rnd .section--02 .contents-area .box-container {
    margin-top: 5px;
    gap: 25px;
  }
  
  .rnd .section--02 .contents-area .box-container::before {
    top: -70px;
    width: 1px;
    height: 45px;
  } 

  .rnd .section--02 .contents-area .box-container::after {
    top: -25px;
  }
  
  .rnd .section--02 .contents-area .ability-box {
    width: calc(50% - 13px);
  }
  
  .rnd .section--02 .ability-box p {
    font-size: 1.6rem;
    text-align: center;
  }
  
  .rnd .section--02 .ability-box p::after {
    height: 25px;
  }
  
  .rnd .section--02 .ability-box:last-of-type p::after {
    left: 20%;
  }
  
  .rnd .section--02 .ability-box .text {
    min-height: 160px;
    padding: 13px 10px 13px 20px;
  }
  
  .rnd .section--02 .ability-box .text span {
    font-size: 1.6rem;
  }
  
  .rnd .section--02 .ability-box .text span::after {
    top: 13px;
    left: -8px;
    width: 4px;
  }
  
  .rnd .section--03 .img-text {
    height: 330px;
    margin-bottom: 50px;
  }
  
  .rnd .section--03 .img-text .line {
    width: 1px;
    height: 30px;
    margin: 0 auto 13px;
  }
  
  .rnd .section--03 .img-text  p {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  
  .rnd .section--03 .img-text span {
    font-size: 1.6rem;
  }
  
  .rnd .section--03 .img-text span::after{
    font-size: 1.6rem;
  }
  
  .rnd .section--03 .img-text span:last-of-type {
    margin-bottom: -3px;
  }
  
  .rnd .section--03 .table th {
    height: 45px;
    font-size: 1.6rem;
  }
  
  .rnd .section--03 .table td {
    height: 45px;
    font-size: 1.6rem;
    
  }
  
  .rnd .section--03 .table td.first {
    padding: 0 5px;
  }
  
  .rnd .section--03 .table::after {
    display: none;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, #646363 0%, #f6a80c 100%);
    border-image-slice: 1;
  }
  
  .rnd .section--03 .table th.two {
    position: relative;
  }
  
  .rnd .section--03 .table th.two::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    right: auto;
    bottom: 0;
    width: calc(100% + 2px);
    height: 283px;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, #646363 0%, #f6a80c 100%);
    border-image-slice: 1;
  }
  
  .rnd .section--03 .container > span {
    font-size: 1.3rem;
  }
}

@media(max-width:500px){
  .rnd .section-title {
    margin: -5px auto 45px;
  }
  
  .rnd .title {
    margin:-3px 0 35px;
  }
  
  .rnd .title p {
    font-size: 2rem;
  }
  
  .rnd .section--01 .chart .head {
    padding: 2px;
    font-size: 1.6rem;
  }
  
  .rnd .section--01 .chart .head.first {
    height: 50px;
  }

  .rnd .section--01 .chart .list {
    gap: 15px 0;
    width: 70%;
    padding-left: 50px;
  }
  
  .rnd .section--01 .chart .head::after {
    width: 50px;
  }
  
  .rnd .section--01 .chart .text {
    height: 40px;
    font-size: 1.6rem;
  }
  
  .rnd .section--01 .chart .list::after {
    top: 25px;
    left: 25px;
    width: 1px;
    /* height: 78%; */
  }
  
  .rnd .section--02 .contents-area .thumbnail {
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 1.25 / 1;
    margin-bottom: 50px;
    background-image: url('/en/img/sub/company/rnd/section02_background-mo2.png');
  }
  
  .rnd .section--02 .contents-area .box-container {
    margin-top: 5px;
    gap: 20px 0;
  }
  
  .rnd .section--02 .contents-area .box-container::before {
    top: -50px;
    width: 1px;
    height: 30px;
  } 
  
  .rnd .section--02 .contents-area .box-container::after {
    display: none;
  }
  
  .rnd .section--02 .contents-area .ability-box {
    width: 100%;
  }
  
  .rnd .section--02 .ability-box p {
    height: auto;
    padding: 5px;
    font-size: 1.4rem;
  }
  
  .rnd .section--02 .ability-box p::after {
    height: 20px;
  }
  
  .rnd .section--02 .ability-box:last-of-type p::after {
    left: 50%;
  }
  
  .rnd .section--02 .ability-box .text {
    min-height: auto;
    padding: 10px 8px 10px 18px;
  }
  
  .rnd .section--02 .ability-box .text span {
    font-size: 1.4rem;
  }
  
  .rnd .section--02 .ability-box .text span::after {
    top: 10px;
    left: -5px;
    width: 3px;
  }
  
  .rnd .section--03 .img-text {
    height: auto;
    margin-bottom: 40px;
    padding: 25px 15px;
  }
  
  .rnd .section--03 .img-text .line {
    height: 25px;
    margin: 0 auto 15px;
  }
  
  .rnd .section--03 .img-text  p {
    font-size: 1.8rem;
  }
  
  .rnd .section--03 .img-text span {
    font-size: 1.4rem;
  }
  
  .rnd .section--03 .img-text span::after{
    font-size: 1.4rem;
  }
  
  .rnd .section--03 .table {
    overflow: auto;
  }
  
  .rnd .section--03 .table  table {
    width: 470px;
  }
  
  .rnd .section--03 .table th {
    width: 25%;
    height: auto;
    padding: 5px 0;
    font-size: 1.4rem;
  }
  
  .rnd .section--03 .table th.tow{
    position: relative;
  }
  
  .rnd .section--03 .table td {
    width: 25%;
    height: auto;
    padding: 5px;
    font-size: 1.4rem;
    
  }
  
  .rnd .section--03 .table th.two::after {
    height: 216px;
  }
  
  .rnd .section--03 .container > span {
    font-size: 1.2rem;
  }
}
/* --------------- E : RnD--------------- */

/* --------------- S : CI --------------- */
.ci .section--01 .section-title {
  width: fit-content;
  margin: -13px auto 59px;
}

.ci .section--01 .text-box {
  max-width: 1320px;
  width: 100%;
  display: flex;
  align-items: start;
}

.ci .section--01 .text-box--01 {
  padding-bottom: 42px;
  margin-bottom: 45px;
  border-bottom: 1px solid #b5b5b5;
}

.ci .section--01 .text-box--02 {
  align-items: end;
}

.ci .section--01 .text-box .title {
  display: flex;
  align-items: center;
  width: 365px;
  margin-top: -2px;
  font-size: 2.8rem;
  font-weight: 700;
}

.ci .section--01 .text-box .title span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 19px;
  background-color: #f8a900;
}

.ci .section--01 .text-box .text {
  width: calc(100% - 365px);
  font-size: 2rem;
  line-height: 1.6;
}

.ci .section--01 .ci-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  padding: 65px 275px; 
  margin: 94px 0 0px;
  border: 1px solid #b5b5b5;
  background-color: #f5f5f5;
}

.ci .section--01 .ci-box .logoBox {
  width: 50%;
}

.ci .section--01 .ci-box .logo {
  width: 211px;
  aspect-ratio: 1.271 / 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ci .section--01 .ci-box .logo-text {
  width: 405px;
  aspect-ratio: 3.068 / 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ci .section--01 .ci-box .logo--01 {
  background-image: url('/en/img/sub/company/ci/section01_ci01.png');
}
.ci .section--01 .ci-box .logo--02 {
  background-image: url('/en/img/sub/company/ci/section01_ci03.png');
}
.ci .section--01 .ci-box .logo-text--01 {
  background-image: url('/en/img/sub/company/ci/section01_ci02.png');
}
.ci .section--01 .ci-box .logo-text--02 {
  background-image: url('/en/img/sub/company/ci/section01_ci04.png');
}

.ci .section--01 .down-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}

.ci .section--01 .down-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  height: 80px;
  padding: 0 40px 0 30px;
  background-color: #f8a900;
  font-size: 2.4rem;
  font-weight: 500;
} 

.ci .section--01 .down-btn i {
  display: block;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/icon/down-icon.png');
}

@media(max-width:1200px) {
  .ci .section--01 .section-title {
    margin: -13px auto 55px;
  }
  
  .ci .section--01 .text-box--01 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .ci .section--01 .text-box .title span {
    margin-right: 18px;
  }
  
  
  .ci .section--01 .ci-box {
    height: 470px;
    padding: 60px 200px; 
    margin: 85px 0 0px;
  }
  
    
  .ci .section--01 .ci-box .logo {
    width: 168px;
  }
  
  .ci .section--01 .ci-box .logo-text {
    width: 324px;
  }
  
  .ci .section--01 .down-btns {
    gap: 0 25px;
  }
  
  .ci .section--01 .down-btn {
    width: 300px;
    height: 70px;
    padding: 0 35px 0 25px;
  } 
  
  .ci .section--01 .down-btn i {
    width: 24px;
    height: 24px;
  }
}

@media(max-width:1024px) {
  .ci .section--01 .section-title {
    margin: -8px auto 50px;
  }
  
  .ci .section--01 .text-box--01 {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .ci .section--01 .text-box .title {
    width: 300px;
    margin-top: -2px;
    font-size: 2.2rem;
  }
  
  .ci .section--01 .text-box .title span {
    width: 8px;
    height: 8px;
    margin-right: 15px;
  }
  
  .ci .section--01 .text-box .text {
    width: calc(100% - 300px);
    font-size: 1.8rem;
  }
  
  .ci .section--01 .ci-box {
    height: 450px;
    padding: 50px 150px; 
    margin: 75px 0 0px;
  }

    
  .ci .section--01 .ci-box .logo {
    width: 134px;
  }
  
  .ci .section--01 .ci-box .logo-text {
    width: 259px;
  }
  
  .ci .section--01 .down-btns {
    gap: 0 20px;
  }
  
  .ci .section--01 .down-btn {
    width: 280px;
    height: 60px;
    padding: 0 30px 0 20px;
    font-size: 2rem;
  } 
  
  .ci .section--01 .down-btn i {
    width: 22px;
    height: 22px;
  }
}

@media(max-width:768px) {
  .ci .section--01 .section-title {
    margin: -8px auto 45px;
  }
  
  .ci .section--01 .text-box  {
    flex-direction: column;
    align-items: start;
    gap: 5px 0;
  }
  
  .ci .section--01 .text-box--01 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .ci .section--01 .text-box .title {
    width: 100%;
    margin-top: 0;
    font-size: 2rem;
  }
  
  .ci .section--01 .text-box .title span {
    width: 8px;
    height: 8px;
    margin-right: 12px;
  }
  
  .ci .section--01 .text-box .text {
    width: 100%;
    font-size: 1.6rem;
  }
  
  .ci .section--01 .ci-box {
    height: 430px;
    padding: 40px 50px; 
    margin: 65px 0 0px;
  }

    
  .ci .section--01 .ci-box .logo {
    width: 120px;
  }
  
  .ci .section--01 .ci-box .logo-text {
    width: 233px;
  }
  
  .ci .section--01 .down-btns {
    gap: 0 15px;
  }
  
  .ci .section--01 .down-btn {
    width: 260px;
    height: 50px;
    padding: 0 25px 0 15px;
    font-size: 1.8rem;
  } 
  
  .ci .section--01 .down-btn i {
    width: 20px;
    height: 20px;
  }
}

@media(max-width:500px) {
  .ci .section--01 .section-title {
    margin: -5px auto 40px;
  }
  
  .ci .section--01 .text-box--01 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .ci .section--01 .text-box .title {
    font-size: 1.8rem;
  }
  
  .ci .section--01 .text-box .title span {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
  
  .ci .section--01 .text-box .text {
    font-size: 1.4rem;
  }
  
  .ci .section--01 .ci-box {
    height: 410px;
    justify-content: center;
    padding: 30px; 
    margin: 55px 0 0px;
  }
  
  .ci .section--01 .ci-box .logoBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ci .section--01 .ci-box .logoBox--02,
  .ci .section--01 .ci-box .logoBox--04 {
    width: 100%;
  }

  .ci .section--01 .ci-box .logoBox--01 {
    order: 1;
  }
  
  .ci .section--01 .ci-box .logoBox--03 {
    justify-content: end;
    order: 2;
  }
  
  .ci .section--01 .ci-box .logoBox--02 {
    order: 3;
  }

  .ci .section--01 .ci-box .logoBox--04 {
    order: 4;
  }
  
  .ci .section--01 .ci-box .logo {
    width: 110px;
  }
  
  .ci .section--01 .ci-box .logo-text {
    width: 220px;
  }
  
  .ci .section--01 .down-btns {
    gap: 0 10px;
  }
  
  .ci .section--01 .down-btn {
    width: 240px;
    height: 45px;
    padding: 0 20px 0 10px;
    font-size: 1.6rem;
  } 
  
  .ci .section--01 .down-btn i {
    width: 18px;
    height: 18px;
  }
}
/* --------------- E : CI --------------- */
/* --------------- E : Battery --------------- */
.battery .section--01 .section-title {
  width: fit-content;
  margin: -8px auto 74px;
  font-family: 'Pretendard';
}

.battery .section--01 .container, 
.battery .section--02 .container {
  position: relative;
}

.battery .section--01 .container::after,  
.battery .section--02 .container::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 120px);
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #b5b5b5;
}

.battery .section--01 .thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 2.618 / 1;
  margin-bottom: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/solid/battery/section01_thumbnail.png');
  overflow: hidden;
}

.battery .section--01 .thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 2px);
  background-color: #fff;
  transition: all 1s ease-out;
}

.battery .section--01 .thumbnail.aos-animate::after {
  left: 100%;
}

.battery .title p {
  margin: -14px 0 31px;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}

.battery .title p span {
  display: block;
  font-size: inherit;
  font-weight: inherit;
}

.battery .title i {
  position: relative;
  display: block;
  width: 2px;
  height: 40px;
  margin: 0 auto  33px;
  overflow: hidden;
  background-image: linear-gradient(to bottom,#f5a70d,  #646363);
}

.battery .title i::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .4s ease-out;
}

.battery .title i.aos-animate::after {
  top: 100%;
}

.battery .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}

.battery .contents-area {
  display: flex;
  align-items: start;
  gap: 0 24px;
  margin-top: 72px;
}

.battery .section--01 .item {
  position: relative;
  width: 50%;
  max-width: 708px;
}

.battery .section--01 .item .img {
  width: 100%;
  aspect-ratio: 1.778 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #c9c9c9;
  border-bottom: none;
}

.battery .section--01 .item .img--01 {
  background-image: url('/en/img/sub/solid/battery/section01_img01.png');
}

.battery .section--01 .item .img--02 {
  background-image: url('/en/img/sub/solid/battery/section01_img02.png');
}

.battery .section--01 .item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #f8a900;
  font-size: 2.4rem;
  font-weight: 700;
}

.battery .section--01 .item span {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  width: 100%;
  margin-top: 12px;
  font-size: 1.8rem;
  text-align: right;
}

.battery .section--02 .img {
  max-width: 646px;
  width: 33%;
  aspect-ratio: 1.247 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.battery .section--02 .img--01 {
  background-image: url('/en/img/sub/solid/battery/section02_img01.png');
}

.battery .section--02 .img--02 {
  background-image: url('/en/img/sub/solid/battery/section02_img02.png');
}

.battery .section--02 .img--03 {
  background-image: url('/en/img/sub/solid/battery/section02_img03.png');
}

.battery .section--03 .title span {
  margin: 0 auto -5px;
}

@media(max-width:1200px) {
  .battery .section--01 .section-title {
    margin: -8px auto 70px;
  }
  

  .battery .section--01 .thumbnail {
    width: 100%;
    margin-bottom: 120px;
  }
  

  .battery .title p {
    margin: -14px 0 30px;
    font-size: 3.8rem;
  }
  
  .battery .title i {
    width: 2px;
    height: 35px;
    margin: 0 auto  30px;
  }
  

  .battery .contents-area {
    gap: 0 24px;
    margin-top: 70px;
  }
  
  .battery .section--01 .item {
    width: 50%;
    max-width: 708px;
  }
  
  .battery .section--01 .item .text {
    height: 70px;
    font-size: 2.4rem;
  }
  
  .battery .section--01 .item span {
    margin-top: 12px;
  }
  

  .battery .section--03 .title span {
    margin: 0 auto -5px;
  }
}

@media(max-width:1024px) {
  .battery .section--01 .section-title {
    margin: -5px auto 65px;
  }
  
  .battery .section--01 .thumbnail {
    margin-bottom: 100px;
  }
  
  .battery .section--01 .container::after,  
  .battery .section--02 .container::after {
    top: calc(100% + 100px);

  }
  
  .battery .title p {
    margin: -12px 0 25px;
    font-size: 3.2rem;
  }
  
  .battery .title i {
    width: 2px;
    height: 30px;
    margin: 0 auto  25px;
  }
  
  .battery .title span {
    font-size: 1.8rem;
  }
  
  .battery .contents-area {
    gap: 0 20px;
    margin-top: 60px;
  }
  
  .battery .section--01 .item {
    width: 50%;
    max-width: 708px;
  }
  
  .battery .section--01 .item .text {
    height: 60px;
    font-size: 2rem;
  }
  
  .battery .section--01 .item span {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  
  .battery .section--02 .img {
    width: 33%;
  }

  .battery .section--03 .title span {
    margin: 0 auto -5px;
  }
}

@media(max-width:768px) {
  .battery .section--01 .section-title {
    margin: -3px auto 55px;
  }
  
  .battery .section--01 .thumbnail {
    margin-bottom: 80px;
  }
  
  .battery .section--01 .container::after,  
  .battery .section--02 .container::after {
    top: calc(100% + 80px);
  }
  

  .battery .title p {
    margin: -9px 0 20px;
    font-size: 2.4rem;
  }
  
  .battery .title i {
    width: 1px;
    height: 25px;
    margin: 0 auto 20px;
  }
  
  .battery .title span {
    font-size: 1.6rem;
  }
  
  .battery .contents-area {
    gap: 0 15px;
    margin-top: 50px;
  }
  
  .battery .section--01 .item {
    width: 50%;
    max-width: 708px;
  }
  
  .battery .section--01 .item .text {
    height: 50px;
    font-size: 1.8rem;
  }
  
  .battery .section--01 .item span {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  
  .battery .section--02 .img {
    width: 33%;
  }

  .battery .section--03 .title span {
    margin: 0 auto -5px;
  }
}

@media(max-width:500px) {
  .battery .section--01 .section-title {
    margin: -3px auto 50px;
  }
  
  .battery .section--01 .thumbnail {
    margin-bottom: 60px;
  }
  
  .battery .section--01 .container::after,  
  .battery .section--02 .container::after {
    top: calc(100% + 80px);
  }
  

  .battery .title p {
    margin: -7px 0 15px;
    font-size: 2rem;
  }
  
  .battery .title i {
    width: 1px;
    height: 20px;
    margin: 0 auto 15px;
  }
  
  .battery .title span {
    font-size: 1.4rem;
  }
  
  .battery .contents-area {
    gap: 0 10px;
    margin-top: 40px;
  }
  
  .battery .section--01 .item {
    width: 50%;
    max-width: 708px;
  }
  
  .battery .section--01 .contents-area {
    flex-direction: column;
    gap: 10px 0;
    align-items: start;
  }
  
  .battery .section--01 .item {
    max-width: 100%;
    width: 100%;
  }
  
  .battery .section--01 .item .text {
    height: 40px;
    font-size: 1.6rem;
  }
  
  .battery .section--01 .item span {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  
  .battery .section--02 .contents-area {
    gap: 0 3px;
  }
  .battery .section--02 .contents-area {
    flex-direction: column;
    gap: 7px 0;
  }
  
  .battery .section--02 .img {
    width: 100%;
    height: 100px;
  }
  
  .battery .section--03 .title span {
    margin: 0 auto;
  }
}

/* --------------- E : Battery --------------- */

/* --------------- E : Electrolyte --------------- */

.electrolyte .section--01 .section-title {
  width: fit-content;
  margin: -8px auto 74px;
  font-family: 'Pretendard';
}

.electrolyte .section--01 .thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 2.618 / 1;
  margin-bottom: 120px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/en/img/sub/solid/electrolyte/section01_thumbnail.png');
}

.electrolyte .section--01 .thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 2px);
  background-color: #fff;
  transition: all 1s ease-out;
}

.electrolyte .section--01 .thumbnail.aos-animate::after {
  left: 100%;
}

.electrolyte .title p {
  margin: -14px 0 31px;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}

.electrolyte .title p span {
  display: block;
  font-size: inherit;
  font-weight: inherit;
}

.electrolyte .title i {
  position: relative;
  display: block;
  width: 2px;
  height: 40px;
  margin: 0 auto  33px;
  overflow: hidden;
  background-image: linear-gradient(to bottom,#f5a70d,  #646363);
}

.electrolyte .title i::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .4s ease-out;
}

.electrolyte .title i.aos-animate::after {
  top: 100%;
}

.electrolyte .title span {
  display: block;
  width: 100%;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
}

.electrolyte .section--01 .table {
  margin-top: 77px;
  width: 100%;
}

.electrolyte .section--01 .table table {
  width: 100%;
  border-collapse: collapse;
}

.electrolyte .section--01 .table th {
  max-width: 360px;
  width: 25%;
  height: 60px;
  background-color: #f8a900;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 700;
}

.electrolyte .section--01 .table td {
  max-width: 360px;
  width: 25%;
  height: 60px;
  background-color: #fef6e5;
  border: 1px solid #d2d2d2;  
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
}

.electrolyte .section--01 .table td p {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.electrolyte .section--01 .table td p.tilde {
  padding: 0 6px;
}

.electrolyte .section--01 .table td p  span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
}
.electrolyte .section--01 .table td.first {
  background-color: #fde5b2;
  font-size: 2rem;
  font-weight: 700;
}

.electrolyte .section--02 {
  background-color: #f5f5f5;
}

.electrolyte  .section--02  .title i::after {
  background-color: #f5f5f5;
}

.electrolyte .section--02 .text {
  max-width: 910px;
  width: 100%;
  margin: 0 auto 31px;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}

.electrolyte .section--02 .text:last-of-type {
  margin-bottom: 0;
}

@media(max-width:1200px){
  .electrolyte .section--01 .section-title {
    margin: -8px auto 70px;
  }

  .electrolyte .title p {
    margin: -12px 0 30px;
    font-size: 3.8rem;
  }
  
  .electrolyte .title i {
    height: 35px;
    margin: 0 auto  30px;
  }
  
  .electrolyte .section--01 .table {
    margin-top: 70px;
  }

  .electrolyte .section--01 .table th {
    height: 55px;
  }
  
  .electrolyte .section--01 .table td {
    height: 55px;
  }
  
  .electrolyte .section--02 .text {
    margin: 0 auto 30px;
  }
}

@media(max-width:1024px){
  .electrolyte .section--01 .section-title {
    margin: -8px auto 65px;
  }
  
  .electrolyte .section--01 .thumbnail {
    margin-bottom: 100px;
  }
  
  .electrolyte .title p {
    margin: -9px 0 25px;
    font-size: 3.2rem;
  }
  
  .electrolyte .title i {
    width: 2px;
    height: 30px;
    margin: 0 auto  25px;
  }
  
  
  .electrolyte .title span {
    font-size: 1.8rem;
  }
  
  .electrolyte .section--01 .table {
    margin-top: 60px;
  }

  .electrolyte .section--01 .table th {
    max-width: 360px;
    width: 25%;
    height: 50px;
    font-size: 1.8rem;
  }
  
  .electrolyte .section--01 .table td {
    max-width: 360px;
    width: 25%;
    height: 50px;
    font-size: 1.8rem;
  }
  
  .electrolyte .section--01 .table td p {
    padding-right: 10px;
  }
  
  .electrolyte .section--01 .table td p.tilde {
    padding: 0 6px;
  }
  
  .electrolyte .section--01 .table td p  span {
    font-size: 1.3rem;
  }
  .electrolyte .section--01 .table td.first {
    font-size: 1.8rem;
  }

  .electrolyte .section--02 .text {
    max-width: 910px;
    margin: 0 auto 25px;
    font-size: 1.8rem;
  }
}

@media(max-width:768px){
  .electrolyte .section--01 .section-title {
    margin: -5px auto 60px;
  }
  
  .electrolyte .section--01 .thumbnail {
    margin-bottom: 80px;
  }
  
  .electrolyte .title p {
    margin: -6px 0 20px;
    font-size: 2.4rem;
  }
  
  .electrolyte .title i {
    width: 1px;
    height: 25px;
    margin: 0 auto  20px;
  }
  
  
  .electrolyte .title span {
    font-size: 1.6rem;
  }
  
  .electrolyte .section--01 .table {
    margin-top: 50px;
  }

  .electrolyte .section--01 .table th {
    max-width: 360px;
    width: 25%;
    height: 45px;
    font-size: 1.6rem;
  }
  
  .electrolyte .section--01 .table td {
    max-width: 360px;
    width: 25%;
    height: 45px;
    font-size: 1.6rem;
  }
  
  .electrolyte .section--01 .table td p {
    padding-right: 8px;
  }
  
  .electrolyte .section--01 .table td p.tilde {
    padding: 0 6px;
  }
  
  .electrolyte .section--01 .table td p  span {
    font-size: 1.2rem;
  }
  .electrolyte .section--01 .table td.first {
    font-size: 1.6rem;
  }

  .electrolyte .section--02 .text {
    max-width: 910px;
    margin: 0 auto 20px;
    font-size: 1.6rem;
  }
  
  .electrolyte .section--01 .thumbnail::after {
    transition: all .5s ease-out;
  }
}

@media(max-width:500px){
  .electrolyte .section--01 .section-title {
    margin: -5px auto 55px;
  }
  
  .electrolyte .section--01 .thumbnail {
    margin-bottom: 60px;
  }
  
  .electrolyte .title p {
    margin: -6px 0 15px;
    font-size: 2.2rem;
  }
  
  .electrolyte .title i {
    height: 20px;
    margin: 0 auto  15px;
  }
  
  .electrolyte .title span {
    font-size: 1.4rem;
  }
  
  
  .electrolyte .section--01 .table {
    overflow: auto;
    margin-top: 40px;
  }
  
  .electrolyte .section--01 .table table {
    width: 470px;
    margin: 0 auto;
  }

  .electrolyte .section--01 .table th {
    max-width: 360px;
    width: 25%;
    height: auto;
    padding: 5px;
    font-size: 1.4rem;
  }
  
  .electrolyte .section--01 .table td {
    max-width: 360px;
    width: 25%;
    height: auto;
    padding: 5px;
    font-size: 1.4rem;
  }
  
  .electrolyte .section--01 .table td p {
    padding-right: 6px;
  }
  
  .electrolyte .section--01 .table td p.tilde {
    padding: 0 4px;
  }
  
  .electrolyte .section--01 .table td p  span {
    font-size: 1.1rem;
  }
  .electrolyte .section--01 .table td.first {
    font-size: 1.4rem;
  }

  .electrolyte .section--02 .text {
    max-width: 910px;
    margin: 0 auto 15px;
    font-size: 1.4rem;
  }
}
/* --------------- E : Electrolyte --------------- */

/* --------------- S : Product --------------- */
.product .section-title {
  width: fit-content;
  margin: -8px auto 108px;
  font-family: 'Pretendard';
}

.product .section--02 {
  background-color: #f5f5f5;
}
.product .contents-area {
  display: flex;
  align-items: center;
}

.product .contents-area .lt {
  width: 50%;
}

.product .contents-area .lt .title {
  margin-bottom: 25px;
  font-size: 4.2rem;
  font-weight: 700;
  font-family: 'Pretendard';
}

.product .contents-area .lt .text {
  margin-bottom: -4px;
}

.product .contents-area .lt .text p {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.91;
}

.product .contents-area .lt .text p  span {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}

.product .contents-area .lt .text p  span i {
  display: block;
  position: absolute;
  bottom: 0;
  right: -2px;
  font-style: normal;
  font-size: 1.4rem;
}

.product .contents-area .rt {
  width: 50%;
  padding-left: 12px;
}

.product .contents-area .rt .img {
  width: 100%;
  aspect-ratio: 1.77 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #dcdcdc;
}

.product .contents-area .rt .img--01 {
  background-image: url('/en/img/sub/solid/product/img01.png');
}

.product .contents-area .rt .img--02 {
  background-image: url('/en/img/sub/solid/product/img02.png');
}

.product .contents-area .rt .img--03 {
  background-image: url('/en/img/sub/solid/product/img03.png');
}

@media(max-width:1200px){
  .product .section-title {
    margin: -6px auto 100px;
  }
  
  .product .contents-area .lt .title {
    margin-bottom: 20px;
    font-size: 3.8rem;
  }
}

@media(max-width:1024px){
  .product .section-title {
    margin: -5px auto 90px;
  }
  
  .product .contents-area .lt .title {
    margin-bottom: 15px;
    font-size: 3.2rem;
  }

  .product .contents-area .lt .text p {
    font-size: 2rem;
  }
  
  .product .contents-area .lt .text p  span {
    padding-right: 12px;
  }
  
  .product .contents-area .lt .text p  span i {
    font-size: 1.3rem;
  }
}

@media(max-width:768px){
  .product .section-title {
    margin: -4px auto 80px;
  }
  
  .product .contents-area {
    flex-direction: column;
    align-items: start;
    gap: 15px 0;
  }

  .product .contents-area .lt {
    width: 100%;
  }
  
  .product .contents-area .lt .title {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
  
  .product .contents-area .lt .text p {
    font-size: 1.8rem;
  }
  
  .product .contents-area .lt .text p  span {
    padding-right: 12px;
  }
  
  .product .contents-area .lt .text p  span i {
    font-size: 1.2rem;
  }
  
  .product .contents-area .rt {
    width: 100%;
    padding-left: 0;
  }
  
  
  .battery .section--01 .thumbnail::after {
    transition: all .5 ease-out;
  }
}

@media(max-width:500px){
  .product .section-title {
    margin: -4px auto 70px;
  }
  
  .product .contents-area {
    gap: 10px 0;
  }

  .product .contents-area .lt .title {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  
  .product .contents-area .lt .text p {
    font-size: 1.6rem;
  }
  
  .product .contents-area .lt .text p  span {
    padding-right: 10px;
  }
  
  .product .contents-area .lt .text p  span i {
    font-size: 1.1rem;
  }
  
  .product .contents-area .rt {
    width: 100%;
    padding-left: 0;
  }
}
/* --------------- E : Product --------------- */

/* --------------- S : Notice --------------- */
.notice .section-title {
  width: fit-content;
  margin: -8px auto 61px;
  font-family: 'Pretendard';
}

@media(max-width:1200px) {
  .notice .section-title {
    margin: -6px auto 55px;
  }
}

@media(max-width:1024px) {
  .notice .section-title {
    margin: -5px auto 50px;
  }
}

@media(max-width:768px) {
  .notice .section-title {
    margin: -4px auto 45px;
  }
}

@media(max-width:500px) {
  .notice .section-title {
    margin: -4px auto 40px;
  }
}
/* --------------- E : Notice --------------- */

/* --------------- S : News --------------- */
.news .section-title {
  width: fit-content;
  margin: -8px auto 61px;
  font-family: 'Pretendard';
}

@media(max-width:1200px){
  .news .section-title {
    margin: -6px auto 55px;
  }
}
@media(max-width:1024px){
  .news .section-title {
    margin: -5px auto 50px;
  }
}
@media(max-width:768px){
  .news .section-title {
    margin: -4px auto 45px;
  }
}
@media(max-width:500px){
  .news .section-title {
    margin: -4px auto 40px;
  }
}
/* --------------- E : News --------------- */

/* --------------- S : Talent --------------- */
.talent .section--01{
  padding: 120px 0;
}
.talent .section-title {
  width: fit-content;
  margin: -8px auto 0;
  text-align: center;
}

.talent .section-title h3 {
  width: fit-content;
  margin: 0 auto;
  font-family: 'Pretendard';
}

.talent .section-title p {
  margin: 44px auto 94px;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  font-family: 'Noto Sans KR';
}

.talent .section-title .line {
  position: relative;
  width: 2px;
  height: 40px;
  margin: 0 auto  40px;
  background-image: linear-gradient(to bottom,#f5a70d,  #646363);
}

.talent .section-title .line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  transition: all .5s ease-out;
}

.talent .section-title .line.aos-animate::after {
  top: 100%;
}

.talent .contents-area {
  display: flex;
  align-items: start;
  gap: 0 24px;
}

.talent .contents-area .talent-box {
  max-width: 464px;
  width: 33.333%;
}

.talent .contents-area .talent-box .thumbnail {
  width: 100%;
  aspect-ratio: 1.322 / 1;
  margin-bottom: 72px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.talent .contents-area .talent-box .thumbnail--01 {
  background-image: url('/asset/img/sub/phi_img01.png');
}

.talent .contents-area .talent-box .thumbnail--02 {
  background-image: url('/asset/img/sub/phi_img02.png');
}

.talent .contents-area .talent-box .thumbnail--03 {
  background-image: url('/asset/img/sub/phi_img03.png');
}

.talent .contents-area .talent-box .title {
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.talent .contents-area .talent-box .title  span {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
}

.talent .contents-area .talent-box .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.talent .contents-area .talent-box .icon--01 {
  background-image: url('/asset/img/sub/phi_icon01.png');
}

.talent .contents-area .talent-box .icon--02 {
  background-image: url('/asset/img/sub/phi_icon02.png');
}

.talent .contents-area .talent-box .icon--03 {
  background-image: url('/asset/img/sub/phi_icon03.png');
}

.talent .contents-area .talent-box .text {
  margin-bottom: -6px;
  width: 100%;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}

@media(max-width:1200px){
  .talent .section-title {
    margin: -8px auto 0;
  }

  .talent .section-title p {
    margin: 40px auto 80px;
    font-size: 2.4rem;
  }
  
  .talent .section-title .line {
    width: 2px;
    height: 35px;
    margin: 0 auto  35px;
  }

  .talent .contents-area {
    gap: 0 20px;
  }
  
  .talent .contents-area .talent-box {
    max-width: 464px;
    width: 33.333%;
  }
  
  .talent .contents-area .talent-box .thumbnail {
    margin-bottom: 60px;
  }
  
  .talent .contents-area .talent-box .title {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  
  .talent .contents-area .talent-box .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
  }

  .talent .contents-area .talent-box .text {
    margin-bottom: -6px;
    font-size: 2rem;
  }
  
  .talent .contents-area .talent-box .text br {
    display: none;
  }
}

@media(max-width:1035px){
  .talent .section--01{
    padding: 90px 0;
  }
  .talent .section-title {
    margin: -5px auto 0;
  }

  .talent .section-title p {
    margin: 35px auto 70px;
    font-size: 2rem;
  }
  
  .talent .section-title .line {
    width: 2px;
    height: 30px;
    margin: 0 auto  30px;
  }

  .talent .contents-area {
    gap: 0 15px;
  }
  
  .talent .contents-area .talent-box {
    max-width: 464px;
    width: 33.333%;
  }
  
  .talent .contents-area .talent-box .thumbnail {
    margin-bottom: 50px;
  }
  
  .talent .contents-area .talent-box .title {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  
  .talent .contents-area .talent-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
  }

  .talent .contents-area .talent-box .text {
    margin-bottom: -4px;
    font-size: 1.8rem;
  }
  
}


@media(max-width:768px){
  .talent .section--01{
    padding: 60px 0;
  }
  .talent .section-title {
    margin: -5px auto 0;
  }

  .talent .section-title p {
    margin: 30px auto 60px;
    font-size: 1.8rem;
  }
  
  .talent .section-title .line {
    width: 1px;
    height: 25px;
    margin: 0 auto  25px;
  }

  .talent .contents-area {
    flex-direction: column;
    gap: 30px 0;
  }
  
  .talent .contents-area .talent-box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
  }
  
  .talent .contents-area .talent-box .text-box {
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
  }
  
  .talent .contents-area .talent-box .thumbnail {
    max-width: 100%;
    width: 70%;
    margin: 0 auto 30px;
  }
  
  .talent .contents-area .talent-box .title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  
  .talent .contents-area .talent-box .icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 20px;
  }

  .talent .contents-area .talent-box .text {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  
  .talent .contents-area .talent-box .text br {
    display: block;
  }
}

@media(max-width:500px){
  .talent .section-title {
    margin: -5px auto 0;
  }

  .talent .section-title p {
    margin: 25px auto 50px;
    font-size: 1.6rem;
  }
  
  .talent .section-title .line {
    height: 20px;
    margin: 0 auto  20px;
  }

  .talent .contents-area {
    gap: 25px 0;
  }
  
  .talent .contents-area .talent-box {
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
  }
  
  .talent .contents-area .talent-box .text-box {
    max-width: 100%;
  }
  
  .talent .contents-area .talent-box .thumbnail {
    max-width: 100%;
    /* width: 90%; */
    margin: 0 auto 20px;
  }
  
  .talent .contents-area .talent-box .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  
  .talent .contents-area .talent-box .icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 15px;
  }

  .talent .contents-area .talent-box .text {
    font-size: 1.4rem;
  }
  
}
/* --------------- E : Talent --------------- */

/* --------------- S : Recruit --------------- */
.recruit .section-title {
  width: fit-content;
  margin: -8px auto 67px;
  font-family: 'Pretendard';
}

.recruit .title {
  margin: -6px 0 42px;
  font-size: 4.2rem;
  font-weight: 700;
  font-family: 'Pretendard';
}

.recruit .contents-area {
  position: relative;
  padding: 80px 0;
}

.recruit .contents-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f5f5f5;
}

.recruit .section--01  {
  padding: 100px 0 0;
}

.recruit .section--01 .recruit-process {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.recruit .section--01 .recruit-process li {
  max-width: 206px;
  width: 14.305%;
}

.recruit .section--01 .recruit-process .step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 21px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
}

.recruit .section--01 .recruit-process .step::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/en/img/sub/career/recruit/section01_arrow.png');
}

.recruit .section--01 .recruit-process li:last-of-type .step::after {
  display: none;
}

.recruit .section--01 .recruit-process .step span {
  display: block;
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: 700;
  color: #f8a900;
}

.recruit .section--01 .recruit-process .icon {
  display: block;
  width: 77px;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.recruit .section--01 .recruit-process .icon--01 {
  background-image: url('/en/img/sub/career/recruit/section01_icon01.png');
}

.recruit .section--01 .recruit-process .icon--02 {
  background-image: url('/en/img/sub/career/recruit/section01_icon02.png');
}

.recruit .section--01 .recruit-process .icon--03 {
  background-image: url('/en/img/sub/career/recruit/section01_icon03.png');
}

.recruit .section--01 .recruit-process .icon--04 {
  background-image: url('/en/img/sub/career/recruit/section01_icon04.png');
}

.recruit .section--01 .recruit-process .icon--05 {
  background-image: url('/en/img/sub/career/recruit/section01_icon05.png');
}

.recruit .section--01 .recruit-process .icon--06 {
  background-image: url('/en/img/sub/career/recruit/section01_icon06.png');
}

.recruit .section--01 .recruit-process li p {
  width: 100%;
  margin: 17px 0 -3px;
  font-size: 2.8rem;
  text-align: center;
}

@media(max-width:1200px) {
  .recruit .section-title {
    margin: -8px auto 60px;
  }
  
  .recruit .title {
    margin: -6px 0 40px;
    font-size: 3.8rem;
  }
  
  .recruit .contents-area {
    padding: 70px 0;
  }
  
  .recruit .section--01 .recruit-process .step {
    margin-bottom: 18px;
  }
  
  .recruit .section--01 .recruit-process .icon {
    width: 65px;
  }

  
}

@media(max-width:1024px) {
  .recruit .section-title {
    margin: -5px auto 55px;
  }
  
  .recruit .title {
    margin: -6px 0 35px;
    font-size: 3.2rem;
  }
  
  .recruit .contents-area {
    padding: 60px 0;
  }
  
  .recruit .section--01  {
    padding: 80px 0 0;
  }
  
  .recruit .section--01 .recruit-process li {
    max-width: 206px;
    width: 14.305%;
  }
  
  .recruit .section--01 .recruit-process .step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
  }
  
  .recruit .section--01 .recruit-process .step::after {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
  }
  
  .recruit .section--01 .recruit-process .step span {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  
  .recruit .section--01 .recruit-process .icon {
    width: 50px;
  }
  
  .recruit .section--01 .recruit-process li p {
    margin: 12px 0 -3px;
    font-size: 2.2rem;
  }
  
}

@media(max-width:768px) {
  .recruit .section-title {
    margin: -5px auto 50px;
  }
  
  .recruit .title {
    margin: -6px 0 30px;
    font-size: 2.4rem;
  }
  
  .recruit .contents-area {
    padding: 50px 0;
  }
  
  .recruit .section--01  {
    padding: 60px 0 0;
  }
  
  .recruit .section--01 .recruit-process {
    flex-wrap: wrap;
    justify-content: space-around;
    /* margin-left: -10px; */
    gap: 20px 0;
  }
  .recruit .section--01 .recruit-process li {
    /* max-width: 206px; */
    width: 30%;
    padding: 0 10px;
  }
  
  .recruit .section--01 .recruit-process .step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 12px;
  }
  
  .recruit .section--01 .recruit-process .step::after {
    right: -20px;
    width: 6px;
    height: 12px;
  }
  
  .recruit .section--01 .recruit-process .step span {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  
  .recruit .section--01 .recruit-process .icon {
    width: 45px;
  }
  
  .recruit .section--01 .recruit-process li p {
    margin: 12px 0 -3px;
    font-size: 2rem;
  }
  
}

@media(max-width:500px) {
  .recruit .section-title {
    margin: -5px auto 45px;
  }
  
  .recruit .title {
    margin: -6px 0 25px;
    font-size: 2rem;
  }
  
  .recruit .contents-area {
    padding: 40px 0;
  }
  
  .recruit .section--01  {
    padding: 60px 0 0;
  }
  
  .recruit .section--01 .recruit-process {
    /* margin-left: -20px; */
    gap: 10px 0;
  }
  .recruit .section--01 .recruit-process li {
    /* max-width: 206px; */
    width: 47%;
    padding: 15px;
  }
  
  .recruit .section--01 .recruit-process .step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 12px;
  }
  
  .recruit .section--01 .recruit-process .step::after {
    right: -25px;
    width: 6px;
    height: 12px;
  }
  
  .recruit .section--01 .recruit-process .step span {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  
  .recruit .section--01 .recruit-process li p {
    margin: 10px 0 0px;
    font-size: 1.8rem;
  }
  
}
/* --------------- E : Recruit --------------- */

/* --------------- S : Duty --------------- */
.duty .section-title {
  width: fit-content;
  margin: -8px auto 71px;
  font-family: 'Pretendard';
}

.duty .contents-area {
  border-top: 2px solid #b5b5b5;
}

.duty .contents-box {
  width: 100%;
}

.duty .contents-box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 20px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 2.4rem;
  font-weight: 700;
  box-sizing: border-box;
  font-family: 'Pretendard';
}

.duty .contents-box .title i {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  /* background-color: #191919; */
}

.duty .contents-box .title i::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #191919;
}

.duty .contents-box .title i::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(90deg);
  width: 100%;
  height: 1px;
  background-color: #191919;
  -webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
  transition: all .3s ease;
}

.duty .contents-box .contents-item {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  height: 0;
  overflow: hidden;
  padding: 0 25px;
  gap: 24px 0;
  background-color: #f5f5f5;
  -webkit-transition:all .3s ease-out;
  transition: all .3s ease-out;
}

.duty .contents-box .item-box {
  width: 100%;
  padding: 34px 29px;
  background-color: #fff;
  font-family: 'Pretendard';
}


.duty .contents-box .item-box p {
  margin: -8px 0 12px;
  font-size: 2.2rem;
  font-weight: 700;
}

.duty .contents-box .item-box span {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
}

.duty .contents-box.on {
  border-bottom: 1px solid #dcdcdc;
}

.duty .contents-box.on .contents-item {
  height: auto;
  padding: 40px 25px;
}

.duty .contents-box.on .title i::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition-delay: 0s, 0.2s;
	-ms-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

@media(max-width:1200px){
  .duty .section-title {
    margin: -8px auto 65px;
  }

  
  .duty .contents-box .title {
    height: 80px;
    padding: 0 18px;
    font-size: 2.4rem;
  }
  
  .duty .contents-box .title i {
    width: 20px;
    height: 20px;
  }
  
  .duty .contents-box .contents-item {
    padding: 0 20px;
    gap: 20px 0;
  }
  
  .duty .contents-box .item-box {
    padding: 30px 25px;
  }
  
  
  .duty .contents-box .item-box p {
    margin: -5px 0 10px;
    font-size: 2.2rem;
  }
  
  .duty .contents-box .item-box span {
    font-size: 2rem;
  }
  
  
  .duty .contents-box.on .contents-item {
    padding: 35px 20px;
  }
  
}

@media(max-width:1024px){
  .duty .section-title {
    margin: -5px auto 60px;
  }

  
  .duty .contents-box .title {
    height: 70px;
    padding: 0 15px;
    font-size: 2rem;
  }
  
  .duty .contents-box .title i {
    width: 18px;
    height: 18px;
  }
  
  .duty .contents-box .contents-item {
    padding: 0 18px;
    gap: 18px 0;
  }
  
  .duty .contents-box .item-box {
    padding: 25px 20px;
  }
  
  
  .duty .contents-box .item-box p {
    margin: 0 0 10px;
    font-size: 2rem;
  }
  
  .duty .contents-box .item-box span {
    font-size: 1.8rem;
  }
  
  
  .duty .contents-box.on .contents-item {
    padding: 30px 15px;
  }
  
}

@media(max-width:768px){
  .duty .section-title {
    margin: -5px auto 55px;
  }

  .duty .contents-box .title {
    height: 60px;
    padding: 0 12px;
    font-size: 1.8rem;
  }
  
  .duty .contents-box .title i {
    width: 16px;
    height: 16px;
  }
  
  .duty .contents-box .contents-item {
    padding: 0 15px;
    gap: 16px 0;
  }
  
  .duty .contents-box .item-box {
    padding: 20px 15px;
  }
  
  
  .duty .contents-box .item-box p {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
  
  .duty .contents-box .item-box span {
    font-size: 1.6rem;
  }
  
  
  .duty .contents-box.on .contents-item {
    padding: 25px 12px;
  }
  
}

@media(max-width:500px){
  .duty .section-title {
    margin: -4px auto 50px;
  }

  .duty .contents-box .title {
    height: 50px;
    padding: 0 10px;
    font-size: 1.6rem;
  }
  
  .duty .contents-box .title i {
    width: 14px;
    height: 14px;
  }
  
  .duty .contents-box .contents-item {
    padding: 0 10px;
    gap: 12px 0;
  }
  
  .duty .contents-box .item-box {
    padding: 15px 10px;
  }
  
  
  .duty .contents-box .item-box p {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  
  .duty .contents-box .item-box span {
    font-size: 1.4rem;
  }
  
  
  .duty .contents-box.on .contents-item {
    padding: 20px 10px;
  }
  
}
/* --------------- E : Duty --------------- */

/* --------------- S : Office --------------- */
.office .section-title {
  width: fit-content;
  margin: -8px auto 61px;
  font-family: 'Pretendard';
}

.office .contents-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  margin: 0 auto 123px;
}

.office .contents-tab .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 342px;
  height: 70px;
  border-radius: 35px;
  border: 1px solid #c6c6c6;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}

.office .contents-tab .tab-item.on {
  background-color: #f8a900;
  font-weight: 700;
  color: #fff;
  border-color: #f8a900;
}

.office .contents-area {
  display: none;
}

.office .contents-area .place {
  display: flex;
  margin-bottom: 100px;
}

.office .contents-area .lt {
  width: 50%;
  padding-right: 12px;
}

.office .contents-area .lt .thumbnail {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.office .contents-area--01 .lt .thumbnail {
  background-image: url('/en/img/sub/contact/office/thumbnail01.png');
}

.office .contents-area--02 .lt .thumbnail {
  background-image: url('/en/img/sub/contact/office/thumbnail02_new.png');
}

.office .contents-area .rt {
  width: 50%;
  padding-left: 88px;
}

.office .contents-area .rt .title {
  margin: 0 0 12px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.32;
  font-family: 'Pretendard';
}

.office .contents-area .rt .list li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 23px 0 24px;
  border-bottom: 1px solid #b5b5b5;
}

.office .contents-area .rt .list li:nth-of-type(4) {
  align-items: start;
}

.office .contents-area .rt .icon {
  display: block;
  width: 25px;
  height: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.office .contents-area .rt .icon--01 {
  background-image: url('/en/img/icon/map-icon.png');
}
.office .contents-area .rt .icon--02 {
  background-image: url('/en/img/icon/tel-icon.png');
}
.office .contents-area .rt .icon--03 {
  background-image: url('/en/img/icon/email-icon.png');
}
.office .contents-area .rt .icon--04 {
  background-image: url('/en/img/icon/transport-icon.png');
}

.office .contents-area .rt .icon--05 {
  background-image: url('/en/img/icon/car-icon.png');
}

.office .contents-area .rt .list li p {
  width: calc(100% - 25px);
  padding-left: 25px;
  font-size: 2rem;
  line-height: 1.6;
}

.office .contents-area .rt .list li p span {
  display: block;
  font-size: inherit;
  font-weight: inherit;
}

.office .contents-area.on {
  display: block;
}

.office .contents-area .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(600 / 1440*100%);
  overflow: hidden;
}

.office .contents-area .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media(max-width:1200px) {
  .office .section-title {
    margin: -8px auto 55px;
  }
  
  .office .contents-tab {
    gap: 0 20px;
    margin: 0 auto 120px;
  }
  
  .office .contents-tab .tab-item {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    font-size: 2.4rem;
  }
  
  .office .contents-area .place {
    display: flex;
    margin-bottom: 100px;
  }
  
  .office .contents-area .lt {
    width: 50%;
    padding-right: 12px;
  }
  
  .office .contents-area .rt {
    width: 50%;
    padding-left: 60px;
  }
  
  .office .contents-area .rt .title {
    margin: 0 0 12px;
    font-size: 3.4rem;
  }
  
  .office .contents-area .rt .list li {
    padding: 20px 0;
  }
 
  
  .office .contents-area .rt .icon {
    display: block;
    width: 25px;
    height: 31px;
  }
  
  
  .office .contents-area .rt .list li p {
    width: calc(100% - 25px);
    padding-left: 20px;
    font-size: 2rem;
  }
 
}

@media(max-width:1024px) {
  .office .section-title {
    margin: -5px auto 50px;
  }
  
  .office .contents-tab {
    gap: 0 15px;
    margin: 0 auto 100px;
  }
  
  .office .contents-tab .tab-item {
    width: 260px;
    height: 50px;
    border-radius: 30px;
    font-size: 2rem;
  }
  
  .office .contents-area .place {
    margin-bottom: 80px;
  }
  
  .office .contents-area .lt {
    width: 50%;
    padding-right: 0;
  }
  
  .office .contents-area .rt {
    width: 50%;
    padding-left: 40px;
  }
  
  .office .contents-area .rt .title {
    margin: 0 0 12px;
    font-size: 3rem;
  }
  
  .office .contents-area .rt .list li {
    padding: 18px 0;
  }
 
  
  .office .contents-area .rt .icon {
    width: 20px;
    height: 26px;
  }
  
  
  .office .contents-area .rt .list li p {
    width: calc(100% - 20px);
    padding-left: 18px;
    font-size: 1.8rem;
  }
 
}


@media(max-width:768px) {
  .office .section-title {
    margin: -5px auto 45px;
  }
  
  .office .contents-tab {
    gap: 0 12px;
    margin: 0 auto 80px;
  }
  
  .office .contents-tab .tab-item {
    width: 200px;
    height: 40px;
    border-radius: 30px;
    font-size: 1.8rem;
  }
  
  .office .contents-area .place {
    flex-direction: column;
    margin-bottom: 60px;
  }
  
  .office .contents-area .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  
  .office .contents-area .rt {
    width: 100%;
    padding-left: 0;
  }
  
  .office .contents-area .rt .title {
    margin: 0 0 10px;
    font-size: 2.6rem;
  }
  
  .office .contents-area .rt .list li {
    padding: 15px 0;
  }
 
  
  .office .contents-area .rt .icon {
    width: 18px;
    height: 24px;
  }
  
  
  .office .contents-area .rt .list li p {
    width: calc(100% - 18px);
    padding-left: 15px;
    font-size: 1.6rem;
  }
 
}

@media(max-width:500px) {
  .office .section-title {
    margin: -4px auto 40px;
  }
  
  .office .contents-tab {
    gap: 0 10px;
    margin: 0 auto 60px;
  }
  
  .office .contents-tab .tab-item {
    width: 170px;
    height: 36px;
    border-radius: 30px;
    font-size: 1.6rem;
  }
  
  .office .contents-area .place {
    flex-direction: column;
    margin-bottom: 40px;
  }
  
  .office .contents-area .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  
  .office .contents-area .rt {
    width: 100%;
    padding-left: 0;
  }
  
  .office .contents-area .rt .title {
    margin: 0;
    font-size: 2rem;
  }
  
  .office .contents-area .rt .list li {
    padding: 10px 0;
  }
 
  
  .office .contents-area .rt .icon {
    width: 17px;
    height: 21px;
  }
  
  
  .office .contents-area .rt .list li p {
    width: calc(100% - 17px);
    padding-left: 6px;
    font-size: 1.4rem;
  }
 
}
/* --------------- E : Office --------------- */


.overview .sec01{
  position: relative;
  padding: 120px 0;
}
.overview .sec01::after {
  content: "";
  display: block;
  position: absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 68.75%;
  background: url('/asset/img/sub/ceo_bg01.png') no-repeat center / cover;
  z-index:-1;
}

.overview .sec01 .img {
  padding: 150px 20px;
  background: url('/asset/img/sub/ceo_img01.png') no-repeat center / cover;
  border-radius:10px;
}

.overview .sec01 .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overview .sec01 .img-wrap i {
  display: block;
  width: 2px;
  height: 80px;
  background-color: #fff;
  opacity: 0;
  transform: translateY(-60px);
  transition: all .8s ease;
}

.overview .sec01 .img-wrap p {
  font-size: 7rem;
  line-height:.8;
  margin:50px 0px 40px;
  opacity: 0;
  transform: translateY(-60px);
  transition: all .8s ease .2s;
}

.overview .sec01 .img-wrap span {
  display: block;
  font-size: 3rem;
  opacity: 0;
  transform: translateY(-60px);
  transition: all .8s ease .4s;
}

.overview .sec01 .img-wrap.aos-animate i,
.overview .sec01 .img-wrap.aos-animate p,
.overview .sec01 .img-wrap.aos-animate span {
  opacity: 1;
  transform: translateY(0);
}

.overview .sec01 .t01 {
  line-height:1.6;
}

@media screen and (max-width:1200px) {
.overview .sec01{
  padding: 80px 0;
}
  .overview .sec01::after {
    background-position: right center;
  }

  .overview .sec01 .img-wrap p {
    font-size: 5.2rem;
  }

  .overview .sec01 .img-wrap span {
    font-size:2.4rem;
  }

  .overview .sec02 .btns a {
    font-size:1.6rem;
  }
}


@media screen and (max-width:1024px) {
  .overview .sec01 .img {
    padding: 120px 16px;
  }

  .overview .sec01 .img-wrap i {
    height: 60px;
  }

  .overview .sec01 .img-wrap p {
    margin: 36px 0px 28px;
  }
}


@media screen and (max-width:768px) {
.overview .sec01{
  padding: 60px 0;
}
  .overview .sec01 .img {
    padding: 100px 16px;
  }

  .overview .sec01 .img-wrap p {
    font-size:4rem;

  }

  .overview .sec01 .img-wrap span {
    font-size:2rem;
  }

}


/* History */
.history .sec01{
  padding: 120px 0 150px;
}
.history .bd {
  position: relative;
  padding:100px 0px 0px;
  overflow: hidden;
}

.history .bd::before {
  content: "";
  display: block;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  width: 2px;
  height:60px;
  background-color: #fb7d01;
  z-index:2;
}

.history .bd::after {
  content: "";
  display: block;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  width: 2px;
  height:100%;
  background-color: #c9c9c9;
}

.history .line {
  display: block;
  position: absolute;
  top:60px;
  left:50%;
  transform: translateX(-50%);
  width: 2px;
  height:0;
  background-color: #fb7d01;
  z-index:2;
  transition: all .6s ease;
}

.history .item {
  position: relative;
  padding-left: 56.6667%;
}

.history .his-year {
  position: absolute;
  top:-20px;
  left:0;
  width: 43.333%;
  text-align:right;
}

.history .his-year h5 {
  font-size: 9rem;
  font-weight:700;
  line-height:.8;
  color:#d9d9d9;
  transition: all .8s ease;
}

.history .his-con dl:not(:last-child) {
  padding-bottom:100px;
}

.history .his-con dl:last-child {
  padding-bottom: 100px;
}

.history .his-con dt {
  position: relative;
  padding-bottom:20px;
  margin-bottom:40px;
  border-bottom: 2px solid #d2d2d2;
}

.history .his-con dt .dot {
  display: block;
  position: absolute;
  top:10px;
  left: -16.2%;
  width:10px;
  height:10px;
  background-color: #c9c9c9;
  border-radius:50%;
  z-index:2;
  transition: all .6s ease;
}

.history .his-con dt .dot::before {
  content: "";
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%) scale(0);
  width: 28px;
  height:28px;
  border-radius:50%;
  background-color: rgba(251,125,1,.3);
  opacity:0;
  transition: all .6s ease;
}

.history .his-con dd {
  position: relative;
  padding-left:14px;
  font-size:2rem;
  line-height:1.7;
}

.history .his-con dd:not(:last-child) {
  margin-bottom:10px;
}

.history .his-con dd::before {
  content: "•";
  display: block;
  position: absolute;
  top:14px;
  left:0px;
  font-size:1.8rem;
  line-height:.1;
}

.history .item.active .his-year h5 {
  color:#fb7d01;
}

.history .his-con dl.active dt .dot {
  background-color: #fb7d01;
}

.history .his-con dl.active dt .dot::before {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
}

@media screen and (max-width:1200px) {
  .history .his-year {
    top:10px;
  }

  .history .his-year h5 {
    font-size: 6.2rem;
  }

  .history .his-con dd {
    font-size:1.8rem;
  }

  .history .his-con dd::before {
    font-size:1.6rem;
  }
}
@media screen and (max-width:1024px) {
.history .sec01{
  padding: 90px 0;
}
  .history .bd {
    padding: 28px 0px 0px;
  }

  .history .bd::before {
    height: 40px;
  }

  .history .line {
    top:40px;
  }

  .history .item {
    padding-left: 54%;
  }

  .history .his-year {
    top:-8px;
  }

  .history .his-year h5 {
    font-size:5rem;
  }

  .history .his-con dl:last-child {
    padding-bottom: 80px;
  }

  .history .his-con dl:not(:last-child) {
    padding-bottom: 80px;
  }

  .history .his-con dt {
    padding-bottom:16px;
    margin-bottom:28px;
  }

  .history .his-con dt .dot {
    left: -9.5%;
    width: 8px;
    height:8px;
  }

  .history .his-con dt .dot::before {
    width: 20px;
    height:20px;
  }

  .history .his-con dd {
    padding-left:12px;
  }

  .history .his-con dd::before {
    top: 12px;
  }
}
@media screen and (max-width:768px) {
.history .sec01{
  padding: 60px 0 100px;
}
  .history .bd {
    padding: 0px;
  }

  .history .bd::after {
    left:20px;
    transform: none;
  }

  .history .bd::before {
    left: 20px;
    transform: none;
    height: 70px;
  }

  .history .line {
    top:70px;
    left: 20px;
    transform: none;
  }

  .history .item {
    padding-left:50px;
  }
  
  .history .his-year {
    top:0px;
    left:50px;
    width: 100%;
    text-align: left;
  }

  .history .his-year h5 {
    font-size:4rem;
  }

  .history .his-con dl {
    padding-top: 60px;
  }

  .history .his-con dl:not(:last-child) {
    padding-bottom: 0px;
  }

  .history .his-con dl:last-child {
    padding-bottom:60px;
  }

  .history .his-con dt .dot {
    top:6px;
    left: -33px;
  }

  .history .his-con dd {
    font-size:1.6rem;
  }

  .history .his-con dd:not(:last-child) {
    margin-bottom:6px;
  }

  .history .his-con dd::before {
    font-size:1.4rem;
  }
}
@media screen and (max-width:576px) {
  .history .bd::before {
    width: 1px;
    left: 12px;
    height: 60px;
  }

  .history .bd::after {
    width:1px;
    left:12px;
  }

  .history .line {
    top:60px;
    left: 12px;
    width: 1px;
  }

  .history .item {
    padding-left:30px;
  }

  .history .his-year {
    left:30px;
  }

  .history .his-con dl {
    padding-top: 50px;
  }

  .history .his-con dl:last-child {
    padding-bottom:50px;
  }

  .history .his-con dt {
    padding-bottom:10px;
    margin-bottom:16px;
  }

  .history .his-con dt .dot {
    left: -20px;
    width: 6px;
    height:6px;
  }

  .history .his-con dt .dot::before {
    width: 14px;
    height:14px;
  }

  .history .his-con dd {
    padding-left:10px;
    font-size:1.4rem;
    line-height:1.5;
  }

  .history .his-con dd::before {
    top:9px;
    font-size: 1.2rem;
  }

  .history .his-con dd:not(:last-child) {
    margin-bottom: 4px;
  }
}



/* Story */
.story .sec01{
  padding: 120px 0;
}
.story .img {
  position: relative;
  border-radius:10px;
  overflow: hidden;
}

.story .txt {
  position: relative;
  padding-left: 25.3333%;
}

.story .txt .lt {
  position: absolute;
  top:0;
  left:0;
}

.story .txt .rt {
  width: 91%;
}

.story .txt .t01 {
  line-height:1.4;
}

.story .txt .t02 {
  line-height:1.6;
  font-size: 2.2rem;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
  .story .sec01{
    padding: 80px 0;
  }
  .story .txt {
    padding-left: 280px;
  }

  .story .txt .rt {
    width: 100%;
  }
  .story .txt .t02 {
    font-size: 2rem;
  }
}
@media screen and (max-width:768px) {
  .story .sec01{
    padding: 60px 0;
  }
  .story .txt {
    padding-left:0px;
  }

  .story .txt .lt {
    position: relative;
    top:unset;
    left: unset;
    margin-bottom:20px;
  }

  .story .txt .t01 br {
    display: none;
  }
  .story .txt .t02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:576px) {
  .story .txt .lt  {
    margin-bottom: 16px;
  }
}

.bbs .sec01{
  padding: 120px 0;
}

@media all and (max-width:1024px){
  .bbs .sec01{
    padding: 90px 0;
  }
}
@media all and (max-width:768px){
  .bbs .sec01{
    padding: 60px 0;
  }
}





/* Location */
.location .sec {
	padding:120px 0px;
}

.location .article {
}

.location .map {
	position: relative;
	width: 100%;
	height:0;
	padding-top: calc(550/1500*100%);
	overflow: hidden;
}

.location .map iframe {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}

.location .info {
	display: flex;
	align-items: center;
	margin:80px 0px 0;
}

.location .info .lt {
	width: 42%;
}

.location .info .rt {
	width: 58%;
}

.location .info dl {
	display: flex;
	align-items: center;
}

.location .info dt {
	position: relative;
	display: flex;
	align-items: center;
	gap:20px;
	width:200px;
	font-size:2rem;
}
.location .info .text-orange{
  color: #fb7d01;
}

.location .info dd {
	width: calc(100% - 200px);
	font-size:2rem;
}

.location .info .icon {
	display: block;
	width:40px;
	height:40px;
	background-repeat: no-repeat;
	background-position: center;
}

.location .info .icon01 {
	background-image: url('/asset/img/sub/location_icon01.png');
}

.location .info .icon02 {
	background-image: url('/asset/img/sub/location_icon02.png');
}

.location .info .icon03 {
	background-image: url('/asset/img/sub/location_icon03.png');
}

.location .info .icon04 {
	background-image: url('/asset/img/sub/location_icon04.png');
}

.location .article-txt {
	display: block;
	
}

@media screen and (max-width:1200px) {
	.location .sec {
		padding:140px 0px;
	}

	.location .info img {
		width: 239px;
	}

	.location .info dt {
		font-size:1.8rem;
	}

	.location .info dd {
		font-size:1.8rem;
	}
}
@media screen and (max-width:1024px) {
	.location .sec {
		padding:120px 0px;
	}

	.location .info {
		margin:60px 0px 0;
	}

	.location .info .lt {
		width: 35%;
	}

	.location .info .rt {
		width: 65%;
	}

	.location .info img {
		width: 199px;
	}

	.location .info dt {
		gap:12px;
		width:160px;
	}

	.location .info dd {
		width: calc(100% - 160px);
	}

	.location .info .icon {
		width:30px;
		height:30px;
		background-size:auto 30px;
	}
}
@media screen and (max-width:768px) {
	.location .sec {
		padding:100px 0px;
	}

	.location .map {
		padding-top: 72.5%;
	}

	.location .info {
		flex-wrap: wrap;
		gap:20px;
		margin:40px 0px 0px;
	}

	.location .info .lt,
	.location .info .rt {
		width: 100%;
	}

	.location .info .lt {
		display: none;
	}

	.location .info dt {
		font-size:1.6rem;
	}

	.location .info dd {
		font-size:1.6rem;
	}

	.location .article-txt {
		display: none;
	}
}
@media screen and (max-width:576px) {
	.location .sec {
		padding:80px 0px;
	}

	.location .info {
		margin:20px 0px 0px;
		gap:12px;
	}

	.location .info img {
		width: 109px;
	}

	.location .info dl {
		flex-wrap: wrap;
		gap:6px;
	}

	.location .info dt {
		width: 100%;
		gap:6px;
		font-size:1.4rem;
	}

	.location .info dd {
		width: 100%;
		font-size:1.4rem;
	}

	.location .info .icon {
		width: 20px;
		height:20px;
		background-size:auto 20px;
	}
}



/* Inquiry */
.inquiry .sec {
  padding: 120px 0;
}
.inquiry .hd {
  position: relative;
}

.inquiry .hd .essential {
  display: block;
  position: absolute;
  right:0;
  bottom: 0;
  font-size:1.8rem;
}

@media screen and (max-width:1200px) {
  .inquiry .hd .essential {
    font-size:1.6rem;
  }
}
@media screen and (max-width:1024px) {

.inquiry .sec {
  padding: 90px 0;
}
}
@media screen and (max-width:768px) {
.inquiry .sec {
  padding: 60px 0;
}
  .inquiry .hd .essential {
    font-size:1.4rem;
  }
}
@media screen and (max-width:576px) {
  .inquiry .hd .essential {
    font-size:1.2rem;
    bottom: -20px;
  }
}


/* Form */
/*
.form-table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #fb7d01;
}

.form-table .row {
  display: table-row;
  border-bottom: 1px solid #bfbfbf;
}

.form-table .th,
.form-table .td {
  display: table-cell;
  vertical-align: middle;
}

.form-table .th {
  font-size: 2rem;
  width: 360px;
  padding:30px 40px;
  background-color: #f5f5f5;
}

.form-table .th span {
  color:#fb7d01;
}

.form-table .td {
  padding:15px;
}

.form-table input,
.form-table select {
  max-width: 750px;
  width: 100%;
  height:50px;
  padding:0px 20px;
  font-size: 1.8rem;
  border:1px solid #bfbfbf;
}

.form-table select {
  background: url('/asset/img/sub/select.png') no-repeat right 20px center;
}

.form-table textarea {
  resize: none;
  display: block;
  max-width: 750px;
  width: 100%;
  height:250px;
  padding:20px;
  font-size: 1.8rem;
  border:1px solid #bfbfbf;
}

.form-table .chk-list {
  display: flex;
  gap:40px;
  text-align: center;
}

.form-table .chk-list label {
  display: flex;
  align-items: center;
  gap:10px;
  position: relative;
}

.form-table .chk-list label input {
  position: absolute;
	top:0;
	left:0;
	width:100%;
  height: 100%;
	opacity:0;
  cursor: pointer;
}

.form-table .chk-list label i {
  display: block;
  width: 19px;
  height:19px;
  background: url('../img/form/chk_off.png') no-repeat center;
}

.form-table .chk-list label input[type="checkbox"]:checked ~ i {
  background-image: url('../img/form/chk_on.png');
}

.form-table .email-wrap {
  display: flex;
  align-items: center;
  max-width: 750px;
  width: 100%;
}

.form-table .email-wrap .box {
  width: 31.3333%;
}

.form-table .email-wrap .box:last-child {
  margin-left: 8px;
}

.form-table .email-wrap span {
  display: block;
  margin: 0px 12px;
}

.form-agree label {
  display: flex;
  align-items: center;
  gap:10px;
  position: relative;
}

.form-agree label input {
  position: absolute;
	top:0;
	left:0;
  width:250px;

  height: 100%;
	opacity:0;
  cursor: pointer;
}

.form-agree label button {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-agree label i {
  display: block;
  width: 19px;
  height:19px;
  background: url('/asset/img/sub/chk_off.png') no-repeat center;
}

.form-agree label input[type="checkbox"]:checked ~ i {
  background-image: url('/asset/img/sub/chk_on.png');
}

.form-btn {
  display: flex;
  justify-content: center;
  margin-top:50px;
}

.form-btn .btn {
  display: block;
  max-width:400px;
  width: 100%;
  height:70px;
  font-size:2rem;
  font-weight:700;
  color:#fff;
  background-color: #fb7d01;
}

@media screen and (max-width:1200px) {
  .form-table .th {
    font-size: 1.8rem;
    width: 280px;
  }

  .form-table input, .form-table select {
    font-size:1.6rem;
  }

  .form-table textarea {
    font-size:1.6rem;
  }

  .form-btn .btn {
    max-width:300px;
    height:64px;
    font-size:1.8rem;
  }
}
@media screen and (max-width:1024px) {
  .form-table .th {
    padding: 20px 28px;
  }

  .form-table .td {
    padding: 12px;
  }

  .form-table input, .form-table select {
    height:42px;
    padding: 0px 16px;
  }

  .form-table textarea {
    height: 200px;
    padding: 16px;
  }

  .form-table .chk-list {
    gap:28px;
  }

  .form-table .chk-list label {
    gap:6px;
  }

  .form-table .chk-list label i {
    width: 17px;
    height:17px;
    background-size: auto 17px;
  }

  .form-table .email-wrap span {
    margin: 0px 8px;
  }

  .form-agree label {
    gap:6px;
  }

  .form-agree label input {
    width: 220px;
  }

  .form-agree label i {
    width: 17px;
    height:17px;
    background-size: auto 17px;
  }

  .form-btn {
    margin-top: 36px;
  }

  .form-btn .btn {
    max-width:240px;
    height:54px;
  }
}
@media screen and (max-width:768px) {
  .form-table {
    display: block;
  }

  .form-table .row {
    display: flex;
    flex-wrap: wrap;
  }

  .form-table .th, .form-table .td {
    display: block;
  }

  .form-table .th {
    width: 100%;
    padding:16px;
    text-align: left;
    font-size:1.6rem;
  }

  .form-table .td {
    width: 100%;
  }

  .form-table input, .form-table select {
    height: 38px;
    font-size: 1.4rem;
  }

  .form-table select {
    background-position: right 16px center;
    background-size: auto 5px;
  }

  .form-table .chk-list {
    align-items: center;
    height: 38px;
  }

  .form-table .chk-list label i {
    width: 15px;
    height:15px;
    background-size: auto 15px;
  }

  .form-agree label input {
    width: 200px;
  }

  .form-agree label i {
    width: 15px;
    height:15px;
    background-size: auto 15px;
  }

  .form-btn .btn {
    max-width:200px;
    height:44px;
    font-size:1.6rem;
  }
}
@media screen and (max-width:576px) {
  .form-table .th {
    padding: 12px;
    font-size:1.4rem;
  }

  .form-table .td {
    padding: 8px;
  }

  .form-table input, .form-table select {
    height: 34px;
    padding: 0px 12px;
    font-size: 1.2rem;
  }

  .form-table select {
    background-position: right 12px center;
  }

  .form-table textarea {
    height: 160px;
    padding: 12px;
  }

  .form-table .email-wrap {
    flex-wrap: wrap;
  }

  .form-table .email-wrap .box {
    width: calc(50% - 10px);
  }

  .form-table .email-wrap .box:last-child {
    width: 100%;
    margin-left: 0px;
    margin-top: 4px;
  }

  .form-table .email-wrap span {
    width: 10px;
    margin: 0 auto;
  }

  .form-table .chk-list {
    height: 34px;
    gap:20px;
  }

  .form-table .chk-list label {
    gap: 4px;
  }

  .form-table .chk-list label i {
    width: 13px;
    height:13px;
    background-size: auto 13px;
  }

  .form-agree label {
    gap: 4px;
  }

  .form-agree label input {
    width: 180px;
  }

  .form-agree label i {
    width: 13px;
    height:13px;
    background-size: auto 13px;
  }

  .form-btn {
    margin-top: 24px;
  }

  .form-btn .btn {
    max-width:160px;
    height:38px;
    font-size:1.4rem;
  }
}
*/
/*
.inquiry .sec {
	padding: 160px 0px;
}
*/
.inquiry .article {
	padding-top:60px;
}

.inquiry .form-bubble {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px;
	width: 100%;
	height: 120px;
	border-radius:10px;
	background-color: #f5f5f5;
}

.inquiry .form-bubble .icon {
	display: block;
	width:28px;
	height:33px;
	background: url('../img/icon/ico_bell.png') no-repeat center;
}

.inquiry .form-bubble p {
	font-size:2.4rem;
}
/* 
.inquiry .form-table {
	display: flex;
	flex-wrap: wrap;
	gap:30px 80px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding:30px 0px;
}

.inquiry .form-table .row:not(.row-w100) {
	width: calc(50% - 40px);
}

.inquiry .form-table .row-w100 {
	width: 100%;
}

.inquiry .form-table .row-wrap {
	display: flex;
}

.inquiry .form-table .th {
	width:130px;
	padding:20px 0px;
	font-size: 2rem;
}

.inquiry .form-table .td {
	width: calc(100% - 130px);
}

.inquiry .form-table input {
	width: 100%;
	height: 60px;
	padding:0px 20px;
	background-color: #f5f5f5;
	font-size:1.8rem;
}

.inquiry .form-table textarea {
	display: block;
	width: 100%;
	height:420px;
	padding:20px;
	background-color: #f5f5f5;
	font-size:1.8rem;
	resize: none;
}

.inquiry .form-agree label {
	position: relative;
	display:inline-flex;
	align-items: center;
	gap:10px;
	cursor: pointer;
}

.inquiry .form-agree input {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0;
	visibility: hidden;
}

.inquiry .form-agree i {
	display: inline-block;
	width:20px;
	height:20px;
	background: url('../img/icon/check_off.png') no-repeat center;
	-webkit-transition: var(--transition-basic);
	transition: var(--transition-basic);
}

.inquiry .form-agree span {
	font-size:2rem;
}

.inquiry .form-agree a {
	color:#0065a3;
	text-decoration: underline;
	text-underline-offset:3px;
	cursor: pointer;
}

.inquiry .form-agree input:checked + i {
  background-image: url('../img/icon/check_on.png');
}

.inquiry .form-btn {
	display: flex;
	justify-content: center;
}

.inquiry .form-btn button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width:300px;
	height:60px;
	background-color: #0065a3;
	border:1px solid transparent;
	font-size:2rem;
	font-weight:700;
	color:#fff;
	-webkit-transition: var(--transition-basic);
	transition: var(--transition-basic);
}

.inquiry .form-modal {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px;;
	z-index: 9999;
}

.inquiry .form-modal .modal-con {
	display: flex;
  justify-content: center;
  align-items: center;
  max-width:640px;
  width: 100%;
  max-height: calc(100% - 300px);
	height:100%;
	margin:0 auto;
}

.inquiry .form-modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.inquiry .form-modal .modal-inner {
	position: relative;
  width: 100%;
  height: 100%;
  padding:40px;
  background-color: #fff;
	overflow-y: auto;
}

.inquiry .form-modal .textarea p {
	font-size:1.6rem;
}

.inquiry .form-modal.open {
  display: flex;
  align-items: center;
  visibility: visible;
}

@media screen and (min-width:1201px) {
	.inquiry .form-btn button:hover {
		background-color: transparent;
		border-color:#0065a3;
		color:#0065a3;
	}
}
@media screen and (max-width:1200px) {
	.inquiry .sec {
		padding: 140px 0px;
	}

	.inquiry .form-bubble p {
		font-size:2rem;
	}

	.inquiry .form-table {
		gap:30px;
	}

	.inquiry .form-table .row:not(.row-w100) {
		width: calc(50% - 15px);
	}

	.inquiry .form-table .th {
		font-size:1.8rem;
	}

	.inquiry .form-table input {
		font-size:1.6rem;
	}

	.inquiry .form-table textarea {
		font-size:1.6rem;
	}

	.inquiry .form-agree span {
		font-size:1.8rem;
	}

	.inquiry .form-btn button {
		font-size:1.8rem;
	}

	.inquiry .form-modal .textarea p {
		font-size:1.4rem;
	}
}
@media screen and (max-width:1024px) {
	.inquiry .sec {
		padding: 120px 0px;
	}

	.inquiry .form-bubble {
		gap:16px;
		height:100px;
	}

	.inquiry .form-bubble .icon {
		width:22px;
		height:27px;
		background-size:auto 27px;
	}

	.inquiry .form-table {
		gap:20px;
		padding:20px 0px;
	}

	.inquiry .form-table .row:not(.row-w100) {
		width: calc(50% - 10px);
	}

	.inquiry .form-table .th {
		width:100px;
		padding:16px 0px;
	}

	.inquiry .form-table .td {
		width: calc(100% - 100px);
	}
	
	.inquiry .form-table input {
		height:50px;
		padding:0px 16px;
	}

	.inquiry .form-table textarea {
		height:320px;
		padding:16px;
	}

	.inquiry .form-agree label {
		gap:6px;
	}

	.inquiry .form-agree i {
		width:16px;
		height:16px;
		background-size: auto 16px;
	}

	.inquiry .form-btn button {
		width: 220px;
		height:50px;
	}

	.inquiry .form-modal .modal-inner {
		padding:30px;
	}
}
@media screen and (max-width:768px) {
	.inquiry .sec {
		padding: 100px 0px;
	}

	.inquiry .form-bubble .icon {
		height:23px;
		background-size: auto 23px;
	}

	.inquiry .form-bubble p {
		font-size:1.8rem;
	}

	.inquiry .form-table {
		gap:0px;
		padding:0px 0px 16px;
	}

	.inquiry .form-table .row:not(.row-w100) {
		width: 100%;
	}

	.inquiry .form-table .row-wrap {
		flex-wrap: wrap;
	}

	.inquiry .form-table .th {
		width: 100%;
		font-size:1.6rem;
	}

	.inquiry .form-table .td {
		width: 100%;
	}

	.inquiry .form-table input {
		font-size:1.4rem;
	}

	.inquiry .form-table textarea {
		height:260px;
		font-size:1.4rem;
	}

	.inquiry .form-agree span {
		font-size:1.6rem;
	}

	.inquiry .form-btn button {
		font-size:1.6rem;
	}
}
@media screen and (max-width:576px) {
	.inquiry .sec {
		padding: 80px 0px;
	}

	.inquiry .form-bubble {
		flex-direction: column;
		gap:10px;
		height:auto;
		padding:16px;
		text-align: center;
	}

	.inquiry .form-bubble .icon {
		height:19px;
		background-size: auto 19px;
	}

	.inquiry .form-bubble p {
		font-size:1.6rem;
	}

	.inquiry .form-table {
		padding:0px 0px 12px;
	}

	.inquiry .form-table .th {
		padding: 12px 0px;
		font-size:1.4rem;
	}

	.inquiry .form-table input {
		height:44px;
		padding:0px 12px;
		font-size:1.2rem;
	}

	.inquiry .form-table textarea {
		height:200px;
		padding:12px;
		font-size:1.2rem;
	}

	.inquiry .form-agree label {
		gap:4px;
	}

	.inquiry .form-agree i {
		width:14px;
		height:14px;
		background-size:auto 14px;
	}

	.inquiry .form-agree span {
		font-size:1.4rem;
	}

	.inquiry .form-btn button {
		width: 160px;
		height:44px;
		font-size:1.4rem;
	}

	.inquiry .form-modal .modal-con {
		max-height: calc(100% - 400px);
	}

	.inquiry .form-modal .modal-inner {
		padding:20px;
	}
	
	.inquiry .form-modal .textarea p {
		font-size:1.2rem;
	}
} */




/* Form */
.form-table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #fb7d01;
}

.form-table .row {
  display: table-row;
  border-bottom: 1px solid #bfbfbf;
}

.form-table .th,
.form-table .td {
  display: table-cell;
  vertical-align: middle;
}

.form-table .th {
  font-size: 2rem;
  width: 360px;
  padding:30px 40px;
  background-color: #f5f5f5;
}

.form-table .th span {
  color:#fb7d01;
}

.form-table .td {
  padding:15px;
}

.form-table input,
.form-table select {
  max-width: 750px;
  width: 100%;
  height:50px;
  padding:0px 20px;
  font-size: 1.8rem;
  border:1px solid #bfbfbf;
}

.form-table select {
  background: url('/asset/img/sub/select.png') no-repeat right 20px center;
}

.form-table textarea {
  resize: none;
  display: block;
  max-width: 750px;
  width: 100%;
  height:250px;
  padding:20px;
  font-size: 1.8rem;
  border:1px solid #bfbfbf;
}

.form-table .chk-list {
  display: flex;
  gap:40px;
  text-align: center;
}

.form-table .chk-list label {
  display: flex;
  align-items: center;
  gap:10px;
  position: relative;
}

.form-table .chk-list label input {
  position: absolute;
	top:0;
	left:0;
	width:100%;
  height: 100%;
	opacity:0;
  cursor: pointer;
}

.form-table .chk-list label i {
  display: block;
  width: 19px;
  height:19px;
  background: url('../img/form/chk_off.png') no-repeat center;
}

.form-table .chk-list label input[type="checkbox"]:checked ~ i {
  background-image: url('../img/form/chk_on.png');
}

.form-table .email-wrap {
  display: flex;
  align-items: center;
  max-width: 750px;
  width: 100%;
}

.form-table .email-wrap .box {
  width: 31.3333%;
}

.form-table .email-wrap .box:last-child {
  margin-left: 8px;
}

.form-table .email-wrap span {
  display: block;
  margin: 0px 12px;
}

.form-agree label {
  display: flex;
  align-items: center;
  gap:10px;
  position: relative;
}

.form-agree label input {
  position: absolute;
	top:0;
	left:0;
  width:250px;
	/* width:100%; */
  height: 100%;
	opacity:0;
  cursor: pointer;
}

.form-agree label button {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-agree label i {
  display: block;
  width: 19px;
  height:19px;
  background: url('/asset/img/sub/chk_off.png') no-repeat center;
}

.form-agree label input[type="checkbox"]:checked ~ i {
  background-image: url('/asset/img/sub/chk_on.png');
}

.form-btn {
  display: flex;
  justify-content: center;
  margin-top:50px;
}

.form-btn .btn {
  display: block;
  max-width:400px;
  width: 100%;
  height:70px;
  font-size:2rem;
  font-weight:700;
  color:#fff;
  background-color: #fb7d01;
}

@media screen and (max-width:1200px) {
  .form-table .th {
    font-size: 1.8rem;
    width: 280px;
  }

  .form-table input, .form-table select {
    font-size:1.6rem;
  }

  .form-table textarea {
    font-size:1.6rem;
  }

  .form-btn .btn {
    max-width:300px;
    height:64px;
    font-size:1.8rem;
  }
}
@media screen and (max-width:1024px) {
  .form-table .th {
    padding: 20px 28px;
  }

  .form-table .td {
    padding: 12px;
  }

  .form-table input, .form-table select {
    height:42px;
    padding: 0px 16px;
  }

  .form-table textarea {
    height: 200px;
    padding: 16px;
  }

  .form-table .chk-list {
    gap:28px;
  }

  .form-table .chk-list label {
    gap:6px;
  }

  .form-table .chk-list label i {
    width: 17px;
    height:17px;
    background-size: auto 17px;
  }

  .form-table .email-wrap span {
    margin: 0px 8px;
  }

  .form-agree label {
    gap:6px;
  }

  .form-agree label input {
    width: 220px;
  }

  .form-agree label i {
    width: 17px;
    height:17px;
    background-size: auto 17px;
  }

  .form-btn {
    margin-top: 36px;
  }

  .form-btn .btn {
    max-width:240px;
    height:54px;
  }
}
@media screen and (max-width:768px) {
  .form-table {
    display: block;
  }

  .form-table .row {
    display: flex;
    flex-wrap: wrap;
  }

  .form-table .th, .form-table .td {
    display: block;
  }

  .form-table .th {
    width: 100%;
    padding:16px;
    text-align: left;
    font-size:1.6rem;
  }

  .form-table .td {
    width: 100%;
  }

  .form-table input, .form-table select {
    height: 38px;
    font-size: 1.4rem;
  }

  .form-table select {
    background-position: right 16px center;
    background-size: auto 5px;
  }

  .form-table .chk-list {
    align-items: center;
    height: 38px;
  }

  .form-table .chk-list label i {
    width: 15px;
    height:15px;
    background-size: auto 15px;
  }
.form-agree label{
  flex-wrap: wrap;
  justify-content: center;
}
  .form-agree label input {
    width: 200px;
  }

  .form-agree label i {
    width: 15px;
    height:15px;
    background-size: auto 15px;
  }

  .form-btn .btn {
    max-width:200px;
    height:44px;
    font-size:1.6rem;
  }
}
@media screen and (max-width:576px) {
  .form-table .th {
    padding: 12px;
    font-size:1.4rem;
  }

  .form-table .td {
    padding: 8px;
  }

  .form-table input, .form-table select {
    height: 34px;
    padding: 0px 12px;
    font-size: 1.2rem;
  }

  .form-table select {
    background-position: right 12px center;
  }

  .form-table textarea {
    height: 160px;
    padding: 12px;
  }

  .form-table .email-wrap {
    flex-wrap: wrap;
  }

  .form-table .email-wrap .box {
    width: calc(50% - 10px);
  }

  .form-table .email-wrap .box:last-child {
    width: 100%;
    margin-left: 0px;
    margin-top: 4px;
  }

  .form-table .email-wrap span {
    width: 10px;
    margin: 0 auto;
  }

  .form-table .chk-list {
    height: 34px;
    gap:20px;
  }

  .form-table .chk-list label {
    gap: 4px;
  }

  .form-table .chk-list label i {
    width: 13px;
    height:13px;
    background-size: auto 13px;
  }

  .form-agree label {
    gap: 4px;
  }

  .form-agree label input {
    width: 180px;
  }

  .form-agree label i {
    width: 13px;
    height:13px;
    background-size: auto 13px;
  }

  .form-btn {
    margin-top: 24px;
  }

  .form-btn .btn {
    max-width:160px;
    height:38px;
    font-size:1.4rem;
  }
}