@charset "UTF-8";
/* 노트북 */
/* 테블릿 */
/* 모바일 */
/* font */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Pretendard";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #1D1D1D;
  width: 100%;
}

.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: polygon(0 0, 0 0, 0 0);
}

.d-pc {
  display: block;
}

.d-mb {
  display: none;
}

@media (max-width: 768px) {
  .d-pc {
    display: none;
  }
  .d-mb {
    display: block;
  }
}
input[type=text] {
  width: 100%;
  height: 5.2rem;
  padding: 0 1.2rem;
  font-size: 1.7rem;
  border: 1px solid #E4E4E4;
  border-radius: 0.4rem;
  background: #fff;
}
input[type=text]::placeholder {
  color: #8E8E8E;
}
input[type=text]:focus {
  outline: 2px solid #1D1D1D;
}

textarea {
  width: 100%;
  height: 20.5rem;
  padding: 1.4rem 1.2rem;
  font-family: "Pretendard";
  font-size: 1.7rem;
  color: #1D1D1D;
  border: 1px solid #E4E4E4;
  border-radius: 0.4rem;
  background: #fff;
  resize: none;
}
textarea::placeholder {
  color: #8E8E8E;
}
textarea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
textarea::-webkit-scrollbar-thumb {
  background: #F0F0F0;
}
textarea::-webkit-scrollbar-track {
  background: transparent;
}

button {
  font-family: "Pretendard";
  font-size: 1.5rem;
  font-weight: 700;
  border: none;
}

.goto-btn {
  position: relative;
  display: inline-block;
  padding: 0.8rem 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #555;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 4rem;
  transition: all 0.25s;
}
.goto-btn::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.4rem;
  background: url(../../assets/images/icon/arrow_goto.png) no-repeat center/contain;
  transition: all 0.25s;
}
.goto-btn:hover {
  color: #fff;
  background: #1A4298;
  transition: all 0.25s;
}
.goto-btn:hover::after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(138deg) brightness(150%) contrast(102%);
  transition: all 0.25s;
}

.quick-menu {
  position: fixed;
  display: inline-block;
  right: 2rem;
  bottom: 2rem;
  z-index: 88;
}
.quick-menu .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.quick-menu .inner .counsel-btn {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  background: url(../../assets/images/icon/chat.png) no-repeat center/2.4rem #1A4298;
}
.quick-menu .inner .top-btn {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  background: url(../../assets/images/icon/arrow_up.png) no-repeat center/2.4rem #fff;
  display: none;
}

.tab-menu {
  width: 100%;
}
.tab-menu .tab-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 2rem;
}
.tab-menu .tab-list li {
  padding: 0.6rem 1.6rem;
  border-radius: 3rem;
  border: 1px solid #F0F0F0;
  background: #fff;
  cursor: pointer;
}
.tab-menu .tab-list li.on {
  background: #1A4298;
}
.tab-menu .tab-list li.on a {
  color: #fff;
  font-weight: 700;
}
.tab-menu .tab-list li a {
  width: 100%;
  font-size: 1.5rem;
  color: #555;
  text-align: center;
}
.tab-menu .tab-cont > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 0.4rem;
  background: #fff;
  display: none;
}
.tab-menu .tab-cont > div.on {
  display: flex;
}

/* 노트북 */
/* 테블릿 */
/* 모바일 */
/* font */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Pretendard";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #1D1D1D;
  width: 100%;
}

.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: polygon(0 0, 0 0, 0 0);
}

.d-pc {
  display: block;
}

.d-mb {
  display: none;
}

@media (max-width: 768px) {
  .d-pc {
    display: none;
  }
  .d-mb {
    display: block;
  }
}
input[type=text] {
  width: 100%;
  height: 5.2rem;
  padding: 0 1.2rem;
  font-size: 1.7rem;
  border: 1px solid #E4E4E4;
  border-radius: 0.4rem;
  background: #fff;
}
input[type=text]::placeholder {
  color: #8E8E8E;
}
input[type=text]:focus {
  outline: 2px solid #1D1D1D;
}

textarea {
  width: 100%;
  height: 20.5rem;
  padding: 1.4rem 1.2rem;
  font-family: "Pretendard";
  font-size: 1.7rem;
  color: #1D1D1D;
  border: 1px solid #E4E4E4;
  border-radius: 0.4rem;
  background: #fff;
  resize: none;
}
textarea::placeholder {
  color: #8E8E8E;
}
textarea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
textarea::-webkit-scrollbar-thumb {
  background: #F0F0F0;
}
textarea::-webkit-scrollbar-track {
  background: transparent;
}

button {
  font-family: "Pretendard";
  font-size: 1.5rem;
  font-weight: 700;
  border: none;
}

.goto-btn {
  position: relative;
  display: inline-block;
  padding: 0.8rem 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #555;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 4rem;
  transition: all 0.25s;
}
.goto-btn::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.4rem;
  background: url(../../assets/images/icon/arrow_goto.png) no-repeat center/contain;
  transition: all 0.25s;
}
.goto-btn:hover {
  color: #fff;
  background: #1A4298;
  transition: all 0.25s;
}
.goto-btn:hover::after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(138deg) brightness(150%) contrast(102%);
  transition: all 0.25s;
}

.quick-menu {
  position: fixed;
  display: inline-block;
  right: 2rem;
  bottom: 2rem;
  z-index: 88;
}
.quick-menu .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.quick-menu .inner .counsel-btn {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  background: url(../../assets/images/icon/chat.png) no-repeat center/2.4rem #1A4298;
}
.quick-menu .inner .top-btn {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  background: url(../../assets/images/icon/arrow_up.png) no-repeat center/2.4rem #fff;
  display: none;
}

.tab-menu {
  width: 100%;
}
.tab-menu .tab-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 2rem;
}
.tab-menu .tab-list li {
  padding: 0.6rem 1.6rem;
  border-radius: 3rem;
  border: 1px solid #F0F0F0;
  background: #fff;
  cursor: pointer;
}
.tab-menu .tab-list li.on {
  background: #1A4298;
}
.tab-menu .tab-list li.on a {
  color: #fff;
  font-weight: 700;
}
.tab-menu .tab-list li a {
  width: 100%;
  font-size: 1.5rem;
  color: #555;
  text-align: center;
}
.tab-menu .tab-cont > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 0.4rem;
  background: #fff;
  display: none;
}
.tab-menu .tab-cont > div.on {
  display: flex;
}

/* 노트북 */
/* 테블릿 */
/* 모바일 */
#wrapper {
  overflow: hidden;
}
#wrapper #wrap {
  width: 100%;
  margin-top: 6rem;
}
@media (max-width: 420px) {
  #wrapper #wrap {
    margin-top: 5.6rem;
  }
}
#wrapper #wrap .main-title {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#wrapper #wrap .main-title strong {
  font-size: 5rem;
  line-height: 6.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #wrapper #wrap .main-title strong {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
  background: #fff;
  z-index: 99;
}
header .inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 0 2rem;
  height: 6rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 420px) {
  header .inner {
    height: 5.6rem;
  }
}
header .inner .logo-wrap .logo {
  display: inline-block;
  width: 10.8rem;
  height: 3.2rem;
}
header .inner .logo-wrap .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .inner .gnb ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
header .inner .gnb ul li {
  height: 3.2rem;
  padding: 0 2rem;
}
header .inner .gnb ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 3.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #171719;
}
header .inner > .btn-wrap button {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
}
header .inner > .btn-wrap button.ham-btn {
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../assets/images/icon/menu.png) no-repeat center/contain;
}
header .inner.mo {
  position: absolute;
  top: 0;
  right: -110vw;
  width: 100vw;
  height: 100vh;
  padding: 2rem;
  background: #00065C;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5.2rem;
  transition: right 0.5s;
}
header .inner.mo.on {
  right: 0;
  transition: right 0.5s;
}
header .inner.mo .gnb ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner.mo .gnb ul li {
  height: 4.8rem;
}
header .inner.mo .gnb ul li a {
  font-size: 2.1rem;
  line-height: 4.8rem;
  color: #fff;
}
header .inner.mo > .btn-wrap button.close-btn {
  top: 2.4rem;
  right: 2rem;
  background: url(../../assets/images/icon/close.png) no-repeat center/contain;
}

footer {
  width: 100%;
  background: #00002A;
}
footer .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  footer .inner {
    padding: 2rem 2rem 8rem;
  }
}
footer .inner .contact {
  width: 100%;
}
footer .inner .contact ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1000px) {
  footer .inner .contact ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .inner .contact ul li {
  width: calc(50% - 0.5rem);
  padding: 0 2rem;
  height: 6.4rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
footer .inner .contact ul li::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
footer .inner .contact ul li:nth-of-type(1)::before {
  background: url(../../assets/images/icon/phone.png) no-repeat center/2rem rgba(255, 255, 255, 0.2);
}
footer .inner .contact ul li:nth-of-type(2)::before {
  background: url(../../assets/images/icon/mail.png) no-repeat center/2rem rgba(255, 255, 255, 0.2);
}
@media (max-width: 1000px) {
  footer .inner .contact ul li {
    width: 100%;
    height: auto;
    padding: 2rem;
  }
}
footer .inner .contact ul li div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1000px) {
  footer .inner .contact ul li div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
footer .inner .contact ul li div span {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1200px) {
  footer .inner .contact ul li div span {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
footer .inner .contact ul li div p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
}
footer .inner .contact ul li div p a {
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1200px) {
  footer .inner .contact ul li div p a {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  footer .inner .contact ul li div p a {
    font-size: 1.5rem;
  }
}
footer .inner .info-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  footer .inner .info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
footer .inner .info-wrap .logo-wrap {
  width: 10.8rem;
  height: 3.2rem;
}
@media (max-width: 1000px) {
  footer .inner .info-wrap .logo-wrap {
    margin-bottom: 4rem;
  }
}
footer .inner .info-wrap .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .inner .info-wrap .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1.6rem;
}
@media (max-width: 1000px) {
  footer .inner .info-wrap .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
  }
}
footer .inner .info-wrap .info ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 830px) {
  footer .inner .info-wrap .info ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.4rem;
  }
}
footer .inner .info-wrap .info ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
}
footer .inner .info-wrap .info ul li span {
  position: relative;
  font-size: 1.3rem;
}
footer .inner .info-wrap .info ul li span:nth-of-type(1) {
  color: #fff;
}
footer .inner .info-wrap .info ul li span:nth-of-type(1)::before {
  content: "";
  position: absolute;
  right: -0.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.1rem;
  background: #717171;
}
footer .inner .info-wrap .info ul li span:nth-of-type(2) {
  color: #C6C6C6;
}
footer .inner .info-wrap .info ul li a {
  color: #C6C6C6;
}
footer .inner .info-wrap .info .copyright {
  font-size: 1.3rem;
  color: #C6C6C6;
}

.company #wrap {
  padding: 10rem 0 20rem;
}
@media (max-width: 768px) {
  .company #wrap {
    padding: 0 0 10rem;
  }
}
.company #wrap section {
  position: relative;
  width: 100%;
  padding: 0 2rem;
}
.company #wrap section > .inner {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.company #wrap section > .inner > .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
.company #wrap section > .inner > .title-wrap strong {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.2rem;
}
@media (max-width: 768px) {
  .company #wrap section > .inner > .title-wrap strong {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
.company #wrap section > .inner > .title-wrap p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.company #wrap section.sec01 {
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .company #wrap section.sec01 {
    padding: 0 0 6rem;
  }
}
.company #wrap section.sec01 > .inner {
  height: 26.2rem;
  border-radius: 1rem;
  background: url(../../assets/images/sub/company_bg.png) no-repeat center/cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9.2rem;
}
@media (max-width: 768px) {
  .company #wrap section.sec01 > .inner {
    height: 49.8rem;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.5rem;
  }
}
.company #wrap section.sec01 > .inner .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.company #wrap section.sec01 > .inner .title p {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #807146;
}
@media (max-width: 768px) {
  .company #wrap section.sec01 > .inner .title p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.company #wrap section.sec01 > .inner .title strong {
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.2rem;
}
@media (max-width: 768px) {
  .company #wrap section.sec01 > .inner .title strong {
    text-align: center;
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.company #wrap section.sec02 > .inner {
  position: relative;
}
.company #wrap section.sec02 > .inner .list-wrap ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
@media (max-width: 930px) {
  .company #wrap section.sec02 > .inner .list-wrap ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .company #wrap section.sec02 > .inner .list-wrap ul {
    flex-direction: column;
    gap: 3rem;
  }
}
.company #wrap section.sec02 > .inner .list-wrap ul li {
  width: calc(25% - 1.2rem);
  min-height: 38.5rem;
  height: 100%;
  flex-shrink: 0;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 930px) {
  .company #wrap section.sec02 > .inner .list-wrap ul li {
    width: calc(50% - 0.8rem);
  }
}
@media (max-width: 500px) {
  .company #wrap section.sec02 > .inner .list-wrap ul li {
    width: 100%;
  }
}
.company #wrap section.sec02 > .inner .list-wrap ul li .img-wrap {
  position: relative;
  width: 100%;
  height: 19.2rem;
  background: url(../../assets/images/sub/compay_list_bg.png) no-repeat bottom center/cover;
}
.company #wrap section.sec02 > .inner .list-wrap ul li .img-wrap img {
  position: absolute;
  left: 50%;
  bottom: 1.7rem;
  transform: translateX(-50%);
}
.company #wrap section.sec02 > .inner .list-wrap ul li .info-wrap {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.4rem;
}
.company #wrap section.sec02 > .inner .list-wrap ul li .info-wrap strong {
  font-size: clamp(1.8rem, 1.094vw, 2.1rem);
  font-weight: 700;
  line-height: clamp(2.1rem, 1.458vw, 2.8rem);
}
@media (max-width: 500px) {
  .company #wrap section.sec02 > .inner .list-wrap ul li .info-wrap strong {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}
.company #wrap section.sec02 > .inner .list-wrap ul li .info-wrap p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #555;
}

.product #wrap {
  padding: 10rem 0 20rem;
}
@media (max-width: 768px) {
  .product #wrap {
    padding: 4rem 0 10rem;
  }
}
.product #wrap .main-title {
  padding: 0 2rem 10rem;
}
@media (max-width: 768px) {
  .product #wrap .main-title {
    padding: 0 2rem 4rem;
  }
}
.product #wrap section {
  position: relative;
  width: 100%;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .product #wrap section {
    padding: 0;
  }
}
.product #wrap section > .inner > .title {
  width: 100%;
}
@media (max-width: 1000px) {
  .product #wrap section > .inner > .title {
    padding: 0 2rem;
  }
}
.product #wrap section > .inner > .title strong {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .product #wrap section > .inner > .title strong {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
.product #wrap section > .inner .tab-cont > div {
  border: 1px solid #E4E4E4;
}
.product #wrap section > .inner .tab-cont > div .img-wrap {
  width: 60.38%;
  border-right: 1px solid #E4E4E4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.product #wrap section > .inner .tab-cont > div .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.product #wrap section > .inner .tab-cont > div .info-wrap {
  width: 39.62%;
}
.product #wrap section > .inner .tab-cont > div .info-wrap .top {
  padding: 1.75rem 1.6rem;
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product #wrap section > .inner .tab-cont > div .info-wrap .top strong {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  .product #wrap section > .inner .tab-cont > div .info-wrap .top strong {
    font-size: 1.9rem;
    line-height: 2.6rem;
  }
}
.product #wrap section > .inner .tab-cont > div .info-wrap .top button {
  position: relative;
  padding: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: url(../../assets/images/icon/arrow_default.png) no-repeat center/contain #F0F0F0;
  transition: all 0.25s;
}
.product #wrap section > .inner .tab-cont > div .info-wrap .top button.on {
  transform: rotate(180deg);
  transition: all 0.25s;
}
@supports (-webkit-touch-callout: none) {
  .product #wrap section > .inner .tab-cont > div .info-wrap .top button {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
}
.product #wrap section > .inner .tab-cont > div .info-wrap .info {
  padding: 2rem 1.6rem;
}
.product #wrap section > .inner .tab-cont > div .info-wrap .info > div:not(:last-of-type) {
  margin-bottom: 2rem;
}
.product #wrap section > .inner .tab-cont > div .info-wrap .info > div span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.product #wrap section > .inner .tab-cont > div .info-wrap .info > div ul {
  padding-top: 0.8rem;
}
.product #wrap section > .inner .tab-cont > div .info-wrap .info > div ul li {
  width: calc(100% - 1.1rem);
  position: relative;
  list-style-position: inside;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #555;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.product #wrap section > .inner .tab-cont > div .info-wrap .info > div ul li p {
  width: calc(100% - 1.1rem);
  word-break: keep-all;
}
.product #wrap section > .inner .tab-cont > div .info-wrap .info > div ul li::before {
  display: inline-block;
  content: "";
  margin-top: 0.6rem;
  margin-right: 0.8rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #555;
}
.product #wrap section:not(.sec01) {
  padding-top: 10rem;
}
.product #wrap section:not(.sec01) > .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.product #wrap section:not(.sec01) > .inner > .title {
  margin-bottom: 2.8rem;
}
@media (max-width: 768px) {
  .product #wrap section:not(.sec01) > .inner .tab-menu .tab-list {
    padding: 0 2rem;
    overflow-x: auto;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
  .product #wrap section:not(.sec01) > .inner .tab-menu .tab-list::-webkit-scrollbar {
    display: none;
  }
  .product #wrap section:not(.sec01) > .inner .tab-menu .tab-list li a {
    white-space: nowrap;
  }
  .product #wrap section:not(.sec01) > .inner .tab-menu .tab-cont {
    padding: 0 2rem;
  }
  .product #wrap section:not(.sec01) > .inner .tab-menu .tab-cont > div {
    flex-direction: column;
  }
  .product #wrap section:not(.sec01) > .inner .tab-menu .tab-cont > div .img-wrap {
    width: 100%;
    border-right: 0;
  }
  .product #wrap section:not(.sec01) > .inner .tab-menu .tab-cont > div .info-wrap {
    width: 100%;
  }
  .product #wrap section:not(.sec01) > .inner .tab-menu .tab-cont > div .info-wrap .top {
    border-top: 1px solid #E4E4E4;
  }
}
.product #wrap section.sec01 {
  background: #F8F8F8;
  padding: 10rem 2rem;
}
@media (max-width: 1000px) {
  .product #wrap section.sec01 {
    padding: 4rem 0 7.4rem;
  }
}
.product #wrap section.sec01 > .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .product #wrap section.sec01 > .inner {
    max-width: 100%;
  }
}
.product #wrap section.sec01 > .inner > .title {
  padding-bottom: 4rem;
}
.product #wrap section.sec01 > .inner .list-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .product #wrap section.sec01 > .inner .list-wrap {
    max-width: 100%;
    padding-left: 2rem;
  }
}
.product #wrap section.sec01 > .inner .list-wrap ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.6rem;
}
@media (max-width: 1000px) {
  .product #wrap section.sec01 > .inner .list-wrap ul {
    padding-right: 2rem;
    overflow-x: auto;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
  .product #wrap section.sec01 > .inner .list-wrap ul::-webkit-scrollbar {
    display: none;
  }
}
.product #wrap section.sec01 > .inner .list-wrap ul li {
  width: calc(20% - 0.8rem);
  padding: 4rem 2rem;
  border-radius: 0.4rem;
  border: 1px solid #E4E4E4;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1000px) {
  .product #wrap section.sec01 > .inner .list-wrap ul li {
    width: 24.7rem;
    min-width: 24.7rem;
  }
}
.product #wrap section.sec01 > .inner .list-wrap ul li .img-wrap {
  width: 8rem;
  height: 8rem;
  margin-bottom: 3.2rem;
}
.product #wrap section.sec01 > .inner .list-wrap ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product #wrap section.sec01 > .inner .list-wrap ul li p:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.6rem;
}
.product #wrap section.sec01 > .inner .list-wrap ul li p:nth-of-type(1) span:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #807146;
}
.product #wrap section.sec01 > .inner .list-wrap ul li p:nth-of-type(1) span:nth-of-type(2) {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #807146;
}
.product #wrap section.sec01 > .inner .list-wrap ul li strong {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.product #wrap section.sec01 > .inner .list-wrap ul li p:nth-of-type(2) {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #555;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .product #wrap section.sec02 {
    padding-top: 5rem;
  }
}

.review #wrap {
  padding: 10rem 0 20rem;
  min-height: calc(100vh - 32.6rem);
}
@media (max-width: 768px) {
  .review #wrap {
    padding: 4rem 0 10rem;
  }
}
.review #wrap .main-title {
  padding: 0 2rem 6rem;
}
@media (max-width: 768px) {
  .review #wrap .main-title {
    padding: 0 2rem 4rem;
  }
}
.review #wrap section {
  position: relative;
  width: 100%;
}
.review #wrap section > .inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .review #wrap section > .inner .tab-list {
    margin-bottom: 5rem;
  }
}
.review #wrap section > .inner .tab-list li .total {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #555;
}
@media (max-width: 768px) {
  .review #wrap section > .inner .tab-list li .total {
    right: auto;
    left: 0;
    top: auto;
    bottom: -3.5rem;
    transform: translateY(0);
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.review #wrap section > .inner .tab-list li .total > span {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #1A4298;
}
@media (max-width: 768px) {
  .review #wrap section > .inner .tab-list li .total > span {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.review #wrap section > .inner .tab-list li.on .total {
  display: block;
}
.review #wrap section > .inner .list-wrap {
  width: 100%;
  height: 100%;
}
.review #wrap section > .inner .list-wrap ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.8rem 1.6rem;
}
@media (max-width: 768px) {
  .review #wrap section > .inner .list-wrap ul {
    gap: 2rem 1rem;
  }
}
.review #wrap section > .inner .list-wrap ul li {
  width: calc(25% - 1.2rem);
}
@media (max-width: 930px) {
  .review #wrap section > .inner .list-wrap ul li {
    width: calc(33.3333333333% - 1.1rem);
  }
}
@media (max-width: 768px) {
  .review #wrap section > .inner .list-wrap ul li {
    width: calc(50% - 0.5rem);
  }
}
.review #wrap section > .inner .list-wrap ul li a {
  display: inline-block;
  width: 100%;
}
.review #wrap section > .inner .list-wrap ul li a .img-wrap {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 1.2rem;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .review #wrap section > .inner .list-wrap ul li a .img-wrap {
    margin-bottom: 0.8rem;
  }
}
.review #wrap section > .inner .list-wrap ul li a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review #wrap section > .inner .list-wrap ul li a .txt-wrap p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .review #wrap section > .inner .list-wrap ul li a .txt-wrap p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.review #wrap section > .inner .list-wrap ul li a .txt-wrap span {
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #8E8E8E;
}
@media (max-width: 768px) {
  .review #wrap section > .inner .list-wrap ul li a .txt-wrap span {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.review-detail .frame-wrap {
  margin-top: 6rem;
  width: 100%;
  min-height: calc(100vh - 62.9rem);
}
.review-detail > .btn-wrap {
  padding-top: 6rem;
  padding-bottom: 20rem;
  border-top: 1px solid #E4E4E4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .review-detail > .btn-wrap {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
}
.review-detail > .btn-wrap a {
  width: 21.3rem;
  border: 1px solid #E4E4E4;
}

.review-detail-tobe .review-info {
  width: calc(100% - 4rem);
  max-width: 1060px;
  margin: 0 auto;
  padding: 10rem 0 20rem;
}
@media (max-width: 768px) {
  .review-detail-tobe .review-info {
    padding: 4rem 0 10.4rem;
  }
}
.review-detail-tobe .review-info .tit-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #E4E4E4;
}
@media (max-width: 768px) {
  .review-detail-tobe .review-info .tit-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
    padding-bottom: 2rem;
  }
}
.review-detail-tobe .review-info .tit-wrap .title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.8px;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .review-detail-tobe .review-info .tit-wrap .title {
    font-size: 2.5rem;
    letter-spacing: -0.5px;
  }
}
.review-detail-tobe .review-info .tit-wrap .date {
  display: inline-block;
  padding-bottom: 1.4rem;
  font-size: 1.7rem;
  line-height: 2.4rem;
  letter-spacing: -0.34px;
  color: #8E8E8E;
}
@media (max-width: 768px) {
  .review-detail-tobe .review-info .tit-wrap .date {
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: -0.26px;
  }
}
.review-detail-tobe .review-info .top-banner {
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .review-detail-tobe .review-info .top-banner {
    padding-top: 4rem;
  }
}
.review-detail-tobe .review-info .top-banner img {
  width: 100%;
}
.review-detail-tobe .review-info .contents {
  padding: 6rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  .review-detail-tobe .review-info .contents {
    padding: 4rem 0;
  }
}
.review-detail-tobe .review-info .contents img {
  max-width: 100%;
}
.review-detail-tobe .review-info .bottom-banner {
  width: 100%;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .review-detail-tobe .review-info .bottom-banner {
    padding-bottom: 4rem;
  }
}
.review-detail-tobe .review-info .bottom-banner img {
  width: 100%;
}
.review-detail-tobe .review-info .btn-wrap {
  padding-top: 6rem;
  border-top: 1px solid #E4E4E4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .review-detail-tobe .review-info .btn-wrap {
    padding-top: 4rem;
  }
}
.review-detail-tobe .review-info .btn-wrap .goto-btn {
  width: 21.3rem;
  height: 5.2rem;
  border: 1px solid #E4E4E4;
}

.contact #wrap {
  padding: 10rem 0 20rem;
}
@media (max-width: 930px) {
  .contact #wrap {
    padding: 0 0 10rem;
  }
}
.contact #wrap section {
  position: relative;
  width: 100%;
}
.contact #wrap section > .inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 5.208vw;
}
@media (max-width: 930px) {
  .contact #wrap section > .inner {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
.contact #wrap section > .inner .visual {
  width: 37.5rem;
  height: 70.5rem;
  border-radius: 4px;
  background: url(../../assets/images/sub/contact_visual.png) no-repeat center/cover;
}
@media (max-width: 930px) {
  .contact #wrap section > .inner .visual {
    width: 100%;
    height: 49.8rem;
    border-radius: 0;
    background: url(../../assets/images/sub/mo/contact_visual.png) no-repeat center/cover;
  }
}
.contact #wrap section > .inner .visual strong {
  display: inline-block;
  padding-top: 11rem;
  padding-left: 2rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #fff;
}
@media (max-width: 930px) {
  .contact #wrap section > .inner .visual strong {
    padding-top: 9rem;
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.contact #wrap section > .inner .visual p {
  padding-top: 1.2rem;
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #fff;
}
.contact #wrap section > .inner .input-cont {
  width: calc(100% - 47.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 930px) {
  .contact #wrap section > .inner .input-cont {
    width: 100%;
    padding: 0 2rem;
    gap: 2rem;
  }
}
.contact #wrap section > .inner .input-cont .input-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.6rem;
}
.contact #wrap section > .inner .input-cont .input-wrap label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.contact #wrap section > .inner .input-cont .input-wrap label span {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-left: 0.6rem;
}
.contact #wrap section > .inner .input-cont .input-wrap p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #EB2B20;
  display: none;
}
.contact #wrap section > .inner .input-cont .input-wrap.error input {
  border: 1px solid #EB2B20;
}
.contact #wrap section > .inner .input-cont .input-wrap.error p {
  display: block;
}
.contact #wrap section > .inner .input-cont .btn-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 930px) {
  .contact #wrap section > .inner .input-cont .btn-wrap {
    padding-top: 2rem;
  }
}
.contact #wrap section > .inner .input-cont .btn-wrap button {
  padding: 0 4rem;
  height: 5.2rem;
  border-radius: 4rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #fff;
  background: #1A4298;
}
.contact #wrap section > .inner .input-cont .btn-wrap button:disabled {
  background: #D8D8D8;
  cursor: auto;
}