@charset "UTF-8";
/*-------------------------------------------------

Title       : singo(신고센터) Default/컨텐츠
Author      : EASESOFT
Create Date : 2024-07

-------------------------------------------------*/
/* Deafult Class  ======================================================================================================================================================*/
.bc_green1 {
  color: #92C752 !important;
}

.bc_blue1 {
  color: #39A5CE !important;
}

.pc_green1 {
  color: #61A015 !important;
}

.pc_green2 {
  color: #419A26 !important;
}

.pc_blue1 {
  color: #199CC5 !important;
}

.pc_blue2 {
  color: #0993BE !important;
}

.pc_blue3 {
  color: #1C9ED0 !important;
}

.sc_green1 {
  color: #2CA7A6 !important;
}

.sc_green1 {
  color: #2CA7A6 !important;
}

.sc_green2 {
  color: #0FA5A4 !important;
}

.sc_blue1 {
  color: #11279E !important;
}

.sc_black1 {
  color: #0C1129 !important;
}

.ac_green {
  color: #2CDA2C !important;
}

.ac_blue {
  color: #00BFFB !important;
}

.ff_eng {
  font-family: "titillium" !important;
}

.ff_point {
  font-family: "Jalnan" !important;
}

/* Contents  ======================================================================================================================================================*/
.h1 {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

.h2 {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

.h3 {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

.h4 {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

.h5 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

.para18 {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}

.para16 {
  display: block;
  font-size: 1.6rem;
  word-break: keep-all;
  word-wrap: break-word;
}

.sm14 {
  font-size: 1.4rem;
}

.sm12 {
  font-size: 1.2rem;
}

.empha_txt {
  display: block;
  position: relative;
  padding-left: 2rem;
}

.empha_txt::before {
  content: "\ea81";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "remixicon";
  font-weight: 600;
  color: #FF2E2E;
}

.title_h2 {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  word-break: keep-all;
  word-wrap: break-word;
}

.title_h3 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1C9ED0;
  word-break: keep-all;
  word-wrap: break-word;
}

.title_h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  word-break: keep-all;
  word-wrap: break-word;
}

ul.cont_list {
  font-size: 1.8rem;
}
ul.cont_list > li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}
ul.cont_list > li + li {
  margin-top: 1rem;
}
ul.cont_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #DDD;
  border-radius: 100%;
}
ul.cont_list > li.tit_tx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
ul.cont_list > li.tit_tx strong {
  flex: none;
  margin-right: 2rem;
}
ul.cont_list > li.empha_txt::before {
  content: "\ea81";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "remixicon";
  font-weight: 600;
  color: #FF2E2E;
  width: inherit;
  height: inherit;
  background: none;
}
ul.cont_list.dash > li {
  padding-left: 1.2rem;
}
ul.cont_list.dash > li::before {
  top: 1.5rem;
  width: 0.5rem;
  height: 1px;
  background: #555;
  border-radius: 0;
}
ul.cont_list.dot > li {
  padding-left: 0.8rem;
}
ul.cont_list.dot > li::before {
  top: 1.4rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #333;
  border-radius: 2px;
}
ul.cont_list.empha > li {
  padding-left: 2rem;
  color: #767676;
}
ul.cont_list.empha > li::before {
  content: "\ea81";
  top: 0.5rem;
  width: inherit;
  height: inherit;
  background: none;
  font-family: "remixicon";
  font-size: 1.3rem;
  font-weight: 600;
  color: #FF2E2E;
  border-radius: 0;
}
ul.cont_list ul.cont_list, ul.cont_list ol.num_list {
  margin-left: 0.5rem;
  margin-top: 1.6rem;
  font-size: 1.7rem;
}
ul.cont_list ul.cont_list ul.cont_list ol.num_list, ul.cont_list ol.num_list ul.cont_list ol.num_list {
  font-size: 1.6rem;
}

ol.num_list {
  font-size: 1.8rem;
  counter-reset: my-counter;
}
ol.num_list > li {
  word-break: keep-all;
  word-wrap: break-word;
  padding-left: 2.5rem;
  position: relative;
}
ol.num_list > li + li {
  margin-top: 1rem;
}
ol.num_list > li.lg {
  padding-left: 3rem;
}
ol.num_list > li::before {
  content: counter(my-counter) " .";
  counter-increment: my-counter;
  margin-right: 0.5rem;
  min-width: 2.3rem;
  position: absolute;
  left: 0;
  top: 0;
}
ol.num_list.round > li::before {
  align-self: center;
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  min-width: inherit;
  border: 1px solid #333;
  display: inline-block;
  border-radius: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
ol.num_list ol.num_list {
  margin-top: 0.5rem;
}
ol.num_list ol.num_list > li + li {
  margin-top: 0.3rem;
}
ol.num_list ul.cont_list {
  width: 100%;
  margin-left: 1.5rem;
}

.cont_box {
  padding: 3.2rem 2.4rem;
  border: 1px solid #CED6DC;
  border-radius: 1.6rem;
}
.cont_box.bg {
  background: #F3F7F9;
  border-color: #F3F7F9;
}
.cont_box:has(.img) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.cont_box:has(.img) .img {
  margin-right: 2.4rem;
}
.cont_box .ic_tit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
}
.cont_box .ic_tit i {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: #ECF2FD;
}

.box_group {
  display: grid;
  gap: 3rem 1.6rem;
}
.box_group.col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box_group.col2 .w100 {
  grid-column: 1/span 2;
}
.box_group.col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.box_group.col3 .w100 {
  grid-column: 1/span 3;
}
.box_group.col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.box_group.col4 .w100 {
  grid-column: 1/span 4;
}

.cont_table .top_text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #666;
}
.cont_table .top_text .txt_r {
  margin-left: auto;
}
.cont_table table {
  border-top: 2px solid #0E2C46;
  font-size: 1.6rem;
}
.cont_table table th, .cont_table table td {
  padding: 1.6rem 1rem;
  border-bottom: 1px solid #E0E5E9;
  border-right: 1px solid #E0E5E9;
  text-align: center;
}
.cont_table table th:last-child, .cont_table table td:last-child {
  border-right: none;
}
.cont_table table th.txt_l, .cont_table table td.txt_l {
  padding-left: 3rem;
}
.cont_table table th.txt_r, .cont_table table td.txt_r {
  padding-right: 3rem;
}
.cont_table table th:has(ul.cont_list), .cont_table table td:has(ul.cont_list) {
  text-align: left;
  padding-left: 3rem;
}
.cont_table table th:has(ul.cont_list) ul.cont_list > li + li, .cont_table table td:has(ul.cont_list) ul.cont_list > li + li {
  margin-top: 0.3rem;
}
.cont_table table th {
  background: #FBFBFB;
  font-weight: 600;
}
.cont_table table .border_l {
  border-left: 1px solid #E0E5E9;
}

/* Board  ======================================================================================================================================================*/
/* LIST ================================================================== */
.board_info:has(.cate_select) {
  position: relative;
  padding-top: 15rem;
}
.board_info:has(.cate_select) .cate_select {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #E8EDF1;
  border-radius: 1.6rem;
  width: 100%;
  padding: 2.5rem;
}
.board_info:has(.cate_select) .cate_select .btn_box {
  gap: 0.5rem;
  justify-content: center;
  margin: 0 auto;
}
.board_info:has(.cate_select) .cate_select .btn_box .btn {
  background: none;
  border-color: #CED6DC;
  color: #767676;
  width: 17rem;
  border-radius: 0;
}
.board_info:has(.cate_select) .cate_select .btn_box .btn.on {
  background: #0993BE;
  border-color: #0993BE;
  color: #fff;
  font-weight: 600;
}
.board_info:has(.cate_select) .cate_select .btn_box .btn.on::after {
  content: "\eb7b";
  font-family: "remixicon";
  font-weight: 600;
  margin-left: 5px;
}
.board_info:has(.cate_select) .cate_select .btn_box .btn:first-of-type {
  border-radius: 4px 0 0 4px;
}
.board_info:has(.cate_select) .cate_select .btn_box .btn:last-of-type {
  border-radius: 0 4px 4px 0;
}

/* 신고하기 (사용안함) */
.notify_list {
  border-top: 2px solid #454B56;
  border-bottom: 1px solid #ddd;
  padding: 4rem 0;
}
.notify_list ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.2rem;
}
.notify_list li a {
  display: block;
  position: relative;
  padding: 4rem 3rem;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .notify_list li a:hover {
    border: 1px solid #64CCCC;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }
}
.notify_list li .num {
  display: block;
  color: #03684C;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.notify_list li .icon {
  position: absolute;
  right: 3rem;
  top: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.notify_list li .icon i::before {
  font-family: "remixicon";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #00BFFB;
  border-radius: 100%;
  color: #fff;
}
.notify_list li .icon i.lock::before {
  content: "\eece";
}
.notify_list li .icon i.reply::before {
  content: "\ef44";
}
.notify_list li .icon i.new::before {
  content: "N";
  font-weight: 700;
}
.notify_list li .subject {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 7rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
}
.notify_list li .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.notify_list li .date {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.notify_list li .state {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 100%;
  background: #61A015;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
.notify_list li .state[data-label=처리반려] {
  background: #D94545;
}

/* 스텝 */
.step_box ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 8rem;
}
.step_box ul li {
  flex: 1;
  height: 14rem;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1.6rem;
  color: #fff;
  background: #1C67D0;
  text-align: center;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}
.step_box ul li:first-child {
  background: #0E3D7E;
}
.step_box ul li:last-child {
  background: #61A015;
}
.step_box ul li + li::before {
  content: "";
  position: absolute;
  left: -4.9rem;
  top: calc(50% - 0.8rem);
  background: url("/singo/img/main/step_arrow.svg") no-repeat center center;
  width: 1.8rem;
  height: 1.6rem;
  filter: brightness(0);
}
.step_box ul li strong {
  font-family: "titillium";
  font-size: 1.7rem;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1280px) {
  .notify_list ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .h1 {
    font-size: 3.6rem;
  }
  .h2 {
    font-size: 3.2rem;
  }
  .h3 {
    font-size: 2.4rem;
  }
  .h4 {
    font-size: 2.2rem;
  }
  .cont_box {
    padding: 2rem;
  }
  .box_group {
    display: block;
  }
  .box_group .cont_box + .cont_box {
    margin-top: 2rem;
  }
  .cont_table {
    position: relative;
  }
  .cont_table.wide {
    overflow-x: scroll;
    padding-bottom: 5px;
  }
  .cont_table.wide::-webkit-scrollbar-track {
    background-color: #EBEDF1;
    border-radius: 0;
  }
  .cont_table.wide::-webkit-scrollbar {
    height: 0.5rem;
  }
  .cont_table.wide::-webkit-scrollbar-thumb {
    background-color: #A3A3A3;
    border-radius: 0;
  }
  .cont_table.wide::before {
    content: "\ea60좌우로 움직여주세요 \ea6c";
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 0;
    z-index: 0;
    width: 120%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.6rem;
    animation: cont_table 3s alternate ease-in-out forwards;
  }
  .cont_table.wide table {
    max-width: 110rem !important;
    width: 110rem !important;
  }
  @keyframes cont_table {
    0% {
      opacity: 0.9;
      left: 50%;
    }
    25% {
      opacity: 0.9;
      left: 45%;
    }
    50% {
      opacity: 0.9;
      left: 55%;
    }
    75% {
      opacity: 0.9;
      left: 45%;
    }
    99% {
      opacity: 0;
      left: 55%;
    }
    100% {
      opacity: 0;
      overflow: hidden;
    }
  }
  .notify_list ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
  .notify_list ul li a {
    padding: 3rem 2rem;
  }
  .notify_list ul li .state {
    width: 6rem;
    height: 6rem;
  }
  .notify_list ul li .subject {
    font-size: 2.2rem;
  }
  .step_box ul {
    gap: 3rem;
  }
  .step_box ul li + li::before {
    left: -2.4rem;
  }
  .board_list.singo_list tbody td.subject {
    width: inherit;
    flex: 1;
  }
  .board_list.singo_list tbody td.reg_date {
    width: 100%;
    text-align: left;
  }
  .board_list.singo_list tbody td.reg_date::before {
    content: "신고일";
  }
  .board_list.singo_list tbody td.vio_date {
    width: 100%;
    text-align: left;
  }
  .board_list.singo_list tbody td.vio_date::before {
    content: "위반일";
  }
  .board_list.singo_list tbody td.state {
    top: 1rem;
  }
  .pr2_agree {
    display: none;
  }
  .pr2_agree + .title_h2 {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .board_info:has(.cate_select) {
    padding-top: 7rem;
  }
  .board_info:has(.cate_select) .cate_select {
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
  }
  .board_info:has(.cate_select) .cate_select .btn_box {
    width: 100%;
    flex-wrap: nowrap;
  }
  .board_info:has(.cate_select) .cate_select .btn_box .btn {
    width: inherit;
    min-width: inherit;
    flex: 1;
  }
  .notify_list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .title_h2 {
    font-size: 3rem;
  }
  .title_h3 {
    font-size: 2.6rem;
  }
  .title_h4 {
    font-size: 2.3rem;
  }
  .para18 {
    font-size: 1.6rem;
  }
  .para16 {
    font-size: 1.5rem;
  }
  ul.cont_list {
    font-size: 1.6rem;
  }
  ul.cont_list > li::before {
    top: 0.9rem;
  }
  ul.cont_list.dash > li::before {
    top: 1.2rem;
  }
  ul.cont_list.dot > li::before {
    top: 1.2rem;
  }
  ul.cont_list ul.cont_list {
    font-size: 1.5rem;
  }
  ul.cont_list ul.cont_list ul.cont_list {
    font-size: 1.5rem;
  }
  ol.num_list {
    font-size: 1.6rem;
  }
  .cont_table.scroll {
    overflow-x: scroll;
    padding-bottom: 5px;
  }
  .cont_table.scroll::-webkit-scrollbar-track {
    background-color: #EBEDF1;
    border-radius: 0;
  }
  .cont_table.scroll::-webkit-scrollbar {
    height: 0.5rem;
  }
  .cont_table.scroll::-webkit-scrollbar-thumb {
    background-color: #A3A3A3;
    border-radius: 0;
  }
  .cont_table.scroll::before {
    content: "\ea60좌우로 움직여주세요 \ea6c";
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 0;
    z-index: 0;
    width: 120%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.6rem;
    animation: cont_table 3s alternate ease-in-out forwards;
  }
  .cont_table.scroll table {
    max-width: 80rem;
    width: 80rem;
  }
  .step_box ul {
    flex-direction: column;
  }
  .step_box ul li {
    width: 100%;
  }
  .step_box ul li + li::before {
    left: calc(50% - 0.9rem);
    top: -2.3rem;
    transform: rotate(90deg);
  }
}
@media (max-width: 480px) {
  .h1 {
    font-size: 3.2em;
  }
  .h2 {
    font-size: 2.8rem;
  }
  .h3 {
    font-size: 2.4rem;
  }
  .h4 {
    font-size: 2.2rem;
  }
  .h5 {
    font-size: 1.8rem;
  }
  .para16 {
    font-size: 1.4rem;
  }
  .sm14 {
    font-size: 1.2rem;
  }
  .title_h2 {
    font-size: 2.8rem;
  }
  .title_h3 {
    font-size: 2.4rem;
  }
  .title_h4 {
    font-size: 2.2rem;
  }
  .notify_list ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .notify_list ul li .subject {
    font-size: 2rem;
    height: 5.3rem;
  }
}