@charset "UTF-8";

/* new-main */
#new-main {
  background: url("/img/hc_kv_pc.jpg") 50% no-repeat;
  background-size: cover;
}
#new-main .width-wrap {
  padding: var(--padding296);
  display: flex;
  justify-content: flex-end;
}
#new-main .width-wrap .title-area img {
  width: 135.385px;
}
#new-main .width-wrap .title-area h1 {
  font-size: 54px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -2.16px;
  margin: 27px 0 -1px;
}
#new-main .width-wrap .title-area h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.8px;
}
#new-main .width-wrap .title-area a {
  margin-top: 38px;
}

/* main */
#main .width-wrap {
  padding: var(--padding100);
}
#main .width-wrap .title-zone {
  text-align: center;
}
#main .width-wrap .title-zone h5:nth-child(2) {
  font-weight: 800;
  margin: 50px 0 35px 0;
}
#main .width-wrap .category-zone ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px 0 0;
}
#main .width-wrap .category-zone ul li {
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  margin-right: 30px;
}
#main .width-wrap .category-zone ul li:last-child {
  margin-right: 0;
}
#main .width-wrap .swiper-zone .swiper-wrap-zone {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
#main .width-wrap .category-zone:nth-child(4) ul {
  margin-top: -35px;
}
#main
  .width-wrap
  .swiper-zone
  .swiper-wrap-zone
  .swiper
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
}
#main .width-wrap .swiper-zone .swiper-wrap-zone .swiper .swiper-btn {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main .width-wrap .swiper-zone .swiper-wrap-zone .swiper-button-prev:after,
#main .width-wrap .swiper-zone .swiper-wrap-zone .swiper-button-next:after {
  display: none;
}
#main .width-wrap .swiper-zone .swiper-wrap-zone .swiper-button-next img {
  transform: rotate(180deg);
}
#main .width-wrap .swiper-zone .swiper-wrap-zone .swiper-button-next {
  right: -85px;
}
#main .width-wrap .swiper-zone .swiper-wrap-zone .swiper-button-prev {
  left: -85px;
}
#main .width-wrap .swiper-zone .swiper-wrap-zone .swiper-button-prev img,
#main .width-wrap .swiper-zone .swiper-wrap-zone .swiper-button-next img {
  width: 25px;
}
#main .width-wrap .swiper-zone .swiper-wrap-zone .swiper-pagination {
  bottom: -50px;
}
.swiper-pagination-bullet {
  width: 108.57px;
  height: 2px;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: #000;
}
#main .width-wrap .mobile-area .mobile-zone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
#main .width-wrap .mobile-area .mobile-zone .box img {
  width: 100%;
}

/* vod */
#vod .width-wrap {
  max-width: 1008px;
  padding: var(--padding100);
}
#vod .width-wrap .box-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 12px;
}
#vod .width-wrap .box-area .box-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#vod .width-wrap .box-area .box-zone .box img {
  width: 100%;
}
#vod .width-wrap .box-area .box-zone .box .index {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 45px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-radius: 0px 0px 15px 15px;
  padding: 47px 0;
  margin-top: -4px;
}
#vod .width-wrap .box-area a {
  margin-top: 28px;
  padding: 12px 37px !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

/* banner01 */
#banner01 .width-wrap {
  padding: var(--padding1020);
}
#banner01 .width-wrap .banner-area {
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#banner01 .width-wrap .banner-area img {
  width: 1820px;
}
#banner01 .width-wrap .banner-area .text-zone {
  position: absolute;
  padding-left: 50px;
}
#banner01 .width-wrap .banner-area .text-zone h6 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 34px;
  letter-spacing: 0.15em;
}
#banner01 .width-wrap .banner-area .text-zone h2 {
  font-size: 48px;
  line-height: 58px;
}
#banner01 .width-wrap .banner-area .text-zone a {
  margin-top: 23px;
}

/* home-class */
#home-class .width-wrap-xlarge .contant-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-class .width-wrap-xlarge .contant-area:before {
  content: "";
  position: absolute;
  width: 1px;
  max-height: 100px;
  height: 100%;
  background: #fff;
  z-index: 2;
  bottom: 10%;
}
#home-class .width-wrap-xlarge .contant-area:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #000;
  z-index: -1;
  top: 90%;
}
#home-class .width-wrap-xlarge .contant-area.long:before {
  animation: long 1.28s linear;
}
#home-class .width-wrap-xlarge .contant-area.long:after {
  animation: long2 1.28s linear;
}
#home-class .width-wrap-xlarge .contant-area img {
  width: 100%;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
}
#home-class .width-wrap-xlarge .contant-area .background-op {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
}
#home-class .width-wrap-xlarge .contant-area .text-zone {
  position: absolute;
  color: var(--white);
  text-align: center;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.7));
  z-index: 1;
}
#home-class .width-wrap-xlarge .contant-area .text-zone h2 {
  margin: 60px 0 50px 0;
}

/* category */
#category .width-wrap {
  padding: var(--padding1020);
}
#category .width-wrap .top-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 50px;
}
#category .width-wrap .top-area .box-zone img {
  width: 100%;
}
#category .width-wrap .top-area .box-zone h5 {
  font-weight: 700;
  margin-top: 30px;
}
#category .width-wrap .bottom-area .application-zone {
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 60px;
}
#category .width-wrap .bottom-area .application-zone img {
  width: 1180px;
}
#category .width-wrap .bottom-area .application-zone .text {
  position: absolute;
  padding-left: 80px;
  color: var(--white);
}
#category .width-wrap .bottom-area .application-zone .text h6 {
  margin: 34px 0;
}

/* partner */
#partner .width-wrap {
  padding: var(--paddingfixed2025);
}
#partner .width-wrap:before {
  content: url("/img/img_main_samsung.png");
  position: absolute;
  top: 110px;
}
#partner .width-wrap .top-area {
  position: relative;
}
#partner .width-wrap .top-area:before {
  content: "#Samsung Experience";
  font-family: "SUIT" !important;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  position: absolute;
  top: -50px;
}
#partner .width-wrap .top-area .banner-zone {
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#partner .width-wrap .top-area .banner-zone img {
  width: 1180px;
}
#partner .width-wrap .top-area .banner-zone .text {
  position: absolute;
  padding-left: 80px;
}
#partner .width-wrap .top-area .banner-zone .text h6,
#partner .width-wrap .top-area .banner-zone .text h3 {
  margin-bottom: 30px;
}
#partner .width-wrap .bottom-area .title-zone {
  text-align: center;
  margin-top: 80px;
}
#partner .width-wrap .bottom-area .title-zone h4 {
  font-weight: 700;
  line-height: 38px;
}
#partner .width-wrap .bottom-area .title-zone .po-col {
  margin: 24px 0 60px 0;
}
#partner .width-wrap .bottom-area .title-zone h6 {
  font-weight: 700;
}
#partner .width-wrap .bottom-area .title-zone a {
  margin: 0 auto 60px;
}
#partner .width-wrap .bottom-area .box-zone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
}
#partner .width-wrap .bottom-area .box-zone .box {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 15px;
  padding: 20px 25px;
}
#partner .width-wrap .bottom-area .box-zone .box img {
  width: 111px;
  margin-right: 25px;
}
#partner .width-wrap .bottom-area .box-zone .box .text h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}
#partner .width-wrap .bottom-area .box-zone .box .text h5 {
  font-weight: 700;
  line-height: 31px;
}

/* find */
#find .width-wrap .title-area:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 200px;
  background: var(--black);
  top: -5%;
}
#find .width-wrap {
  padding: var(--padding2520);
}
#find .width-wrap .title-area {
  text-align: center;
}
#find .width-wrap .title-area h3 {
  font-size: 40px;
  line-height: 60px;
}
#find .width-wrap .title-area h6 {
  margin: 40px 0 80px 0;
}
#find .width-wrap .box-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 30px;
}
#find .width-wrap .box-area .box:nth-child(4) {
  margin-top: -75px;
}
#find .width-wrap .box-area .box:nth-child(6) {
  margin-top: -107px;
}
#find .width-wrap .box-area .box img {
  width: 100%;
}
#find .width-wrap .box-area .box h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-top: 24px;
}
#find .width-wrap .box-area .box h6 {
  font-weight: 700;
  font-size: 19px;
  margin: 24px 0;
}

/* inquiry */
#inquiry {
  background: #f7f7f7;
}
#inquiry .width-wrap {
  max-width: 900px;
  padding: var(--padding200);
}
#inquiry .width-wrap .inquiry-area {
  background: #ffffff;
  border-radius: 40px;
  padding: 140px 100px;
}
#inquiry .width-wrap .inquiry-area .title-zone h6:first-child {
  display: flex;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0.15em;
}
#inquiry .width-wrap .inquiry-area .title-zone h6 img {
  width: 121px;
  margin-right: 5px;
}
#inquiry .width-wrap .inquiry-area .title-zone h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  margin: 40px 0;
}
#inquiry .width-wrap .inquiry-area .title-zone h6 .bold {
  font-weight: 600;
}
#inquiry .width-wrap .inquiry-area .title-zone h3 .bold {
  font-weight: 700;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
  margin-top: 44px;
  padding-top: 16px;
  overflow: hidden;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .input {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  height: fit-content;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .input:nth-child(3),
#inquiry .width-wrap .inquiry-area .inquiry-zone .input:nth-child(4),
#inquiry .width-wrap .inquiry-area .inquiry-zone .input:nth-child(5),
#inquiry .width-wrap .inquiry-area .inquiry-zone .input-btn,
#inquiry .width-wrap .inquiry-area .inquiry-zone .text-zone,
#inquiry .width-wrap .inquiry-area .inquiry-zone .btn-zone {
  grid-column: 1/3;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .btn-zone {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .btn-zone a {
  width: calc(100% - 4px) !important;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .btn-zone a,
#inquiry .width-wrap .inquiry-area .inquiry-zone .btn-zone button {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .input label {
  position: absolute;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #909090;
  top: 1px;
  transition: all 0.25s linear;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .input:nth-child(4) label {
  top: 0;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .input-btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .input-btn:nth-child(4) {
  margin: 11px 0 28px;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .input-btn label {
  display: flex;
  align-items: center;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .personal-info {
  grid-column: 1/3;
  margin-bottom: 40px;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .personal-info h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .personal-info hr {
  height: 1.5px;
  background: #000;
  border: none;
  margin: 9px 0 12px;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .personal-info h6 {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #777;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .personal-info h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
#inquiry
  .width-wrap
  .inquiry-area
  .inquiry-zone
  .personal-info
  h5:nth-child(8) {
  margin-top: 28px;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .personal-info .scroll-box {
  border: 2px solid #cccccc;
}
#inquiry
  .width-wrap
  .inquiry-area
  .inquiry-zone
  .personal-info
  .scroll-box:nth-child(6),
#inquiry
  .width-wrap
  .inquiry-area
  .inquiry-zone
  .personal-info
  .scroll-box:nth-child(9) {
  margin: 11px 0 16px;
}
#inquiry
  .width-wrap
  .inquiry-area
  .inquiry-zone
  .personal-info
  .scroll-box
  .box-width-wrap {
  padding: 15px;
}
#inquiry
  .width-wrap
  .inquiry-area
  .inquiry-zone
  .personal-info
  .scroll-box
  .box-width-wrap
  h6 {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 16px;
}
#inquiry
  .width-wrap
  .inquiry-area
  .inquiry-zone
  .personal-info
  .scroll-box
  .box-width-wrap
  .table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}
#inquiry
  .width-wrap
  .inquiry-area
  .inquiry-zone
  .personal-info
  .scroll-box:nth-child(9)
  .box-width-wrap
  .table {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#inquiry
  .width-wrap
  .inquiry-area
  .inquiry-zone
  .personal-info
  .scroll-box
  .box-width-wrap
  .table
  li {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding: 8px 0;
  color: #777;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea,
input[type="number"],
input[type="text"] {
  border-bottom: 1px solid #8c8c8c;
  width: 100%;
  padding-bottom: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: 0;
  border-radius: 0;
}
input[type="checkbox"] {
  opacity: 0;
  margin-right: 8px;
}
.check-mark {
  position: absolute;
  border: 1px solid #777777;
  border-radius: 50px;
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
.check-mark-after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--po-color);
  border-radius: 50px;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  opacity: 0;
}
input[type="checkbox"]:checked ~ .check-mark {
  opacity: 0;
}
input[type="checkbox"]:checked ~ .check-mark-after {
  opacity: 1;
}
textarea {
  height: 162px;
}
textarea,
input[type="number"],
input[type="text"] {
  z-index: 1;
  background: inherit;
  font-family: "Apple SD Gothic Neo";
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #909090;
}
textarea:focus,
textarea:valid,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="number"]:valid,
input[type="text"]:valid {
  color: var(--po-color);
  border-bottom: 2px solid var(--po-color);
}
textarea:focus ~ label,
textarea:valid ~ label,
input[type="text"]:focus ~ label,
input[type="number"]:focus ~ label,
input[type="number"]:valid ~ label,
input[type="text"]:valid ~ label {
  font-size: 16px !important;
  top: -21px !important;
  color: var(--po-color) !important;
}
textarea:focus ~ label .invisible,
textarea:valid ~ label .invisible,
input[type="text"]:focus ~ label .invisible,
input[type="text"]:valid ~ label .invisible {
  display: none;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .text-zone {
  margin: 0 0 18px;
}
#inquiry .width-wrap .inquiry-area .inquiry-zone .text-zone h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #777777;
}

/* responsive */
@media all and (max-width: 1400px) {
  #main .width-wrap {
    width: 90%;
  }
}

@media all and (max-width: 1200px) {
  #new-main {
    background-position-x: 51%;
  }
  #banner01 .width-wrap .banner-area img {
    position: relative;
    left: 50%;
    transform: translateX(-780px);
  }
  #home-class .width-wrap-xlarge .contant-area .background-op {
    width: 1920px;
  }
  #home-class .width-wrap-xlarge .contant-area img {
    width: 1920px;
  }
  #home-class .width-wrap-xlarge .contant-area .text-zone {
    width: 95%;
  }
}

@media all and (max-width: 1025px) {
  .swiper-pagination-bullet {
    width: 100px;
  }
}

@media all and (max-width: 1000px) {
  #new-main {
    background-position-x: 72%;
  }
  #new-main .width-wrap .title-area h1 {
    font-size: 56px;
    line-height: 90px;
  }
  #new-main .width-wrap .title-area h5 {
    font-size: 24px;
    line-height: 36px;
  }
  #main .width-wrap .category-zone ul {
    margin: 60px 0 0;
  }
  #main .width-wrap .swiper-zone .swiper-wrap-zone .swiper-button-next {
    right: -55px;
  }
  #main .width-wrap .swiper-zone .swiper-wrap-zone .swiper-button-prev {
    left: -55px;
  }
  .swiper-pagination-bullet {
    width: 80px;
  }
  #banner01 .width-wrap .banner-area img {
    transform: translateX(-845px);
  }
  #category .width-wrap .top-area {
    gap: 30px 25px;
  }
  #category .width-wrap .bottom-area .application-zone {
    margin-top: 30px;
  }
  #category .width-wrap .bottom-area .application-zone img {
    position: relative;
    left: 50%;
    transform: translateX(-517px);
  }
  #partner .width-wrap .top-area .banner-zone img {
    position: relative;
    left: 50%;
    transform: translateX(-590px);
  }
  #partner .width-wrap .bottom-area .box-zone .box img {
    width: 90px;
    margin-right: 25px;
  }
  #find .width-wrap .box-area {
    gap: 40px 20px;
    grid-template-columns: 1fr 1fr;
  }
  #find .width-wrap .box-area .box:nth-child(3) {
    margin-top: -77px;
  }
  #find .width-wrap .box-area .box:nth-child(6),
  #find .width-wrap .box-area .box:nth-child(4) {
    margin-top: 18px;
  }
  #find .width-wrap .box-area .box:nth-child(5) {
    margin-top: -83px;
  }
}

@media all and (max-width: 865px) {
  #new-main {
    background-position-x: 77%;
  }
}

@media all and (max-width: 805px) {
  #new-main .width-wrap .title-area h1 {
    margin: 20px 0 -1px;
  }
  #new-main .width-wrap .title-area h5 {
    font-size: 23px;
    line-height: 34px;
  }
  .swiper-pagination-bullet {
    width: 65px;
  }
  #banner01 .width-wrap .banner-area img {
    transform: translateX(-896px);
  }
  #banner01 .width-wrap .banner-area .text-zone h2 {
    font-size: 44px;
    line-height: 58px;
  }
  #partner .width-wrap .top-area .banner-zone .text,
  #category .width-wrap .bottom-area .application-zone .text {
    padding-left: 50px;
  }
  #partner .width-wrap .bottom-area .box-zone .box .text h5 {
    line-height: 25px;
  }
  #find .width-wrap .title-area:before {
    height: 180px;
  }
  #find .width-wrap .title-area h6 {
    margin: 30px 0 60px 0;
  }
  #inquiry .width-wrap .inquiry-area {
    padding: 90px 70px;
  }
  #inquiry .width-wrap .inquiry-area .inquiry-zone .text-zone {
    margin: 0 0 10px;
  }
}

@media all and (max-width: 700px) {
  #new-main {
    background: url("/img/hc_kv_mo.jpg") 50% no-repeat;
    background-size: cover;
  }
  #new-main .width-wrap {
    justify-content: center;
  }
  #new-main .width-wrap .title-area {
    text-align: center;
  }
  #new-main .width-wrap .title-area h1 {
    font-size: 52px;
    line-height: 62px;
    margin: 35px 0 11px;
  }
  #new-main .width-wrap .title-area a {
    margin: 38px auto 0;
  }
  #main .width-wrap .title-zone h5:nth-child(2) {
    margin: 25px 0;
  }
  #main .width-wrap .category-zone ul {
    margin: 50px 0 30px 0;
  }
  #main .width-wrap .category-zone:last-child ul {
    margin-bottom: 0;
  }
  #main .width-wrap .category-zone ul li {
    font-size: 16px;
    line-height: 37px;
  }
  #vod .width-wrap .box-area {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 33.5px 0;
  }
  #vod .width-wrap .box-area .box-zone:nth-child(2) {
    order: 3;
  }
  #vod .width-wrap .box-area a:nth-child(4) {
    order: 4;
  }
  #vod .width-wrap .box-area .box-zone .box .index {
    font-size: 24px;
    line-height: 36px;
  }
  #banner01 .width-wrap .banner-area img {
    width: 1411px;
    transform: translateX(-777px);
  }
  #banner01 .width-wrap .banner-area .text-zone h2 {
    font-size: 28px;
    line-height: 34px;
  }
  #banner01 .width-wrap .banner-area .text-zone h6 {
    font-size: 14px;
    line-height: 19px;
  }
  #home-class .width-wrap-xlarge .contant-area .background-op,
  #home-class .width-wrap-xlarge .contant-area img {
    width: 972px;
  }
  #home-class .width-wrap-xlarge .contant-area:after,
  #home-class .width-wrap-xlarge .contant-area:before {
    height: 65px;
  }
  #home-class .width-wrap-xlarge .contant-area .text-zone h2 {
    margin: 30px 0 20px 0;
  }
  #category .width-wrap .top-area {
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
  #category .width-wrap .bottom-area .application-zone img {
    transform: translateX(0);
    left: auto;
  }
  #category .width-wrap .top-area .box-zone h5 {
    margin-top: 16px;
  }
  #partner .width-wrap {
    padding-bottom: 100px;
  }
  #partner .width-wrap:before {
    content: url(/img/img_main_samsung.png);
    position: absolute;
    top: 60px;
  }
  #partner .width-wrap .top-area .banner-zone img {
    transform: translateX(-716px);
  }
  #partner .width-wrap .top-area .banner-zone .text,
  #category .width-wrap .bottom-area .application-zone .text {
    padding-left: 30px;
  }
  #partner .width-wrap .bottom-area .title-zone h4 {
    font-size: 28px;
  }
  #partner .width-wrap .bottom-area .box-zone {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 50px;
  }
  #partner .width-wrap .bottom-area .box-zone .box .text h5 {
    font-size: 20px;
  }
  #find .width-wrap {
    padding-top: 100px;
  }
  #find .width-wrap .title-area:before {
    height: 100px;
    top: -1.6%;
  }
  #find .width-wrap .title-area h3 {
    font-size: 32px;
    line-height: 48px;
  }
  #find .width-wrap .box-area {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #find .width-wrap .box-area .box:nth-child(3) {
    margin-top: 0;
  }
  #find .width-wrap .box-area .box:nth-child(6),
  #find .width-wrap .box-area .box:nth-child(4) {
    margin-top: 0;
  }
  #find .width-wrap .box-area .box:nth-child(5) {
    margin-top: 0;
  }
  #inquiry .width-wrap .inquiry-area {
    padding: 50px 15px;
    border-radius: 15px;
  }
  #inquiry .width-wrap .inquiry-area .title-zone h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0;
  }
  #inquiry .width-wrap .inquiry-area .inquiry-zone {
    grid-template-columns: 100%;
    gap: 20px;
    margin-top: 24px;
  }
  #inquiry .width-wrap .inquiry-area .inquiry-zone .personal-info,
  #inquiry .width-wrap .inquiry-area .inquiry-zone .input:nth-child(3),
  #inquiry .width-wrap .inquiry-area .inquiry-zone .input:nth-child(4),
  #inquiry .width-wrap .inquiry-area .inquiry-zone .input:nth-child(5),
  #inquiry .width-wrap .inquiry-area .inquiry-zone .input-btn,
  #inquiry .width-wrap .inquiry-area .inquiry-zone .text-zone,
  #inquiry .width-wrap .inquiry-area .inquiry-zone .btn-zone {
    grid-column: 1/2;
  }
  #inquiry .width-wrap .inquiry-area .inquiry-zone .input-btn {
    margin: 20px 0;
  }
  #inquiry .width-wrap .inquiry-area .inquiry-zone .text-zone {
    margin: 0 0 5px;
  }
  #inquiry .width-wrap .inquiry-area .inquiry-zone .personal-info {
    margin-bottom: 0;
  }
  textarea:focus ~ label,
  textarea:valid ~ label,
  input[type="text"]:focus ~ label,
  input[type="number"]:focus ~ label,
  input[type="number"]:valid ~ label,
  input[type="text"]:valid ~ label {
    top: -19px !important;
    font-size: 15px !important;
  }
  textarea,
  input[type="number"],
  input[type="text"] {
    font-size: 17px;
    line-height: 24px;
  }
}

@media all and (max-width: 650px) {
  #inquiry .width-wrap .inquiry-area .inquiry-zone .btn-zone {
    grid-template-columns: 100%;
  }
  #inquiry
    .width-wrap
    .inquiry-area
    .inquiry-zone
    .personal-info
    .scroll-box:nth-child(9)
    .box-width-wrap
    .table {
    grid-template-columns: 1fr 1fr;
  }
  #inquiry
    .width-wrap
    .inquiry-area
    .inquiry-zone
    .personal-info
    .scroll-box:nth-child(9)
    .box-width-wrap
    .table
    li:nth-child(3),
  #inquiry
    .width-wrap
    .inquiry-area
    .inquiry-zone
    .personal-info
    .scroll-box:nth-child(9)
    .box-width-wrap
    .table
    li:nth-child(4) {
    order: 4;
  }
  #inquiry
    .width-wrap
    .inquiry-area
    .inquiry-zone
    .personal-info
    .scroll-box:nth-child(9)
    .box-width-wrap
    .table
    li:nth-child(5),
  #inquiry
    .width-wrap
    .inquiry-area
    .inquiry-zone
    .personal-info
    .scroll-box:nth-child(9)
    .box-width-wrap
    .table
    li:nth-child(6) {
    order: 3;
  }
  #inquiry
    .width-wrap
    .inquiry-area
    .inquiry-zone
    .personal-info
    .scroll-box:nth-child(9)
    .box-width-wrap
    .table
    li:nth-child(7),
  #inquiry
    .width-wrap
    .inquiry-area
    .inquiry-zone
    .personal-info
    .scroll-box:nth-child(9)
    .box-width-wrap
    .table
    li:nth-child(8) {
    order: 5;
  }
}

@media all and (max-width: 455px) {
  #new-main .width-wrap .title-area img {
    width: 150px;
  }
  #new-main .width-wrap .title-area h1 {
    font-size: 44px;
    line-height: 49px;
  }
  #new-main .width-wrap .title-area h5 {
    font-size: 19px;
    line-height: 28px;
  }
}

@media all and (max-width: 425px) {
  #banner01 .width-wrap .banner-area img {
    width: 1142px;
    transform: translateX(-603px);
  }
  #banner01 .width-wrap .banner-area .text-zone {
    padding-left: 15px;
  }
  #banner01 .width-wrap .banner-area .text-zone h6 {
    margin-bottom: 20px;
  }
  #home-class .width-wrap-xlarge .contant-area .background-op,
  #home-class .width-wrap-xlarge .contant-area img {
    width: 645px;
  }
  #home-class .width-wrap-xlarge .contant-area:after,
  #home-class .width-wrap-xlarge .contant-area:before {
    height: 43px;
  }
  #partner .width-wrap .bottom-area .title-zone .po-col {
    margin: 16px 0 30px 0;
  }
  #partner .width-wrap .bottom-area .box-zone .box img {
    width: 78px;
    margin-right: 15px;
  }
  #partner .width-wrap .bottom-area .box-zone .box .text h5 {
    font-size: 16px;
    line-height: 18px;
  }
  #find .width-wrap .title-area h3 {
    font-size: 24px;
    line-height: 36px;
  }
  #find .width-wrap .title-area h6 {
    margin: 20px 0 50px 0;
    font-size: 11.7px;
    line-height: 19.2px;
  }
  #find .width-wrap .box-area .box h5 {
    margin-top: 16px;
  }
  #find .width-wrap .box-area .box h6 {
    font-size: 16px;
    margin: 20px 0;
  }
  #inquiry .width-wrap .inquiry-area .title-zone h6 img {
    width: 81px;
  }
  #inquiry .width-wrap .inquiry-area .title-zone h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 20px 0;
  }
  #inquiry .width-wrap .inquiry-area .title-zone h6 {
    font-size: 12px;
    line-height: 19px;
  }
  #inquiry .width-wrap .inquiry-area .inquiry-zone .input label {
    font-size: 13px;
    line-height: 19.5px;
  }
  #inquiry .width-wrap .inquiry-area .inquiry-zone .input-btn,
  textarea,
  input[type="number"],
  input[type="text"] {
    font-size: 13px;
    line-height: 19.5px;
  }
  #inquiry .width-wrap .inquiry-area .inquiry-zone .text-zone h6 {
    font-size: 12px;
    line-height: 19.5px;
  }
  textarea:focus ~ label,
  textarea:valid ~ label,
  input[type="text"]:focus ~ label,
  input[type="number"]:focus ~ label,
  input[type="number"]:valid ~ label,
  input[type="text"]:valid ~ label {
    top: -14px !important;
    font-size: 10px !important;
  }
  textarea,
  input[type="number"],
  input[type="text"] {
    width: 96%;
  }
}

@media all and (max-width: 375px) {
  #new-main .width-wrap .title-area img {
    width: 101.54px;
  }
  #new-main .width-wrap .title-area h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 19px 0 9px;
  }
  #new-main .width-wrap .title-area h5 {
    font-size: 14px;
    line-height: 21px;
  }
}
