@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_My .my_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list {
    margin-top: 30px;
  }
}
.com_My .my_list .list {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E7E7E7;
  background: #FFF;
  padding: 30px 40px;
  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: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list .list {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list .list {
    gap: 0;
    padding: 5px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}
.com_My .my_list .list .item {
  position: relative;
  padding-left: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  min-width: 350px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list .list .item {
    padding-left: 50px;
    min-width: auto;
    width: 100%;
    padding-block: 15px;
  }
}
.com_My .my_list .list .item .icon {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #F8F8F8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  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;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list .list .item .icon {
    width: 40px;
    height: 40px;
  }
}
.com_My .my_list .list .item .icon img {
  max-width: 55%;
  max-height: 55%;
}
@media screen and (min-width: 1023.9px) {
  .com_My .my_list .list .item:first-child {
    border-right: 1px solid #E7E7E7;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list .list .item:first-child {
    border-bottom: 1px solid #E7E7E7;
  }
}
.com_My .my_list .list .item .tit_field {
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list .list .item .tit_field {
    font-size: 14px;
  }
}
.com_My .my_list .list .item .info_field {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list .list .item .info_field {
    font-size: 16px;
  }
}
.com_My .my_list .list.cancle {
  color: #A7A7A7;
  cursor: default;
}
.com_My .my_list .list.cancle .com_board_badge {
  background: #E7E7E7;
  color: #A7A7A7;
}
.com_My .my_list .list_wrap {
  position: relative;
}
.com_My .my_list .list_wrap .com_board_badge {
  position: absolute;
}
@media screen and (min-width: 1023.9px) {
  .com_My .my_list .list_wrap .com_board_badge {
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list .list_wrap .com_board_badge {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_My .my_list .list_wrap .list {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list .list_wrap .list .info_field.date {
    margin-right: 60px;
  }
}
.com_My .my_list .com_board_badge {
  width: 70px;
  height: 70px;
  font-weight: 700;
  font-size: 15px;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_list .com_board_badge {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 12px;
    top: 15px;
    right: 20px;
  }
}
.com_My .my_view {
  border-top: 2px solid #333;
  background: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view colgroup {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view tr {
    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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
.com_My .my_view th, .com_My .my_view td {
  height: 100px;
  padding: 10px 0 10px 40px;
  border-bottom: 1px solid #E7E7E7;
  text-align: left;
  font-size: 17px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view th, .com_My .my_view td {
    padding: 15px 0 15px 15px;
    height: auto;
    font-size: 14px;
    align-self: stretch;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_My .my_view th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view th {
    width: 80px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
}
.com_My .my_view td {
  padding-right: 40px;
}
@media screen and (min-width: 1023.9px) {
  .com_My .my_view td:not(:last-of-type) {
    border-right: 1px solid #E7E7E7;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view td {
    width: calc(100% - 80px);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
}
.com_My .my_view td .input {
  height: 45px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view td.flex_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.com_My .my_view .sns_account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-size: 17px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view .sns_account {
    font-size: 13px;
  }
}
.com_My .my_view .sns_account .item {
  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;
  width: 500px;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view .sns_account .item {
    width: 100%;
  }
}
.com_My .my_view .sns_account .item .com_btn {
  margin-left: auto;
}
.com_My .my_view .sns_account .item .tit {
  margin-right: auto;
}
.com_My .my_view .sns_account .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view .sns_account .icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}
.com_My .my_view .sns_account .icon.kakao {
  background-color: #FFE600;
}
.com_My .my_view .sns_account .icon.kakao img {
  max-height: 60%;
  max-width: 60%;
}
.com_My .my_view .sns_account .icon.naver {
  background-color: #49B75B;
}
.com_My .my_view .sns_account .icon.naver img {
  max-height: 50%;
  max-width: 60%;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_view .sns_account__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .com_My .my_view .sns_account__wrap td {
    width: 100%;
  }
  .com_My .my_view .sns_account__wrap th {
    border-bottom: none;
    width: 100%;
    padding-bottom: 0;
  }
}
.com_My .my_view .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;
  gap: 5px;
}
.com_My .my_view .tip_txt {
  margin-top: 5px;
  font-size: 13px;
  color: #767678;
}

@media screen and (max-width: 1023.9px) {
  .p_Info .com_tab {
    flex-wrap: nowrap;
  }
}