/* flex-area */
.container_wrap {
  padding-top: 64px;
}

.left_content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  width: 776px;
}


.left_content article {
  margin-bottom: 64px;
}

.title_24 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 4px;
}

.title_24 span {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #53430F;
  vertical-align: middle;
  margin: 0 6px;
  margin-top: -4px;
}



/* 글쓰기 목록 */
.write_div {
  margin-bottom: 24px;
  position: relative;
}

.write_div:last-child {
  margin-bottom: 0;
}

.bo_w_info {
  display: none;
}


/* 공지 체크박스 */

.chk_box input {
  display: none;
}

.chk_box label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chk_box label span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #E4E5E7;
  text-align: center;
  line-height: 21px;
  margin-right: 8px;
  text-indent: 0px;
}

.chk_box label span::after {
  display: block;
  content: '';
  width: 20px; height: 20px;
  background-image: url(../img/05-writing/check-w.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 16px;
  color: #fff;
}

.chk_box label b {
  font-weight: 400;
  padding-bottom: 2px;
  font-size: 13px;
  color: #45495A;
  letter-spacing: 0;
}
.chk_box input[type="checkbox"]:checked+label span {
  background: #3870FF;
  border: none;
}




/* 임시저장버튼 */
.list_w_chk {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  position: relative;
}

#btn_autosave {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  width: auto;
  height: 40px;
  border-radius: 0;
  background-color: #45495A;
  font-size: 13px;
  padding: 0 24px;
  color: #fff;
}

#autosave_pop {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 5;
  width: 336px;
  background: #fff;

  display: none;
}

#autosave_pop:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #E4E5E7 transparent;
}

#autosave_pop::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}


#autosave_pop ul::-webkit-scrollbar {
  width: 2px;
}

#autosave_pop ul::-webkit-scrollbar-thumb {
  height: 10%;
  background: #AFB1B8;
}

#autosave_pop ul::-webkit-scrollbar-track {
  background: #E4E5E7;
}

#autosave_pop ul {
  height: 196px;
  padding: 12px;
  border: 1px solid #E4E5E7;
  border-bottom: 0;
  overflow-y: scroll;
}

#autosave_pop ul li {
  background: #f4f4f4;
  padding: 12px 16px;
  margin-bottom: 12px;
  position: relative;
}

#autosave_pop ul li:last-child {
  margin-bottom: 0;
}

.autosave_load {
  font-size: 13px;
  color: #45495A;
}

#autosave_pop ul li span {
  display: block;
  font-size: 12px;
  color: #9497A0;
  padding-top: 4px;
  padding-bottom: 2px;
}

.autosave_del {
  font-size: 16px;
  color: #9497A0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.autosave_close {
  width: 100%; height: 48px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  background: #fff;
  border: 0;
  border: 1px solid #E4E5E7;
  border-top: 1px solid rgba(0,0,0,0.15);
  color: #45495A;
}






/* 카테고리 분류 */

.write_div .select_option {
  width: 100%;
  height: 48px;
  line-height: 46px;
  border: 1px solid #E4E5E7;
  box-sizing: border-box;
  padding: 0;
  text-indent: 16px;
  color: #9497A0;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;

  position: relative;
}

.write_div .select_option img {
  float: right;
  height: 16px;
  margin-right: 16px;
  margin-top: 16px;
}

.write_div .select_option_list {
  box-sizing: content-box;
  width: 100%;
  background: #fff;
  border: 1px solid #E4E5E7;
  position: absolute;
  top: 50px;
  left: -1px;
  z-index: 9;
  padding: 12px 0;
  font-size: 13px;

  display: none;
}

.select_option_list li {
  height: 24px;
  line-height: 24px;
  margin-bottom: 4px;
  font-size: 13px;
  color: #45495A;
  letter-spacing: 0;
}

.select_option_list li:last-child {
  margin-bottom: 0px;
}

.select_option_list li:hover {
  color: #3870FF;
}



/* 제목, 링크, 파일 */

.label_component {
  width: 216px;
  height: 48px;
  border: 1px solid #E4E5E7;
  border-right: 0;
  text-indent: 16px;
  line-height: 46px;
  color: #9497A0;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.label_component img {
  margin: 16px;
}

.input_component {
  width: 100%;
  height: 48px;
  border: 1px solid #E4E5E7;
  border-left: 0;
  text-indent: 12px;
}

.input_component::placeholder {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 13px;
  color: #9497A0;
  font-weight: 300;
}

.cheditor-editarea-wrapper {
  /*height: 380px;*/
  /*border: 1px solid #E4E5E7;*/
}


#wr_file_1 {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;

  display: none;
}


.list_w_file .label_component {
  /* width: 25%; */
  align-items: center;
}

.list_w_file .label_component span {
  /* display: block; */
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  background: #f4f4f4;
  color: #45495A;
  text-indent: 0;
  margin-left: 12px;
}
.upload_name {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 13px;
  color: #9497A0;
}


/* 컨펌버튼 */
.btn_confirm {
  padding-top: 16px;
}

.btn_confirm a {
  text-align: center;
  color: #45495A;
  border: 1px solid #E4E5E7;
  background: #fff;
  line-height: 38px;
  margin-left: 0;
  width: auto;
  padding: 0 32px;
  font-size: 15px;
}

.btn_confirm button {
  width: auto;
  border: 1px solid #3870FF;
  background: #3870FF;
  color: #fff;
  padding: 0 32px;
  font-size: 15px;
  line-height: 38px;
  margin-left: 16px;
}





/* 미디어쿼리 브레이크포인트 1180px 이하 */
@media screen and (max-width:1180px) {
  aside {
    display: none;
  }
  .hd_wrap {
    border-bottom: 1px solid #f4f4f4;
  }

  .container_wrap {
    flex-direction: column;
    padding-top: 32px;
  }

  .left_content {
    width: 100%;
  }

  .container_wrap .title_area {
    padding-left: 0;
    padding-right: 0;
  }

  /* aside 항목 */
  .best_review {
    display: block;
  }

  .market_view_2,
  .broker-choice {
    display: none;
  }
}

@media screen and (max-width:856px) {
  .container_wrap {
    padding-top: 24px;
  }
}

@media screen and (max-width:700px) {

  .container_wrap .title_area {
    padding-bottom: 16px;
  }

  .write_div {
    margin-bottom: 16px;
  }
  .label_component {
    width: 65px;
  }
  .input_component {
    text-indent: 4px;
  }

  .list_w_file .label_component span {
    display: none;
  }
}


@media screen and (max-width:400px) {
  #autosave_pop {
    width: 100%;
  }
  .btn_confirm button {
    margin-left: 8px;
  }
  .market_view {
    display: none;
    height: 668px;
  }
}
