@charset "utf-8";

/*======== 공통 ========*/

:root {
  --font-size-88: 88px;
  --font-size-64: 64px;
  --font-size-60: 60px;
  --font-size-55: 55px;
  --font-size-50: 50px;
  --font-size-48: 48px;
  --font-size-46: 46px;
  --font-size-40: 40px;
  --font-size-38: 38px;
  --font-size-36: 36px;
  --font-size-32: 32px;
  --font-size-28: 28px;
  --font-size-24: 24px;
  --font-size-22: 22px;
  --font-size-20: 20px;
  --font-size-18: 18px;
  --font-size-17: 17px;
  --font-size-16: 16px;
  --font-size-15: 15px;
  --padding-25: 25rem;
  --padding-20: 20rem;
  --padding-12: 12rem;
  --padding-6: 6rem;
}

@media (max-width: 1440px) {
  :root {
    --font-size-88: 60px;
    --font-size-64: 40px;
    --font-size-60: 36px;
    --font-size-55: 34px;
    --font-size-50: 32px;
    --font-size-48: 30px;
    --font-size-46: 28px;
    --font-size-40: 26px;
    --font-size-38: 24px;
    --font-size-36: 23px;
    --font-size-32: 22px;
    --font-size-28: 20px;
    --font-size-24: 18px;
    --font-size-22: 18px;
    --font-size-20: 17px;
    --font-size-18: 16px;
    --font-size-16: 15px;
    --font-size-15: 14px;
    --padding-25: 20rem;
    --padding-20: 12rem;
    --padding-12: 8rem;
    --padding-6: 4rem;
  }
}

.top-btn {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem;
  border: 1px solid rgba(225, 225, 225, 0.3);
  z-index: 99;
  background-color: #000;
  border-radius: 50%;
}
.quick-btn {
  position: fixed;
  right: 2rem;
  bottom: calc(2rem + 7.5rem);
  height:5.5rem;
  z-index: 99;
}
.quick-btn img {
	height:100%;
	width:auto;
}

.swiper-wrapper {
  height: auto;
}
.img-box img {
  width: 100%;
  max-width: 100%;
  /* object-fit: scale-down; */
}
.t-red {
  font-weight: 700;
  color: var(--Color---primary-color, #ff807d);
}
.title-box {
  color: var(--Color---black, #0e0e0e);
}
.title-box h2 {
  margin-bottom: 2rem;
  font-size: 58px;
  text-transform: uppercase;
}
.title-box span {
  display: block;
  margin-bottom: 4.8rem;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.title-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.more-btn {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  z-index: 9;
  font-size: var(--font-18);
  font-weight: 600;
  line-height: 1.6;
  color: var(--Color---black, #0e0e0e);
  text-transform: uppercase;
}

.main-wrap {
  margin-top: 90px;
}

.slide-nav .btn {
  width: 8rem;
  height: 8rem;
  padding: 0;
  z-index: 99;
  background: transparent;
  line-height: 0;
  border-radius: 50%;
}

.slide-nav .btn img {
  width: 100%;
}

/*======== visual ========*/
.main-visual {
  position: relative;
  width: 100%;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  background: url(../img/main_visual01.jpg) no-repeat center/cover;
}
.main-visual .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-box {
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.mv-box h2 {
  font-size: var(--font-size-64);
}
.mv-box p {
  margin: 1.6rem 0 4rem;
  font-size: var(--font-size-40);
  color: #4bc3ff;
}
.mv-box span {
  font-size: var(--font-size-24);
  opacity: 0.8;
}
/* ms01 */
.ms01 {
  position: relative;
  padding: var(--padding-6) 0;
}

.ms01 .inner {
  max-width: 96%;
}

.banner-wrap {
  display: flex;
  gap: 2rem;
  margin: 0 auto;
}

.main-banner {
  position: relative;
  min-height: 42rem;
  flex: 1;
  overflow: hidden;
  background: #000 center/cover no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background 0.2s;
}
.main-banner::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  inset: 0;
}
.main-banner a {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
	z-index:1;
}
.banner-text {
  position: absolute;
  bottom: 6rem;
  left: 6rem;
  z-index: 2;
  color: #fff;
}
.banner-text h2 {
  margin: 0 0 0.5rem;
  font-size: var(--font-size-60);
  font-weight: 700;
}
.banner-text p {
  margin: 0;
  font-size: var(--font-size-60);
  font-weight: 700;
}

.banner-tabs {
  width: 30%;
  min-width: 40rem;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
.banner-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 2.4rem 2.8rem;
  background: #f2f2f2;
  font-size: var(--font-size-28);
  font-weight: 600;
  cursor: pointer;
}

.banner-tab span {
  padding-top: 10rem;
  line-height: 1.45;
}

.banner-tab.bnr01 {
  background: url(../img/ms01_bnr_small01.jpg) no-repeat right/cover;
  color: #fff;
}
.banner-tab.bnr02 {
  background: url(../img/ms01_bnr_small02.jpg) no-repeat right/cover;
}
.banner-tab.bnr03 {
  background: url(../img/ms01_bnr_small03.jpg) no-repeat right/cover;
  color: #fff;
}
.banner-tab.bnr04 {
  background: url(../img/ms01_bnr_small04.jpg) no-repeat right/cover;
}

.banner-tab img {
  width: 8rem;
  height: auto;
}

@media (max-width: 1440px) {
  .banner-tab span {
    padding-top: 3rem;
  }
}
@media (max-width: 1024px) {
  .ms01 .inner {
    max-width: none;
  }
  .banner-wrap {
    flex-direction: column;
  }
  .banner-text {
    bottom: 2rem;
    left: 2rem;
  }
  .banner-text h2,
  .banner-text p {
    font-size: var(--font-size-38);
  }
  .banner-tabs {
    width: 100%;
    min-width: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    order: 2;
  }
  .banner-tab {
    width: 49%;
    flex: auto;
    font-size: var(--font-size-20);
  }
  .quick-btn {
    display: none;
  }
}

/* ms02 */
.ms02 {
  position: relative;
  padding: var(--padding-12) 0;
}
.main-pd {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.main-pd .text-box {
  flex: 1 1 50%;
  line-height: 1.5;

  .main-pd .label img {
    margin-top: -4px;
  }

  .main-pd .label img {
    margin-top: -4px;
  }
}
.main-pd .title {
  margin: 0 0 2.4rem;
  font-size: var(--font-size-40);
  font-weight: 700;
  line-height: 1.4;
}
.main-pd .desc {
  margin: 0 0 5rem;
  font-size: var(--font-size-20);
  color: #777777;
  line-height: 1.6;
}

.main-pd .nav {
  display: flex;
  gap: 2.4rem;
}
.main-pd .btn {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background: #fff;
  cursor: pointer;
}
.main-pd .btn::before {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  margin: auto;
  background: url(../img/chevron-left.svg) no-repeat center/cover;
  inset: 0;
}
.main-pd .next::before {
  background: url(../img/chevron-right.svg) no-repeat center/cover;
}

.main-pd .pd-swiper {
  width: 50%;
  padding: 2rem 0;
  overflow: hidden;
}
.main-pd .swiper-slide {
/*   display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center; */
}
.main-pd .swiper-slide a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
	}
.main-pd .swiper-slide .img-box {
  margin-bottom: 1.2rem;
  background: #f3f3f3;
  border-radius: 50%;
}
.main-pd .label {
  font-size: var(--font-size-24);
  font-weight: 700;
}
.main-pd .label img {
  margin-top: -0.5rem;
  margin-left: 0.5rem;
}

/* 반응형(main-pd) */
@media (max-width: 1024px) {
  .main-pd .inner {
    flex-direction: column;
    text-align: center;
  }
  .main-pd .pd-swiper {
    width: 100%;
  }
}

/* ms03 */
.ms03 {
  padding: var(--padding-12) 0;
  background: #1c1c1c;
  color: #fff;
}
.main-info {
  background: #1b1b1b;
  color: #111;
}
.main-info-title {
  margin-bottom: 6rem;
  font-size: var(--font-size-40);
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.main-info-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 3rem;
  overflow: hidden;
  background: #fff;
  border-radius: 1rem;
}
.main-info-map {
  min-width: 30rem;
  height: 37rem;
  flex: 2 1 60%;
  border-bottom: 1px solid #ddd;
}
.main-info-map .root_daum_roughmap,
.main-info-map .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.main-info-map .cont,
.main-info-map .root_daum_roughmap .wrap_btn_zoom {
  display: none;
}

.main-info-right {
  flex: 1 1 35%;
  padding: 3.6rem;
  box-sizing: border-box;
}
.info-title {
  margin-bottom: 2.4rem;
  font-size: var(--font-size-28);
  font-weight: 700;
}
.info-list {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}
.info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: var(--font-size-18);
  line-height: 1.4;
}
.info-list .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.info-list strong {
  min-width: 9rem;
  display: inline-block;
  font-weight: 500;
  color: #394e74;
}
.icon.mail {
  background-image: url("../img/icon_email.svg");
}
.icon.addr {
  background-image: url("../img/icon_location.svg");
}
.icon.time {
  background-image: url("../img/icon_headphone.svg");
}
.icon.phone {
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/icon_call.svg") no-repeat center / cover;
}

.phone-btn {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1.5rem;
  background: #394e74;
  font-size: var(--font-size-28);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 0.6rem;
}

/* 폼 영역 */
.main-info-form {
  display: flex;
  gap: 2rem;
  margin: 0 auto;
  padding: 3rem 2rem 2.5rem;
  background: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
}
.main-info-form .form-row {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
  /* margin-bottom: 2rem; */
}
.form-group {
  min-width: 25rem;
  flex: 1 1 30%;
}
.form-group label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 16px;
  font-weight: 700;
}
.form-group .req {
  margin-left: 0.3rem;
  color: #394e74;
}
.form-group input {
  width: 100%;
  padding: 1rem 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  outline: none;
  background: transparent;
  font-size: 16px;
}
.form-group input:focus {
  border-color: #2f3a59;
}

/* 하단 버튼 & 동의 */
.form-bottom {
  width: 20rem;
  display: flex;
  gap: 1rem;
  /* justify-content: space-between; */
  /* align-items: center; */
  flex-wrap: wrap;
}
.agree {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.agree input {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.agree .check {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.agree input:checked + .check {
  border-color: #2f3a59;
  background: #2f3a59;
}
.agree input:checked + .check::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.8rem;
  width: 0.6rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.submit-btn {
  width: 100%;
  padding: 1.2rem 2.5rem;
  border: 0;
  background: #2f3a59;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  transition: background 0.2s;
  cursor: pointer;
  border-radius: 0.6rem;
}
.submit-btn:hover {
  background: #23314f;
}

/* footer */
.footer-wrap {
  padding: 3.2rem 0;
  background: #222;
  color: #fff;
}
.ft-top {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ft-bot {
  position: relative;
}
.ft-link {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.ft-link > li::after {
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  margin-left: 1.6rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.ft-link > li:last-child:after {
  display: none;
}
.ft-link a {
  color: #fff;
}
.ft-address {
  margin: 2.7rem 0 2rem;
}
.ft-address dl {
  display: flex;
  margin-top: 0.6rem;
  font-size: 14px;
}
.ft-address dt {
  width: 10rem;
  font-weight: 500;
}
.ft-address dd {
  color: rgba(255, 255, 255, 0.6);
}
.ft-logo {
  position: absolute;
  top: 0;
  right: 20px;
}
.ft-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  /* text-transform: uppercase; */
}
/* 하단 언어변경 버튼 */
footer .language_btn {
  position: relative;
  font-size: 0;
}
footer .language_btn button {
  display: block;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
}
footer .language_btn button img {
  max-width: 100%;
}
footer .language_btn .lang_list {
  position: absolute;
  top: 150%;
  left: 50%;
  width: 80px;
  display: none;
  padding: 12px 10px;
  border: rgba(0, 0, 0, 0.05) solid 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;
  z-index: 9;
  background-color: #fff;
  border-radius: 8px;
  transform: translateX(-50%);
}
footer .language_btn .lang_list > li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
footer .language_btn .lang_list > li:first-child {
  padding-top: 0;
}
footer .language_btn .lang_list > li:last-child {
  padding-bottom: 0;
  border: 0;
}
footer .language_btn .lang_list > li:nth-child(n + 2) {
  margin-top: 10px;
}
footer .language_btn .lang_list > li a {
  display: block;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: #1d1d1d;
  white-space: nowrap;
  /* padding: 0 20px; */
  transition: color 0.3s;
}
footer .language_btn .lang_list > li a:hover {
  color: #3561fd;
}

@media (max-width: 1240px) {
  html {
    font-size: 60%;
  }
  .footer-wrap .inner {
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }
  .ft-logo {
    display: none;
  }
  .main-wrap {
    margin-top: 80px;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .main-visual {
    max-height: 600px;
  }
  .ft-link {
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .ft-link > li::after {
    margin-left: 1rem;
  }
  .ft-address dl {
    flex-direction: column;
  }
  .main-info-box {
    flex-direction: column;
  }
  .main-info-right {
    padding: 2.5rem 2rem;
  }
  .form-bottom {
    width: 100%;
  }
  .submit-btn {
    width: 100%;
    max-width: 100%;
  }
  .main-pd,
  .main-info-form {
    flex-direction: column;
  }
  .main-pd .text-box,
  .main-info-map,
  .main-info-right {
    width: 100%;
    flex: auto;
  }
  .info-list li {
    gap: 0.5rem 0;
    align-items: flex-start;
    /* flex-direction: column; */
    flex-wrap: wrap;
  }
  .info-list li strong {
    margin-bottom: 0.5rem;
  }
  .info-list li .txt {
    width: 100%;
  }
}

/*================ 서브 ================*/

.sub-title {
  margin-bottom: 4rem;
  font-size: var(--font-size-40);
  font-weight: 600;
  text-align: center;
}

.sub-tab-list {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin-bottom: 7rem;
  text-align: center;
}
.sub-tab-list li {
  display: inline-block;
  background: rgba(34, 34, 34, 0.05);
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
}
.sub-tab-list li.active {
}
.sub-tab-list a {
  display: block;
  padding: 0.8rem 2rem;
  font-size: var(--font-size-24);
  font-weight: 600;
  color: #777;
}
.sub-tab-list li.active a,
.sub-tab-list li a#bo_cate_on
{
  color: #fff;
  background: #394e74;
}

/* ==== 회사소개 ==== */
.sub01 {
  position: relative;
}
.about-intro {
  padding: 10rem 0;
  background: #f9fafb;
}
.about-intro .inner {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
}
.about-intro .text-box {
  flex: 1 1 54%;
}
.about-intro .title {
  margin: 0 0 2.4rem;
  font-size: var(--font-size-32);
  font-weight: 700;
  line-height: 1.5;
}

.about-intro .text-box p {
  margin: 0 0 1.6rem;
  font-size: var(--font-size-18);
  font-weight: 500;
  line-height: 1.8;
  color: #444;
}

.about-intro .photo-card {
  position: relative;
  flex: 1 1 46%;
  margin: 0;
  /* overflow: hidden; */
  z-index: 9;
  background: #fff;
}
.about-intro .photo-card:after {
  content: "";
  position: absolute;
  top: -2rem;
  left: 2rem;
  width: 100%;
  height: 100%;
  border: 2px solid #394e74;
  z-index: -1;
}
.about-intro .photo-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.product-circles {
  padding: var(--padding-12) 0;
  background: #fff;
}
.product-circles .head {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.product-circles .title {
  margin: 0 0 2.4rem;
  font-size: var(--font-size-38);
  font-weight: 600;
}
.product-circles .desc {
  margin: 0;
  font-size: var(--font-size-20);
  color: #777;
  line-height: 1.6;
}
.product-circles .more-btn {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: var(--font-size-18);
  font-weight: 700;
  color: #111;
}
.product-circles .more-btn:hover {
  text-decoration: underline;
}

.circle-list {
  display: grid;
  gap: 3.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.circle-list li {
  text-align: center;
}
.circle-list .circle {
  /* width: 14rem; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.4rem;
  background: #f8f8f8;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.circle-list .label {
  font-size: var(--font-size-24);
  font-weight: 600;
  color: #222;
}

.cta-hero {
  padding: 4rem 0;
  text-align: center;
}

.cta-hero .inner {
  position: relative;
  text-align: center;
  max-width: none;
}

.cta-hero .copy {
  position: relative;
  padding: 10rem 2px;
  overflow: hidden;
  z-index: 2;
  background: url(/html/img/sub01-bg01.jpg) center/cover no-repeat;
  color: #fff;
  border-radius: 1.2rem;
}

.cta-hero .copy h2 {
  margin-bottom: 2.4rem;
  font-size: var(--font-size-46);
}

.cta-hero .copy p {
  margin-bottom: 4.8rem;
  font-size: var(--font-size-24);
}

.cta-hero .cta-btn {
  width: 50%;
  max-width: 25rem;
  display: inline-block;
  transition: 0.2s;
  justify-content: center;
  padding: 2rem 2.4rem;
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 1);
  font-size: var(--font-size-24);
  font-weight: 700;
  color: #404851;
  border-radius: 30rem;
}
.cta-hero .cta-btn:hover {
  background: rgba(84, 23, 23, 0.2);
  color: #fff;
}

/* ==== 제품소개 ==== */
.sub02 {
  position: relative;
  background: #f6f6f6;
}
.sub02 .ss01 {
  padding: var(--padding-12) 0;
}
.pd-list {
  display: flex;
  gap: 4rem 1.333%;
  /* justify-content: space-between; */
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pd-list li .img-box {
  margin-bottom: 2.4rem;
}
.pd-list li {
  width: 32%;
  font-size: var(--font-size-20);
  font-weight: 500;
  text-align: center;
}

.text-btn {
  width: 80%;
  max-width: 41rem;
  display: block;
  padding: 2rem 2.4rem;
  background: #394e74;
  font-size: var(--font-size-20);
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  margin: 0 auto;
}

.sub02 .cta-hero .copy {
  background: url(/html/img/sub02-bg01.jpg) center/cover no-repeat;
}
.sub02 .cta-hero .copy p {
  font-size: var(--font-size-36);
  margin-bottom: 0;
}
.sub02 .cta-hero .copy h2 {
  font-size: var(--font-size-88);
  margin-bottom: 4.8rem;
}
/* ==== 문의하기 ==== */
.sv03 {
  display: none;
}
.sub03 {
  padding: var(--padding-6) 0 var(--padding-20);
}
.sub03-info {
  padding: var(--padding-12) 0;
  background: #fff;
}
.sub03-info .inner {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
}
.sub03-info .left {
  flex: 1 1 auto;
}
.sub03-info .right {
  flex: 0 0 auto;
}

.sub03-info .title {
  margin: 0 0 4rem;
  font-size: var(--font-size-40);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.sub03-info .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub03-info .info-list li {
  display: flex;
  gap: 1.6rem 0;
  align-items: center;
  margin-bottom: 1.6rem;
  font-size: var(--font-size-28);
  font-weight: 600;
  color: #111;
}
.sub03-info .info-list strong {
  min-width: 15rem;
  font-weight: 600;
  color: #394e74;
}
.sub03-info .info-list .txt {
  color: #222;
}

.sub03-info .icon {
  width: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sub03-info .icon.mail {
  background-image: url("../img/icon_email.svg");
}
.sub03-info .icon.addr {
  background-image: url("../img/icon_location.svg");
}
.sub03-info .icon.time {
  background-image: url("../img/icon_headphone.svg");
}

.sub03-info .phone-btn {
  min-width: 30rem;
  padding: 2.4rem 1.6rem;
  border-radius: 1rem;
}

.sub03-map {
  height: 45rem;
}

.sub03-map .root_daum_roughmap,
.sub03-map .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.sub03-map .root_daum_roughmap .cont,
.sub03-map .root_daum_roughmap .wrap_btn_zoom {
  display: none;
}

.sub03-form {
  padding: var(--padding-12) 0;
  background: #fff;
}
.sub03-form .form-heading {
  margin: 0 0 var(--padding-6);
  font-size: var(--font-size-40);
  font-weight: 700;
  text-align: center;
}

.sub03-form .form-card {
  padding: 5rem;
  background: #f6f6f6;
  border-radius: 1.2rem;
}

.sub03-form .brand {
  margin-bottom: var(--padding-6);
}

.sub03-form .brand span {
  font-size: var(--font-size-16);
  font-weight: 700;
}

.sub03-form .form-body {
  border-radius: 0.8rem;
}
.sub03-form .form-row {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: var(--padding-6);
}
.sub03-form .form-group {
  min-width: 25rem;
}
.sub03-form label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: var(--font-size-16);
  font-weight: 700;
}
.sub03-form .req {
  margin-left: 0.3rem;
  color: #394e74;
}

.sub03-form input {
  width: 100%;
  padding: 1.2rem 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  outline: none;
  background: transparent;
  font-size: var(--font-size-16);
}
.sub03-form input:focus {
  border-color: #2f3a59;
}

.sub03-form .form-bottom {
  width: 100%;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub03-form .agree {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.sub03-form .agree input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
}
.sub03-form .agree .check {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.sub03-form .agree input:checked + .check {
  border-color: #2f3a59;
  background: #2f3a59;
}
.sub03-form .agree input:checked + .check::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.8rem;
  width: 0.6rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ==== 공지사항 ==== */
.sv04 {
  display: none;
}
.notice-wrap {
  padding: var(--padding-20) 0 var(--padding-12);
  background-color: #f6f6f6;
}

.notice-title {
  margin: 0 0 var(--padding-6);
  font-size: var(--font-size-40);
  font-weight: 700;
  text-align: center;
}

.table-card {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  background: #fff;
  border-radius: 0.8rem;
}
.table-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 1rem;
}

table.notice-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.notice-table thead th {
  padding: 2rem 2.4rem;
  background: #222;
  font-size: var(--font-size-16);
  font-weight: 700;
  color: #fff;
}
.notice-table thead th.no {
  width: 5rem;
}
.notice-table thead th.date {
  width: 15rem;
}

.notice-table tbody td {
  padding: 2rem 2.4rem;
  border-bottom: 1px solid #ececec;
  background: #fff;
  font-size: var(--font-size-15);
}
.notice-table tbody tr:hover td {
  background: #fafafa;
}
.notice-table tbody td.no {
  color: #666;
  text-align: center;
}
.notice-table tbody td.date {
  color: #777;
  text-align: center;
}
.notice-table .title a {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-table tbody tr:hover td {
  background: #f5f7fa;
}
.notice-table .title a:focus {
  outline: 2px solid #2f3a59;
  outline-offset: 2px;
  border-radius: 0.4rem;
}
.notice-table .title a:hover {
  text-decoration: underline;
}

/* 페이지네이션 */
.pagination {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
  margin-bottom: 7rem;
}
.page-btn,
.arrow {
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  font-size: var(--font-size-18);
  color: #333;
  cursor: pointer;
  border-radius: 50%;
}
.page-btn.current {
  background: #394e74;
  font-weight: 700;
  color: #fff;
}
.arrow {
  padding: 1rem;
}
.arrow img {
  width: 100%;
}
.arrow:disabled {
  cursor: default;
  opacity: 0.35;
}

@media (max-width: 1024px) {
  .sub03-info .inner {
    flex-direction: column;
  }
  .sub03-info .left,
  .sub03-info .right {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 768px) {
  .sub-tab-list {
    gap: 1.6rem 3%;
    flex-wrap: wrap;
  }
  .sub-tab-list li {
    width: 48%;
  }
  .pd-list{
    gap: 4rem 1%;
  }
  .pd-list li {
    width: 48%;
  }
  .notice-table thead th.no {
    width: 4rem;
  }

  .notice-table thead th.date {
    display: none;
  }
  .notice-table tbody td.date {
    display: none;
  }
  .sub03-info .info-list li {
    gap: 0.8rem 0;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: var(--font-size-20);
  }
  .sub03-info .info-list li .txt {
    width: 100%;
  }
  .sub03-info .info-list strong {
    margin: 0;
    /* margin-top: 0.25rem; */
  }
  .sub03-info .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .sub03-map {
    height: 24rem;
  }
  .sub03-form .brand img {
    width: 80%;
    max-width: 15rem;
  }
  .sub03-form .form-card {
    padding: 2.4rem;
  }
  .about-intro .inner {
    flex-direction: column;
  }
  .about-intro .text-box {
    width: 100%;
    flex: auto;
  }
  .about-intro .text-box br {
    display: none;
  }
  .product-circles .head {
    align-items: flex-start;
    flex-direction: column;
  }
  .circle-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
	.cta-hero .copy h2  {font-size:var(--font-size-32);}
	.sub02 .cta-hero .copy h2 {font-size:var(--font-size-48); margin:1.6rem 0 2.4rem;}
	.cta-hero .copy p  {font-size:var(--font-size-20);}
	.sub02 .cta-hero .copy p {font-size:var(--font-size-20);}
	/* .cta-hero .copy h2 br {display:none;} */
}
