#sub_wrap {
  margin-bottom: 200px;
  background: url("/images/sub/bg_page.png") no-repeat calc(50% + 875px) 320px;
  /* overflow-x: hidden; */
}
#sub_wrap.no_bg {
  background: none;
}

/*********************
공통
***********************/
.m550_block {
  display: none;
}
.hr {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 3.5rem 0;
}
.hr.dark {
  width: 100%;
  height: 1px;
  background-color: #191d37;
  margin: 3.5rem 0;
}
i.bookmark_i {
  color: #ffa800;
}
i.bookmark_i.on svg {
  fill: #ffa800;
}
.zero-board-list {
  text-align: center;
}

/* input */
.txt_r {
  color: #e83234;
  font-style: normal;
  margin-left: 2px;
}
.txt_b {
  color: #2b8feb;
  font-style: normal;
  margin-left: 2px;
}
.area_input {
  border: none;
  padding: 0;
  margin: 50px 0 0;
}
.area_input legend {
  display: none;
}
.area_input input::placeholder,
.area_input input::-webkit-input-placeholder,
.area_input input:-ms-input-placeholder {
  color: #9fa5b4;
  letter-spacing: -1px;
}
.area_input article {
  display: flex;
  align-items: center;
}
.area_input article > label {
  color: #333;
  width: 20%;
  min-width: 137px;
}
.area_input article > label + * {
  width: calc(100% - 137px);
}
.area_input article > p input,
.area_input article > p textarea,
.area_input article > p select {
  width: 100%;
}
.area_input article > p.grid2 {
  display: flex;
  justify-content: space-between;
}
.area_input article > p.grid2 input {
  width: 73%;
}
.area_input article > p.grid2 .btn {
  width: 25%;
  font-weight: 300;
}
.area_input article + article {
  margin-top: 20px;
}
.area_input article:not(:first-of-type) {
  margin-top: 20px;
}
.area_input article + article.sms_check {
  margin-top: 8px;
}
.area_input .push_check {
  margin-top: 8px;
}
.area_input .alert_msg label {
  margin-bottom: 33px;
}
.area_input .alert_msg .txt_r {
  display: inline-block;
  color: #e83234;
  font-size: 0.875rem;
  line-height: 1em;
  padding: 10px 0 18px;
  height: 0.875rem;
}
.area_input .alert_msg + article {
  margin-top: 6px;
}
.area_input .alert_msg2 + .txt_r {
  margin: 10px 0 0 calc(20% + 15px);
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1em;
  letter-spacing: -1px;
}
.area_input p.filename {
  margin: 4px 0 0 calc(20% + 15px);
}

/* 버튼 */
.area_btn {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn {
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #223b62;
  background: #223b62;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.btn:active {
  opacity: 0.85;
}
.btn + .btn {
  margin-left: 16px;
}
.btn.big {
  height: 70px;
  line-height: 70px;
  min-width: 150px;
  font-size: 1.375rem;
  letter-spacing: -2px;
  font-weight: 300;
}
.btn.white {
  border-color: #b2b2b2;
  background: #fff;
  color: #666;
}
.btn.blue {
  border-color: #2b8feb;
  background: #2b8feb;
  color: #fff;
}
.btn.gray {
  color: #666;
  border-color: #e2e2e2;
  background: #e2e2e2;
}
.btn.table {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 300;
  letter-spacing: -1px;
  cursor: pointer;
  padding: 0 2.5rem;
  height: auto;
  line-height: 2.4rem;
}
.btn.table + .btn.table {
  margin-left: 1rem;
}
.btn.s {
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.375rem 0.5625rem;
  height: auto;
  letter-spacing: -1px;
  cursor: pointer;
  font-weight: 300;
}
.btn.xs {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.22rem 0.5625rem;
  height: auto;
  letter-spacing: -1px;
  cursor: pointer;
  font-weight: 300;
}

/* 목록 테이블 - 상단 영역 */
.area_table .topsearch {
  display: flex;
  justify-content: flex-end;
}
.area_table .topsearch > select,
.area_table .topsearch > input {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 300;
  min-height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.area_table .topsearch > input {
  margin-left: 0.5rem;
}
.area_table .topsearch > .btn {
  margin-left: 1rem;
  padding: 0 2.5rem;
  height: auto;
  font-size: 1.125rem;
  line-height: 2.4rem;
  font-weight: 300;
}
.area_table .topsearch.big {
  justify-content: space-between;
  margin: 2.5rem 0;
}
.area_table .topsearch.big > input {
  font-size: 1.5rem;
  letter-spacing: -2px;
  color: #9fa5b4;
  padding: 2.12rem 2rem 2.12rem 5rem;
  width: 80%;
  background: url("/images/sub/ico_topsearchbig.png") no-repeat 2rem center;
}
.area_table .topsearch.big > .btn {
  font-size: 1.375rem;
  line-height: 4.25rem;
  width: 19%;
}
.area_table .topsort {
  margin: 2rem 0 1.5rem;
  display: flex;
  justify-content: space-between;
}
.area_table .topsort h1 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: -2px;
  font-weight: 700;
  color: #191d37;
}
.area_table .topsort p a {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: -1px;
  color: #9fa5b4;
  cursor: pointer;
}
.area_table .topsort p a.active {
  color: #191d37;
  font-weight: 600;
}
.area_table .topsort p a + a {
  position: relative;
  margin-left: 1.6rem;
}
.area_table .topsort p a + a::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #dcdcdc;
  display: inline-block;
  position: relative;
  left: -0.8rem;
}
/* 목록 테이블 - 목록형 */
.area_table .list table {
  border-top: 1px solid #7a7d96;
  table-layout: fixed;
}
.area_table .list table caption {
  position: absolute;
  left: -9999px;
}
.area_table .list th,
td {
  position: relative;
  border-bottom: 1px solid #e5e7ee;
}
.area_table .list th {
  color: #223b62;
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  padding: 1rem;
}
.area_table .list th + th::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #c5c9d6;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1.1rem;
}
.area_table .list td {
  text-align: center;
  color: #666;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1rem;
  padding: 1rem;
}
.area_table .list td a {
  display: inline-block;
}
.area_table .list td.title {
  text-align: left;
  /* font-weight: 500; */
  /* color: #333; */
}
.area_table .list tbody tr:hover th,
.area_table .list tbody tr:hover td {
  background: #f9f9f9;
}
/* 목록 테이블 - 검색형 */
.area_table .list2 {
  background: #f5fafe;
  border-radius: 5px;
  padding: 0 2.5rem;
}
.area_table .list2 article {
  padding: 2rem 0;
  position: relative;
}
.area_table .list2 h1 {
  padding-right: 10rem;
  margin-bottom: 0.75rem;
}
.area_table .list2 h1 span {
  position: relative;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -2px;
  font-weight: 500;
}
.area_table .list2 h1 span::after {
  content: "go";
  display: inline-block;
  position: absolute;
  right: -2.5rem;
  margin-left: 0.5rem;
  background: #ffa800;
  color: #333;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.875rem;
  width: 1.875rem;
  text-align: center;
  border-radius: 50%;
  font-family: arial;
  letter-spacing: 0;
  cursor: pointer;
}
.area_table .list2 p {
  color: #666;
  line-height: 1.5rem;
  letter-spacing: -1px;
}
.area_table .list2 article + article {
  border-top: 1px solid #c5c9d6;
}
.area_table .list2 .date {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #666;
  line-height: 1.875rem;
}
.area_table .list2 article h1:hover a {
  text-decoration: underline;
}
/* 목록 테이블 - 이미지 목록형 세로 */
.area_table .img_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.6665%;
  margin-right: -0.6665%;
}
.area_table .img_list article {
  width: 24%;
  cursor: pointer;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.area_table .img_list article:nth-child(n + 5) {
  margin-top: 1.5rem;
}
.area_table .img_list article figure {
  width: 100%;
  height: 0;
  padding-top: calc(3 / 5 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.area_table .img_list article p:nth-child(2) {
  font-size: 1.375rem;
  line-height: 1.875rem;
  letter-spacing: -2px;
  color: #333;
  font-weight: 500;
  margin: 10px 0 10px;
}
.area_table .img_list article p:nth-child(3) {
  font-size: 0.75rem;
  line-height: 1em;
  letter-spacing: -0.5px;
  color: #999;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.area_table .img_list article p:nth-child(4) {
  letter-spacing: -1px;
  color: #666;
  margin-bottom: 1.5rem;
}
.area_table .img_list article:hover figure {
  opacity: 0.85;
}
.area_table .img_list article:hover p:nth-child(2) {
  text-decoration: underline;
}
/* 목록 테이블 - 이미지 목록형 가로 */
.area_table .img_list2 article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area_table .img_list2 article > .img {
  /* width: 21.4%;
  min-width: 21.4%;
  height: 10.9375rem;
  margin-right: 2rem; */
  position: relative;
  height: 0;
  width: 21.4%;
  min-width: 21.4%;
  padding-bottom: calc(3 / 5 * 21.4%);
}
.area_table .img_list2 article > .img img {
  /* max-width: 100%;
  width: 100%;
  max-height: 175px; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.area_table .img_list2 article > .txt {
  padding: 1.43rem;
  padding-right: 2rem;
  width: 68.6%;
}
.area_table .img_list2 article > .txt > p:nth-child(1) {
  color: #223b62;
  font-size: 0.75rem;
  line-height: 1em;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin-bottom: 1.0625rem;
}
.area_table .img_list2 article > .txt > p:nth-child(2) {
  color: #333;
  font-size: 1.375rem;
  line-height: 2em;
  letter-spacing: -2px;
  font-weight: 500;
}
.area_table .img_list2 article > .txt > p:nth-child(3),
.area_table .img_list2 article > .txt > div > * {
  color: #666;
  line-height: 1.75em;
  letter-spacing: -1px;
  /*text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;*/
}
.area_table .img_list2 article > .txt:hover p:nth-child(2) {
  text-decoration: underline;
}
.area_table .img_list2 article > .date {
  width: 10%;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.area_table .img_list2 article > .date img {
  margin-right: 0.5rem;
}
.area_table .img_list2 .ellipsis.line2 {
  max-height: 50px;
  color: #666 !important;
  font-size: 1em !important;
  line-height: 1.75em !important;
  letter-spacing: -1px !important;
  font-weight: normal !important;
}
.area_table .img_list2 .ellipsis.line2 * {
  color: #666 !important;
  font-size: 1em !important;
  line-height: 1.65em !important;
  letter-spacing: -1px !important;
  font-weight: normal !important;
}
/* 목록 테이블 - 읽기형 일반 게시판 */
.area_table .read .info2,
.area_table .read .content,
.area_table .read .content_btn {
  border-top: 1px solid #e5e7ee;
}
.area_table .read .info {
  border-top: 1px solid #7a7d96;
  display: flex;
  justify-content: space-between;
}
.area_table .read .info p {
  color: #223b62;
  padding: 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area_table .read .info p:nth-child(1) {
  display: inline-block;
  width: 65.5%;
  padding: 1rem 2.5rem;
  font-size: 1.0625rem;
  font-weight: 500;
  justify-content: flex-start;
  max-width: 65.5%;
}
.area_table .read .info p:nth-child(1) img {
  margin-left: 0.5rem;
}
.area_table .read .info p:nth-child(2) {
  width: 14.5%;
}
.area_table .read .info p:nth-child(n + 3) {
  width: 10%;
}
.area_table .read .info .td_btn img.none {
  opacity: 0.2;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.area_table .read .info .td_btn a + a {
  margin-left: 1.5625rem;
}
.area_table .read .info2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.8rem 2.5rem 0;
}
.area_table .read .info2 p {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: -1px;
  font-weight: 400;
  padding-bottom: 0.8rem;
  color: #223b62;
}
.area_table .read .info2 p a {
  color: #223b62;
}
.area_table .read .info2 p img {
  margin-left: 0.375rem;
}
.area_table .read .content {
  color: #333;
  /* padding: 2rem 2.5rem;
  line-height: 1.5;
  letter-spacing: -1px; */
  padding: 2rem 12.5%;
  margin: 0 auto;
  line-height: 1.6;
}
.area_table .read .content img {
  max-width: 100%;
  width: 100%;
  margin: 1rem auto;
  display: block;
}
.area_table .read .content_btn,
.area_table .read2 .content_btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.5rem;
}
/* 목록 테이블 - 읽기형2 th,td 조합형 */
.area_table .read2 .table {
  border-top: 1px solid #7a7d96;
}
.area_table .read2 .tr {
  display: flex;
  justify-content: flex-start;
}
.area_table .read2 .tr .th,
.area_table .read2 .tr .td {
  font-size: 1.125rem;
  letter-spacing: -1px;
  border-bottom: 1px solid #e5e7ee;
  padding: 1rem 2rem;
}
.area_table .read2 .tr .th {
  width: 10.5%;
  color: #223b62;
  font-weight: 500;
  background: #f1f5fb;
  text-align: center;
}
.area_table .read2 .tr .td {
  width: 89.5%;
  color: #191d37;
}
.area_table .read2 .tr.cont > * {
  min-height: 120px;
  display: flex;
  align-items: center;
}
.area_table .read2 .tr.cont > .th {
  justify-content: center;
}
.area_table .read2 .tr.two .td {
  width: 39.5%;
}
/* 목록 테이블 - 댓글 */
.area_table .comment .topsort {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.area_table .comment .list > article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f5fb;
  border-bottom: 1px solid #e5e7ee;
}
.area_table .comment .list > article p {
  color: #333;
  padding: 0.75rem;
  text-align: center;
}
.area_table .comment .list > article p:nth-child(odd) {
  width: 12%;
}
.area_table .comment .list > article p:nth-child(2) {
  width: 71%;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.area_table .comment .list > article p:nth-child(2) a {
  margin-left: 0.375rem;
  cursor: pointer;
}
.area_table .comment .list > article p:nth-child(4) {
  width: 7%;
}
.area_table .comment .list > article p textarea {
  width: 100%;
}
/* 목록 테이블 - 댓글(동일 디자인에 답글) */
.area_table .comment.reply .list > article p:nth-child(2) {
  width: 80%;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  letter-spacing: -1px;
}
/* 목록 테이블 - 페이징 영역 */
.area_paging {
  position: relative;
}
/* 탭 */
.tab {
  display: flex;
  margin: 2.5rem 0 80px;
}
.tab a {
  width: 25%;
  border: 1px solid #e2e2e2;
  border-right: 0;
  height: 60px;
  line-height: 60px;
  color: #999;
  font-size: 1.25rem;
  letter-spacing: -2px;
  text-align: center;
}
.tab a:last-child {
  border-right: 1px solid #e2e2e2;
}
.tab a.on {
  color: #fff;
  background: #ffa800;
  border-color: #ffa800;
}
.tab a.on + a {
  border-left: 0;
}
.tab2 {
  display: flex;
  justify-content: center;
}
.tab2 a {
  position: relative;
  margin: 0 2rem;
  color: #666;
  font-size: 1.25rem;
  line-height: 1em;
  letter-spacing: -2px;
}
.tab2 a.on {
  color: #191d37;
  font-weight: 600;
}
.tab2 a + a::before {
  position: relative;
  left: -2rem;
  content: "";
  width: 1px;
  height: 0.875rem;
  background: #dcdcdc;
  display: inline-block;
}
/* 스크립트 탭 */
.tab_cont .cont {
  display: none;
}
.recru_tab_cont .cont {
  display: none;
}

/*********************
페이지 타이틀
***********************/
.sub_image_wrap {
  position: relative;
  background: url("/images/sub/img_title.png") no-repeat center;
  background-color: #c2d3f1;
  height: 330px;
  margin-bottom: 0;
}
.sub_image_wrap img {
  display: none;
  max-width: 100%;
}
.sub_image_text {
  position: absolute;
  top: 228px;
  left: calc(50% - 359px);
  transform: translateX(-50%);
  width: 440px;
  text-align: center;
}
.sub_image_text h1 {
  font-size: 22px;
  line-height: 1.4;
}
.page_title {
  position: relative;
  color: #191d37;
  font-size: 2.1875rem;
  line-height: 1em;
  font-weight: 700;
  margin-top: 80px;
}
.page_title::before {
  content: "";
  background: url(/images/sub/bg_h1.png) no-repeat center;
  display: inline-block;
  width: 84px;
  height: 84px;
  position: absolute;
  left: -62px;
  bottom: 42px;
  z-index: -999;
}
.page_title::after {
  content: "";
  background: url(/images/sub/bg_h1_bottom.png) repeat;
  display: inline-block;
  width: 100%;
  height: 4px;
}
.page_title > span:not(.mobile) {
  color: #666;
  padding-left: 24px;
  font-size: 1.125rem;
  line-height: 1em;
  font-weight: 300;
}
.page_title.center {
  font-size: 3.5rem;
  font-weight: 500;
  width: fit-content;
  margin: 120px auto 0;
}
.page_title.center::before {
  left: -46px;
  bottom: 28px;
}
.page_title.center::after {
  display: none;
}

.page_title_hr {
  width: 100%;
  height: 3px;
  background-color: #191d37;
  margin: 3.5rem 0;
}

h2.page_subtitle {
  font-size: 2.1875rem;
  color: #191d37;
  line-height: 1em;
  letter-spacing: -2px;
  font-weight: 500;
  text-align: center;
}
h3.page_subtitle {
  font-size: 1.125rem;
  color: #666;
  line-height: 1em;
  letter-spacing: -2px;
  font-weight: 300;
  text-align: center;
}

.sub_title {
  color: #191d37;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: -2px;
  font-weight: 500;
}
.sub_title.in_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*********************
로그인
***********************/
.login {
  width: 500px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}

.login .area_input input[type="text"],
.login .area_input input[type="password"] {
  border: none;
  border-bottom: 2px solid #191d37;
  width: 100%;
  color: #9fa5b4;
  border-radius: 0;
  padding: 0;
  font-size: 1.5rem;
  height: 70px;
  line-height: 70px;
  margin-bottom: 24px;
}
.login .area_input .btn {
  width: 100%;
  margin-top: 16px;
}

.login .arae_link {
  font-size: 1.125rem;
  letter-spacing: -1px;
  margin-top: 2.5rem;
  text-align: center;
}
.login .arae_link a + a::before {
  content: "|";
  color: #dcdcdc;
  padding: 0 10px;
}
.login .arae_link a:hover {
  color: #3153b4;
}

.login .line {
  position: relative;
  text-align: center;
  margin: 50px 0 60px;
}
.login .line span {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  background-color: #fff;
  padding: 0 15px;
}
.login .line::after {
  content: "";
  background-color: #ddd;
  width: 100%;
  height: 1px;
  z-index: -999;
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
}

.login .area_sns {
  text-align: center;
}
.login .area_sns a {
  position: relative;
  width: 90px;
  height: 90px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.login .area_sns a:hover,
.login .area_sns a:focus {
  background: rgba(0, 0, 0, 0.025);
}
.login .area_sns a + a {
  margin-left: 53px;
}
.login .area_sns a::after {
  content: "";
  color: #666;
  letter-spacing: -1px;
  position: absolute;
  bottom: -36px;
  width: 100px;
  text-align: center;
}
.login .area_sns a.kakao::after {
  content: "카카오톡 로그인";
}
.login .area_sns a.naver::after {
  content: "네이버 로그인";
}
.login .area_sns a img {
  width: 50%;
}
.login .area_sns a.naver img {
  width: 40%;
}
.login .area_sns a::after,
.join .area_type a::after {
  left: 50%;
  transform: translateX(-50%);
}

/*********************
회원가입
***********************/
.join h3.page_subtitle {
  margin-top: 16px;
}
.join .join_step {
  text-align: center;
  margin-bottom: 2.5rem;
}
.join .join_step a {
  width: 16px;
  height: 16px;
  background-color: #eee;
  border-radius: 50%;
}
.join .join_step a.on {
  background-color: #2b8feb;
}
.join .join_step a + a {
  margin-left: 16px;
}

.join .area_type {
  padding: 3.5rem 0 48px;
  display: flex;
  justify-content: space-around;
}
.join .area_type a {
  position: relative;
  width: 12.5rem;
  height: 12.5rem;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.join .area_type a:hover,
.join .area_type a:focus {
  background: rgba(0, 0, 0, 0.025);
}
.join .area_type a::after {
  content: "";
  font-size: 1.5rem;
  color: #191d37;
  letter-spacing: -2px;
  position: absolute;
  bottom: -50px;
  width: 167px;
  text-align: center;
}
.join .area_type a.normal::after {
  content: "일반 회원가입";
}
.join .area_type a.kakao::after {
  content: "카카오톡 회원가입";
}
.join .area_type a.naver::after {
  content: "네이버 회원가입";
}

.join .area_agree {
  margin-top: 3.5rem;
}
.join .area_agree h1 {
  color: #666;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
}
.join .area_agree .area_txt {
  border: 1px solid #dcdcdc;
  padding: 32px;
}
.join .area_agree .area_txt div.scroll {
  margin-top: 16px;
  max-height: 120px;
  overflow-y: auto;
}
.join .area_agree .area_txt div.scroll * {
  font-size: 14px;
  line-height: 1.4;
}
.join .area_agree .area_txt:first-of-type {
  margin-top: 24px;
}
.join .area_agree .area_txt + article {
  margin-top: 16px;
}
.join .area_txt h1 {
  color: #333;
}
.join .area_txt p {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.714em;
  letter-spacing: -1px;
  margin-top: 16px;
  height: 90px;
  overflow-y: auto;
}
.join .area_agree + .area_btn {
  margin-top: 2.5rem;
}

.join .area_input {
  margin-top: 0;
  padding: 3.5rem 45px;
}
.join .input_hr {
  width: 100%;
  height: 1px;
  background: #191d37;
  margin-bottom: 16px;
}
.join .input_check {
  color: #666;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: right;
  margin-bottom: 32px;
}

.join .area_btn a {
  width: 70%;
}

/*********************
아이디/비밀번호 찾기
***********************/
.find {
  padding-bottom: 100px;
}
.find .area_input article {
  padding: 0 3.5rem;
}
.find .area_btn a {
  width: 70%;
}

/*********************
팝업
***********************/
/* 아이디,비밀번호찾기 공통 */
.popup.find .line3pxblack {
  width: 100%;
  height: 3px;
  background-color: #191d37;
  margin: 48px 0 2.5rem;
}
.popup.find .wrap {
  width: 800px;
  height: 530px;
  top: calc(50% - 264px);
}
.popup.find .content {
  text-align: center;
}
.popup.find .content h1 {
  color: #191d37;
  font-size: 3.125rem;
  line-height: 1em;
  letter-spacing: -2px;
  font-weight: 500;
  text-align: center;
}
.popup.find .content h2 {
  color: #191d37;
  line-height: 1em;
  letter-spacing: -1px;
  font-weight: 400;
  text-align: center;
}
.popup.find .content .btn {
  width: 22.5rem;
  height: 58px;
  margin: 0 auto;
  font-size: 1.125rem;
  letter-spacing: -2px;
  line-height: 58px;
  font-weight: 300;
}
/* 아이디찾기 */
#pop_findid .area_box {
  border: 1px solid #e2e2e2;
  margin: 32px 0 2.5rem;
  padding: 24px 0;
}
#pop_findid .area_box p {
  color: #191d37;
  font-size: 1.25rem;
  line-height: 2em;
  letter-spacing: -2px;
  font-weight: 500;
  text-align: center;
}
/* 비밀번호찾기 */
#pop_findpw .area_input article > label {
  color: #333;
  width: 30%;
  padding-bottom: 33px;
}
#pop_findpw .area_input article > p {
  width: 70%;
  text-align: left;
}
#pop_findpw .content .btn {
  margin-top: 2.5rem;
}
/* 조합 소개 이미지 */
#pop_recruimg {
  cursor: pointer;
}
#pop_recruimg .wrap {
  padding: 0;
  width: fit-content;
  top: 50%;
  transform: translateY(-50%);
}
#pop_recruimg .btn_close {
  display: none;
}
#pop_recruimg .content {
  text-align: center;
}
#pop_recruimg .content img {
  cursor: default;
  max-width: 100%;
}

/*********************
마이페이지
***********************/
/* 회원정보수정 */
.my .myinfo .area_input {
  margin-top: 0;
  padding: 2.5rem 0 3.5rem;
}
.my .myinfo .input_hr {
  width: 100%;
  height: 1px;
  background: #191d37;
  margin-bottom: 3.5rem;
}
.my .myinfo .hr {
  margin: 0;
}
.my .myinfo .area_btn.dropdout {
  justify-content: flex-end;
  margin-top: 24px;
}
.my .myinfo .area_btn.dropdout .btn {
  color: #666;
  background: #fff;
  border-color: #b2b2b2;
  font-size: 1.125rem;
  height: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -2px;
  padding: 0 2.71875rem;
}
/* 회원탈퇴 */
.my .dropout .area_input {
  margin-top: 0;
  padding: 18px 0 0;
}
.my .dropout .area_input textarea {
  height: 200px;
}
.my .dropout .input_check {
  margin-top: 2.5rem;
}
.my .dropout-com {
  padding-bottom: 200px;
}
.my .dropout-com h2 {
  margin-top: 120px;
}
.my .dropout-com h3 {
  margin: 16px 0 120px;
}
/* 즐겨찾기 */
.my .area_bookmark {
  display: flex;
  flex-wrap: wrap;
}
.bookmark_box {
  width: 32.6%;
  border: 1px solid #dcdcdc;
  padding: 24px;
  margin-bottom: 1rem;
}
.bookmark_box h1 {
  width: fit-content;
  width: 6.875rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  background: #ffa800;
  letter-spacing: -1px;
  font-weight: 300;
}
.bookmark_box h1.end {
  background: #b2b2b2;
}
.bookmark_box h2 {
  position: relative;
  margin: 10px 0 7px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: -2px;
  color: #191d37;
  font-weight: 500;
}
.association .bookmark_box h2 a {
  max-width: 88%;
  line-height: 1.2;
}
.bookmark_box h2 em {
  font-weight: 700;
  font-style: normal;
}
.bookmark_box h2 i {
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #ffa800;
}
.bookmark_box h2 i.on svg {
  fill: #ffa800;
}
.bookmark_box p {
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.75;
  color: #999;
}
.bookmark_box:hover h2 a {
  text-decoration: underline;
}
.my .bookmark_box + .my .bookmark_box {
  margin-left: 1.1%;
}
.my .bookmark #paging {
  margin-top: 32px;
}
/* 내가 작성한 글 - 커뮤니티 */
.my .comm_list {
  margin-top: 3.5rem;
}
.comm_list .area_table .list td.title span {
  font-weight: 300;
  padding-left: 4px;
}
.comm_list .area_table .list {
  margin-bottom: 2rem;
}
.comm_list .area_table .read .comment {
  margin-bottom: 6rem;
}
/* 내가 작성한 글 - 분양상담사 구인정보 */
.my .jobinfo_list {
  margin-bottom: 2rem;
}
.jobinfo_list .topsearch {
  margin: 3.5rem 0 2rem;
}
.jobinfo_list .area_table .list {
  margin-bottom: 2rem;
}
.jobinfo_list .area_paging .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.jobinfo_list .area_table .read2 {
  margin-top: 3.5rem;
}
.jobinfo_list .area_table .read2 .hr {
  margin: 2.5rem 0 0 0;
}
.jobinfo_list .area_map {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
.jobinfo_list .area_map > .map {
  width: 48.8%;
}
.jobinfo_list .area_map > .map h1 {
  font-size: 1.5rem;
  line-height: 1em;
  height: 1.5rem;
  color: #191d37;
  letter-spacing: -2px;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.jobinfo_list .area_map > .map .info {
  background: #2b8feb;
  color: #fff;
  display: flex;
}
.jobinfo_list .area_map > .map .info p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1875rem 0;
}
.jobinfo_list .area_map > .map .info p img {
  margin-right: 0.8rem;
}
.jobinfo_list .area_map > .map .info p:nth-child(1) {
  width: 67%;
}
.jobinfo_list .area_map > .map .info p:nth-child(2) {
  width: 33%;
  position: relative;
}
.jobinfo_list .area_map > .map .info p:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
}
.jobinfo_write_textarea {
  min-height: 140px;
}
.root_daum_roughmap .wrap_controllers {
  display: none;
}
/* 내가 작성한 글 - 조합 묻고 답하기 */
.area_table .read .info2 p a.btn {
  color: #fff;
  margin-left: 0.625rem;
}
/* 내가 작성한 글 - 1:1문의 */
.my .qna_list {
  margin-top: 3.5rem;
}
.qna_list .area_table .list td.title span {
  font-weight: 300;
  padding-left: 4px;
}
.qna_list .area_table .list td.title span.ca_name {
  font-weight: 500;
  padding-left: 0;
  padding-right: 4px;
}
.qna_list .area_table .list {
  margin-bottom: 2rem;
}
.qna_list .area_table .read .comment {
  margin: 2.5rem 0 6rem;
}
.qna_list .area_paging .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.qna .area_input textarea {
  height: 200px;
}

/*********************
문의하기
***********************/
/* q&a */
.cs .qna_list .topsearch {
  background: #f1f5fb;
  border-radius: 10px;
  justify-content: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
}
:is(.cs .qna_list, .jobinfo_list) tr.notice {
  background: #f5fafe;
}
:is(.cs .qna_list, .jobinfo_list) tr.notice td {
  color: #2b8feb;
  font-weight: 500;
}
:is(.cs .qna_list, .jobinfo_list) tr.notice td a {
  color: inherit;
}
span.nick.asso::before {
  content: "조";
  background: #f1f5fb;
  border: 1px solid #c2d3f1;
  border-radius: 5px;
  padding: 0 0.25rem;
  color: #223b62;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1em;
  letter-spacing: -1px;
  height: auto;
  margin-right: 0.375rem;
}
.cs .qna_list .read {
  margin-top: 2.5rem;
}
.cs .qna_list .area_table .read .comment {
  margin-bottom: 0;
}
.cs .qna_list .area_table .read .comment + .content_btn {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 2rem;
}
.cs .qna .input_check {
  text-align: right;
  margin-top: 2.5rem;
}
.cs .qna .area_input {
  margin-top: 1rem;
}
/* 컨설팅 */
.consulting .description h1 {
  color: #222;
  margin: 2.5rem 0 3.4375rem;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 40px;
  text-align: center;
}
.consulting .description ul {
  border-top: 1px solid #dcdcdc;
  margin-bottom: 54px;
}
.consulting .description ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 16px 18px;
  color: #222;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}
.consulting .description ul li span {
  display: inline-flex;
  background: #ffa800;
  color: white;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  min-width: 37px;
}
.consulting .description ul li p {
  padding-left: 16px;
}
.consulting .description ul li b {
  display: inline-block;
}
.consulting .advantage {
  display: flex;
  justify-content: center;
}
.consulting .advantage article {
  position: relative;
  background: #ffa800;
  width: 25%;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.consulting .advantage article img {
  margin-bottom: 1rem;
}
.consulting .advantage article p {
  color: #222;
  font-size: 1.5rem;
  line-height: 1.7rem;
  letter-spacing: -2px;
  text-align: center;
}
.consulting .advantage article p b {
  display: none;
}
.consulting .advantage article + article::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 22.5rem;
  background: #fff;
  opacity: 0.2;
}
.consulting .area_agree {
  margin-top: 3.5rem;
}
.consulting .area_agree h1 {
  color: #666;
  line-height: 1em;
  font-weight: 400;
}
.consulting .area_agree .area_txt {
  border: 1px solid #dcdcdc;
  padding: 32px;
}
.consulting .area_agree .scroll {
  margin-top: 32px;
  height: 140px;
  max-height: 140px;
  overflow-y: auto;
}
.consulting .area_txt h1 {
  color: #333;
}
.consulting .area_txt p {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.714em;
  letter-spacing: -1px;
  margin-top: 16px;
  height: 90px;
  overflow-y: auto;
}
.consulting .area_input textarea {
  height: 200px;
}
.consulting .type p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consulting .type [type="checkbox"]:not(:checked) + label,
.consulting .type [type="checkbox"]:checked + label {
  margin-right: 0;
  padding-left: 1.8rem;
}
.consulting .type [type="checkbox"]:not(:checked) + label:before,
.consulting .type [type="checkbox"]:checked + label:before {
  top: 2px;
}
.consulting .type [type="checkbox"]:not(:checked) + label:after,
.consulting .type [type="checkbox"]:checked + label:after {
  top: 7px;
}
/*.consulting .type span + span { margin-left:15px; }*/

/*********************
성공계산기(따져보고서)
***********************/
.calc-success-commet {
  padding: 12px 0 0 12px;
}
.calc .topsearch {
  background: #f1f5fb;
  border-radius: 10px;
  justify-content: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
}
.calc .topsearch > input {
  margin: 0;
  width: 26%;
}
/* 성공사례 */
.calc .analysis .read .info {
  margin-top: 2.5rem;
}
.calc .analysis .read .content img {
  max-width: 100%;
  margin-bottom: 2rem;
}
.calc .analysis .hr {
  margin: 1rem 0 3.5rem;
}
/* 계산기 */
.calc .success .topsearch {
  color: #333;
  font-size: 1.125rem;
  line-height: 2em;
  letter-spacing: -1px;
  margin-bottom: 2.5rem;
}
.calc .success .topsearch p,
.calc .success .topsearch > .p {
  display: flex;
  align-items: center;
}
.calc .success .topsearch > input {
  margin-left: 0.75rem;
}
.calc .success .page_top_message {
  color: #333;
  font-size: 1.875rem;
  line-height: 1em;
  letter-spacing: -2px;
  margin: 2.5rem 0;
  text-align: center;
}
.calc .success .research {
  border-top: 1px solid #7a7d96;
}
.calc .success.qualifi .research {
  margin-top: 0;
}
.calc .success .research > article {
  border-bottom: 1px solid #7a7d96;
}
.calc .success .research > article .question {
  font-weight: 500;
}
.calc .success .research > article .question span:not(.not-color) {
  display: inline-block;
  background: #f1f5fb;
  font-size: 0.875rem;
  line-height: 1em;
  letter-spacing: -1px;
  font-weight: 700;
  color: #223b62;
  padding: 0.375rem 1.375rem;
  margin: 0.625rem 2.5rem;
}
.calc .success .research > article .answer {
  height: 3.375rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e7ee;
  padding-left: 9.8rem;
}
.calc .success .research > article .answer input {
  padding: 0.438rem 1rem;
  margin: 0 0.5rem 0 2rem;
  height: auto;
  min-height: auto;
}
.calc .success .research > article .answer span + span {
  margin-left: 5.5rem;
}
.calc .success .research > article .advice {
  position: relative;
  font-size: 15px;
  letter-spacing: -0.3px;
  padding-left: 25px;
  line-height: 19px;
  border-top: 1px dashed #e5e7ee;
  padding-top: 12px;
  padding-left: calc(2.5rem + 25px);
}
.calc .success .research > article .advice:last-of-type {
  padding-bottom: 12px;
}
.calc .success .research > article .advice.blue {
  color: #2b8feb;
}
.calc .success .research > article .advice.red {
  color: #f02828;
}
.calc .success .research > article .advice + .advice {
  padding-top: 6px;
  border-top: 0;
}
.calc .success .research > article .advice::before {
  position: absolute;
  left: 2.5rem;
  content: "!";
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  text-align: center;
}
.calc .success .research > article .advice.blue::before {
  background-color: #f1f5fb;
}
.calc .success .research > article .advice.red::before {
  background-color: #fddfdf;
}
.calc .success .area_btn {
  margin-top: 3.5rem;
  /* padding: 2.5rem; */
  /* flex-direction: column; */
}
.calc .success .area_btn p,
.calc .success .area_btn .p {
  display: none;
  color: #000;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: -2px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.calc .success .area_btn a:nth-child(2) {
  display: block;
}
.calc .success .area_btn a:nth-child(3) {
  display: none;
}
.calc .success .area_btn.result {
  /* background: #ffa800; */
  /* border-radius: 10px; */
}
.calc .success .area_btn.result p,
.calc .success .area_btn.result .p {
  display: block;
  transition: all 0.2s;
}
.calc .success_result .topsearch {
  display: block;
  font-size: 22px;
  color: #333;
  font-weight: 700;
  padding-left: 40px;
}
.calc .success_result .topsearch b {
  font-size: 26px;
  color: #2b8feb;
}
.research_graph {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.research_graph > div {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 30px;
  width: 49.5%;
}
.research_graph .chart-wrap {
  height: 244px;
  text-align: center;
}
.research_graph .chart-label {
  width: 185px;
  margin: 18px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
}
.research_graph .chart-label p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.research_graph .chart-label p img {
  margin-bottom: 6px;
}

/*********************
뉴스&리포트
***********************/
.news .tab {
  margin-bottom: 2.5rem;
}
.news .hr {
  margin: 1rem 0 3.5rem;
}
.news-contury-report-view .area_table .read .content {
  padding: 2rem 12.5%;
  margin: 0 auto;
  line-height: 1.6;
}
.news .area_table .read .content img {
  max-width: 100%;
  width: 100%;
  margin: 1rem auto;
  display: block;
}
.news .area_table .read .content img:first-child {
  margin-top: 0;
}
.news .img_list2 {
  margin-top: 2rem;
}
.news .img_list2 article {
  margin-bottom: 2rem;
  cursor: pointer;
}
.news .img_list2 article + article {
  border-top: 1px solid #dcdcdc;
  padding-top: 2rem;
}
/* 부동산 뉴스 */
.property .area_table .read .info p:nth-child(1) {
  width: 10%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -1px;
}
.property .area_table .read .info p:nth-child(2) {
  width: 70%;
  padding: 1rem 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  font-weight: 500;
  justify-content: flex-start;
}
/* 부동산(지역주택조합) 리포트 */
.contury .img_list article p:last-child {
  margin-bottom: 2.5rem;
}
/* 조합(분양)캐스트 */
.asso_cast .topsearch input {
  width: 26%;
}
/* 정부 정책자료 */
.government .list {
  margin-top: 32px;
}
.government .list .filedown a {
  display: inline-block;
  margin: 0 auto;
}
.government #paging {
  margin-top: 2rem;
}
/* 분양상담사 구인정보 */
.news .jobinfo .topsearch {
  background: #f1f5fb;
  border-radius: 10px;
  justify-content: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.news .jobinfo .topsearch > input {
  margin-left: 0.5rem;
  width: 26%;
}
.news .jobinfo .topsearch span.line {
  display: inline-block;
  width: 1px;
  height: 2.5rem;
  background-color: #c5c9d6;
  margin: 0 2.5rem;
}
.news .jobinfo .topsearch span.line + a {
  margin-left: 0;
}
.news .jobinfo #paging {
  margin-top: 2rem;
}
.news .jobinfo_list .area_btn {
  margin-top: 6rem;
}
.area_input .date {
  display: flex;
  justify-content: space-between;
}
.area_input .date input {
  width: 49%;
  position: relative;
  background: url(/images/sub/input_calendar.png) no-repeat 94% center;
}
.news .jobinfo_list.c .hr {
  margin: 3.5rem 0;
}
.news .jobinfo_list.c .area_btn {
  margin: 0;
}

/*********************
회사소개 및 검색,기타
***********************/
/* 약관,회사소개 */
.etc .terms h1 {
  font-size: 20px;
  margin-top: 40px;
}
.etc .terms h1:first-of-type {
  margin-top: 0;
}
.etc .terms h2 {
  font-size: 16px;
  margin-top: 8px;
}
.etc .terms .ol,
.etc .terms .ul,
.etc .terms p {
  font-size: 16px;
}
.etc .terms .ol {
  line-height: 1.8;
}
.etc .terms .ol .ul {
  margin-left: 20px;
  margin-bottom: 4px;
}
.etc .terms > img {
  max-width: 100%;
  margin-top: 2.5rem;
}
.etc .terms > div {
  width: 100%;
  margin: 2.5rem 0 6rem;
  color: #333;
  letter-spacing: -1px;
  font-size: 1rem;
  line-height: 8px;
  word-break: break-word;
}
.etc .terms > div > * {
  line-height: 1.5;
}
/* 통합검색 */
.search #paging {
  margin-top: 2rem;
}
.search .area_table .topsearch > input {
  margin-left: 0;
}

/*********************
모집정보
***********************/
.association .explanation {
  font-size: 0.875rem;
  letter-spacing: -1px;
  color: #999;
}
/* 조합원 모집정보 */
.association .recruit .topsearch {
  background: #f1f5fb;
  border-radius: 10px;
  justify-content: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  align-items: center;
}
.association .recruit .topsearch > input {
  margin-left: 0.5rem;
  width: 26%;
}
.association .recruit .topsearch span.line {
  display: inline-block;
  width: 1px;
  height: 2.5rem;
  background-color: #c5c9d6;
  margin: 0 2.5rem;
}
.association .recruit .topsearch span.line + a {
  margin-left: 0;
}
.association .sub_title {
  margin-top: 2.5rem;
}
.association .sub_title.in_button ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.association .sub_title.in_button li + li {
  margin-left: 0.25rem;
}
.association .sub_title.in_button .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.5625rem;
  color: #333;
  font-size: 1.25rem;
  letter-spacing: -2px;
  font-weight: 400;
  border-color: #666;
  background: #fff;
  max-height: 38px;
}
.association .sub_title.in_button .on .btn {
  background: #ff9800;
  border-color: #ff9800;
  color: white;
}
.association .sub_title.in_button .btn.map::before {
  content: "";
  display: inline-block;
  background: url(/images/sub/btn_recruit_map_off.png) no-repeat center;
  width: 23px;
  height: 1.375rem;
  margin-right: 0.5rem;
}
.association .sub_title.in_button .on .btn.map::before {
  background: url(/images/sub/btn_recruit_map.png) no-repeat center / contain;
}
.association .sub_title.in_button .btn.list::before {
  content: "";
  display: inline-block;
  background: url(/images/sub/btn_recruit_list_off.png) no-repeat center;
  width: 23px;
  height: 1.375rem;
  margin-right: 0.5rem;
}
.association .sub_title.in_button .on .btn.list::before {
  background: url(/images/sub/btn_recruit_list.png) no-repeat center;
}
.association .recruit .topsearch label {
  margin-right: 0.7rem;
  color: #191d37;
  font-weight: 500;
}
.association .recruit .topsearch label:not(:first-of-type) {
  margin-left: 2rem;
}
.association .recruit .topsort h1 {
  font-weight: 500;
}
.association .map_list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.association .map_list .area_bookmark {
  background: #f5fafe;
  padding: 1rem;
  padding-bottom: calc(1rem + 32px);
  width: 27.5%;
  height: 45.625rem;
}
.association .map_list .area_bookmark .bookmark_box {
  background: #fff;
  border: 0;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.association .map_list .area_bookmark .bookmark_box + .bookmark_box {
  margin-top: 1rem;
}
.association .map_list .area_bookmark .bookmark_box p {
  position: relative;
}
.association .map_list .area_bookmark .scroll_wrap {
  height: 100%;
  overflow-y: auto;
}
.association .map_list .area_map {
  width: 72.5%;
}
.association .map_list #paging {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  height: 32px;
  /* width: calc(30% - 2.2rem); */
  width: 26%;
}
.association .map_list #paging a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.association .map_list #paging .btn_prev {
  margin-right: 0;
}
.association .map_list #paging .btn_next {
  margin-left: 0;
}
.association .recruit .map_list .explanation {
  position: absolute;
  bottom: -2rem;
}
.association .recruit .list {
  flex-direction: column;
  margin-top: 2rem;
}
.association .recruit .area_table .list td.title {
  text-align: center;
}
.association .recruit .area_table .list td.title a {
  display: inline;
}
#bxslider.recruit a {
  cursor: pointer;
}
#bxslider.recruit a:hover {
  opacity: 0.8;
}
.association #tab02 #paging {
  margin-top: 2.5rem;
}
/* 조합원 모집정보 상세 */
.association .recruit_r {
  margin-top: 2rem;
}
.association .recruit_r .area_btn {
  margin-top: 7.5em;
}
.association .area_recru_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.association .area_recru_info > div {
  width: 48%;
}
.association .area_recru_info .title {
  width: 100%;
  display: block;
  margin-bottom: 36px;
}
.association .area_recru_info .title h1 {
  width: fit-content;
  width: 6.875rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  background: #ffa800;
  letter-spacing: -1px;
  font-weight: 300;
}
.association .area_recru_info .title h1.end {
  background: #b2b2b2;
}
.association .area_recru_info .title h2 {
  position: relative;
  margin: 10px 0 7px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: -2px;
  color: #191d37;
  font-weight: 500;
}
.association .area_recru_info .title h2 em {
  font-weight: 700;
  font-style: normal;
}
.association .area_recru_info .title h2 i {
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #ffa800;
}
.association .area_recru_info .title h2 a {
  vertical-align: top;
}
.association .area_recru_info .title h2 i.on svg {
  fill: #ffa800;
}
.association .area_recru_info .area_table .read2 .tr .th {
  width: 26%;
  padding: 1.21rem 2rem;
}
.association .area_recru_info .area_table .read2 .tr .td {
  width: 74%;
  padding: 1.21rem 2rem;
}

.association .tab_menu .asso-tab {
  margin: 5rem 0 2.5rem;
}
.association .tab_menu .asso-tab li {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-right: 0;
  height: 60px;
  line-height: 60px;
  font-size: 1.25rem;
  letter-spacing: -2px;
  text-align: center;
  color: #fff;
  background: #ffa800;
  border-color: #ffa800;
}
.association .tab_menu .asso-tab li:last-child a {
  border-right: 1px solid #e2e2e2;
}
.association .tab_menu .asso-tab .on a + li a {
  border-left: 0;
}

.association .sub_title2 {
  color: #191d37;
  letter-spacing: -1px;
  line-height: 1em;
  font-weight: 500;
  margin: 2rem 0 1rem;
}
.association .sub_title2 span {
  color: #999;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1em;
  float: right;
}
.association .recruit_r .tab_cont .cont {
  flex-direction: column;
}
.association .recruit_r .explanation {
  line-height: 1.5em;
  margin-top: 1rem;
  font-weight: 300;
}
.association .recruit_r tfoot td {
  background: #f1f5fb;
  color: #333;
  font-size: 1.125rem;
  height: 1.125rem;
  letter-spacing: -2px;
  font-weight: 500;
}

/* .recruit_slider {
  /*position: relative; 조합소개이미지 1개일때 화살표 양 끝으로 가야해서 우선 해제는 했는데.. 괜찮으려나 /
}
.recruit_slider .bx-wrapper li > p > a {
  display: flex;
  align-items: stretch;
}
.recruit_slider img {
  max-width: 100%;
  width: 100%;
  height: 260px;
  max-height: 260px;
} */
.recruit_slider .prev_btn a {
  position: absolute;
  top: calc(50% - 1.875rem);
  left: -5rem;
  display: block;
  width: 2.25rem;
  height: 3.75rem;
  background: url("/images/sub/bxslider_prev.png") no-repeat center / cover;
  cursor: pointer;
}
.recruit_slider .next_btn a {
  position: absolute;
  top: calc(50% - 1.875rem);
  right: -5rem;
  display: block;
  width: 2.25rem;
  height: 3.75rem;
  background: url("/images/sub/bxslider_next.png") no-repeat center / cover;
  cursor: pointer;
}
.slick-list {
  width: 100%;
  height: 100%;
}
.slick-prev.slick-arrow {
  font-size: 1px;
  color: transparent;
  width: 2.25rem;
  height: 3.75rem;
  background: url("/images/sub/bxslider_prev.png") no-repeat center / cover;
}
.slick-next.slick-arrow {
  font-size: 1px;
  color: transparent;
  width: 2.25rem;
  height: 3.75rem;
  background: url("/images/sub/bxslider_next.png") no-repeat center / cover;
}
.recruit.slick {
  display: flex;
  align-items: center;
}
.recruit.slick li {
  display: inline-block;
  width: 24%;
  margin: 0.5%;
}
.recruit.slick a {
  display: inline-block;
  width: 100%;
}
.recruit.slick figure {
  width: 100%;
  height: 0;
  padding-top: calc(3 / 5 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.association .area_recru_info2 .sub_title {
  margin: 0;
}
.association .area_asso_img .sub_title {
  margin: 4.5rem 0 2rem;
}
.association .area_asso_map .sub_title {
  margin: 4.5rem 0 2rem;
}
.association .area_asso_map .area_map {
  display: flex;
  justify-content: space-between;
}
.association .area_asso_map .area_map > .map {
  width: 48.8%;
}
.association .area_asso_map .area_map > .map .info {
  background: #2b8feb;
  color: #fff;
  display: flex;
}
.association .area_asso_map .area_map > .map .info p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1875rem;
  width: 100%;
  color: #fff;
}
.association .area_asso_map .area_map > .map .info p img {
  margin-right: 0.8rem;
}
/* .association .area_asso_map .area_map > .map .info p:nth-child(1) {
  width: 67%;
}
.association .area_asso_map .area_map > .map .info p:nth-child(2) {
  width: 33%;
  position: relative;
} */
.association .area_asso_map .area_map > .map .info p:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
}
.association .page_title_wrap + .center_wrap.contury {
  margin-top: 2.5rem;
}

#asso_qna .area_table .list td a.btn_edit {
  cursor: pointer;
  margin-left: 6px;
}
#asso_qna .area_table .list td a.btn_edit img {
  opacity: 0.5;
}
#asso_qna .area_table .list td {
  padding: 0.56rem;
}
#asso_qna .area_table .list td.title {
  cursor: pointer;
}
#asso_qna .area_table .list .tr_detail {
  display: none;
}
#asso_qna .area_table .list .tr_detail td {
  background: #f1f5fb;
  padding: 1rem 7.7%;
  text-align: left;
  line-height: 1.5rem;
}
#asso_qna .area_table .list .tr_detail td p + p {
  border-top: 1px solid #e5e7ee;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
}
#asso_qna ~ .area_paging {
  padding-top: 2.5rem;
}
#asso_qna ~ .area_paging .content_btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 2.5rem;
}

/* 조합원 모집정보 수정,작성 */
.recruit_c .area_input textarea {
  height: 200px;
}

/* 조합원 자격 안내 */
.association .asso_member .topsearch {
  background: #f1f5fb;
  border-radius: 10px;
  justify-content: center;
  padding: 1.25rem 0;
  margin: 2.5rem 0;
}
.association .asso_member .topsearch > input {
  margin: 0;
  width: 26%;
}
.association .asso_member article p:last-child {
  margin-bottom: 2.5rem;
}
.association .asso_member .read .info {
  margin-top: 2.5rem;
}
.association .asso_member .read .content img {
  max-width: 100%;
  margin-bottom: 2rem;
}
.association .asso_member .hr {
  margin: 1rem 0 3.5rem;
}
.calc .asso_member #paging {
  margin-top: 32px;
}

.qna_list .list td.title img {
  margin-left: 0.5rem;
}
.calc .success .research > article .answer.q4 {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 0.6em;
  height: auto;
}
.calc .success .research > article .answer.q4 span {
  width: 33.333%;
  padding-bottom: 0.4em;
}
.calc .success .research > article .answer.q4 span + span {
  margin-left: 0;
}
.calc .success .topsearch p > select,
.calc .success .topsearch p > input,
.calc .success .topsearch .p > select,
.calc .success .topsearch .p > input {
  margin: 0;
  margin-left: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 300;
  min-height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.calc .success .topsearch p > input,
.calc .success .topsearch .p > input {
  margin-left: 0.5rem;
}
.calc .success .topsearch p > .btn,
.calc .success .topsearch .p > .btn {
  margin-left: 1rem;
  padding: 0 2.5rem;
  height: auto;
  font-size: 1.125rem;
  line-height: 2.4rem;
  font-weight: 300;
}
.qualification-title {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}
.qualification-title::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 6px solid #ffa800;
  border-radius: 50%;
  box-sizing: border-box;
}
.qualifi .topsearch {
  display: flex;
  justify-content: space-evenly;
}
.qualifi .topsearch p > span,
.qualifi .topsearch .p > span {
  vertical-align: middle;
}
.qualifi .topsearch p > span label,
.qualifi .topsearch .p > span label {
  margin-left: 1rem;
  top: 3px;
}
.qualifi .input-dropdown {
  position: relative;
  margin-left: 0.5rem;
}
.qualifi .input-dropdown > input {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 300;
  min-height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.qualifi .input-dropdown .dropdown_container {
  display: none;
  position: absolute;
  top: 2.5rem;
  left: 0;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  color: #999;
  max-height: 160px;
  padding: 5px 0;
  overflow-y: auto;
  z-index: 1;
}
.qualifi .input-dropdown .dropdown_container p {
  font-size: 1rem;
  padding: 0 1rem;
}
.qualifi .input-dropdown .dropdown_container p a:hover {
  cursor: pointer;
  color: #666;
  text-decoration: underline;
}
.qualifi .input-dropdown .dropdown_close {
  display: none;
  position: absolute;
  right: 8px;
  top: 1px;
  cursor: pointer;
}

#area_print {
  border: 1px solid #dcdcdc;
  padding: 3.125rem;
  margin-top: 2.5rem;
}
.qualifi_title {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
  color: #333;
}
.calc .success.qualifi .page_top_message {
  font-size: 22px;
  padding: 30px 0;
  border-radius: 10px;
  line-height: 1em;
  color: #333;
  margin: 0 0 3.5rem;
  background-color: #f1f5fb;
  font-weight: 700;
  letter-spacing: 0;
}
.calc .success.qualifi .page_top_message .blue {
  color: #2b8feb;
}
.calc .success.qualifi .page_top_message .red {
  color: #f02828;
}
.calc .success.qualifi .page_top_message b {
  font-size: 26px;
}
.calc .success.qualifi .read2 {
  margin-top: 3.125rem;
}
.calc .success.qualifi .read2 .tr {
  align-items: stretch;
}
.calc .success.qualifi .read2 .th {
  background: #eee;
  width: 13.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.calc .success.qualifi .read2 .tr.two .td {
  width: 36.5%;
}
.calc .success.qualifi .read2 .td.row2 {
  padding: 0;
}
.calc .success.qualifi .read2 .td.row2 p {
  padding: 1rem 2rem;
}
.calc .success.qualifi .read2 .td.row2 p + p {
  border-top: 1px solid #eee;
}
.calc .success.qualifi .read2 .tr.two .td:not(.row2) {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.calc .success.qualifi .research > article .question span:not(.not-color) {
  min-width: 77.19px;
  text-align: center;
  padding: 0.564rem 0;
}
.calc .success.qualifi .research > article .question textarea {
  margin: 6px 0;
  width: calc(100% - 77.19px - (40px * 2));
}
.calc .success.qualifi .noti {
  margin-top: 12px;
}
.calc .success.qualifi .area_btn {
  flex-direction: row;
}
.qualification_bottom h1 {
  color: #333;
  font-size: 1.375rem;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  margin: 3.5rem 0;
}
.qualification_bottom article > label {
  width: 10%;
  text-align: center;
  color: #223b62;
  font-size: 1.125rem;
  line-height: 1em;
  letter-spacing: -1px;
  font-weight: 500;
}
.qualification_bottom article > p {
  width: 90%;
}
.terms.company > h1 {
  margin-top: 120px !important;
  font-size: 34px;
  letter-spacing: -2px;
  line-height: 50px;
  color: #222;
  font-weight: 300;
  text-align: center;
  position: relative;
}
.terms.company > h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #222;
  margin: 50px auto 0;
}
.terms.company .txt-wrap {
  padding-right: 70px;
}
.terms.company .txt-wrap h1 {
  font-size: 40px;
  letter-spacing: -2px;
  color: #222;
  font-weight: 700;
  margin-bottom: 40px;
}
.terms.company .txt-wrap h1 + div {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 40px;
  color: #222;
  font-weight: 300;
}
.terms.company .info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}
.terms.company .info-wrap > * {
  width: 50%;
}
.terms.company .info-wrap img {
  max-width: 100%;
}
.terms.company .info-wrap:last-child img {
  margin-left: -80px;
}
.association .area_asso_img .slider_box {
  position: relative;
}
.btn-map-list-detail {
  /* margin-top: 6px;
  padding: 2px 8px;
  border: 1px solid #666;
  border-radius: 5px;
  color: #666;
  font-size: 12px; */
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.result-bottom-blue-wrap {
  padding: 24px 44px;
  border-radius: 10px;
  background-color: #f1f5fb;
  display: flex;
  align-items: center;
}
.result-bottom-blue-wrap .title {
  display: inline-flex;
  align-items: center;
}
.result-bottom-blue-wrap .title i {
  background: white;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.result-bottom-blue-wrap .title p {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #333;
  font-weight: 700;
}
.result-bottom-blue-wrap .line {
  width: 1px;
  height: 64px;
  background-color: #d8dce2;
  margin-left: 74px;
  margin-right: 30px;
}
.result-bottom-blue-wrap .detail li {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333333;
}
.result-bottom-blue-wrap .detail li::before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #d8dce2;
}
.result-bottom-blue-wrap .detail li b {
  position: relative;
  font-size: 22px;
  color: #2b8feb;
  margin: 0 16px;
  padding: 0 4px;
}
.result-bottom-blue-wrap .detail li b::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #2b8feb;
}
.result-bottom-advice-wrap {
  padding: 24px 44px;
  border-radius: 10px;
  background-color: #fef4f4;
}
.result-bottom-advice-wrap .advice {
  position: relative;
  font-size: 15px;
  color: #f02828;
  letter-spacing: -0.3px;
  padding-left: 25px;
  line-height: 19px;
}
.result-bottom-advice-wrap .advice + .advice {
  padding-top: 12px;
  border-top: 0;
}
.result-bottom-advice-wrap .advice::before {
  position: absolute;
  left: 0;
  content: "!";
  display: inline-block;
  background-color: #fddfdf;
  font-weight: 900;
  font-size: 14px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #sub_wrap {
    display: block;
  }
  .qualifi .input-dropdown > input,
  .calc .success .topsearch p > input {
    width: 229px;
    max-width: 229px;
  }
  .qualifi .topsearch {
    justify-content: space-around;
  }
  .comm_list .area_table .list col:nth-child(n + 1),
  .comm_list .area_table .list tr *:nth-child(n + 1) {
    width: 0;
    display: none;
  }
  .comm_list .area_table .list col:nth-child(2),
  .comm_list .area_table .list tr *:nth-child(2) {
    width: 80%;
    display: table-cell;
  }
  .comm_list .area_table .list col:nth-child(4),
  .comm_list .area_table .list tr *:nth-child(4) {
    width: 20%;
    display: table-cell;
  }
  .comm_list .area_table .list th:nth-child(2)::before {
    display: none;
  }
  .association .recruit .map_list .explanation {
    left: 0;
  }
}

@media screen and (max-width: 1400px) {
  .sub_image_wrap {
    background-size: cover;
    height: 240px;
  }
  .sub_image_text {
    top: 166px;
    left: calc(50% - 260px);
    transform: translateX(-50%);
    width: 330px;
  }
  .sub_image_text h1 {
    font-size: 16px;
  }
  .area_table .list td {
    line-height: 1.2rem;
  }
  .area_table .read2 .tr .th,
  .area_table .read2 .tr .td {
    padding: 1rem;
  }
  .consulting .advantage article {
    padding: 2.5rem 1.5rem;
  }
  .consulting .advantage article p {
    font-size: 1.3rem;
  }
  .area_table .img_list article img {
    margin-bottom: 1rem;
  }
  .area_table .img_list article p:nth-child(2) {
    margin-bottom: 0.5rem;
  }
  .area_table .read .info p:nth-child(1) {
    width: 61.5%;
  }
  .area_table .read .info p:nth-child(n + 3) {
    width: 14%;
  }
  .area_table .img_list2 article > .img {
    width: 30%;
    min-width: 30%;
    padding-bottom: calc(3 / 5 * 30%);
  }
  .area_table .img_list2 article > .txt {
    width: 60%;
  }
  .area_table .img_list2 article > .date {
    width: 12%;
  }
  /*.root_daum_roughmap .wrap_map { height:400px !important; }*/
  .calc .success .topsearch {
    color: #333;
    font-size: 1.125rem;
    line-height: 2em;
    letter-spacing: -1px;
  }
  .calc .success .topsearch > input {
    margin-left: 0.75rem;
  }
  .qualifi .topsearch p > span label {
    margin-left: 0.5rem;
  }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    margin-right: 3px;
  }
  .calc .success .topsearch p > input {
    max-width: 225px;
  }
  .calc .success.qualifi .research > article .question span {
    margin: 0.625rem 1rem;
  }
  .calc .success.qualifi .research > article .question span.not-color {
    display: inline-block;
    margin: 0 auto;
    line-height: 0;
  }
  .calc .success.qualifi .research > article .question span.name_copy {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
  }
  .calc .success .research > article .answer {
    font-size: 1rem;
    letter-spacing: -1px;
    padding-left: 6.8rem;
  }
  .area_table .read2 .tr .th,
  .area_table .read2 .tr .td {
    font-size: 1rem;
  }
  .association .area_recru_info {
    height: auto;
  }
  .association .area_recru_info .area_table .read2 .tr .th {
    padding: 0.8rem;
  }
  .association .area_recru_info .area_table .read2 .tr .td {
    padding: 0.8rem 1rem;
  }
  .association #tab02 .area_paging .content_btn {
    position: relative;
    text-align: right;
  }
  .association .map_list .area_bookmark {
    width: 30%;
  }
  .association .map_list #paging {
    width: 28%;
  }
  .association .map_list .area_map {
    width: 70%;
  }
  .association .map_list .area_bookmark .bookmark_box {
    padding: 1rem;
  }
  .association .recruit .area_table .list td.title a {
    line-height: 1.2;
  }
  .bookmark_box h2 {
    line-height: 1.6rem;
  }
  .bookmark_box h2 i {
    top: -2.15rem;
  }
  .bookmark_box p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  /* .recruit_slider .prev_btn a {
    top: calc(50% - 20px);
    width: 20px;
    height: 20px;
    left: -20px;
  }
  .recruit_slider .next_btn a {
    top: calc(50% - 20px);
    width: 20px;
    height: 20px;
    right: -20px;
  } */
  .calc .success .topsearch p.name input {
    max-width: 140px;
  }
  .terms.company .info-wrap:first-of-type .txt-wrap {
    padding-right: 0;
  }
  .terms.company .info-wrap:first-of-type figure {
    /*align-self: flex-end;*/
    margin-right: -80px;
  }
  .terms.company .info-wrap:last-child .txt-wrap {
    padding-right: 0;
  }
  .btn-map-list-detail {
    right: 1rem;
    bottom: 1rem;
  }
}

@media screen and (max-width: 1023.9px) {
  #sub_wrap {
    margin-bottom: 100px;
  }
  .btn {
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
  .btn.big {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
  }
  .btn.table {
    font-size: 1rem;
    padding: 0 1.8rem;
    /* ↓ 혹시 없어야하는 버튼 있을 수 있음 */
    margin-top: 10px;
  }
  .btn.s {
    font-size: 12px;
  }
  .tab {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .tab a {
    font-size: 1.1rem;
    height: 46px;
    line-height: 46px;
    width: 50%;
  }
  .tab a:nth-child(-n + 4) {
    border-bottom: 0;
  }
  .tab a:nth-child(odd) {
    border-left: 1px solid #e2e2e2 !important;
  }
  .tab a:nth-child(even) {
    border-right: 1px solid #e2e2e2;
  }
  .tab a.on {
    border-color: #ffa800;
  }
  .tab2 a {
    font-size: 16px;
  }

  .m_page_title {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -2px;
    font-weight: 500;
    color: #000;
    width: 65%;
    text-align: center;
  }
  .m_page_title.xs_line2 br {
    display: none;
  }
  .page_title_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .page_title_wrap::after {
    content: "";
    background: url(/images/sub/bg_h1_bottom.png) repeat;
    display: inline-block;
    width: 100%;
    height: 4px;
  }
  .page_title::before {
    display: none;
  }
  .page_title::after {
    display: none;
  }
  .page_title {
    text-align: center;
    font-size: 22px;
    margin: 48px 0 16px;
  }
  .page_title .mobile {
    position: relative;
    display: inline-block;
    padding: 23px 25px 0;
    background: url(/images/sub/bg_h1_m.png) no-repeat 0 0 / cover;
    background-size: 40px;
    font-size: 22px;
    letter-spacing: -2px;
    font-weight: 700;
    color: #191d37;
  }
  .page_title_wrap.center::after {
    display: none;
  }
  .page_title_hr {
    margin: 24px 0 32px;
  }
  h2.page_subtitle {
    font-size: 24px;
  }
  h3.page_subtitle {
    font-size: 14px;
    letter-spacing: -1px;
  }
  .center .page_title {
    margin: 30px 0 16px;
  }
  .center .page_title .mobile {
    font-size: 30px;
    line-height: 1em;
    letter-spacing: -2px;
    color: #191d37;
    padding: 38px 36px 0;
    background-size: 56px;
  }
  .sub_title {
    font-size: 16px;
    letter-spacing: -1px;
  }

  .area_input article {
    flex-direction: column;
  }
  .area_input article > label {
    width: 100%;
    margin: 0 0 8px 0;
    font-size: 14px;
  }
  .area_input .alert_msg label {
    margin-bottom: 8px;
  }
  .area_input article > p {
    width: 100%;
  }
  .area_input .alert_msg2 + .txt_r {
    margin-left: 0;
  }
  .area_input p.filename {
    margin-left: 0;
  }

  .topsearch.default {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .topsearch.default select {
    width: 30%;
  }
  .topsearch.default input,
  .topsearch.default a {
    width: 100%;
  }
  .topsearch.default select + input {
    width: 68%;
  }
  .topsearch.default input[type="text"]:nth-child(1) {
    margin-left: 0;
  }
  .area_table .topsearch > select,
  .area_table .topsearch > input {
    font-size: 1rem;
  }
  .area_table .topsearch > .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .area_table .topsort {
    margin: 32px 0 16px;
  }
  .area_table .topsort h1 {
    font-size: 16px;
    letter-spacing: -1px;
  }
  .area_table .list {
    font-size: 1rem;
  }
  .area_table .list2 h1 span {
    font-size: 16px;
  }
  .area_table .list2 p {
    font-size: 1rem;
  }
  .area_table .img_list article {
    width: 49%;
  }
  .area_table .img_list article p:nth-child(2) {
    margin-bottom: 11px;
  }
  .area_table .img_list article p:nth-child(2) span:nth-child(1) {
    font-size: 12px;
    color: #223b62;
    font-weight: 500;
  }
  .area_table .img_list article p:nth-child(3) {
    font-size: 1rem;
    line-height: 1em;
    margin-bottom: 7px;
  }
  .area_table .img_list article p:nth-child(4) {
    font-size: 12px;
    line-height: 1em;
  }
  .area_table .img_list2 article {
    position: relative;
    margin-bottom: 16px;
  }
  .area_table .img_list2 article > .txt {
    font-size: 1rem;
    padding: 0 0 0 1rem;
    width: 70%;
  }
  .area_table .img_list2 article > .txt p:nth-child(1) {
    font-size: 13px;
    margin-bottom: 17px;
  }
  .area_table .img_list2 article > .txt p:nth-child(1) span.date {
    font-size: 10px;
    float: right;
    color: #999;
    font-weight: 400;
    letter-spacing: 0;
  }
  .area_table .img_list2 article > .txt p:nth-child(2) {
    font-size: 1rem;
    line-height: 1em;
    margin-bottom: 7px;
  }
  .area_table .img_list2 article > .txt p:nth-child(3) {
    font-size: 12px;
    line-height: 20px;
  }
  .area_table .img_list2 article > .txt p:nth-child(3).line2 {
    -webkit-line-clamp: 1;
  }
  .area_table .img_list2 article > .date {
    display: none;
  }
  .news .img_list2 article + article {
    padding-top: 16px;
  }
  /* m_case1 : 제목,작성자,날짜,조회수,버튼 */
  .area_table .read .info {
    flex-wrap: wrap;
    font-size: 1rem;
  }
  .area_table .read .info p {
    padding: 0.7rem 1rem;
  }
  .area_table .read .info.m_case1 p:nth-child(1) {
    padding: 1rem;
    font-size: 1rem;
    width: 80%;
  }
  .area_table .read .info.m_case1 p:nth-child(2) {
    order: 2;
    width: 60%;
    justify-content: flex-start;
    border-top: 1px solid #e5e7ee;
  }
  .area_table .read .info.m_case1 p:nth-child(3) {
    order: 2;
    width: 40%;
    justify-content: flex-end;
    border-top: 1px solid #e5e7ee;
  }
  .area_table .read .info.m_case1 p:nth-child(4) {
    order: 1;
    width: 20%;
    justify-content: flex-end;
  }
  .area_table .read .info.m_case1 p:nth-child(5) {
    display: none;
  }
  .area_table .read .info.m_case2 p:nth-child(1) {
    order: 2;
    padding: 1rem;
    width: 50%;
    border-top: 1px solid #e5e7ee;
  }
  .area_table .read .info.m_case2 p:nth-child(2) {
    padding: 1rem;
    font-size: 1rem;
    width: 80%;
    justify-content: flex-start;
  }
  .area_table .read .info.m_case2 p:nth-child(3) {
    order: 2;
    width: 50%;
    justify-content: flex-end;
    border-top: 1px solid #e5e7ee;
  }
  .area_table .read .info.m_case2 p:nth-child(4) {
    order: 1;
    width: 20%;
    justify-content: flex-end;
  }
  .area_table .read .info.m_case2 p:nth-child(5) {
    display: none;
  }
  .area_table .read .info2 {
    padding: 0.8rem 1rem 0;
  }
  .area_table .read .content {
    font-size: 1rem;
    padding: 1rem 0;
  }
  .area_table .read .content img {
    display: block;
  }
  .area_table .prev_btn_wrap {
    justify-content: space-between;
    margin: 9px 1rem 31px;
  }
  .area_table .read2 .tr .th {
    width: 20%;
  }
  .area_table .read2 .tr .td {
    width: 80%;
  }
  .area_table .read2 .tr.two {
    flex-wrap: wrap;
  }
  .area_table .read2 .tr.two .td {
    width: 80%;
  }
  .area_table .prev_btn_wrap a {
    font-size: 14px;
  }
  .area_table .prev_btn_wrap a:first-child img {
    margin-right: 12.5px;
  }
  .area_table .prev_btn_wrap a:last-child img {
    margin-left: 12.5px;
  }
  .area_table .prev_btn_wrap a.disable img {
    opacity: 0.2;
  }
  .area_table .read .content_btn,
  .area_table .read2 .content_btn {
    padding: 1.5rem 1rem 0;
    justify-content: center;
  }
  .area_table .content_btn a {
    width: 47%;
  }
  .area_table .comment .list > article {
    flex-wrap: wrap;
  }
  .area_table .comment .list > article p {
    padding: 1rem 1rem 0 1rem;
  }
  .area_table .comment .list > article p img {
    height: 1rem;
  }
  .area_table .comment .list > article p:nth-child(2),
  .area_table .comment .list > article p:nth-child(4) {
    order: 1;
    padding: 0.3rem 1rem 1rem;
  }
  .area_table .comment .list > article p:nth-child(1),
  .area_table .comment .list > article p:nth-child(2) {
    text-align: left;
    width: 70%;
  }
  .area_table .comment .list > article p:nth-child(3),
  .area_table .comment .list > article p:nth-child(4) {
    text-align: right;
    width: 30%;
  }
  .area_table .comment .list > article p:nth-child(3) span {
    display: block;
  }
  .area_table .comment .list > article.cu p:nth-child(2) {
    width: calc(98% - 74px);
    padding-right: 0;
  }
  .area_table .comment .list > article.cu p:nth-child(4) {
    width: 74px;
    padding-left: 0;
    padding-right: 1rem;
  }
  .area_table .comment .list > article p textarea {
    padding: 0.4rem 1rem;
    height: 60px;
  }
  .area_table .comment .list a.btn.s:not(.gray) {
    height: 60px;
    width: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 1rem;
  }
  .area_table .comment + .content_btn {
    justify-content: right;
  }

  .search .area_table .topsearch.big > input {
    width: 74%;
    height: 40px;
    min-height: 40px;
    background: url("/images/common/m_menu_search.png") no-repeat 1rem center;
    padding: 0 0 0 3rem;
    font-size: 1rem;
  }
  .search .area_table .topsearch.big > a {
    width: 24%;
    min-height: 40px;
    background: #2b8feb;
    color: #fff;
    letter-spacing: -1px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 40px;
    margin-top: 0;
  }
  .login .area_input {
    margin-top: 16px;
  }
  .login .area_input input[type="text"],
  .login .area_input input[type="password"] {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .login .arae_link {
    font-size: 1rem;
    line-height: 1em;
  }
  .login .line span {
    font-size: 1rem;
  }
  .join .join_step {
    line-height: 12px;
    margin-bottom: 15px;
  }
  .join .join_step a {
    width: 12px;
    height: 12px;
  }
  .join .join_step a + a {
    margin-left: 14px;
  }
  .join [type="checkbox"]:not(:checked) + label,
  .join [type="checkbox"]:checked + label {
    margin-right: 8px;
    vertical-align: middle;
  }
  .join .area_agree {
    margin-top: 36px;
  }
  .join .area_agree .area_txt {
    padding: 16px;
  }
  .join .area_txt div {
    margin-top: 8px;
  }
  .join .area_agree .area_txt:first-of-type {
    margin-top: 14px;
  }
  .join .area_agree .area_txt + article {
    margin-top: 14px;
  }
  .join .area_input {
    padding: 32px 0;
  }
  .join .input_check {
    text-align: left;
  }
  .join h3.page_subtitle {
    margin-top: 12px;
  }
  .area_input article + article.sms_check label {
    display: none;
  }
  #join_filearea {
    display: none;
  }
  .join > .hr {
    margin-top: 1.5rem;
  }
  .find {
    padding-bottom: 0;
  }
  .area_paging {
    display: flex;
  }
  .cs .qna .input_check {
    font-size: 14px;
  }
  .cs .qna .input_check label {
    margin-right: 8px;
  }
  .cs .qna_list .topsearch {
    background: none;
    padding: 0;
    justify-content: space-between;
  }
  .cs .qna_list .area_table .topsearch.default select,
  .jobinfo_list .area_table .topsearch.default select {
    width: 24%;
  }
  .cs .qna_list .area_table .topsearch.default select + input,
  .jobinfo_list .area_table .topsearch.default select + input {
    width: 55%;
  }
  .cs .qna_list .area_table .topsearch.default > a.btn:first-of-type,
  .jobinfo_list .area_table .topsearch.default > a.btn:first-of-type {
    width: 19%;
    margin-top: 0;
  }
  .consulting .advantage {
    flex-wrap: wrap;
  }
  .consulting .advantage article {
    width: 50%;
    padding: 1.5rem 1rem;
  }
  .consulting .advantage article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .consulting .advantage article img {
    height: 3.2rem;
  }
  .consulting .advantage article p {
    font-size: 1.15rem;
    line-height: 1.55rem;
  }
  .consulting .description h1 {
    font-size: 18px;
    line-height: 25px;
  }
  .consulting .description ul li {
    font-size: 15px;
    line-height: 22px;
  }
  .consulting .area_agree {
    margin-top: 36px;
  }
  .consulting .area_agree .area_txt {
    padding: 16px;
  }
  .consulting .area_agree .area_txt p {
    margin-top: 8px;
  }
  .my .comm_list {
    margin-top: 32px;
  }
  /* .comm_list .area_table .list col:nth-child(1) {
    width: 74%;
  }
  .comm_list .area_table .list col:nth-child(2) {
    width: 26%;
  }
  .comm_list .area_table .list col:nth-child(n + 3) {
    width: 0%;
    display: none;
  }
  .comm_list .area_table .list col:nth-child(n + 2),
  .comm_list .area_table .list tr *:nth-child(n + 2) {
    width: 0;
    display: none;
  }
  .comm_list .area_table .list col:nth-child(2),
  .comm_list .area_table .list tr *:nth-child(2) {
    width: 80%;
    display: table-cell;
  }
  .comm_list .area_table .list col:nth-child(4),
  .comm_list .area_table .list tr *:nth-child(4) {
    width: 60px;
    display: table-cell;
  }
  .comm_list .area_table .list th:nth-child(2)::before {
    display: none;
  } */
  .comm_list .area_table .read .comment {
    margin: 2.5rem 0 6rem;
  }
  .jobinfo_list .area_map {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .jobinfo_list .area_map > .map {
    width: 100%;
  }
  .jobinfo_list .area_map > .map h1 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .jobinfo_list .area_map > .map .info p {
    font-size: 1rem;
    padding: 0.8rem;
  }
  .jobinfo_list
    .area_map
    > .map
    .root_daum_roughmap.root_daum_roughmap_landing.os_mac {
    height: 250px;
  }
  .my .qna .area_input {
    margin-top: 32px;
  }
  .my .myinfo .area_input {
    padding-top: 16px;
  }
  .bookmark_box {
    width: 49%;
    padding: 16px;
  }
  .bookmark_box h2 {
    font-size: 16px;
  }
  .bookmark_box p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
  .calc .topsearch {
    background: none;
    padding: 0;
  }
  .contury .img_list article p:last-child {
    margin-bottom: 20px;
  }
  .calc .success .page_top_message {
    font-size: 1.2rem;
  }
  .calc .success .topsearch {
    background: #f1f5fb;
    padding: 0.5rem 1rem;
  }
  .calc .success .topsearch > input {
    width: 70%;
  }
  .calc .success .research > article .question {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
  .calc .success .research > article .question span {
    width: 80px;
    margin: 0.625rem auto;
  }
  .calc .success .research > article .answer {
    padding-left: 0;
    justify-content: center;
  }
  .calc .success .research > article .answer input {
    max-width: 60px;
    margin-left: 0.5rem;
  }
  .calc .success .area_btn {
    padding: 1.5rem;
  }
  .calc .success .area_btn p {
    font-size: 1.2rem;
  }
  .government .area_table .list col:nth-child(1) {
    width: 80%;
  }
  .government .area_table .list col:nth-child(2) {
    /* width: 20%; */
    display: none;
  }
  .government .area_table .list col:nth-child(n + 3) {
    width: 0;
  }
  .government .area_table .list th:nth-child(2)::before {
    display: none;
  }
  .news .jobinfo_list .topsearch a:first-of-type {
    width: 69%;
  }
  .news .jobinfo_list .topsearch a:last-of-type {
    width: 100%; /* widht: 30% */
  }
  .center_wrap.recruit.m_full_wrap {
    width: calc(100% + 24px);
    left: -12px;
  }
  .association .area_recru_info .title {
    margin-bottom: 0;
  }
  .association .sub_title.in_button .btn {
    font-size: 14px;
    padding: 6px;
  }
  .association .sub_title {
    margin-top: 28px;
  }
  .association .sub_title.in_button .btn.map::before {
    height: 16px;
    margin-right: 0;
    background-size: contain !important;
  }
  .association .sub_title.in_button .btn.list::before {
    height: 16px;
    background-size: contain !important;
    margin-right: 0;
  }
  .association .sub_title.in_button li + li {
    margin-left: 8px;
  }
  .association .recruit .topsearch {
    border-radius: 0;
    padding: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 40px;
  }
  .association .recruit .topsearch label {
    font-size: 1rem;
    width: 10%;
    margin: 0 0 10px 0;
  }
  .association .recruit .topsearch label:not(:first-of-type) {
    margin: 0 0 10px 0;
  }
  .association .recruit .topsearch label + input,
  .association .recruit .topsearch label + select {
    width: 90%;
    margin: 0 0 10px 0;
  }
  .association .recruit .topsearch span.line {
    display: none;
  }
  .association .recruit .topsearch a {
    margin: 0;
    font-size: 1rem;
    line-height: 36px;
  }
  .association .recruit .topsearch a:first-of-type {
    width: 69%;
  }
  .association .recruit .topsearch a:last-of-type {
    width: 30%;
  }
  /*.association .recruit .topsearch::after { content:''; display:inline-block;background:#F1F5FB; width:200%; height:176px; position:absolute; left:50%; transform:translateX(-50%); z-index:-1; }*/
  .association .recruit .topsort {
    padding: 0 24px;
  }
  .association .recruit .area_table .list col:nth-child(1) {
    width: 12%;
  }
  .association .recruit .area_table .list col:nth-child(2) {
    width: 68%;
  }
  .association .recruit .area_table .list col:nth-child(3) {
    width: 20%;
  }
  .association .recruit .area_table .list col:nth-child(n + 4) {
    width: 0;
  }
  .association .map_list {
    flex-wrap: wrap;
  }
  .association .map_list .area_bookmark {
    width: 100%;
    order: 1;
    margin-bottom: 45px;
  }
  .association .map_list .area_map {
    width: 100%;
  }
  .association .map_list #paging {
    bottom: 0.4rem;
    width: 100%;
    margin-bottom: 45px;
  }
  .association
    .map_list
    .area_map
    .root_daum_roughmap.root_daum_roughmap_landing.os_mac {
    height: 300px;
  }
  .association .recruit .map_list .explanation {
    padding: 0 8px;
    bottom: 19px;
  }
  .association .area_recru_info {
    flex-wrap: wrap;
  }
  .association .area_recru_info > div {
    width: 100%;
  }
  .association .area_recru_info > div.area_map {
    order: 1;
    margin-top: 16px;
  }
  .association .area_recru_info .area_table .title h2 {
    line-height: 1em;
    margin: 12px 0 0;
  }
  .association .area_recru_info .area_table .read2 {
    margin-top: 23px;
  }
  .association .tab_menu .tab {
    margin: 40px 0 24px;
  }
  .association .tab_menu .tab a {
    font-size: 1.1rem;
    height: 46px;
    line-height: 46px;
  }
  .association .sub_title2 {
    margin: 24px 0 12px;
    font-size: 1rem;
  }
  .association .sub_title2 span {
    font-size: 10px;
  }
  .association .recruit_r .tab_cont .explanation {
    font-size: 10px;
    line-height: 14px;
  }
  .association .recruit_r .tab_cont .cont.area_table th {
    font-size: 10px;
    padding: 4px;
    letter-spacing: -1px;
  }
  .association .recruit_r .tab_cont .cont.area_table .list th + th::before {
    top: 4px;
  }
  .association .recruit_r .tab_cont .cont.area_table td {
    font-size: 12px;
    letter-spacing: -0.5px;
    padding: 7.5px;
  }
  .area_recru_info2 .seq03 col:nth-child(1) {
    width: 20%;
  }
  .area_recru_info2 .seq03 col:nth-child(2) {
    width: 35%;
  }
  .area_recru_info2 .seq03 col:nth-child(3) {
    width: 45%;
  }
  .association .area_asso_img .sub_title {
    margin: 40px 0 16px;
  }
  .recruit_slider .prev_btn a {
    top: calc(50% - 20px);
    width: 20px;
    height: 20px;
    left: 20px;
  }
  .recruit_slider .next_btn a {
    top: calc(50% - 20px);
    width: 20px;
    height: 20px;
    right: 20px;
  }
  .association .area_asso_map .area_map {
    flex-wrap: wrap;
  }
  .association .area_asso_map .area_map > .map {
    width: 100%;
  }
  .association
    .area_asso_map
    .area_map
    > .map
    .root_daum_roughmap.root_daum_roughmap_landing.os_mac {
    height: 300px;
  }
  .association .area_asso_map .area_map > .map .info p {
    font-size: 14px;
    letter-spacing: -1px;
  }
  .association .area_asso_map .area_map > .map .info p:nth-child(1) {
    width: 72%;
  }
  .association .area_asso_map .area_map > .map .info p:nth-child(2) {
    width: 28%;
    font-size: 16px;
    letter-spacing: 0;
  }
  .association .area_asso_map .sub_title {
    margin: 40px 0 16px;
  }
  .association .recruit_r .area_btn {
    margin-top: 40px;
  }
  .association .recruit #tab02 {
    padding: 0;
    padding: 0 24px;
  }
  .association .recruit #tab02.list {
    margin-top: 16px;
  }
  .association .recruit #tab02.list .list {
    margin-top: 16px;
  }
  #asso_qna .area_table .list .tr_detail td {
    padding: 8px 12px;
    width: 100%;
  }
  #asso_qna ~ .area_paging {
    flex-direction: column;
  }
  #asso_qna ~ .area_paging .content_btn {
    margin-top: 0;
    position: relative;
    justify-content: flex-end;
    display: flex;
  }
  #asso_qna ~ .area_paging .content_btn .btn {
    width: fit-content;
    margin-left: 12px;
  }
  /* .association .recruit_r .tab_cont .area_table .list th:nth-child(2)::before {
    display: none; 모집정보 상세보기에서 경계선 바가 안 보여서 주석
  } */
  .association .asso_member .topsearch {
    background: none;
    padding: 0;
  }
  .association .asso_member .topsearch > input {
    width: 100%;
  }
  .area_table .img_list article {
    margin-bottom: 12px;
  }
  .calc .success.qualifi .topsearch {
    flex-direction: column;
    justify-content: center;
    padding: 24px;
  }
  .calc .success.qualifi .topsearch p,
  .calc .success.qualifi .topsearch .p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -1px;
    justify-content: flex-start;
  }
  .calc .success.qualifi .topsearch .p {
    flex-wrap: wrap;
  }
  .calc .success.qualifi .topsearch .p span {
    width: calc(100% - 86px - 15px);
    margin-left: calc(86px + 15px);
    margin-top: 4px;
  }
  .calc .success.qualifi .topsearch .p span label {
    margin-left: 0;
  }
  .qualifi .topsearch .p > span label {
    top: 0;
  }
  .qualifi .input-dropdown .dropdown_close {
    width: fit-content;
    top: 7px;
  }
  .qualifi .input-dropdown .dropdown_container {
    padding: 12px 0;
  }
  .calc .success.qualifi .topsearch .input-dropdown {
    width: calc(100% - 86px - 15px);
    margin-left: 0;
  }
  .calc .success.qualifi .topsearch .p label {
    width: 86px;
    min-width: 86px;
  }
  .calc .success.qualifi .topsearch .p input {
    font-size: 14px;
  }
  .calc .success.qualifi .topsearch .p > input {
    margin: 0;
    width: calc(100% - 86px - 15px);
    font-size: 14px;
    max-width: initial;
  }
  .calc .success.qualifi .topsearch .p > select {
    margin: 0;
    width: calc(100% - 86px - 15px);
    font-size: 14px;
  }
  .calc .success.qualifi .topsearch p > span {
    position: absolute;
    right: 24px;
    top: 71px;
    font-size: 16px;
  }
  .calc .success.qualifi .topsearch p > span label,
  .calc .success.qualifi .topsearch .p > span label {
    margin: 0 8px 0 0;
  }
  .calc .success.qualifi .topsearch p + p,
  .calc .success.qualifi .topsearch .p + .p {
    margin-top: 8px;
  }
  .calc .success.qualifi .research > article .question span {
    margin: 0.625rem auto;
    padding: 0.375rem 1.375rem;
  }
  .calc .success .research > article .answer.q3 {
    flex-wrap: wrap;
    padding: 24px 12px 18px;
    justify-content: space-between;
    height: auto;
  }
  .calc .success .research > article .answer.q3 span {
    width: 48%;
    padding-bottom: 0.4em;
  }
  .calc .success .research > article .answer.q3 span + span {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .calc .success .research > article .answer.q4 {
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px 12px 18px;
  }
  .calc .success .research > article .answer.q4 span {
    width: 100%;
  }
  .calc .success .research > article .answer.q4 span + span {
    margin-top: 0.5em;
  }
  .calc .success .research > article .answer.q5 span + span {
    margin-top: 0.5em;
  }
  #area_print {
    padding: 24px;
  }
  .qualifi_title {
    font-size: 1.4rem;
  }
  .calc .success.qualifi .read2 {
    margin-top: 22px;
  }
  .calc .success.qualifi .page_top_message {
    font-size: 1.4rem;
    margin: 0 0 22px;
  }
  .calc .success.qualifi .read2 .th {
    width: 20%;
  }
  .calc .success.qualifi .read2 .tr.two .td {
    width: 80%;
  }
  .calc .success.qualifi .read2 .td.row2 p {
    padding: 1rem;
  }
  .qualification_bottom h1 {
    margin: 40px 0 22px;
  }
  .qualification_bottom .area_input {
    margin-top: 22px;
  }
  .qualification_bottom article > label {
    text-align: left;
  }

  .tab a:nth-child(-n + 2) {
    border-bottom: 0;
  }
  .tab a:nth-child(odd) {
    border-left: 1px solid #e2e2e2 !important;
  }
  .tab a:nth-child(even) {
    border-right: 1px solid #e2e2e2;
  }
  .tab a.on {
    border-color: #ffa800;
  }
  .terms.company > h1 {
    margin-top: 60px !important;
    font-size: 18px;
    line-height: 25px;
  }
  .terms.company > h1::after {
    margin-top: 30px;
  }
  .terms.company .info-wrap {
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .terms.company .info-wrap > * {
    width: 100%;
  }
  .terms.company .info-wrap figure {
    margin: 40px auto 0 !important;
    text-align: center;
    max-width: 70%;
  }
  .terms.company .info-wrap img {
    max-width: 84%;
  }
  .terms.company .info-wrap:last-child figure {
    order: 1;
  }
  .terms.company .info-wrap:last-child img {
    margin-left: 0;
  }
  .terms.company .txt-wrap h1 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .terms.company .txt-wrap h1 + div {
    font-size: 14px;
    line-height: 24px;
  }

  .area_input article > p.grid2 .myinfo-change-pw-btn {
    width: 50%;
  }
  .jobinfo-add-btn {
    margin-top: 10px;
  }
  .area_input article > label + * {
    width: 100%;
  }
  .ie .qualifi .input-dropdown > input,
  .ie .calc .success .topsearch .p > input {
    width: 100%;
    max-width: 100%;
  }
  .news-contury-report-view .area_table .read .content {
    padding: 1rem 6.5%;
  }
  .calc .success .research > article .question span:not(.not-color) {
    margin: 0.625rem auto;
  }

  .research_graph .chart-wrap {
    height: 150px;
    text-align: center;
  }
  .research_graph .chart-wrap > img {
    max-height: 150px;
  }
  #myChart2 {
    height: 220px !important;
  }
  .result-bottom-blue-wrap {
    flex-direction: column;
    padding: 20px;
  }
  .result-bottom-blue-wrap .title i {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .result-bottom-blue-wrap .title i img {
    max-width: 60%;
    max-height: 60%;
  }
  .result-bottom-blue-wrap .title p {
    font-size: 16px;
    line-height: 1.6;
  }
  .result-bottom-blue-wrap .title p br {
    display: none;
  }
  .result-bottom-blue-wrap .line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }
  .result-bottom-blue-wrap .detail li {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 0;
  }
  .result-bottom-blue-wrap .detail li b {
    font-size: 16px;
    margin: 0 8px;
  }
  .result-bottom-blue-wrap .detail li b::after {
    bottom: -1px;
  }
  .result-bottom-advice-wrap {
    padding: 20px;
  }
  .result-bottom-advice-wrap .advice {
    font-size: 12px;
  }
  .qualification-title {
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 2rem;
  }
  .calc .success.qualifi .research > article .question textarea {
    width: 100%;
  }
  .calc .success.qualifi .research > article .question span.not-color {
    width: 100%;
    line-height: 1.2;
  }
  .calc
    .success.qualifi
    .research
    > article
    .question
    span.not-color
    .name_copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 0;
  }

  .calc .success.qualifi .noti {
    font-size: 12px;
  }
  /*
  모바일 게시판 디자인 변경
  */
  /* 조합원 모집정보 목록형 */
  .asso-recruit-list colgroup,
  .asso-recruit-list thead {
    display: none;
  }
  .asso-recruit-list tr {
    display: block;
    border-bottom: 1px solid #e5e7ee;
  }
  .asso-recruit-list td {
    display: inline-block;
    border-bottom: 0;
  }
  .asso-recruit-list td:nth-child(1) {
    display: none;
  }
  .asso-recruit-list td:nth-child(2) {
    display: block;
    text-align: left !important;
    padding: 8px 14px 0 !important;
  }
  .asso-recruit-list td:nth-child(n + 3) {
    padding: 8px 14px !important;
  }
  .asso-recruit-list td:nth-child(4),
  .asso-recruit-list td:nth-child(7) {
    display: none;
  }
  .asso-recruit-list td .m_block {
    display: inline-block;
  }
  .asso-recruit-list tbody tr:hover {
    background: #f9f9f9;
  }
  /* 커뮤니티 게시판 */
  .asso-commu-board-list colgroup,
  .asso-commu-board-list thead {
    display: none;
  }
  .asso-commu-board-list tr {
    display: block;
    border-bottom: 1px solid #e5e7ee;
  }
  .asso-commu-board-list td {
    display: inline-block;
    border-bottom: 0;
  }
  .asso-commu-board-list td:nth-child(1) {
    display: none;
  }
  .asso-commu-board-list td:nth-child(2) {
    padding: 8px 0px 0px 14px !important;
  }
  .asso-commu-board-list td:nth-child(3) {
    padding: 8px 14px 0px 0px !important;
  }
  .asso-commu-board-list td:nth-child(4) {
    display: block;
    padding: 8px 14px 0 !important;
  }
  .asso-commu-board-list td:nth-child(n + 5) {
    padding: 8px 14px !important;
  }
  .asso-commu-board-list td .m_block {
    display: inline-block;
  }
  .asso-commu-board-list tbody tr:hover {
    background: #f9f9f9;
  }
  /* 문의하기 - QNA 게시판 (번호,유형,제목,글쓴이,등록일,조회수)*/
  .cs-qna-list colgroup,
  .cs-qna-list thead {
    display: none;
  }
  .cs-qna-list tr {
    display: block;
    border-bottom: 1px solid #e5e7ee;
  }
  .cs-qna-list td {
    display: inline-block;
    border-bottom: 0;
  }
  .cs-qna-list td:nth-child(1),
  .cs-qna-list td:nth-child(2) {
    display: none;
  }
  .cs-qna-list td:nth-child(3) {
    display: block;
    padding: 8px 14px 0 !important;
  }
  .cs-qna-list td:nth-child(n + 4) {
    padding: 8px 14px !important;
  }
  .cs-qna-list td .m_block {
    display: inline-block;
  }
  .cs-qna-list tbody tr.notice:hover,
  .cs-qna-list tbody tr:hover {
    background: #f9f9f9;
  }
  /* 조합원모집정보상세 - 묻고답하기 (번호,제목,글쓴이,등록일,답변상태,수정버튼)*/
  /* 뉴스&리포트 - 정부정책자료 .page-government_policy .list */
  /* my - 내가 작성한 글 .my-community-list */
  #asso_qna .list colgroup,
  #asso_qna .list thead,
  .page-government_policy .list colgroup,
  .page-government_policy .list thead,
  .my-community-list colgroup,
  .my-community-list thead {
    display: none;
  }
  #asso_qna .list tr,
  .page-government_policy .list tr,
  .my-community-list tr {
    display: block;
    border-bottom: 1px solid #e5e7ee;
  }
  #asso_qna .list td,
  .page-government_policy .list td,
  .my-community-list td {
    display: inline-block;
    border-bottom: 0;
  }
  #asso_qna .list .tr_title td:nth-child(1),
  .page-government_policy .list td:nth-child(1),
  .my-community-list td:nth-child(1) {
    display: none;
  }
  #asso_qna .list .tr_title td:nth-child(2),
  .page-government_policy .list td:nth-child(2),
  .my-community-list td:nth-child(2) {
    display: block;
    padding: 8px 14px 0 !important;
  }
  .my-community-list td:nth-child(2).zero-board-list {
    padding: 8px !important;
  }
  #asso_qna .list .tr_title td:nth-child(n + 3),
  .page-government_policy .list td:nth-child(n + 3),
  .my-community-list td:nth-child(n + 3) {
    padding: 8px 14px !important;
  }
  #asso_qna .list td .m_block,
  .page-government_policy .list td .m_block,
  .my-community-list td .m_block {
    display: inline-block;
  }
  #asso_qna .list tbody tr.notice:hover,
  #asso_qna .list tbody tr:hover,
  .page-government_policy .list tbody tr.notice:hover,
  .page-government_policy .list tbody tr:hover,
  .my-community-list tbody tr.notice:hover,
  .my-community-list tbody tr:hover {
    background: #f9f9f9;
  }
  /* 분양상담사 구인정보 */
  .jobinfo_list .area_table .list colgroup,
  .jobinfo_list .area_table .list thead {
    display: none;
  }
  .jobinfo_list .area_table .list tr {
    display: block;
    border-bottom: 1px solid #e5e7ee;
  }
  .jobinfo_list .area_table .list td {
    display: inline-block;
    border-bottom: 0;
  }
  .jobinfo_list .area_table .list td:nth-child(1) {
    display: none;
  }
  .jobinfo_list .area_table .list td:nth-child(2) {
    display: block;
    padding: 8px 14px 0 !important;
  }
  .jobinfo_list .area_table .list td:nth-child(n + 3) {
    padding: 8px 14px !important;
  }
  .jobinfo_list .area_table .list td .m_block {
    display: inline-block;
  }
  .jobinfo_list .area_table .list tbody tr.notice:hover,
  .jobinfo_list .area_table .list tbody tr:hover {
    background: #f9f9f9;
  }

  .zero-board-list {
    display: block !important;
    width: 100%;
    padding: 8px !important;
  }
  .research_graph {
    flex-direction: column;
  }
  .research_graph > div {
    width: 100%;
  }
  .research_graph > div:nth-child(2) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 869.9px) {
  .m_block870 {
    display: block;
  }
  /* 서브페이지 상단 이미지 조절로 인함 */
  .sub_image_wrap {
    background: #c2d3f1;
    height: auto;
  }
  .sub_image_wrap img {
    display: block;
    margin: 0 auto;
  }
  .sub_image_text {
    top: 113px;
    left: calc(50% - 88px);
    transform: translateX(-50%);
    width: 150px;
    text-align: left;
  }
  .sub_image_text h1 {
    font-size: 12px;
    font-weight: 500;
  }
  .bookmark_box {
    width: 100%;
  }
}

@media screen and (max-width: 644.9px) {
  h2.page_subtitle {
    font-size: 20px;
  }

  .btn + .btn {
    margin-left: 8px;
  }

  .area_table .list th {
    font-size: 11px;
    letter-spacing: -0.5px;
    padding: 6px 10px;
  }
  .area_table .list th + th::before {
    top: 6px;
  }
  .area_table .list td {
    /*font-size: 12px;*/
    padding: 8px 10px;
  }
  .area_table .list td.filedown img {
    width: 12px;
  }
  .area_table .list2 article {
    padding: 16px 0;
  }
  .area_table .list2 h1 {
    padding-right: 0;
  }
  .area_table .list2 .date {
    position: relative;
    top: 0;
    left: 0;
    font-size: 12px;
  }
  .area_table .read .info {
    font-size: 12px;
    line-height: 1em;
  }
  .area_table .read .info .td_btn img {
    height: 20px;
  }
  .area_table .read .info.m_case1 p {
    padding: 8px 10px !important;
  }
  .area_table .read .info2 {
    padding: 8px 10px 0;
  }
  .area_table .read .info2 p {
    padding-bottom: 8px;
  }
  .area_table .read .info.m_case1 p:nth-child(1) {
    width: 75%;
  }
  .area_table .read .info.m_case1 p:nth-child(4) {
    width: 25%;
  }
  .area_table .read2 .tr .th,
  .area_table .read2 .tr .td {
    padding: 10px 8px !important;
  }
  .area_table .img_list2 article > .txt p:nth-child(1) {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .area_table .img_list2 article > .txt p:nth-child(2) {
    margin-bottom: 4px;
  }
  /* .area_table .comment .list > article p:nth-child(2),
  .area_table .comment .list > article p:nth-child(4) {
    order: 1;
    padding: 0.3rem 1rem 1rem;
  }
  .area_table .comment .list > article p:nth-child(1),
  .area_table .comment .list > article p:nth-child(2) {
    text-align: left;
    width: 70%;
  }
  .area_table .comment .list > article p:nth-child(3),
  .area_table .comment .list > article p:nth-child(4) {
    text-align: right;
    width: 30%;
  }
  .area_table .comment .list > article p:nth-child(2) {
    width: 82%;
  }
  .area_table .comment .list > article p:nth-child(4) {
    width: 18%;
    padding-left: 0;
  }
  .area_table .comment .list > article.cu p:nth-child(2) {
    width: calc(98% - 74px);
    padding-right: 0;
  }
  .area_table .comment .list > article.cu p:nth-child(4) {
    width: 74px;
    padding-left: 0;
    padding-right: 1rem;
  } */
  .topsearch.default select + input {
    margin-left: 0;
  }
  .area_table .topsearch > .btn {
    padding: 0;
  }

  .area_input article > p.grid2 input {
    width: 70%;
    max-width: 70%;
  }
  .area_input article > p.grid2 .btn,
  .filebox .btn {
    padding: 0;
    width: 28%;
  }

  .area_paging {
    flex-direction: column;
  }
  .area_paging .btn {
    position: relative;
    width: fit-content;
    margin: 16px 0 0;
    align-self: flex-end;
  }
  .jobinfo_list .area_paging .btn {
    position: relative;
  }

  .tab2 {
    justify-content: center;
  }
  .tab2 a {
    margin: 0;
  }
  .tab2 a + a {
    margin-left: 30px;
  }
  .tab2 a + a::before {
    left: -15px;
  }

  .popup.find {
    background: #fff;
  }
  .wrap {
    max-width: 100%;
    height: 100%;
    top: 0;
  }
  .popup.find .wrap {
    top: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0 16px;
    margin: 0;
  }
  .popup .btn_close {
    background: url(/images/sub/btn_close_m.png) no-repeat center;
    width: 40px;
    height: 40px;
    right: 16px;
    top: 16px;
  }
  .popup.find .content {
    margin-top: 48px;
  }
  .popup.find .content h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -2px;
    font-weight: 700;
    text-align: left;
  }
  .popup.find .content h2 {
    font-size: 20px;
    margin-top: 24px;
  }
  .popup.find .line3pxblack {
    display: none;
  }
  .popup.find .content .area_input {
    margin: 40px 0 0;
  }
  #pop_findpw .area_input article {
    align-items: flex-start;
  }
  #pop_findpw .area_input article > p {
    width: 100%;
  }
  #pop_findpw .area_input article > label {
    font-size: 14px;
    line-height: 1em;
    letter-spacing: -1px;
    padding-bottom: 0;
    text-align: left;
  }
  #pop_recruimg .wrap {
    height: auto;
  }

  .center_wrap.search {
    width: calc(100% + 48px);
    left: -24px;
  }
  .search .area_table .topsearch.big {
    margin: 2.5rem 24px;
  }
  .search .area_table .topsort {
    margin: 32px 24px 20px;
  }
  .search .area_table .topsearch.big > .btn {
    margin-top: 0;
  }
  .search .area_table .list2 {
    padding: 0 24px;
  }
  .search #paging {
    margin: 2rem 24px 0;
  }

  .login {
    width: 100%;
    padding: 0 32px;
  }
  .login .arae_link {
    margin-top: 24px;
  }
  .login .line {
    margin: 34px 0;
  }
  .login .area_input input[type="text"],
  .login .area_input input[type="password"] {
    letter-spacing: 0;
  }

  .join .area_type a {
    height: 90px;
    width: 90px;
  }
  .join .area_type a img {
    width: 40%;
  }
  .join .area_type a::after {
    font-size: 14px;
    line-height: 1em;
    bottom: -30px;
    letter-spacing: -1px;
  }
  .join .area_btn:not(.join_type) {
    justify-content: space-between;
  }
  .join .area_btn:not(.join_type) .btn {
    width: 48.5%;
  }

  .find .area_input article {
    padding: 0;
  }
  #pop_findid .area_box p {
    letter-spacing: -1px;
  }

  .my .dropout .input_check {
    font-size: 14px;
  }
  .my .dropout-com {
    padding-bottom: 50px;
  }
  .my .dropout-com h2 {
    margin-top: 54px;
  }
  .my .dropout-com h3 {
    margin-bottom: 54px;
  }

  .jobinfo_list .area_map > .map .info {
    flex-direction: column;
  }
  .jobinfo_list .area_map > .map .info p {
    justify-content: flex-start;
  }
  .jobinfo_list .area_map > .map .info p:nth-child(1) {
    width: 100%;
    /*padding-bottom: 0; 왜 없앴던건지 모르겠음? 구인정보 상세보기 지도 아래 텍스트 패딩 */
  }
  .jobinfo_list .area_map > .map .info p:nth-child(2) {
    width: 100%;
  }
  .jobinfo_list .area_map > .map .info p:nth-child(2)::before {
    display: none;
  }

  .qna_list .area_paging .btn {
    position: relative;
  }
  .cs .qna_list .area_table .read .comment + .content_btn {
    padding: 0;
  }

  .consulting .advantage article {
    padding: 1rem 0.7rem;
  }
  .consulting .advantage article img {
    height: 36px;
  }
  .consulting .advantage article p {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .consulting .area_txt h1 {
    font-size: 1rem;
  }

  .calc .success .page_top_message {
    font-size: 16px;
    line-height: 20px;
  }
  .calc .success .research > article .answer span + span {
    margin-left: 5%;
  }
  .calc .success .area_btn p {
    font-size: 16px;
  }
  .calc .success.qualifi .topsearch {
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
    border-radius: 0;
  }
  .calc .success.qualifi .topsearch .p > select {
    margin-left: 0;
  }
  .calc .success.qualifi .topsearch .p > span {
    top: 78px;
    margin-left: calc(86px + 9px);
  }
  .calc .success.qualifi .topsearch .p + .p {
    margin-top: 6px;
  }
  .calc .success .research > article .answer.q3 span:nth-child(1),
  .calc .success .research > article .answer.q3 span:nth-child(4) {
    width: 35%;
  }
  .calc .success .research > article .answer.q3 span:nth-child(2),
  .calc .success .research > article .answer.q3 span:nth-child(3) {
    width: 63%;
  }
  .calc .success .research > article .answer.q3 span:nth-child(3) {
    order: 1;
  }
  .calc .success .research > article .answer.q5 span + span {
    margin-left: 8px;
  }
  .calc .success.qualifi .page_top_message {
    line-height: 1.25em;
    margin-top: 20px;
    padding: 14px 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .calc .success.qualifi .page_top_message b {
    font-size: 20px;
  }

  .association .area_asso_map .area_map > .map .info {
    flex-direction: column;
  }
  .association .area_asso_map .area_map > .map .info p {
    font-size: 14px;
    letter-spacing: -1px;
    justify-content: flex-start;
    padding: 12px 24px;
  }
  .association .area_asso_map .area_map > .map .info p:nth-child(1) {
    width: 100%;
  }
  .association .area_asso_map .area_map > .map .info p:nth-child(2) {
    width: 100%;
  }
  .association .recruit .topsearch label {
    width: 18%;
  }
  .association .recruit .topsearch label + input,
  .association .recruit .topsearch label + select {
    width: 82%;
  }
  .association .recruit .area_table .list col:nth-child(2) {
    width: 63%;
  }
  .association .recruit .area_table .list col:nth-child(3) {
    width: 25%;
  }
  .association
    .recruit
    .list.cont.area_table
    .list
    th
    + th:nth-child(2)::before {
    display: inline-block;
  }
  .association #tab02 .area_paging .content_btn {
    margin-top: 16px;
  }
  .consulting .type p {
    flex-wrap: wrap;
  }
  .consulting .type span {
    width: 50%;
  }

  .area_recru_info2 .seq03 col:nth-child(1) {
    width: 16%;
  }
  .area_recru_info2 .seq03 col:nth-child(2) {
    width: 50%;
  }
  .area_recru_info2 .seq03 col:nth-child(3) {
    width: 34%;
  }

  #area_print {
    padding: 24px 12px;
  }
  #area_print .q5 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #area_print .q5 span + span {
    margin-left: 0;
  }
  #area_print .td.row2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #area_print .td.row2 p:first-child {
    padding: 0 0 8px 0;
  }
  #area_print .td.row2 p:last-child {
    padding: 8px 0 0 0;
  }
  .area_table .img_list2 article > .img {
    width: 34%;
    min-width: 34%;
    padding-bottom: calc(3 / 5 * 34%);
  }
  .area_table .img_list2 article > .txt {
    width: 66%;
  }
  .news-contury-report-view .area_table .read .content {
    padding: 1rem 0;
  }
  .calc .success .research > article .advice {
    padding-left: 25px;
    font-size: 12px;
    padding-top: 8px;
    line-height: 1.2;
  }
  .calc .success .research > article .advice::before {
    left: 0;
    top: 10px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 585px) {
  .association .recruit .map_list .explanation {
    padding: 0 8px;
    bottom: 0px;
  }
}
@media screen and (max-width: 549.9px) {
  .calc .success.qualifi .topsearch p label,
  .calc .success.qualifi .topsearch .p label {
    width: 50px;
    margin-right: 8px;
  }
  /* .calc .success.qualifi .topsearch .input-dropdown,
  .calc .success.qualifi .topsearch p > select,
  .calc .success.qualifi .topsearch p > input {
    width: calc(100% - 50px - 8px);
    margin: 0;
  }
  .calc .success.qualifi .topsearch .p span {
    margin-left: 58px;
  } */
  .area_table .img_list article img {
    max-height: 120px;
    height: 120px;
  }
  .m_page_title {
    text-align: left;
    left: 48%;
  }
  .m_page_title.xs_line2 {
    top: 10px;
  }
  .m_page_title.xs_line2 br {
    display: block;
  }
  .area_table .img_list {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .area_table .img_list article {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  /* .calc .success.qualifi .topsearch .p:nth-child(1) > * {
    width: 100%;
    margin-left: 0;
  } */
  .calc .success.qualifi .topsearch .p:nth-child(1) .input-dropdown {
    margin-top: 6px;
  }
  .calc .success.qualifi .topsearch .p label {
    width: 50px;
  }
  /* 분양상담사 구인정보 */
  .jobinfo_list .area_table .list td:nth-child(7) {
    display: block;
    padding-top: 0 !important;
    text-align: left;
  }
  .jobinfo_list .area_table .list td:nth-child(8) {
    display: none;
  }
  .jobinfo_list .area_table .list td .m550_block {
    display: inline-block;
    margin-left: 28px;
  }
  .area_table .img_list2 .ellipsis.line2 {
    -webkit-line-clamp: 1;
  }
}

@media screen and (max-width: 374.9px) {
  #btn_m_login {
    font-size: 12px;
  }
  .page_title {
    margin-top: 32px;
  }
  .page_title .mobile {
    padding: 20px 20px 0;
    padding-right: 0;
    font-size: 21px;
    background-size: 32px;
  }
  #icon_wrap a + a {
    margin-left: 0;
  }
  .btn.big {
    min-width: fit-content;
  }
  .btn.s {
    padding: 5px;
  }
  .tab a {
    font-size: 14px;
    letter-spacing: -1px;
  }
  .tab2 a {
    font-size: 14px;
  }
  .tab2 a + a {
    margin-left: 16px;
  }
  .tab2 a + a::before {
    top: 2px;
    left: -8px;
  }
  .area_table .content_btn a {
    width: 48%;
    margin-left: 0;
  }
  .area_table .list td {
    padding: 8px 6px;
  }
  .area_table .read .content_btn,
  .area_table .read2 .content_btn {
    justify-content: space-between;
    padding: 22px 0 0;
  }
  .area_table .comment .list > article p {
    padding: 12px 12px 0 12px;
  }
  .area_table .comment .list > article p:nth-child(2),
  .area_table .comment .list > article p:nth-child(4) {
    padding: 4px 12px 12px;
  }
  .area_table .comment .list > article p:nth-child(3) {
    font-size: 10px;
  }
  .area_table .comment .list > article p:nth-child(4) {
    padding-left: 0;
  }
  .area_table .comment .list > article.cu p:nth-child(4) {
    padding-right: 12px;
  }
  .area_table .read .info.m_case1 p:nth-child(1) {
    width: 70%;
  }
  .area_table .read .info.m_case1 p:nth-child(4) {
    width: 30%;
  }
  .area_table .read2 .tr .th,
  .area_table .read2 .tr .td {
    font-size: 12px;
    padding: 8px 5px !important;
  }
  .area_table .img_list2 article > .txt {
    padding: 0 0 0 8px;
  }
  .jobinfo_list .area_map > .map .info p {
    font-size: 12px;
  }
  .consulting .area_txt h1 {
    font-size: 12px;
  }
  .consulting .area_txt p {
    font-size: 12px;
    line-height: 17px;
  }
  .area_table .topsearch > .btn {
    font-size: 14px;
  }
  .news .jobinfo_list .topsearch a:first-of-type,
  .association .recruit .topsearch a:first-of-type {
    width: 60%;
  }
  .news .jobinfo_list .topsearch a:last-of-type,
  .association .recruit .topsearch a:last-of-type {
    width: 38%;
  }
  .association .recruit .area_table .list col:nth-child(1) {
    width: 18%;
  }
  .association .recruit .area_table .list col:nth-child(2) {
    width: 82%;
  }
  .association .recruit .area_table .list col:nth-child(n + 3) {
    width: 0;
  }
  .association .recruit .map_list .explanation {
    bottom: 0;
  }
  .calc .success.qualifi .topsearch .p > span {
    font-size: 14px;
  }
  .calc .success.qualifi .topsearch .p > span label {
    margin-right: 4px;
  }
  .qualifi .topsearch p > span label {
    top: 0;
  }
  .calc .success.qualifi .topsearch .p > select {
    padding: 0 10px;
  }
  .calc .success .research > article .answer.q3 {
    padding: 16px 12px;
  }
  .calc .success .research > article .answer.q4 {
    padding: 16px 12px;
  }
  .calc .success .research > article .answer.q5 {
    flex-direction: column;
    height: auto;
    padding: 16px 12px;
  }
  .calc .success .research > article .answer.q3 span,
  .calc .success .research > article .answer.q5 span {
    width: 100% !important;
    padding-bottom: 0.4em;
  }
  .calc .success .research > article .answer.q5 span + span {
    margin-left: 0;
  }
  .calc .success .research > article .answer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 1;
  }
  .center_wrap.recruit.m_full_wrap,
  .center_wrap.search,
  .calc .success.qualifi .topsearch {
    width: calc(100% + 18px);
    left: -12px;
    padding: 24px 12px;
  }
  .area_table .img_list article img {
    max-height: 90px;
    height: 90px;
  }
  #asso_qna ~ .area_paging .content_btn .btn {
    font-size: 13px;
  }
  /*.asso-commu-board-list td:nth-child(2), 우리조합이야기 틀어짐 */
  .cs-qna-list td:nth-child(3) {
    display: block;
    padding: 8px 8px 0 !important;
  }
  /*.asso-commu-board-list td:nth-child(n + 3), 우리조합이야기 틀어짐 */
  .cs-qna-list td:nth-child(n + 4) {
    padding: 8px !important;
  }
}
@media screen and (max-width: 335px) {
  .association .map_list .area_bookmark {
    margin-bottom: 60px;
  }
}
@page {
  size: auto;
  margin: 10mm;
}

@media print, screen {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-print-color-adjust: exact;
    /* print-color-adjust: exact; */
    forced-color-adjust: exact;
  }
  .qualifi_title {
    margin: 20px 0;
  }
  .area_table .read2 .tr {
    flex-wrap: wrap;
  }
  .read2 .th {
    width: 25%;
  }
  .read2 .td {
    width: 75%;
  }
  .page_top_message {
    margin: 30px 0;
  }
}
