@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_Mypage main .com_tab_contents__wrap {
  padding-top: 20px;
}
.com_Mypage main .com_search_date {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e7e9;
}
.com_Mypage main .com_product_list.type_box, .com_Mypage main .com_order_list.type_box, .com_Mypage main .com_bg.type_box {
  margin-top: 20px;
  padding-top: 20px;
  background: #f1f3f5;
  margin-inline: -20px;
  min-height: calc(100vh - 300px);
}
.com_Mypage main .notice_txt {
  font-size: 12px;
  line-height: 1.17;
  color: #797f87;
}
.com_Mypage main .chat_wrap {
  margin-top: 12px;
}
.com_Mypage main .chat_wrap .chat_item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e5e7e9;
  border-radius: 5px;
}
.com_Mypage main .chat_wrap .chat_item + .chat_item {
  margin-top: 6px;
}
.com_Mypage main .chat_wrap .chat_item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.com_Mypage main .chat_wrap .chat_item .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_Mypage main .chat_wrap .chat_item .link_chat, .com_Mypage main .chat_wrap .chat_item .info {
  flex: 1;
}
.com_Mypage main .chat_wrap .chat_item .link_chat .name_box, .com_Mypage main .chat_wrap .chat_item .info .name_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_Mypage main .chat_wrap .chat_item .link_chat .name_box .name, .com_Mypage main .chat_wrap .chat_item .info .name_box .name {
  font-size: 13px;
  margin-bottom: 6px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: left;
}
.com_Mypage main .chat_wrap .chat_item .link_chat .name_box .date, .com_Mypage main .chat_wrap .chat_item .info .name_box .date {
  min-width: 50px;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: -0.25px;
  text-align: right;
  color: #bbc0c7;
}
.com_Mypage main .chat_wrap .chat_item .link_chat .txt, .com_Mypage main .chat_wrap .chat_item .info .txt {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 12px;
  text-align: left;
  color: #797f87;
}
.com_Mypage main .info_item .tit.no_dot::before {
  display: none;
}
.com_Mypage main .input.ws {
  width: 62px;
}
.com_Mypage main .select.s {
  width: 100px;
}
.com_Mypage main .com_chk_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.com_Mypage main .com_chk_wrap.type_btn {
  position: relative;
  padding: 0px 70px 5px 0;
}
.com_Mypage main .com_chk_wrap.type_btn .btn_del {
  position: absolute;
  right: 0;
}
.com_Mypage main .com_chk_wrap.address {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 15px;
}
.com_Mypage main .com_chk_wrap.address label {
  margin-left: 0;
}
.com_Mypage main .com_chk_wrap.address .btn_del {
  bottom: 0;
}
.com_Mypage main .com_chk_wrap + .com_divider {
  margin-top: 15px;
}
.com_Mypage main .com_input_sec .tit_field {
  font-weight: 500;
}
.com_Mypage main .com_input_sec .input_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_Mypage main .com_input_sec .input_wrap + .input {
  margin-top: 10px;
}
.com_Mypage main .com_input_sec .input_wrap .com_chk_wrap {
  margin-bottom: 0;
  margin-left: 60px;
  font-weight: normal;
}
.com_Mypage main .com_input_sec .input_wrap .com_btn {
  min-width: 90px;
}
.com_Mypage main .com_input_sec .input_wrap .com_btn + .input {
  margin-left: 6px;
}
.com_Mypage main .com_input_sec .input_wrap input + .com_btn {
  margin-left: 6px;
}
.com_Mypage main .com_input_sec .com_tag {
  margin-top: 10px;
}
.com_Mypage main .com_input_sec .com_tag .tag {
  position: relative;
  padding: 6px 10px;
}
.com_Mypage main .btn_minus, .com_Mypage main .btn_plus {
  min-width: 20px;
  width: 20px;
}

.p_Cart main .cart_tab.active {
  min-height: calc(100vh - 132px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.p_Cart main .cart_tab.active .com_product_list {
  margin-bottom: auto;
}
.p_Cart main .cart_tab.active > .com_btn_wrap.bottom {
  padding-bottom: 30px;
  margin-top: 23px;
}

.p_Cart main .com_bg_chk, .p_RefundChatting main .com_bg_chk, .p_MyProduct main .com_bg_chk, .p_SalesDetail main .com_bg_chk, .p_MyOrder main .com_bg_chk {
  margin-top: 12px;
}
.p_Cart main .com_btn_wrap.flex, .p_RefundChatting main .com_btn_wrap.flex, .p_MyProduct main .com_btn_wrap.flex, .p_SalesDetail main .com_btn_wrap.flex, .p_MyOrder main .com_btn_wrap.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: calc(100% + 3px * 2);
  margin-left: -3px;
  margin-top: -6px;
}
.p_Cart main .com_btn_wrap.flex > li,
.p_Cart main .com_btn_wrap.flex > div,
.p_Cart main .com_btn_wrap.flex > article,
.p_Cart main .com_btn_wrap.flex > section,
.p_Cart main .com_btn_wrap.flex > figure,
.p_Cart main .com_btn_wrap.flex > .com_btn,
.p_Cart main .com_btn_wrap.flex > a, .p_RefundChatting main .com_btn_wrap.flex > li,
.p_RefundChatting main .com_btn_wrap.flex > div,
.p_RefundChatting main .com_btn_wrap.flex > article,
.p_RefundChatting main .com_btn_wrap.flex > section,
.p_RefundChatting main .com_btn_wrap.flex > figure,
.p_RefundChatting main .com_btn_wrap.flex > .com_btn,
.p_RefundChatting main .com_btn_wrap.flex > a, .p_MyProduct main .com_btn_wrap.flex > li,
.p_MyProduct main .com_btn_wrap.flex > div,
.p_MyProduct main .com_btn_wrap.flex > article,
.p_MyProduct main .com_btn_wrap.flex > section,
.p_MyProduct main .com_btn_wrap.flex > figure,
.p_MyProduct main .com_btn_wrap.flex > .com_btn,
.p_MyProduct main .com_btn_wrap.flex > a, .p_SalesDetail main .com_btn_wrap.flex > li,
.p_SalesDetail main .com_btn_wrap.flex > div,
.p_SalesDetail main .com_btn_wrap.flex > article,
.p_SalesDetail main .com_btn_wrap.flex > section,
.p_SalesDetail main .com_btn_wrap.flex > figure,
.p_SalesDetail main .com_btn_wrap.flex > .com_btn,
.p_SalesDetail main .com_btn_wrap.flex > a, .p_MyOrder main .com_btn_wrap.flex > li,
.p_MyOrder main .com_btn_wrap.flex > div,
.p_MyOrder main .com_btn_wrap.flex > article,
.p_MyOrder main .com_btn_wrap.flex > section,
.p_MyOrder main .com_btn_wrap.flex > figure,
.p_MyOrder main .com_btn_wrap.flex > .com_btn,
.p_MyOrder main .com_btn_wrap.flex > a {
  width: calc(33.333% - 3px * 2);
  margin-top: 6px;
  margin-left: 3px;
  margin-right: 3px;
}
.p_Cart main .com_btn_wrap.flex .com_btn.active, .p_RefundChatting main .com_btn_wrap.flex .com_btn.active, .p_MyProduct main .com_btn_wrap.flex .com_btn.active, .p_SalesDetail main .com_btn_wrap.flex .com_btn.active, .p_MyOrder main .com_btn_wrap.flex .com_btn.active {
  background: #6042f8;
}
.p_Cart main .com_bg.type_box, .p_RefundChatting main .com_bg.type_box, .p_MyProduct main .com_bg.type_box, .p_SalesDetail main .com_bg.type_box, .p_MyOrder main .com_bg.type_box {
  padding-bottom: 50px;
}

.p_MyProduct main .com_product_list.type_box {
  min-height: calc(100vh - 190px);
}

.p_Order main .com_btn_wrap.flex, .p_Refund main .com_btn_wrap.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: calc(100% + 3px * 2);
  margin-left: -3px;
  margin-top: -6px;
}
.p_Order main .com_btn_wrap.flex > li,
.p_Order main .com_btn_wrap.flex > div,
.p_Order main .com_btn_wrap.flex > article,
.p_Order main .com_btn_wrap.flex > section,
.p_Order main .com_btn_wrap.flex > figure,
.p_Order main .com_btn_wrap.flex > .com_btn,
.p_Order main .com_btn_wrap.flex > a, .p_Refund main .com_btn_wrap.flex > li,
.p_Refund main .com_btn_wrap.flex > div,
.p_Refund main .com_btn_wrap.flex > article,
.p_Refund main .com_btn_wrap.flex > section,
.p_Refund main .com_btn_wrap.flex > figure,
.p_Refund main .com_btn_wrap.flex > .com_btn,
.p_Refund main .com_btn_wrap.flex > a {
  width: calc(50% - 3px * 2);
  margin-top: 6px;
  margin-left: 3px;
  margin-right: 3px;
}
.p_Order main .com_btn_wrap.flex .com_btn.active, .p_Refund main .com_btn_wrap.flex .com_btn.active {
  background: #6042f8;
}
.p_Order main .com_btn_wrap + .com_divider, .p_Refund main .com_btn_wrap + .com_divider {
  margin-block: 12px;
}
.p_Order main .com_btn_wrap.bottom, .p_Refund main .com_btn_wrap.bottom {
  margin-top: 20px;
}
.p_Order main .com_btn_wrap.type_monthly, .p_Refund main .com_btn_wrap.type_monthly {
  display: none;
}
.p_Order main .com_btn_wrap.type_monthly.active, .p_Refund main .com_btn_wrap.type_monthly.active {
  display: flex;
}
.p_Order main .com_search.type_monthly, .p_Refund main .com_search.type_monthly {
  display: flex;
}
.p_Order main .com_search.type_monthly.inActive, .p_Refund main .com_search.type_monthly.inActive {
  display: none;
}
.p_Order main .order_item > .com_chk_wrap, .p_Refund main .order_item > .com_chk_wrap {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e7e9;
}
.p_Order main .order_item .com_input_sec.invoice_num_sec, .p_Refund main .order_item .com_input_sec.invoice_num_sec {
  margin-top: 0px;
}
.p_Order main .order_item .com_btn_wrap.bottom, .p_Refund main .order_item .com_btn_wrap.bottom {
  margin-top: -1px;
  border-top: 1px solid #e5e7e9;
  padding-top: 15px;
}
.p_Order main .order_item.type_monthly, .p_Refund main .order_item.type_monthly {
  display: none;
}
.p_Order main .order_item.type_monthly.active, .p_Refund main .order_item.type_monthly.active {
  display: block;
}
.p_Order main .com_chk_wrap.center, .p_Refund main .com_chk_wrap.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.p_Order .com_search {
  margin-bottom: 10px;
}
.p_Order .com_search:before {
  display: none;
}

.p_MyProductDetail {
  padding-bottom: 30px;
}
.p_MyProductDetail main .thumb_wrap.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  margin-top: 12px;
  gap: 12px;
}
.p_MyProductDetail main .thumb_wrap .item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e5e7e9;
}
.p_MyProductDetail main .thumb_wrap .item .img {
  width: 100%;
}
.p_MyProductDetail main .thumb_wrap .item .com_bg_chk {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding: 4px 4px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.p_MyProductDetail main .thumb_wrap .item .com_bg_chk label {
  width: 100%;
  font-size: 12px;
  color: #fff;
}
.p_MyProductDetail main .thumb_wrap .item .btn_del {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
}
.p_MyProductDetail main .thumb_wrap .item .btn_del::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del.png);
  width: 9px;
  height: 9px;
}
.p_MyProductDetail main .thumb_wrap .item .btn_up {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
}
.p_MyProductDetail main .thumb_wrap .item .btn_up::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow_up_circle.png);
  width: 16px;
  height: 16px;
}
.p_MyProductDetail main .thumb_wrap .item .btn_down {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
  transform: rotate(180deg);
}
.p_MyProductDetail main .thumb_wrap .item .btn_down::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow_up_circle.png);
  width: 16px;
  height: 16px;
}
.p_MyProductDetail main .thumb_wrap + .com_btn_wrap {
  margin-top: 20px;
  margin-bottom: 12px;
}
.p_MyProductDetail main .com_dashed_box {
  margin: 20px 0;
}
.p_MyProductDetail main .com_dashed_box .com_search_date {
  margin-top: 15px;
}
.p_MyProductDetail main .com_dashed_box .input_wrap {
  width: calc(100% - 30px);
}
.p_MyProductDetail main .com_dashed_box .input_wrap.full {
  width: 100%;
}
.p_MyProductDetail main .icon_setting::before {
  content: "";
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border-radius: 5px;
  vertical-align: -5px;
  background-color: #6042f8;
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icon_set.png);
}

.p_Refund main .com_btn_wrap.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: calc(100% + 3px * 2);
  margin-left: -3px;
  margin-top: -6px;
  justify-content: flex-start;
}
.p_Refund main .com_btn_wrap.flex > li,
.p_Refund main .com_btn_wrap.flex > div,
.p_Refund main .com_btn_wrap.flex > article,
.p_Refund main .com_btn_wrap.flex > section,
.p_Refund main .com_btn_wrap.flex > figure,
.p_Refund main .com_btn_wrap.flex > .com_btn,
.p_Refund main .com_btn_wrap.flex > a {
  width: calc(33.333% - 3px * 2);
  margin-top: 6px;
  margin-left: 3px;
  margin-right: 3px;
}
.p_Refund main .com_btn_wrap.flex .com_btn {
  position: relative;
}
.p_Refund main .com_btn_wrap.flex .com_btn.active {
  background: #6042f8;
}
.p_Refund main .com_btn_wrap .icon_new {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: solid 2px #fff;
  background-color: #e0d9ff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.28px;
  text-align: center;
  color: #6042f8;
}
.p_Refund main .com_btn_wrap + .com_divider {
  margin-block: 12px;
}
.p_Refund main .btn_detail_toggle {
  background: #f1f3f5;
  margin-inline: -15px;
  position: relative;
  top: 15px;
  width: calc(100% + 30px);
  border-radius: 0 0 5px 5px;
}
.p_Refund main .info .com_chk_wrap {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #e5e7e9;
}
.p_Refund main .info .info_item .name {
  position: relative;
}
.p_Refund main .info .info_item .name .btn_sms {
  position: absolute;
  right: 0;
}

.p_Sales main, .p_SalesDetail main {
  padding: 0;
}
.p_Sales main .swiper .item, .p_SalesDetail main .swiper .item {
  padding: 0 20px;
}
.p_Sales main .swiper-button-prev, .p_SalesDetail main .swiper-button-prev {
  left: 5px;
  top: 100px;
}
.p_Sales main .swiper-button-prev::after, .p_SalesDetail main .swiper-button-prev::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/btn_swiper_prev.png);
  width: 30px;
  height: 30px;
}
.p_Sales main .swiper-button-prev.swiper-button-disabled, .p_SalesDetail main .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}
.p_Sales main .swiper-button-next, .p_SalesDetail main .swiper-button-next {
  right: 5px;
  top: 100px;
}
.p_Sales main .swiper-button-next::after, .p_SalesDetail main .swiper-button-next::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/btn_swiper_next.png);
  width: 30px;
  height: 30px;
}
.p_Sales main .swiper-button-next.swiper-button-disabled, .p_SalesDetail main .swiper-button-next.swiper-button-disabled {
  opacity: 0.6;
}
.p_Sales main .graph_wrap, .p_SalesDetail main .graph_wrap {
  position: relative;
  border: 1px solid #e5e7e9;
  border-radius: 5px;
}
.p_Sales main .graph_wrap .year, .p_SalesDetail main .graph_wrap .year {
  padding: 15px;
  border-bottom: 1px solid #e5e7e9;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.38px;
  text-align: center;
  color: #222;
}
.p_Sales main .graph_wrap .graph, .p_SalesDetail main .graph_wrap .graph {
  padding: 0 15px;
  min-height: 100px;
}
.p_Sales main .graph_wrap .info_item .tit, .p_SalesDetail main .graph_wrap .info_item .tit {
  min-width: 110px;
  width: 110px;
}
.p_Sales main .graph_wrap + .com_btn_wrap, .p_SalesDetail main .graph_wrap + .com_btn_wrap {
  margin-top: 20px;
}
.p_Sales main .graph_wrap + .com_btn_wrap .com_btn, .p_SalesDetail main .graph_wrap + .com_btn_wrap .com_btn {
  padding: 0 5px;
}
.p_Sales main .date, .p_SalesDetail main .date {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.38px;
  text-align: center;
  color: #222;
}

.p_SalesDetail main .graph_wrap .year {
  margin: 0 15px;
}
.p_SalesDetail main .com_btn.red {
  background-color: #ffdbdb;
  color: #f62e2e;
  height: 26px;
}

.p_MyInfo main {
  padding-bottom: 50px;
}
.p_MyInfo main .profile_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.p_MyInfo main .profile_wrap .com_profile_img {
  position: relative;
  margin-right: 33px;
}
.p_MyInfo main .profile_wrap .com_profile_img .img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  overflow: hidden;
  border-radius: 100%;
}
.p_MyInfo main .profile_wrap .com_profile_img .img img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.p_MyInfo main .profile_wrap .com_profile_img .upload {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p_MyInfo main .profile_wrap .com_profile_img .upload .btn_photo {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid #e5e7e9;
  background: #fff;
}
.p_MyInfo main .profile_wrap .com_profile_img .upload .btn_photo::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_photo.png);
  width: 16px;
  height: 16px;
}
.p_MyInfo main .profile_wrap .user_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex: 1;
  gap: 6px;
}
.p_MyInfo main .profile_wrap .user_info .id {
  display: block;
  margin-bottom: 4px;
  color: #797f87;
  font-size: 13px;
}
.p_MyInfo main .profile_wrap .user_info .name {
  font-size: 13px;
  color: #222;
  margin-bottom: 8px;
}
.p_MyInfo main .profile_wrap .user_info .btn_qr {
  margin-top: 20px;
  width: 100px;
}
.p_MyInfo main .com_input_sec .tit_field .sub {
  font-weight: normal;
  font-size: 13px;
}
.p_MyInfo main .com_input_sec .input_wrap.type_profile {
  align-items: flex-start;
}
.p_MyInfo main .com_input_sec .input_wrap.type_profile .com_profile_img {
  position: relative;
  width: 110px;
  min-width: 110px;
  height: 135px;
  border: 1px solid #e5e7e9;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 12px;
}
.p_MyInfo main .com_input_sec .input_wrap.type_profile .com_profile_img .img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  min-width: 110px;
}
.p_MyInfo main .com_input_sec .input_wrap.type_profile .com_profile_img .img img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.p_MyInfo main .com_input_sec .input_wrap.type_profile .com_profile_img .btn_register {
  position: absolute;
  padding: 5px 4px;
  border-top: 1px solid #e5e7e9;
  background: #fff;
  text-align: center;
  font-size: 10px;
  bottom: -1px;
  height: 25px;
  width: 101%;
  border-radius: 0 0 5px 5px;
  margin-left: 0;
}
.p_MyInfo main .com_input_sec .input_wrap .com_btn {
  padding: 0 5px;
}
.p_MyInfo main .com_input_sec .com_add_file .com_btn {
  background: #797f87;
  border: 1px solid #797f87;
  color: #fff;
}
.p_MyInfo main .mask_sec {
  margin-top: 10px;
  padding: 25px 20px 25px;
  border-radius: 10px;
  border: solid 1px #e5e7e9;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  text-align: center;
  gap: 15px;
}
.p_MyInfo main .mask_sec .icon {
  width: 95px;
  margin-inline: auto;
}
.p_MyInfo main .mask_sec .txt {
  font-size: 14px;
  list-style: 1.4;
}
.p_MyInfo main .mask_sec .num {
  padding: 14px 41px 13px;
  border-radius: 5px;
  border: solid 1px #e5e7e9;
  background-color: #fff;
  font-size: 13px;
}
.p_MyInfo main .btn_franchisee_application {
  margin-top: 20px;
  padding: 16.6px 19px;
  border-radius: 10px;
  border: solid 1px #e5e7e9;
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 6px;
  width: 100%;
}
.p_MyInfo main .btn_franchisee_application img {
  width: 71px;
}
.p_MyInfo main .btn_franchisee_application .tit {
  font-size: 16px;
  font-weight: bold;
}
.p_MyInfo main .btn_franchisee_application .txt {
  font-size: 13px;
  text-align: left;
  color: #797f87;
  margin-top: 5px;
  line-height: 1.15;
}
.p_MyInfo main .btn_franchisee_application .state {
  color: #6042f8;
}

.p_ResetPw main {
  padding-bottom: 30px;
}

.p_FranchiseeApplication main {
  padding-bottom: 20px;
}