
/* my_phram */
.my_phram{
  position: relative;
  background-color: #F2F8FF;
  padding: calc(var(--padding)*2.5) 0 calc(var(--padding)*3);
  margin-bottom: calc(var(--padding)*4.5);
}
.section_list{
  max-width: 1050px;
  width: 100%;
}
.my_phram::after{
  position: absolute;
  top: 0;
  left: -2000px;
  content: '';
  display: block;
  height: 100%;
  width: 2000px;
  background-color: #F2F8FF;
  z-index: -1;
}
.my_phram::before{
  position: absolute;
  top: 0;
  right: -2000px;
  content: '';
  display: block;
  height: 100%;
  width: 2000px;
  background-color: #F2F8FF;
  z-index: -1;
}
.my_phram .adver_top_t{
  padding-bottom: 20px;
}
.my_phram .adver_top_t img{
  width: 100%;
}
.my_phram .load_container{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 20px;
}
.winner_swiper{
  width: 375px;
  overflow: hidden;
  background: #fff;
  margin-left: auto;
  border-radius: 6px;
  box-shadow: 1px 1px 6px #e2e4e5;
  padding: 0 5px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.winner_swiper .goj{
  font-size: 13px;
  white-space: nowrap;
  padding-left: 2px;
  padding-right: 7px;
  font-weight: 700;
  color: #5C5E74;
}
.winnerSwiper{
  width: 100%;
}
.winnerSwiper .swiper-wrapper{
  transition-timing-function: linear !important;
}
.winnerSwiper .swiper-slide{
  width: auto;
  white-space: nowrap;
  padding: 5px;
  font-size: 12px;
  color: #3b3b3b;
}
.winnerSwiper .swiper-slide::before{
  content: "/";
  padding-right: 5px;
  color: #c1c1c1;
}

.my_phram .banner_item{
  width: 100%;
  height: 65px;
  /* background-color: red; */
  border-radius: 14px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.my_phram .banner_item img{
  max-width: 100%;
  /* max-height: 65px; */
}
.my_phram .phram_left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  width: 100%;
}
.my_phram .phram_left .TierGraph{
  width: 100%;
  padding-bottom: 13px;
}
.my_phram .phram_left .TierGraph > li{
  padding: 14px 0;
  border-bottom: 1px solid #70707025;
}
.my_phram .phram_left .TierGraph > li:first-child{
  padding: 10px 0;
  border-radius: 9px 9px 0 0;
  background-color: #B8C8D9;
  color: white;
  font-size: 14px;
  border: none;
  font-weight: 500;
}
.my_phram .phram_left .TierGraph .flex_lrow{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.my_phram .phram_left .TierGraph .flex_lrow li{
  width: 25%;
  line-height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_phram .phram_left .TierGraph .flex_lrow li:first-child{
  /* font-weight: 500; */
  padding-left: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  box-sizing: border-box;
}
.my_phram .phram_left .TierGraph .flex_lrow.guide li:first-child{
  font-weight: 600;
  padding: 0;
  justify-content: center;
}
.my_phram .phram_left .TierGraph .flex_lrow li:first-child img{
  width: 22px;
}
.my_phram .phram_left .point_info{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 50px;
}
.my_phram .phram_left .point_info .obx{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 12px;
}
.my_phram .phram_left .point_info .obx ul{
  color: #707070;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 8px;
  font-size: 13px;
}
.my_phram .phram_left .point_info .obx ul em{
  color: #B8C8D9;
  font-size: 3em;
  line-height: 0;
  position: relative;
  top: 5px;
}
.my_phram .s_tt{
  background-color: #B8C8D9;
  color: white;
  border-radius: 8px;
  padding: 5px 14px 6px;
  font-size: 13px;
  line-height: 1em;
}

.my_phram .phram_left .tip{
  display: block;
  width: 100%;
  color: #B0B5BE;
  padding-bottom: 20px;
  font-size: 13px;
}
/* cert_none */
.my_phram .phram_left .cert_none,
.my_phram .phram_left .nonmember_none{
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(var(--padding));
  border-radius: 25px;
  background-color: var(--white);
  box-shadow: 0px 0px 6px #00000029;
  padding: 30px;
  margin-bottom: 35px;
}
.my_phram .phram_left .cert_none h2,
.my_phram .phram_left .nonmember_none h2{
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.my_phram .phram_left .cert_none .go_link,
.my_phram .phram_left .nonmember_none .go_link{
  display: inline-block;
  font-size: 12px;
  border-radius: 7px;
  border: 1px solid #D5D5D5;
  padding: 6px 20px;
  text-align: center;
  background-color: var(--white);
}

/*  */

/* what_pharm */
.my_phram .what_pharm{
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1.5rem;
  gap: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CBD9E8;
  margin-bottom: 15px;
}
.my_phram .what_pharm h2{
  display: inline;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: var(--gray2);
  text-align: left;
  font-weight: normal;
}
.my_phram .what_pharm .benefit{
  background-color: #9CAEC2;
  padding: 3px 5px;
  border-radius: 5px;
  margin-left: 5px;
  color: white;
  transition: .3s;
}
.my_phram .what_pharm .benefit svg{
  width: 10px;
  height: 12px;
  fill: white;
  position: relative;
  top: -1px;
}
.my_phram .what_pharm .benefit:hover{
  background-color: #77889b;
}
/* information */
.my_phram .information{
  display: flex;
  /* align-items: center; */
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1.5rem;
  gap: 40px;
  margin-bottom: 35px;
}
.my_phram .information h2{
  display: inline;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: var(--gray2);
  text-align: left;
  font-weight: normal;
}
/* phram_right */
.my_phram .phram_right{
  position: relative;
  max-width: 375px;
  width: 100%;
  border-radius: 25px;
  background-color: var(--white);
  box-shadow: 2px 2px 10px #00000015;
  padding: 45px 0 18px;
  outline: 1px solid #DEDEDE;
}
.my_phram .phram_right .rullet{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.my_phram .phram_right h2{
  display: flex;
  justify-content: center;
  margin-top: calc(var(--padding)*.5);
  margin-bottom: calc(var(--padding)*1);
  width: auto;
}
.my_phram .phram_right .ov_title{
  width: 125px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.my_phram .phram_right .tit{
  width: 100%;
}
.my_phram .phram_right .rull_item{
  position: relative;
  width: 290px;
}
.my_phram .phram_right .rull_item .winner_go_link{
  position: absolute;
  white-space: nowrap;
  bottom: 0%;
  right: -20%;
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  color: #9A9A9A;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.my_phram .phram_right .rull_item .winner_go_link:hover{
  color: #858585;
  border: 1px solid #d1d1d1;
}
.my_phram .phram_right .rull_item .winner_go_link svg{
  width: 10px;
  height: 12px;
  fill: #9A9A9A;
  margin-left: 3px;
}
.my_phram .phram_right .rull_item .middot,
.my_phram .phram_right .rull_item .stat{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.my_phram .phram_right .rull_item .middot::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  display: block;
  background: blue;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.151);
}
.my_phram .phram_right .rull_item .stat{
  cursor: pointer;
  max-width: 55px;
}
.my_phram .phram_right .rull_item .rull{
  width: 100%;
}
.my_phram .phram_right .rull_item .pin{
  position: absolute;
  left: 50%;
  top: -7%;
  transform: translateX(-50%);
  width: 35px;
}
.my_phram .phram_right .rull_info{
  width: 100%;
  background-color: #F6FAFE;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 10px 0;
}
.my_phram .phram_right .rull_info h3{
  width: 25%;
  text-align: center;
}
.my_phram .phram_right .rull_info ul{
  width: 75%;
  transition: .3s;
}
.my_phram .phram_right .go_pharm{
  background-color: #64788E;
  border-radius: 6px;
  font-size: 1.2em;
  color: white;
  position: absolute;
  bottom: -1px;
  right: -27px;
  transition: .2s;
}
.my_phram .phram_right .go_pharm:hover{
  background-color: #4a6581;
}
.my_phram .phram_right .go_pharm a{
  padding: 3px 7px 4px 10px;
  display: flex;
  align-items: center;
}
/* gift_list */
.gift_list{
  padding-bottom: calc(var(--padding)*6);
}
.gift_list h2{
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: calc(var(--padding));
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Pretendard';
  letter-spacing: 0;
  font-weight: 600;
  color: #7f91a4;
}
.gift_list h2 p{
  border-radius: 20px;
  border: 1px #B8C8D9 solid;
  padding: 8px 20px;
}
.gift_list h3{
  text-align: center;
  margin-bottom: calc(var(--padding)*5);
  line-height: 1em;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Pretendard';
  letter-spacing: 0;
}
.gift_list h3 span{
  margin-left: 5px;
  font-size: 13px;
}
.gift_list ul{
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr); /* 3등분 */
}
.gift_list ul li{
  /* max-width: 350px; */
  position: relative;
  width: 100%;
  border-radius: 18px;
  border: 1px #E1E1E1 solid;
  padding: 12px;
  box-shadow: 0px 2px 6px #E1E1E1;
  box-sizing: border-box;
}
.gift_list ul li:hover{
  border: 1px #B8C8D9 solid;
}
.gift_list ul li.gift_new::before{
  position: absolute;
  top: -5%;
  right: 3%;
  content: 'NEW';
  display: block;
  padding: 2px 7px 3px;
  color: white;
  background-color: #B5BDC9;
  border-radius: 5px;
  font-size: 13px;
  line-height: 14px;
  box-shadow: 3px 3px 3px #ebebeb;
}
.gift_list ul li a{
  display: flex;
  align-items: center;
}
.gift_list ul li .gift_img{
  width: 40%;
  height: 125px;
  /* background-color: #F6F6F6; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.gift_list ul li .gift_img img{
  width: auto !important;
  max-height: 120px;
  max-width: 130px;
}
.gift_list ul li .gift_info{
  text-align: center;
  width: 60%;
}
.gift_list ul li .gift_info h4{
  font-size: 0.75rem;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 10px;
  margin-bottom: calc(var(--padding));
  line-height: 1em;
  background-color: #5C5E74;
  color: #fff;
}
.gift_list ul li .gift_info h5{
  letter-spacing: .5px;
  line-height: 1.15rem;
  padding: 2px 20px;
  margin: 0 auto;
  margin-bottom: calc(var(--padding)* .7);
  text-align: center;
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: keep-all;
  font-family: 'Pretendard';
  letter-spacing: 0;
}
.gift_list ul li .gift_info h6{
  color: #9a9a9a;
  font-size: 14px;
  margin-bottom: calc(var(--padding)*1);
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.gift_list ul li .gift_info .info_bottom{
  padding: 0 10px;
  position: relative;
  top: 8px;
}
.gift_list ul li .gift_info .info_bottom .l_point{
  font-size: 14px;
  color: #9a9a9a;
  display: flex;
  /* align-items: center; */
  padding: 2px 4px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
}
.gift_list ul li .gift_info .info_bottom .l_point img{
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.gift_list ul li .gift_info p{
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: -5px;
  color: #9a9a9a;
}

/* shop_list */
.shop_list{
  margin-bottom: calc(var(--padding)*9);
}
.shop_list h2{
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: calc(var(--padding)*4);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Pretendard';
  letter-spacing: 0;
  font-weight: 600;
  color: #7f91a4;
}
.shop_list h2 p{
  border-radius: 20px;
  border: 1px #B8C8D9 solid;
  padding: 8px 20px;
}
.shop_list h3{
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: calc(var(--padding));
  font-family: 'Pretendard';
  letter-spacing: 0;
  color: #404040;
  line-height: 1.1em;
}
.shop_list h3 img{
  padding-right: 5px;
}
.shop_list .shop_img{
  width: 200px;
  height: 130px;
  border-radius: 15px;
  /* background-color: #F6F6F6; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: calc(var(--padding));
  position: relative;
  transition: .3s;
  cursor: pointer;
  border: 1.5px solid #e7e7e7;
}
.shop_list .shop_img:hover{
  opacity: .85;
  filter:saturate(70%);
}
.shop_list .shop_img:before{
  content: '교환하기';
  font-size: 16px;
  color: white;
  padding: 6px 16px;
  background-color: #000000cb;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.shop_list .shop_img:hover:before {
  opacity: 1;
  visibility: visible;
}
.shop_list .shop_img img{
  display: block;
  max-width: 100%;
}
.shop_list .shop_info{
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.shop_list .shop_info h4,
.shop_list .shop_info h5{
  text-align: center;
  font-size: 15px;
  font-family: 'Pretendard';
  letter-spacing: 0;
  font-weight: 500;
}

.shop_list .shop_info h4::before{
  content: '[';
}
.shop_list .shop_info h4::after{
  content: ']';
}
.shop_list [class^="shop_item_"]{
  margin-bottom: calc(var(--padding)*2.5);
}
.shop_list .swiper .swiper-wrapper{
  justify-content: space-around;
}
/* spon */
.spon{
  display: flex;
  align-items: center;
  padding-bottom: calc(var(--padding)*3);
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: calc(var(--padding)*7);
  gap: 5%;
}
.spon .spon_list img{
  max-width: 115px;
}
.spon h2{
  font-size: 1.075rem;
  line-height: 1.075rem;
  font-weight: bold;
  margin: 0 auto;
  white-space: nowrap;
  width: 85px;
  border-radius: 20px;
  border: 1px var(--gray1) solid;
  padding: 8px 26px;
  font-family: 'Pretendard';
  letter-spacing: 0;
  font-weight: 600;
  border: 1px #B8C8D9 solid;
  color: #7F91A4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spon .swiper-wrapper{
  align-items: center;
}
.spon .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #c4c4c4;
  font-size: 25px !important;
  line-height: 25px !important;
}
/* shop_disk */
.shop_disk{
  margin-bottom: calc(var(--padding)*7);
  text-align: center;
}
.shop_disk h2{
  color: #000000;
  width: 100%;
  font-weight: normal;
  font-family: 'Pretendard';
  letter-spacing: 0;
}
/* pop */
#rull_pop,
#rull_winner{
  position: absolute;
  top: 0; bottom: 0; right: 0; left: 0;
  border-radius: 25px;
  background-color: #00000030;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#rull_pop .rull_choice,
#rull_winner .back_img{
  position: relative;
  z-index: 10;
  background-color: var(--white);
  width: 85%;
  padding: 20px 40px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 3px 3px 6px #00000029;
}
#rull_winner .back_img{
  padding: 30px 20px 20px;
}
#rull_winner .back_img .move_gif{
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
}
#rull_pop .rull_choice .title{
  color: #0046AA;
  margin-top: calc(var(--padding)*1.5);
  margin-bottom: calc(var(--padding)*2.5);
  font-size: 16px;
  font-family: 'Pretendard';
  letter-spacing: 1px;
  font-weight: 500;
}
#rull_pop .rull_choice .butn{
  background-color: #F1F4F6;
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  border-radius: 15px;
  font-size: 14px;
  padding: 5px 25px;
  margin-bottom: calc(var(--padding)*1);
}
#rull_pop .d-flex{
  gap: 10px;
}
#rull_pop .coupon_ch,
#rull_pop .point_ch{
  width: 50%;
  position: relative;
  margin-bottom: calc(var(--padding)*6);
  cursor: pointer;
}
#rull_pop .coupon_ch .butn, #rull_pop .coupon_ch p, #rull_pop .point_ch .butn, #rull_pop .point_ch p{
  transition: .2s;
}
#rull_pop .coupon_ch:hover .butn{
  background-color: #3b82e6;
  color: white;
}
#rull_pop .coupon_ch:hover p{
  color: #3b82e6;
}
#rull_pop .point_ch:hover .butn{
  background-color: #3b82e6;
  color: white;
}
#rull_pop .point_ch:hover p{
  color: #3b82e6;
}
#rull_pop .coupon_ch::before{
  content: '';
  position: absolute;
  top: -10%;
  bottom: -60%;
  right: -5%;
  background: #F1F4F6;
  width: 2px;
}
#rull_pop .coupon_ch p,
#rull_pop .point_ch p{
  font-size: 24px;
  font-weight: bold;
}
#rull_pop .close,
#rull_winner .close{
  position: absolute;
  font-size: 0.75rem;
  right: 5%;
  bottom: -5%;
  padding: 8px 30px;
  border-radius: 17px;
  background-color: #F0F0F0;
  cursor: pointer;
  transition: .15s;
  font-weight: 600;
}
#rull_pop .close:hover,
#rull_winner .close:hover{
  background-color: #d6d6d6;
}

/* rull_winner */
#rull_winner .title h2{
  margin-bottom: calc(var(--padding)*1.5);
  /*font-size: 1.1rem;*/
  font-size: 14px;
  background: var(--white);
  width: 100%;
  color: #464646;
}
#rull_winner .title .img_box{
  border-radius: 3px;
  width: 250px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: calc(var(--padding)*2);
  overflow: hidden;
}
#productNameArea{
  text-align: center;
}
#rull_winner .title .img_box img{
  max-width: 100%;
  max-height: 120px;
}
#rull_winner .title h3{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: calc(var(--padding)*2);
}
#rull_winner .title h3 p{
  padding: 8px 20px;
  border: 1px solid var(--dark1);
  border-radius: 30px;
  font-family: 'Pretendard';
  letter-spacing: 0.5px;
  font-weight: 400;
}
/* shop_pop */

#shop_pop{
  max-width: 290px;
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  border: 1px solid #4A4A4A;
  box-shadow: 3px 3px 6px #00000029;
  background-color: white;
  z-index: 100;
  border-radius: 15px;
  overflow: hidden;
  display: none;
  opacity: 0;
  /* visibility: hidden; */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#shop_pop .xb,
#shop_pop .pop_bot{
  cursor: pointer;
}

#shop_pop .pop_top{
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4A4A4A;
  padding: 10px 15px;
}
#shop_pop .pop_top .xb{
  width: 15px;
}
#shop_pop .pop_top .xb img{
  width: 100%;
}
#shop_pop .pop_mid{
  padding: 20px 15px;
}
#shop_pop .pop_mid .content{
  font-size: 15px;
  line-height: 20px;
  margin-bottom: calc(var(--padding));
  color: #000;
}
#shop_pop .pop_mid p{
  font-size: 12px;
  color: #D40000;
  margin-bottom: calc(var(--padding));
}
#shop_pop .pop_mid .d-flex{
  align-items: center;
  gap: 10px;
}
#shop_pop .pop_mid .d-flex label{
  font-size: 14px;
}
#shop_pop .pop_mid .d-flex input{
  border-radius: 8px;
  max-width: 170px !important;
  outline: 1px solid #DFDFDF;
  border-color: #fff;
  box-sizing: border-box;
  height: 30px;
  padding-left: 10%;
  font-size: 16px;
}
#shop_pop .pop_mid .d-flex input:focus{
  outline: 1px solid #b3b3b3;
}
#shop_pop .pop_mid .d-flex input::placeholder{
  position: absolute;
  text-align: center;
}
#shop_pop .tel{
  /* font-family: monospace;  */
  /* padding-left: 2em; */
  /* letter-spacing: 0.5em;  */
}
#shop_pop .pop_bot{
  margin: 5px;
  text-align: center;
  background-color: #60A1BE;
  padding: 8px 0;
  border-radius: 8px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  transition: .15s;
}
#shop_pop .pop_bot:hover{
  background-color: #4a8ead;
}

/* roulette_phone_pop */

#roulette_phone_pop{
  max-width: 290px;
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  border: 1px solid #4A4A4A;
  box-shadow: 3px 3px 6px #00000029;
  background-color: white;
  z-index: 100;
  border-radius: 15px;
  overflow: hidden;
  display: none;
  opacity: 0;
  /* visibility: hidden; */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#roulette_phone_pop .xb,
#roulette_phone_pop .pop_bot{
  cursor: pointer;
}

#roulette_phone_pop .pop_top{
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4A4A4A;
  padding: 10px 15px;
}
#roulette_phone_pop .pop_top .xb{
  width: 15px;
  display: none;
}
#roulette_phone_pop .pop_top .xb img{
  width: 100%;
}
#roulette_phone_pop .pop_mid{
  padding: 20px 15px;
}
#roulette_phone_pop .pop_mid .content{
  font-size: 15px;
  line-height: 20px;
  margin-bottom: calc(var(--padding));
  color: #000;
}
#roulette_phone_pop .pop_mid p{
  font-size: 12px;
  color: #D40000;
  margin-bottom: calc(var(--padding));
}
#roulette_phone_pop .pop_mid .d-flex{
  align-items: center;
  gap: 10px;
}
#roulette_phone_pop .pop_mid .d-flex label{
  font-size: 14px;
}
#roulette_phone_pop .pop_mid .d-flex input{
  border-radius: 8px;
  max-width: 170px !important;
  outline: 1px solid #DFDFDF;
  border-color: #fff;
  box-sizing: border-box;
  height: 30px;
  padding-left: 10%;
  font-size: 16px;
}
#roulette_phone_pop .pop_mid .d-flex input:focus{
  outline: 1px solid #b3b3b3;
}
#roulette_phone_pop .pop_mid .d-flex input::placeholder{
  position: absolute;
  text-align: center;
}
#roulette_phone_pop .tel{
  /* font-family: monospace;  */
  /* padding-left: 2em; */
  /* letter-spacing: 0.5em;  */
}
#roulette_phone_pop .pop_bot{
  margin: 5px;
  text-align: center;
  background-color: #60A1BE;
  padding: 8px 0;
  border-radius: 8px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  transition: .15s;
}
#roulette_phone_pop .pop_bot:hover{
  background-color: #4a8ead;
}

/* 높이 지정 필수 */
.adver_top_t .swiper {
  width: 100%;
}
.adver_top_t .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #ddd; */
  max-width: 100%;
}


.part_table .d-flex.justify-content-between.one_margin{
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}





/* user_class */
.user_class{
  margin-bottom: calc(var(--padding)*3);
}
.user_class .title{
  gap: 3%;
  margin-bottom: calc(var(--padding)*1.5);
  align-items: center;
}
.user_class h2{
  font-size: 1.1em;
  font-weight: 500;
  position: relative;
  color: #3A3A3A;
  display: inline-block;
  width: auto;
}
.user_class h2::before{
  position: absolute;
  font-weight: normal;
  color: #d5d5d5;
  content: '|';
  display: block;
  right: -17px;
}
.user_class .title p{
  font-size: 14px;
  color: #707070;
}
.user_class .user_class_table{
  font-size: 1em;
  line-height: 1.2rem;
  letter-spacing: -0.3px;
  text-align: center;
  width: 100%;
}
.user_class .user_class_table thead{
  background-color: #FAFAFA;
  font-weight: 500;
}
.user_class .user_class_table tbody{
  font-weight: 300;
}
.user_class .user_class_table th,
.user_class .user_class_table td{
  vertical-align: middle;
}
.user_class .user_class_table tbody tr{border-bottom: 1px solid #d5d5d5; height: 150px;}
.user_class .user_class_table th{padding: 10px 0;}
.user_class .user_class_table .credit > img{
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
  width: 45px;
}
.user_class .user_class_table .wid{
  display: block;
  margin: 0 auto;
  width: 17px;
  height: 1px;
  background-color: #707070;
}

/* class_notice */
.class_notice{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.68em;
  color: #A1A1A1;
  text-align: center;
  margin-bottom: calc(var(--padding)*3);
}



/* record */
.record{margin-bottom: calc(var(--padding)*5);}
.record .d-flex.one_margin{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.record h2{
  font-weight: 500;
  text-align: left;
}
.record_table{
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  width: 100%;
  margin-bottom: calc(var(--padding)*3);
}
.record_table thead{font-weight: 500;}
.record_table thead tr{border-bottom: 1px solid #64788E;}
.record_table tbody{
  font-weight: 300;
}
.record_table tr{
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.record_table th, .record_table td{padding: 20px;}
#record_list{
  border: #D5D5D5 1px solid;
  width: auto;
  font-size: 14px;
  border-radius: 7px;
  padding: 10px 55px 10px 20px;
}
#record_list option{
  font-size: 14px;
}

/* pagination */
.record_pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8%;
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-align: center;
}
.record_pagination a.page-number{
  width: 2.5%;
  display: block;
}
.page-number{
  transition: background-color 0.3s, color 0.3s;
}
.page-number{
  position: relative;
}
.page-number.active::before{
  position: absolute;
  content: '';
  display: block;
  border: 1px solid #324663;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}



/* ask_table */
.response, .query{display: none; background-color: #F8F8F8;}
.query.active{display: table-row;}
.response.active{display: table-row;}
.response{line-height: 1.68rem;}
.response .question_title_rivew{
  padding: 15px 30% 15px 30px;
}
.ask_table{
  margin-bottom: calc(var(--padding)*3);
}
.ask_table .d-flex.justify-content-between.one_margin{
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.ask_table .table_view{
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: calc(var(--padding) * 3);
  text-align: center;
  table-layout: fixed;
}
.ask_table h2{
  font-weight: 500;
  text-align: left;
  color: #3A3A3A;
}
.ask_table h2 span{
  font-size: 0.9rem;
  font-weight: normal;
}
.ask_table .registration{
  background-color: #64788E;
  font-size: 14px;
  border-radius: 6px;
  padding: 9px 24px;
  transition: .2s;
  color: white;
}
.ask_table .registration:hover{
  background-color: #4c5c6e;
}
.ask_table .table_view thead tr{
  border-bottom: 1px solid #64788E;
  text-align: center;
}
.ask_table .table_view thead{
  font-size: 0.95rem;
  line-height: 2.2rem;
  font-weight: 500;
}
.ask_table .table_view tbody{
  font-size: 0.95rem;
  line-height: 2.2rem;
  font-weight: 300;
}
.ask_table .table_view tbody tr{
  border-bottom: 1px solid #D5D5D5;
}
.ask_table .table_view th, td {
  padding: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ask_table .table_view tbody .question_list span{
  color: #5D6F8A;
  border-radius: 15px;
  padding: 4px 12px 6px;
}
.ask_table .table_view tbody .question_title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  cursor: pointer;
  transition: .3s;
}
.ask_table .table_view tbody tr:hover{
  background-color: #fcfcfc;
}
.ask_table .table_view tbody .question_title,
.ask_table .table_view tbody .question_title_rivew{
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.ask_table .table_view tbody .question_title_rivew::before{
  position: absolute;
  content: '';
  display: block;
  left: 1%;
  top: 17px;
  background: url(../image/reply.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}
.ask_table .table_view tbody .question_toggle:hover{
  cursor: pointer;
}
.ask_table .table_view tbody .question_toggle img.caret {
  transition: transform 0.2s ease;
}
.table_view .question_toggle{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* pagination */
.ask_table_pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8%;
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-align: center;
}
.ask_table_pagination a.page-number{
  width: 2.5%;
  display: block;
}
.page-number{
  transition: background-color 0.3s, color 0.3s;
}
.page-number{
  position: relative;
}
.page-number.active::before{
  position: absolute;
  content: '';
  display: block;
  border: 1px solid #324663;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}



/* registration */
.registration{
  margin-top: 2%;
}
.registration h2{
  font-size: 1.025rem;
  font-weight: bold;
  color: #3A3A3A;
  text-align: left;
}
.inquiry-form {
  margin: calc(var(--padding)*2) auto calc(var(--padding)*3.5);
  border-top: 1px solid #5D6F8A;
  font-size: 15px;
}
.inquiry-form > div.d-flex{
  border-bottom: 1px solid #EBEBEB;
}
.inquiry-form .box{
  width: 19%;
  background-color: #F6F6F6;
  padding-left: 3.5%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.inquiry-form .box.content{
  align-items: start;
  padding-top: 25px;
}
.inquiry-form select{
  width: 40%;
  background-color: var(--white);
  margin: 15px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #D7DCE5;
  border-radius: 6px;
  background-color: var(--white);
  color: var(--dark);
}
.form-label{margin: 0;}
.inquiry-form option{
  font-size: 15px;
}
.inquiry-form input,
.inquiry-form textarea{
  width: 75%;
  padding: 10px 10px 10px 15px;
  border: 1px solid #D7DCE5;
  border-radius: 6px;
  background-color: var(--white);
  margin: 15px;
}
.inquiry-form input:focus,
.inquiry-form textarea:focus{
  border: 1px solid #9197a3;
  outline: none;
}
.inquiry-form textarea{
  height: 350px;
  resize: none;
}
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder{
  color: #C5C5C5;
}
.registration .up_selec{
  justify-content: center;
  gap: 2%;
  margin-bottom: calc(var(--padding)*2);
}
.registration .up_selec a{
  border-radius: 9px;
  display: block;
  color: var(--white);
  padding: 12px 46px;
  transition: .2s;
  font-size: 16px;
}
.registration .up_selec .cnl{
  background-color: #8F959E;
}
.registration .up_selec .udt{
  background-color: #004B9E;
}
.registration .up_selec .cnl:hover{
  background-color: #797f8a;
}
.registration .up_selec .udt:hover{
  background-color: #013a7a;
}




/* All */
.gift_list ul li .tip{
  bottom: 9px !important;
  letter-spacing: -0.5px !important;
}