#main_wrap {
width: 100%;
overflow: hidden;
}

.chance_wrap h3 {
padding: 30px 6px 10px 6px;
font-size: 25px;
color: #3f3f3f;
border-bottom: 2px solid #e7e7e7;
font-family: var(--main-fonts);
font-weight: 500;
}
/* 메인비주얼::s */
.main_visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
}
#main_banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#main_visual .swiper-slide {
  width: 1280px;
  margin: 0 14px;
  border-radius: 30px;
  overflow: hidden;
}
/* 메인비주얼::e */

#main_visual .swiper-button-next {
/* display: none; */
background-image: url('/common/image/arrow/banner_r.png');
right: -20px;
margin-right: 0px;
width: 50px;
height: 50px;
background-size: contain;
}

#main_visual .swiper-button-prev {
/* display: none; */
background-image: url('/common/image/arrow/banner_l.png');
left: -20px;
margin-left: 0px;
width: 50px;
height: 50px;
background-size: contain;
}

.clearfix {
*zoom: 1;
}

.clearfix:before,
.clearfix:after {
display: block;
content: '';
line-height: 0;
}

.clearfix:after {
clear: both;
}

.h4 {
font-family: var(--main-fonts);
font-weight: 600;
font-size: 25px;
text-align: left;
color: #191919;
background-color: white;
padding: 0px 0px;
padding-top: 0;
margin-top: 0px;
margin-bottom: 20px;
position: relative;
}

.h4 span {
font-weight: normal;
font-size: 16px;
color: #797979;
margin-left: 16px;
}

.h4 .title_arrow {
cursor: pointer;
position: absolute;
top: 8px;
left: 150px;
width: 6px;
}

.h4 .title_arrow img {
width: 100%;
display: block;
}

.chance_subtxt {
font-family: var(--main-fonts);
font-size: 16px;
color: #797979;
margin-left: 0px;
font-weight: 600;
}
/* 임직원몰(탭메뉴)::s */
.prd_wrapper {
  width: 1280px;
  margin: 50px auto;
  margin-bottom: 20px;
}
.emp .title-group {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.emp .title-group h4 {
  margin-bottom: 0;
}
.emp .title-group .em_info {
  font-size: 12px;
  color: #969696;
  line-height: 12px;
  font-weight: 600;
  position: relative;
}
.emp .title-group .em_info img {
  cursor: pointer;
}
.emp .title-group .em_info div {
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  color: #969696;
  font-weight: 500;
  position: absolute;
  right: 108%;
  top: -8px;
  width: 326px;
  height: 72px;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  z-index: 3;
}
.emp .title-group .em_info div span {
  color: #f53827;
}
.prd_wrapper .em_prd_tab {
  margin-bottom: 28px;
  width: 100%;
  margin-top: 17px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.prd_wrapper .em_prd_tab .em_tab_choice {
  width: 100%;
  position: relative;
  display: flex;
  background: #f9f9f9;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.prd_wrapper .em_prd_tab .em_tab_choice li {
  font-weight: 600;
  cursor: pointer;
  width: 50%;
  padding: 30px 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  background: #f9f9f9;
  color: #858585;
  font-family: var(--main-fonts);
  font-size: 20px;
  position: relative;
}

.prd_wrapper .em_prd_tab .em_tab_choice li.on:first-child {
  background: linear-gradient(to bottom, #e8e3fe, #f9f9f9);
  color: #000000;
}

.prd_wrapper .em_prd_tab .em_tab_choice li.on:nth-child(2) {
  background: linear-gradient(to bottom, #ffe0e1, #f9f9f9);
  color: #000000;
}

.prd_wrapper .em_prd_tab .em_tab_choice li.on:last-child {
  background: linear-gradient(to bottom, #ffdaee, #f9f9f9);
  color: #000000;
}

.prd_wrapper .em_prd_tab .em_tab_choice2 {
  width: 100%;
  position: relative;
  display: flex;
  background: #f9f9f9;
  margin-top: 5px;
}

.prd_wrapper .em_prd_tab .em_tab_choice2 li {
  font-weight: 600;
  cursor: pointer;
  width: 50%;
  padding: 20px 0;
  border: 2px solid #efefef;
  border-radius: 12px;
  margin: 10px 5px;
  text-align: center;
  background: #f9f9f9;
  color: #858585;
  font-family: var(--main-fonts);
  font-size: 20px;
  position: relative;
}

.prd_wrapper .em_prd_tab .em_tab_choice2 li.on {
  background: #fff;
  color: #000;
}

.prd_wrapper .em_prd_tab .em_tab_choice2 li:first-child {
  margin-left: 10px;
}

.prd_wrapper .em_prd_tab .em_tab_choice2 li:last-child {
  margin-right: 10px;
}
/* 임직원몰(탭메뉴)::s */

/* 임직원몰(상품)::s */
.prds_wrap {
  position: relative;
}
.prds_container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.prds_container .swiper-slide {
  font-size: 18px;
  background: #fff;
  height: auto;
}

.prds_container .swiper-slide .product {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.prds_container .swiper-slide .product .product_img {
  background: #f2f2f2;
  border-radius: 20px;
}

.prds_container .swiper-slide .product .product_img img{
  transform: translate(-50%, -46%);    
}

.prds_container .swiper-slide .product .product_img .challenge {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 16px;
}
/* 임직원몰(상품)::e */

.mobile_wrap {
width: 100%;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 17px;
}

.mobile_wrap>div {
text-align: center;
border-radius: 12px;
position: relative;
padding-bottom: 0px;
overflow: hidden;
}

.mobile_wrap>div a {
display: block;
font-family: var(--main-fonts);
font-size: 14px;
letter-spacing: 0px;
}

.mobile_wrap>div a p {
font-family: var(--main-fonts);
font-size: 14px;
color: #858585;
letter-spacing: 0px;
margin: 20px 0 10px 0;
}

.sticker {
position: absolute;
top: 8px;
left: 8px;
}

.mobile_wrap>div:nth-of-type(1) {
grid-column: 1/2;
grid-row: 1/2;
}

.mobile_wrap>div:nth-of-type(2) {
grid-column: 1/2;
grid-row: 2/3;
}

.mobile_wrap>div:nth-of-type(3) {
grid-column: 2/4;
grid-row: 1/3;
}

.mobile_wrap>div:nth-of-type(4) {
grid-column: 4/5;
grid-row: 1/2;
}

.mobile_wrap>div:nth-of-type(5) {
grid-column: 4/5;
grid-row: 2/3;
}

.mobile_wrap>div .go_mobile {
font-family: 'AppleSDGothicNeoB';
font-size: 15px;
color: #fff;
border-radius: 18px;
padding: 10px 25px;
background: #2f2f2f;
width: 142px;
margin: 12px auto;
overflow: hidden;
}

.prd_wrapper .prd_tab {
width: 100%;
margin-top: 17px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}

.prd_wrapper .prd_tab .tab_choice {
width: 100%;
position: relative;
display: flex;
background: #f9f9f9;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}

.prd_wrapper .prd_tab .tab_choice li {
font-weight: 600;
cursor: pointer;
width: 50%;
padding: 30px 0;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
text-align: center;
background: #f9f9f9;
color: #858585;
font-family: var(--main-fonts);
font-size: 20px;
position: relative;
}

.prd_wrapper .prd_tab .tab_choice li .sticker {
display: none;
}

.prd_wrapper .prd_tab .tab_choice li.on .sticker {
display: block;
}

.prd_wrapper .prd_tab .tab_choice li.on {
background: linear-gradient(to right, #e8e3fe, #f9f9f9);
color: #000000;
}

.prd_wrapper .prd_tab .tab_choice li:first-child.on {
background: linear-gradient(to left, #e8e3fe, #f9f9f9)
}

.prd_container {
width: 100%;
display: flex;
flex-wrap: wrap;
}

.prd_container .prd_wrap {
width: 262px;
margin-right: 6px;
background: #f9f9f9;
padding: 20px 12px;
margin-top: 5px;
padding-bottom: 15px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}

.prd_container .prd_wrap:last-child {
margin-right: 0;
}

.prd_container .prd_wrap p {
font-weight: 600;
font-family: var(--main-fonts);
margin: 0;
font-size: 18px;
border-bottom: 1px solid #e7e7e7;
padding-bottom: 10px;
}

.prd_container .prd_wrap .prd_info_line {
display: flex;
justify-content: space-between;
margin-top: 10px;
font-family: var(--main-fonts);
font-size: 13px;
letter-spacing: 0px;
color: #858585;
}

.prd_container .prd_wrap .prd_info_line>div:last-child {
color: #393939;
}

.prd_container .prd_wrap .consult {
font-weight: 600;
cursor: pointer;
background: #fff;
text-align: center;
display: block;
width: 142px;
font-family: var(--main-fonts);
font-size: 14px;
color: #b2b2b2;
border: 2px solid #e7e7e7;
padding: 10px 0;
border-radius: 20px;
margin: 10px auto;
}


.prd_wrapper.kt .prd_tab .tab_choice li.on {
background: linear-gradient(to right, #fee6e7, #f9f9f9);
color: #000000;
}

.prd_wrapper.kt .prd_tab .tab_choice li:first-child.on {
background: linear-gradient(to left, #fee6e7, #f9f9f9);
}

.prd_wrapper.kt .prd_container .tab_choice2 {
display: flex;
justify-content: space-between;
width: 100%;
padding: 10px;
background: #f9f9f9;
}

.prd_wrapper.kt .prd_container .tab_choice2 li {
font-weight: 600;
border-radius: 10px;
cursor: pointer;
width: 340px;
padding: 16px 0;
text-align: center;
border: 2px solid #efefef;
background: #f9f9f9;
font-family: var(--main-fonts);
font-size: 20px;
color: #858585;
}

.prd_wrapper.kt .prd_container .tab_choice2 li.on {
background: #fff;
color: #000000;
}

.prd_wrapper.kt .prd_container2 {
display: flex;
flex-wrap: wrap;
}

.prd_wrapper.uplus .prd_tab .tab_choice li.on {
background: linear-gradient(to right, #fee2f1, #f9f9f9);
color: #000000;
}

.prd_wrapper.uplus .prd_tab .tab_choice li:first-child.on {
background: linear-gradient(to left, #fee2f1, #f9f9f9);
}

.prd_wrapper.uplus .prd_container .tab_choice2 {
display: flex;
justify-content: space-between;
width: 100%;
padding: 10px;
background: #f9f9f9;
}

.prd_wrapper.uplus .prd_container .tab_choice2 li {
font-weight: 600;
border-radius: 10px;
cursor: pointer;
width: 340px;
padding: 16px 0;
text-align: center;
border: 2px solid #efefef;
background: #f9f9f9;
font-family: var(--main-fonts);
font-size: 20px;
color: #858585;
}

.prd_wrapper.uplus .prd_container .tab_choice2 li.on {
background: #fff;
color: #000000;
}

.prd_wrapper.uplus .prd_container2 {
display: flex;
flex-wrap: wrap;
}

.prd_wrapper.uplus .prd_wrap {
width: 351px;
}

.prd_container2 {
padding-bottom: 20px !important;
}

.prd_container2 .swiper-slide {
display: flex;
}

.prd_container2 .swiper-pagination {
width: 1066px !important;
bottom: -2px !important;
}

.prd_container2 .swiper-pagination-bullet-active {
background: #2f2f2f;
}

.prd_container {
padding-bottom: 20px !important;
}

.prd_container .swiper-slide {
display: flex;
}

.prd_container .swiper-pagination {
width: 1066px !important;
bottom: -2px !important;
}

.prd_container .swiper-pagination-bullet-active {
background: #2f2f2f;
}


.prd__slider {
width: 1066px;
margin: 0 auto;
margin-top: 20px;
}

.prd__slide {
max-width: 1066px;
margin: 0 auto;
position: relative;
width: 1066px;
}

.prd__slide .product_img {
border-radius: 20px;
overflow: hidden;
}

.prd__slide .prd_price,
.prd__slide .prd_bp {
display: none;
}

.prd__slide .product_txt {
height: 120px;
padding-left: 0;
}

.prd__slide .product {
margin-bottom: 0;
}

.prd_slide {
overflow: hidden;
}

.prd__slide .swiper-button-next {
/* display: none; */
background-image: url('/common/front/img/main_slider/promotion_arrow_right.svg');
right: -60px;
top: 148px;
margin-right: 0px;
width: 50px;
height: 50px;
background-size: contain;
}

.prd__slide .swiper-button-prev {
/* display: none; */
background-image: url('/common/front/img/main_slider/promotion_arrow_left.svg');
left: -60px;
top: 148px;
margin-left: 0px;
width: 50px;
height: 50px;
background-size: contain;
}

footer {
margin-top: 100px;
}

.prds_wrap .swiper-button-next,
.prds_wrap .swiper-button-prev {
background: url(/common/image/arrow/arrow_w.svg) no-repeat rgba(0, 0, 0, .15) 20px center / 12px 20px;
width: 50px;
height: 50px;
border-radius: 25px;
}

.prds_wrap .swiper-button-next {
right: -70px;
}

.prds_wrap .swiper-button-prev {
transform: rotate(180deg);
left: -70px;
}

.prds_wrap .swiper-button-next:after,
.prds_wrap .swiper-button-prev:after {
content: none;
}

.prds_wrap .swiper-button-next.swiper-button-disabled,
.prds_wrap .swiper-button-prev.swiper-button-disabled{
  opacity: 0.35;
}

.prd__slide .swiper-button-next:after,
.prd__slide .swiper-button-prev:after {
content: none;
}