.visual_wrap {
  width: 100%;
  height: 572px;
  position: relative;
  background-color: black;
}
.visual_wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}
.visual_wrap .bg.is-active {
  opacity: 1;
}
.visual_wrap .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.visual_wrap .visual_inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.visual_wrap .visual_inner h1 {
  font-size: 60px;
  font-weight: 700;
  text-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.visual_wrap .visual_inner .btn_wrap {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.visual_wrap .visual_inner .btn_wrap button {
  color: #fff;
  margin-right: 50px;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 12px;
  flex-shrink: 0;
}
.visual_wrap .visual_inner .btn_wrap button.is-active {
  border-bottom: solid 1px rgb(255, 255, 255);
}
.visual_wrap .visual_inner .btn_wrap button.disable {
  pointer-events: none;
}
.visual_wrap .visual_inner .btn_wrap button:last-child {
  margin-right: 0;
}
.visual_wrap .visual_inner .btn_wrap_mo {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: calc(100% - 48px);
  transform: translateX(-50%);
  max-width: 327px;
}
.visual_wrap .visual_inner .btn_wrap_mo.is-active .list {
  display: block;
}
.visual_wrap .visual_inner .btn_wrap_mo.is-active .tit::after {
  rotate: -90deg;
}
.visual_wrap .visual_inner .btn_wrap_mo .tit {
  width: 100%;
  height: 48px;
  border: solid 1px #fff;
  border-radius: 500px;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.visual_wrap .visual_inner .btn_wrap_mo .tit::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/c-arrow-s-w.svg) no-repeat center/cover;
  rotate: 90deg;
}
.visual_wrap .visual_inner .btn_wrap_mo .list {
  position: absolute;
  top: 58px;
  left: 0;
  background-color: #fff;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  color: #000;
  padding-top: 32px;
  display: none;
}
.visual_wrap .visual_inner .btn_wrap_mo .list li {
  margin-bottom: 32px;
  padding: 0 24px;
}
.visual_wrap .visual_inner .btn_wrap_mo .list li.is-active {
  display: none;
}

@media (max-width: 1400px) {
  .visual_wrap .visual_inner .btn_wrap button {
    margin-right: 36px;
    font-size: 13px;
  }
  .visual_wrap .visual_inner h1 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .visual_wrap .visual_inner h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .visual_wrap {
    height: 428px;
  }
  .visual_wrap .visual_inner .btn_wrap {
    display: none;
  }
  .visual_wrap .visual_inner .btn_wrap_mo {
    display: block;
  }
  .visual_wrap .visual_inner h1 {
    font-size: 32px;
  }
}
.product_inner .dep {
  display: none;
  padding: 135px calc((100% - 1152px) / 2) 180px;
}
.product_inner .dep.is-active {
  display: block;
}
.product_inner .dep .title_wrap .label {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  height: fit-content;
  display: inline-block;
}
.product_inner .dep .title_wrap .label.nippon {
  margin-bottom: 1px;
}
.product_inner .dep .title_wrap .label.nippon img {
  width: 313px;
}
.product_inner .dep .title_wrap .label.rock {
  margin-bottom: 9px;
}
.product_inner .dep .title_wrap h2 {
  font-size: 43px;
  font-weight: 700;
}
.product_inner .dep .title_wrap .text {
  font-size: 16px;
  line-height: 25px;
  padding-top: 22px;
  color: rgb(25, 25, 25);
}
.product_inner .dep .banner {
  width: 100%;
  height: 434px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
}
.product_inner .dep .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product_inner .dep .banner img.mo {
  display: none;
}
.product_inner .dep .swiper_wrap {
  margin-top: 36px;
  display: flex;
  align-items: center;
}
.product_inner .dep .swiper_wrap .product_swiper {
  width: calc(100% - 556px);
}
.product_inner .dep .swiper_wrap .product_swiper.mo {
  display: none;
}
.product_inner .dep .swiper_wrap .product_swiper.mo .swiper-slide {
  width: 500px;
}
.product_inner .dep .swiper_wrap .product_swiper.mo .swiper-slide-active .txt_wrap {
  opacity: 1;
}
.product_inner .dep .swiper_wrap .product_swiper.mo .txt_wrap {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  transition: opacity 0.3s ease-out;
}
.product_inner .dep .swiper_wrap .product_swiper.mo .txt_wrap b {
  font-size: 18px;
  font-weight: 700;
}
.product_inner .dep .swiper_wrap .product_swiper.mo .txt_wrap span {
  font-size: 14px;
  line-height: 20px;
  color: rgb(85, 85, 85);
  padding-top: 12px;
  word-break: keep-all;
}
.product_inner .dep .swiper_wrap .swiper_navi {
  width: 556px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 49px;
}
.product_inner .dep .swiper_wrap .swiper_navi button {
  width: 100%;
  padding: 36px 0;
  display: flex;
  text-align: left;
  border-bottom: solid 1px rgb(234, 234, 234);
  color: rgb(204, 204, 204);
  word-break: keep-all;
}
.product_inner .dep .swiper_wrap .swiper_navi button.is-active {
  color: rgb(0, 0, 0);
}
.product_inner .dep .swiper_wrap .swiper_navi button.is-active span {
  color: rgb(85, 85, 85);
}
.product_inner .dep .swiper_wrap .swiper_navi button b {
  width: 224px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.product_inner .dep .swiper_wrap .swiper_navi button span {
  width: calc(100% - 224px);
  display: inline-block;
  font-family: Pretendard;
  font-size: 14px;
  line-height: 21px;
  color: rgb(204, 204, 204);
}
.product_inner .dep .swiper_wrap .swiper_navi button:first-child {
  padding-top: 0;
}
.product_inner .dep .swiper_wrap .swiper_navi button:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.product_inner .dep .swiper_wrap .img_gif {
  width: 100%;
  border-radius: 20px;
}
.product_inner .dep .swiper_wrap .img_gif_mo {
  height: 364px;
  border-radius: 10px;
}
.product_inner .dep .info_box {
  margin-top: 135px;
  display: flex;
  flex-wrap: wrap;
}
.product_inner .dep .info_box .img {
  width: calc(100% - 498px);
}
.product_inner .dep .info_box .img img {
  object-fit: cover;
  object-position: center;
}
.product_inner .dep .info_box h3 {
  font-size: 36px;
  font-weight: 700;
  width: 100%;
}
.product_inner .dep .info_box .left {
  width: 498px;
  padding-right: 58px;
}
.product_inner .dep .info_box .left ul {
  margin-top: 54px;
}
.product_inner .dep .info_box .left ul li {
  border-bottom: solid 1px rgb(234, 234, 234);
  padding: 36px 0;
  word-break: keep-all;
}
.product_inner .dep .info_box .left ul li:first-child {
  padding-top: 0;
}
.product_inner .dep .info_box .left ul li b,
.product_inner .dep .info_box .left ul li span {
  display: block;
}
.product_inner .dep .info_box .left ul li b {
  font-size: 18px;
  font-weight: 700;
}
.product_inner .dep .info_box .left ul li span {
  font-size: 14px;
  line-height: 21px;
  padding-top: 10px;
  color: rgb(85, 85, 85);
}
.product_inner .dep .info_box .left ul li span > .mark {
  display: flex;
  line-height: 18px;
}
.product_inner .dep .info_box .left ul li span > .mark::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgb(85, 85, 85);
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 7px;
}
.product_inner .dep .info_box .table_wrap {
  width: 100%;
  margin-top: 54px;
}
.product_inner .dep .info_box .table_wrap table {
  width: 100%;
  border-top: solid 1px rgb(0, 0, 0);
}
.product_inner .dep .info_box .table_wrap table thead {
  height: 81px;
  background-color: rgb(250, 250, 250);
}
.product_inner .dep .info_box .table_wrap table thead th {
  text-align: center;
  border-bottom: solid 1px rgb(234, 234, 234);
  width: 189px;
  border-right: solid 1px rgb(234, 234, 234);
}
.product_inner .dep .info_box .table_wrap table thead th:first-child {
  width: 207px;
}
.product_inner .dep .info_box .table_wrap table thead th:last-child {
  border-right: none;
}
.product_inner .dep .info_box .table_wrap table thead th b {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.product_inner .dep .info_box .table_wrap table thead th b span {
  color: rgb(85, 85, 85);
  font-size: 12px;
  font-weight: 400;
  padding-left: 6px;
}
.product_inner .dep .info_box .table_wrap table thead th .sub {
  display: block;
  color: rgb(154, 154, 154);
  padding-top: 4px;
  font-size: 12px;
}
.product_inner .dep .info_box .table_wrap table tbody tr td {
  text-align: center;
  border-right: solid 1px rgb(234, 234, 234);
  border-bottom: solid 1px rgb(234, 234, 234);
  height: 56px;
  font-size: 12px;
}
.product_inner .dep .info_box .table_wrap table tbody tr td:last-child {
  border-right: none;
}
.product_inner .dep .info_box .table_wrap table tbody tr td:first-child {
  width: 206px;
}
.product_inner .dep .info_box .product_detail {
  width: 100%;
  padding-top: 54px;
  position: relative;
}
.product_inner .dep .info_box .product_detail .des {
  font-size: 12px;
  color: rgb(154, 154, 154);
  display: block;
  text-align: right;
  margin-bottom: 16px;
}
.product_inner .dep .info_box .product_detail .detail_box {
  border-top: solid 1px rgb(25, 25, 25);
  margin-bottom: 90px;
  display: flex;
}
.product_inner .dep .info_box .product_detail .detail_box:last-child {
  margin-bottom: 0;
}
.product_inner .dep .info_box .product_detail .detail_box h4 {
  padding-top: 32px;
  font-size: 25px;
  font-weight: 700;
  width: 305px;
}
.product_inner .dep .info_box .product_detail .detail_box ul {
  width: calc(100% - 339px);
}
.product_inner .dep .info_box .product_detail .detail_box ul li {
  padding: 26px 12px 30px 18px;
  border-bottom: solid 1px rgb(234, 234, 234);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_inner .dep .info_box .product_detail .detail_box ul li .tit b {
  font-size: 18px;
  font-weight: 700;
}
.product_inner .dep .info_box .product_detail .detail_box ul li .tit span {
  font-size: 14px;
  line-height: 18px;
  color: rgb(85, 85, 85);
  padding-left: 5px;
}
.product_inner .dep .info_box .product_detail .detail_box ul li .text {
  display: flex;
  align-items: center;
  padding-top: 8px;
}
.product_inner .dep .info_box .product_detail .detail_box ul li .text span {
  font-size: 14px;
  color: rgb(85, 85, 85);
}
.product_inner .dep .info_box .product_detail .detail_box ul li .text span:nth-child(2) {
  color: rgb(154, 154, 154);
}
.product_inner .dep .info_box .product_detail .detail_box ul li .text span:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: rgb(204, 204, 204);
  margin: 0 8px;
}
.product_inner .dep .info_box .product_detail .detail_box ul li .download_btn {
  width: 112px;
  height: 36px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgb(234, 234, 234);
  color: rgb(85, 85, 85);
  border-radius: 500px;
  padding-left: 14px;
}
.product_inner .dep .info_box .product_detail .detail_box ul li .download_btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon/c-down-gr.svg) no-repeat center/cover;
}
.product_inner .dep .info_box .product_detail > div .detail_box {
  margin-bottom: 90px !important;
}
.product_inner .dep .info_box .info_list {
  margin-top: 55px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product_inner .dep .info_box .info_list li {
  width: 50%;
  display: flex;
  height: 320px;
  margin-top: 47px;
}
.product_inner .dep .info_box .info_list li:nth-child(1), .product_inner .dep .info_box .info_list li:nth-child(2) {
  margin-top: 0;
}
.product_inner .dep .info_box .info_list li .img {
  width: 351px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.product_inner .dep .info_box .info_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product_inner .dep .info_box .info_list li .text {
  width: calc(100% - 351px);
  height: 100%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product_inner .dep .info_box .info_list li .text b {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.product_inner .dep .info_box .info_list li .text span {
  font-size: 14px;
  padding-top: 7px;
  color: rgb(85, 85, 85);
}
.product_inner .dep .info_box.functional {
  width: 100%;
}
.product_inner .dep .info_box.functional h3 {
  width: 305px;
}
.product_inner .dep .info_box.functional .product_detail {
  width: calc(100% - 305px);
  padding-top: 0;
}
.product_inner .dep .info_box.functional .product_detail .detail_box ul {
  width: 100%;
}

@media (max-width: 1400px) {
  .product_inner .dep {
    padding-left: 24px;
    padding-right: 24px;
  }
  .product_inner .dep .info_box {
    align-items: flex-end;
  }
  .product_inner .dep .info_box.functional {
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  .product_inner .dep .info_box .info_list li {
    flex-direction: column;
    align-items: center;
  }
  .product_inner .dep .info_box .info_list li .text {
    max-width: 351px;
    height: fit-content;
    padding: 24px 0 0;
  }
  .product_inner .dep .info_box .info_list li .text {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .product_inner .dep {
    padding-left: 0;
    padding-right: 0;
  }
  .product_inner .dep .swiper_wrap .product_swiper {
    width: 100%;
  }
  .product_inner .dep .swiper_wrap .swiper_navi {
    display: none;
  }
  .product_inner .dep .swiper_wrap .product_swiper.web {
    display: none;
  }
  .product_inner .dep .swiper_wrap .product_swiper.mo {
    display: block;
    padding: 0 24px;
  }
  .product_inner .dep .title_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .product_inner .dep .title_wrap h2 {
    font-size: 36px;
  }
  .product_inner .dep .info_box {
    padding-left: 24px;
    padding-right: 24px;
  }
  .product_inner .dep .info_box h3 {
    font-size: 30px;
  }
  .product_inner .dep .info_box {
    flex-direction: column;
  }
  .product_inner .dep .info_box .left {
    width: 100%;
    padding-right: 0;
  }
  .product_inner .dep .info_box .img {
    width: 100%;
    margin-top: 24px;
  }
  .product_inner .dep .banner {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
    height: 300px;
  }
  .product_inner .dep .info_box .table_wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .product_inner .dep .info_box .table_wrap::-webkit-scrollbar {
    width: 100%;
    height: 4px;
    display: block;
  }
  .product_inner .dep .info_box .table_wrap::-webkit-scrollbar-track {
    background-color: rgb(250, 250, 250);
  }
  .product_inner .dep .info_box .table_wrap::-webkit-scrollbar-thumb {
    background-color: rgb(204, 204, 204);
  }
  .product_inner .dep .info_box .table_wrap table {
    width: 1000px;
  }
  .product_inner .dep .info_box .product_detail .detail_box h4 {
    font-size: 22px;
    width: 200px;
  }
  .product_inner .dep .info_box .product_detail .detail_box ul {
    width: calc(100% - 200px);
  }
  .product_inner .dep.zipper .info_box .img {
    margin-top: 0;
  }
  .product_inner .dep .info_box .info_list li {
    height: fit-content;
  }
  .product_inner .dep .info_box .info_list li .text b br {
    display: none;
  }
  .product_inner .dep .info_box.functional {
    padding: 0;
  }
  .product_inner .dep .info_box.functional .product_detail {
    width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .product_inner .dep {
    padding: 80px 0 120px;
  }
  .product_inner .dep .title_wrap h2 {
    font-size: 28px;
    line-height: 39px;
  }
  .product_inner .dep .title_wrap .label.nippon img {
    width: 174px;
  }
  .product_inner .dep .title_wrap .text {
    line-height: 22px;
    padding-top: 12px;
    word-break: keep-all;
  }
  .product_inner .dep .title_wrap .text br {
    display: none;
  }
  .product_inner .dep .swiper_wrap {
    margin-top: 32px;
  }
  .product_inner .dep .swiper_wrap .product_swiper.mo .swiper-slide {
    width: 100%;
  }
  .product_inner .dep .swiper_wrap .product_swiper.mo .img_gif_mo {
    height: 63.5vw;
  }
  .product_inner .dep .info_box h3 {
    font-size: 24px;
  }
  .product_inner .dep .info_box .left ul {
    margin-top: 32px;
  }
  .product_inner .dep .info_box .left ul li span {
    line-height: 20px;
    padding-top: 12px;
  }
  .product_inner .dep .info_box .left ul li span br {
    display: none;
  }
  .product_inner .dep .info_box .left ul li {
    padding: 24px 0;
  }
  .product_inner .dep .info_box {
    margin-top: 120px;
  }
  .product_inner .dep .banner {
    height: 238px;
    margin-top: 32px;
    border-radius: 12px;
  }
  .product_inner .dep .banner img.web {
    display: none;
  }
  .product_inner .dep .banner img.mo {
    display: inline;
  }
  .product_inner .dep .info_box .table_wrap table {
    width: 781px;
  }
  .product_inner .dep .info_box .table_wrap {
    margin-top: 33px;
  }
  .product_inner .dep .info_box .product_detail {
    padding-top: 0;
    margin-top: 32px;
  }
  .product_inner .dep .info_box .product_detail > div .detail_box {
    margin-bottom: 60px !important;
  }
  .product_inner .dep .info_box .product_detail .des {
    top: 10px;
  }
  .product_inner .dep .info_box .product_detail .detail_box h4 {
    font-size: 20px;
  }
  .product_inner .dep .info_box .product_detail .detail_box {
    flex-direction: column;
    border-top: none;
    margin-bottom: 60px;
  }
  .product_inner .dep .info_box .product_detail .detail_box h4 {
    width: 100%;
    padding: 0 0 12px;
    border-bottom: solid 1px rgb(25, 25, 25);
  }
  .product_inner .dep .info_box .product_detail .detail_box ul {
    width: 100%;
  }
  .product_inner .dep .info_box .product_detail .detail_box ul li {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_inner .dep .info_box .product_detail .detail_box ul li .download_btn {
    width: 110px;
    height: 32px;
    padding-left: 7px;
    margin-top: 24px;
  }
  .product_inner .dep .info_box .product_detail .detail_box ul li .download_btn::after {
    width: 20px;
    height: 20px;
    transform: translateY(1px);
  }
  .product_inner .dep .info_box .product_detail .detail_box ul li .text {
    padding-top: 12px;
  }
  .info_box .product_detail .det {
    font-size: 12px;
    padding-left: 3px;
  }
  .product_inner .dep .info_box .product_detail .detail_box ul li .text span:nth-child(2)::before {
    height: 8px;
    margin: 0 10px;
  }
  .product_inner .dep .title_wrap .label.rock {
    width: 151px;
  }
  .product_inner .dep .title_wrap .label {
    margin-bottom: 7px;
  }
  .product_inner .dep .info_box .info_list li:nth-child(2),
  .product_inner .dep .info_box .info_list {
    margin-top: 32px;
  }
  .product_inner .dep .info_box .info_list li {
    width: 100%;
    margin-top: 32px;
  }
  .product_inner .dep .info_box .info_list li .img {
    width: 100%;
    max-width: 327px;
    border-radius: 12px;
    height: 238px;
    overflow: hidden;
  }
  .product_inner .dep .info_box .info_list li .img img {
    object-position: top;
  }
  .product_inner .dep .info_box.functional .product_detail {
    border-top: solid 1px rgb(0, 0, 0);
  }
  .product_inner .dep .info_box .info_list li .text span {
    padding-top: 12px;
  }
}

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