@charset "EUC-KR";
:root {
  --bs-point: #326aff;
  --bs-point2: #1c3298;
  --bs-point3: #32356c;
  --bs-point4: #2d51d6;
  --bs-point5: #525dc2;
  --bs-white: #fff;
  --bs-gray: #454545;
  --bs-gray-dark: #252525;
  --bs-gray-100: #eeeeee;
  --bs-gray-200: #dbdbdb;
  --bs-gray-300: #bbbbbb;
  --bs-gray-400: #999999;
  --bs-gray-500: #757575;
  --bs-gray-600: #666666;
  --bs-gray-700: #454545;
  --bs-gray-800: #333333;
  --bs-gray-900: #252525;
  --bs-bg-point: #f1f8ff;
  --bs-bg-100: #fafafa;
  --bs-bg-200: #f9f9f9;
  --bs-bg-300: #f5f5f5;
  --bs-bg-400: #f4f4f4;
  --bs-bg-500: #f2f2f2;
  --bs-font-sans-serif: "Noto Sans KR", sans-serif;
  --bs-font-point: "yg-jalnan", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1;
  --bs-body-color: var(--bs-gray-900);
  --bs-body-bg: #fff;
  --bs-border-color: var(--bs-gray-200);
  --bs-chk-w: 24px;
  --bs-chk-m: 1.6875rem;
  --bs-rdio-w: 24px;
  --bs-rdio-m: 1.6875rem;
}

};

/* ========================================================== 2024.09 ÆË¾÷°øÅë */
/* pop_mid */
.ok_sms_pop .pop_mid{
  background-color:#fff;
  padding:0 30px 80px;;
  border-radius:0 0 30px 30px;
}

/* common_ttl */
.ok_sms_pop .common_ttl h3{
  font-weight:500;
}
.ok_sms_pop .common_ttl p {
  font-size: 20px;
  color:var(--bs-gray-500);
}

/* btn */
.pop_btn{
  width: 100%;
  text-align: center;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
}

/* ========================================================== °¶·¯¸® ÆË¾÷ */

.more_view_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  opacity: 0;
  z-index: -10;
  transition: all 0.3s;
}
.more_view_pop.show {
  opacity: 1;
  z-index: 9999;
}
.pop_dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.more_view_pop .pop_item {
  max-width: calc(100vw - 330px) !important;
  margin: 100px auto;
  /* display: flex; */
  /* padding: 0 50px;     */
  position: relative;
}
.more_view_pop .pop_close_btn {
  margin-right: 15px;
  position: fixed;
  top: 120px;
  left: 95px;
}
.more_view_pop .pop_close_btn button {
  font-size: 0;
  color: transparent;
  width: 35px;
  height: 38px;
  border: none;
  background: no-repeat center;
  background-image: url(../img/btn/more_view_pop.png);
}
.more_view_pop .pop_cont {
  background: #fff;
  width: 100%;
  padding: 40px 40px 50px;
  border-radius: 20px;
}



/* ========================================================== 23.11 ·¹ÀÌ¾÷ ÆË¾÷ °øÀ¯ ÆäÀÌÁö// */
.more_view_pop .user_info,
.pop_share_type .user_info {
  display: flex;
  align-items: center;
}
.more_view_pop .user_info:hover .user_img,
.pop_share_type .user_info:hover .user_img {
  filter: brightness(0.8);
}

.more_view_pop .user_info .user_img,
.pop_share_type .user_info .user_img {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center / cover;
  border-radius: 50%;
  margin-right: 14px;
  flex: 0 0 auto;
}
.more_view_pop .user_info .user_name,
.pop_share_type .user_info .user_name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.more_view_pop .user_info .user_company,
.pop_share_type .user_info .user_company {
  display: block;
  color: #757575;
  margin-top: 9px;
  line-height: 1;
}

.more_view_pop .pop_mid,
.pop_share_type .pop_mid {
  padding: 60px 0;
}

#photo_pop .img_view_box figure img,
.pop_share_type .img_view_box figure img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  max-height: 500px;
  object-fit: contain;
}
.more_view_pop .img_view_box,
.pop_share_type .img_view_box {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.more_view_pop .img_view_box .img_ttl,
.pop_share_type .img_view_box .img_ttl {
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 54px;
  display: block;
}
.more_view_pop .img_view_box figure,
.pop_share_type .img_view_box figure,
.more_view_pop .img_view_box figure a,
.pop_share_type .img_view_box figure a {
  height: 500px;
  max-width: 1200px;
  margin: 0 auto;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.pop_share_type .img_view_box .pop_view_slider figure a {
  cursor: zoom-in;
}
.more_view_pop .img_view_box figure img,
.pop_share_type .img_view_box figure img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.more_view_pop .img_view_box,
.pop_share_type .img_view_box {
  position: relative;
}

.more_view_pop .img_view_box .sw_btn,
.pop_share_type .img_view_box .sw_btn,
.i_pop_wrap .i_slide_wrap .sw_btn,
.i_pop_wrap .i_slide_nav_wrap .sw_btn {
  display: block;
  width: 64px;
  height: 56px;
  background: no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 66;
}
.more_view_pop .img_view_box .sw_btn.pop-view-prev,
.pop_share_type .img_view_box .sw_btn.pop-view-prev {
  left: 0;
  background-image: url(../img/main/main_next.png);
  transform: translateY(-50%) rotate(180deg);
}
.more_view_pop .img_view_box .sw_btn.pop-view-next,
.pop_share_type .img_view_box .sw_btn.pop-view-next {
  right: 0;
  background-image: url(../img/main/main_next.png);
}
.more_view_pop .pop_nav_slider .pop-nav-prev,
.pop_share_type .pop_nav_slider .pop-nav-prev,
.i_pop_wrap .i_slide_nav_wrap .pop-nav-prev {
  left: 0;
}
.more_view_pop .pop_nav_slider .pop-nav-next,
.pop_share_type .pop_nav_slider .pop-nav-next,
.i_pop_wrap .i_slide_nav_wrap .pop-nav-next {
  right: 0;
}
.i_pop_wrap .i_slide_wrap .sw_btn {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 70px auto;
}
.i_pop_wrap .i_slide_wrap .sw_btn.pop-view-prev {
  left: 0;
  background-image: url(../img/main/main_prev_m.png);
}
.i_pop_wrap .i_slide_wrap .sw_btn.pop-view-next {
  right: 0;
  background-image: url(../img/main/main_prev_m.png);
  transform: translateY(-50%) rotate(180deg);
}
.pop_share_type .pop_view_slider .pop-view-zoom.sw_btn {
  display: none;
}

.more_view_pop .img_view_box .pop_nav_slider,
.pop_share_type .img_view_box .pop_nav_slider {
  margin-top: 20px;
  max-width: 710px;
  overflow: hidden;
}
.more_view_pop .img_view_box .pop_nav_slider .swiper-slide,
.pop_share_type .img_view_box .pop_nav_slider .swiper-slide {
  width: 90px;
  height: 54px;
  border-radius: 10px;
}
.more_view_pop .img_view_box .pop_nav_slider .swiper-slide figure,
.pop_share_type .img_view_box .pop_nav_slider .swiper-slide figure {
  width: 100%;
  height: 100%;
}
.more_view_pop .img_view_box .pop_nav_slider .swiper-slide img,
.pop_share_type .img_view_box .pop_nav_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: inherit;
}
.more_view_pop .pop_bot .pop_ttl,
.pop_share_type .pop_bot .pop_ttl {
  font-size: 30px;
  font-weight: 700;
}
.more_view_pop .pop_bot .tag_tab,
.pop_share_type .pop_bot .tag_tab {
  margin: 30px 0 50px;
}
.more_view_pop .more_row,
.pop_share_type .more_row {
  margin-bottom: 20px;
}
.more_view_pop .more_row button,
.pop_share_type .more_row button {
  display: ilnine-block;
}
.more_view_pop .more_row .copy_link,
.pop_share_type .more_row .copy_link {
  color: #999999;
  background: url(../img/ico/copy_ico.png) no-repeat center left;
  padding-left: 26px;
  line-height: 22px;
  font-size: 15px;
  border: none;
}
.more_view_pop .more_row .more_info,
.pop_share_type .more_row .more_info {
  height: 40px;
  padding: 0 19px;
  color: #454545;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
}
.pop_share_type {
  padding-top: 140px;
}
.pop_share_type .img_view_box figure {
  border-radius: 0;
}
/* ========================================================== //202311 ·¹ÀÌ¾÷ ÆË¾÷ °øÀ¯ ÆäÀÌÁö */



/* ========================================================== 202311 Á¦Ç° »ó¼¼ ÆË¾÷Ãß°¡// */
.more_view_pop .item_view.event{
    position:relative;
		padding-bottom:120px;
}
/* ========================================================== //202311 Á¦Ç° »ó¼¼ ÆË¾÷Ãß°¡ */



/* ========================================================== ÂÊÁö ÆË¾÷ */
.pop_common {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  /* opacity: 0;
    z-index: -10;
    transition: all 0.3s; */
  display: none;
}

.pop_common .pop_item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.pop_common .pop_top {
  padding: 20px 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 30px 30px 0 0;
}
.note_pop .pop_top .time {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.note_pop .pop_top .time i {
  display: block;
  width: 22px;
  height: 22px;
  background: no-repeat center;
  background-image: url(../img/btn/pop_clock.png);
  margin-right: 8px;
}
.pop_common .btn_close {
  display: block;
  width: 30px;
  height: 30px;
  background: no-repeat center;
  background-image: url(../img/btn/note_pop.png);
  border: none;
  margin-left: auto;
  font-size: 0;
}
.note_pop .pop_mid {
  padding: 0 30px 50px;
  background: #fff;
}
.pop_common .pop_mid .info_img {
  display: block;
  width: 80px;
  height: 80px;
  background: no-repeat center / cover;
  border-radius: 50%;
  margin: 0 auto;
}
.pop_common .pop_mid .note_cont {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.pop_common .pop_mid .note_cont .cont_img {
  width: 52px;
  height: 52px;
  background: no-repeat center / cover;
  border-radius: 4px;
  margin-right: 14px;
  flex: 0 0 auto;
}
.note_pop .pop_mid .note_cont p {
  word-break: keep-all;
  font-size: 18px;
  color: #454545;
}

.pop_common .pop_mid .info_desc {
  font-size: 30px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.3;
}

.pop_common .pop_mid .info_desc {
  font-size: 30px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.3;
  margin: 24px 0;
}
.note_pop .pop_mid .label {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.note_pop .pop_mid .label i {
  color: var(--bs-point);
}
.note_pop .pop_mid .label em {
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  margin-left: 10px;
}
.note_pop .pop_mid .data textarea {
  display: block;
  width: 100%;
  height: 130px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  overflow: auto;
  resize: none;
  padding: 10px;
  line-height: 1.5;
}
.note_pop .pop_mid .data textarea {
  display: block;
  width: 100%;
  height: 130px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  overflow: auto;
  resize: none;
  padding: 10px;
  line-height: 1.5;
}

.note_pop .note_file {
  margin-top: 28px;
}
.note_pop .file {
  width: 100%;
}
.note_pop .file_wrap {
  width: calc(100% - 96px);
  position: relative;
}
.note_pop .file_wrap input {
  width: 100%;
  background: #fff !important;
  height: 58px;
  padding-right: 40px;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
}
.note_pop .file_wrap .del_file {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.note_pop .up_btn {
  width: 96px;
  border: 1px solid #454545;
  background: #454545;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  border-radius: 0 10px 10px 0;
}
.note_pop .check_row {
  margin-top: 16px;
}
.note_pop .check_row input + label {
  font-size: 16px;
  padding-left: 30px;
  background: no-repeat center left;
  background-image: url(../img/common/check.png);
}
.note_pop .check_row input:checked + label {
  background-image: url(../img/common/check_on.png);
}

.note_pop .pop_bot button {
  border: none;
  border-radius: 0 0 30px 30px;
  background: var(--bs-point);
  line-height: 70px;
  height: 70px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

/* ========================================================== ÇÁ·ÎÇÊ º¸±â ÆË¾÷ */
.profile_pop .pop_mid {
  background: #fff;
  padding: 10px 50px 40px;
  border-radius: 0 0 30px 30px;
}
.profile_pop .info_desc_w {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 24px 0 35px;
  text-align: center;
}
.profile_pop .info_desc_w .info_desc {
  margin: 0;
  margin-right: 8px;
  /* display: inline-block; */
}
.profile_pop .prorile_cont dl {
  display: flex;
}
.profile_pop .prorile_cont dl + dl {
  margin-top: 16px;
}
.profile_pop .prorile_cont dt {
  display: flex;
  width: 124px;
  flex: 0 0 auto;
  font-size: 18px;
  color: #757575;
  line-height: 1.666;
}
.profile_pop .prorile_cont dt i {
  display: block;
  width: 24px;
  height: 24px;
  background: no-repeat center;
  margin-right: 12px;
  margin-top: 3px;
}
.profile_pop .prorile_cont dl i.name_ico {
  background-image: url(../img/btn/user_pop_ico1.png);
}
.profile_pop .prorile_cont dl i.position_ico {
  background-image: url(../img/btn/user_pop_ico2.png);
}

.profile_pop .prorile_cont dl i.tel_ico {
  background-image: url(../img/btn/user_pop_ico3.png);
}

.profile_pop .prorile_cont dl i.com_tel_ico {
  background-image: url(../img/btn/user_pop_ico4.png);
}

.profile_pop .prorile_cont dl i.add_ico {
  background-image: url(../img/btn/user_pop_ico5.png);
}

.profile_pop dd,
.profile_pop dd a {
  font-size: 18px;
  line-height: 1.666;
}



/* ------------------------- Àü¹®°¡ ÆË¾÷ */

.wish_pop.pop_common .pop_mid .info_img {
  display: block;
  width: 250px;
  height: 170px;
  border-radius: 6px;
  background: no-repeat center / contain;
  margin: 0 auto;
}

.wish_pop .pop_mid,
.pro_pop .pop_mid {
  background: #fff;
  padding: 10px 30px 50px;
  border-radius: 0 0 30px 30px;
}
.wish_pop .info_desc_w,
.pro_pop .info_desc_w {
  font-size: 30px;
  margin: 20px 0 25px;
  text-align: center;
}
.wish_pop .info_desc_w .info_desc,
.pro_pop .info_desc_w .info_desc {
  margin: 0;
  display: inline-block;
}
.wish_pop .desc,
.pro_pop .desc {
  text-align: center;
  font-size: 18px;
  color: #454545;
  line-height: 1.5;
}
.wish_pop .gray_box,
.pro_pop .gray_box {
  border: 1px solid #eeeeee;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #757575;
  background: #f9f9f9;
  border-radius: 10px;
  margin-top: 35px;
  line-height: 1.5;
}
.wish_pop .gray_box b,
.pro_pop .gray_box b {
  color: #252525;
}

/* ------------------------- ÀÌ¿ë¾à°ü ÆË¾÷ */
.agreePop .pop_mid {
  background: #fff;
  padding: 20px 30px 50px;
  border-radius: 0 0 30px 30px;
}
.agreePop .agree_ttl {
  margin-bottom: 34px;
}
.agreePop .agree_ttl h3 {
  font-size: 30px;
  text-align: center;
}
.agreePop .agree_area {
  max-height: 550px;
  height: 100%;
  overflow: auto;
  padding-right: 10px;
}
.agreePop .agree_area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #f2f2f2;
}

.agreePop .agree_area::-webkit-scrollbar-thumb {
  background: var(--bs-point);
  border-radius: 50px;
}
.agreePop .agree_area > div + div {
  margin-top: 30px;
}
.agreePop .agree_area > div strong {
  font-size: 18px;
  display: block;
  line-height: 1.66;
}

.agreePop .agree_area > div p {
  font-size: 18px;
  line-height: 1.66;
  color: #454545;
}



/* ------------------------- °øÀ¯ ÆË¾÷ */
.share_pop .pop_mid {
  background: #fff;
  padding: 20px 30px 80px;
  border-radius: 0 0 30px 30px;
}
.share_pop .common_ttl {
  margin-bottom: 34px;
}
.share_pop .common_ttl h3 {
  font-size: 30px;
  text-align: center;
}
.share_pop .sns_area {
  justify-content: center;
  margin-bottom: 44px;
}

.share_pop .link_copy .label {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.share_pop .link_copy .gray_box {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #eeeeee;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 12px 20px;
  text-align: left;
}
.share_pop .link_copy .gray_box p {
  line-height: 1.5;
  color: #454545;
  word-break: break-all;
  max-width: calc(100% - 30px);
  width: 100%;
}
.share_pop .link_copy .gray_box i {
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat center;
  background-image: url(../img/btn/copy_ico.png);
  margin-left: auto;
  flex: 0 0 auto;
}
.sns_area {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.sns_area li + li {
  margin-left: 10px;
}
.sns_area li a {
  display: block;
  width: 41px;
  height: 41px;
  background: no-repeat center;

  transition: all 0.3s;
}
.sns_area li a.naver_cafe {
  background-image: url(../img/btn/sns_naver_cafe.png);
}
.sns_area li a.naver_cafe:hover {
  background-image: url(../img/btn/sns_naver_cafe_on.png);
}

.sns_area li a.naver_blog {
  background-image: url(../img/btn/sns_naver_blog.png);
}
.sns_area li a.naver_blog:hover {
  background-image: url(../img/btn/sns_naver_blog_on.png);
}

.sns_area li a.daum_cafe {
  background-image: url(../img/btn/sns_daum_cafe.png);
}
.sns_area li a.daum_cafe:hover {
  background-image: url(../img/btn/sns_daum_cafe_on.png);
}

.sns_area li a.daum_blog {
  background-image: url(../img/btn/sns_daum_blog.png);
}
.sns_area li a.daum_blog:hover {
  background-image: url(../img/btn/sns_daum_blog_on.png);
}

.sns_area li a.facebook {
  background-image: url(../img/btn/sns_facebook.png);
}
.sns_area li a.facebook:hover {
  background-image: url(../img/btn/sns_facebook_on.png);
}

.sns_area li a.twitter {
  background-image: url(../img/btn/sns_twitter.png);
}
.sns_area li a.twitter:hover {
  background-image: url(../img/btn/sns_twitter_on.png);
}

.sns_area li a.insta {
  background-image: url(../img/btn/sns_insta.png);
}
.sns_area li a.insta:hover {
  background-image: url(../img/btn/sns_insta_on.png);
}

.sns_area li a.pinterest {
  background-image: url(../img/btn/sns_pinterest.png);
}
.sns_area li a.pinterest:hover {
  background-image: url(../img/btn/sns_pinterest_on.png);
}

.sns_area li a.tumblr {
  background-image: url(../img/btn/sns_tumblr.png);
}
.sns_area li a.tumblr:hover {
  background-image: url(../img/btn/sns_tumblr_on.png);
}
.sns_area li a.linkedin {
  background-image: url(../img/btn/sns_linkedin.png);
}
.sns_area li a.linkedin:hover {
  background-image: url(../img/btn/sns_linkedin_on.png);
}
.sns_area li a.hompage {
  background-size: cover;
  background-image: url(../img/ico/sns_site.png);
}
.sns_area li a.hompage:hover {
  background-image: url(../img/ico/sns_site_on.png);
}


/* ------------------------- »èÁ¦ÇÏ±â ÆË¾÷ */
.btn{
  /*width: 100%;*/
  text-align: center;
  height: 48px;
  font-size: 18px;
  color: #252525;
  border: 1px solid #dbdbdb;
  font-weight: 500;
  border-radius: 6px;
}
.btn-point {
  background-color: var(--bs-point);
  border-color: var(--bs-point);
  color: #fff;
}
.del_pop .btn {
  width: 100px;
}
.del_pop .pop_mid {
  background: #fff;
  padding: 0 30px 40px;
  border-radius: 0 0 30px 30px;
}
.del_pop .common_ttl p {
  font-size: 20px;
  font-weight: 500;
  color: #757575;
}
.del_pop .common_ttl h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.del_pop .btn_wrap {
  margin-top: 70px;
}
.btn_wrap button + button {
  margin-left: 10px;
}
.moreInfo_pop .pop_body {
  width: 540px;
  padding: 40px 40px 60px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup_body_inner {
  max-height: 80vh;
  overflow-y: auto;
}
.moreInfo_pop .btn_close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.moreInfo_top figure {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 6px;
  margin-right: 30px;
  overflow: hidden;
}
.moreInfo_top figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moreInfo_top .text_box h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.moreInfo_top .text_box p {
  color: #757575;
}

.moreInfo_pop .exp_top {
  border: 1px solid #eee;
  border-radius: 6px;
  margin: 30px 0;
}
.moreInfo_pop .bot_text {
  color: #454545;
  line-height: 1.625;
}

.moreInfo_pop .bot_text b {
  color: #252525;
}

.moreInfo_pop .bot_text + .bot_text {
  margin-top: 30px;
}

.save_chk_wrap {
  margin-top: 16px;
}

/* ============================ ±ÇÇÑ¼³Á¤ ÆË¾÷ */
.authority_pop .pop_ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 34px;
}
.authority_pop .pop_mid {
  background: #fff;
  padding: 0 40px 20px;
}
.authority_pop .authority_list {
  max-height: 280px;
  height: 100%;
  overflow: auto;
}
.authority_pop .authority_list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #f2f2f2;
}

.authority_pop .authority_list::-webkit-scrollbar-thumb {
  background: #252525;
  border-radius: 50px;
}
.authority_pop .authority_list li + li {
  margin-top: 24px;
}
.authority_pop .authority_list input + label {
  font-size: 18px;
  font-weight: 500;
}
.authority_pop .submit_btn {
  display: block;
  width: 100%;
  border-radius: 0 0 30px 30px;
  line-height: 68px;
  font-size: 22px;
  font-weight: 700;
}

/* ============================== ÀúÀÛ±Ç È®ÀÎ  */
.copyright_pop .pop_mid {
  background: #fff;
  padding: 0 20px 40px;
  border-radius: 0 0 30px 30px;
  text-align: center;
}
.copyright_pop h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.copyright_pop p {
  line-height: 1.5;
  font-size: 20px;
  color: #757575;
}
.copyright_pop .chk_box {
  margin: 60px 0 30px;
  text-align: center;
}
.copyright_pop .btn_wrap button {
  max-width: 100px;
}


/* ================================= °¶·¯¸® Ãß°¡ ¾÷·Îµå ÆË¾÷ */
.up_gallery_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
  z-index: -10;
}
.up_gallery_pop.open {
  opacity: 1;
  z-index: 9999;
}
.up_gallery_pop .pop_item {
  height: 100%;
  display: flex;
  align-items: center;
}
.up_gallery_pop .pop_close_btn {
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: -95px;
}
.up_gallery_pop .pop_close_btn button {
  font-size: 0;
  color: transparent;
  width: 35px;
  height: 38px;
  border: none;
  background: no-repeat center;
  background-image: url(../img/btn/more_view_pop.png);
}

.up_gallery_pop .pop_cont {
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
}

.up_gallery_pop .pop_cont .grid {
  max-height: 55vh;
  overflow: auto;
  margin-top: 20px;
}
.up_gallery_pop .up_gall_top {
  position: relative;
}
.up_gallery_pop .ttl {
  font-size: 28px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.up_gallery_pop .up_gall_top .btn_point {
  padding: 0 24px;
  line-height: 48px;
  border-radius: 10px;
  font-size: 18px;
}
.up_gallery_pop .up_desc {
  text-align: center;
  margin: 24px 0 40px;
}
.up_gallery_pop .up_desc p {
  line-height: 1.4444;
  font-size: 18px;
  color: #757575;
}

/* ================================ Á¦Ç° ±Ô°Ý */
.product_input_pop.pop_common .pop_item {
  max-width: 710px;
}
.product_input_pop .pop_mid {
  background: #fff;
  padding: 0 30px 40px;
  border-radius: 0 0 30px 30px;
}

.product_input_pop .common_ttl {
  margin-bottom: 30px;
}
.product_input_pop .common_ttl h3 {
  font-size: 28px;
  text-align: center;
}
.product_input_pop table {
  table-layout: fixed;
}
.product_input_pop thead th {
  text-align: left;
  font-weight: 18px;
  padding: 0 0 10px;
}
.product_input_pop thead i {
  font-style: normal;
  color: var(--bs-point);
}
.product_input_pop tbody td {
  border: none;
  padding: 5px;
}

.product_input_pop tbody input {
  line-height: 50px;
  border-radius: 5px;
}

.product_input_pop tbody td:not(:first-child) input {
  text-align: right;
  font-weight: 18px;
  font-weight: 700;
}

.product_input_pop .btn_wrap {
  max-width: 210px;
  margin: 30px auto 0;
}

/* ================================ »çÁø´ã´ç */
.photo_responsibility .pop_mid {
  background: #fff;
  padding: 0 40px 40px;
  border-radius: 0 0 30px 30px;
}

.pop_common .common_ttl h3 {
  font-size: 28px;
  text-align: center;
}
.photo_responsibility .common_ttl p {
  font-size: 20px;
  line-height: 1.5;
  margin: 25px 0 45px;
  color: #454545;
}
.photo_responsibility .btn_wrap button {
  width: 100px;
}


/* ================================ ¾ó·µÆË¾÷ */
.alert_pop .pop_mid {
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 0 10px 60px;
}
.alert_pop figure img {
  display: block;
  margin: 0 auto;
}
.alert_pop .common_ttl h3 {
  margin: 30px 0 25px;
}
.alert_pop .common_ttl p {
  color: #757575;
  font-size: 20px;
  line-height: 1.5;
}

/* ============================ ºÎ¼­¸ñ·Ï */
.department_modify_pop .pop_mid ,
.department_pop .pop_mid {
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 0 30px 30px;
}
.department_modify_pop .common_ttl,
.department_pop .common_ttl {
  margin-bottom: 30px;
}
.department_pop .pop_mid .add_list button {
  width: 120px;
  height: 38px;
  color: #454545;
  font-size: 16px;
}
.department_pop .department_list {
  margin-top: 0.625rem;
}
.department_pop .department_list li {
  border: 1px solid #dbdbdb;
  border-radius: 0.3125rem;
  padding: 20px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.department_pop .department_list li + li {
  margin-top: 10px;
}
.department_pop .department_list .btn_wrap button {
  width: 60px;
  height: 40px;
  font-size: 18px;
}
.department_pop .department_list li p {
  font-size: 20px;
  font-weight: 500;
}
.department_pop .department_list li.no_list p{
  font-weight:400;
  color:var(--bs-gray-400);
}
.department_modify_pop .bot_btn,
.department_pop .bot_btn {
  max-width: 210px;
  margin: 30px auto 0;
}

.department_modify_pop .in_box input {
  line-height: 50px;
  border-radius: 10px;
}


/* ============================ 202311 »çÁø ½ºÅ©·Ñ ÆË¾÷// */
.i_pop_wrap{
	position:relative;
	display:none;
}
.i_pop_wrap.show {
  display: block;
}
.i_pop_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.i_pop_container .pop_close {
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 1;
}
.i_pop_container .pop_close button {
  font-size: 0;
  color: transparent;
  width: 35px;
  height: 38px;
  border: none;
  background: no-repeat center;
  background-image: url(../img/btn/more_view_pop.png);
}
.i_pop_container .pop_img_tit {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.i_slide_wrap {
  position: absolute;
  left: 50%;
  bottom: 15%;
  height: calc(85% - 70px);
  transform: translateX(-50%);
  overflow: hidden;

  /* position: absolute;
  left: 50%;
  top: calc(100% - 70px);
  height: calc(100% - 70px);
  transform: translateY(calc(-100% + 70px)) translateX(-50%);
  overflow: hidden; /*
  
  /* position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden; */
}
.i_pop_slide {
  height: 100%;
}
.i_pop_slide li {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.i_pop_slide::after {
  content: "";
  display: block;
  clear: both;
}
.i_pop_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;

  /* 231205 ÀÌÀü css
  
  position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
  align-items: center;
	justify-content: center;
	max-width: 100%;
	height: 85%;
	overflow: hidden; */
}
.i_pop_cont img {
  display: block;
  width: auto;
  max-height: 100%;
}
.i_pop_wrap .dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.i_slide_nav_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  max-width: 1200px;
  overflow: hidden;
}
.i_slide_nav_wrap .i_slide_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.i_slide_nav_wrap .i_slide_nav li {
  width: 100px;
  height: 100px;
}
.i_slide_nav_wrap .i_slide_nav li + li {
  margin-left: 10px;
}
.i_slide_nav_wrap .i_slide_nav li figure {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_slide_nav_wrap .i_slide_nav li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 100%;
}
/* ============================//202311 »çÁø ½ºÅ©·Ñ ÆË¾÷ */


/* ================================ 2024.03.29 °ßÀûº¸±â ÆË¾÷// */
.estimate_view_pop .pop_mid {
  background: #fff;
  padding: 0 40px 40px;
  border-radius: 0 0 30px 30px;
}

.estimate_view_pop .pop_item {
  max-width: 850px;
}
.estimate_view_pop .estimate_print_area {
  height: 65vh;
  overflow-y: auto;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 40px 0 60px;
}
.estimate_view_pop .estimate_print_area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #f2f2f2;
}

.estimate_view_pop .estimate_print_area::-webkit-scrollbar-thumb {
  background: var(--bs-point);
  border-radius: 50px;
}
.estimate_view_pop .step_item + .step_item {
  margin-top: 40px;
}
.estimate_view_pop .step_item .label {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.estimate_view_pop .construct.step_item .info_box {
  display: flex;
  padding: 40px;
  border: 1px solid var(--bs-gray-200);
  border-radius: 20px;
}
.estimate_view_pop .construct.step_item .info_part strong.label {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
.estimate_view_pop .construct.step_item .info_list li + li {
  margin-top: 20px;
}
.estimate_view_pop .construct.step_item .info_list strong + p {
  margin-top: 4px;
}
.estimate_view_pop .info_write_form {
  padding: 40px;
  border-radius: 20px;
  background: #f9f9f9;
}
.estimate_view_pop .info_write_form .label_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.estimate_view_pop .info_write_form .label_box > .label {
  margin-bottom: 0;
  margin-right: 10px;
}
.estimate_view_pop .info_write_form .label_box > .price {
  color: var(--bs-gray-500);
}
.estimate_view_pop .info_write_form > li + li,
.estimate_view_pop .board_write.w50_write .info_write_form > li + li {
  margin-top: 40px;
}
.estimate_view_pop .form_list.room_type > li {
  width: 100%;
}
.estimate_view_pop .form_list.room_type > li > strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.estimate_view_pop .form_list.room_type > li + li {
  margin-top: 30px;
}
.estimate_view_pop .form_list.room_type .data {
  position: relative;
  border: 1px solid var(--bs-gray-200);
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 20px;
  min-height: 142px;
}
.estimate_view_pop .form_list.room_type .data.add {
  display: block;
  background: url(../img/ico/find_ico.png) no-repeat center 25px
    var(--bs-bg-500);
  border: 1px solid var(--bs-bg-500);
  padding-top: 93px;
  text-align: center;
  color: var(--bs-gray-400);
  font-size: 18px;
}
.estimate_view_pop .form_list.room_type dd {
  width: calc(100% - 140px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  font-size: 15px;
  color: var(--bs-gray-700);
}
.estimate_view_pop .form_list.room_type dd + dd {
  margin-top: 9px;
}
.estimate_view_pop .form_list.room_type dd strong {
  margin-right: 7px;
  font-weight: 500;
  color: var(--bs-gray-900);
}
.estimate_view_pop .form_list.room_type .pre_img_box {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background-color: var(--bs-bg-300);
}
.estimate_view_pop .form_list.room_type .pre_img_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.estimate_view_pop .form_list.room_type .pre_img_box a > span {
  display: none;
}
.estimate_view_pop .form_list.room_type .pre_img_box a:hover > span {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 120px;
  color: var(--bs-white);
  z-index: 1;
}
.estimate_view_pop .form_list.room_type .pre_img_box figure.cover_img {
  position: static;
}
.estimate_view_pop .btn_wrap .btn {
  max-width: 280px;
}

/* ================================ 2024.07.01 ???????????? ??????(??????)// */
.inner_750.estimate.save_data {
  padding: 50px 0 80px;
}
.inner_750.estimate.save_data .member_ttl_box {
  margin-top: 0;
}
.estimate * + .btn_box {
  margin-top: 80px;
}
.estimate.save_data .btn_box button {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
}
.estimate.save_data .btn_box.flex_c_c button {
  margin: 0;
}
.estimate.save_data .btn_box.flex_c_c button + button {
  margin-left: 10px;
}
/* ================================ //2024.07.01 ???????????? ??????(??????) */
/*24.08.22//*/
#container .common_ttl h3{
  font-size: 28px;
}
#container.department_pop{
  min-height:calc(100vh - 367px);
}
#container.department_pop .pop_mid{
  width:45%;
  padding:0;
  margin:0 auto;
}
/*//24.08.22*/

@media print {
  @page {
    margin: 1.3cm 1.3cm;
  }
  @page :first {
    margin: 0 1.3cm;
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .estimate_view_pop {
    position: absolute;
  }
  .estimate_view_pop .pop_top,
  .estimate_view_pop .common_ttl,
  .estimate_view_pop .btn_wrap,
  .estimate .btn_box {
    display: none;
  }
  .estimate_view_pop .pop_item {
    display: block;
    max-width: none;
  }
  .estimate_view_pop .estimate_print_area {
    overflow-y: visible;
    height: 100%;
    width: 100%;
  }
  .estimate_view_pop .info_write_form {
    padding: 0;
    border-radius: 0;
    background: #fff;
  }
}
/* ================================ //2024.03.29 °ßÀûº¸±â ÆË¾÷ */


/* ========================================================== //24.09.02 ºôµå·Î±× ¹®ÀÚ ÆË¾÷ */

.ok_sms_pop .common_ttl h3 + p{
  margin-top:20px;
}
.ok_sms_pop * + .btn_wrap{
  margin-top:70px;
}
.ok_sms_pop * + .pop_part{
  margin-top:60px;
}
.ok_sms_pop .sms.pop_part > strong.label{
  font-weight:500;
  font-size:18px;
}
.ok_sms_pop .sms.pop_part > strong.label + *{
  margin-top:18px;
}
.ok_sms_pop .sms.pop_part .filter_sel_wrap > li{
  width:33.3%;
}
.ok_sms_pop .sms.pop_part .filter_sel_wrap > li > *{
  width:100%;
}
.ok_sms_pop .sms.pop_part .filter_sel_wrap > li span{
  margin:0 10px;
}
.ok_sms_pop .sms.pop_part .filter_sel_wrap > li input{
  line-height: 48px;
  padding: 0 15px 0 12px;
  border-radius: 6px;
  width: calc(100% - 28px);
  flex: 1 0 auto;
}
.ok_sms_pop .sms.pop_part .btn_wrap{
  margin-top:15px
}

/* ========================================================== 24.09.02 ºôµå·Î±× ¹®ÀÚ ÆË¾÷// */

@media screen and (max-width: 1600px) {
  .more_view_pop .pop_item {
    max-width: calc(100vw - 150px) !important;
  }
  .more_view_pop .pop_close_btn {
    left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .more_view_pop .pop_item {
    max-width: calc(100vw - 150px) !important;
  }
  .more_view_pop .pop_close_btn {
    left: 20px;
  }
  .pop_grid-sizer_2,
  .pop_grid-sizer,
  .pop_grid-item,
  .pop_grid-item_2 {
    width: 33.333%;
  }
  .more_view_pop .pop_top,
  .pop_share_type .pop_top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .more_view_pop .pop_top .btn_wrap,
  .pop_share_type .pop_top .btn_wrap {
    margin-top: 20px;
    width: 100%;
  }
  .more_view_pop .pop_top .btn_wrap button,
  .pop_share_type .pop_top .btn_wrap button {
    width: 25%;
  }
  .more_view_pop .img_view_box figure img,
  .pop_share_type .img_view_box figure img {
    max-width: 100%;
  }
  .more_view_pop .pop_top .ux_btn_wrap,
  .pop_share_type .pop_top .ux_btn_wrap {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 850px) {
  .pop_common .pop_item {
    max-width: inherit;
    width: calc(100% - 1.875rem);
  }

  .pop_common .btn_close {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.2625rem auto;
    /*background-image: url(../img/btn/note_pop_m.png);*/
  }
  .pop_common .pop_top,
  .pop_share_type .pop_top {
    padding: 0.9375rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }

    /* ----------------------------  ÂÊÁö ÆË¾÷ */
  .note_pop.pop_common .pop_top {
    align-items: flex-start;
  }
  .note_pop .pop_top .time {
    font-size: 0.9375rem;
  }
  .note_pop .pop_top .time i {
    width: 1.375rem;
    height: 1.375rem;
    background-size: 1.375rem;
    background-image: url(../img/btn/pop_clock_m.png);
    margin-right: 0.40625rem;
  }
  .note_pop .pop_mid {
    padding: 0.3125rem 0.9375rem 1.875rem;
    background: #fff;
    max-height: 65vh;
    overflow: auto;
  }
  .pop_common .pop_mid .info_img {
    width: 5.3125rem;
    height: 5.3125rem;
  }
  .pop_common .pop_mid .info_desc {
    font-size: 1.875rem;
    line-height: 1.23;
    margin: 0.9375rem auto 1.5625rem;
    max-width: 95%;
  }
  .pop_common .pop_mid .note_cont {
    border: 0.0625rem solid #eeeeee;
    border-radius: 0.3125rem;
    padding: 0.5625rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.5625rem;
  }
  .pop_common .pop_mid .note_cont .cont_img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.125rem;
    margin-right: 0.9375rem;
  }
  .note_pop .pop_mid .note_cont p {
    font-size: 1.125rem;
  }

  .note_pop .pop_mid .label {
    font-size: 1.125rem;
    margin-bottom: 0.6875rem;
  }
  .note_pop .pop_mid .label em {
    font-size: 1rem;
    margin-left: 0.9375rem;
  }
  .note_pop .pop_mid .data textarea {
    height: 9.375rem;
    border: 0.0625rem solid #dbdbdb;
    border-radius: 0.3125rem;
    padding: 0.3125rem;
  }
  .note_pop .file_wrap {
    width: calc(100% - 5.3125rem);
  }
  .note_pop .file_wrap input {
    height: 2.8125rem;
    padding-right: 2.8125rem;
    border-radius: 0.3125rem 0 0 0.3125rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
  }
  .note_pop .file_wrap .del_file {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .note_pop .file_wrap .del_file img {
    width: 0.90625rem;
  }
  .note_pop .up_btn {
    width: 5.3125rem;
    font-size: 1rem;
    line-height: 2.8125rem;
    border-radius: 0 0.3125rem 0.3125rem 0;
  }
  .note_pop .pop_bot button {
    border-radius: 0 0 0.625rem 0.625rem;
    line-height: 3.75rem;
    height: 3.75rem;

    font-size: 1.375rem;
  }






    /* -------------------------------------- ÀÌ¿ë¾à°ü */
  .agreePop .pop_mid {
    padding: 0 1.25rem 0.9375rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .agreePop .agree_ttl {
    margin-bottom: 1.5625rem;
  }
  .agreePop .agree_ttl h3 {
    line-height: 1;
    font-size: 1.875rem;
  }
  .agreePop .agree_area > div strong {
    font-size: 1.125rem;
    line-height: 1.3888;
  }
  .agreePop .agree_area > div p {
    font-size: 1.125rem;
    line-height: 1.3888;
  }
  .agreePop .agree_area {
    max-height: 60vh;
    padding-right: 0.3125rem;
  }



    /* --------------------------------- »ó¼¼º¸±â */


  .more_view_pop .pop_item {
    max-width: 100% !important;
    margin: 3.125rem 0;
  }

  .more_view_pop .pop_cont {
    width: 100%;
    padding: 1.875rem 0.9375rem 2.5rem;
    border-radius: 0;
    position: relative;
    z-index: 99;
  }
  .more_view_pop .pop_close_btn {
    left: inherit;
    right: 0;
    top: 0.3125rem;
    margin-right: 0.9375rem;
  }
  .more_view_pop .pop_close_btn button {
    color: transparent;
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.875rem auto;
    background-image: url(../img/btn/more_view_pop_m.png);
  }

  .more_view_pop .user_info,
  .pop_share_type .user_info {
    width: 100%;
  }
  .more_view_pop .user_info .user_img,
  .pop_share_type .user_info .user_img {
    width: 2.8125rem;
    height: 2.8125rem;
    margin-right: 0.625rem;
  }
  .more_view_pop .user_info .user_name,
  .pop_share_type .user_info .user_name {
    font-size: 1.25rem;
  }
  .more_view_pop .user_info .user_company,
  .pop_share_type .user_info .user_company {
    margin-top: 0.3125rem;
  }
  .more_view_pop .pop_top .ux_btn_wrap,
  .pop_share_type .pop_top .ux_btn_wrap {
    margin-top: 1.25rem;
  }

  .more_view_pop .pop_mid,
  .pop_share_type .pop_mid {
    padding: 2.5rem 0 3.75rem;
  }
  .more_view_pop .img_view_box .img_ttl,
  .pop_share_type .img_view_box .img_ttl {
    font-size: 2.5rem;
    line-height: 1.25;
    max-width: 90%;
    margin: 0 auto 1.71875rem;
  }
  .more_view_pop .img_view_box figure,
  .pop_share_type .img_view_box figure,
  .more_view_pop .img_view_box figure a,
  .pop_share_type .img_view_box figure a {
    height: 17.5rem;
    border-radius: 0.3125rem;
  }
  .more_view_pop .img_view_box figure img,
  .pop_share_type .img_view_box figure img {
    max-height: 100% !important;
  }

  .more_view_pop .img_view_box .pop_nav_slider .swiper-slide,
  .pop_share_type .img_view_box .pop_nav_slider .swiper-slide {
    width: 4.5625rem !important;
    padding-right: 0.3125rem;
    height: 2.8125rem;
    border-radius: 0.1875rem;
  }
  .more_view_pop .img_view_box .pop_nav_slider,
  .pop_share_type .img_view_box .pop_nav_slider {
    margin-top: 0.9375rem;
    max-width: 100%;
    padding: 0 1.25rem;
    overflow: hidden;
    position: relative;
  }
  .more_view_pop .img_view_box .pop_nav_slider::before,
  .more_view_pop .img_view_box .pop_nav_slider::after,
  .pop_share_type .img_view_box .pop_nav_slider::before,
  .pop_share_type .img_view_box .pop_nav_slider::after {
    content: "";
    display: block;
    width: 1.25rem;
    height: calc(100% + 0.625rem);
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
  }
  .more_view_pop .img_view_box .pop_nav_slider::after,
  .pop_share_type .img_view_box .pop_nav_slider::after {
    left: 0;
  }
  .more_view_pop .img_view_box .pop_nav_slider::before,
  .pop_share_type .img_view_box .pop_nav_slider::before {
    right: 0;
  }

  .more_view_pop .pop_view_slider .sw_btn,
  .pop_share_type .pop_view_slider .sw_btn,
  .i_pop_wrap .i_slide_wrap .sw_btn {
    display: none;
  }
  .pop_share_type .pop_view_slider .pop-view-zoom.sw_btn {
    display: block;
    top: auto;
    bottom: 2%;
    right: 3%;
    transform: translateY(0%);
    width: 2rem;
    height: 2rem;
    border-radius: 4rem;
    background-image: url(../img/ico/ico_zoom_m.png);
    background-color: rgba(0, 0, 0, 0.5);
    background-size: auto 1.1rem;
  }
  .more_view_pop .pop_nav_slider .sw_btn,
  .pop_share_type .pop_nav_slider .sw_btn {
    display: block;
    width: 1.25rem;
    height: 2.8125rem;
    z-index: 100;
  }
  .more_view_pop .pop_nav_slider .pop-nav-prev,
  .pop_share_type .pop_nav_slider .pop-nav-prev {
    left: 0;
    background: no-repeat center left / 0.8125rem auto;
    background-image: url(../img/btn/pop_nav_prev.png);
  }
  .more_view_pop .pop_nav_slider .pop-nav-next,
  .pop_share_type .pop_nav_slider .pop-nav-next {
    right: 0;
    background: no-repeat center right/0.8125rem auto;
    background-image: url(../img/btn/pop_nav_next.png);
  }
  .more_view_pop .more_row,
  .pop_share_type .more_row {
    margin-bottom: 3rem;
    margin-top: -3rem;
    position: relative;
    z-index: 30;
  }
  .more_view_pop .more_row .copy_link,
  .pop_share_type .more_row .copy_link {
    font-size: 1.0625rem;
    background-size: 1.5625rem;
    line-height: 1.5625rem;
    padding-left: 2rem;
  }
  .more_view_pop .more_row .more_info,
  .pop_share_type .more_row .more_info {
    height: calc(2.5rem - 2px);
    font-size: 1.0625rem;
    padding: 0 0.9375rem;
  }
  .pop_share_type .img_view_box figure {
    border-radius: 0;
  }
  .i_pop_container .pop_close {
    top: 4%;
  }
  .i_pop_container .pop_img_tit {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
  }
  .i_slide_nav_wrap {
    height: 4rem;
  }
  .i_slide_wrap {
    bottom: 13%;
    height: calc(87% - 3rem);
  }
  .i_slide_nav_wrap .i_slide_nav li {
    width: 4rem;
    height: 4rem;
  }
  .i_slide_nav_wrap .i_slide_nav li + li {
    margin-left: 0.4rem;
  }
    /* ------------------------- °øÀ¯ ÆË¾÷ */
  .share_pop .common_ttl {
    margin-bottom: 1.875rem;
  }
  .share_pop .common_ttl h3 {
    font-size: 1.875rem;
    line-height: 1;
  }
  .share_pop .pop_mid {
    padding: 0.3125rem 1.25rem 2.5rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .share_pop .link_copy .label {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
  .share_pop .link_copy .gray_box {
    border-radius: 0.3125rem;
    padding: 0.625rem 0.9375rem;
  }
  .share_pop .link_copy .gray_box p {
    max-width: calc(100% - 1.5625rem);
  }
  .share_pop .link_copy .gray_box i {
    width: 1.125rem;
    height: 1.125rem;
    background-size: 1.125rem;
    background-image: url(../img/btn/copy_ico_m.png);
  }

  .share_pop .sns_area {
    margin-bottom: 1.875rem;
    margin-top: 0;
  }

  .sns_area li + li {
    margin-left: 0.625rem;
  }
  .sns_area li a {
    width: 2.875rem;
    height: 2.875rem;
    background-size: 2.875rem auto;
  }
  .sns_area li a.naver_cafe {
    background-image: url(../img/btn/sns_naver_cafe_m.png);
  }
  .sns_area li a.naver_cafe:hover {
    background-image: url(../img/btn/sns_naver_cafe_on_m.png);
  }

  .sns_area li a.naver_blog {
    background-image: url(../img/btn/sns_naver_blog_m.png);
  }
  .sns_area li a.naver_blog:hover {
    background-image: url(../img/btn/sns_naver_blog_on_m.png);
  }

  .sns_area li a.daum_cafe {
    background-image: url(../img/btn/sns_daum_cafe_m.png);
  }
  .sns_area li a.daum_cafe:hover {
    background-image: url(../img/btn/sns_daum_cafe_on_m.png);
  }

  .sns_area li a.daum_blog {
    background-image: url(../img/btn/sns_daum_blog_m.png);
  }
  .sns_area li a.daum_blog:hover {
    background-image: url(../img/btn/sns_daum_blog_on_m.png);
  }

  .sns_area li a.facebook {
    background-image: url(../img/btn/sns_facebook_m.png);
  }
  .sns_area li a.facebook:hover {
    background-image: url(../img/btn/sns_facebook_on_m.png);
  }

  .sns_area li a.twitter {
    background-image: url(../img/btn/sns_twitter_m.png);
  }
  .sns_area li a.twitter:hover {
    background-image: url(../img/btn/sns_twitter_on_m.png);
  }

  .sns_area li a.insta {
    background-image: url(../img/btn/sns_insta_m.png);
  }
  .sns_area li a.insta:hover {
    background-image: url(../img/btn/sns_insta_on_m.png);
  }

  .sns_area li a.pinterest {
    background-image: url(../img/btn/sns_pinterest_m.png);
  }
  .sns_area li a.pinterest:hover {
    background-image: url(../img/btn/sns_pinterest_on_m.png);
  }
  .sns_area li a.tumblr {
    background-image: url(../img/btn/sns_tumblr_m.png);
  }
  .sns_area li a.tumblr:hover {
    background-image: url(../img/btn/sns_tumblr_on_m.png);
  }
  .sns_area li a.linkedin {
    background-image: url(../img/btn/sns_linkedin_m.png);
  }
  .sns_area li a.linkedin:hover {
    background-image: url(../img/btn/sns_linkedin_on_m.png);
  }

    /* ------------------------- Àü¹®°¡ µî·Ï */

  .wish_pop.pop_common .pop_mid .info_img {
    width: 12.5rem;
    height: 8.5625rem;
    border-radius: 0.625rem;
  }

  .wish_pop .pop_mid,
  .pro_pop .pop_mid {
    max-height: 70vh;
    overflow: auto;
    background: #fff;
    padding: 0 1.25rem 2.5rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .wish_pop.pop_common .pop_mid .info_desc,
  .pro_pop.pop_common .pop_mid .info_desc {
    margin: 0;
    line-height: 1.3333;
  }
  .wish_pop .info_desc_w,
  .pro_pop .info_desc_w {
    font-size: 1.875rem;
    line-height: 1.3333;
    margin: 1.0625rem 0 1.25rem;
  }
  .wish_pop .desc,
  .pro_pop .desc {
    font-size: 1.125rem;
    letter-spacing: -0.05em;
    line-height: 1.5;
  }
  .wish_pop .info_desc_w br,
  .wish_pop .desc br,
  .pro_pop .desc br {
    display: none;
  }

  .wish_pop .gray_box,
  .pro_pop .gray_box {
    border: 0.0625rem solid #eeeeee;
    padding: 0.78125rem;
    font-size: 1.125rem;
    border-radius: 0.3125rem;
    margin-top: 1.25rem;
  }


    /* ---------------------------------------ÇÁ·ÎÇÊ ÆË¾÷ */
  .profile_pop .pop_mid {
    padding: 0 1.125rem 1.875rem;
    border-radius: 0 0 0.625rem 0.625rem;
    max-height: 70vh;
    overflow: auto;
  }

  .profile_pop.pop_common .pop_mid .info_desc {
    font-size: 1.875rem;
    line-height: 1.23;
    margin: 0;
    max-width: 95%;
    display: inline-block;
    text-align: center;
    width: fit-content;
  }
  .profile_pop .info_desc_w {
    display: inline-block;
    font-size: 1.875rem;
    margin: 1.09375rem 0 1.25rem;
    width: 100%;
    line-height: 1.23;
  }
  .profile_pop .prorile_cont dt {
    width: 5.9375rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .profile_pop .prorile_cont dt i {
    width: 1.5625rem;
    height: 1.5625rem;
    background-size: 1.5625rem;
    margin-right: 0.625rem;
    margin-top: 0.125rem;
  }
  .profile_pop .prorile_cont dl i.name_ico {
    background-image: url(../img/btn/user_pop_ico1_m.png);
  }
  .profile_pop .prorile_cont dl i.position_ico {
    background-image: url(../img/btn/user_pop_ico2_m.png);
  }

  .profile_pop .prorile_cont dl i.tel_ico {
    background-image: url(../img/btn/user_pop_ico3_m.png);
  }

  .profile_pop .prorile_cont dl i.com_tel_ico {
    background-image: url(../img/btn/user_pop_ico4_m.png);
  }

  .profile_pop .prorile_cont dl i.add_ico {
    background-image: url(../img/btn/user_pop_ico5_m.png);
  }
  .profile_pop .prorile_cont dl + dl {
    margin-top: 0.625rem;
  }
  .profile_pop dd,
  .profile_pop dd a {
    font-size: 1.125rem;
    line-height: 1.5;
  }

/* ------------------------- ¸ð¹ÙÀÏ ½Ã¾È ³ª¿À¸é ¼öÁ¤ÇØ¾ßÇØ¿ä~ */
.btn{
    height: 2.5rem;
    font-size: 1.125rem;
    border-radius: 0.3125rem;
  }
  .del_pop .btn {
    width: calc(50% - 0.3125rem);
  }
  .btn-point {
    background-color: var(--bs-point);
    border-color: var(--bs-point);
    color: #fff;
  }
  .del_pop .pop_mid {
    background: #fff;
    padding: 0 1.25rem 1.875rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .del_pop .common_ttl p {
    font-size: 1.125rem;
    font-weight: 500;
    color: #757575;
  }
  .del_pop .common_ttl h3 {
    font-size: 1.4375rem;
    margin-bottom: 1.25rem;
    line-height: 1;
  }
  .del_pop .btn_wrap {
    margin-top: 2.5rem;
  }
  .btn_wrap button + button {
    margin-left: 0.625rem;
  }
  .moreInfo_pop .pop_body {
    width: calc(100% - 1.875rem);
    padding: 3.125rem 1.25rem 2.1875rem;
    border-radius: 1.25rem;
  }
  .moreInfo_pop .btn_close {
    right: 1.25rem;
    top: 1.25rem;
  }
  .moreInfo_top {
    display: block;
  }
  .moreInfo_top figure {
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 0.1875rem;
    margin-right: auto;
    margin-bottom: 1.25rem;
    margin-left: auto;
  }
  .moreInfo_top .text_box {
    text-align: center;
  }
  .moreInfo_top .text_box h4 {
    font-size: 1.3125rem;
    margin-bottom: 0.3125rem;
  }
  .moreInfo_pop .exp_top {
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 0.9375rem 0;
  }
  .moreInfo_pop .bot_text {
    line-height: 1.5;
  }
  .moreInfo_pop .bot_text b {
    font-weight: 500;
    color: #454545;
  }
  .moreInfo_pop .bot_text + .bot_text {
    margin-top: 1.25rem;
  }

  .save_chk_wrap {
    margin-top: 16px;
  }

/* ========================== ±ÇÇÑ¼³Á¤ */
  .authority_pop .pop_ttl {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
  .authority_pop .authority_list input + label {
    font-size: 1.125rem;
  }
  .authority_pop .authority_list li + li {
    margin-top: 0.9375rem;
  }
  .authority_pop .submit_btn {
    border-radius: 0 0 0.9375rem 0.9375rem;
    line-height: 3.125rem;
    font-size: 1.375rem;
  }
  .authority_pop .pop_mid {
    background: #fff;
    padding: 0 1.875rem 0.9375rem;
  }

  .authority_pop .authority_list {
    max-height: 50vh;
  }

/* ============================= °¶·¯¸® Ãß°¡ µî·Ï */
.up_gallery_pop{
    overflow: auto;
  }
  .up_gallery_pop .pop_cont {
    padding: 2.5rem 0.9375rem;
    border-radius: 0.625rem;
    width: calc(100% - 1.875rem);
    margin: 3.125rem auto;
  }
  .up_gallery_pop .pop_close_btn {
    margin-right: 0;
    position: absolute;
    top: -2.5rem;
    left: 0;
  }
  .up_gallery_pop .pop_close_btn button {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.875rem auto;
    background-image: url(../img/btn/more_view_pop_m.png);
  }
  .up_gallery_pop .pop_item {
    height: auto;
    display: flex;
    align-items: flex-start;
  }
  .up_gallery_pop .up_gall_top {
    flex-direction: column;
  }
  .up_gallery_pop .ttl {
    font-size: 1.75rem;
    position: static;
    transform: translateX(0);
    order: 0;
    text-align: center;
  }
  .up_gallery_pop .up_gall_top .chk_box {
    order: 1;
    margin: 1.25rem 0;
  }
  .up_gallery_pop .up_gall_top .btn_point {
    order: 2;
    padding: 0;
    line-height: 3.125rem;
    border-radius: 0.3125rem;
    font-size: 1.125rem;
    display: block;
  }
  .up_gallery_pop .up_desc {
    text-align: left;
    margin: 1.5625rem 0;
  }
  .up_gallery_pop .up_desc p {
    display: inline;
    line-height: 1.5;
    font-size: 1.125rem;
  }
  .up_gallery_pop .pop_cont .grid {
    max-height: inherit;
    overflow: inherit;
    margin-top: 1.25rem;
  }

/* ================================== ±Ô°Ý/°¡°ÝÁ¤º¸ */
  .pop_common .common_ttl h3,
  .product_input_pop .common_ttl h3 {
    font-size: 1.5rem;
  }
  .product_input_pop .pop_mid {
    padding: 0 0.9375rem 1.25rem;
    border-radius: 0 0 0.9375rem 0.9375rem;
  }
  .product_input_pop .common_ttl {
    margin-bottom: 1.875rem;
  }
  .product_input_pop .table_wrap {
    max-height: 50vh;
    overflow: auto;
  }
  .product_input_pop .table_wrap colgroup,
  .product_input_pop .table_wrap thead {
    display: none;
  }
  .product_input_pop .table_wrap tr {
    display: flex;
    gap: 1.5625rem 0.625rem;
    flex-wrap: wrap;
    width: 100%;
  }
  .product_input_pop .table_wrap tr + tr {
    margin-top: 2.1875rem;
  }
  .product_input_pop .table_wrap table,
  .product_input_pop .table_wrap td {
    display: block;
    padding: 0;
  }
  .product_input_pop .table_wrap td:nth-child(1) {
    width: 100%;
  }
  .product_input_pop .table_wrap td:nth-child(2),
  .product_input_pop .table_wrap td:nth-child(3) {
    width: calc(50% - 0.3125rem);
  }
  .product_input_pop .table_wrap .mo_label {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
  }
  .product_input_pop .table_wrap .mo_label i {
    color: var(--bs-point);
  }
  .product_input_pop tbody input {
    line-height: 2.8125rem;
    border-radius: 0.15625rem;
  }
  .product_input_pop .btn_wrap {
    max-width: 100%;
    margin: 1.25rem auto 0;
  }

/* ========================= ÀúÀÛ±Ç */
  .copyright_pop p {
    font-size: 1.25rem;
  }
  .copyright_pop p br {
    display: none;
  }

  .copyright_pop .pop_mid {
    padding: 0 0.9375rem 1.25rem;
    border-radius: 0 0 0.9375rem 0.9375rem;
  }
  .copyright_pop .chk_box {
    margin: 1.875rem 0;
    text-align: center;
  }

  .copyright_pop .btn_wrap button {
    max-width: inherit;
  }

/* ======================== ¾ó·µÆË¾÷ */
  .alert_pop .pop_mid {
    background: #fff;
    border-radius: 0 0 0.9375rem 0.9375rem;
    padding: 0 0.9375em 2.5rem;
  }
  .alert_pop figure img {
    width: 3.4375rem;
  }
  .alert_pop .common_ttl h3 {
    margin: 1.5625rem 0 1.25rem;
  }
  .alert_pop .common_ttl p {
    font-size: 1.25rem;
  }

/* ======================== ºÎ¼­µî·Ï ÆË¾÷  */
  .department_modify_pop .pop_mid,
  .department_pop .pop_mid {
    background: #fff;
    border-radius: 0 0 0.9375rem 0.9375rem;
    padding: 0 0.9375em 1.5625rem;
  }
  .department_modify_pop .common_ttl,
  .department_pop .common_ttl {
    margin-bottom: 1.5625rem;
  }
  .department_pop .pop_mid .add_list button {
    width: 6.875rem;
    height: 2.5rem;
    font-size: 1rem;
    border-radius: 0.1875rem;
  }
  .department_pop .department_list {
    margin-top: 1.25rem;
    max-height: 45vh;
    overflow: auto;
  }
  .department_pop .department_list .btn_wrap button {
    width: 4.0625rem;
    height: 2.5rem;
    font-size: 1rem;
    border-radius: 0.1875rem;
  }

  .department_pop .department_list li {
    padding: 1.25rem;
    border-radius: 0.1875rem;
    display: block;
  }
  .department_pop .department_list li p {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
  .department_pop .department_list li.no_list p {
    font-size:1rem;
    margin-bottom:0;
  }
  .department_modify_pop .bot_btn,
  .department_pop .bot_btn {
    max-width: inherit;
    margin: 2.1875rem auto 0;
  }

  .department_modify_pop .in_box input {
    line-height: 2.8125rem;
    border-radius: 0.15625rem;
  }


/* ======================== »çÁø´ã´ç ÆË¾÷  */
  .photo_responsibility .pop_mid {
    border-radius: 0 0 0.9375rem 0.9375rem;
    padding: 0 0.9375em 1.5625rem;
  }
  .photo_responsibility .common_ttl p {
    font-size: 1.25rem;
    margin: 1.5625rem 0 1.875rem;
  }
  .photo_responsibility .btn_wrap button {
    width: calc(50% - 0.3125rem);
  }

/* =====================================2311 »çÁøÆË¾÷ */
  .i_pop_cont{
    width: 100%;
    max-height: 100%;
  }
  .i_pop_container .pop_close {
    top: 0.5%;
    right: 1.5%;
  }
  .i_pop_container .pop_close button {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.875rem auto;
    background-image: url(../img/btn/more_view_pop_m.png);
  }

  

/* ================================ 2024.03.29 °ßÀûº¸±â ÆË¾÷// */
  .estimate_view_pop .pop_mid {
    border-radius: 0 0 0.9375rem 0.9375rem;
    padding: 0 0.9375em 1.5625rem;
  }
  .estimate_view_pop .step_item + .step_item {
    margin-top: 2.5rem;
  }
  .estimate_view_pop .step_item .label {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
  }
  .estimate_view_pop .estimate_print_area {
    padding: 0 0.4rem 0.4rem;
    height: 55vh;
    margin: 1rem 0 2rem;
  }
  .estimate_view_pop .construct.step_item .info_box {
    display: block;
    border-radius: 0.1875rem;
    padding: 1.875rem 0.9375rem;
  }
  .estimate_view_pop .construct.step_item .info_list li + li {
    marign-top: 1.5rem;
  }
  .estimate_view_pop .construct.step_item .info_part strong.label {
    font-weight: 700;
    font-size: 1.0625rem;
  }
  .estimate_view_pop .construct.step_item .info_list strong + p {
    font-size: 1.125rem;
    margin-top: 0.35rem;
  }
  .estimate_view_pop .info_write_form {
    padding: 1.875rem 0.9375rem;
    width: 100%;
    border-radius: 0.1875rem;
  }
  .estimate_view_pop .info_write_form .label_box {
    margin-bottom: 1.5rem;
  }
  .estimate_view_pop .info_write_form .label_box > .label {
    margin-right: 1rem;
  }
  .estimate_view_pop .info_write_form > li + li,
  .estimate_view_pop .board_write.w50_write .info_write_form > li + li {
    margin-top: 3rem;
  }
  .estimate_view_pop .form_list.room_type > li + li {
    margin-top: 1.3rem;
  }
  .estimate_view_pop .form_list.room_type > li > strong {
    margin-bottom: 0.75rem;
    font-size: 1.0625rem;
  }
  .estimate_view_pop .form_list.room_type .data,
  .estimate_view_pop .form_list.room_type .pre_img_box,
  .estimate_view_pop .form_list.room_type .data.add {
    border-radius: 0.1875rem;
  }
  .estimate_view_pop .form_list.room_type dd {
    font-size: 0.9125rem;
  }
  .estimate_view_pop .form_list.room_type .data.add {
    font-size: 1.2rem;
    min-height: 189px;
    background-position: center 50px;
    padding-top: 110px;
  }
  .estimate_view_pop .btn_wrap .btn {
    width: 100%;
    font-size: 1.25rem;
    border-radius: 0.1875rem;
    line-height: 3.125rem;
    max-weight: none;
    height: auto;
  }
  /* ================================ //2024.03.29 °ßÀûº¸±â ÆË¾÷ */

  /* ================================ 2024.07.01 ???????????? ??????(??????)// */

  .estimate.save_data .btn_box button {
    max-width: none;
    line-height: 3.125rem;
    font-size: 1.25rem;
    border-radius: 0.1875rem;
  }
  .estimate.save_data .btn_box.flex_c_c {
    flex-direction: column;
  }
  .estimate.save_data .btn_box.flex_c_c button {
    width: 100%;
  }
  .estimate.save_data .btn_box.flex_c_c button + button {
    margin-left: 0;
    margin-top: 0.625rem;
  }
  /* ================================ // 2024.07.01 ???????????? ??????(??????) */
  /*24.08.22//*/
  #container .common_ttl h3 {
    font-size: 1.5rem;
  }
  #container.department_pop .pop_mid{
    width:100%;
    padding:0 0.9375em 1.5625rem;
  }
  #container.department_pop .department_list {
    max-height:none;
  }
  /*//24.08.22*/
}

/* ======= */
.pop_common.category_lottie_pop .pop_item {
  max-width: 1000px;
}
.pop_common.category_lottie_pop .pop_mid {
  border-radius: 0 0 30px 30px;
  background-color: #fff;
  @media screen and (max-width: 850px) {
    padding: 0.9375rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}


.pop_common .btn_wrap { display: flex; justify-content: center; align-items: center; }
.pop_common .btn_wrap .btn { flex: 1; }
.pop_common .chk_box input {
  display: none !important;
}
.pop_common .chk_box input + label {
  position: relative;
  display: inline-block;
  padding-left: -webkit-calc(var(--bs-chk-w) + 10px);
  padding-left: -moz-calc(var(--bs-chk-w) + 10px);
  padding-left: calc(var(--bs-chk-w) + 10px);
  line-height: var(--bs-chk-w);
  vertical-align: middle;
}
.pop_common .chk_box input + label::after {
  content: "";
  position: absolute;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid var(--bs-gray-200);
  border-radius: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--bs-chk-w);
  height: var(--bs-chk-w);
}
.pop_common .chk_box input:checked + label::after {
  background-color: var(--bs-point);
  border: none;
  border-radius: 0;
  border-radius: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--bs-chk-w);
  height: var(--bs-chk-w);
}
.pop_common .chk_box input + label::before {
  content: "";
  width: 8px;   height: 12px;
  position: absolute;
  left:3px;
  top: calc(50% - 4px);
  border: 2px solid transparent;
  transform: rotate(45deg) translateY(-50%);
  border-top: none;
  opacity: 0;
  border-left: none;
  z-index: 10;
}
.pop_common .chk_box input:checked + label::before {
  opacity: 1;
  border-color: #fff;
}