@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@media screen and (min-width: 1023.9px) {
  .com_pg_tit__wrap + .com_member_sec {
    padding-top: 37px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap + .com_member_sec {
    padding-top: 14px;
  }
}

.p_MyInfo .com_list tbody th, .p_MyInfo .com_list tbody td {
  font-size: 14px;
}
.p_MyInfo .com_list tbody th {
  width: 200px;
  height: 50px;
  background: #F8F8F8;
}
@media screen and (max-width: 1023.9px) {
  .p_MyInfo .com_list tbody th {
    width: 24%;
    min-width: 80px;
    padding: 0;
  }
}
.p_MyInfo .com_list tbody th + td {
  text-align: left;
}
@media screen and (max-width: 1023.9px) {
  .p_MyInfo .com_list tbody td {
    padding: 15px;
  }
}
.p_MyInfo .com_list + .com_sec_tit {
  margin-top: 20px;
}
.p_MyInfo .com_list .com_chk__wrap {
  justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .p_MyInfo .com_list .com_chk__wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_MyInfo .com_list__btns {
    display: block;
    text-align: right;
  }
}
.p_MyInfo .com_list__btns .com_btn {
  min-width: 0;
}
@media screen and (min-width: 1023.9px) {
  .p_MyInfo .com_write .input[type=tel] {
    width: 270px;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_MyInfo .com_write .com_btn {
    min-width: 100px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_MyInfo .com_write .com_btn {
    max-width: 100px;
  }
}
.p_MyInfo .com_write .input_wrap .tit {
  flex-shrink: 0;
  width: 150px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .p_MyInfo .com_write .input_wrap .tit + .input_wrap {
    width: 380px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_MyInfo .com_write .input_wrap .input_sub {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_MyInfo .com_write .input,
  .p_MyInfo .com_write .select {
    width: 270px !important;
  }
}
.p_MyInfo .com_write .check_list_box {
  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;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  background: #F8F8F8;
}
.p_MyInfo .com_write .check_list_box .guide {
  font-size: 13px;
  color: #666;
}
@media screen and (min-width: 1023.9px) {
  .p_MyInfo .com_write td .child_info_field .tit_field + .input_wrap {
    width: calc(100% - 150px) !important;
  }
}
.p_MyInfo .com_write td .child_info_field + .child_info_field {
  border-top: 1px solid #EAEAEA;
  margin-top: 10px;
  padding-top: 10px;
}
.p_MyInfo .com_write .check_list_box {
  width: 100%;
}

.p_Notice .com_sec_tit .select {
  min-width: 120px;
}
@media screen and (max-width: 1023.9px) {
  .p_Notice .com_sec_tit .select {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_Notice .com_list td.tit_field {
    font-weight: 400;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_Notice .com_list.board_type tr {
    padding: 28px 10px 28px 40px;
  }
}

@media screen and (max-width: 1023.9px) {
  .p_NoticeDetail .com_sec_tit .com_btn {
    display: none;
  }
}

@media screen and (max-width: 1023.9px) {
  .p_Qna .com_board_btns {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_Qna .com_board_btns .com_btn {
    width: 100%;
    height: 44px;
    margin-top: 25px;
    order: 2;
    font-size: 16px;
    font-weight: 700;
  }
}

@media screen and (max-width: 1023.9px) {
  .p_QnaWrite .input_wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_QnaWrite .input_wrap .select {
    width: auto;
    min-width: 200px;
  }
}

.p_Push .push_set_list {
  border-top: 5px solid #1D1D1B;
}
.p_Push .push_set_list .set_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;
  height: 74px;
  padding: 0 25px;
  border-bottom: 1px solid #EAEAEA;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .p_Push .push_set_list .set_item {
    height: 60px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.p_Push .push_set_list .com_switch__wrap {
  width: 40px;
  height: 20px;
}
.p_Push .com_sec_tit.has_opt .sub {
  height: auto;
  color: #666;
}
@media screen and (max-width: 1023.9px) {
  .p_Push .com_list {
    display: block;
  }
}
.p_Push .com_list thead th {
  height: 74px;
}
.p_Push .com_list thead .icon_push {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1023.9px) {
  .p_Push .com_list thead {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_Push .com_list tbody {
    display: block;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_Push .com_list tbody tr {
    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;
    gap: 10px;
    position: relative;
    padding: 20px 15px 20px 60px;
    border-bottom: 1px solid #EAEAEA;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_Push .com_list tbody td {
    display: block;
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_Push .com_list tbody td.icon_field {
    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;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_Push .com_list tbody td.tit_field {
    font-weight: 600;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_Push .com_list tbody td.date_field {
    font-size: 14px;
    text-align: left;
  }
}
.p_Push .com_list tbody .icon_push {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: url(../img/icon_push.png) #F2F2F2 no-repeat center/14px;
}
.p_Push .com_list tbody .icon_push.on {
  background-image: url(../img/icon_push_on.png);
  background-color: #FFE6E6;
}
.p_Push .com_list tbody .tit_field {
  font-weight: 400;
}

@media screen and (max-width: 1023.9px) {
  .p_Refund .com_list.m_block_type .summary_field .summary_tit {
    min-width: 80px;
  }
}

.p_Inquiry .com_qna .q {
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .p_Inquiry .com_qna .q .txt {
    padding-right: 80px;
  }
}
.p_Inquiry .com_qna .status {
  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;
  padding: 5px 10px;
  border-radius: 5px;
  width: fit-content;
  background-color: #F2F2F2;
  color: #666;
}
@media screen and (min-width: 1023.9px) {
  .p_Inquiry .com_qna .status {
    position: absolute;
    top: 36px;
    right: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_Inquiry .com_qna .status {
    font-size: 12px;
    width: 60px;
    padding: 4px 8px;
    margin-top: 10px;
  }
}

.p_SaleManage main > .com_center_wrap {
  position: relative;
}
.p_SaleManage .com_sec_tit {
  height: 34px;
}
@media screen and (min-width: 1023.9px) {
  .p_SaleManage .com_sec_tit {
    display: inline-flex;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_SaleManage .com_sec_tit {
    position: absolute;
    top: 70px;
    left: 0;
    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: 100%;
  }
}
.p_SaleManage .com_sec_tit .tit {
  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;
}
@media screen and (min-width: 1023.9px) {
  .p_SaleManage .com_tab_round {
    position: absolute;
    right: 0;
    top: 92px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_SaleManage .com_tab_round {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_SaleManage .school_sec .com_chk__wrap {
    justify-content: center;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_SaleManage .category_sec .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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 10px;
    width: 100%;
  }
  .p_SaleManage .category_sec .com_chk__wrap > * {
    width: calc((100% - 10px * 5) / 6);
    min-width: calc((100% - 10px * 5) / 6);
  }
}
@media screen and (max-width: 1023.9px) {
  .p_SaleManage .category_sec .com_list th, .p_SaleManage .category_sec .com_list td {
    padding: 15px;
    text-align: left;
  }
}
.p_SaleManage .category_sec .com_list th {
  background: #F8F8F8;
}
@media screen and (min-width: 1023.9px) {
  .p_SaleManage .category_sec .com_list th + th {
    border-left: 1px solid #EAEAEA;
  }
}
.p_SaleManage .category_sec .com_list .align_left {
  text-align: left;
}
@media screen and (min-width: 1023.9px) {
  .p_SaleManage .category_sec .com_list .line {
    border-left: 1px solid #EAEAEA;
  }
}