.emojiVar {
  border-radius: 10px;
  box-sizing: border-box;
}
.emojiVar .selectBox_translate {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 2px;
}
.emojiVar .selectBox_translate:after {
  display: none;
}
.emojiVar .selectBox_translate.Fixed {
  position: fixed;
  top: 474px;
}
.emojiVar .selectBox_translate .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
  height: inherit;
  border: 0 none;
  background: transparent;
  font-size: 12px;
}
.emojiVar .selectBox_translate .label:before {
  display: none;
}
.emojiVar .selectBox_translate .label a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.emojiVar .selectBox_translate .label span + div {
  padding-left: 5px;
  height: 15px;
}
.emojiVar .selectBox_translate ul {
  margin-top: 5px;
  background: #3F3F3F;
  height: 190px;
  border-radius: 5px;
  top: 40px;
  overflow-y: auto;
}
.emojiVar .selectBox_translate ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.emojiVar .selectBox_translate ul li {
  height: auto;
  border-bottom: none;
}
.emojiVar .selectBox_translate ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.58);
  padding: 0 10px;
}
.emojiVar .selectBox_translate ul li a span {
  font-size: 12px;
}
.emojiVar .selectBox_translate ul li a span + div {
  padding-left: 10px;
  height: 15px;
}
.emojiVar .selectBox_translate ul li:hover a {
  color: #3f3f3f;
}

@media (max-width: 768px) {
  .emojiVar {
    position: fixed;
    width: 120px;
    top: auto !important;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
  }
  .emojiVar .selectBox_translate ul {
    top: auto;
    bottom: 47px;
  }
}
.accordion_ad_area {
  position: relative;
  width: 100%;
}
.accordion_ad_area.active .ad_box {
  max-height: 200px;
  transition: max-height 0.5s ease-in-out;
}
.accordion_ad_area.active .ad_btn .up_icon {
  display: none;
}
.accordion_ad_area.active .ad_btn .down_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.accordion_ad_area.active .ad_btn .down_icon img {
  width: auto;
  height: 100%;
}
.accordion_ad_area .ad_box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  background: #f5f3f5;
  border-bottom: 1px solid #d1d1d1;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}
.accordion_ad_area .ad_box .inner {
  margin: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.accordion_ad_area .ad_btn {
  position: absolute;
  bottom: -30px;
  z-index: 999;
  width: 95px;
  height: 31px;
  background: #f5f3f5;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}
.accordion_ad_area .ad_btn .up_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.accordion_ad_area .ad_btn .up_icon img {
  width: auto;
  height: 100%;
}
.accordion_ad_area .ad_btn .down_icon {
  display: none;
}

@media (max-width: 768px) {
  .accordion_ad_area .ad_box > * {
    padding: 0;
    height: 50px;
    width: auto;
  }
  .accordion_ad_area .ad_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    width: 80px;
  }
  .accordion_ad_area .ad_btn > div span + i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    margin-left: 3px;
  }
  .accordion_ad_area .ad_btn > div span + i img {
    width: 100% !important;
    height: auto !important;
  }
}
.pop_search .b-close {
  right: 7px !important;
  top: 6px !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.pop_search .pop_inner {
  height: 295px;
}
.pop_search .pop_inner .btnSet {
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
}
.pop_search .pop_inner .btnSet .tabBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  background: #FAFAFA;
  font-size: 18px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.pop_search .pop_inner .btnSet .tabBtn.popular.on {
  border-right: 1px solid #000000;
}
.pop_search .pop_inner .btnSet .tabBtn.recent.on {
  border-left: 1px solid #000000;
}
.pop_search .pop_inner .btnSet .tabBtn.on {
  color: #FE4589;
  background: #FFFFFF;
  border-bottom: none;
}
.pop_search .pop_inner .tabContent {
  display: none;
  grid-template-columns: 50% 50%;
  grid-template-rows: repeat(5, 45px);
  grid-auto-flow: column;
  padding: 5px 0;
}
.pop_search .pop_inner .tabContent.on {
  display: grid;
}
.pop_search .pop_inner .tabContent li {
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}
.pop_search .pop_inner .tabContent li:hover {
  background: #f1f1f1;
}
.pop_search .pop_inner .tabContent li .num {
  width: 30px;
  font-size: 18px;
  font-weight: 500;
}
.pop_search .pop_inner .tabContent li .txt {
  font-size: 15px;
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pop_search .pop_inner .tabContent li .closeBtn {
  width: 20px;
}
.pop_search .pop_inner .tabContent li .closeBtn img {
  width: 100%;
}

@media (max-width: 768px) {
  .search_best .btnSet {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
  }
  .search_best .btnSet .tabBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background: #FAFAFA;
    font-size: 1.1em;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
  }
  .search_best .btnSet .tabBtn.popular.on {
    border-right: 1px solid #e1e1e1;
  }
  .search_best .btnSet .tabBtn.recent.on {
    border-left: 1px solid #e1e1e1;
  }
  .search_best .btnSet .tabBtn.on {
    color: #FE4589;
    background: #FFFFFF;
    border-bottom: none;
  }
  .search_best .tabContent {
    display: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(5, 40px);
    grid-auto-flow: column;
    padding: 5px 0;
    background: #FFFFFF;
  }
  .search_best .tabContent.on {
    display: grid;
  }
  .search_best .tabContent li {
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .search_best .tabContent li:hover {
    background: #f1f1f1;
  }
  .search_best .tabContent li .num {
    width: 25px;
    font-size: 1.2em;
    font-weight: 500;
  }
  .search_best .tabContent li .txt {
    font-size: 1.1em;
    width: calc(100% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search_best .tabContent li .closeBtn {
    width: 20px;
  }
  .search_best .tabContent li .closeBtn img {
    width: 100%;
  }
}
.inner {
  width: 1100px;
  margin: 100px auto;
}
.inner .txtSet {
  line-height: 100%;
}
.inner .txtSet p {
  line-height: 130%;
}
.inner .txtSet p + p {
  margin-bottom: 20px;
}
.inner .txtSet p.danger {
  color: #e22126;
}
.inner .txtSet .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.inner .termsAndConditionsTable {
  border-top: 2px solid #3f3f3f;
  border-bottom: 2px solid #3f3f3f;
}
.inner .termsAndConditionsTable > * {
  font-size: 11px;
  border-bottom: 1px solid #ddd;
}
.inner .termsAndConditionsTable .titleGrid {
  display: grid;
  grid-auto-columns: 200px auto;
  grid-auto-rows: minmax(30px, auto);
  grid-template-areas: "title1 title2 title2";
  align-items: center;
  background: #f4f4f4;
}
.inner .termsAndConditionsTable .titleGrid * {
  height: 100%;
  align-items: center;
  display: inline-flex;
  padding: 0 10px;
  font-weight: 700;
}
.inner .termsAndConditionsTable .titleGrid .title1 {
  grid-area: title1;
}
.inner .termsAndConditionsTable .titleGrid .title2 {
  grid-area: title2;
  border-left: 1px solid #ddd;
}
.inner .termsAndConditionsTable .mobile_titleGrid {
  display: none;
}
.inner .termsAndConditionsTable > .grid {
  display: grid;
  grid-auto-columns: 200px auto;
  grid-auto-rows: minmax(30px, auto);
  grid-template-areas: "title1_item title2_item title2_item";
  align-items: center;
}
.inner .termsAndConditionsTable > .grid .padding {
  padding: 5px 10px;
}
.inner .termsAndConditionsTable > .grid .title1_item {
  grid-area: title1_item;
  padding: 5px 10px;
}
.inner .termsAndConditionsTable > .grid .title2_item {
  grid-area: title2_item;
  border-left: 1px solid #ddd;
}
.inner .termsAndConditionsTable > .grid .title2_item > * {
  border-bottom: 1px solid #ddd;
}
.inner .termsAndConditionsTable > .grid .title2_item .single {
  padding: 5px 10px;
}
.inner .termsAndConditionsTable > .grid .title2_item .grid {
  display: grid;
  grid-auto-columns: 200px auto;
  grid-auto-rows: minmax(30px, auto);
  grid-template-areas: "left right";
  align-items: center;
}
.inner .termsAndConditionsTable > .grid .title2_item .grid * {
  padding: 5px 10px;
}
.inner .termsAndConditionsTable > .grid .title2_item .grid * + * {
  border-left: 1px solid #ddd;
}
.inner .bottom {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.inner .bottom .couponSet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 5px;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: #c7e2ff;
  box-shadow: inset 2px 2px 7px -1px #8ca4bd;
}
.inner .bottom .couponSet input {
  width: 200px;
  background: rgba(255, 255, 255, 0);
  border: none;
  font-size: 20px;
  font-family: initial;
  text-align: center;
  color: rgba(33, 33, 33, 0.7411764706);
}
.inner .bottom button {
  height: 45px;
  border: none;
  width: auto;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 14px;
  font-family: initial;
}
.inner .bottom button.copyBtn {
  background: #1f8bff;
  color: #FFFFFF;
  box-shadow: inset -8px -7px 11px -2px #116ed1;
}
.inner .bottom button.copyBtn:hover {
  background: #2d87e7;
}
.inner .bottom button.goBtn {
  background: #b130ff;
  color: #FFFFFF;
  box-shadow: inset -8px -7px 11px -2px #850ccd;
}
.inner .bottom button.goBtn:hover {
  background: #9d2ce1;
}

@media (max-width: 768px) {
  .inner {
    overflow-x: hidden;
    width: auto;
    margin: 50px 10px;
  }
  .inner .termsAndConditionsTable .titleGrid {
    display: none;
  }
  .inner .termsAndConditionsTable .mobile_titleGrid {
    background: #f4f4f4;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-weight: 700;
  }
  .inner .termsAndConditionsTable > .grid {
    display: block;
  }
  .inner .termsAndConditionsTable > .grid .title1_item {
    background: #f4f4f4;
  }
  .inner .termsAndConditionsTable > .grid .title2_item {
    border-left: none;
    border-top: 1px solid #ddd;
  }
  .inner .termsAndConditionsTable > .grid .title2_item .grid {
    grid-auto-columns: 100px auto;
  }
  .inner .bottom {
    flex-direction: column;
  }
  .inner .bottom .couponSet {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.conatiner {
  width: 100%;
  max-width: 1100px;
  margin: 20px auto;
}

.conatinerWrap {
  width: 100%;
}

.mainTopCotnents {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainTopCotnents button {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -3.36px;
  border-radius: 79px;
  position: relative;
  background: linear-gradient(to right, #0E98F6 0%, #E8FF67 100%);
  width: 50%;
  margin-top: 38px;
  padding: 20px 0px;
  color: #fff;
  font-size: 30px;
  border: none;
  z-index: 1;
}

.mainTopCotnents button::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #000;
  z-index: -1;
  border-radius: 85px; /* 원래 값보다 조금 더 크게 */
}

.btnExplanation {
  color: #767676;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  margin: 0;
  padding-top: 9px;
}

.CoverageDetail {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.CoverageDetailContents h2 {
  color: #2f2f2f;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -3.36px;
  padding: 10px 0;
  margin-top: 20px;
}

.CoverageDetail ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  margin-top: 32px;
  max-width: 1038px;
}

.cite {
  width: 100%;
  text-align: center;
  color: #4d4d4d;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.96px;
  margin-top: 50px;
}

.insuCalc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}

.insuCalc button {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -3.36px;
  border-radius: 79px;
  position: relative;
  background: linear-gradient(to right, #0E98F6 0%, #E8FF67 100%);
  width: 50%;
  padding: 20px 0;
  color: #fff;
  font-size: 30px;
  border: none;
  z-index: 1;
}

.insuCalc button::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #000;
  z-index: -1;
  border-radius: 85px; /* 원래 값보다 조금 더 크게 */
}


/* 반응형 CSS 추가 코드 (폰트 사이즈 조정) */

/* 태블릿 크기 */
@media screen and (max-width: 768px) {
  .conatiner {
    max-width: 90%;
    margin: 15px auto;
  }

  .mainTopCotnents img {
    width: 100%;
    height: auto;
  }

  .mainTopCotnents button {
    font-size: 20px;
    letter-spacing: -2.24px;
    width: 60%;
    padding: 12px 0;
  }

  .btnExplanation {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }

  .CoverageDetailContents img {
    width: 99%;
    margin: 0 auto;
  }

  .cite {
    font-size: 20px;
    letter-spacing: -1.4px;
    margin-top: 40px;
  }

  .insuCalc button {
    font-size: 20px;
    letter-spacing: -2.24px;
    width: 60%;
    padding: 12px 0;
  }

  .imagesWrap img {
    width: 100%;
    height: auto;
  }
  .CoverageDetailContents h2 {
    font-size: 30px;
  }
}

/* 모바일 크기 */
@media screen and (max-width: 480px) {
  .conatiner {
    max-width: 95%;
    margin: 10px auto;
  }

  .mainTopCotnents button {
    font-size: 20px;
    letter-spacing: -1.54px;
    width: 70%;
    padding: 10px 0;
  }

  .btnExplanation {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.24px;
  }

  .CoverageDetail ul {
    margin-top: 24px;
  }

  .CoverageDetail ul li {
    font-size: 12px;
  }

  .cite {
    font-size: 16px;
    letter-spacing: -1.12px;
    margin-top: 30px;
  }

  .insuCalc {
    margin-top: 20px;
    gap: 20px;
  }

  .insuCalc button {
    font-size: 20px;
    letter-spacing: -1.54px;
    width: 70%;
    padding: 10px 0;
  }

  .CoverageDetailContents h2 {
    font-size: 20px;
  }
}

/* 매우 작은 모바일 */
@media screen and (max-width: 320px) {
  .mainTopCotnents button {
    font-size: 18px;
    letter-spacing: -1.26px;
    width: 80%;
    padding: 8px 0;
  }

  .btnExplanation {
    font-size: 10px;
    line-height: 16px;
  }

  .cite {
    font-size: 14px;
    letter-spacing: -0.98px;
  }

  .insuCalc button {
    font-size: 18px;
    letter-spacing: -1.26px;
    width: 80%;
    padding: 8px 0;
  }
}

.tour_review_photo {
  overflow: hidden;
  padding: 30px 0 0;
}
.tour_review_photo .flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tour_review_photo .flx .left .totalReview {
  font-size: 15px;
  font-weight: 700;
}
.tour_review_photo .flx .left .totalReview .num {
  font-size: 18px;
}
.tour_review_photo .flx .right {
  display: flex;
  align-items: center;
}
.tour_review_photo .flx .right .allviewBtn {
  border: none;
  background: #FFFFFF;
  padding: 5px 10px;
}
.tour_review_photo .flx .right .page {
  display: flex;
  align-items: center;
}
.tour_review_photo .flx .right .page .num {
  font-weight: 700;
}
.tour_review_photo .flx .right .nav {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.tour_review_photo .flx .right .nav button {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #e0e0e0;
}
.tour_review_photo .flx .right .nav button.prev {
  background: url(../img/ic_left.png) no-repeat center;
}
.tour_review_photo .flx .right .nav button.next {
  background: url(../img/ic_right.png) no-repeat center;
}
.tour_review_photo .slider {
  width: 100%;
  position: relative;
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.tour_review_photo .slider .items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  flex-shrink: 0;
}
.tour_review_photo .slider .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: calc(50% - 5px);
}
.tour_review_photo .slider .items .item .info {
  width: calc(100% - 100px);
}
.tour_review_photo .slider .items .item .info .score .star {
  color: gold;
}
.tour_review_photo .slider .items .item .info .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.tour_review_photo .slider .items .item .photo {
  position: relative;
  width: 80px;
  height: 80px;
  background: url("/img/img_photo.png") center/100% auto no-repeat;
}
.tour_review_photo .slider .items .item .photo .photo_num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7490196078);
  height: 22px;
  padding: 0 8px;
}

.reviewWrap {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.231372549);
  width: 100vw;
  height: 100vh;
}
.reviewWrap .reviewPopup {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  width: 1000px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviewWrap .reviewPopup > * {
  width: 50%;
  height: 100%;
}
.reviewWrap .reviewPopup .left {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f3f5;
  border-right: 1px solid #f3f3f3;
}
.reviewWrap .reviewPopup .left .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.reviewWrap .reviewPopup .left .photo img {
  width: 100%;
  height: auto;
}
.reviewWrap .reviewPopup .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
  box-sizing: border-box;
}
.reviewWrap .reviewPopup .right .info {
  position: relative;
  padding-bottom: 20px;
  margin: 0 20px;
  border-bottom: 1px solid #f3f3f3;
  box-sizing: border-box;
  height: 55px;
}
.reviewWrap .reviewPopup .right .info .score .star {
  color: gold;
}
.reviewWrap .reviewPopup .right .info .xmark {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 31%;
  width: 45px;
  height: 45px;
  background: url(../img/btn_close.png);
  cursor: pointer;
}
.reviewWrap .reviewPopup .right .txtArea {
  overflow-y: auto;
  padding: 30px 0;
  margin: 0 20px;
  border-bottom: 1px solid #f3f3f3;
}
.reviewWrap .reviewPopup .right .photoMoreArea {
  display: grid;
  grid-template-columns: repeat(10, 40px);
  gap: 5px;
  padding-top: 20px;
  margin: 0 20px;
  box-sizing: border-box;
}
.reviewWrap .reviewPopup .right .photoMoreArea .item {
  width: 40px;
  height: 40px;
  opacity: 50%;
}
.reviewWrap .reviewPopup .right .photoMoreArea .item:hover {
  opacity: 100%;
}
.reviewWrap .reviewPopup .right .photoMoreArea .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.reviewWrap .reviewPopup .right .photoMoreArea .item a img {
  position: absolute;
  width: 100%;
}

.allreviewWrap {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.231372549);
  width: 100vw;
  height: 100vh;
}
.allreviewWrap .reviewPopup {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  width: 1000px;
  height: calc(100vh - 200px);
  padding: 20px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, auto) 55px;
  grid-template-rows: 45px minmax(0, auto);
  grid-template-areas: "title xmark" "itemContainer itemContainer";
}
.allreviewWrap .reviewPopup .title {
  grid-area: title;
  line-height: 45px;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.allreviewWrap .reviewPopup .xmark {
  grid-area: xmark;
  width: 45px;
  height: 45px;
  background: url(../img/btn_close.png);
  cursor: pointer;
  background-repeat: no-repeat;
}
.allreviewWrap .reviewPopup .item-container {
  grid-area: itemContainer;
  height: calc(100% - 15px);
  overflow-y: scroll;
}
.allreviewWrap .reviewPopup .item-container .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #f3f3f3;
  box-sizing: border-box;
}
.allreviewWrap .reviewPopup .item-container .items .item .info {
  width: calc(100% - 100px);
}
.allreviewWrap .reviewPopup .item-container .items .item .info .score .star {
  color: gold;
}
.allreviewWrap .reviewPopup .item-container .items .item .info .userInfo {
  padding-top: 5px;
}
.allreviewWrap .reviewPopup .item-container .items .item .info .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  max-height: 33.69px;
}
.allreviewWrap .reviewPopup .item-container .items .item .info .more-btn {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  background: none;
  border: none;
  font-weight: 700;
}
.allreviewWrap .reviewPopup .item-container .items .item:hover {
  cursor: pointer;
}
.allreviewWrap .reviewPopup .item-container .items .item:hover .more-btn {
  text-decoration-line: underline;
}
.allreviewWrap .reviewPopup .item-container .items .item .photo {
  position: relative;
  width: 80px;
  height: 80px;
  background: url("/img/img_photo.png") center/100% auto no-repeat;
}
.allreviewWrap .reviewPopup .item-container .items .item .photo .photo_num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7490196078);
  height: 22px;
  padding: 0 8px;
}
.allreviewWrap .reviewPopup .item-container .items .item.moreShow {
  background: #f3f3f3;
  flex-direction: column;
  align-items: baseline;
}
.allreviewWrap .reviewPopup .item-container .items .item.moreShow .info {
  width: 100%;
}
.allreviewWrap .reviewPopup .item-container .items .item.moreShow .info .txt {
  display: block;
  -webkit-line-clamp: none;
  overflow: initial;
  text-overflow: initial;
  max-height: inherit;
}
.allreviewWrap .reviewPopup .item-container .items .item.moreShow .info .more-btn {
  display: none;
}
.allreviewWrap .reviewPopup .item-container .items .item.moreShow .photo {
  display: none;
}
.allreviewWrap .reviewPopup .item-container .items .item.moreShow .bigPhotoArea > * + * {
  margin-top: 10px;
}
.allreviewWrap .reviewPopup .item-container .items .item.moreShow .bigPhotoArea .bigPhoto {
  width: 33.3333333333%;
  margin-top: 10px;
}
.allreviewWrap .reviewPopup .item-container .items .item.moreShow .bigPhotoArea .bigPhoto img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=2025_renewal.css.map */