/* ----------------- S : Privacy ----------------- */
.privacy .sec-title {
  margin: -2px auto 77px;
}

.privacy .privacy-contents {
  width: 100%;
  height: 700px;
  overflow: auto;
  padding: 20px;
  border: 1px solid #ddd;
}

.privacy .privacy-contents p {
  font-size: 2.2rem;
  margin-bottom: 5px;
}

.privacy .privacy-contents p:last-of-type {
  margin-bottom: 0;
}

@media(max-width:1200px) {
  .privacy .sec-title {
    margin: -2px auto 70px;
  }
  
  .privacy .privacy-contents {
    height: 600px;
    padding: 18px;
  }
  
  .privacy .privacy-contents p {
    font-size: 2rem;
  }
}

@media(max-width:1024px) {
  .privacy .sec-title {
    margin: -2px auto 60px;
  }
  
  .privacy .privacy-contents {
    height: 500px;
    padding: 16px;
  }
}

@media(max-width:768px) {
  .privacy .sec-title {
    margin: -2px auto 50px;
  }
  
  .privacy .privacy-contents {
    height: 400px;
    padding: 14px;
  }
  
  .privacy .privacy-contents p {
    font-size: 1.7rem;
  }
}

@media(max-width:500px) {
  .privacy .sec-title {
    margin: -1px auto 40px;
  }
  
  .privacy .privacy-contents {
    padding: 12px;
  }
  
  .privacy .privacy-contents p {
    font-size: 1.5rem;
  }
}
/* ----------------- E : Privacy ----------------- */
/* ----------------- S : Sub_Visual ----------------- */
.sub-visual {
  position: relative;
  width: 100%;
  height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.sub-visual .sub-visual-container {
  position: relative;
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.sub-visual .sub-visual-inner {
  position: absolute;
  width: 100%;
  top: calc(50% + 15px);
  left: 15px;
  transform: translateY(-50%);
}

.sub-visual-text {
  margin-bottom: 13px;
  font-size: 2.8rem;
  font-family: 'RedHatDisplay';
  letter-spacing: -0.02em;
  color: #fff;
}

.sub-visual-text span {
  font-weight: 800;
}

.sub-visual-title {
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.sub-visual.sv1 {
  background-image: url('/child/img/sub/sub_visual1.png');
}
.sub-visual.sv2 {
  background-image: url('/child/img/sub/sub_visual2.png');
}
.sub-visual.sv3 {
  background-image: url('/child/img/sub/sub_visual3.png');
}
.sub-visual.sv4 {
  background-image: url('/child/img/sub/sub_visual4.png');
}
.sub-visual.sv5 {
  background-image: url('/child/img/sub/sub_visual5.png');
}
.sub-visual.sv6 {
  background-image: url('/child/img/sub/sub_visual6.png');
}

.sub-nav-txt {
  display: none;
  max-width: 1310px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
}

@media(max-width:1200px) {
  .sub-visual {
    height: 600px;
  }
  
  .sub-visual .sub-visual-inner {
    top: 50%;
  }
  
  .sub-visual-text {
    font-size: 2.2rem;
  }
  
  .sub-visual-title {
    font-size: 4.8rem;
  }
}

@media(max-width:1024px) {
  .sub-visual {
    height: 520px;
  }
  
  .sub-visual .sub-visual-inner {
    top: 50%;
  }
  
  .sub-visual-title {
    font-size: 3.8rem;
  }
}

@media(max-width:768px) {
  .sub-visual {
    height: 440px;
  }
  
  .sub-visual .sub-visual-inner {
    top: 50%;
  }
  
  .sub-visual-text {
    margin-bottom: 11px;
    font-size: 1.8rem;
  }
  
  .sub-visual-title {
    font-size: 3rem;
  }
  
  .sub-nav-txt {
    display: block;
    margin-top: 3px;
    font-size: 1.2rem;
    color: #999;
  }
}

@media(max-width:500px) {
  .sub-visual {
    height: 360px;
  }
  
  .sub-visual .sub-visual-inner {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .sub-visual-text {
    margin-bottom: 0;
    font-size: 1.7rem;
  }
  
  .sub-visual-title {
    font-size: 2.8rem;
  }
  
  .sub-nav-txt {
    margin-top: 2px;
    font-size: 1.1rem;
  }
}

/* Sub-Navigation */
.sub-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(4px);
}

.sub-navigation::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(195, 195, 195, 0.6);
  z-index: -1;
}

.sub-navigation-container {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.sub-navigation-depth {
  width: 100%;
  height: 100%;
}

.sub-navigation-depth .depth_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.sub-navigation-depth .depth_list .depth_item {
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

.sub-navigation-depth .depth_list .depth_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.sub-navigation-depth .depth_list .depth_item.on {
  border-top: 2px solid #fff;
}

.sub-navigation-depth .depth_list .depth_item.depth-first {
  display: none;
}

.sub-visual.sv4 .sub-navigation-depth .depth_list {
  justify-content: center;
}

.sub-visual.sv4 .sub-navigation-depth .depth_list .depth_item {
  max-width: 320px;
}

@media(max-width:1200px) {
  .sub-navigation {
    height: 80px;
  }
  
  .sub-navigation::after {
    height: 2px;
    z-index: -1;
  }
  
  .sub-navigation-depth .depth_list .depth_item a {
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .sub-navigation {
    height: 70px;
  }
  
  .sub-navigation::after {
    height: 2px;
    z-index: -1;
  }
  
  /* .sub-navigation-depth .depth_list .depth_item a {
    font-size: 1.8rem;
  } */
  
}

@media(max-width:768px) {
  .sub-navigation {
    height: 60px;
  }
  
  .sub-navigation::after {
    height: 1px;
    z-index: -1;
  }
  
  .sub-navigation-depth .depth_list .depth_item a {
    font-size: 1.5rem;
  }
  
  .sub-navigation-depth .depth_list .depth_item a span {
    display: none;
  }
  
  .sub-navigation-depth .depth_list .depth_item.on {
    border-top: 1px solid #fff;
  }
}

@media(max-width:700px) {
  .sub-navigation {
    overflow: auto;
  }
  .sub-navigation-container {
    position: relative;
    width: max-content;
  }
    
  .sub-navigation::after {
    display: none;
  }
  
  
  .sub-navigation-container::after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(195, 195, 195, 0.6);
    z-index: -1;
  }

  .sub-navigation-depth {
    width: auto;
  }
  
  .sub-navigation-depth .depth_list {
    width: max-content;
  }
  
  .sub-navigation-depth .depth_list .depth_item {
    /* width: 350px; */
    width: auto;
    padding: 0 20px;
  }
  
  .sub-visual.sv6 .sub-navigation-depth .depth_list .depth_item {
    width: auto;
    padding: 0 20px;
  }
  
  .sub-navigation-depth .depth_list .depth_item.on {
    border-top: none;
  }
  
  .sub-navigation-depth .depth_list .depth_item.on a {
    border-top: 1px solid #fff;
  }
}

@media(max-width:600px) {
  .sub-navigation-depth .depth_list .depth_item {
    /* width: 300px; */
  }
}

@media(max-width:500px) {
  .sub-navigation-container {
    padding: 0;
  }
  
  .sub-navigation {
    height: 45px;
  }
  
  .sub-navigation::after {
    height: 1px;
    z-index: -1;
  }
  
  
  .sub-navigation-depth .depth_list .depth_item {
    /* width: 250px; */
    width: auto;
    padding: 0 15px;
  }
   
  .sub-navigation-depth .depth_list .depth_item a {
    padding: 5px 0;
    font-size: 1.4rem;
  } 

}

@media(max-width:450px) {
  .sub-navigation-depth .depth_list .depth_item {
    /* padding: 0 15px;
    width: 225px; */
    width: auto;
    padding: 0 10px;
  }
}

@media(max-width:400px) {
  .sub-navigation-depth .depth_list .depth_item {
    /* padding: 0 15px;
    width: 200px; */
  }
}

@media(max-width:380px) {
  .sub-navigation-depth .depth_list .depth_item {
    /* padding: 0 12px;
    width: 190px; */
    width: auto;
    padding: 0 8px;
  }
}

@media(max-width:360px) {
  .sub-navigation-depth .depth_list .depth_item {
    /* padding: 0 10px;
    width: 180px; */
  }
}
/* ----------------- E : Sub_Visual ----------------- */

/* ----------------- S : Sub Common ----------------- */
.sec {
  padding: 120px 0;
}

.sec-title {
  font-size: 4.8rem;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.sec-title span {
  display: block;
}

.sec-text {
  margin-top: 35px;
  font-size: 2rem;
  letter-spacing: -0.03em;
  text-align: center;
  line-height: 1;
}

@media(max-width:1200px) {
  .sec {
    padding: 105px 0;
  }
  
  .sec-title {
    font-size: 3.6rem;
  }
  
  .sec-text {
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .sec {
    padding: 90px 0;
  }
  
  .sec-text {
    margin-top: 30px;
  }
  
  .sec-title {
    font-size: 3rem;
  }
}

@media(max-width:768px) {
  .sec {
    padding: 75px 0;
  }
  
  .sec-title {
    font-size: 2.8rem;
  }
  
  .sec-text {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}

@media(max-width:500px) {
  .sec {
    padding: 60px 0;
  }
  
  .sec-title {
    font-size: 2.6rem;
  }
  
  .sec-text {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}
/* ----------------- E : Sub Common ----------------- */

/* ----------------- S : About ----------------- */
.about .sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .sec--01 {
  position: relative;
  padding: 220px 0 265px;
  background-position: right 0 bottom;
  background-image: url('/child/img/sub/company/about/sec01_background.png');
}

.about .sec--01::after {
  content: "PREMIUM NANOFILM";
  display: block;
  position: absolute;
  right: -4px;
  bottom: -14px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: 9.2rem;
  font-weight: 600;
  color: #f6f6f6;
  font-family: 'Pretendard';
}

.about .sec--01 .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.about .sec--01 .lt {
  width: 440px;
  margin-right: 80px;
}

.about .sec--01 .lt .logo {
  width: 338px;
  height: 200px;
  margin: 15px auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/company/about/sec01_logo.png');
}

.about .sec--01 .rt {
  width: calc(100% - 520px);
} 

.about .sec--01 .rt .intro-title p {
  font-size: 4.8rem;
  line-height: 1.33;
  letter-spacing: -0.02em;
}

.about .sec--01 .rt .intro-title p span {
  font-weight: 700;
}

.about .sec--01 .rt .intro-title p i {
  font-weight: 300;
  font-style: normal;
}

.about .sec--01 .rt .intro-title p em {
  font-weight: 500;
  font-style: normal;
}

.about .sec--01 .rt .intro-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 27px;
  background-color: #121212;
}

.about .sec--01 .rt .text {
  margin-top: 70px;
}

.about .sec--01 .rt .text p {
  font-size: 2.2rem;
  line-height: 1.63;
  letter-spacing: -0.03em;
  margin-bottom: 35px;
  
}

.about .sec--01 .rt .text p span {
  font-weight: 600;
}

.about .sec--01 .rt .text p:last-of-type {
  margin-bottom:0;
}

.about .sec--02  {
  background-image: url('/child/img/sub/company/about/sec02_background.png');
}

.about .sec--02 .inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.about .sec--02 .inner--02 {
  justify-content: end;
  margin-top: 130px;
}

.about .sec--02 .contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1575px;
  width: 100%;
}

.about .sec--02 .contents--01 {
  padding-right: 15px;
}

.about .sec--02 .contents--02 {
  max-width: 1615px;
  width: 100%;
  flex-direction: row-reverse;
  padding-left: 15px;
}

.about .sec--02 .contents .img {
  position: relative;
  max-width: 62%;
  width: 960px;
  aspect-ratio: 1.5 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.about .sec--02 .contents--01 .img {
  background-image: url('/child/img/sub/company/about/sec02_img01.png');
}

.about .sec--02 .contents--02 .img {
  background-image: url('/child/img/sub/company/about/sec02_img02.png');
}

.about .sec--02 .contents .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.about .sec--02 .contents .contents-item {
  width: calc(100% - 1040px);
  /* 이미지 넓이값 960 + 여백값 80 */
}

.about .sec--02 .contents .title {
  font-size: 4.8rem;
  font-weight: 700;
}

.about .sec--02 .contents .title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 28px;
  background-color: #121212;
}

.about .sec--02 .contents .text {
  max-width: 505px;
  width: 100%;
  margin-top: 72px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: -0.03em;
}

.about .sec--02 .contents .title span,
.about .sec--02 .contents .text span {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}


.about .sec--02 .inner.aos-animate .img::after {
  animation: imgAni .5s ease-out forwards;
}

@keyframes imgAni {
  0% {
    left: 0;
    right: 0;
  }
  
  100% {
    left: 100%;
    right: auto;
  }
}

.about .sec--03  {
  background-image: url('/child/img/sub/company/about/sec03_background.png');
}

.about .sec--03 .text-box {
  width: 100%;
  max-height: 185px;
  padding: 30px 0;
  text-align: center;
  background-color: rgba(61, 61, 61, 0.7);
  border-radius: 10px;
}

.about .sec--03 .text-box p {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.75;
}

.about .sec--03 .text-box p span {
  font-weight: 700;
}

.about .sec--03 .map {
  width: 100%;
  aspect-ratio: 1.899/1;
  margin-top: 40px;
  margin-bottom: -4px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/child/img/sub/company/about/sec03_map.png');
}

@media(max-width:1500px) {
  .about .sec--02 .contents .contents-item {
    width: 38%;
  }
  
  .about .sec--02 .contents--01 .img {
    margin-right: 40px;
  }

  .about .sec--02 .contents--02 .img {
    margin-left: 40px;
  }
}

@media(max-width:1200px) {
  .about .sec--01 {
    padding: 185px 0 215px;
  }

  .about .sec--01::after {
    right: -4px;
    bottom: -12px;
    font-size: 6.8rem;
  }
  
  .about .sec--01 .lt {
    width: 380px;
    margin-right: 70px;
  }
  
  .about .sec--01 .lt .logo {
    width: 270px;
    height: 160px;
  }
  
  .about .sec--01 .rt {
    width: calc(100% - 450px);
  } 
  
  .about .sec--01 .rt .intro-title p {
    font-size: 3.6rem;
  }
  
  .about .sec--01 .rt .text {
    margin-top: 60px;
  }

  .about .sec--01 .rt .text p {
    font-size: 2rem;
  }
 
  .about .sec--02 .inner--02 {
    margin-top: 115px;
  }
  
  .about .sec--02 .contents .img {
    width: 50%;
  }

  .about .sec--02 .contents .contents-item {
    width: 50%;
  }
  
  .about .sec--02 .contents .title {
    font-size: 3.6rem;
  }
  
  .about .sec--02 .contents .text {
    margin-top: 55px;
    font-size: 2rem;
  }
  
  .about .sec--03 .text-box p {
    font-size: 2rem;
  }
}

@media(max-width:1024px) {
  .about .sec--01 {
    padding: 135px 0 165px;
  }

  .about .sec--01::after {
    right: -4px;
    bottom: -9px;
    font-size: 5.8rem;
  }
  
  .about .sec--01 .lt {
    width: 45%;
    margin-right: 60px;
  }
  
  .about .sec--01 .lt .logo {
    width: 216px;
    height: 128px;
  }
  
  .about .sec--01 .rt {
    width: 55%;
  } 
  
  .about .sec--01 .rt .intro-title p {
    font-size: 3rem;
  }

  .about .sec--01 .rt .intro-title::after {
    width: 70px;
    height: 3px;
    margin-top: 22px;
  }
  
  .about .sec--01 .rt .text {
    margin-top: 50px;
  }
  
  .about .sec--01 .rt .text p {
    margin-bottom: 30px;
  }
  
  .about .sec--02 .inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .about .sec--02 .inner--02 {
    justify-content: end;
    margin-top: 100px;
  }
  
  
  .about .sec--02 .contents .img {
    width: 50%;
  }
  
  .about .sec--02 .contents--01 .img {
    margin-right: 30px;
  }

  .about .sec--02 .contents--02 .img {
    margin-left: 30px;
  }
 
  .about .sec--02 .contents .contents-item {
    width: 50%;
  }
  
  .about .sec--02 .contents .title {
    font-size: 3rem;
  }
  
  .about .sec--02 .contents .title::after {
    width: 60px;
    height: 3px;
    margin-top: 23px;
  }
  
  .about .sec--02 .contents .text {
    margin-top: 45px;
  }
  
  .about .sec--03 .text-box {
    width: 100%;
    height: auto;
    padding: 25px 0;
    text-align: center;
    border-radius: 10px;
  }
  
  .about .sec--03 .text-box p {
    font-size: 2rem;
  }
  
  .about .sec--03 .map {
    margin-top: 35px;
  }
}

@media(max-width:768px) {
  .about .sec--01 {
    padding: 90px 0 90px;
  }
  
  .about .sec--01::after {
    right: -3px;
    bottom: -7px;
    font-size: 4.8rem;
  }
  
  .about .sec--01 .container {
    flex-direction: column;
  }

  .about .sec--01 .lt {
    width: 100%;
    margin: 0 auto 50px;
  }
  
  .about .sec--01 .lt .logo {
    width: 194px;
    height: 115px;
    margin: 0 auto;
  }
  
  .about .sec--01 .rt {
    width: 100%;
  } 
  
  .about .sec--01 .rt .intro-title p {
    font-size: 2.8rem;
  }
  
  .about .sec--01 .rt .intro-title p br {
    display: none;
  }

  .about .sec--01 .rt .intro-title::after {
    width: 60px;
    height: 2px;
    margin-top: 17px;
  }
  
  .about .sec--01 .rt .text {
    margin-top: 40px;
    margin-bottom: -6px;
  }
  
  .about .sec--01 .rt .text p {
    margin-bottom: 25px;
    font-size: 1.7rem;
  }
  
  .about .sec--02 .inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .about .sec--02 .inner--02 {
    justify-content: end;
    margin-top: 85px;
  }
  
  .about .sec--02 .contents {
    flex-direction: column;
    padding: 0 15px;
  }
  
  .about .sec--02 .contents .img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
  }
  
  .about .sec--02 .contents .contents-item {
    width: 100%;
  }
  
  .about .sec--02 .contents .title {
    font-size: 2.8rem;
  }
  
  .about .sec--02 .contents .title::after {
    width: 50px;
    height: 3px;
    margin-top: 13px;
  }
  
  .about .sec--02 .contents .text {
    margin-top: 35px;
    margin-bottom: -6px;
    font-size: 1.7rem;
  }
  
  .about .sec--03 .text-box {
    padding: 20px 15px;
    border-radius: 8px;
  }
  
  .about .sec--03 .text-box p {
    font-size: 1.7rem;
  }
  
  .about .sec--03 .text-box p br {
    display: none;
  }
  
  .about .sec--03 .map {
    margin-top: 30x;
  }
}

@media(max-width:500px) {
  .about .sec--01 {
    padding: 75px 0 75px;
  }
  
  .about .sec--01::after {
    right: -2px;
    bottom: -5px;
    font-size: 3.4rem;
  }
  
  .about .sec--01 .container {
    flex-direction: column;
  }

  .about .sec--01 .lt {
    width: 100%;
    margin: 0 auto 40px;
  }
  
  .about .sec--01 .lt .logo {
    width: 174px;
    height: 103px;
    margin: 0 auto;
  }
  
  .about .sec--01 .rt {
    width: 100%;
  } 
  
  .about .sec--01 .rt .intro-title p {
    font-size: 2.6rem;
  }

  .about .sec--01 .rt .intro-title::after {
    width: 50px;
    height: 2px;
    margin-top: 12px;
  }
  
  .about .sec--01 .rt .text {
    margin-top: 30px;
  }
  
  .about .sec--01 .rt .text p {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  
  .about .sec--02 .inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .about .sec--02 .inner--02 {
    justify-content: end;
    margin-top: 70px;
  }
  
 
  .about .sec--02 .contents .img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
  }
  
  .about .sec--02 .contents .contents-item {
    width: 100%;
  }
  
  .about .sec--02 .contents .title {
    font-size: 2.6rem;
  }
  
  .about .sec--02 .contents .title::after {
    width: 40px;
    height: 2px;
    margin-top: 10px;
  }
  
  .about .sec--02 .contents .text {
    max-width: 505px;
    width: 100%;
    margin-top: 25px;
    font-size: 1.5rem;
  }
  
  .about .sec--03 .text-box {
    padding: 15px;
    border-radius: 8px;
  }
  
  .about .sec--03 .text-box p {
    font-size: 1.5rem;
  }
  
  .about .sec--03 .map {
    margin-top: 20x;
    margin-bottom: 0;
  }
}
/* ----------------- E : About ----------------- */

/* ----------------- S : Tech ----------------- */
.tech .sec--01 .inner {
  padding: 120px 0;
  width: 100%;
  aspect-ratio: 2.99 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/child/img/sub/company/tech/sec01_background.png');
}

.tech .sec--01 .container {
  display: flex;
  justify-content: end;
}

.tech .sec--01 .tech-info {
  max-width: 640px;
  width: 100%;
  padding-left: 20px;
}

.tech .sec--01 > .img {
  display: none;
  width: 100%;
  aspect-ratio: 3.654 / 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/child/img/sub/company/tech/sec01_background.png');
}

.tech .sec--01 .tech-info .img {
  width: 614px;
  aspect-ratio: 3.654 / 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/child/img/sub/company/tech/sec01_img.png');
}

.tech .sec--01 .tech-info .title {
  margin-top: 75px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tech .sec--01 .tech-info .text {
  margin: 16px 0 -8px;
  font-size: 2.2rem;
  line-height: 1.63;
  letter-spacing: -0.03em;
}

.tech .sec--02  {
  padding: 0;
}

.tech .sec--02 .inner {
  display: flex;
  align-items: center;
  max-width: 1615px;
  width: 100%;
  padding-right: 15px;
}

.tech .sec--02 .img {
  width: 60%;
  aspect-ratio: 1.5 / 1;
  margin-right: 5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/company/tech/sec02_img.png');
}

.tech .sec--02 .text {
  width: 35%;
}

.tech .sec--02 .text p {
  margin-bottom: 35px;
  font-size: 2.2rem;
  line-height: 1.63;
  letter-spacing: -0.03em;
}

.tech .sec--02 .text p span {
  color: #2b8cbf;
  font-weight: 600;
}

.tech .sec--02 .text p i {
  font-weight: 600;
  font-style: normal;
}

.tech .sec--02 .text p:last-of-type {
  margin-bottom: 0;
}


.tech .sec--03 {
  padding: 120px 0 0;
}

.tech .sec--03 .container{
  max-width: 100%;
  padding: 0 15px 0 0;
  background-color: #f7f8f8;
}

.tech .sec--03 .inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 1600px;
  width: 100%;
}

.tech .sec--03 .inner .img {
  width: 808px;
  height: 943px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/company/tech/sec03_img1.png');
}

.tech .sec--03 .inner .contents {
  max-width: 430px;
  width: calc(100% - 810px);
  padding: 39px 0 40px;
  letter-spacing: -0.03em;
}


.tech .sec--03 .inner .contents .title {
  margin-bottom: 24px;
  font-size: 3.2rem;
  font-family: 'SCDream';
  line-height: 1;
  color: #2b8cbf;
}

.tech .sec--03 .inner .contents .title span {
  font-weight: 500;
}

.tech .sec--03 .inner .contents .contents-item  {
  display: flex;
  position: relative;
  margin-bottom: 13px;
  font-family: 'SCDream';
}

.tech .sec--03 .inner .contents-item .line {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -85px;
  transform: translate(-100%, -50%);
}

.tech .sec--03 .inner .contents-item .line .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2b8cbf;
}

.tech .sec--03 .inner .contents-item .line  span {
  display: block;
  width: 316px;
  height: 1px;
  background-color: #2b8cbf;
}

.tech .sec--03 .inner .contents .contents-item p {
  font-size: 2.4rem;
  font-weight: 500;
}

.tech .sec--03 .inner .contents .contents-item i {
  display: none;
  font-weight: 500;
  font-style: normal;
  color: #2b8cbf;
}

.tech .sec--03 .inner .contents .contents-item span {
  display: block;
  font-size: 2rem;
  color: #424242;
}

.tech .sec--03 .inner .contents-item.aos-animate  .line .circle {
  animation: makerAni 1.4s infinite;
}

@keyframes makerAni {
  0% {
    box-shadow: 0 0 0 0px rgba(43, 140, 191, 0.8);
  }

  99% {
    box-shadow: 0 0 0 6px rgba(43, 140, 191, 0.1);
  }

  100% {
    box-shadow: 0 0 0 6px rgba(43, 140, 191, 0);
  }
}

.tech .sec--04 .title span {
  display: block;
}

.tech .sec--04 .contents-title {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin: 77px 0 38px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: -0.03em; 
  line-height: 1;
}

.tech .sec--04 .contents-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background-color: #2b8cbf;
}

.tech .sec--04  .contents-list {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 37px 0;
  margin:0 -10px;
}

.tech .sec--04  .contents-list .contents-item {
  max-width: 260px;
  width: 20%;
  padding: 0 10px;
}

.tech .sec--04  .contents-list .contents-item .img {
  width: 100%;
  aspect-ratio: 0.705 / 1;
  border: 1px solid #eee;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tech .sec--04  .contents-list .contents-item  p {
  margin: 9px auto 0;
  font-size: 2rem;
  font-weight: 500; 
  letter-spacing: -0.03em;
  text-align: center;
}

@media(max-width:1500px) {
  .tech .sec--03 .inner .contents-item .line span {
    width: 200px;
  }
}

@media(max-width:1400px) {
  .tech .sec--03 .inner .contents-item .line {
    left: -25px;
  }
  
  .tech .sec--03 .inner .contents-item .line span {
    width: 170px;
  }
  

}

@media(max-width:1300px) {
  .tech .sec--03 .inner .img {
    transform: translateX(-105px);
  }
  
  .tech .sec--03 .inner .contents {
    max-width: 37%;
    width: 37%;
    padding: 39px 0 40px;
  }
}

@media(max-width:1200px){
  .tech .sec--01 .inner {
    padding: 105px 0;
  }
  
  .tech .sec--01 .tech-info {
    width: 55%;
    padding-left: 0;
  }
  
  .tech .sec--01 .tech-info .img {
    width: 497px;
  }
  
  
  .tech .sec--01 .tech-info .title {
    margin-top: 65px;
    font-size: 3rem;
  }
  
  .tech .sec--01 .tech-info .text {
    font-size: 2rem;
  }

  .tech .sec--02 .inner {
    align-items: start;
  }
  
  .tech .sec--02 .img {
    width: 53%;
    margin-right: 3%;
  }
  
  .tech .sec--02 .text {
    width: 45%;
  }
  
  .tech .sec--02 .text p {
    font-size: 2rem;
  }
  
  .tech .sec--03 {
    padding: 105px 0 0;
  }
  
  .tech .sec--03 .inner .img {
    width: 727px;
    height: 849px;
    transform: translateX(-140px);
  }
  
  .tech .sec--03 .inner .contents {
    max-width: 100%;
    width: 36%;
    padding: 35px 0 35px;
  }
  
  .tech .sec--03 .inner .contents .title {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .tech .sec--03 .inner .contents .contents-item p {
    font-size: 2rem;
  }
  
  .tech .sec--03 .inner .contents .contents-item span {
    font-size: 1.8rem;
  }
  
  .tech .sec--04 .contents-title {
    gap: 0 12px;
    margin: 75px 0 38px;
    font-size: 2.2rem;
  }
  
  .tech .sec--04 .contents-title::before {
    width: 3px;
    height: 25px;
  }
  
  .tech .sec--04  .contents-list {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 37px 0;
    margin:0 -10px;
  }
  
  .tech .sec--04  .contents-list .contents-item {
    max-width: 260px;
    width: 20%;
    padding: 0 10px;
  }
  
  .tech .sec--04  .contents-list .contents-item .img {
    width: 100%;
  }
  
  .tech .sec--04  .contents-list .contents-item  p {
    margin: 9px auto 0;
    font-size: 1.8rem;
  }
}

@media(max-width:1024px){
  .tech .sec--01 .inner {
    padding: 90px 0;
  }
  
  .tech .sec--01 .tech-info {
    width: 55%;
    padding-left: 0;
  }
  
  .tech .sec--01 .tech-info .img {
    width: 397px;
  }
  
  .tech .sec--01 .tech-info .title {
    margin-top: 55px;
    font-size: 2.4rem;
  }
  
  .tech .sec--01 .tech-info .text {
    /* margin: 16px 0 -8px; */
    /* font-size: 2rem; */
  }

  .tech .sec--02 .inner {
    flex-direction: column;
    padding: 0 15px;
  }
  
  .tech .sec--02 .img {
    width: 100%;
    margin: 0 0 20px;
  }
  
  .tech .sec--02 .text {
    width: 100%;
  }
  
  .tech .sec--02 .text p {
    margin-bottom: 30px;
    /* font-size: 2rem; */
  }
  
  .tech .sec--02 .text p br {
    display: none;
  }

  .tech .sec--03 {
    padding: 90px 0 0;
  }
  
  .tech .sec--03 .container {
    padding: 0;
  }
  
  .tech .sec--03 .inner {
    flex-direction: column;
    max-width: 1600px;
    width: 100%;
  }
  
  .tech .sec--03 .inner .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.153 / 1;
    transform: translateX(0);
    background-image: url('/child/img/sub/company/tech/sec03_img1-mo.png');
  }
  
  .tech .sec--03 .inner .contents {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    padding: 30px 15px 30px;
  }
  
  .tech .sec--03 .inner .contents .title {
    width: 100%;
    margin-bottom: 35px;
    font-size: 2.6rem;
    line-height: 1.2;
    text-align: center;
  }
  
  .tech .sec--03 .inner .contents .contents-item  {
    width: 48%;
    margin-bottom: 20px;
  }
  
  .tech .sec--03 .inner .contents-item .line {
    display: none;
  }
  
  .tech .sec--03 .inner .contents .contents-item .text-wrap {
    display: flex;
    align-items: center;
  }
  
  .tech .sec--03 .inner .contents .contents-item p {
    display: inline;
    font-size: 2rem;
  }
  
  .tech .sec--03 .inner .contents .contents-item i {
    display: block;
    margin-right: 20px;
    font-size: 3rem;
  }
  
  .tech .sec--03 .inner .contents .contents-item span {
    font-size: 1.8rem;
  }
  
  
  .tech .sec--04 .contents-title {
    gap: 0 10px;
    margin: 65px 0 30px;
    /* font-size: 2.2rem; */
  }
  
  .tech .sec--04 .contents-title::before {
    width: 3px;
    height: 22px;
  }
  
  .tech .sec--04  .contents-list {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 30px 0;
    margin:0 -10px;
  }
  
  .tech .sec--04  .contents-list .contents-item {
    max-width: 260px;
    width: 25%;
    padding: 0 10px;
  }
  
  .tech .sec--04  .contents-list .contents-item  p {
    margin: 9px auto 0;
    font-size: 1.8rem;
  }
  
  .tech .sec--03 .inner .contents .contents-item--01 {
    order: 1;
  }
  
  .tech .sec--03 .inner .contents .contents-item--06 {
    width: 50%;
    order: 2;
  }
  
  .tech .sec--03 .inner .contents .contents-item--02 {
    order: 3;
  }
  
  .tech .sec--03 .inner .contents .contents-item--07 {
    width: 50%;
    order: 4;
  }
  
  .tech .sec--03 .inner .contents .contents-item--03 {
    order: 5;
  }
  
  .tech .sec--03 .inner .contents .contents-item--08 {
    width: 50%;
    order: 6;
  }
  
  .tech .sec--03 .inner .contents .contents-item--04 {
    order: 7;
  }
  
  .tech .sec--03 .inner .contents .contents-item--09 {
    width: 50%;
    order: 8;
  }
  
  .tech .sec--03 .inner .contents .contents-item--05 {
    order: 9;
  }
}

@media(max-width:768px){
  .tech .sec--01 .inner {
    /* padding: 75px 0; */
    padding: 0 0 30px;
    background-image: none;
  }
  
  .tech .sec--01 .container {
    display: block;
  }

  .tech .sec--01 .tech-info {
    max-width: 100%;
    width: 100%;
  }
  
  .tech .sec--01 .tech-info .img {
    width: 317px;
  }
  
  .tech .sec--01 > .img {
    display: block;
  }
  
  .tech .sec--01 .tech-info .title {
    margin-top: 45px;
    font-size: 2.2rem;
  }
  
  .tech .sec--01 .tech-info .text {
    margin: 14px 0 -6px;
    font-size: 1.7rem;
  }
  
  .tech .sec--02 .img {
    width: 100%;
    margin: 0 0 15px;
  }
  
  .tech .sec--02 .text p {
    margin-bottom: 25px;
    font-size: 1.7rem;
  }

  .tech .sec--03 {
    padding: 75px 0 0;
  }
  
  .tech .sec--03 {
    padding: 75px 0 0;
  }
  
  .tech .sec--03 .inner .contents {
    padding: 25px 15px 25px;
  }
  
  .tech .sec--03 .inner .contents .title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  
  .tech .sec--03 .inner .contents .contents-item  {
    padding-right: 10px;
    margin-bottom: 18px;
  }
  
  
  .tech .sec--03 .inner .contents .contents-item p {
    font-size: 1.7rem;
  }
  
  .tech .sec--03 .inner .contents .contents-item i {
    margin-right: 8px;
    font-size: 2.4rem;
  }
  
  .tech .sec--03 .inner .contents .contents-item span {
    font-size: 1.5rem;
  }
  
  .tech .sec--04 .contents-title {
    gap: 0 8px;
    margin: 55px 0 25px;
    font-size: 1.8rem;
  }
  
  .tech .sec--04 .contents-title::before {
    width: 2px;
    height: 20px;
  }
  
  .tech .sec--04  .contents-list {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 25px 0;
    margin:0 -8px;
  }
  
  .tech .sec--04  .contents-list .contents-item {
    max-width: 260px;
    width: 25%;
    padding: 0 8px;
  }
  
  .tech .sec--04  .contents-list .contents-item  p {
    margin: 9px auto 0;
    font-size: 1.5rem;
  }

}


@media(max-width:500px){
  .tech .sec--01 .inner {
    /* padding: 60px 0; */
    padding: 0 0 20px;
  }

  .tech .sec--01 .tech-info .img {
    width: 253px;
  }
  
  .tech .sec--01 .tech-info .title {
    margin-top: 35px;
    font-size: 2rem;
  }
  
  .tech .sec--01 .tech-info .text {
    margin: 12px 0 -6px;
    font-size: 1.5rem;
  }
  
  .tech .sec--02 .img {
    width: 100%;
    margin: 0 0 10px;
  }
  
  .tech .sec--02 .text p {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .tech .sec--03 {
    padding: 60px 0 0;
  }
  
  .tech .sec--03 {
    padding: 75px 0 0;
  }
  
  .tech .sec--03 {
    padding: 60px 0 0;
  }
  
  .tech .sec--03 .inner .contents {
    padding: 20px 15px 20px;
  }
  
  .tech .sec--03 .inner .contents .title {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  
  .tech .sec--03 .inner .contents .contents-item  {
    width: 50%;
    padding-right: 5px;
    margin-bottom: 15px;
  }
  
  .tech .sec--03 .inner .contents .contents-item .text-wrap {
    align-items: start;
  }
  
  
  .tech .sec--03 .inner .contents .contents-item p {
    font-size: 1.5rem;
  }
  
  .tech .sec--03 .inner .contents .contents-item i {
    font-size: 2.2rem;
  }
  
  .tech .sec--03 .inner .contents .contents-item span {
    font-size: 1.4rem;
  }
  
  .tech .sec--04 .contents-title {
    gap: 0 6px;
    margin: 45px 0 20px;
    font-size: 1.7rem;
  }
  
  .tech .sec--04 .contents-title::before {
    height: 18px;
  }
  
  .tech .sec--04  .contents-list {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px 0;
    margin:0 -6px;
  }
  
  .tech .sec--04  .contents-list .contents-item {
    width: 33.333%;
    padding: 0 6px;
  }
  
  .tech .sec--04  .contents-list .contents-item  p {
    margin: 7px auto 0;
    font-size: 1.3rem;
  }
}

/* @media(max-width:410px) {
  .tech .sec--03 .inner .contents .contents-item  {
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }
  
  .tech .sec--03 .inner .contents .contents-item:nth-of-type(2n) {
    padding: 0;
  }
} */
/* ----------------- E : Tech ----------------- */

/* ----------------- S : CarFilm ----------------- */
.carFilm .sec-title {
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
  margin: -7px auto 79px;
  text-align: left;
}

.carFilm .sec-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 34px;
  background-color: #2b8cbf;
}

.carFilm .specification {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/child/img/sub/carFilm/specification_bg.png');
}

.carFilm .specification .sec-title, 
.carFilm .examples .sec-title {
  text-align: center;
}

.carFilm .specification .sec-title::after, 
.carFilm .examples .sec-title::after {
  display: none;
}

.carFilm .specification .sec-title span {
  color: #fff;
}

.carFilm .specification .sec-title {
  margin: -7px auto 85px;
}

.carFilm .specification .list-menu {
  display: flex;
  align-items: center;
  gap: 0 48px;
}

.carFilm .specification .list-item {
  width: 25%;
  height: 284px;
  padding-top: 73px;
  border-radius: 20px;
  background-color: #fff;
}

.carFilm .specification .list-item .img {
  width: 96px;
  height: 96px;
  margin: 0 auto 36px;
}

.carFilm .specification .list-item p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}

.carFilm .specification .table {
  margin-top: 80px;
}

.carFilm .specification .specification-table {
  width: 100%;
}

.carFilm .specification .specification-table th {
  position: relative;
  height: 73px;
  background-color: #2f87b5;
  color: #fff;
  text-align: center;
  border-left: 2px solid #374d68;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.carFilm .specification .specification-table th::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #64b8e4;
}

.carFilm .specification .specification-table td {
  height: 50px;
  text-align: center;
  background-color: #fff;
  border-left: 2px solid #374d68;
  border-top: 2px solid #374d68;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.carFilm .specification .specification-table th:nth-of-type(2),
.carFilm .specification .specification-table td:nth-of-type(2) {
  border-left: none;
}

.carFilm .specification .specification-table .first::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #374d68;
}

.carFilm .specification .specification-table th.first {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  border-left: none;
}

.carFilm .specification .specification-table td.first {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  background-color: #c3c3c3;
}


.carFilm .specification .text-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  min-height: 146px;
  padding: 34px 40px;
  margin-top: 19px;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}

.carFilm .specification .text-box p {
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  line-height: 1.56;
  color: #777;
}

.carFilm .specification .text-box p span {
  font-weight: 800;
}

.carFilm .examples {
  overflow-x: hidden;
  padding: 120px 0 110px;
}

.carFilm .examples .sec-title {
  margin: -7px auto 83px;
}

@media(max-width:1200px){
  .carFilm .sec-title {
    margin: -7px auto 70px;
  }
  
  .carFilm .sec-title::after {
    width: 70px;
    height: 4px;
    margin-top: 34px;
  }
  
  .carFilm .specification .sec-title {
    margin: -7px auto 75px;
  }
  
  .carFilm .specification .list-menu {
    /* align-items: center; */
    gap: 0 40px;
  }
  
  .carFilm .specification .list-item {
    width: 25%;
    height: 250px;
    padding-top: 45px;
    /* border-radius: 20px; */
  }
  
  .carFilm .specification .list-item .img {
    width: 90px;
    height: 90px;
    /* margin: 0 auto 36px; */
  }
  
  .carFilm .specification .list-item p {
    /* font-size: 1.8rem; */
  }
  
  .carFilm .specification .table {
    margin-top: 70px;
  }
  
  
  .carFilm .specification .specification-table th {
    height: 73px;
    font-size: 1.6rem;
  }
  
  .carFilm .specification .specification-table td {
    height: 50px;
    font-size: 1.6rem;
  }
  
  /* .carFilm .specification .text-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 146px;
    padding: 34px 40px;
    margin-top: 19px;
    border-radius: 5px;
  } */
  
  .carFilm .specification .text-box p {
    font-size: 1.5rem;
  }
  
  .carFilm .examples {
    padding: 105px 0 95px;
  }
  
  .carFilm .examples .sec-title {
    margin: -7px auto 73px;
  }
  
}

@media(max-width:1024px){
  .carFilm .sec-title {
    margin: -2px auto 60px;
  }
  
  .carFilm .sec-title::after {
    width: 60px;
    height: 3px;
    margin-top: 30px;
  }
  
  .carFilm .specification .sec-title {
    margin: -2px auto 65px;
  }
  
  .carFilm .specification .list-menu {
    gap: 0 30px;
  }
  
  .carFilm .specification .list-item {
    width: 25%;
    height: 230px;
    padding: 35px 5px 0;
    /* border-radius: 20px; */
  }
  
  .carFilm .specification .list-item .img {
    width: 85px;
    height: 85px;
    margin: 0 auto 30px;
  }
  
  .carFilm .specification .list-item p {
    /* font-size: 1.8rem; */
  }
  
  .carFilm .specification .table {
    margin-top: 60px;
  }

  
  .carFilm .specification .specification-table th {
    min-height: 65px;
    padding: 5px;
  }
  
  .carFilm .specification .specification-table td {
    min-height: 45px;
    padding: 5px;
  }
  
  .carFilm .specification .text-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: auto;
    padding: 25px 30px;
    margin-top: 19px;
    border-radius: 5px;
  }
  
  .carFilm .specification .text-box p {
    font-size: 1.5rem;
  }
  
    
  .carFilm .examples {
    padding: 90px 0 80px;
  }
  
  .carFilm .examples .sec-title {
    margin: -2px auto 60px;
  }
  
}


@media(max-width:768px){
  .carFilm .sec-title {
    margin: -2px auto 50px;
  }
  
  .carFilm .sec-title::after {
    width: 50px;
    height: 2px;
    margin-top: 20px;
  }
  
  .carFilm .specification .sec-title {
    margin: -2px auto 55px;
  }
  
  .carFilm .specification .list-menu {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .carFilm .specification .list-item {
    width: calc(50% - 10px);
    height: 230px;
    padding: 50px 5px 0;
    /* border-radius: 20px; */
  }
  
  .carFilm .specification .list-item .img {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
  }
  
  .carFilm .specification .list-item p {
    font-size: 1.5rem;
  }
  
  .carFilm .specification .table {
    margin-top: 50px;
    overflow: auto;
  }
  
  .carFilm .specification .specification-table {
    width: 770px;
  }
  
  .carFilm .specification .specification-table th {
    min-height: 65px;
    padding: 5px;
    border-left: 1px solid #374d68;
    font-size: 1.4rem;
  }
  
  .carFilm .specification .specification-table td {
    min-height: 45px;
    padding: 5px;
    border-left: 1px solid #374d68;
    border-top: 1px solid #374d68;
    font-size: 1.4rem;
  }
  
  .carFilm .specification .specification-table .first::before {
    width: 1px;
  }
  
  
  .carFilm .specification .text-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: auto;
    padding: 20px 25px;
    margin-top: 14px;
    border-radius: 5px;
  }
  
  .carFilm .specification .text-box p {
    font-size: 1.3rem;
  }
  
  .carFilm .examples {
    padding: 75px 0 65px;
  }
  
  .carFilm .examples .sec-title {
    margin: -2px auto 50px;
  }
  
}

@media(max-width:500px){
  .carFilm .sec-title {
    margin: -2px auto 40px;
  }
  
  .carFilm .sec-title::after {
    width: 40px;
    height: 2px;
    margin-top: 15px;
  }
  
  .carFilm .specification .sec-title {
    margin: -2px auto 45px;
  }
  
  .carFilm .specification .list-menu {
    flex-wrap: wrap;
    gap: 14px;
  }
  
  .carFilm .specification .list-item {
    width: calc(50% - 7px);
    height: 190px;
    padding: 35px 5px;
    /* border-radius: 20px; */
  }
  
  .carFilm .specification .list-item .img {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
  }
  
  .carFilm .specification .list-item p {
    font-size: 1.3rem;
  }
  
  .carFilm .specification .table {
    margin-top: 40px;
  }
  
  .carFilm .specification .text-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: auto;
    padding: 15px 20px;
    margin-top: 14px;
    border-radius: 5px;
  }
  
  .carFilm .specification .text-box p {
    font-size: 1.2rem;
  }
  
  .carFilm .examples {
    padding: 60px 0 50px;
  }
  
  .carFilm .examples .sec-title {
    margin: -2px auto 40px;
  }
  
}
/* ----------------- E : CarFilm ----------------- */

/* ----------------- S : SolarFilm ----------------- */
.solarFilm {
  position: relative;
}

.solarFilm .solar-tab {
  width: 100%;
}

.solarFilm .tab-con {
  display: none;
  transition: all 3s ease-out;
}

.solarFilm .solar-tab .tab-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 10px;
  border-radius: 48px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}

.solarFilm .solar-tab .list-item {
  width: 13.99%;
  height: 72px;
}

.solarFilm .solar-tab .list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  font-size: 2rem;
  font-weight: 600;
  color: #999;
  letter-spacing: -0.03em;
  text-align: center;
}

.solarFilm .solar-tab .list-item.on a {
  background-color: #2b8cbf;
  color: #fff;
  font-weight: 700;
}

/* .solarFilm .tab-con.on {
  display: block;
} */

.solarFilm .solar-tab .tab-list.mo {
  display: none;
}
  
.solarFilm .solar-tab .tab-list.mo.on {
  height: auto;
}

.solarFilm .tab-mo {
  display: none;
}

@media(max-width:1200px) {
  .solarFilm .solar-tab .tab-list {
    padding: 11px 10px;
    border-radius: 48px;
  }
  
  .solarFilm .solar-tab .list-item {
    width: 13.75%;
    height: 72px;
  }
  
  .solarFilm .solar-tab .list-item a {
    border-radius: 36px;
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .solarFilm .solar-tab .tab-list {
    padding: 8px;
    border-radius: 48px;
  }
  
  .solarFilm .solar-tab .list-item {
    width: 13.75%;
    height: 72px;
  }
  
  .solarFilm .solar-tab .list-item a {
    border-radius: 36px;
    font-size: 1.8rem;
  }
}

@media(max-width:768px) {
  /* .solarFilm .sec--01 {
    padding-top: 0;
  }
   */
    
  .solarFilm .solar-tab .tab-list {
    display: none;
    padding: 6px;
    border-radius: 28px;
  }
  
  .solarFilm .solar-tab .list-item a br {
    display: none;
  }

  .solarFilm .tab-mo {
    display: block;
    /* position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    padding: 5px;
    border-radius: 27px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9;
    background-color: #fff;
  }
  
  .solarFilm .tab-mo  span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 43px;
    border-radius: 36px;
    background-color: #2b8cbf;
    color: #fff;
    font-weight: 700;
  }
  
  .solarFilm .tab-mo  span::after {
    content: "⋮";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    background-size: cover;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
  }
  
  .solarFilm .tab-mo .tab_list {
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: all .3s ease;
  }
  
  .solarFilm .tab-mo .tab_list.on {
    height: auto;
  }
  
  .solarFilm .tab-mo  .tab_list .list-item {
    width: 100%;
    height: 43px;
  }
  
  .solarFilm .tab-mo .tab_list .list-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    color: #999;
  }
  
  .solarFilm .tab-mo .list-item.on a {
    background-color: #fff;
    color: #2b8cbf;
  }
}

@media(max-width:500px) {
  .solarFilm .tab-mo {
    /* width: 60%; */
    padding: 3px;
    border-radius: 22px;
  }
  
  .solarFilm .tab-mo  span {
    height: 38px;
    font-size: 1.4rem;
  }
  
  .solarFilm .tab-mo  span::after {
    right: 20px;
  }
  
  .solarFilm .tab-mo .tab_list .list-item {
    height: 38px;
  }
  
  .solarFilm .tab-mo .tab_list .list-item a {
    height: 100%;
    font-size: 1.4rem;
  }
}
/* ----------------- E : SolarFilm ----------------- */

/* ----------------- S : PPF, WPF ----------------- */
.carFilm.film .sec--01 {
  display: flex;
  justify-content: end;
}

.carFilm.film .sec--01 .inner {
  max-width: 1615px;
  width: 100%;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.carFilm.film .sec--01 .sec-title {
  margin: 0 auto 72px;
  padding: 0;
}

.carFilm.film .sec--01 .img {
  position: relative;
  max-width: 960px;
  width: 60%;
  aspect-ratio: 1.5 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.carFilm.film .sec--01 .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.carFilm.film.ppf .sec--01 .img {
  background-image: url('/child/img/sub/carFilm/ppf_section01_img.png');
}

.carFilm.film.wpf .sec--01 .img {
  background-image: url('/child/img/sub/carFilm/wpf_section01_img.png');
}

.carFilm.film .sec--01 .text p {
  max-width: 400px;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.63;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.carFilm.film .sec--01 .text p span {
  font-weight: 700;
}

.carFilm.film .sec--01 .text p i {
  font-weight: 700;
  font-style: normal;
  color: #2b8cbf;
}

.carFilm.film.wpf .sec--01 .text p {
  max-width: 540px;
}

.carFilm.film .sec--01 .img.aos-animate::after  {
  animation: carFilmAni .6s ease-out forwards;
}

@keyframes  carFilmAni {
  0% {
    left: 0;
    right: 0;
  }
  
  100% {
    left: 100%;
    right: auto;
  }
}

@media(max-width:1500px) {
  .carFilm.film .sec--01 .lt {
    padding-right: 20px;
  }
}

@media(max-width:1200px) {
  .carFilm.film .sec--01 .sec-title {
    margin: 0 auto 55px;
  }
  
  .carFilm.film .sec--01 .text p {
    font-size: 2rem;
  }
  
  .carFilm.film .sec--01 .text p br {
    display: none;
  }
 
  .carFilm.film .sec--01 .text p br.default {
    display: block;
  }
}

@media(max-width:1024px) {
  .carFilm.film .sec--01 .sec-title {
    margin: 0 auto 45px;
  }
  
  .carFilm.film .sec--01 .text p {
    margin: -6px 0;
  }
  
}

@media(max-width:768px) {
  .carFilm.film .sec--01 .inner {
    flex-direction: column-reverse;
    align-items: start;
    padding: 0 15px;
  }
  
  .carFilm.film .sec--01 .img {
    width: 100%;
  }
  
  .carFilm.film .sec--01 .sec-title {
    margin: 30px auto 35px;
  }
  
  .carFilm.film .sec--01 .text p {
    font-size: 1.7rem;
  }
  
  .carFilm.film.wpf .sec--01 .text p {
    max-width: 400px;
  }
}

@media(max-width:500px) {
  .carFilm.film .sec--01 .sec-title {
    margin: 20px auto 25px;
  }
  
  .carFilm.film .sec--01 .text p {
    margin: -4px 0;
    font-size: 1.5rem;
  }
  
}
/* ----------------- E : PPF, WPF ----------------- */

/* ----------------- S : Building ----------------- */
.buildingFilm .sec--03,
.buildingFilm .sec--04,
.buildingFilm .sec--05,
.buildingFilm .sec--06 {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.buildingFilm .sec--01 {
  padding-bottom: 80px;
}

.buildingFilm .sec--01 .sec-title  {
  margin-top: -3px;
  text-align: left;
}

.buildingFilm .sec--01 .line {
  width: 80px;
  height: 4px;
  margin-top: 38px;
  background-color: #2b8cbf;
}

.buildingFilm .sec--02 {
  background-color: #bfdcec;
}

.buildingFilm .sec--02 .sec-title {
  margin: -4px auto 80px;
}

.buildingFilm .sec--02 .list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 76px;
}

.buildingFilm .sec--02 .list .list-item {
  width: calc(33.333% - 50.666px);
}

.buildingFilm .sec--02 .list .list-item .con {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 160px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.buildingFilm .sec--02 .list .list-item .icon {
  position: relative;
  width: 91px;
  aspect-ratio: 1 / 1;
  margin-right: 39px;
  overflow: hidden;
}

.buildingFilm .sec--02 .list .list-item .icon--02, 
.buildingFilm .sec--02 .list .list-item .icon--04 {
  transform:translateX(10px);
}

.buildingFilm .sec--02 .list .list-item .icon img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.buildingFilm .sec--02 .list .list-item p {
  width: calc(100% - 122px);
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
}


.buildingFilm .sec--03 {
  background-image: url('/child/img/sub/buildingFilm/building/sec03_bg.png');
}
.buildingFilm .sec--04 {
  background-image: url('/child/img/sub/buildingFilm/building/sec04_bg.png');
}
.buildingFilm .sec--05 {
  background-image: url('/child/img/sub/buildingFilm/building/sec05_bg.png');
}
.buildingFilm .sec--06 {
  background-image: url('/child/img/sub/buildingFilm/building/sec06_bg.png');
}

.buildingFilm .sec .inner {
  display: flex;
  align-items: center;
  max-width: 1615px;
  padding-left: 15px;
  width: 100%;
}

.buildingFilm .sec .inner  .lt {
  max-width: 640px;
  width: 40%;
  padding-right: 15px;
}

.buildingFilm .sec .inner  .lt .title {
  margin-top: -8px;
}

.buildingFilm .sec .inner  .lt .title p {
  font-size: 7.2rem;
  font-weight: 700;
  color: #fff;
}

.buildingFilm .sec .inner  .lt .title .line {
  width: 80px;
  height: 4px;
  margin-top: 3px;
  background-color: #fff;
}

.buildingFilm .sec .inner  .lt .text {
  margin-top: 37px;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.63;
}

.buildingFilm .sec .inner  .rt {
  position: relative;
  max-width: 960px;
  width: 60%;
  padding: 120px;
}

.buildingFilm .sec .inner .rt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
}

.buildingFilm .sec .inner .con {
  position: relative;
  z-index: 1;
  color: #fff;
}

.buildingFilm .sec .inner .con .heading {
  margin: -9px 0 37px;
}

.buildingFilm .sec .inner .con .heading span {
  font-size: 4rem;
  font-weight: 500;
  color: #d8d8d8;
  font-style: italic;
}

.buildingFilm .sec .inner .con .heading p {
  font-size: 4.8rem;
  font-weight: 700;
}

.buildingFilm .sec .inner .con .list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.buildingFilm .sec .inner .con .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 90px 25px 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: 'Montserrat';
}

.buildingFilm .sec .inner .con .list-item:last-of-type {
  border-bottom: none;
}

.buildingFilm .sec .inner .con .list-item .spec {
  font-size: 3.6rem;
  font-weight: 600;
}

.buildingFilm .sec .inner .con .list-item .percent {
  font-size: 4.8rem;
  font-weight: 600;
}

.buildingFilm .sec--07  {
  padding-bottom: 100px;
}

.buildingFilm .sec--07 .sec-title  {
  margin: -5px auto 82px;
}

@media(max-width:1200px) {
  .buildingFilm .sec--03,
  .buildingFilm .sec--04,
  .buildingFilm .sec--05,
  .buildingFilm .sec--06 {
    padding: 30px 0;
  }

  .buildingFilm .sec--01 {
    padding-bottom: 70px;
  }

  .buildingFilm .sec--01 .sec-title  {
    margin-top: -3px;
  }

  .buildingFilm .sec--01 .line {
    width: 70px;
    height: 4px;
    margin-top: 35px;
  }

  .buildingFilm .sec--02 .sec-title {
    margin: -4px auto 70px;
  }

  .buildingFilm .sec--02 .list {
    gap: 30px;
  }

  .buildingFilm .sec--02 .list .list-item {
    width: calc(33.333% - 20px);
  }

  .buildingFilm .sec--02 .list .list-item .con {
    min-height: 150px;
    padding: 20px;
  }

  .buildingFilm .sec--02 .list .list-item .icon {
    width: 80px;
    margin-right: 35px;
  }

  .buildingFilm .sec--02 .list .list-item p {
    width: calc(100% - 115px);
    font-size: 2rem;
  }

  .buildingFilm .sec .inner  .lt {
    max-width: 640px;
    width: 40%;
    padding-right: 15px;
  }

  .buildingFilm .sec .inner  .lt .title {
    margin-top: -8px;
  }

  .buildingFilm .sec .inner  .lt .title p {
    font-size: 5.4rem;
  }

  .buildingFilm .sec .inner  .lt .title .line {
    width: 70px;
    height: 4px;
    margin-top: 3px;
  }

  .buildingFilm .sec .inner  .lt .text {
    margin-top: 30px;
    font-size: 2rem;
  }

  .buildingFilm .sec .inner  .lt .text br {
    display: none;
  }

  .buildingFilm .sec .inner  .rt {
    padding: 90px 50px;
  }

  .buildingFilm .sec .inner .rt::after {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.5);
  }

  .buildingFilm .sec .inner .con .heading {
    margin: -9px 0 30px;
  }

  .buildingFilm .sec .inner .con .heading span {
    font-size: 3.2rem;
  }

  .buildingFilm .sec .inner .con .heading p {
    font-size: 3.6rem;
  }

  .buildingFilm .sec .inner .con .list-item {
    padding: 20px 50px 20px 40px;
  }

  .buildingFilm .sec .inner .con .list-item .spec {
    font-size: 3rem;
  }

  .buildingFilm .sec .inner .con .list-item .percent {
    font-size: 3.6rem;
  }

  .buildingFilm .sec--07  {
    padding-bottom: 90px;
  }

  .buildingFilm .sec--07 .sec-title  {
    margin: -5px auto 70px;
  }
}

@media(max-width:1024px) {
  .buildingFilm .sec--03,
  .buildingFilm .sec--04,
  .buildingFilm .sec--05,
  .buildingFilm .sec--06 {
    padding: 25px 0;
  }

  .buildingFilm .sec--01 {
    padding-bottom: 60px;
  }

  .buildingFilm .sec--01 .sec-title  {
    margin-top: -2px;
  }

  .buildingFilm .sec--01 .line {
    width: 60px;
    height: 3px;
    margin-top: 30px;
  }

  .buildingFilm .sec--02 .sec-title {
    margin: -3px auto 60px;
  }

  .buildingFilm .sec--02 .list {
    gap: 20px;
  }

  .buildingFilm .sec--02 .list .list-item {
    width: calc(50% - 10px);
  }

  .buildingFilm .sec--02 .list .list-item .con {
    min-height: 140px;
    padding: 15px 25px;
    /* padding: 15px; */
  }

  .buildingFilm .sec--02 .list .list-item .icon {
    width: 70px;
    margin-right: 30px;
  }

  .buildingFilm .sec--02 .list .list-item p {
    width: calc(100% - 115px);
    font-size: 2rem;
  }

  .buildingFilm .sec .inner  .lt {
    max-width: 640px;
    width: 40%;
    padding-right: 15px;
  }

  .buildingFilm .sec .inner  .lt .title {
    margin-top: -5px;
  }

  .buildingFilm .sec .inner  .lt .title p {
    font-size: 4.4rem;
  }

  .buildingFilm .sec .inner  .lt .title .line {
    width: 60px;
    height: 3px;
    margin-top: 3px;
  }

  .buildingFilm .sec .inner  .lt .text {
    margin-top: 25px;
    font-size: 2rem;
  }

  .buildingFilm .sec .inner  .rt {
    padding: 80px 30px;
  }

  .buildingFilm .sec .inner .rt::after {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.5);
  }

  .buildingFilm .sec .inner .con .heading {
    margin: -5px 0 25px;
  }

  .buildingFilm .sec .inner .con .heading span {
    font-size: 2.6rem;
  }

  .buildingFilm .sec .inner .con .heading p {
    font-size: 3rem;
  }

  .buildingFilm .sec .inner .con .list-item {
    padding: 15px 30px 15px 20px;
  }

  .buildingFilm .sec .inner .con .list-item .spec {
    font-size: 2.4rem;
  }

  .buildingFilm .sec .inner .con .list-item .percent {
    font-size: 3rem;
  }

  .buildingFilm .sec--07  {
    padding-bottom: 80px;
  }

  .buildingFilm .sec--07 .sec-title  {
    margin: -3px auto 60px;
  }
}

@media(max-width:768px) {
  .buildingFilm .sec--03,
  .buildingFilm .sec--04,
  .buildingFilm .sec--05,
  .buildingFilm .sec--06 {
    padding: 30px 0;
  }

  .buildingFilm .sec--01 {
    padding-bottom: 50px;
  }

  .buildingFilm .sec--01 .sec-title  {
    margin-top: -2px;
  }

  .buildingFilm .sec--01 .line {
    width: 50px;
    height: 2px;
    margin-top: 25px;
  }

  .buildingFilm .sec--02 .sec-title {
    margin: -2px auto 50px;
  }

  .buildingFilm .sec--02 .list {
    gap: 20px;
  }

  .buildingFilm .sec--02 .list .list-item {
    width: calc(50% - 10px);
  }

  .buildingFilm .sec--02 .list .list-item .con {
    min-height: 120px;
    padding: 15px 20px;
    /* padding: 15px; */
  }

  .buildingFilm .sec--02 .list .list-item .icon {
    width: 60px;
    margin-right: 25px;
  }

  .buildingFilm .sec--02 .list .list-item p {
    width: calc(100% - 85px);
    font-size: 1.8rem;
  }

  .buildingFilm .sec .inner {
    flex-direction: column;
    gap: 30px 0;
  }
  
  .buildingFilm .sec .inner  .lt {
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
  }

  .buildingFilm .sec .inner  .lt .title {
    margin-top: -3px;
  }

  .buildingFilm .sec .inner  .lt .title p {
    font-size: 3.4rem;
  }

  .buildingFilm .sec .inner  .lt .title .line {
    width: 50px;
    height: 2px;
    margin-top: 3px;
  }

  .buildingFilm .sec .inner  .lt .text {
    margin-top: 20px;
    font-size: 1.8rem;
  }

  .buildingFilm .sec .inner  .rt {
    max-width: 100%;
    width: 100%;
    padding: 70px 30px;
  }

  .buildingFilm .sec .inner .rt::after {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.5);
  }

  .buildingFilm .sec .inner .con .heading {
    margin: -3px 0 20px;
  }

  .buildingFilm .sec .inner .con .heading span {
    font-size: 2.4rem;
  }

  .buildingFilm .sec .inner .con .heading p {
    font-size: 2.8rem;
  }

  .buildingFilm .sec .inner .con .list-item {
    padding: 15px 30px 15px 20px;
  }

  .buildingFilm .sec .inner .con .list-item .spec {
    font-size: 2.2rem;
  }

  .buildingFilm .sec .inner .con .list-item .percent {
    font-size: 2.8rem;
  }

  .buildingFilm .sec--07  {
    padding-bottom: 70px;
  }

  .buildingFilm .sec--07 .sec-title  {
    margin: -2px auto 50px;
  }
}

@media(max-width:500px) {
  .buildingFilm .sec--03,
  .buildingFilm .sec--04,
  .buildingFilm .sec--05,
  .buildingFilm .sec--06 {
    padding: 30px 0;
  }

  .buildingFilm .sec--01 {
    padding-bottom: 40px;
  }

  .buildingFilm .sec--01 .sec-title  {
    margin-top: 0;
  }

  .buildingFilm .sec--01 .line {
    width: 40px;
    margin-top: 20px;
  }

  .buildingFilm .sec--02 .sec-title {
    margin: 0 auto 40px;
  }

  .buildingFilm .sec--02 .list {
    gap: 10px;
  }

  .buildingFilm .sec--02 .list .list-item {
    width: calc(50% - 5px);
  }

  .buildingFilm .sec--02 .list .list-item .con {
    flex-direction: column;
    align-items: center;
    min-height: 125px;
    padding: 12px;
  }

  .buildingFilm .sec--02 .list .list-item .icon {
    width: 50px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  
  .buildingFilm .sec--02 .list .list-item .icon--02, 
  .buildingFilm .sec--02 .list .list-item .icon--04 {
    transform:translateX(0);
  }

  .buildingFilm .sec--02 .list .list-item p {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }

  .buildingFilm .sec .inner {
    gap: 25px 0;
  }
  
  .buildingFilm .sec .inner  .lt {
    padding-right: 0;
  }

  .buildingFilm .sec .inner  .lt .title {
    margin-top: 0;
  }

  .buildingFilm .sec .inner  .lt .title p {
    font-size: 3rem;
  }

  .buildingFilm .sec .inner  .lt .title .line {
    width: 40px;
  }

  .buildingFilm .sec .inner  .lt .text {
    margin-top: 15px;
    font-size: 1.6rem;
  }

  .buildingFilm .sec .inner  .rt {
    padding: 60px 25px;
  }

  .buildingFilm .sec .inner .rt::after {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.5);
  }

  .buildingFilm .sec .inner .con .heading {
    margin: 0px 0 15px;
  }

  .buildingFilm .sec .inner .con .heading span {
    font-size: 2.2rem;
  }

  .buildingFilm .sec .inner .con .heading p {
    font-size: 2.6rem;
  }

  .buildingFilm .sec .inner .con .list-item {
    padding: 12px 25px 12px 15px;
  }

  .buildingFilm .sec .inner .con .list-item .spec {
    font-size: 2rem;
  }

  .buildingFilm .sec .inner .con .list-item .percent {
    font-size: 2.6rem;
  }

  .buildingFilm .sec--07  {
    padding-bottom: 60px;
  }

  .buildingFilm .sec--07 .sec-title  {
    margin: 0 auto 40px;
  }
}

/* ----------------- E : Building ----------------- */

/* ----------------- S : Blind FilmBlind ----------------- */
.filmBlind .sec--01  {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.filmBlind .sec--01 .inner {
  max-width: 1610px;
  width: 100%;
  padding-left: 15px;
}


.filmBlind .sec--01 .sec-title {
  margin-top: -3px;
  text-align: left;
}

.filmBlind .sec--01 .line {
  width: 80px;
  height: 4px;
  margin: 38px 0 80px;
  background-color: #2b8cbf;
}


.filmBlind .sec--01 .inner .contents-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #f7f8f8;
}

.filmBlind .sec--01 .inner .contents-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f7f8f8;
}

.filmBlind .sec--01 .inner .contents-area .lt {
  max-width: 640px;
  width: 40%;
  padding-right: 15px;
}


.filmBlind .sec--01 .inner .contents-area .lt p {
  position: relative;
  padding-left: 32px;
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.filmBlind .sec--01 .inner .contents-area .lt p:last-of-type {
  margin-bottom: 0;
}

.filmBlind .sec--01 .inner .contents-area .lt p::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url('/child/img/sub/buildingFilm/blind/sec01_pin.png');
}

.filmBlind .sec--01 .inner .contents-area .rt {
  max-width: 960px;
  width: 60%;
  aspect-ratio: 1.777 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/buildingFilm/blind/sec01_img.png');
}

.filmBlind .sec--02 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/buildingFilm/blind/sec02_bg.png');
}

.filmBlind .sec--02 .sec-title {
  margin-bottom: 80px;
  color: #fff;
}

.filmBlind .sec--02 .list {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.filmBlind .sec--02 .list-item {
  width: calc(33.333% - 26.666px);
}

.filmBlind .sec--02 .list-item .con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  min-height: 160px;
  padding: 0 40px;
  border: 1px solid #595959;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.filmBlind .sec--02 .list-item .con > span {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  text-align: center;
  color: #b9b9b9;
}

.filmBlind .sec--02 .list-item .con .title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.filmBlind .sec--02 .list-item .con .percent {
  display: flex;
  align-items: flex-end;
  font-size: 4.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.filmBlind .sec--02 .list-item:first-of-type .con .percent span {
  font-weight: 700;
}

.filmBlind .sec--02 .list-item .con .percent span {
  display: block;
  margin: 0 5px 3px;
  font-size: 2.4rem;
  font-weight: 500;
}

.filmBlind .sec--02 .list-item .con .percent i {
  display: block;
  margin: 0 5px 3px;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
}

.filmBlind .sec--02 .list-item--03 .con .percent i {
  position: relative;
}

.filmBlind .sec--02 .list-item--03 .con .percent i::after {
  content: "2";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  font-size: 1.2rem;
}

.filmBlind .sec--02 .list-item--06 .con .wrap {
  transform: translateX(30px);
}

.filmBlind .sec--03 .sec-title {
  margin-top: -7px;
  margin-bottom: 73px;
}

@media(max-width:1200px) {
  .filmBlind .sec--01 .inner {
    max-width: 1610px;
    width: 100%;
    padding-left: 15px;
  }
  
  .filmBlind .sec--01 .sec-title {
    margin-top: -3px;
  }
  
  .filmBlind .sec--01 .line {
    width: 70px;
    height: 4px;
    margin: 30px 0 70px;
  }
  
  .filmBlind .sec--01 .inner .contents-area {
    gap: 0 30px;
  }
  
  .filmBlind .sec--01 .inner .contents-area .lt {
    padding-right: 0;
  }
  
  .filmBlind .sec--01 .inner .contents-area .lt p {
    padding-left: 25px;
    margin-bottom: 30px;
    font-size: 2rem;
  }
  
  .filmBlind .sec--01 .inner .contents-area .lt p::after {
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
  }
  
  .filmBlind .sec--01 .inner .contents-area .rt {
    width: 55%;
  }
  
  .filmBlind .sec--02 .sec-title {
    margin-bottom: 70px;
  }
  
  .filmBlind .sec--02 .list {
    gap: 30px;
  }
  
  .filmBlind .sec--02 .list-item {
    width: calc(33.333% - 20px);
  }
  
  .filmBlind .sec--02 .list-item .con {
    min-height: 140px;
    padding: 0 20px;
  }
  
  .filmBlind .sec--02 .list-item .con > span {
    bottom: 20px;
    font-size: 1.6rem;
  }
  
  .filmBlind .sec--02 .list-item .con .title {
    font-size: 2rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent {
    font-size: 3.4rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent span {
    margin: 0 5px 3px;
    font-size: 2rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent i {
    margin: 0 5px 3px;
    font-size: 1.8rem;
  }
  
  .filmBlind .sec--02 .list-item--03 .con .percent i::after {
    font-size: 1.1rem;
  }
  
  .filmBlind .sec--02 .list-item--06 .con .wrap {
    transform: translateX(15px);
  }
  
  .filmBlind .sec--03 .sec-title {
    margin-top: -5px;
    margin-bottom: 65px;
  }
}

@media(max-width:1024px) {
  .filmBlind .sec--01 .inner {
    padding-left: 15px;
  }
  
  .filmBlind .sec--01 .sec-title {
    margin-top: -2px;
  }
  
  .filmBlind .sec--01 .line {
    width: 60px;
    height: 3px;
    margin: 25px 0 60px;
  }
  
  .filmBlind .sec--01 .inner .contents-area {
    /* flex-direction: column-reverse;
    align-items: start; */
    padding: 40px 0;
    gap: 0 25px;
  }
  
  /* .filmBlind .sec--01 .inner .contents-area .lt {
    max-width: 100%;
    width: 100%;
  } */
  
  .filmBlind .sec--01 .inner .contents-area .lt p {
    padding-left: 20px;
    margin-bottom: 25px;
    /* font-size: 2rem; */
  }
  
  .filmBlind .sec--01 .inner .contents-area .lt p::after {
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
  }
/*   
  .filmBlind .sec--01 .inner .contents-area .rt {
    max-width: 100%;
    width: 100%;
  } */
  
  .filmBlind .sec--02 .sec-title {
    margin-bottom: 70px;
  }
  
  .filmBlind .sec--02 .list {
    gap: 15px;
  }
  
  .filmBlind .sec--02 .list-item {
    width: calc(33.333% - 10px);
  }
  
  .filmBlind .sec--02 .list-item .con {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 5px 0;
    min-height: 140px;
    padding: 0 15px;
  }
  
  .filmBlind .sec--02 .list-item .con > span {
    position: unset;
    font-size: 1.6rem;
    transform: translateX(0);
    text-align: left;
  }
  
  .filmBlind .sec--02 .list-item .con .title {
    font-size: 2rem;
  }
  
  .filmBlind .sec--02 .list-item .con .title br {
    display: none;
  }
  .filmBlind .sec--02 .list-item .con .percent {
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent span {
    margin: 0 5px 3px;
    font-size: 2rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent i {
    margin: 0 5px 3px;
    font-size: 1.8rem;
  }
  
  .filmBlind .sec--02 .list-item--03 .con .percent i::after {
    font-size: 1.1rem;
  }
  
  .filmBlind .sec--02 .list-item--06 .con .wrap {
    transform: translateX(0);
  }
  
  .filmBlind .sec--03 .sec-title {
    margin-top: -5px;
    margin-bottom: 55px;
  }
  
}

@media(max-width:768px) {
  .filmBlind .sec--01 .inner {
    padding: 0 15px;
  }
  
  .filmBlind .sec--01 .sec-title {
    margin-top: -2px;
  }
  
  .filmBlind .sec--01 .line {
    width: 50px;
    height: 2px;
    margin: 20px 0 50px;
  }
  
  .filmBlind .sec--01 .inner .contents-area {
    flex-direction: column-reverse;
    align-items: start;
    padding: 35px 0;
    gap: 20px 0;
  }
  
  .filmBlind .sec--01 .inner .contents-area::after {
    left: 50%;
  }
  
  .filmBlind .sec--01 .inner .contents-area .lt {
    max-width: 100%;
    width: 100%;
  }
  
  .filmBlind .sec--01 .inner .contents-area .lt p {
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  
  .filmBlind .sec--01 .inner .contents-area .lt p::after {
    top: 5px;
    width: 8px;
    height: 8px;
  }
  
  .filmBlind .sec--01 .inner .contents-area .rt {
    max-width: 100%;
    width: 100%;
  }
  
  .filmBlind .sec--02 .sec-title {
    margin-bottom: 60px;
  }
  
  .filmBlind .sec--02 .list {
    gap: 15px;
  }
  
  .filmBlind .sec--02 .list-item {
    width: calc(50% - 7.5px);
  }
  
  .filmBlind .sec--02 .list-item .con {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* gap: 5px 0; */
    min-height: 120px;
    padding: 0 15px;
  }
  
  .filmBlind .sec--02 .list-item .con > span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 1.4rem;
  }
  
  .filmBlind .sec--02 .list-item .con .title {
    font-size: 1.8rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent {
    width: auto;
    font-size: 2.6rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent span {
    margin: 0 5px 3px;
    font-size: 1.8rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent i {
    margin: 0 5px 3px;
    font-size: 1.6rem;
  }
  
  .filmBlind .sec--02 .list-item--03 .con .percent i::after {
    font-size: 1.1rem;
  }
  
    
  .filmBlind .sec--03 .sec-title {
    margin-top: -3px;
    margin-bottom: 45px;
  }
}

@media(max-width:500px) {
  .filmBlind .sec--01 .sec-title {
    margin-top: 0;
  }
  
  .filmBlind .sec--01 .line {
    width: 40px;
    margin: 15px 0 40px;
  }
  
  .filmBlind .sec--01 .inner .contents-area {
    padding: 30px 0;
    gap: 15px 0;
  }
  
  .filmBlind .sec--01 .inner .contents-area .lt p {
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  
  .filmBlind .sec--01 .inner .contents-area .lt p::after {
    top: 3px;
    width: 6px;
    height: 6px;
  }
  
  .filmBlind .sec--02 .sec-title {
    margin-bottom: 50px;
  }
  
  .filmBlind .sec--02 .list {
    gap: 6px;
  }
  
  .filmBlind .sec--02 .list-item {
    width: calc(50% - 3px);
  }
  
  .filmBlind .sec--02 .list-item .con {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 5px 0;
    min-height: 110px;
    padding: 0 10px;
  }
  
  .filmBlind .sec--02 .list-item .con > span {
    position: unset;
    bottom: auto;
    left: auto;
    font-size: 1.2rem;
  }
  
  .filmBlind .sec--02 .list-item .con .title {
    font-size: 1.6rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent {
    font-size: 2.4rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent span {
    margin: 0 5px 3px 0;
    font-size: 1.8rem;
  }
  
  .filmBlind .sec--02 .list-item .con .percent i {
    margin: 0 3px 2px;
    font-size: 1.4rem;
  }
  
  .filmBlind .sec--02 .list-item--03 .con .percent i::after {
    font-size: 1rem;
  }
  
    
  .filmBlind .sec--03 .sec-title {
    margin-top: 0px;
    margin-bottom: 45px;
  }
}
/* ----------------- E : Blind FilmBlind ----------------- */

/* ----------------- E : Price ----------------- */
.price .container .img {
  position: relative;
  margin-top: 75px;
  aspect-ratio: 0.706 / 1;
  overflow: hidden;
}

.price .container .img img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.price .container .img img.mo {
  display: none;
}

@media(max-width:1200px) {
  .price .container .img {
    margin-top: 65px;
  }
}

@media(max-width:1024px) {
  .price .container .img {
    margin-top: 55px;
  }
}

@media(max-width:768px) {
  .price .container .img {
    margin-top: 45px;
  }
}

@media(max-width:500px) {
  .price .container .img {
    margin-top: 35px;
  }
}
/* ----------------- E : Price ----------------- */

/* ----------------- S : Estimate ----------------- */
.estimate .sec-text {
  margin: 30px auto 76px;
}

.estimate .sec-text p {
  line-height: 1.4;
  text-align: center;
}

@media(max-width:1200px) {
  .estimate .sec-text {
    margin: 25px auto 65px;
  }
}

@media(max-width:1024px) {
  .estimate .sec-text {
    margin: 20px auto 55px;
  }
}

@media(max-width:768px) {
  .estimate .sec-text {
    margin: 18px auto 45px;
  }
}

@media(max-width:500px) {
  .estimate .sec-text {
    margin: 15px auto 35px;
  }
}
/* ----------------- E : Estimate ----------------- */

/* ----------------- S : Notice ----------------- */
.notice .sec-text {
  margin: 35px auto  77px;
}

@media(max-width:1200px) {
  .notice .sec-text {
    margin: 30px auto  70px;
  }
}

@media(max-width:1024px) {
  .notice .sec-text {
    margin: 25px auto  60px;
  }
}

@media(max-width:768px) {
  .notice .sec-text {
    margin: 20px auto  50px;
  }
}

@media(max-width:500px) {
  .notice .sec-text {
    margin: 15px auto  40px;
  }
}
/* ----------------- E : Notice ----------------- */
/* ----------------- S : FAQ ----------------- */
.faq .sec--01 {
  padding: 120px 0 0;
}

.faq .sec--01 .sec-title {
  margin: -6px auto 75px;
}

.faq .sec--02 .sec-title {
  margin: -2px auto 77px;
}

.faq .contact-form-area {
  width: 100%;
}

.faq .contact-form-area .form-table {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 40px;
  width: 100%;
}

.faq .form-table .row {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
}

.faq .form-table .row--05 {
  width: 100%;
  align-items: start;
}

.faq .form-table .row .th {
  width: 120px;
  font-size: 1.8rem;
  font-weight: 500;
}

.faq .form-table .row--05 .th {
  margin-top: 10px;
}

.faq .form-table .row .th span {
  color: #ff3333;
}

.faq .form-table .row .td {
  width: calc(100% - 120px);
  height: 42px;
}

.faq .form-table .row--05 .td {
  height: 180px;
}

.faq .form-table .row .td input,
.faq .form-table .row .td textarea {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: 300;
}

.faq .form-table .row .td textarea  {
  padding: 15px;
}

.faq .contact-form .contact-agree {
  position: relative;
  width: 100%;
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px solid #adadad;
  cursor: pointer;
}

.contact-form  .join-inner {
  display:flex;
  align-items: center;
  justify-content: center;
}

.contact-form  .contact-agree input {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  opacity:0;
  visibility: hidden;
  background-color: transparent;
  background-color: transparent;
}

.contact-form  .contact-agree i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/child/img/icon/agree-check.png');
  margin: -3px 10px 0 0;
  cursor: pointer;
}

.contact-form  .contact-agree span {
  font-size: 1.8rem;
  line-height: 1;
}

.contact-form  .contact-agree button {
  font-size: 1.8rem;
  line-height: 1;
  color: #3636ff;
  text-decoration: underline;
}

.contact-form  .contact-agree input[type="checkbox"]:checked ~ i {
  background-image: url('/child/img/icon/agree-checked.png');
}

.faq .contact-form .buttons {
  margin: 0 auto;
  width: 240px;
  height: 56px;
}

.faq .contact-form .buttons .button--submit {
  width: 100%;
  height: 100%;
  background-color: #2b8cbf;
  border-radius: 28px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  /* letter-spacing: -0.2em; */
}

@media(max-width:1200px) {
  .faq .sec--01 {
    padding: 105px 0 0;
  }
  
  .faq .sec--01 .sec-title {
    margin: -6px auto 70px;
  }
  
  .faq .sec--02 .sec-title {
    margin: -2px auto 70px;
  }
  
  /* .faq .contact-form-area .form-table {
    gap: 20px 40px;
  } */
  
  /* .faq .form-table .row {
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
  } */
  
  .faq .form-table .row .th {
    width: 110px;
    font-size: 1.6rem;
  }
  
  .faq .form-table .row .td {
    width: calc(100% - 110px);
    height: 40px;
  }
  
  .faq .form-table .row--05 .td {
    height: 170px;
  }
  
  .faq .form-table .row .td input,
  .faq .form-table .row .td textarea {
    font-size: 1.5rem;
  }

  
  .faq .contact-form .contact-agree {
    margin: 40px 0;
    padding-top: 20px;
  }


  .contact-form  .contact-agree i {
    width: 18px;
    height: 18px;
    margin: -3px 10px 0 0;
  }
  
  .contact-form  .contact-agree span {
    font-size: 1.6rem;
  }
  
  .contact-form  .contact-agree button {
    font-size: 1.6rem;
  }
  
  .faq .contact-form .buttons {
    width: 210px;
    height: 50px;
  }
  
  .faq .contact-form .buttons .button--submit {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    font-size: 1.6rem;
  }
}

@media(max-width:1024px) {
  .faq .sec--01 {
    padding: 90px 0 0;
  }
  
  .faq .sec--01 .sec-title {
    margin: -6px auto 60px;
  }
  
  .faq .sec--02 .sec-title {
    margin: -2px auto 60px;
  }
  
  .faq .contact-form-area .form-table {
    gap: 18px 30px;
  }
  
  .faq .form-table .row {
    width: calc(50% - 15px);
  }
  
  .faq .form-table .row .th {
    width: 100px;
    font-size: 1.6rem;
  }
  
  .faq .form-table .row .td {
    width: calc(100% - 100px);
    height: 35px;
  }
  
  .faq .form-table .row--05 {
    width: 100%;
  }

  .faq .form-table .row--05 .td {
    height: 160px;
  }
  
  .faq .contact-form .contact-agree {
    margin: 35px 0;
    padding-top: 18px;
  }

  .contact-form  .contact-agree i {
    width: 16px;
    height: 16px;
    margin: -3px 10px 0 0;
  }
  
  .contact-form  .contact-agree span {
    font-size: 1.6rem;
  }
  
  .contact-form  .contact-agree button {
    font-size: 1.6rem;
  }
  
  .faq .contact-form .buttons {
    width: 180px;
    height: 45px;
  }
  
  .faq .contact-form .buttons .button--submit {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    font-size: 1.6rem;
  }
}

@media(max-width:768px) {
  .faq .sec--01 {
    padding: 75px 0 0;
  }
  
  .faq .sec--01 .sec-title {
    margin: -6px auto 50px;
  }
  
  .faq .sec--02 .sec-title {
    margin: -2px auto 50px;
  }
  
  .faq .contact-form-area .form-table {
    gap: 16px 0;
  }
  
  .faq .form-table .row {
    width: 100%;
  }
  
  .faq .form-table .row .th {
    width: 90px;
    font-size: 1.4rem;
  }
  
  .faq .form-table .row--05 .th  {
    margin-top: 8px;
  }
  
  .faq .form-table .row .td {
    width: calc(100% - 90px);
    height: 35px;
  }

  .faq .form-table .row--05 .td {
    height: 150px;
  }
  
  .faq .form-table .row .td input,
  .faq .form-table .row .td textarea {
    padding: 0 13px;
    font-size: 1.3rem;
  }
  
  .faq .form-table .row .td textarea {
    padding: 13px;
  }
  
  .faq .contact-form .contact-agree {
    margin: 30px 0;
    padding-top: 16px;
  }

  .contact-form  .contact-agree i {
    width: 15px;
    height: 15px;
    margin: -3px 8px 0 0;
  }
  
  .contact-form  .contact-agree span {
    font-size: 1.4rem;
  }
  
  .contact-form  .contact-agree button {
    font-size: 1.4rem;
  }
  
  .faq .contact-form .buttons {
    width: 150px;
    height: 40px;
  }
  
  .faq .contact-form .buttons .button--submit {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    font-size: 1.4rem;
  }
}


@media(max-width:500px) {
  .faq .sec--01 {
    padding: 60px 0 0;
  }
  
  .faq .sec--01 .sec-title {
    margin: -4px auto 40px;
  }
  
  .faq .sec--02 .sec-title {
    margin: -2px auto 40px;
  }
  
  .faq .contact-form-area .form-table {
    gap: 14px 0;
  }
    
  .faq .form-table .row {
    flex-direction: column;
    align-items: start;
  }

  .faq .form-table .row .th {
    width: 70px;
    margin: 0 0 5px;
    font-size: 1.3rem;
  }
  
  .faq .form-table .row .td {
    width: 100%;
    height: 35px;
  }

  .faq .form-table .row--05 .td {
    height: 150px;
  }
  
  .faq .form-table .row .td input,
  .faq .form-table .row .td textarea {
    padding: 0 10px;
    font-size: 1.2rem;
  }
  
  .faq .form-table .row .td textarea  {
    padding: 10px;
  }
  
  .faq .contact-form .contact-agree {
    margin: 25px 0;
    padding-top: 13px;
  }

  .contact-form  .contact-agree i {
    width: 13px;
    height: 13px;
    margin: -1px 0px 0 0;
  }
  
  .contact-form  .contact-agree span {
    font-size: 1.3rem;
  }
  
  .contact-form  .contact-agree button {
    font-size: 1.3rem;
  }
  
  .faq .contact-form .buttons {
    width: 120px;
    height: 35px;
  }
  
  .faq .contact-form .buttons .button--submit {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    font-size: 1.2rem;
  }
  
}
/* ----------------- E : FAQ ----------------- */

/* ----------------- E : Warranty ----------------- */
.warranty .logo {
  width: 191px;
  height: 40px;
  margin: 0 auto 22px;
  background-image: url('/child/img/sub/support/warranty/sec-logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.warranty .sec-text {
  margin: 31px auto 74px;
  line-height: 1.4;
}

.warranty .form {
  width: 100%;
  margin-bottom: 43px;
}

.warranty .form  form {
  width: 100%;
}

.warranty .form .search-input {
  position: relative;
  max-width: 720px;
  width: 100%;
  height: 42px;
  margin: 0 auto;
}

.warranty .form .search-input input {
  width: calc(100% - 115px);
  height: 100%;
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: -0.015em;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
  border-right: none;
  border-color: #ccc;
}

.warranty .form .search-input .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  border-radius: 5px;
  background-color: #616161;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.warranty .warranty-img {
  width: 100%;
  max-height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all .3s ease-out;
}

.warranty .warranty-img.on {
  max-height: 0;
}

.warranty .warranty-img .img{
  width: 100%;
  border: 1px solid #ddd;
}

.warranty .warranty-img .img img {
  width: 100%;
}

.warranty .warranty-img .downloadBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  width: 240px;
  height: 56px;
  border-radius: 28px;
  background-color: #2b8cbf;
  font-size: 1.8rem;
  color: #fff;
}

.warranty .box {
  width: 100%;
  padding: 33px 39px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}

.warranty .box .title {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.warranty .box .title i {
  display: block;
  width: 23px;
  height: 32px;
  margin-right: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/sub/support/warranty/img01.png');
}

.warranty .box .title p {
  font-size: 3.2rem;
  font-weight: 600;
  color: #565656;
}

.warranty .box .con {
  margin-bottom: 31px;
}

.warranty .box .con--02 {
  margin-bottom: 36px;
}

.warranty .box .con:last-of-type {
  margin-bottom: 0;
}

.warranty .box .con-title {
  margin-bottom: 13px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #666;
}

.warranty .box .con .text {
  position: relative;
  padding-left: 14px;
  font-size: 1.6rem;
  line-height: 1.56;
  font-weight: 300;
  color: #777;
}

.warranty .box .con .text i {
  font-style: normal;
  font-size: inherit;
  color: #f62f2f;
}
.warranty .box .con .text--01 {
  padding-left: 19px;
}

.warranty .box .con .text span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.warranty .box .con .text p {
  position: relative;
  padding-left: 10px;
}

.warranty .box .con .text p::after {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.warranty .box .con .red {
  display: block;
  margin-top: 13px;
  font-size: 1.6rem;
  color: #f62f2f;
  font-weight: 400;
}

.warranty .box .con .red--01 {
  margin: 8px 0 18px;
}

@media(max-width:1200px) {
  .warranty .logo {
    width: 172px;
    height: 36px;
    margin: 0 auto 22px;
  }
  
  .warranty .sec-text {
    margin: 30px auto 65px;
  }
  
  .warranty .form {
    margin-bottom: 40px;
  }
  
  .warranty .form .search-input {
    max-width: 720px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
  }
  
  .warranty .form .search-input input {
    width: calc(100% - 95px);
    padding: 0 15px;
    font-size: 1.4rem;
  }
  
  .warranty .form .search-input .button {
    width: 105px;
    font-size: 1.4rem;
  }
    
  .warranty .warranty-img {
    margin-bottom: 25px;
  }

  .warranty .warranty-img .downloadBtn {
    margin: 20px auto 0;
    width: 220px;
    height: 50px;
    font-size: 1.6rem;
  }
  
  .warranty .box {
    padding: 30px 35px;
  }
  
  .warranty .box .title {
    margin-bottom: 30px;
  }
  
  .warranty .box .title i {
    width: 21px;
    height: 29px;
    margin-right: 18px;
  }
  
  .warranty .box .title p {
    font-size: 2.6rem;
  }
  
  .warranty .box .con {
    margin-bottom: 31px;
  }
  
  .warranty .box .con--02 {
    margin-bottom: 36px;
  }
  
  .warranty .box .con:last-of-type {
    margin-bottom: 0;
  }
  
  .warranty .box .con-title {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }
  
  .warranty .box .con .text {
    position: relative;
    padding-left: 14px;
    font-size: 1.4rem;
  }
  
  .warranty .box .con .text--01 {
    padding-left: 19px;
  }
  
  .warranty .box .con .text p {
    position: relative;
    padding-left: 10px;
  }
  
  .warranty .box .con .red {
    margin-top: 13px;
    font-size: 1.4rem;
  }
  
  .warranty .box .con .red--01 {
    margin: 8px 0 18px;
  }
}

@media(max-width:1024px) {
  .warranty .logo {
    width: 155px;
    height: 32px;
    margin: 0 auto 20px;
  }
  
  .warranty .sec-text {
    margin: 25px auto 55px;
  }
  
  .warranty .form {
    margin-bottom: 35px;
  }
  
  .warranty .form .search-input {
    max-width: 720px;
    width: 100%;
    height: 35px;
    margin: 0 auto;
  }
  
  .warranty .form .search-input input {
    width: calc(100% - 85px);
    padding: 0 12px;
    font-size: 1.4rem;
  }
  
  .warranty .form .search-input .button {
    width: 90px;
    font-size: 1.4rem;
  }
  
  .warranty .warranty-img {
    margin-bottom: 20px;
  }

  .warranty .warranty-img .downloadBtn {
    margin: 15px auto 0;
    width: 200px;
    height: 45px;
    font-size: 1.6rem;
  }
  
  .warranty .box {
    padding: 25px 30px;
  }
  
  .warranty .box .title {
    margin-bottom: 25px;
  }
  
  .warranty .box .title p {
    font-size: 2.2rem;
  }
  
  .warranty .box .con {
    margin-bottom: 25px;
  }
  
  .warranty .box .con--02 {
    margin-bottom: 30px;
  }
  
  .warranty .box .con:last-of-type {
    margin-bottom: 0;
  }
  
  .warranty .box .con-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  
  .warranty .box .con .text {
    padding-left: 14px;
    font-size: 1.4rem;
  }
  
  .warranty .box .con .text--01 {
    padding-left: 15px;
  }
  
  .warranty .box .con .text p {
    padding-left: 10px;
  }
  
  .warranty .box .con .red {
    margin-top: 13px;
  }
  
  .warranty .box .con .red--01 {
    margin: 8px 0 15px;
  }
}

@media(max-width:768px) {
  .warranty .logo {
    width: 139px;
    height: 29px;
    margin: 0 auto 15px;
  }
  
  .warranty .sec-text {
    margin: 20px auto 45px;
  }
  
  .warranty .form {
    margin-bottom: 45px;
  }
  
  .warranty .form .search-input {
    width: 100%;
    height: 30px;
    margin: 0 auto;
  }
  
  .warranty .form .search-input input {
    width: calc(100% - 75px);
    padding: 0 10px;
    font-size: 1.2rem;
  }
  
  .warranty .form .search-input .button {
    width: 80px;
    font-size: 1.2rem;
  }
  
  .warranty .box {
    padding: 20px 25px;
  }
  
  
  .warranty .warranty-img {
    margin-bottom: 20px;
  }

  .warranty .warranty-img .downloadBtn {
    margin: 15px auto 0;
    width: 180px;
    height: 40px;
    font-size: 1.4rem;
  }
  
  .warranty .box .title {
    margin-bottom: 20px;
  }
  
  .warranty .box .title i {
    width: 19px;
    height: 26px;
    margin-right: 15px;
  }
  
  .warranty .box .title p {
    font-size: 2rem;
  }
  
  .warranty .box .con {
    margin-bottom: 20px;
  }
  
  .warranty .box .con--02 {
    margin-bottom: 25px;
  }
  
  .warranty .box .con:last-of-type {
    margin-bottom: 0;
  }
  
  .warranty .box .con-title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  
  .warranty .box .con .text {
    padding-left: 14px;
    font-size: 1.2rem;
  }
  
  .warranty .box .con .text--01 {
    padding-left: 15px;
  }
  
  .warranty .box .con .text p {
    padding-left: 10px;
  }
  
  .warranty .box .con .red {
    margin-top: 13px;
    font-size: 1.2rem;
  }
  
  .warranty .box .con .red--01 {
    margin: 8px 0 15px;
  }
}

@media(max-width:500px) {
  .warranty .logo {
    width: 125px;
    height: 26px;
    margin: 0 auto 12px;
  }
  
  .warranty .sec-text {
    margin: 15px auto 35px;
  }
  
  .warranty .form {
    margin-bottom: 35px;
  }
  
  .warranty .form .search-input input {
    width: calc(100% - 65px);
    padding: 0 10px;
    font-size: 1.1rem;
  }
  
  .warranty .form .search-input .button {
    width: 70px;
    font-size: 1.1rem;
  }
  
    
  .warranty .warranty-img {
    margin-bottom: 15px;
  }

  .warranty .warranty-img .downloadBtn {
    margin: 10px auto 0;
    width: 160px;
    height: 35px;
    font-size: 1.2rem;
  }
  
  .warranty .box {
    padding: 15px 20px;
  }
  
  .warranty .box .title {
    margin-bottom: 15px;
  }
  
  .warranty .box .title i {
    width: 17px;
    height: 23px;
    margin-right: 10px;
  }
  
  .warranty .box .title p {
    font-size: 1.8rem;
  }
  
  .warranty .box .con {
    margin-bottom: 15px;
  }
  
  .warranty .box .con--02 {
    margin-bottom: 20px;
  }
  
  .warranty .box .con-title {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  
  .warranty .box .con .text {
    padding-left: 10px;
    font-size: 1.1rem;
  }
  
  .warranty .box .con .text--01 {
    padding-left: 14px;
  }
  
  .warranty .box .con .text p {
    padding-left: 10px;
  }
  
  .warranty .box .con .red {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  
  .warranty .box .con .red--01 {
    margin: 6px 0 12px;
  }
}
/* ----------------- E : Warranty ----------------- */

/* ----------------- S : Dealer Common ----------------- */
.member {
  background-color: #f9f9f9;
}
.dealer-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.1);
}

.dealer-tab .tab-item {
  width: 25%;
  max-width: 320px;
  /* height: 64px; */
  border-radius: 32px;
  font-size: 2rem;
}

.dealer-tab .tab-item p {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  /* padding: 0 40px; */
  padding: 0 0 0 40px;
  font-size: 2rem;
  font-weight: 600;
}

.dealer-tab .tab-item p span,
.dealer-tab .tab-item p em {
  display: inline-block;
  margin-left: 6px;
  font-style: normal;
  font-size: inherit;
}

.dealer-tab .tab-item p span {
  max-width: calc(100% - 60px);
}

.dealer-tab .tab-item p em  {
  font-weight: 400;
}


.dealer-tab .tab-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  border-radius: 32px;
  font-size: 2rem;
  color: #7b7b7b;
}

.dealer-tab .tab-item.on a {
  background-color: #2b8cbf;
  color: #fff;
  font-weight: 600;
}


/* 2024.10.23 추가 */
/* 로그아웃 버튼 추가 */
.dealer-tab .tab-item:first-of-type {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.dealer-tab .tab-item .logoutBtn {
  width: auto;
  padding: 5px;
  border: 1px solid #7b7b7b;
  font-weight: 500;
  color: #7b7b7b;
  font-size: 1.8rem;
  border-radius: 0;
  height: auto;
  min-height: auto;
}

@media(max-width:1200px) {
  .dealer-tab {
    margin-bottom: 70px;
    border-radius: 30px;
  }
  
  .dealer-tab .tab-item {
    /* height: 60px; */
    border-radius: 30px;
    font-size: 1.8rem;
  }
  
  .dealer-tab .tab-item p {
    min-height: 60px;
    /* padding: 0 35px; */
    padding: 0 0 0 20px;
    font-size: 1.8rem;
  }
  
  .dealer-tab .tab-item p span,
  .dealer-tab .tab-item p em {
    margin-left: 6px;
  }
  
  .dealer-tab .tab-item p span {
    max-width: calc(100% - 53px);
  }

  .dealer-tab .tab-item a {
    min-height: 60px;
    border-radius: 30px;
    font-size: 1.8rem;
  }
  
  .dealer-tab .tab-item:first-of-type {
    margin-right: 15px;
  }
  
  .dealer-tab .tab-item .logoutBtn {
    font-size: 1.6rem;
  }
}

/* @media(max-width:1024px) {
  .dealer-tab {
    margin-bottom: 60px;
  }
  
  
  .dealer-tab .tab-item p {
    min-height: 55px;
    padding: 0 10px 0 30px;
  }
  
  .dealer-tab .tab-item:first-of-type {
    margin-right: 8px;
  }
  
  .dealer-tab .tab-item a {
    min-height: 55px;
  }
} */

@media(max-width:1024px) {
  .member .sec--01 {
    padding-top: 120px;
  }
  
  .dealer-tab {
    position: relative;
  }
  
  .dealer-tab .tab-item {
    width: 33.333%;
    height: 55px;
  }
  
  .dealer-tab .tab-item a {
    height: 100%;
    min-height: auto;
  }
  
  .dealer-tab .tab-item:first-of-type {
    position: absolute;
    top: -10px;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    transform: translateY(-100%);
    padding-right: 20px;
  }
  
  .dealer-tab .tab-item p {
    min-height: auto;
    height: auto;
  }
  
  .dealer-tab .tab-item p span {
    max-width: calc(100% - 55px);
  }
}

@media(max-width:768px) {
  .member .sec--01 {
    padding-top: 102px;
  }
  
  .dealer-tab {
    margin-bottom: 50px;
  }
  
  .dealer-tab .tab-item {
    height: 50px;
    font-size: 1.6rem;
  }
  
  .dealer-tab .tab-item:first-of-type {
    top: -8px;
    padding-right: 15px;
  }
  
  .dealer-tab .tab-item p {
    padding: 0 25px;
    font-size: 1.6rem;
  }
  
  .dealer-tab .tab-item a {
    font-size: 1.6rem;
  }
  
  .dealer-tab .tab-item .logoutBtn {
    font-size: 1.4rem;
    padding: 4px;
  }
}

@media(max-width:500px) {
  .member .sec--01 {
    padding-top: 86px;
  }
  
  .dealer-tab {
    margin-bottom: 40px;
  }
  
  .dealer-tab .tab-item {
    height: 45px;
    font-size: 1.4rem;
  }
  
  .dealer-tab .tab-item:first-of-type {
    top: -5px;
  }
  
  .dealer-tab .tab-item p {
    padding: 0 20px;
    font-size: 1.4rem;
  }
  
  .dealer-tab .tab-item a {
    padding: 6px;
    font-size: 1.4rem;
    text-align: center;
  }
  
  .dealer-tab .tab-item .logoutBtn {
    font-size: 1.3rem;
  }
}
/* ----------------- E : Dealer Common ----------------- */

/* ----------------- E : Dealer Member Login ----------------- */
.member-login  {
  background-color: #fff;
}

.member-login .sec--01 {
  padding-bottom: 149px;
}

.member-login .logo {
  width: 191px;
  height: 40px;
  margin: 0 auto 22px;
  background-image: url('/child/img/sub/support/warranty/sec-logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.member-login .sec-text {
  line-height: 1.4;
  margin: 30px 0 75px;
}

.member-login .form {
  max-width: 500px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.member-login .form .title {
  margin-top: -4px;
  margin-bottom: 17px;
  font-size: 2rem;
  font-weight: 700;
}

.member-login .login-form {
  width: 100%;
}

.member-login .login-form .row {
  width: 100%;
  margin-bottom: 8px;
}

.member-login .login-form .row:last-of-type {
  margin-bottom: 0;
}

.member-login .login-form .row .td {
  width: 100%;
  height: 56px;
}

.member-login .login-form .row .td input {
  width: 100%;
  height: 100%;
  padding: 0 17px;
  border-radius: 8px;
  border: 1px solid #cbcbcb;
  box-shadow: 1px 1px 3px 1px #eeeeee;
  font-size: 1.6rem;
}

.member-login .login-form .form-btns {
  width: 100%;
  height: 56px;
}

.member-login .login-form .form-btns .button--login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 16px;
  border-radius: 8px;
  background-color: #555;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

@media(max-width:1200px) {
  .member-login .sec--01 {
    padding-bottom: 135px;
  }
  
  .member-login .logo {
    width: 172px;
    height: 36px;
    margin: 0 auto 22px;
  }
  
  .member-login .sec-text {
    margin: 25px 0 65px;
  }
  
  .member-login .form {
    padding: 35px;
  }
  
  .member-login .form .title {
    margin-top: -4px;
    margin-bottom: 17px;
    font-size: 1.8rem;
  }
  
  .member-login .login-form .row {
    margin-bottom: 8px;
  }
  
  .member-login .login-form .row:last-of-type {
    margin-bottom: 0;
  }
  
  .member-login .login-form .row .td {
    height: 50px;
  }
  
  .member-login .login-form .row .td input {
    padding: 0 15px;
    border-radius: 8px;
    font-size: 1.4rem;
  }
  
  .member-login .login-form .form-btns {
    height: 50px;
  }
  
  .member-login .login-form .form-btns .button--login {
    margin-top: 16px;
    border-radius: 8px;
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .member-login .sec--01 {
    padding-bottom: 120px;
  }
  
  .member-login .logo {
    width: 155px;
    height: 32px;
    margin: 0 auto 20px;
  }
  
  .member-login .sec-text {
    margin: 20px 0 55px;
  }
  
  .member-login .form {
    padding: 30px;
  }
  
  .member-login .form .title {
    margin-top: -4px;
    margin-bottom: 17px;
    font-size: 1.8rem;
  }
  
  .member-login .login-form .row {
    margin-bottom: 8px;
  }
  
  .member-login .login-form .row:last-of-type {
    margin-bottom: 0;
  }
  
  .member-login .login-form .row .td {
    height: 45px;
  }
  
  .member-login .login-form .row .td input {
    padding: 0 13px;
    border-radius: 8px;
    font-size: 1.4rem;
  }
  
  .member-login .login-form .form-btns {
    height: 45px;
  }
  
  .member-login .login-form .form-btns .button--login {
    margin-top: 16px;
    border-radius: 8px;
    font-size: 1.8rem;
  }
}

@media(max-width:768px) {
  .member-login .sec--01 {
    padding:75px 0 105px;
  }
  
  .member-login .logo {
    width: 139px;
    height: 29px;
    margin: 0 auto 15px;
  }
  
  .member-login .sec-text {
    margin: 15px 0 45px;
  }
  
  .member-login .form {
    padding: 25px;
  }
  
  .member-login .form .title {
    margin-top: -4px;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  
  .member-login .login-form .row {
    margin-bottom: 8px;
  }
  
  .member-login .login-form .row:last-of-type {
    margin-bottom: 0;
  }
  
  .member-login .login-form .row .td {
    height: 40px;
  }
  
  .member-login .login-form .row .td input {
    padding: 0 10px;
    border-radius: 8px;
    font-size: 1.2rem;
  }
  
  .member-login .login-form .form-btns {
    height: 40px;
  }
  
  .member-login .login-form .form-btns .button--login {
    margin-top: 16px;
    border-radius: 8px;
    font-size: 1.6rem;
  }
}

@media(max-width:500px) {
  .member-login .sec--01 {
    padding: 60px 0 90px;
  }
  
  .member-login .logo {
    width: 125px;
    height: 26px;
    margin: 0 auto 12px;
  }
  
  .member-login .sec-text {
    margin: 15px 0 35px;
  }
  
  .member-login .form {
    padding: 20px;
  }
  
  .member-login .form .title {
    margin-top: -4px;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  
  .member-login .login-form .row {
    margin-bottom: 8px;
  }
  
  .member-login .login-form .row:last-of-type {
    margin-bottom: 0;
  }
  
  .member-login .login-form .row .td {
    height: 35px;
  }
  
  .member-login .login-form .row .td input {
    border-radius: 8px;
    font-size: 1.1rem;
  }
  
  .member-login .login-form .form-btns {
    height: 35px;
  }
  
  .member-login .login-form .form-btns .button--login {
    margin-top: 12px;
    border-radius: 8px;
    font-size: 1.4rem;
  }
}
/* ----------------- E : Dealer Member Login ----------------- */

/* ----------------- E : Dealer Member Info ----------------- */
.member-info .contents-area,
.member-modify .contents-area {
  width: 100%;
}

.member-info .form-table,
.member-modify .form-table {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.member-info .row,
.member-modify .row {
  width: 100%;
  margin-bottom: 21px;
}

.member-info .row:last-of-type,
.member-modify .row:last-of-type {
  margin-bottom: 38px;
}

.member-info .th,
.member-modify .th {
  margin: -4px 0 9px;
  font-size: 2rem;
  font-weight: 700;
}

.member-info .td,
.member-modify .td  {
  width: 100%;
  height: 56px;
}

.member-info .td input,
.member-info .td p,
.member-modify .td input,
.member-modify .td p {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 500;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.member-modify .td.address {
  height: auto;
}

.member-modify .td.address input {
  height: 56px;
  margin-bottom: 10px;
}

.member-modify .td.address .address-search input {
  width: calc(40% - 10px);
}

.member-modify .td.address .box {
  display: flex;
  align-items: start;
  gap: 20px;
}

.member-modify .td.address .address-search {
  display: flex;
  align-items: start;
  gap: 10px;
}

.member-modify .td.address .address-search-Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 15px;
  background-color: #424242;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  border-radius: 8px;
}

.member-info .td.block input,
.member-modify .td.block input {
  background-color: #dbdbdb;
}

.member-info .td p,
.member-modify .td p {
  display: flex;
  align-items: center;
}

.member-info  .button-wrap,
.member-modify  .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0 40px;
}

.member-info  .button,
.member-modify  .button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 280px;
  height: 56px;
  border-radius: 8px;
  background-color: #555;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.member-info .button--cancel,
.member-modify  .button--cancel {
  background-color: #c4c4c4;
  color: #121212;
} 

.member-info .row.address .td.address {
  margin-bottom: 10px;
}

@media(max-width:1200px) {
  .member-info .row,
  .member-modify .row {
    margin-bottom: 21px;
  }

  .member-info .row:last-of-type,
  .member-modify .row:last-of-type {
    margin-bottom: 35px;
  }

  .member-info .th,
  .member-modify .th {
    margin: -4px 0 9px;
    font-size: 1.8rem;
  }

  .member-info .td,
  .member-modify .td  {
    height: 50px;
  }

  .member-info .td input,
  .member-info .td p,
  .member-modify .td input,
  .member-modify .td p {
    padding: 0 15px;
    font-size: 1.8rem;
  }
  
  .member-modify .td.address input {
    height: 50px;
  }
  
  .member-modify .td.address .box {
    gap: 15px;
  }
  
  .member-info  .button-wrap,
  .member-modify  .button-wrap {
    gap: 0 35px;
  }

  .member-info  .button,
  .member-modify  .button {
    width: 260px;
    height: 50px;
    font-size: 1.8rem;
  }
  
  .member-modify .td.address .address-search {
    gap: 10px;
  }
  
  .member-modify .td.address .address-search-Btn {
    height: 50px;
    padding: 0 15px;
    font-size: 1.8rem;
  }
  
}

@media(max-width:1024px) {
  .member-info .row,
  .member-modify .row {
    margin-bottom: 15px;
  }

  .member-info .row:last-of-type,
  .member-modify .row:last-of-type {
    margin-bottom: 30px;
  }

  .member-info .th,
  .member-modify .th {
    margin: -4px 0 9px;
    font-size: 1.8rem;
  }

  .member-info .td,
  .member-modify .td  {
    height: 45px;
  }

  .member-info .td input,
  .member-info .td p,
  .member-modify .td input,
  .member-modify .td p {
    padding: 0 12px;
    font-size: 1.8rem;
  }
  
  .member-modify .td.address input {
    height: 45px;
  }
  
  .member-modify .td.address .address-search input {
    width: calc(40% - 8px);
  }

  .member-modify .td.address .address-search {
    gap: 0 8px;
  }
  
  .member-modify .td.address .address-search-Btn {
    height: 45px;
    padding: 0 12px;
    font-size: 1.8rem;
  }
  
  .member-modify .td.address > input {
    margin-bottom: 10px;
  }
  
  .member-modify .td.address .box {
    gap: 10px;
  }

  .member-info  .button-wrap,
  .member-modify  .button-wrap {
    gap: 0 30px;
  }

  .member-info  .button,
  .member-modify  .button {
    width: 240px;
    height: 45px;
    font-size: 1.8rem;
  }
  
  .member-info .row.address .td.address {
    margin-bottom: 8px;
  }
}

@media(max-width:768px) {
  .member-info .row,
  .member-modify .row {
    margin-bottom: 12px;
  }

  .member-info .row:last-of-type,
  .member-modify .row:last-of-type {
    margin-bottom: 25px;
  }

  .member-info .th,
  .member-modify .th {
    margin: -4px 0 9px;
    font-size: 1.6rem;
  }

  .member-info .td,
  .member-modify .td  {
    height: 40px;
  }

  .member-info .td input,
  .member-info .td p,
  .member-modify .td input,
  .member-modify .td p {
    padding: 0 12px;
    font-size: 1.6rem;
  }

  .member-modify .td.address input {
    height: 40px;
  }
  
  .member-modify .td.address .address-search  input {
    width: calc(40% - 5px);
    margin-bottom: 8px;
  }
  
  .member-modify .td.address .address-search {
    gap: 0 8px;
  }
  
  .member-modify .td.address .address-search-Btn {
    height: 40px;
    padding: 0 12px;
    font-size: 1.6rem;
  }
  
  .member-modify .td.address .box {
    gap: 8px;
  }

  
  .member-info  .button-wrap,
  .member-modify  .button-wrap {
    gap: 0 25px;
  }

  .member-info  .button,
  .member-modify  .button {
    width: 220px;
    height: 40px;
    font-size: 1.6rem;
  }
  
  .member-info .row.address .td.address {
    margin-bottom: 5px;
  }
}

@media(max-width:500px) {
  .member-info .row:last-of-type,
  .member-modify .row:last-of-type {
    margin-bottom: 20px;
  }

  .member-info .th,
  .member-modify .th {
    margin: -4px 0 9px;
    font-size: 1.4rem;
  }

  .member-info .td,
  .member-modify .td  {
    height: 35px;
  }

  .member-info .td input,
  .member-info .td p,
  .member-modify .td input,
  .member-modify .td p {
    padding: 0 12px;
    font-size: 1.4rem;
  }

  
  .member-modify .td.address input {
    height: 35px;
  }
  
  .member-modify .td.address .address-search input  {
    width: 50%;
    margin-bottom: 8px;
  }
    
  .member-modify .td.address .address-search {
    gap: 0 8px;
  }
  
  .member-modify .td.address .address-search-Btn {
    height: 35px;
    padding: 0 12px;
    font-size: 1.4rem;
  }
  
  .member-modify .td.address > input {
    margin-bottom: 8px;
  }
  
  .member-modify .td.address .box {
    flex-direction: column;
    gap: 8px;
  }

  
  .member-info  .button-wrap,
  .member-modify  .button-wrap {
    gap: 0 20px;
  }

  .member-info  .button,
  .member-modify  .button {
    width: 200px;
    height: 35px;
    font-size: 1.4rem;
  }
}
/* ----------------- E : Dealer Member Info ----------------- */

/* ----------------- S : Dealer Warranty Check ----------------- */
.warranty-check .mo {
  display: none;
}

@media(max-width:1024px) {
  .warranty-check .pc {
    display: block;
  }
}
@media(max-width:768px) {
  .warranty-check .mo {
    display: block;
  }
 
  .warranty-check .pc {
    display: none;
  }
}
/* ----------------- E : Dealer Warranty Check ----------------- */