@charset "UTF-8";
/*************************** base *********************************/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard Variable"), url("./images/PretendardVariable.woff2") format("woff2-variations");
}
/*************************** 공통(사이트 특성마다 H1-H6 디테일 스타일 변경) *********************************/
h2 {
  font-size: 36px;
  font-weight: 300;
  padding-top: 10px;
}

h3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 5px;
}

h4 {
  font-size: 28px;
  font-weight: bold;
  white-space: normal;
  letter-spacing: -2px;
}

.p-title-tp1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.p-title-tp2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.p-sub {
  font-size: 18px;
  font-weight: 300;
  white-space: pre-line;
  line-height: 1.5;
  letter-spacing: -1px;
}

#content {
  padding-top: 60px;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

.container {
  max-width: 1920px;
}

.breadcrumb-section {
  padding-top: 3rem;
}
.breadcrumb-section .breadcrumb__text {
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 2rem;
}
.breadcrumb-section .breadcrumb__text li.home {
  cursor: pointer;
}
.breadcrumb-section .breadcrumb__text li.home:hover {
  font-weight: 500;
  color: orangered;
}
.breadcrumb-section .breadcrumb__text li a:focus, .breadcrumb-section .breadcrumb__text li a:hover {
  font-weight: 500;
  transition: 0.2s;
}

.nav-pagination {
  width: 100%;
}

.pagination {
  padding: 1rem 0;
}
.pagination .page-item {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.pagination .page-item .page-link {
  color: #000;
  border: unset;
  font-size: 18px;
}
.pagination .page-item .page-link span {
  font-size: 18px;
}

.title-kohi {
  font-family: "KOHIBaeumOTF";
}

.title-nanum {
  font-family: "nanumhandLetter";
}

.title-jalnan {
  font-family: "yg-jalnan";
}

.darkbox-bg {
  background-color: #222222;
  color: #fff;
}

.darkbox-bg:hover,
.darkbox-bg:focus {
  color: #fff !important;
}

.btn:focus,
.btn:active,
.page-link:focus,
.page-link:active {
  outline: none !important;
  box-shadow: none !important;
}

.quantity .pro-qty {
  width: 130px;
  height: 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  background: #eaeaea;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
  display: flex;
}
.quantity .pro-qty input {
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #000;
  width: 60px;
  border: none;
  background: #fff;
  text-align: center;
  margin-bottom: 0 !important;
}
.quantity .pro-qty .qtybtn {
  width: 100%;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  display: inline-block;
}

.heartBtn:hover button {
  color: #f36565;
}

.heartBtn.active button span.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  color: red;
}

.heartBtn:hover {
  color: #f36565;
}

.heartBtn.active span.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  color: red;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1180px) {
  .breadcrumb-section {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .container-box {
    padding-top: 53.39px;
  }

  #content {
    padding: 10% 5% 0 5%;
  }
  #content .breadcrumb-section {
    padding-top: 3rem;
  }
  #content .breadcrumb-section .container {
    margin-left: 0;
    padding-top: 0 !important;
  }

  .breadcrumb-section {
    padding-top: 0;
  }
  .breadcrumb-section .breadcrumb__text {
    font-size: 12px !important;
    padding-bottom: 0rem !important;
  }
}
@media screen and (max-width: 820px) {
  .container {
    padding-top: 1rem !important;
  }

  #content .breadcrumb-section .container {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 675px) {
  #content {
    padding: 18% 5% 0 5%;
  }
  #content .breadcrumb-section .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 94%;
    margin-left: 0;
  }

  input[type=text],
input[type=submit],
input[type=password],
textarea,
select {
    font-size: 14px;
    padding: 0.5rem 0.5rem !important;
  }

  .btn {
    padding: 0.3rem 4%;
  }
}
@media screen and (max-width: 653px) {
  #content .breadcrumb-section .container {
    padding-left: 15px;
  }
}
/*************************** header *********************************/
#header {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 90;
}
#header .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header .nav-logo {
  width: 120px;
}
#header .nav-logo img {
  width: 100%;
}
#header #nav {
  width: 60%;
}
#header #nav .gnb-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
#header #nav .gnb-nav .gnb-nav__depth1 {
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
#header #nav .gnb-nav .gnb-nav__depth1 a {
  display: block;
}
#header #nav .gnb-nav .lnb-nav {
  display: none;
  position: absolute;
  top: 36px;
  left: -15%;
  background-color: #fff;
  padding: 5px 1%;
  z-index: 90;
  right: 0;
  margin: 0 auto;
  width: 130%;
}
#header #nav .gnb-nav .lnb-nav .lnb-nav__depth2 {
  cursor: pointer;
  display: block;
  font-weight: 300;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #eee;
  font-size: 0.9em;
}
#header #nav .gnb-nav .lnb-nav .lnb-nav__depth2:hover {
  font-weight: 600;
  transition: 0.5s;
}

#header #sub-nav {
  width: 240px;
}
#header #sub-nav .header-inner {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 5%;
}
#header #sub-nav .header-inner li {
  width: 35%;
  margin-left: 10px;
  font-size: 14px;
}

#header .mobile-nav {
  display: none;
  text-align: right;
  cursor: pointer;
}

#site-mobile-nav {
  display: none;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1180px) {
  #header #nav {
    display: none;
  }
  #header .mobile-nav {
    display: block;
  }
  #header #sub-nav {
    display: none;
  }

  #site-mobile-nav {
    display: block;
    width: 310px;
    z-index: 2000;
    padding-top: 20px;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: -500px;
    height: 100%;
    border-left: 1px solid #dadada;
  }
  #site-mobile-nav .p-sub {
    padding: 60px 0 0 10%;
    letter-spacing: -0.3px;
  }
  #site-mobile-nav .p-sub span {
    font-weight: bold;
    color: #3787FF;
  }
  #site-mobile-nav .close {
    text-align: right;
    padding: 10px;
  }
  #site-mobile-nav .close span {
    font-size: 36px;
  }
  #site-mobile-nav #sub-nav {
    padding: 10%;
  }
  #site-mobile-nav #sub-nav .header-inner {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  #site-mobile-nav #sub-nav .header-inner li {
    margin-left: 10px;
  }
  #site-mobile-nav .gnb-nav {
    width: 100%;
    padding: 0 10% 20% 10%;
  }
  #site-mobile-nav .gnb-nav .gnb-nav__depth1 {
    padding: 8% 0;
    border-bottom: 1px solid #dadada;
  }
  #site-mobile-nav .gnb-nav .gnb-nav__depth1 .lnb-nav {
    display: none;
    padding: 20px 0 0 0;
  }
  #site-mobile-nav .gnb-nav .gnb-nav__depth1 .lnb-nav li {
    padding: 6% 5%;
    border-bottom: 1px solid #e8e8e8;
    color: #929292;
  }
  #site-mobile-nav .gnb-nav .gnb-nav__depth1 .lnb-nav li:last-of-type {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 675px) {
  #header .nav-logo {
    width: 60px;
  }
  #header .nav-logo img {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #site-mobile-nav {
    width: 100%;
    right: -100%;
  }
}
/*************************** main *********************************/
.inner {
  width: 1233px;
  margin: 0 auto;
}

#mainimg h1 {
  font-size: 52px;
  position: relative;
  font-weight: 700;
  padding-bottom: 10px;
}
#mainimg h1::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
}
#mainimg .mainimg-Swiper .swiper-wrapper {
  height: 800px;
}
#mainimg .mainimg-Swiper .swiper-wrapper .swiper-slide {
  position: relative;
  background-size: cover;
}
#mainimg .mainimg-Swiper .swiper-wrapper .swiper-slide .slide-text {
  position: absolute;
  top: 50%;
  left: 25%;
  color: #ffffff;
  text-align: center;
  transform: translate(-50%, -50%);
}
#mainimg .mainimg-Swiper .swiper-wrapper .swiper-slide-1 {
  background-image: url(../images/main/main_slide_1.jpg);
}
#mainimg .mainimg-Swiper .swiper-wrapper .swiper-slide-2 {
  background-image: url(../images/main/main-slide-1.jpg);
}
#mainimg .mainimg-Swiper .swiper-wrapper .swiper-slide-3 {
  background-image: url(../images/main/main-slide-2.jpg);
}
#mainimg .mainimg-Swiper .swiper-wrapper .swiper-slide-4 {
  background-image: url(../images/main/main-slide-3.jpg);
}
#mainimg .mainimg-Swiper .swiper-wrapper .swiper-slide-5 {
  background-image: url(../images/main/main-slide-4.jpg);
}

#section1 {
  padding: 102px 0 144px 0;
}
#section1 .section1-title {
  font-family: 'ChosunCentennial';
}
#section1 .section1-title p {
  font-size: 1.5rem;
}
#section1 .section1-title h4 {
  margin-top: 0.5rem;
}
#section1 .section1-desc {
  margin-top: 2rem;
}

#section2 {
  margin-bottom: 144px;
  background-image: url(../images/main/section2_bg2.jpg);
  height: 746px;
}

#section3 {
  background-image: url(../images/main/section3_bg2.jpg);
  height: 606px;
}

#section4 {
  background-image: url(../images/main/section4_bg2.jpg);
  height: 662px;
}

#banner {
  width: 100%;
  height: 297px;
  background-image: url(../images/main/banner.png);
  background-size: cover;
  display: flex;
  align-items: center;
}
#banner h4 {
  font-size: 36px;
  white-space: pre-line;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

#section7 {
  padding: 144px 0;
}
#section7 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section7 .inner .section7__box1 img {
  width: 100%;
}

#section8 {
  padding: 58px 0;
}
#section8 .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#section8 .sns svg {
  margin: 0 5px;
}

#footer {
  padding: 30px 0;
  background-color: #F5F5F5;
}
#footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer-logo {
  width: 20%;
}
.footer-content {
  width: 50%;
  text-align: left;
}
.footer-content .p-title-tp1 {
  font-size: 18px;
  font-weight: 700;
  color: #6f6f6f;
}
.footer-content .p-sub {
  font-size: 16px;
  white-space: pre-line;
}
.footer-content .copyright {
  color: #6f6f6f;
  font-size: 14px;
}
.footer-sns {
  width: 30%;
  display: flex;
}
.footer-sns li {
  width: 25%;
}
.footer-sns li img {
  width: 75%;
}

.page-inner {
  width: 920px;
  margin: 0 auto;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1440px) {
  #section3 .section3-box__text {
    padding: 5% 10%;
    width: 50%;
  }
  #section3 .section3-box__text h1 {
    font-size: 32px;
  }
  #section3 .section3-box__text h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1370px) {
  #mainimg h1 {
    font-size: 32px;
  }
  #mainimg h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1233px) {
  .inner {
    width: 90%;
  }

  h4 {
    font-size: 24px;
    font-weight: bold;
    white-space: normal;
    letter-spacing: -2px;
  }

  .p-title-tp1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 5px;
  }

  .p-title-tp2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 5px;
  }

  .p-sub {
    font-size: 14px;
    font-weight: 300;
    white-space: pre-line;
    line-height: 1.5;
    letter-spacing: -1px;
  }

  #section2 .inner .text-box div h1 {
    font-size: 22px;
    font-weight: 700;
    white-space: normal;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #section1 {
    padding: 100px 0 100px 0;
  }
  #section1 .product-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #section1 .product-box .icon-box {
    width: 276px;
    height: 170px;
  }
  #section1 .product-box__1, #section1 .product-box__2, #section1 .product-box__3 {
    margin-bottom: 20px;
  }

  #section2 .inner .text-box div .p-title-tp1 {
    margin-bottom: 10px;
  }

  #banner {
    height: 230px;
  }
  #banner h4 {
    font-size: 30px;
  }

  #section7 {
    padding: 100px 0 40px 0;
  }
  #section7 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #section8 {
    padding: 20px 0 40px 0;
  }
  #section8 .sns svg {
    width: 24px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 915px) {
  #section1 .product-box__1, #section1 .product-box__2, #section1 .product-box__3 {
    width: 100%;
    overflow: hidden;
  }

  #section2 .inner {
    justify-content: center;
  }
  #section2 .inner .text-box div {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  #section3 {
    padding-bottom: 0;
  }
  #section3 .section3-box .video-box {
    width: 100%;
  }
  #section3 .section3-box__text {
    padding: 5% 10%;
    width: 100%;
  }
  #section3 .section3-box__text h1 {
    font-size: 26px;
  }
  #section3 .section3-box__text h2 {
    font-size: 26px;
  }
  #section3 .section3-box__imgs {
    padding-top: 20px;
  }
}
@media screen and (max-width: 740px) {
  .footer {
    background-color: #F5F5F5;
  }
  .footer-logo {
    width: 60px;
    order: 1;
  }
  .footer-logo img {
    width: 100%;
  }
  .footer-search {
    width: 100%;
    order: 2;
    margin: 20px 0 0 0;
  }
  .footer-content {
    width: 100%;
    text-align: left;
    order: 3;
  }
  .footer-content .p-title-tp1 {
    font-size: 16px;
    font-weight: 700;
  }
  .footer-content .p-sub {
    font-size: 12px;
    white-space: pre-line;
  }
  .footer-content .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 568px) {
  #section1 {
    padding: 40px 0 0 0;
  }
  #section1 h4 {
    margin-bottom: 30px;
  }

  #section2 .inner .text-box {
    text-align: center;
  }
  #section2 .inner .text-box h4 {
    margin-bottom: 30px;
  }
  #section2 .inner .text-box div {
    margin-bottom: 20px;
  }
  #section2 .inner .text-box div .p-sub {
    white-space: normal;
  }
  #section2 .inner .imgs-box {
    padding-top: 30px;
  }
  #section2 .inner .imgs-box div {
    height: 250px;
  }

  #banner {
    height: 130px;
  }
  #banner h4 {
    font-size: 24px;
  }

  #section7 {
    padding: 60px 0;
  }

  #section8 {
    padding: 20px 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #section2 {
    margin: 102px 0 10px 0;
  }

  #section4 {
    padding: 102px 0 50px 0;
  }
}
@media screen and (max-width: 425px) {
  #section1 .product-box .product-box__1__icon::before {
    top: 17%;
  }
  #section1 .product-box .product-box__1 svg {
    width: 139.44px;
  }
  #section1 .product-box .product-box__2 svg {
    width: 150px;
  }
  #section1 .product-box .product-box__3__icon::before {
    top: 13%;
  }
  #section1 .product-box .product-box__3 svg {
    width: 99px;
  }

  #section2 .inner .imgs-box div {
    height: 200px;
  }
}
@media screen and (max-width: 414px) {
  #mainimg h1 {
    font-size: 24px;
  }
  #mainimg h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 390px) {
  #mainimg h1 {
    font-size: 30px;
  }
  #mainimg h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  #mainimg h1 {
    font-size: 27px;
  }
  #mainimg h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  #mainimg h1 {
    font-size: 26px;
  }
  #mainimg h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 280px) {
  #section2 .inner .imgs-box div {
    height: 140px;
  }
}
/*************************** company *********************************/
#companypage-subimg {
  width: 100%;
  height: 300px;
  background-image: url(../images/common/01.png);
  background-size: cover;
  background-position-x: 50%;
}

/*************************** ceo 인사말 *******************************/
#company-ceo {
  padding-bottom: 120px;
}
#company-ceo h4 {
  padding-bottom: 60px;
}
#company-ceo h3 {
  color: #3787FF;
  white-space: pre-line;
  padding-bottom: 70px;
  line-height: 1.3;
}
#company-ceo .ceo-img {
  width: 100%;
  height: 308px;
  background-image: url(../images/company/01_1.png);
  background-size: cover;
  padding-bottom: 60px;
}
#company-ceo .p-sub {
  letter-spacing: 0;
}

/*************************** organization *******************************/
#organization {
  padding-bottom: 120px;
}
#organization h4 {
  padding-bottom: 60px;
}
#organization .chart .name-box {
  width: 160px;
  height: 60px;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 60px;
  margin: 0 auto;
}
#organization .chart .name-box-depth1 {
  background-color: #333333;
  margin-bottom: 20px;
}
#organization .chart .name-box-depth2 {
  background-color: #254C93;
  margin-bottom: 40px;
}
#organization .chart .name-box-depth3 {
  background-color: #16BFC5;
  margin-bottom: 20px !important;
}
#organization .chart .name-box-depth4 {
  background-color: #F5F5F5;
  color: #363636;
  margin-bottom: 20px !important;
}
#organization .organization-img {
  width: 100%;
  padding-top: 60px;
  text-align: center;
}
#organization .organization-img img {
  max-width: 722px;
  width: 100%;
}

/*************************** history *******************************/
#history {
  padding-bottom: 120px;
}
#history h4 {
  padding-bottom: 60px;
}
#history .history-box {
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
#history .history-box .year {
  padding-bottom: 110px;
}
#history .history-box .year .nthyear {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 30px;
  position: relative;
}
#history .history-box .year .nthyear::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #616161;
}
#history .history-box .year .nthyear::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-radius: 25px;
  background-color: #3787FF;
}
#history .history-box .year .year-detail {
  font-size: 18px;
  font-size: 300;
  padding-top: 20px;
}
#history .history-box .year .year-detail p {
  white-space: pre-line;
}

/*************************** certification *******************************/
#certification {
  padding-bottom: 120px;
}
#certification h4 {
  padding-bottom: 60px;
}
#certification .certification-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#certification .certification-box__left {
  width: calc(50% - 60px);
  padding: 60px;
  margin: 0 10px;
  position: relative;
  background-image: url(../images/company/01_4.png);
  background-size: cover;
}
#certification .certification-box__right {
  width: calc(50% - 60px);
  padding: 60px;
  margin: 0 10px;
  position: relative;
  background-image: url(../images/company/01_5.png);
  background-size: cover;
}
#certification .certification-box__text {
  color: #fff;
}
#certification .certification-box__text h4 {
  padding-bottom: 0;
}
#certification .certification-box__img {
  width: 240px;
  float: right;
}
#certification .certification-box__img img {
  width: 100%;
}

/*************************** location *******************************/
#location-content {
  padding-bottom: 30px;
}

.wrap_controllers {
  display: none;
}

#location h4 {
  padding-bottom: 60px;
}
#location .location-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}
#location .location-top__img img {
  display: block;
}
#location .location-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#location .location-bottom__img {
  margin-top: 60px;
}
#location .location-bottom__img img {
  width: 100%;
}
#location .p-sub {
  color: #999999;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1233px) {
  #location .p-sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #company-ceo, #organization, #certification, #history {
    padding-bottom: 70px;
  }

  #company-ceo h4 {
    padding-bottom: 30px;
  }
  #company-ceo h3 {
    font-size: 26px;
    padding-bottom: 30px;
  }

  #organization .chart .name-box {
    font-size: 18px;
  }

  #certification .certification-box__text h4 {
    padding-bottom: 0;
  }
  #certification .certification-box__img {
    width: 240px;
    float: right;
  }
  #certification .certification-box__img img {
    width: 100%;
  }
}
@media screen and (max-width: 915px) {
  #certification h4 {
    padding-bottom: 60px;
  }
  #certification .certification-box__img {
    width: 180px;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .location-bottom div {
    width: 100%;
  }

  #certification h4 {
    padding-bottom: 60px;
  }
  #certification .certification-box {
    justify-content: center;
  }
  #certification .certification-box__left, #certification .certification-box__right {
    width: 100%;
    padding: 60px 30px;
    margin: 0 0 30px 10px;
  }
  #certification .certification-box__img {
    width: 240px;
    float: right;
    padding-top: 20px;
  }
  #certification .certification-box__img img {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  #history h4 {
    padding-bottom: 60px;
  }
  #history .history-box {
    width: 95%;
  }
  #history .history-box .year {
    padding-bottom: 110px;
  }
  #history .history-box .year .nthyear {
    font-size: 24px;
    padding-bottom: 20px;
  }
  #history .history-box .year .nthyear::after {
    width: 15px;
    height: 15px;
    bottom: -6px;
  }
  #history .history-box .year .year-detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #certification .certification-box__img {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 330px) {
  .orderlist form .option_box div.date-search-box {
    margin-left: 0;
  }
  .orderlist form .option_box div input.start-date, .orderlist form .option_box div input.end-date {
    width: 110px;
  }
  .orderlist form .option_box div input.product-name {
    width: 150px;
  }
}
@media screen and (max-width: 320px) {
  #certification .certification-box__img {
    width: 100%;
    float: none;
  }
}
/*************************** product *********************************/
#productpage-subimg {
  width: 100%;
  height: 300px;
  background-image: url(../images/common/02.png);
  background-size: cover;
  background-position-x: 50%;
}

/*************************** item_view_ *********************************/
.item-view__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item-view__top .item-view__box__imgbox {
  max-width: 600px;
  margin: 0;
  border: 1px solid #DADADA;
}
.item-view__top .item-view__box__imgbox img {
  width: 100%;
}

.item-view__box {
  padding: 20px 0;
  margin: 20px 0 60px 0;
}
.item-view__box h4 {
  margin-bottom: 20px;
}
.item-view__box__txt .p-title-tp2 {
  font-weight: 400;
  line-height: 1.5;
}
.item-view__box__txt .txt-option {
  white-space: pre-line;
  line-height: 2;
}
.item-view__box__txt .red {
  color: #f42222;
}
.item-view__box__txt .blue {
  color: #275cfd;
}
.item-view__box__imgbox {
  max-width: 900px;
  overflow: hidden;
  margin: 0 auto;
}
.item-view__box__imgbox img {
  width: 100%;
  text-align: center;
}
.item-view__box__imgbox__logo {
  max-width: 470px;
  margin: 80px auto 0 auto;
  text-align: center;
}
.item-view__box__imgbox__logo img {
  width: 100%;
}
.item-view__box .img-option {
  max-width: 360px;
}
.item-view__box .img-option img {
  width: 100%;
}
.item-view__box .img-option-x {
  margin: 0 !important;
}
.item-view__box .item-view__box-option {
  justify-content: space-around;
}
.item-view__box .border-tb {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1024px) {
  .item-view__box {
    padding: 30px 0;
    margin: 10px 0;
  }
  .item-view__box h4 {
    font-size: 20px;
  }
  .item-view__box__txt .p-title-tp2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .item-view__box .item-view__box-option {
    justify-content: left;
  }
}
@media screen and (max-width: 568px) {
  .item-view__box {
    padding: 30px 0;
    margin: 10px 0;
  }
  .item-view__box h4 {
    font-size: 18px;
  }
  .item-view__box__imgbox__logo {
    margin: 30px auto;
  }
  .item-view__box__txt .p-title-tp2 {
    font-size: 16px;
  }
}
/*************************** item_list *********************************/
.featured__item__pic {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #dadada;
}
.featured__item__pic img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.featured__item__txt {
  padding: 10px 0 0;
}
.featured__item__txt p {
  margin-bottom: 0.5rem;
}
.featured__item__txt p:nth-of-type(1) {
  width: 100%;
  height: 20px;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  color: #3787FF;
}
.featured__item__txt p:nth-of-type(2) {
  width: 100%;
  height: 20px;
  overflow: hidden;
  font-weight: 300;
  font-size: 15px;
}
.featured__item__widget {
  margin-top: 5%;
}
.featured__item__widget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.featured__item__widget ul li {
  font-size: 13px;
  border: 1px solid #d4d4d4;
  margin: 0 2% 0 0;
}
.featured__item__widget ul li button {
  display: flex;
  align-items: center;
  padding: 1.5px 5px;
  background-color: #fff;
  color: #000000;
}
.featured__item__widget ul li button span.material-icons {
  font-size: 22px;
  padding-right: 4px;
}
.featured__item__widget ul li.cartBtn:hover {
  transition: 0.3s;
  border: 1px solid #222222;
  color: #fff;
}
.featured__item__widget ul li.cartBtn:hover button {
  transition: 0.3s;
  background-color: #222222;
  color: #fff;
}
.featured__item__widget ul li.cartBtn:hover button span.material-icons {
  transition: 0.3s;
  color: #fff;
}

#gallery {
  margin: 0 0 5rem 0;
}
#gallery .gallery_product {
  width: calc(33.33% - 10px);
  margin: 2rem 5px;
  overflow: hidden;
}
#gallery .gallery_product .featured__item__pic {
  height: 360px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#gallery .gallery_product .featured__item__widget {
  margin-top: 3%;
}
#gallery .gallery_product .featured__item__widget ul {
  justify-content: left;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1370px) {
  #gallery .gallery_product .featured__item__pic {
    width: 360px;
    height: 360px;
  }
  #gallery .gallery_product .featured__item__widget {
    margin-top: 2%;
  }
  #gallery .gallery_product .featured__item__widget ul li {
    margin: 0 1% 0 0;
  }
}
@media screen and (max-width: 1180px) {
  .featured__item__txt p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .featured__item__widget ul {
    justify-content: left;
  }
  .featured__item__widget ul li {
    font-size: 13px;
  }
  .featured__item__widget ul li button span.material-icons {
    font-size: 16px;
  }

  #gallery .gallery_product .featured__item__pic {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 915px) {
  #gallery .gallery_product {
    margin: 1rem 5px;
  }
  #gallery .gallery_product .featured__item__pic {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 820px) {
  .container {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .featured__item__widget ul li button span.material-icons {
    font-size: 11px;
  }

  #gallery .gallery_product .featured__item__pic {
    width: 220px;
    height: 220px;
  }
  #gallery .gallery_product .featured__item__widget ul li button span {
    font-size: 11px;
  }
}
@media screen and (max-width: 740px) {
  .featured__item__txt p:nth-of-type(1) {
    font-size: 14px;
  }
  .featured__item__txt p:nth-of-type(2) {
    font-size: 13px;
  }
  .featured__item__widget ul li {
    margin: 0 1%;
  }

  #gallery .gallery_product .featured__item__pic {
    width: 160px;
    height: 160px;
  }
  #gallery .gallery_product .featured__item__txt p:nth-of-type(1) {
    font-size: 14px;
  }
  #gallery .gallery_product .featured__item__txt p:nth-of-type(2) {
    font-size: 13px;
  }
  #gallery .gallery_product .featured__item__widget {
    margin-top: 2%;
  }
}
@media screen and (max-width: 568px) {
  #gallery .gallery_product .featured__item__pic {
    width: 169.31px;
    height: 169.31px;
  }
}
@media screen and (max-width: 480px) {
  #gallery .gallery_product .featured__item__pic {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 425px) {
  #gallery .gallery_product .featured__item__pic {
    width: 122px;
    height: 122px;
  }
  #gallery .gallery_product .featured__item__txt {
    padding: 5px 0 0;
  }
  #gallery .gallery_product .featured__item__txt p {
    margin-bottom: 0;
  }
  #gallery .gallery_product .featured__item__widget {
    padding-left: 0;
    margin-top: 4%;
  }
  #gallery .gallery_product .featured__item__widget ul li {
    margin-bottom: 2px;
    margin-right: 5px;
  }
  #gallery .gallery_product .featured__item__widget ul li button span.material-icons {
    font-size: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 420px) {
  #gallery .gallery_product .featured__item__pic {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 414px) {
  #gallery .gallery_product .featured__item__pic {
    width: 114px;
    height: 118px;
  }
}
@media screen and (max-width: 390px) {
  #gallery .gallery_product {
    width: calc(50% - 10px);
  }
  #gallery .gallery_product .featured__item__pic {
    width: 165px;
    height: 170px;
  }
}
@media screen and (max-width: 375px) {
  #gallery .gallery_product .featured__item__pic {
    width: 159px;
    height: 163px;
  }
}
@media screen and (max-width: 360px) {
  #gallery .gallery_product .featured__item__pic {
    width: 144px;
    height: 144px;
  }
}
@media screen and (max-width: 320px) {
  #gallery .gallery_product .featured__item__pic {
    width: 134px;
    height: 136px;
  }
}
@media screen and (max-width: 280px) {
  #gallery .gallery_product .featured__item__pic {
    width: 115px;
    height: 115px;
  }
}
/*************************** online *********************************/
#onlinepage-subimg {
  width: 100%;
  height: 300px;
  background-image: url(../images/common/03.png);
  background-size: cover;
  background-position-x: 60%;
}

/*************************** online *********************************/
#online {
  padding-bottom: 120px;
}
#online h4 {
  padding-bottom: 60px;
}
#online .online-box {
  margin-bottom: 60px;
  border-bottom: 1px solid #DADADA;
}
#online .online-box h1 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  background-color: #3787FF;
  color: #fff;
  box-sizing: content-box;
  padding: 0.5% 1%;
}
#online .online-box h2 {
  font-size: 20px;
  font-weight: 300;
}
#online .online-box .video-box {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 40px auto;
}
#online .online-box .video-box .video-wrapper {
  padding-bottom: 56.25%;
  height: 0;
}
#online .online-box .video-box .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}

/*************************** openmarket *********************************/
#openmarket {
  margin-bottom: 120px;
}
#openmarket h1 {
  font-size: 24px;
  font-weight: 700;
  color: #FF0000;
  padding: 20px 0;
}
#openmarket .om-box {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#openmarket .om-box a {
  margin: 0 10px;
}
#openmarket .om-box a p {
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
}
#openmarket .om-box a img {
  border-radius: 16px;
}
#openmarket .om-box a:nth-child(5) img {
  border-radius: 27px;
}
#openmarket .om-box a:hover img {
  box-shadow: 1px 1px 15px rgba(189, 188, 187, 0.5);
  transform: scale(1.03);
  transition: 0.5s;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1233px) {
  #openmarket h1 {
    font-size: 18px;
  }
  #openmarket .om-box a {
    text-align: center;
  }
  #openmarket .om-box a p {
    font-size: 16px;
  }
  #openmarket .om-box a img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 675px) {
  #online .online-box h1 {
    font-size: 16px;
  }
  #online .online-box h2 {
    font-size: 14px;
  }

  #openmarket {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 390px) {
  #openmarket .om-box a {
    margin-bottom: 20px;
  }
}
/*************************** portfolio *********************************/
#portfoliopage-subimg {
  width: 100%;
  height: 300px;
  background-image: url(../images/common/04.png);
  background-size: cover;
  background-position-x: 50%;
}

/*************************** portfolio *********************************/
#portfolio {
  padding-bottom: 120px;
}
#portfolio h4 {
  padding-bottom: 60px;
}
#portfolio .gallery-item {
  border: 1px solid #dadada;
}
#portfolio .gallery-item a img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #portfolio {
    padding-bottom: 20px;
  }
}
/*************************** user *********************************/
#userpage-subimg {
  width: 100%;
  height: 150px;
  background-image: url(../images/common/05.png);
  background-size: cover;
  background-position-x: 50%;
}

.con-box {
  padding: 0 0 12% 0;
}
.con-box #bold-box {
  padding: 15% 10%;
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.con-box #bold-box .logo_box {
  width: 100%;
  height: 40px;
  float: right;
}
.con-box #bold-box .logo_box img {
  width: 60px;
  float: right;
}
.con-box #bold-box h4 {
  margin: 10px 0 10px 0 !important;
}
.con-box #bold-box p {
  font-size: 14px;
  font-weight: 300;
}
.con-box #bold-box #frm-login {
  width: 100%;
  margin-top: 30px;
}
.con-box #bold-box #frm-login input {
  margin-bottom: 0.5rem !important;
}

.login-box {
  max-width: 560px;
  margin: 0 auto;
  padding: 2% 0 13.8% 0;
}

/*************************** user 공통 *********************************/
.bgbbg {
  background-color: floralwhite;
}

.anothername {
  border-bottom: 1px solid #134eda;
}
.anothername p {
  font-weight: 400 !important;
}

.menu-title-txt {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: end;
}
.menu-title-txt span {
  font-size: 41px;
  color: #134eda;
  margin-right: 10px;
}

#hold-box {
  max-width: 400px;
  margin: 3rem auto 0 auto;
}

#hold-box-another {
  max-width: 920px;
  margin: 0 auto;
}

/*************************** member *********************************/
#frm-info,
#frm-join {
  padding-top: 30px;
}
#frm-info div,
#frm-join div {
  margin-bottom: 1.5rem;
}
#frm-info div p,
#frm-join div p {
  margin-bottom: 0.5rem;
}
#frm-info div p:nth-of-type(1),
#frm-join div p:nth-of-type(1) {
  font-weight: bold;
}
#frm-info div input,
#frm-join div input {
  margin-bottom: 0;
}
#frm-info div#address input,
#frm-join div#address input {
  margin-bottom: 0.3rem;
}
#frm-info .agreepage-btn button,
#frm-join .agreepage-btn button {
  font-size: 14px;
}

.input-box input {
  margin-bottom: 0;
}
.input-box input.uif-tel {
  width: 14%;
}
.input-box input.uif-addr1 {
  width: 50%;
  margin-bottom: 0.5rem;
}
.input-box input.uif-addr2, .input-box input.uif-addr3 {
  margin-bottom: 0.5rem;
}
.input-box input.address-num-search-btn {
  padding: 0.5rem 5% !important;
  margin-bottom: 0.5rem;
  float: right;
}

/******************** 회원가입 / 약관및방침 *********************/
.term-content .term-box {
  width: 100%;
  height: 200px !important;
  margin: 1em 0;
  padding: 0.5%;
  border: 1px solid #c9c9c9;
  overflow: hidden;
}
.term-content .term-box .term-txt {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: #fff;
}
.term-content .term-box .term-txt h2 {
  font-size: 16px;
  font-weight: 600;
}

.all_agree {
  /*회원가입 - 전체동의 */
  padding: 1rem 0;
  border-bottom: 0.5px solid #939393;
  font-size: 24px;
  font-weight: bold;
  margin: 1rem 0;
}

.agree {
  /*회원가입 - 개별동의 */
  padding-top: 1rem;
  font-size: 17px;
}

.wrap-btn-center button i {
  font-size: 1rem;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 820px) {
  .con-box {
    padding: 0 0 10% 0;
  }

  .input-box input.uif-tel {
    width: 29%;
  }

  .menu-title-txt {
    font-size: 18px;
  }
  .menu-title-txt span {
    font-size: 30px;
  }

  #hold-box,
#hold-box-another {
    margin: 0 auto;
  }
}
@media screen and (max-width: 675px) {
  .con-box #bold-box {
    margin: 2rem 0 auto 0;
    box-shadow: none;
    padding: 0% 10%;
    border: unset;
  }
  .con-box #bold-box h3 {
    font-size: 20px;
  }
  .con-box #bold-box .logo_box img {
    width: 30px;
  }
  .con-box #bold-box #frm-login input {
    font-size: 14px;
  }
  .con-box #bold-box .find_box > button {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .con-box #bold-box {
    border: unset;
  }
  .con-box #bold-box #frm-login input {
    font-size: 12px;
  }

  .agree {
    /*회원가입 - 개별동의 */
    font-size: 14px;
  }

  .guide {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .input-box input.uif-tel {
    width: 29%;
  }
}

/*************************** product detail *********************************/
.opt-txt-regular {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}

.opt-txt-bold {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
}

.product-details {
  padding-bottom: 60px;
}
.product-details .product__details__pic {
  display: flex;
  flex-wrap: wrap;
}
.product-details .product__details__pic .product__details__pic__item {
  margin-bottom: 20px;
  background-color: #edbb0e;
}
.product-details .product__details__pic .product__details__pic__item img {
  width: 100%;
  height: 540px;
}
.product-details .product__details__pic .product__details__pic__imgsbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-details .product__details__pic .product__details__pic__imgsbox div {
  cursor: pointer;
  width: calc(25% - 0.5rem);
  overflow: hidden;
}
.product-details .product__details__pic .product__details__pic__imgsbox div img {
  width: 100%;
  height: 127px;
}
.product-details .product__details__text .product__details__name {
  border-bottom: 1px solid #c7c7c7;
}
.product-details .product__details__text .product__details__name h3 {
  color: #000;
  font-weight: 700;
  padding: 3px 0;
  margin-bottom: 0;
}
.product-details .product__details__text .product__details__name p {
  padding: 0 0 10px 0;
}
.product-details .product__details__text table {
  width: 100%;
  margin: 1rem 0;
}
.product-details .product__details__text table tr {
  height: 35px;
}
.product-details .product__details__text table tr th {
  font-weight: 500;
  font-size: 15px;
  color: #666666;
}
.product-details .product__details__text table tr td {
  font-weight: 300;
  font-size: 16px;
}
.product-details .product__details__text table tr:nth-of-type(1) th {
  font-size: 16px;
  font-weight: 500;
}
.product-details .product__details__text table tr:nth-of-type(1) th:nth-of-type(2) {
  font-size: 18px;
  color: #dd2222;
}
.product-details .product__details__text table tr:nth-of-type(1) td {
  font-size: 20px;
  font-weight: 500;
}
.product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(1) {
  font-weight: 300;
}
.product-details .product__details__text .product__details__price {
  font-size: 20px;
  margin-bottom: 15px;
}
.product-details .product__details__text .product__details__price span {
  color: #dd2222;
}
.product-details .product__details__text .product__details__quantity {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 1rem 0;
}
.product-details .product__details__text .product__details__quantity p {
  margin-bottom: 0;
}
.product-details .product__details__text .product__details__quantity .quantity .pro-qty {
  width: 130px;
  height: 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  background: #eaeaea;
  margin-bottom: 5px;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
  display: flex;
}
.product-details .product__details__text .product__details__quantity .quantity .pro-qty .qtybtn {
  width: 35px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  display: inline-block;
}
.product-details .product__details__text .product__details__total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3% 0;
}
.product-details .product__details__text .product__details__total p {
  margin-bottom: 0;
}
.product-details .product__details__text .product__details__total .total {
  display: flex;
}
.product-details .product__details__text .product__details__total .total p {
  display: inline;
}
.product-details .product__details__text .product__details__total .total p:nth-of-type(2) {
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}
.product-details .product__details__text .product__details__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
}
.product-details .product__details__text .product__details__btn button {
  width: 32.33%;
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #c7c7c7 !important;
}
.product-details .product__details__tab {
  padding-top: 60px;
}
.product-details .product__details__tab nav .nav-tabs {
  border-bottom: none;
  justify-content: left;
  position: relative;
}
.product-details .product__details__tab nav .nav-tabs a {
  margin-bottom: 0;
  font-size: 14px;
  background-color: #efefef;
  border: 1px solid #d9d9d9;
  color: #111111;
  font-weight: 400;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1% 2%;
}
.product-details .product__details__tab nav .nav-tabs a:hover {
  background-color: #f3f3f3;
}
.product-details .product__details__tab nav .nav-tabs a.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.product-details .product__details__tab .product__details__tab__desc {
  padding-top: 44px;
}
.product-details .product__details__tab .product__details__tab__desc h6 {
  font-weight: 700;
  color: #333333;
  margin-bottom: 26px;
}
.product-details .product__details__tab .product__details__tab__desc img {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}

.product__details__quantity {
  display: inline-block;
  margin-right: 6px;
}

.related-product {
  padding-bottom: 30px;
}

.related__product__title {
  margin-bottom: 70px;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1180px) {
  .product-details .product__details__pic .product__details__pic__item img {
    height: 450px;
  }
  .product-details .product__details__pic__imgsbox div img {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 104px;
  }
  .product-details .product__details__text .product__details__name h3 {
    font-size: 26px;
  }
  .product-details .product__details__text table tr th {
    font-size: 16px;
  }
  .product-details .product__details__text table tr td {
    font-size: 16px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(1) {
    font-size: 16px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(2) {
    font-size: 18px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th {
    font-size: 16px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 915px) {
  .opt-txt-bold {
    font-size: 12px;
  }

  .product-details .product__details__pic .product__details__pic__item img {
    height: 330px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 75px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th {
    font-size: 14px;
    font-weight: 500;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th:nth-of-type(2) {
    font-size: 14px;
    color: #dd2222;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td {
    font-size: 14px;
    font-weight: 500;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(1) {
    font-weight: 300;
  }
  .product-details .product__details__text .product__details__quantity .quantity .pro-qty {
    width: 110px;
    height: 30px;
  }
  .product-details .product__details__text .product__details__quantity .quantity .pro-qty input {
    font-size: 12px;
  }
  .product-details .product__details__text .product__details__total .total p.opt-txt-regular {
    font-size: 13px;
  }
  .product-details .product__details__text .product__details__btn {
    padding-top: 1rem;
  }
  .product-details .product__details__text .product__details__btn button {
    font-size: 12px;
  }
  .product-details .product__details__text .product__details__btn button span.material-icons {
    font-size: 20px;
  }
  .product-details .product__details__tab nav .nav-tabs a {
    font-size: 12px;
    font-weight: 300;
  }
  .product-details .product__details__tab .product__details__tab__desc h6 {
    font-weight: 400;
  }
}
@media screen and (max-width: 820px) {
  .product-details .product__details__text .product__details__name h3 {
    font-size: 20px;
  }
  .product-details .product__details__text .product__details__total .total p:nth-of-type(2) {
    font-size: 18px;
  }
  .product-details .product__details__tab .product__details__tab__desc {
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .product-details .product__details__text .product__details__name h3 {
    font-size: 26px;
  }
  .product-details .product__details__text table tr th {
    font-size: 14px;
  }
  .product-details .product__details__text table tr td {
    font-size: 14px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(1) {
    font-size: 14px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th {
    font-size: 14px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 740px) {
  .opt-txt-regular,
.opt-txt-bold {
    font-size: 16px;
  }

  .product-details .product__details__pic .product__details__pic__item img {
    height: 510px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 119px;
  }
  .product-details .product__details__text h3 {
    font-size: 24px;
    padding: 2rem 0;
  }
  .product-details .product__details__text table tr th {
    font-size: 18px;
  }
  .product-details .product__details__text table tr td {
    font-size: 18px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th {
    font-size: 18px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th:nth-of-type(2) {
    font-size: 20px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(1) {
    font-size: 18px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(2) {
    font-size: 20px;
  }
  .product-details .product__details__text .product__details__quantity .quantity .pro-qty {
    width: 130px;
    height: 50px;
  }
  .product-details .product__details__text .product__details__quantity .quantity .pro-qty input {
    font-size: 18px;
  }
  .product-details .product__details__text .product__details__btn {
    padding-top: 1rem;
  }
  .product-details .product__details__text .product__details__btn button {
    font-size: 16px;
  }
  .product-details .product__details__text .product__details__btn button span.material-icons {
    font-size: 27px;
  }
  .product-details .product__details__text .product__details__total .total p.opt-txt-regular {
    font-size: 16px;
  }
  .product-details .product__details__text .product__details__total .total p:nth-of-type(2) {
    font-size: 24px;
  }
  .product-details .product__details__tab nav .nav-tabs a {
    width: 33.33%;
    text-align: center;
    padding: 1.5% 2%;
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 736px) {
  .product-details .product__details__pic .product__details__pic__item img {
    height: 510px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 119px;
  }
  .product-details .product__details__text h3 {
    font-size: 24px;
    padding: 2rem 0;
  }
  .product-details .product__details__text table tr th {
    font-size: 16px;
  }
  .product-details .product__details__text table tr td {
    font-size: 16px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th {
    font-size: 16px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th:nth-of-type(2) {
    font-size: 18px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(1) {
    font-size: 16px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(2) {
    font-size: 18px;
  }
  .product-details .product__details__text .product__details__quantity .quantity .pro-qty {
    width: 130px;
    height: 40px;
  }
  .product-details .product__details__text .product__details__quantity .quantity .pro-qty input {
    font-size: 18px;
  }
  .product-details .product__details__text .product__details__btn {
    padding-top: 1rem;
  }
  .product-details .product__details__text .product__details__btn button {
    font-size: 16px;
  }
  .product-details .product__details__text .product__details__btn button span.material-icons {
    font-size: 27px;
  }
  .product-details ㄴ .product__details__tab nav .nav-tabs a {
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (max-width: 675px) {
  .product-details .product__details__pic .product__details__pic__item img {
    height: 510px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 120px;
  }
}
@media screen and (max-width: 568px) {
  .product-details .product__details__pic .product__details__pic__item img {
    height: 538px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 126px;
  }
}
@media screen and (max-width: 540px) {
  .product-details .product__details__pic .product__details__pic__item img {
    height: 510px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 119px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .product__details__pic .product__details__pic__item img {
    height: 450px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 104px;
  }
  .product-details .product__details__text .product__details__quantity .quantity .pro-qty {
    width: 130px;
    height: 40px;
  }
  .product-details .product__details__text .product__details__quantity .quantity .pro-qty input {
    font-size: 18px;
  }
  .product-details .product__details__tab nav .nav-tabs a {
    font-weight: 300;
  }
}
@media screen and (max-width: 425px) {
  .opt-txt-regular,
.opt-txt-bold {
    font-size: 14px;
  }

  .product-details .product__details__pic .product__details__pic__item img {
    height: 395px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 90px;
  }
  .product-details .product__details__text table tr th {
    font-size: 16px;
  }
  .product-details .product__details__text table tr td {
    font-size: 16px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th {
    font-size: 16px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th:nth-of-type(2) {
    font-size: 16px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(1) {
    font-size: 16px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(2) {
    font-size: 16px;
  }
  .product-details .product__details__text .product__details__total .total p.opt-txt-regular {
    font-size: 14px;
  }
  .product-details .product__details__tab nav .nav-tabs a {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .product-details .product__details__pic .product__details__pic__item img {
    height: 390px;
  }
}
@media screen and (max-width: 414px) {
  .opt-txt-regular,
.opt-txt-bold {
    font-size: 15px;
  }

  .product-details .product__details__pic .product__details__pic__item img {
    height: 384px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 88px;
  }
  .product-details .product__details__text h3 {
    padding: 1.5rem 0 1rem 0;
  }
  .product-details .product__details__text .product__details__btn button {
    font-size: 14px;
  }
  .product-details .product__details__text .product__details__btn button span.material-icons {
    font-size: 20px;
  }
  .product-details .product__details__tab nav .nav-tab a {
    padding: 2.5% 2%;
  }
}
@media screen and (max-width: 390px) {
  .product-details .product__details__pic .product__details__pic__item img {
    height: 360px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 82px;
  }
}
@media screen and (max-width: 375px) {
  .product-details .product__details__pic .product__details__pic__item img {
    height: 345px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 78px;
  }
  .product-details .product__details__text .product__details__total .total p {
    font-size: 20px;
  }
  .product-details .product__details__tab {
    padding-top: 40px;
  }
}
@media screen and (max-width: 360px) {
  .product-details .product__details__text .product__details__total .total p.opt-txt-regular {
    font-size: 13px;
  }
  .product-details .product__details__pic .product__details__pic__item img {
    height: 330px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 74px;
  }
  .product-details .product__details__tab nav .nav-tabs a {
    padding: 1.5% 0;
  }
}
@media screen and (max-width: 320px) {
  .product-details .product__details__pic .product__details__pic__item img {
    height: 290px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 64px;
  }
  .product-details .product__details__text table tr th {
    font-size: 14px;
  }
  .product-details .product__details__text table tr td {
    font-size: 14px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th {
    font-size: 14px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) th:nth-of-type(2) {
    font-size: 14px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(1) {
    font-size: 14px;
  }
  .product-details .product__details__text table tr:nth-of-type(1) td:nth-of-type(2) {
    font-size: 14px;
  }
  .product-details .product__details__text .product__details__btn button {
    font-size: 13px;
  }
  .product-details .product__details__tab nav .nav-tabs a {
    font-size: 11px;
  }
}
@media screen and (max-width: 280px) {
  .opt-txt-regular,
.opt-txt-bold {
    font-size: 13px;
  }

  .product-details .product__details__pic .product__details__pic__item img {
    height: 250px;
  }
  .product-details .product__details__pic .product__details__pic__imgsbox div img {
    height: 54px;
  }
  .product-details .product__details__text .product__details__total .total p.opt-txt-regular {
    font-size: 12px;
  }
  .product-details .product__details__tab nav .nav-tabs a {
    font-size: 11px;
    padding: 1.5% 0;
  }
}

/*# sourceMappingURL=style.css.map */
