@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* ---------------------------------------------------------------- */
.item_detail_con {
  width: 67.71%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-right: 30px;
  margin-bottom: 120px;
}

#item_detail_section {
  height: auto !important;
  margin-top: 80px;
}

ul.item_section>li.next_pg {
  position: relative;
}

.next_icon_btn {
  width: 100%;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: 0; top: 50%;
  transform: translate(0, -50%);
}

.next_icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
}

.next_icon>i {
  font-size: 40px;
  color: #B3B3B3;
}

.next_icon:hover i {
  color: #333;
  transition: color 0.3s ease;
}

.next_icon_btn>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}

p.point {
  color: #333 !important;
  font-weight: 700 !important;
}


/* ---------------------------------------------------------------- */
ul.item_section>li.prev_pg {
  position: relative;
  display: none;
}

.prev_icon_btn {
  width: 100%;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  right: 0; top: 50%;
  transform: translate(0, -50%);
}

.prev_icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
}

.prev_icon>i {
  font-size: 40px;
  color: #B3B3B3;
}

.prev_icon:hover i {
  color: #333;
  transition: color 0.3s ease;
}

.prev_icon_btn>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* 본문시작 */
.item_detail_infor {
  width: 1300px;
  min-height: 978px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.item_d_img_section {
  width: 46.15%;
  height: 726px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

ul.item_d_main_img {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #fff;
}

ul.item_d_main_img>li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

ul.item_d_main_img>li.active {
  display: block; 
}

.item_d_main_img_ltrt {
  width: 93.33%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 20px; top: 275px;
}

.idmi_prev,
.idmi_next
{
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.80);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.idmi_prev>i,
.idmi_next>i
{
  font-size: 25px;
  color: #B3B3B3;
}

.idmi_prev:hover,
.idmi_next:hover 
{
  background: #fff;
  transition: background-color 0.3s ease;
}

.idmi_prev:hover>i,
.idmi_next:hover>i
{
  color: #333;
  transition: color 0.3s ease;
}

.item_d_sub_img_wrap {
  width: 100%;
  height: 116px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden; 

}

.sub_prev,
.sub_next
{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sub_prev>i 
.sub_next>i
{
  font-size: 24px;
  color: #8f8f8f;
}

ul.item_d_sub_img {
  flex: 1 1 auto;
  height: 116px;
  display: flex;
  overflow-x: auto !important;  
  overflow-y: hidden !important;
  scrollbar-width: none;         
  scroll-behavior: smooth;
}

ul.item_d_sub_img::-webkit-scrollbar {
  display: none;
}

ul.item_d_sub_img > li {
  flex: 0 0 auto; 
  width: 116px;
  height: 100%;
  margin-right: 15px;
}

ul.item_d_sub_img > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------------------------------------------------------------- */
.item_d_infor_select_section {
  width: 38.46%;
  min-height: 978px;
  height: auto;
  margin-right: 100px;
}

.d_item_tit {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
  border-bottom: 1px solid #E9E9E9;
}

.d_item_tit>h2 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
}

ul.d_item_infor_txt {
  width: 100%;
  min-height: 379px;
  height: auto;
  margin-top: 25px;
  border-bottom: 1px solid #E9E9E9;
}

ul.d_item_infor_txt>li {
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.d_infor_tit>span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.132px;
  width: 105px;
  height: auto;
}

.d_infor_txt>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.d_infor_txt>span {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.165px;
  background: linear-gradient(#333 0 0) 
              0 50% / 100% 1.5px no-repeat;
}

.d_infor_txt>h3 {
  color: #CA2947;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.165px;
}

.d_infor_txt>h4 {
  color: #9C0000;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.132px;
  margin-left: 10px;
  margin-top: 3px;
}

.d_infor_main_txt {
  display: flex;
  align-items: center;
}

.d_infor_txt>b {
  color: #4D75DA;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.088px;
}

.d_infor_dt_txt>p {
  font-size: 13px !important;
  font-weight: 400 !important;
}

ul.idi_select_section {
  width: 100%;
  min-height: 55px;
  height: auto;
  margin-top: 25px;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

ul.idi_select_section>li {
  width: 485px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

ul.idi_select_section>li:first-child {
  margin-top: 0;
}

ul.idi_select_section>li:last-child {
  margin-bottom: 25px;
}

.idi_so_tit {
  width: 106px;
  height: 100%;
  display: flex;
  align-items: center;
}

.idi_so_tit>i {
  font-size: 12px;
  color: #D9D9D9;
}

.idi_so_tit>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.132px;
  margin-left: 5px;
}

ul.idi_select_section>li>select {
  width: 378px;
  height: 30px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
}

ul.idi_select_section>li>select>option {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.idi_check_section {
  width: 100%;
  min-height: 105px;
  height: auto;
  margin-top: 25px;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
}

.idi_check_box_section {
  width: 100%;
  min-height: 80px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.idi_check_box {
  width: 250px;
  min-height: 80px;
  height: auto;
  border-radius: 5px;
  background: #7D7D7D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.idi_check_box_txt {
  margin: 22px 15px;
}

.idi_check_box_txt>span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.132px;
}

.idi_num_price {
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
}

.idi_num_close {
  width: 82px;
  height: 25px;
  display: flex;
  align-items: center;
}

.idi_num_close>input {
  width: 50px;
  height: 25px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.132px;
}

input[type=number] {
  appearance: number-input;
  -webkit-appearance: number-input;
  -moz-appearance: number-input;
  overflow: visible;
  padding-right: 0;
  line-height: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  display: block;
  -webkit-appearance: inner-spin-button;
}

.idi_num_close_btn>button {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: #7D7D7D;
  margin-left: 10px;
}

.idi_num_close_btn>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.idi_num_close_btn>button>p {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.132px;
  margin-bottom: 1px;
}

.idi_price {
  width: 148px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.idi_price>span {
  color: #333;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.idi_price>p {
  color: #333;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.088px;
}

.idi_c_price_section {
  width: 100%;
  height: 30px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.idi_c_price_section>p {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.088px;
}

.idi_c_price_section>span {
  color: #333;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
  margin-left: 15px;
}

.idi_btns_section {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.idi_wish_btn>a>button {
  width: 50px;
  height: 50px;
  border: 1px solid #E9E9E9;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.idi_wish_btn>a>button>i {
  font-size: 20px;
  color: #c5c5c5;
  transition: color 0.3s ease;
}

.idi_cart_btn>a>button {
  width: 50px;
  height: 50px;
  border: 1px solid #E9E9E9;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.idi_cart_btn>a>button>i {
  font-size: 20px;
  color: #c5c5c5;
}

.idi_cart_btn>a>button:hover i {
  color: #004225;
  transition: color 0.3s ease;
}

.idi_buy_btn>a>button {
  width: 380px;
  height: 50px;
  background: #333;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.idi_buy_btn>a>button>p {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.idi_buy_btn>a>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.naver_pay_img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

/* ---------------------------------------------------------------- */
.item_detail_area {
  width: 1300px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  margin-top: 150px;
}

.ida_tab_section {
  width: 100%;
  height: 63px;
  border-top: 1px solid #E9E9E9;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

ul.ida_tab {
  width: 46.9%;
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.ida_tab>li>a>p {
  color: #868686;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.ida_tab>li:hover a p {
  color: #333;
  transition: color 0.3s ease;
  font-weight: 700;
}

#ida_artist_store {
  width: 100%;
  height: 100px;
  margin-top: 120px;
  background: #FBFBFB;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ida_artist_store>h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.22px;
}

.ida_artist_store_section {
  width: 100%;
  min-height: 1292px;
  height: auto;
  margin-top: 40px;
}

.ida_artist_section {
  width: 100%;
  height: 721px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ida_a_tit {
  width: 100%;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ida_a_tit>span {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
}

.ida_a_tit>p {
  color: #919191;
  text-align: center;
  font-family: Bahnschrift;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.275px;
  margin-top: 5px;
}

.ida_t_bar {
  width: 200px;
  border: 1px solid #E5D5AE;
  margin-top: 8px;
}

.ida_a_main_section {
  width: calc(100% - 100px);
  min-height: 500px;
  height: auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ida_a_main_txt {
  width: 800px;
  height: auto;
}

.ida_am_sub_tit {
  width: 100%;
  height: auto;
}

.ida_am_sub_tit>p {
  color: #333;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.275px;
}

ul.ida_profile_section {
  width: auto;
  height: 430px;
  margin-top: 30px;
}

ul.ida_profile_section>li {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

ul.ida_profile_section>li:first-child {
  margin-top: 0;
}

ul.ida_profile_section>li>span {
  width: 170px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.275px;
}

ul.ida_profile_section>li>p {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.275px;
  margin-left: 50px;
}

li.ida_profile_career{
  width: 100%;
  height: 144px;
  display: flex;            
  align-items: flex-start;
}

.ida_pc_lt{
  width: 170px;
  height: 144px;
  flex: 0 0 170px;
}

.ida_pc_lt>span {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.275px;
}

ul.ida_pc_rt{
  margin-left: 50px;
  height: 144px;            
  overflow-y: auto;       
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;   
  flex: 1;                 
  min-width: 0;           
  padding: 0;
  list-style: none;
}

ul.ida_pc_rt::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;           
}

ul.ida_pc_rt>li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

ul.ida_pc_rt>li:first-child {
  margin-top: 0;
}

ul.ida_pc_rt>li>p {
  width: 210px;
  color: #949494;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.275px;
}

ul.ida_pc_rt>li>b {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.275px;
  margin-left: 15px;
}

.best_artist_main_rt {
  width: 400px;
  min-height: 500px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.best_artist_card {
  width: 100%;
  height: 500px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.click_section {
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.70);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.click_section>p {
  color: #FFF;
  font-family: Bahnschrift;
  font-size: 25px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: -0.275px;
}

.best_artist_card.flip {
  transform: rotateY(180deg);
}

.best_artist_card.flip .click_section {
  transform: rotateY(180deg);
}

.best_artist_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden; 
}

.ida_aw_tit {
  margin-top: 40px;
}

ul.ida_aw_img {
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

ul.ida_aw_img>li {
  width: 380px;
  height: 380px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ida_detail_infor {
  width: 100%;
  height: 100px;
  margin-top: 120px;
  background: #FBFBFB;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ida_detail_infor>h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.22px;
}

.ida_di_img1 {
  margin-top: 40px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
}

.item_detail_area>p {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
  margin-top: 120px;
}

.ida_di_img2 {
  margin-top: 120px;
}

.ida_artist_txt_box {
  width: 100%;
  height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.ida_artist_txt_box>p {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.22px;
}

.ida_artist_txt_box>span {
  color: #333;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.275px;
  margin-top: 20px;
}

.ida_artist_txt_box>h2 {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.44px;
  margin-top: 30px;
}

.item_detail_area>span {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.22px;
  margin-top: 120px;
}

ul.ida_di_ex_img_section {
  width: 840px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

ul.ida_di_ex_img_section>li {
  margin-top: 80px;
}

ul.ida_di_ex_img_section>li:first-child {
  margin-top: 0;
}

ul.ida_di_ex_img_txt_section {
  width: 840px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
}

ul.ida_di_ex_img_txt_section>li {
  margin-top: 40px;
  width: 100%;
  height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.ida_di_ex_img_txt_section>li:first-child {
  margin-top: 0;
}

.ida_diex_tit {
  width: 300px;
  height: 50px;
  border-radius: 10px;
  background: #004225;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ida_diex_tit>p {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.22px;
}

.ida_diex_img_txt {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ida_diex_img_txt_lt {
  width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.ida_diex_img_txt_lt>p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.165px;
}

.ida_diex_img_txt_rt {
  width: 400px;
  height: 100%;
}

#ida_buying_guide {
  width: 100%;
  height: 100px;
  margin-top: 120px;
  background: #FBFBFB;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ida_buying_guide>h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.22px;
}

.ida_buyg_section {
  width: 100%;
  min-height: 1004px;
  height: auto;
  background: #FAFAFA;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CECECE;
}

ul.ida_buyg {
  width: 87.69%;
  min-height: 844px;
  height: auto;
}

ul.ida_buyg>li {
  margin-top: 40px;
  width: 100%;
  height: auto;
}

ul.ida_buyg>li:first-child {
  margin-top: 0;
}

.ida_buyg_tit_btn {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #C1C1C1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ida_buyg_tit_btn>span {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.ida_buy_move_btn>a>button {
  width: 200px;
  height: 50px;
  border: none;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ida_buy_move_btn>a>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.ida_buy_move_btn>a>button>p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.ida_buy_move_btn>a>button>i {
  font-size: 14px;
  color: #333;
  margin-left: 8px;
}

.ida_buy_move_btn>a>button:hover p,
.ida_buy_move_btn>a>button:hover i
{
  color: #fff;
  transition: color 0.3s ease;
}

ul.ida_buyg>li>p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.165px;
  margin-top: 40px;
}

#ida_buy_review {
  width: 100%;
  height: 100px;
  margin-top: 120px;
  background: #FBFBFB;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ida_buy_review>h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.22px;
}

.ida_buyrv_btn_section {
  width: 61.54%;
  height: 850px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ida_buyrv_section {
  width: 100%;
  height: 760px;
  border-radius: 20px;
  border: 1px solid #CECECE;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ida_buyrv_main {
  width: 80%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul.ida_buyrv_main_list {
  width: 100%;
  height: 545px;
}

ul.ida_buyrv_main_list>li {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #C1C1C1;
  background: #fff;
  margin-top: 15px;
  
}

ul.ida_buyrv_main_list>li:first-child {
  margin-top: 0;
}

ul.ida_buyrv_main_list>li>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.ida_buyrv_ml_txt>p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.165px;
}

.ida_buyrv_ml_w>p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.165px;
}

ul.ida_buyrv_main_list>li:hover .ida_buyrv_ml_txt>p,
ul.ida_buyrv_main_list>li:hover .ida_buyrv_ml_w>p 
{
  font-weight: 700;
  color: #004225;
  transition: color 0.3s ease;
}

ul.pg_section {
  width: auto;
  height: 14px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

ul.pg_section>li {
  margin-left: 10px;
}

ul.pg_section>li:first-child {
  margin-left: 0;
}

li.pg_front_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_front_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_prev_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_prev_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_last_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_last_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_next_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_next_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_num {
  width: 30px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

li.pg_num>p {
  color: #CCC;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

li.pg_num>p:hover {
  color: #333333;
  transition: color 0.3s ease;
}

.no_list {
  width: auto;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.no_list>i {
  font-size: 40px;
  color: #CCCCCC;
}

.no_list>p {
  color: #CCC;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.165px;
}

.ida_buyrv_btns {
  width: 425px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review_write_btn>a>button {
  width: 200px;
  height: 50px;
  border: none;
  background: #BFA76F;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review_write_btn>a>button>p {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.review_write_btn>a>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.review_all_view_btn>a>button {
  width: 200px;
  height: 50px;
  border: none;
  background: #E5D5AE;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review_all_view_btn>a>button>p {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.review_all_view_btn>a>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

#ida_qa {
  width: 100%;
  height: 100px;
  margin-top: 120px;
  background: #FBFBFB;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ida_qa>h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.22px;
}

.qa_write_btn>a>button {
  width: 200px;
  height: 50px;
  border: none;
  background: #BFA76F;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qa_write_btn>a>button>p {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.qa_write_btn>a>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.qa_all_view_btn>a>button {
  width: 200px;
  height: 50px;
  border: none;
  background: #E5D5AE;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qa_all_view_btn>a>button>p {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.qa_all_view_btn>a>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

/* ---------------------------------------------------------------- */
.review_preview_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.review_preview_modal_bg.on {
  display: block;
}

.review_preview_modal {
  width: 1022px;
  min-height: 552px;
  height: auto;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.review_preview_modal.on {
  display: flex;
}

ul.rpm_lt {
  width: 552px;
  height: 552px;
  overflow: hidden;
}

ul.rpm_lt>li {
  width: 100%;
  height: 100%;
  display: none;
}

ul.rpm_lt>li.active {
  display: block;
}

ul.rpm_lt>li>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rpm_rt {
  width: 450px;
  min-height: 552px;
  height: auto;
  background: #fff;
  border: 1px solid #C7C7C7;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_close {
  position: absolute;
  right: 10px; top: 10px;
}

.modal_close>button {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CDCDCD;
  background: #fff;
  cursor: pointer;
}

.modal_close>button:hover {
  background: #9C0000;
  border: none;
  transition: background-color 0.3s ease;
}

.modal_close>button>i {
  font-size: 15px;
  color: #b3b3b3;
}

.modal_close>button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.rpm_main_img_ltrt {
  width: 512px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 20px; top: 275px;
}

.idmi_prev,
.idmi_next
{
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.80);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.idmi_prev>i,
.idmi_next>i
{
  font-size: 25px;
  color: #B3B3B3;
}

.idmi_prev:hover,
.idmi_next:hover 
{
  background: #fff;
  transition: background-color 0.3s ease;
}

.idmi_prev:hover>i,
.idmi_next:hover>i
{
  color: #333;
  transition: color 0.3s ease;
}

.item_d_main_img_ltrt,
.rpm_main_img_ltrt {
  opacity: 0;
  transition: opacity .3s ease;
}

.item_d_img_section:hover .item_d_main_img_ltrt {
  opacity: 1;
}

.review_preview_modal:hover .rpm_main_img_ltrt {
  opacity: 1;
}

.rpm_main {
  width: 410px;
  height: 512px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rpm_main_detail {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rpm_main_detail_img {
  width: 150px;
  height: 100%;
}

.rpm_main_detail_txt_btn {
  width: 245px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.rpm_main_detail_txt {
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.rpm_main_detail_txt>span {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.rpm_main_detail_txt>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}

.rpm_main_detail_btn>a>button {
  width: 245px;
  height: 40px;
  border: none;
  background: #F3F3F3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rpm_main_detail_btn>a>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.rpm_main_detail_btn>a>button>p {
  color: #B2B2B2;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.rpm_main_detail_btn>a>button:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

.rpm_rating {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 30px;
}

ul.rpm_rating_icon {
  width: 100%;
  height: 14px;
  display: flex;
  align-items: center;
}

ul.rpm_rating_icon>li {
  margin-left: 5px;
}

ul.rpm_rating_icon>li:first-child {
  margin-left: 0;
}

ul.rpm_rating_icon>li>i {
  font-size: 13px;
  color: #BFA76F;
}

.rpm_buyer {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.rpm_buyer>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}

.rpm_txt {
  width: 100%;
  height: 123px;
  margin-top: 25px;
  border-bottom: 1px solid #E9E9E9;
}

.rpm_txt>span {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.165px;
}

.rpm_txt>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
  margin-top: 15px;
}

.rpm_txt_delete {
  width: 100%;
  height: 30px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.rpm_txt_delete>input {
  width: 195px;
  height: 26px;
  border: 1px solid #E9E9E9;
  margin-right: 8px;
}

.warning_icon {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #A3A3A3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.warning_icon>i {
  font-size: 10px;
  color: #fff;
}

.rpm_txt_delete>p {
  color: #A7A7A7;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.132px;
  margin-left: 5px;
}

.rpm_btns {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.rpm_delete_btn>button {
  width: 200px;
  height: 40px;
  border: none;
  background: #E5D5AE;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rpm_delete_btn>button:hover {
  background: #9C0000;
  transition: background-color 0.3s ease;
}

.rpm_delete_btn>button>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.rpm_edit_btn>a>button {
  width: 200px;
  height: 40px;
  border: none;
  background: #BFA76F;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rpm_edit_btn>a>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.rpm_edit_btn>a>button>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

/* ---------------------------------------------------------------- */
.review_write_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.review_write_modal_bg.on {
  display: block;
}

.review_write_modal {
  width: 640px;
  min-height: 790px;
  height: auto;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
  border: 1px solid #C7C7C7;
}

.review_write_modal.on {
  display: flex;
}

.rwm_main {
  width: 600px;
  height: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rwm_img_submit {
  width: 100%;
  height: 165px;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.rwm_img_submit_main {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
}

.rwm_img_box {
  width: 150px;
  height: 150px;
  background: #F6F6F6;
  margin-right: 15px
}

.order_item_select_btn>button {
  width: 150px;
  height: 40px;
  border: none;
  background: #F3F3F3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order_item_select_btn>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.order_item_select_btn>button>p {
  color: #B2B2B2;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.order_item_select_btn>button:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

.rwm_rating {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
}

.rwm_rating_main {
  width: 100%;
  display: flex;
  align-items: center;
}

.rwm_rating_main>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
  margin-right: 40px;
  margin-top: 4px;
}

ul.rwm_rating_submit {
  display: flex;
  align-items: center;
}

ul.rwm_rating_submit>li {
  margin-left: 5px;
  cursor: pointer;
  user-select: none;
}

ul.rwm_rating_submit>li:first-child {
  margin-left: 0px;
}

ul.rwm_rating_submit>li>i {
  font-size: 13px;
  color: #BFA76F;
}

.rwm_tit_ip {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 15px;
}

.rwm_tit_ip_main {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

.rwm_tit_ip_main>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
  margin-right: 40px;
}

.rwm_tit_ip_main>input {
  width: 528px;
  height: 24px;
  background: #fff;
  border: 1px solid #E9E9E9;
}

.rwm_txt_ip {
  width: 100%;
  min-height: 244px;
  height: auto;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 15px;
}

.rwm_attach_img {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
}

.rwm_attach_img_main {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

.rwm_attach_img_main>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.154px;
  margin-right: 14px;
}

ul.rwm_attach {
  width: 332px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.rwm_attach>li>button {
  width: 60px;
  height: 60px;
  border: none;
  background: #F3F3F3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.rwm_attach>li>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

ul.rwm_attach>li>button>i {
  font-size: 20px;
  color: #B2B2B2;
}

ul.rwm_attach>li>button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.rwm_pw {
  width: 100%;
  height: 30px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.rwm_pw>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
  margin-right: 14px
}

.rwm_pw>input {
  width: 528px;
  height: 26px;
  background: #fff;
  border: 1px solid #E9E9E9;
}

.rwm_btns {
  width: 410px;
  height: 40px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rwm_submit_btn>button {
  width: 200px;
  height: 40px;
  border: none;
  background: #BFA76F;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rwm_submit_btn>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.rwm_submit_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.rwm_cancel_btn>button {
  width: 200px;
  height: 40px;
  border: none;
  background: #E5D5AE;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rwm_cancel_btn>button:hover {
  background: #9C0000;
  transition: background-color 0.3s ease;
}

.rwm_cancel_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}


/* ---------------------------------------------------------------- */
.order_item_select_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9999; 
  display: none; 
}

.order_item_select_modal_bg.on {
  display: block;
}

.order_item_select_modal {
  width: 600px;
  min-height: 690px;
  height: auto;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  flex-direction: column;
  align-items: center;
  background: #FAFAFA;
  border: 1px solid #C7C7C7;
}

.order_item_select_modal.on {
  display: flex;
}

.ois_top {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
}

.ois_top_main {
  width: 550px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ois_top_main>span {
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.ois_modal_close>button {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CDCDCD;
  background: #fff;
  cursor: pointer;
}

.ois_modal_close>button:hover {
  background: #9C0000;
  border: none;
  transition: background-color 0.3s ease;
}

.ois_modal_close>button>i {
  font-size: 15px;
  color: #b3b3b3;
}

.ois_modal_close>button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.ois_con {
  width: 540px;
  height: 560px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ois_list_section {
  width: 100%;
  height: 426px;
}

.ois_list_top {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

ul.ois_list_top_main {
  width: 525px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_select_icon>i {
  font-size: 25px;
  color: #E5E5E5;
  cursor: pointer;
}

.list_tit>p {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
}

ul.ois_list_main {
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}

ul.ois_list_main>li>ul {
  width: 525px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_txt>p {
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.ois_btns {
  width: 410px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ois_submit_btn>button {
  width: 200px;
  height: 40px;
  border: none;
  background: #BFA76F;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ois_submit_btn>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.ois_submit_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.ois_cancel_btn>button {
  width: 200px;
  height: 40px;
  border: none;
  background: #E5D5AE;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ois_cancel_btn>button:hover {
  background: #9C0000;
  transition: background-color 0.3s ease;
}

.ois_cancel_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.ois_con>ul.pg_section {
  margin-top: 0 !important;
}

.d_img {
  margin-top: 100px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

