@charset "utf-8";


/* ===================================================== */
/* 콘텐츠 공통 */
.sub-sec {margin-top: 65px;}
.sub-sec:last-child {margin-bottom: 200px;}
.type-box { padding: 85px 6%;border-radius: 15px; background-color: #f4e9ea; }
.sub-con + .sub-con {margin-top: 40px;}
.content > div > .sub-sec:first-child {margin-top: 0;}

/* 텍스트 */
.sub-tit { margin-bottom: 0.8em; font-weight: 800;font-size: 24px;}
.sub-eng { font-weight: 800;font-size: 22px; letter-spacing: 2em; text-indent: 2em; color: #e7c3c6;}
.sub-desc {font-weight: 600; font-size: 20px; color: #666;}
.sub-detail { font-weight: 500;font-size: 18px; color: #666;}
.mark-plus ~ .sub-detail {padding-left: 1.55em;}
.sub-detail + .sub-detail {margin-top: 1em;}

.line-tit { display: flex; justify-content: center; align-items: center; font-weight: 800;font-size: 30px; color: #222;}
.line-tit::before, 
.line-tit::after {width: 15%; height: 2px; margin: 0 0.6em; background-color: #c5006e; content: '';}
.line-tit span {white-space: nowrap;}
.txt-line { margin-bottom: 0.5em; font-weight: 800;color: #222;}
.txt-line span {border-bottom: 2px solid #222;}

/* 글머리기호 */
[class|="mark"] { display: flex; } 
[class|="mark"] + [class|="mark"] { margin-top: 0.4em; } 
[class|="mark"]::before { flex-shrink: 0; margin-right: 0.5em; content: "";} 
.mark-plus { margin-bottom: 0.8em; font-weight: 800; font-size: 20px; letter-spacing: normal;color: #444;}
.mark-plus::before { width: 0.95em; height: 1.2em;background: url(../images/sub/mark_plus.svg) no-repeat center/contain;}
.mark-circle { padding-left: 0.65em; font-weight: 800; font-size: 18px; line-height: 1.2; letter-spacing: normal;color: #c5006e;}
.mark-circle::before {width: 0.5em; height: 0.5em; margin-top: 0.35em; border-radius: 50%; background-color: #c5006e;}
.mark-square { padding-left: 1em; font-weight: 500; font-size: 18px;color: #666;}
.mark-square::before {width: 3px; height: 1.5em; margin-right: 0.4em; background: linear-gradient(to right, #555 0%, #555 100%) no-repeat center/100% 3px;}
.table-blue .mark-square::before {height: 1.2em;}
.mark-hyphen { font-size: 16px; line-height: 1.3; color: #666;}
.mark-hyphen + .mark-hyphen {margin-top: 0.2em;}
.mark-square ~ .mark-hyphen {padding-left: 1.5em;}
.mark-hyphen::before {content: '- ';}
.mark-refer { padding: 0.5em 0 0 1em;font-size: 15px; color: #c5006e;}
.mark-refer::before { width: 1em; height: 1.3em; background: url(../images/sub/mark_refer.svg) no-repeat center/contain;content: ''; }
.mark-plus + .list .mark-check {margin-left: 1em;}
.mark-plus + .list .mark-check + .mark-check {margin-top: 0.7em;}
.mark-check { padding: 0.8em 1em; border-radius: 2em; background-color: #f6f1e8; font-weight: 600;font-size: 18px;}
.mark-check::before {width: 22px; height: 22px; margin-top: 0.15em; margin-right: 0.7em; background: url(../images/sub/mark_check.svg) no-repeat center/contain;}
.mark-bell { display: inline-flex; align-items: center;  padding: 0.5em 1.3em 0.5em 0.5em; border-radius: 5em; background-color: #fff; box-shadow: 5px 0 24px rgba(203, 197, 185, 0.45); font-weight: 500; font-size: 18px; color: #444;}
.mark-bell::before { width: 48px; height: 48px; margin-right: 0.7em; border-radius: 50%;background: #2c8db4 url(../images/sub/mark_bell.svg) no-repeat center;}
.mark-bell .txt-serif { display: inline-block; margin: 0 0.5em; font-size: 30px; line-height: 0.7; color: #c5006e; white-space: nowrap; transform: translateY(0.1em);}

/* 테두리장식박스 */
.box-border { display: inline-block;position: relative; padding: 0 25px 25px 0;}
.box-border .box-border-item { position: relative; z-index: 50;border-radius: 0 40px 40px 40px; background-color: #fff; box-shadow: 5px 0 35px rgba(0, 0, 0, 0.1);}
.box-border::before { position: absolute; top: 20px; left: 20px; z-index: 10;width: calc(100% - 20px); height: calc(100% - 20px); border: 2px solid #c5006e; border-radius: 0 40px 40px 40px; content: '';}
.box-border::after { position: absolute; right: -40px; bottom: -40px; width: 160px; height: 160px; background: url(../images/sub/stripe_circle_beige.svg) no-repeat center/contain; content: '';}

.box-border.type2 .mark-circle {margin-bottom: 1.8em; transform: translateX(-1em);}
.box-border.type2 .mark-plus {margin-bottom: 1.3em;}
.box-border.type2 {display: block;}
.box-border.type2::after { right: -20px; bottom: -20px;width: 110px; height: 110px;}
.box-border + .type2 {margin-top: 95px;}
.box-border.type2 .box-border-item { padding: 30px 3% 60px;border: 1px solid #ddd;}

/* 래디우스글상자 */
.box-radius { border-radius: 0 30px 10px 10px;background-color: #f4e9ea;}
.box-radius-tit { padding: 1em 0.5em; border-radius: 0 30px;background-color: #c5006e; font-weight: 700; font-size: 21px; text-align: center; color: #fff;}
.box-radius-txt { padding: 1.5em 1em 1.6em; font-weight: 600;font-size: 18px; color: #444;}

/* 표 */
.table-blue {margin-top: 10px; font-size: 18px; line-height: 1.2; letter-spacing: normal;}
.table-blue th,
.table-blue td {padding: 1.2em; }
.table-blue thead th {background-color: #4496ba; color: #fff;}
.table-blue thead th:first-child {border-top-left-radius: 10px;}
.table-blue thead th:last-child {border-radius: 0 10px 10px 0;}
.table-blue tbody th,
.table-blue tbody td {border-bottom: 1px solid #e0e0e0;}
.table-blue tbody th {background-color: #f6f6f6; font-weight: 800; font-size: 17px; color: #4496ba;}
.table-blue tbody td { border-left: 1px solid #e0e0e0; font-weight: 500; font-size: 16px; color: #666;}
.table-blue.type-line {border-top: 3px solid #4496ba;}
.table-blue.type-line tbody tr:last-child th,
.table-blue.type-line tbody tr:last-child td {border-bottom: 1px solid #222;}

.table-blue .tel {display: flex; align-items: center;  width: 11em; margin: 0 auto; font-weight: 800; font-size: 18px; color: #c5006e;}
.table-blue .tel::before { flex-shrink: 0; width: 30px; height: 30px; margin-right: 0.5em; border-radius: 50%; background: #231f20 url(../images/sub/contact_tel.svg) no-repeat center;content: '';}
.table-blue .addr {display: flex; align-items: center; font-weight: 500; font-size: 18px; color: #222; }
.table-blue .addr::before { flex-shrink: 0; width: 30px; height: 30px; margin-right: 0.5em; border-radius: 50%; background: #007ead url(../images/sub/contact_addr.svg) no-repeat center;content: '';}
.table-blue .addr:hover {text-decoration: underline; color: #c5006e;}

.table-blue .count-list {counter-reset: count-list;}
.table-blue .count-item { display: flex;counter-increment: count-list;}
.table-blue .count-item + .count-item {margin-top: 0.5em;}
.table-blue .count-item::before { flex-shrink: 0; align-self: flex-start; width: 1.6em; height: 1.6em; padding-top: 0.15em; margin-right: 0.4em; border: 1px solid #666; border-radius: 50%;content: counter(count-list); font-size: 0.7em; text-indent: -0.1em; text-align: center;}

@media (max-width: 1440px) {
  .box-border.type2::after { right: -15px; bottom: -15px;width: 90px; height: 90px;}
}
@media (max-width: 1280px) {
  .sub-sec {margin-top: 59px;}
  .sub-sec:last-child {margin-bottom: 180px;}
  .type-box {padding: 76px 6%; }
  .sub-con + .sub-con {margin-top: 41px;}

  /* 텍스트 */
  .sub-tit { font-size: 22px;}
  .sub-eng { font-size: 20px;}
  .sub-desc { font-size: 18px;}
  .sub-detail { font-size: 16px;}
  .line-tit {font-size: 27px;}

  /* 글머리기호 */
  .mark-plus { font-size: 18px;}
  .mark-circle { font-size: 16px;}
  .mark-square { font-size: 16px;}
  .mark-hyphen { font-size: 15px;}
  .mark-refer {font-size: 14px;}
  .mark-check {font-size: 16px;}
  .mark-check::before {width: 1.1em; height: 1.1em; margin-top: 0.15em;}
  .mark-bell { font-size: 16px; line-height: 1.3;}
  .mark-bell::before { width: 44px; height: 44px; background-size: 19px;}
  .mark-bell .txt-serif {font-size: 27px;}

  /* 테두리장식박스 */
  .box-border { padding: 0 20px 20px 0;}
  .box-border .box-border-item {border-radius: 0 35px 35px 35px; box-shadow: 4px 0 30px rgba(0, 0, 0, 0.1); }
  .box-border::before {  top: 15px; left: 15px; width: calc(100% - 15px); height: calc(100% - 15px); border-radius: 0 35px 35px 35px;}
  .box-border::after { right: -30px; bottom: -30px; width: 140px; height: 140px; }
  .box-border + .type2 {margin-top: 85px;}
  .box-border.type2 .box-border-item { padding: 27px 3.5% 54px;}

  /* 래디우스글상자 */
  .box-radius { border-radius: 0 25px 10px 10px;}
  .box-radius-tit {  border-radius: 0 25px; font-size: 19px;}
  .box-radius-txt { font-size: 17px; }

  /* 표 */
  .table-blue {margin-top: 9px; font-size: 17px;}
  .table-blue tbody th {font-size: 16px;}
  .table-blue tbody td { font-size: 15px;}

  .table-blue .tel { width: 10.6em; font-size: 17px; }
  .table-blue .tel::before { width: 27px; height: 27px; background-size: 14px;}
  .table-blue .addr {font-size: 17px;  }
  .table-blue .addr::before { width: 27px; height: 27px; background-size: 14px;}
}
@media (max-width: 768px) {
  .sub-sec {margin-top: 53px;}
  .sub-sec:last-child {margin-bottom: 160px;}
  .type-box {padding: 67px 6%; }
  .sub-con + .sub-con {margin-top: 37px;}

  /* 텍스트 */
  .sub-tit { font-size: 21px;}
  .sub-eng { font-size: 19px;}
  .sub-desc { font-size: 17px;}
  .sub-detail { font-size: 15px;}
  .line-tit {font-size: 24px;}

  /* 글머리기호 */
  .mark-plus { font-size: 17px;}
  .mark-circle { font-size: 15px;}
  .mark-square { font-size: 15px;}
  .mark-hyphen { font-size: 14px;}
  .mark-refer {font-size: 13px;}
  .mark-check {font-size: 15px;}
  .mark-bell { font-size: 15px;}
  .mark-bell::before { width: 40px; height: 40px; background-size: 17px;}
  .mark-bell .txt-serif {font-size: 24px;}

  /* 테두리장식박스 */
  .box-border { padding: 0 15px 15px 0;}
  .box-border .box-border-item {border-radius: 0 30px 30px 30px; box-shadow: 3px 0 25px rgba(0, 0, 0, 0.1); }
  .box-border::before {  top: 10px; left: 10px; width: calc(100% - 10px); height: calc(100% - 10px); border-radius: 0 30px 30px 30px;}
  .box-border::after { right: -20px; bottom: -20px; width: 120px; height: 120px; }
  .box-border + .type2 {margin-top: 75px;}
  .box-border.type2 .box-border-item { padding: 24px 4% 48px;}

  /* 래디우스글상자 */
  .box-radius { border-radius: 0 20px 10px 10px;}
  .box-radius-tit {  border-radius: 0 20px; font-size: 17px;}
  .box-radius-txt { font-size: 15px; }

  /* 표 */
  .table-blue {margin-top: 8px; font-size: 16px;}
  .table-blue tbody th {font-size: 15px;}
  .table-blue tbody td { font-size: 14px;}
  .table-blue th,
  .table-blue td {padding: 1.2em 1em; }
  
  .table-blue .tel { width: 10.2em; font-size: 16px;}
  .table-blue .tel::before { width: 24px; height: 24px; background-size: 12px;}
  .table-blue .addr {font-size: 16px;  }
  .table-blue .addr::before { width: 24px; height: 24px; background-size: 12px;}
}
@media (max-width: 480px) {
  .sub-sec {margin-top: 47px;}
  .sub-sec:last-child {margin-bottom: 140px;}
  .sub-desc { font-size: 16px;}
  .line-tit { font-size: 21px;}
  .line-tit::before, 
  .line-tit::after {width: 12%; margin: 0 0.4em;}
  .type-box {padding: 58px 6%; }
  .sub-con + .sub-con {margin-top: 33px;}
  .mark-bell { font-size: 14px;}
  .mark-bell::before { width: 32px; height: 32px; background-size: 13px;}
  .mark-bell .txt-serif {font-size: 21px;}
  /* 표 */
  .table-blue .tel { width: 9.8em; font-size: 15px;}
  .table-blue .tel::before { width: 21px; height: 21px; background-size: 10px;}
  .table-blue .addr {font-size: 15px; }
  .table-blue .addr::before { width: 21px; height: 21px; background-size: 10px;}
}
@media (max-width: 412px) {
  .mark-check {border-radius: 1em;}
}
@media (max-width: 360px) {
  .line-tit { font-size: 19px;}
}
/* 콘텐츠 공통 */
/* ===================================================== */


/* ===================================================== */
/* 1366충북센터 _ 1366소개 */
.overview-intro { padding: 40px 0;background-color: #f6f1e8;}
.overview-intro .mark-plus {margin-bottom: 0;}
.overview-intro .wrap {display: flex; justify-content: center; align-items: center;}
.overview-intro .img {flex-shrink: 0; margin: 0 5% 0 3%;}
.overview-intro .img img { flex-shrink: 0;width: 180px;}
.overview-intro .desc { max-width: 820px;font-size: 24px; line-height: 1.6;}
.overview-intro .desc b {font-weight: 800; color: #222;}
.overview-intro .desc strong { padding: 0.1em 0.25em; border-radius: 0 5px; background-color: #c5006e; font-weight: 700;color: #fff;}
.overview-intro .desc em {font-weight: 800;}
.overview small { display: block; margin-top: 0.4em; font-size: 16px;color: #888;}

.overview-task .list {display: flex; justify-content: space-between; padding-top: 10px; text-align: center;}
.overview-task .item { overflow: hidden;width: 15%; border: 1px solid #c5006e; border-radius: 5px;}
.overview-task .item-tit { padding: 1em 0.4em; background-color: #c5006e; font-weight: 700; font-size: 20px;color: #fff;}
.overview-task .item-desc { padding: 2.5em 0.8em; font-weight: 500; font-size: 17px;color: #666;}
.overview-task .item-desc::before { display: block; height: 64px; margin-bottom: 2em; background: url(../images/sub/info_overview_ico01.png) no-repeat center/contain;content: '';}
.overview-task .item:first-child {border-top-left-radius: 0;}
.overview-task .item:last-child {border-top-right-radius: 0;}
.overview-task .item:nth-child(even) {border-color: #2c8db4;}
.overview-task .item:nth-child(even) .item-tit {background-color: #2c8db4;}
.overview-task .item:nth-child(2) .item-desc::before {background-image: url(../images/sub/info_overview_ico02.png);}
.overview-task .item:nth-child(3) .item-desc::before {background-image: url(../images/sub/info_overview_ico03.png);}
.overview-task .item:nth-child(4) .item-desc::before {background-image: url(../images/sub/info_overview_ico04.png);}
.overview-task .item:nth-child(5) .item-desc::before {background-image: url(../images/sub/info_overview_ico05.png);}
.overview-task .item:nth-child(6) .item-desc::before {background-image: url(../images/sub/info_overview_ico06.png);}

.overview-system figure {padding-top: 60px;}
.overview-system img {min-width: 375px;}

@media (max-width: 1280px) {
  .overview-intro { padding: 36px 0;}
.overview-intro .img img { width: 160px;}
.overview-intro .desc { font-size: 22px;}
.overview small { font-size: 15px;}
.overview-task .item { width: 16%;}
.overview-task .item-tit { font-size: 18px;}
.overview-task .item-desc { font-size: 15px;}
.overview-task .item-desc::before { height: 56px; }
.overview-task .item-desc small {font-size: 14px;}
.overview-system figure {padding-top: 50px;}
}
@media (max-width: 1024px) {
  .overview-intro .desc { font-size: 21px;}
  .overview-intro .desc br { display: none;}
  .overview-task .list {flex-wrap: wrap;}
  .overview-task .item { width: 31%; }
  .overview-task .item:nth-child(3) ~ .item {margin-top: 25px;}
  .overview-task .item-desc { padding: 2em 1em;}
  .overview-task .item-desc::before { height: 56px; margin-bottom: 1.2em;}
}
@media (max-width: 768px) {
  .overview-intro { padding: 32px 0;}
  .overview-intro .wrap {padding-top: 20px;}
  .overview-intro .img img { width: 140px;}
  .overview-intro .desc { font-size: 19px;}
  .overview small { font-size: 14px;}
  .overview-task .item { width: 32%;}
  .overview-task .item:nth-child(3) ~ .item {margin-top: 20px;}
  .overview-task .item-tit { font-size: 17px;}
  .overview-task .item-desc::before { height: 48px; }
  .overview-system figure {padding-top: 40px;}
}
@media (max-width: 640px) {
  .overview-intro .img { margin-right: 4%;margin-left: 0;}
  .overview-intro .desc { font-size: 17px;}
  .overview-task .item { width: 48.5%;}
  .overview-task .item:nth-child(3) {margin-top: 18px;}
  .overview-task .item:nth-child(3) ~ .item {margin-top: 18px;}
}
@media (max-width: 576px) {
  .overview-system {width: calc(100% + 40px); margin-left: -20px; border-radius: 0; padding-left: 15px; padding-right: 15px;}
}
@media (max-width: 480px) {
  .overview-intro { padding: 28px 0;}
  .overview-intro .wrap {padding-top: 10px;}
  .overview-intro .img img { width: 120px;}
  .overview-intro .desc { font-size: 15px;}
  .overview-system figure {padding-top: 30px;}
}
@media (max-width: 412px) {
  .overview-task .item { width: 100%;}
  .overview-task .item:first-child ~ .item {margin-top: 15px;}
  .overview-task .item-tit { font-size: 16px;}
  .overview-task .item-desc { padding: 1.6em 1em;}
  .overview-task .item-desc::before { margin-bottom: 1em;}
}
@media (max-width: 360px) {
  .overview-intro .wrap {flex-direction: column;}
  .overview-intro .img {width: 50%; margin-bottom: 12px;}
  .overview-intro .img img { width: 100%;}
}
/* 1366충북센터 _ 1366소개 */
/* ===================================================== */


/* ===================================================== */
/* 1366충북센터 _ 연혁 */
.history-intro {text-align: center;}
.history-con.sub-sec { position: relative; padding-bottom: 200px; margin-bottom: 0;background: linear-gradient(to top, #ddd 0%, #ddd 100%) no-repeat center bottom/1px calc(100% - 50px);}
.history-con::before { display: block; height: 60px; background: url(../images/sub/info_history_ico.svg) no-repeat center/contain;content: '';}
.history-con::after { position: absolute; top: 40%; right: 6%; width: 229px; height: 219px; background: url(../images/sub/info_history_bg.svg) no-repeat center/contain;content: '';}
.history-con .list { position: relative; z-index: 5;max-width: 1000px; margin: 0 auto;}
.history-con .item { display: flex;max-width: 50%; margin-top: 30px; font-size: 30px;}
.history-con .item::before { display: block; flex-shrink: 0; margin-top: calc(1.5em + 7px); width: 70px; height: 1px; background-color: #ddd; content: '';}
.history-con .item:nth-child(odd) {margin-left: auto;}
.history-con .item:nth-child(even) {text-align: right;}
.history-con .item-inner { flex-grow: 1; position: relative; padding: 1em 8%;border: 2px solid #222; border-radius: 10px;}
.history-con .item:nth-child(even) .item-inner {order: -1;}
.history-con .item-inner::before { position: absolute; right: 100%; top: calc(1.5em - 5px); z-index: 10; width: 20px; height: 12px; border-right: 2px solid #222; border-bottom: 2px solid #222; border-radius: 0 0 30px 0 / 0 0 15px 0;content: '';}
.history-con .item-inner::after { position: absolute; top: calc(1.5em + 5px); right: 100%; z-index: 10; width: 20px; height: 12px; border-top: 2px solid #222; border-right: 2px solid #222; border-radius: 0 30px 0 0 / 0 15px 0 0;content: '';}
.history-con .item:nth-child(even) .item-inner::before {right: auto; left: 100%; border-right: hidden; border-left: 2px solid #222; border-radius: 0 0 0 30px / 0 0 0 15px;}
.history-con .item:nth-child(even) .item-inner::after {right: auto; left: 100%; border-right: hidden; border-left: 2px solid #222; border-radius: 30px 0 0 0 / 15px 0 0 0;}
.history-con .mark-hyphen { padding-top: 10px; font-weight: 500;font-size: 18px; color: #666; line-height: 1.2;}
.history-con .item:nth-child(even) .mark-hyphen {justify-content: end;}
.history-con .item:nth-child(even) .mark-hyphen::before {order: 2; margin-right: 0; margin-left: 0.5em;}
.history-con .txt-serif {color: #c5006e; margin-bottom: 0.5em;}
.history-con .txt-serif::before { position: absolute; top: calc(1.5em - 1px); right: calc(100% + 14px); z-index: 5; width: 13px; height: 13px; border-radius: 50%; background-color: #c5006e;content: '';}
.history-con .item:nth-child(even) .txt-serif::before {right: auto; left: calc(100% + 14px);}
.history-con .txt-serif::after { position: absolute; top: calc(1.5em - 5px); right: 100%; width: 20px; height: 20px; background-color: #fff;content: '';}
.history-con .item:nth-child(even) .txt-serif::after {right: auto; left: 100%;}

@media (max-width: 1280px) {
  .history-con.sub-sec { padding-bottom: 180px; background-size: 1px calc(100% - 42px);}
  .history-con::before { height: 54px;}
  .history-con::after { top: 43%; right: 2%; width: 200px;}
  .history-con .list {max-width: 840px; }
  .history-con .item {  margin-top: 27px; font-size: 27px;}
  .history-con .item::before { width: 15%;}
  .history-con .item-inner { padding: 1em 6%;}
  .history-con .mark-hyphen { font-size: 16px; padding-top: 9px;}
}
@media (max-width: 768px) {
  .history-con.sub-sec { padding-bottom: 160px; background-size: 1px calc(100% - 34px);}
  .history-con::before { height: 48px;}
  .history-con::after { top: 46%; width: 170px;}
  .history-con .item {  margin-top: 24px; font-size: 24px;}
  .history-con .item::before { width: 12%;}
  .history-con .item-inner { padding: 1em 20px;}
  .history-con .mark-hyphen { font-size: 15px; padding-top: 8px;}
}
@media (max-width: 576px) {
  .history-con::before { background-position: left;}
  .history-con::after {top: auto; right: -40px; bottom: 70px; width: 50%; background-position: bottom;}
  .history-con.sub-sec {background-position: left+18px bottom; }
  .history-con .list {padding-left: 18px;}
  .history-con .item { width: 90%; min-width: 320px; max-width: none; margin-top: 35px;}
  .history-con .item::before {width: 15%;}
  .history-con .mark-hyphen { padding-top: 7px; font-weight: 400;}
  .history-con .mark-hyphen .br768 {display: none;}
  .history-con .item:nth-child(odd) {margin-left: 0;}
  .history-con .item:nth-child(even) {text-align: left;}
  .history-con .item:nth-child(even) .item-inner {order: 0;}
  .history-con .item:nth-child(even) .item-inner::before {right: 100%; left: auto; border-right: 2px solid #222; border-left: hidden; border-radius: 0 0 30px 0 / 0 0 15px 0;}
  .history-con .item:nth-child(even) .item-inner::after {right: 100%; left: auto; border-right: 2px solid #222; border-left: hidden; border-radius: 0 30px 0 0 / 0 15px 0 0;}
  .history-con .txt-serif::before { width: 11px; height: 11px; top: 1.5em;}
  .history-con .item:nth-child(even) .txt-serif::before {right: calc(100% + 14px); left: auto;}
  .history-con .item:nth-child(even) .txt-serif::after {right: 100%; left: auto;}
  .history-con .item:nth-child(even) .mark-hyphen {justify-content: start;}
  .history-con .item:nth-child(even) .mark-hyphen::before {order: 0; margin-right: 0.5em; margin-left: 0;}
}
@media (max-width: 480px) {
  .history-intro .sub-eng {letter-spacing: 7vw; text-indent: 7vw;}
  .history-con .item { width: 90%; min-width: 300px; margin-top: 30px; font-size: 21px;}
  .history-con .item::before { width: 35px;}
  .history-con .item-inner { padding: 1em 15px;}
  .history-con .mark-hyphen .br768 {display: block;}
}
@media (max-width: 360px) {
  .history-intro .sub-eng {letter-spacing: 6vw; text-indent: 6vw;}
  .history-con::before { height: 40px;}
  .history-con.sub-sec {background-position: left+15px bottom; background-size: 1px calc(100% - 30px);}
  .history-con .list {padding-left: 15px;}
  .history-con .item { width: 100%; min-width: 0; margin-top: 25px;}
  .history-con .item::before { width: 30px;}
}
/* 1366충북센터 _ 연혁 */
/* ===================================================== */


/* ===================================================== */
/* 1336충북센터 _ 미션 및 비전 */
.vision {text-align: center;}
.vision-intro .sub-eng {letter-spacing: 1.5em; text-indent: 1.5em;}
.vision-intro .sub-eng span {padding: 0 0.5em;}
.vision-intro .diagram {padding-top: 80px;}
.vision-intro .diagram img {margin: 0 auto;}

.vision-con {font-size: 27px;}
.vision-con .list { max-width: 1000px; margin: 0 auto;}
.vision-con .item {margin-top: 35px;}
.vision-con .item::before { display: block; height: 140px; background: url(../images/sub/info_vision_arrow_pink.png) no-repeat center/contain;content: '';}
.vision-con .tit { position: relative; width: 6.5em; padding: 0.35em; margin: 0 auto; margin-bottom: -1em; border-radius: 3em; background-color: #2c8db4;font-weight: 700; color: #fff;}
.vision-con .desc { padding: 1.7em 1em 1.5em;border: 3px solid #2c8db4; border-radius: 10px; background-color: #f1f8fb; font-weight: 800; color: #2c8db4;}
.vision-con .item:first-child::before {display: none;}
.vision-con .item:nth-child(2) .tit {background-color: #e8157a;}
.vision-con .item:nth-child(2) .desc {border-color: #c5006e; background-color: #faf2f3; color: #e8157a;}
.vision-con .item:nth-child(3)::before {background-image: url(../images/sub/info_vision_arrow_green.png);}
.vision-con .item:nth-child(3) .tit {background-color: #00b5a6;}
.vision-con .item:nth-child(3) .desc { padding: 2.5em 6% 2.3em;border-color: #00b5a6; background-color: transparent;}
.vision-con .item:nth-child(3) .desc-list {display: flex; justify-content: space-between;}
.vision-con .item:nth-child(3) .desc-item {width: 30%;}
.vision-con .item:nth-child(3) .desc-tit { padding: 0.7em; margin-bottom: 10px; border-radius: 10px; background-color: #74c2bc; font-weight: 700; font-size: 22px;color: #fff;}
.vision-con .item:nth-child(3) .desc-detail { padding: 1.3em 0; border-radius: 10px; background-color: #e2f2f1; font-size: 18px;color: #444;}

@media (max-width: 1280px) {
.vision-intro .diagram {padding-top: 72px;}
.vision-intro .diagram img {max-width: 80%;}
.vision-con {font-size: 24px;}
.vision-con .list { max-width: 80%;}
.vision-con .item {margin-top: 31px;}
.vision-con .item::before { height: 110px;}
.vision-con .desc {font-weight: 700;}
.vision-con .item:nth-child(3) .desc-item {width: 31%;}
.vision-con .item:nth-child(3) .desc-tit { margin-bottom: 9px; font-size: 20px;}
.vision-con .item:nth-child(3) .desc-detail { font-size: 16px;}
}
@media (max-width: 768px) {
  .vision-intro .sub-eng {letter-spacing: 4vw; text-indent: 4vw;}
  .vision-intro .diagram {padding-top: 64px;}
.vision-intro .diagram img {max-width: 90%;}
.vision-con {font-size: 21px;}
.vision-con .list { max-width: 90%;}
.vision-con .item {margin-top: 27px;}
.vision-con .item::before { height: 80px;}
.vision-con .item:nth-child(3) .desc { padding: 2.5em 4% 2.3em;}
.vision-con .item:nth-child(3) .desc-item {width: 32%;}
.vision-con .item:nth-child(3) .desc-tit { margin-bottom: 8px; font-size: 18px;}
.vision-con .item:nth-child(3) .desc-detail { font-size: 15px;}
}
@media (max-width: 640px) {
  .vision-intro .diagram img {max-width: 100%;}
.vision-con .list { max-width: 100%;}
.vision-con .item:nth-child(3) .desc { padding: 2.5em 3% 2.3em;}
.vision-con .item:nth-child(3) .desc-detail {padding: 1.3em;}
.vision-con .item:nth-child(3) .desc-detail br {display: none;}
}
@media (max-width: 576px) {
  .vision-intro .sub-eng {letter-spacing: 3vw; text-indent: 3vw;}
  .vision-intro .diagram {padding-top: 56px;}
  .vision-con {font-size: 19px;}
  .vision-con .item {margin-top: 23px;}
  .vision-con .item::before { height: 65px;}
  .vision-con .item:nth-child(3) .desc { padding: 2.5em 10% 2.3em;}
  .vision-con .item:nth-child(3) .desc-list { flex-direction: column;}
  .vision-con .item:nth-child(3) .desc-item {width: 100%;}
  .vision-con .item:nth-child(3) .desc-item + .desc-item {margin-top: 15px;}
  .vision-con .item:nth-child(3) .desc-tit { margin-bottom: 5px; border-radius: 10px 10px 0 0 ;}
  .vision-con .item:nth-child(3) .desc-detail {border-radius: 0 0 10px 10px;}
}
@media (max-width: 480px) {
  .vision-intro .sub-eng { letter-spacing: 7vw;text-indent: 5vw;}
  .vision-intro .sub-eng span {display: block; text-indent: 7vw;}
  .vision-intro .sub-eng b { display: block;text-indent: 7vw;}
  .vision-con {font-size: 18px;}
}
/* 1336충북센터 _ 미션 및 비전 */
/* ===================================================== */


/* ===================================================== */
/* 1366충북센터 _ 자원봉사안내 */
.volunteer-intro { padding-bottom: 65px; background: linear-gradient(to right, #eee 0%, #eee 100%) no-repeat left bottom/calc(100% - (100% - 1400px) / 2 - 25px) 1px;text-align: center;}
.volunteer-intro .sub-tit {font-weight: 300;}
.volunteer-intro .sub-tit span {font-weight: 800;}

.volunteer-con {display: flex; align-items: flex-start; padding-right: 25px;}
.volunteer-con .box-border {margin-right: 5%;}
.volunteer-con .txt {flex-grow: 1;}
.volunteer-con .item {padding: 22px 0; border-bottom: 1px solid #eee;}
.volunteer-con .mark-plus {margin-bottom: 0;}
.volunteer-con .mark-square {margin-top: 0.3em;}
.volunteer-con .mark-plus + .mark-square {margin-top: 0.7em;}
.volunteer-con .mark-plus > div {display: flex;}
.volunteer-con .mark-plus dt {flex-shrink: 0;}
.volunteer-con .mark-plus dt::after { margin: 0 0.4em;content: ":"; line-height: 1.1;}
.volunteer-con .mark-plus dd { align-self: baseline; font-weight: 500; font-size: 18px; line-height: 1.4;color: #666;}
.volunteer-con .mark-plus .txt-serif {font-weight: 900; font-size: 30px; color: #c5006e;}
.volunteer-con .item:last-child .mark-plus {align-items: center;}
.volunteer-con .item:last-child .mark-plus > div {align-items: center;}
.volunteer-con .mark-bell {margin-top: 40px;}

@media (max-width: 1440px) {
  .volunteer-intro { background-size: calc(100% - 45px) 1px;}
}
@media (max-width: 1280px) {
  .volunteer-intro { padding-bottom: 59px; background-size: calc(100% - 40px) 1px;}
  .volunteer-con {padding-right: 20px;}
  .volunteer-con .box-border {margin-right: 4%;}
  .volunteer-con .item {padding: 20px 0;}
  .volunteer-con .mark-plus dd { font-size: 16px;}
  .volunteer-con .mark-plus .txt-serif {font-size: 27px;}
  .volunteer-con .mark-bell {margin-top: 36px;}
}
@media (max-width: 1024px) {
  .volunteer-con {flex-direction: column; align-items: center;}
  .volunteer-con .box-border {margin-right: 0;}
  .volunteer-con .txt {width: 100%;}
  .volunteer-con .list {display: flex; flex-wrap: wrap; padding-top: 40px;}
  .volunteer-con .item {width: 50%; padding-right: 5%;}
  .volunteer-con .item:first-child {order: -2;}
  .volunteer-con .item:nth-child(3) {order: -1;}
  .volunteer-con .item:last-child .mark-plus {align-items: flex-start;}
  .volunteer-con .item:last-child .mark-plus > div {align-items: flex-start;}
  .volunteer-con .mark-plus .txt-serif {line-height: 1;}
}
@media (max-width: 768px) {
  .volunteer-con .box-border {width: 85%;}
  .volunteer-intro { padding-bottom: 53px; }
  .volunteer-con .mark-plus dd { font-size: 15px;}
  .volunteer-con .mark-plus .txt-serif {font-size: 24px;}
}
@media (max-width: 640px) {
  .volunteer-con .list {padding-top: 35px;}
  .volunteer-con .item {width: 100%; padding-right: 0;}
  .volunteer-con .item:last-child .mark-plus {align-items: center;}
  .volunteer-con .item:last-child .mark-plus > div {align-items: center;}
}
@media (max-width: 576px) {
  .volunteer-con .box-border {width: calc(100% - 30px);}
  .volunteer-intro { padding-bottom: 47px; background-size: 100% 1px;}
  .volunteer-intro .sub-eng {letter-spacing: 5.3vw; text-indent: 5.3vw;}
  .volunteer-con {padding-right: 0;}
}
@media (max-width: 360px) {
  .volunteer-intro .sub-tit {font-size: 18px;}
  .volunteer-intro .sub-eng {letter-spacing: 4vw; text-indent: 4vw;}
}
/* 1366충북센터 _ 자원봉사안내 */
/* ===================================================== */


/* ===================================================== */
/* 1366충북센터 _ 오시는 길 */
.map-intro {text-align: center;}
.map-box .api { overflow: hidden;height: 540px; border: 1px solid #ddd; border-bottom: hidden; border-top-left-radius: 30px;}
.map-box .list { display: flex; justify-content: space-between; align-items: center; padding: 1.8em; border-radius: 0 0 30px 30px; background-color: #4496ba; font-size: 18px;color: #fff;}
.map-box .item {display: flex; flex-grow: 1; justify-content: center; align-items: center;}
.map-box .item::before { flex-shrink: 0;width: 50px; height: 50px; border-radius: 50%; background: #fff url(../images/sub/info_map_ico01.png) no-repeat center/32px; content: '';}
.map-box .item:nth-child(2)::before {background-image: url(../images/sub/info_map_ico02.png);}
.map-box .item:nth-child(3)::before {background-image: url(../images/sub/info_map_ico03.png);}
.map-box .item:nth-child(4)::before {background-image: url(../images/sub/info_map_ico04.png);}
.map-box .item-txt { display: flex; align-items: center;margin: 0 15px;}
.map-box .item-type {font-weight: 700;}
.map-box .item-detail {flex-shrink: 0; line-height: 1.3;}
.map-box .item-detail.txt-serif {margin-left: 15px; font-size: 20px;}
.map-box .item:nth-child(2) .item-detail.txt-serif {font-size: 30px;}

.map .mark-plus {margin-bottom: 0.3em;}
.map .mark-plus + .sub-detail {margin-bottom: 2em;}
.map .mark-plus + .sub-detail:last-child {margin-bottom: 0;}

@media (max-width: 1280px) {
  .map-box .api { height: 490px; border-top-left-radius: 25px;}
  .map-box .list { border-radius: 0 0 25px 25px; font-size: 16px;}
  .map-box .item::before { width: 45px; height: 45px; }
  .map-box .item-type {font-weight: 600;}
  .map-box .item-detail.txt-serif { font-size: 19px;}
  .map-box .item:nth-child(2) .item-detail.txt-serif {font-size: 27px;}
}
@media (max-width: 1200px) {
  .map-box .list {flex-wrap: wrap; padding-left: calc(12% - 1.8em);}
  .map-box .item {justify-content: start; width: 33%;}
  .map-box .item:first-child {width: 100%;}
  .map-box .item:first-child br {display: none;}
  .map-box .item:first-child ~ .item {margin-top: 1em;}
}
@media (max-width: 1024px) {
  .map-box .list {flex-wrap: wrap; padding-left: calc(12% - 1.8em);}
  .map-box .item { flex-grow: 0;width: 46%;}
  .map-box .item:first-child {width: 48%;}
  .map-box .item:first-child br {display: block;}
  .map-box .list .item:nth-child(2) {margin-top: 0;}
}
@media (max-width: 768px) {
  .map-box .api { height: 440px; border-top-left-radius: 20px;}
  .map-box .list { padding-left: 1.8em; border-radius: 0 0 20px 20px;}
  .map-box .item::before { width: 40px; height: 40px; background-size: 28px;}
  .map-box .item-txt { margin: 0 12px;}
  .map-box .item-detail.txt-serif { margin-left: 12px; font-size: 18px;}
  .map-box .item:nth-child(2) .item-detail.txt-serif {font-size: 24px;}
}
@media (max-width: 640px) {
  .map-intro .sub-eng { letter-spacing: 6vw;text-indent: 6vw;}
  .map-box .api { height: 420px; }
  .map-box .list {font-size: 15px;}
  .map-box .item-detail.txt-serif { font-size: 17px; }
  .map-box .item:nth-child(2) .item-detail.txt-serif {font-size: 22px;}
}
@media (max-width: 576px) {
  .map-box .api { height: 400px; }
  .map-box .list { padding: 2em 8%;font-size: 16px;}
  .map-box .item {width: 100%;}
  .map-box .item:first-child {width: 100%;}
  .map-box .item:first-child br {display: none;}
  .map-box .list .item:nth-child(2) {margin-top: 1em;}
  .map-box .item-detail {flex-shrink: 1;}
  .map-box .item-detail.txt-serif { font-size: 18px; }
  .map-box .item:nth-child(2) .item-detail.txt-serif {font-size: 18px;}
}
@media (max-width: 412px) {
  .map-box .api { height: 380px; }
  .map-box .list {font-size: 15px;}
  .map-box .item::before { width: 36px; height: 36px; background-size: 26px;}
  .map-box .item-detail.txt-serif { font-size: 17px; }
  .map-box .item:nth-child(2) .item-detail.txt-serif {font-size: 17px;}
}
@media (max-width: 360px) {
  .map-intro .sub-eng { letter-spacing: 5vw;text-indent: 5vw;}
  .map-box {width: calc(100% + 40px); margin-left: -20px;}
  .map-box .api { height: 360px; border-right: hidden; border-left: hidden; border-radius: 0;}
  .map-box .list {padding: 1.8em 20px; border-radius: 0;}
  .map-box .item::before { width: 32px; height: 32px; background-size: 24px;}
  .map-box .item-txt { margin: 0 0 0 10px;}
  .map-box .item-detail.txt-serif { margin-left: 10px; font-size: 18px;}
}
/* 1366충북센터 _ 오시는 길 */
/* ===================================================== */


/* ===================================================== */
/* 상담실 _ 상담안내 */
.counsel-intro {display: flex; align-items: center;position: relative; z-index: 5; margin-top: -50px; margin-bottom: -4px;}
.counsel-intro::before { flex-shrink: 0; width: 35%; height: 167px; background: url(../images/sub/counsel_img.png) no-repeat center bottom/contain;content: '';}
.counsel-intro .tit { margin-bottom: 0.2em; font-weight: 600;font-size: 35px; letter-spacing: -0.045em;}
.counsel-intro .tit strong {font-weight: 800;}
.counsel-intro .desc { font-weight: 600; font-size: 20px;color: #222;}

.counsel-info { padding: 3.5em 0;background-color: #f6f1e8; font-size: 17px; text-align: center;}
.counsel-info .list {display: flex; justify-content: space-between;}
.counsel-info .list::before { position: absolute; top: 8px; left: 8px; width: calc(100% - 16px); height: calc(100% - 16px); box-shadow: 5px 0 21px #655a4627; content: '';}
.counsel-info .item { flex-grow: 1; flex-shrink: 0; flex-basis: 0; position: relative; padding: 3em 1.5%;border-radius: 10px; background-color: #fff; font-weight: 600; color: #666;}
.counsel-info .item::before { display: block; width: 90px; height: 90px; margin: 0 auto 2em; border-radius: 50%; background: #f8f4ed url(../images/sub/counsel_ico01.png) no-repeat center/64px; content: '';}
.counsel-info .item:nth-child(2)::before {background-image: url(../images/sub/counsel_ico02.png);}
.counsel-info .item:nth-child(3)::before {background-image: url(../images/sub/counsel_ico03.png);}
.counsel-info .item:nth-child(4)::before {background-image: url(../images/sub/counsel_ico04.png);}
.counsel-info .item:nth-child(5)::before {background-image: url(../images/sub/counsel_ico05.png);}
.counsel-info .item:nth-child(6)::before {background-image: url(../images/sub/counsel_ico06.png);}
.counsel-info .item + .item::after {position: absolute; top: 3em; left: 0; width: 1px; height: calc(100% - 6em); background: linear-gradient(to top, #cfc7b8 3px, transparent 3px) repeat-y center top / 100% 7px; content: '';}
.counsel-info .item .txt-blue {display: block;}
.counsel-info .item .sub-desc { font-weight: 800;color: #444;}

.counsel .scroll-x-wrap img {min-width: 620px;}

@media (max-width: 1280px) {
  .counsel-intro {margin-top: -45px; }
  .counsel-intro::before {width: 32%; height: 151px;}
  .counsel-intro .tit { font-size: 31px;}
  .counsel-intro .desc { font-size: 18px;}
  .counsel-info { font-size: 15px;}
  .counsel-info .item::before { width: 81px; height: 81px; margin-bottom: 25px; background-size: 70%;}
}
@media (max-width: 1024px) {
  .counsel-intro {justify-content: center;}
  .counsel-intro::before {margin-right: 40px;}
  .counsel-info { font-size: 16px;}
  .counsel-info .list {flex-wrap: wrap;}
  .counsel-info .list::before {display: none;}
  .counsel-info .item { flex-grow: 0; flex-basis: auto;width: 31%; padding: 2em 2.5%; box-shadow: 4px 4px 19px #655a4627;}
  .counsel-info .item::after {display: none;}
  .counsel-info .item:nth-child(3) ~ .item {margin-top: 3vw;}
}
@media (max-width: 768px) {
  .counsel-intro {margin-top: -40px; }
  .counsel-intro::before {width: 35%; height: 135px; margin-right: 4%;}
  .counsel-intro .tit { font-size: 27px;}
  .counsel-intro .desc { font-size: 16px;}
  .counsel-info { font-size: 15px;}
  .counsel-info .item {width: 32%;}
  .counsel-info .item:nth-child(3) ~ .item {margin-top: 1.8vw;}
  .counsel-info .item::before {width: 72px; height: 72px; margin-bottom: 20px;}
}
@media (max-width: 640px) {
  .counsel-info .item {width: 48%;}
  .counsel-info .item:nth-child(2) ~ .item {margin-top: 3.5vw;}

  .counsel .type-box {width: calc(100% + 40px); padding-right: 15px; padding-left: 15px; margin-left: -20px; border-radius: 0;}
}
@media (max-width: 576px) {
  .counsel-intro { justify-content: end; padding-bottom: 30px;margin-top: -30px;}
  .counsel-intro::before { position: absolute; bottom: 0; left: 0;width: 50%; min-width: 136px; margin-right: 0; background-position: left bottom;}
  .counsel-intro .txt { position: relative; z-index: 5;text-align: right;}
  .counsel-intro .tit { font-size: 25px;}
  .counsel-intro .desc { font-size: 15px;}
}
@media (max-width: 480px) {
  .counsel-intro::before {width: 55%;}
  .counsel-intro .tit .txt-pink:last-child {display: block;}
}
@media (max-width: 412px) {
  .counsel-info .list::before { display: block; box-shadow: 5px 0 25px #655a4627;}
  .counsel-info .item {width: 100%; padding: 2em 6vw; box-shadow: none;}
  .counsel-info .item:first-child ~ .item {margin-top: 0;}
  .counsel-info .item::before {width: 63px; height: 63px; margin-bottom: 15px;}
  .counsel-info .item + .item::after {display: block; top: 0; left: 6vw; width: calc(100% - 12vw); height:1px; background: linear-gradient(to right, #cfc7b8 3px, transparent 3px) repeat-x left top / 7px 100%; content: '';}
}
@media (max-width: 360px) {
  .counsel-intro .tit { font-size: 23px;}
}
/* 상담실 _ 상담안내 */
/* ===================================================== */


/* ===================================================== */
/* 상담실 _ 온라인상담 로그인 */
.sb_form {width: 400px; border: 1px solid #eee; border-radius: 15px; margin: 0 auto; padding: 40px 50px 50px; max-width: 100%;}
.sb_form tr:nth-child(1) th {padding-bottom: 1.5em;}
.sb_form tr:nth-child(1) span {font-size: 24px; font-weight: 900; text-align: center;}
.sb_form tr:nth-child(2) {display: flex; font-size: 18px; align-items: center;}
.sb_form tr:nth-child(2) .label {color: #333; font-weight: 800; padding-right: 1em;}
.sb_form tr:nth-child(2) td {flex-grow: 1;}
.sb_form tr:nth-child(2) input {border: 1px solid #eee; border-radius: 5px; padding: 0.8em 1em; width: 100%; font-size: 15px;}
.sb_form tr:nth-child(3) .mark-refer {font-size: 15px; color: #666; line-height: 1.35; padding: 1.5em 0 0 0; }

.sb_btn_w .btn-list {display: flex; justify-content: center;}
.sb_btn_w .btn-wrap {color: #fff; font-size: 18px;}
.sb_btn_w .btn-wrap + .btn-wrap {margin-left: 1em;}
.sb_btn_w .btn-wrap .btn {background-color: #222; padding: 0.5em 3em; border-radius: 5px; transition: all .3s; font-weight: 500; text-align: center;  width: 100%;}
.sb_btn_w .btn-wrap .btn:hover {background-color: #c5006e;}

@media (max-width: 768px) {
  
  .sb_form {width: 360px;  border-radius: 10px; padding: 35px 30px 45px;}
  .sb_form tr:nth-child(1) span {font-size: 22px;}
  .sb_form tr:nth-child(2) { font-size: 17px;}
  .sb_form tr:nth-child(2) input { font-size: 14px;}
  .sb_form tr:nth-child(3) .mark-refer {font-size: 14px;}

  .sb_btn_w .btn-wrap {font-size: 16px;}
}
@media (max-width: 480px) {
  .sb_form { padding: 35px 5% 45px;}
  .sb_btn_w .btn-wrap {flex-grow: 1;}
  .sb_btn_w .btn-wrap .btn {padding: 0.5em 1em;}
}
/* 상담실 _ 온라인상담 로그인 */
/* ===================================================== */



/* ===================================================== */
/* 상담실 _ 현장상담 */
.field-intro {text-align: center;}
.field-intro .txt-pink { margin-bottom: 0.2em; font-weight: 600;font-size: 35px; letter-spacing: -0.045em;}
.field-intro .txt-pink span {font-weight: 800;}

.field-about { position: relative; padding: 75px 0 ;background-color: #f6f1e8;}
.field-about::before {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/sub/field_bg.png) no-repeat center/cover; content: '';}
.field-about .inner {padding-left: calc(150px + 20%);}
.field-about .txt-line { margin-bottom: 1.5em;font-size: 25px;}
.field-about p { margin-bottom: 1.5em; font-weight: 500;font-size: 17px; color: #666;}
.field-about .mark-bell {margin-top: 10px;}

.field-process .list {display: flex; justify-content: space-between; text-align: center;}
.field-process .item { flex-grow: 1;min-height: 85px;}
.field-process .item + .item { position: relative;margin-left: 70px;}
.field-process .item + .item::before { position: absolute; right: 100%; bottom: 0; width: 70px; height: 100%; background: url(../images/sub/process_arrow.svg) no-repeat center; content: ''; pointer-events: none;}
.field-process .item span { display: flex; justify-content: center; align-items: center; height: 100%; padding: 0.5em 1em; border-radius: 10px; background-color: #2c8db4; font-weight: 700;color: #fff;}
.field-process .item2 {display: flex; flex-direction: column;}
.field-process .item2 span:first-child {margin-bottom: 5px;}

.field-process .box-border:nth-child(2) .item:first-child {width: 20%;} 

.field-process .box-border:nth-child(3) .item {flex-shrink: 0; flex-basis: 0;}
.field-process .box-border:nth-child(3) .item + .item {margin-left: 40px;}
.field-process .box-border:nth-child(3) .item + .item::before {width: 40px; background-size: 28px;}
.field-process .box-border:nth-child(3) .item span {padding: 0.5em 0.7em;}

@media (max-width: 1280px) {
  .field-intro .txt-pink { font-size: 31px; }

  .field-about { padding: 67px 0 ;}
  .field-about .inner {padding-left: calc(135px + 15%);}
  .field-about .txt-line { font-size: 23px;}
  .field-about p { font-size: 16px;}

  .field-process .item { min-height: 80px; font-size: 15px;}
  .field-process .item + .item {margin-left: 62px;}
  .field-process .item + .item::before { width: 62px; background-size: 36px;}
  .field-process .item span { font-weight: 600;}
  .field-process .item2 span:first-child {margin-bottom: 4px;}

  .field-process .box-border:nth-child(3) .item + .item {margin-left: 36px;}
  .field-process .box-border:nth-child(3) .item + .item::before {width: 36px; background-size: 24px;}
}
@media (max-width: 1200px) {
  .field-about p br { display: none;}
  .field-process .box-border:nth-child(3) .list {flex-wrap: wrap;}
  .field-process .box-border:nth-child(3) .item { flex-grow: 0; flex-basis: auto;width: calc(25% - 30px);}
  .field-process .box-border:nth-child(3) .item + .item {margin-left: 0;}
  .field-process .box-border:nth-child(3) .item + .item::before {width: 40px;}
  .field-process .box-border:nth-child(3) .item:nth-child(4) ~ .item {margin-top: 50px;}
  .field-process .box-border:nth-child(3) .item:nth-child(5) {order: 8;}
  .field-process .box-border:nth-child(3) .item:nth-child(5)::before { bottom: 100%; left: 0;width: 100%; height: 50px; transform: rotate(90deg);}
  .field-process .box-border:nth-child(3) .item:nth-child(5) ~ .item::before { right: auto; left: 100%;transform: rotate(180deg);}
  .field-process .box-border:nth-child(3) .item:nth-child(6) {order: 7;}
  .field-process .box-border:nth-child(3) .item:nth-child(7) {order: 6;}
  .field-process .box-border:nth-child(3) .item:nth-child(8) {order: 5;}
}
@media (max-width: 1024px) {
  .field-about::before {background-position: left +25% center;}
  .field-about .mark-bell {line-height: 1.6;}
  .field-about .mark-bell .txt-serif {margin-left: 0;}
  .field-process .item + .item {margin-left: 54px;}
  .field-process .item + .item::before { width: 54px; background-size: 32px;}

  .field-process .box-border:nth-child(2) .list {flex-wrap: wrap;}
  .field-process .box-border:nth-child(2) .item { flex-grow: 0;width: calc(50% - 30px);}
  .field-process .box-border:nth-child(2) .item + .item {margin-left: 0;}
  .field-process .box-border:nth-child(2) .item + .item::before {width: 60px;}
  .field-process .box-border:nth-child(2) .item:first-child { order: -2;width: 100%;} 
  .field-process .box-border:nth-child(2) .item:first-child ~ .item {margin-top: 50px;}
  .field-process .box-border:nth-child(2) .item:nth-child(2)::before,
  .field-process .box-border:nth-child(2) .item:nth-child(4)::before { right: 0;bottom: 100%; width: 100%; height: 50px; transform: rotate(90deg);}
  .field-process .box-border:nth-child(2) .item:nth-child(3) { order: -1;} 
  .field-process .box-border:nth-child(2) .item:nth-child(3)::before {right: auto; left: 100%; transform: rotate(180deg);}
}
@media (max-width: 768px) {
  .field-intro .txt-pink { font-size: 27px; }
  .field-about { padding: 59px 0 ;}
  .field-about::before {background: linear-gradient(to right, transparent 0%, #f6f1e8 30%) , url(../images/sub/field_bg.png) no-repeat left +20% center/cover; content: '';}
  .field-about .inner {padding-left: calc(50px + 20%);}
  .field-about .txt-line { font-size: 21px;}
  .field-about p { font-size: 15px;}

  .field-process .box-border .box-border-item { padding-right: 25px;padding-left: 25px;}
  .field-process .box-border:first-child .list {flex-wrap: wrap;}
  .field-process .box-border:first-child .item { flex-grow: 0;width: calc(50% - 30px);}
  .field-process .box-border:first-child .item + .item {margin-left: 0;}
  .field-process .box-border:first-child .item:nth-child(3) {order: 2;}
  .field-process .box-border:first-child .item:nth-child(3)::before { right: 0; bottom: 100%;width: 100%; height: 50px; transform: rotate(90deg);}
  .field-process .box-border:first-child .item:nth-child(2) ~ .item {margin-top: 50px;}
  .field-process .box-border:first-child .item:nth-child(4)::before {right: auto; left: 100%; transform: rotate(180deg);}

  .field-process .box-border:nth-child(3) .list {flex-wrap: wrap;}
  .field-process .box-border:nth-child(3) .item {width: 100%; min-height: 60px;}
  .field-process .box-border:nth-child(3) .item br {display: none;}
  .field-process .box-border:nth-child(3) .item + .item {margin-top: 40px;}
  .field-process .box-border:nth-child(3) .item + .item::before { right: 0; bottom: 100%;width: 100%; height: 40px; background-size: 28px; transform: rotate(90deg);}
  .field-process .box-border:nth-child(3) .item:nth-child(4) ~ .item { order: 0;margin-top: 40px;}
  .field-process .box-border:nth-child(3) .item:nth-child(5) ~ .item::before { right: 0; left: auto;transform: rotate(90deg);}
}
@media (max-width: 576px) {
  .field-about::before { opacity: 0.35;background: linear-gradient(to left, transparent 0%, #f6f1e8 70%) , url(../images/sub/field_bg.png) no-repeat left center/cover; content: '';}
  .field-about .inner {padding-left: 0;}
  .field-about .txt-line { font-size: 21px;}
  .field-about p { font-size: 15px; color: #333;}
}
@media (max-width: 480px) {
  .field-intro .txt-pink { font-size: 23px; }
  .field-process .item { min-height: 60px;}
  .field-process .item span {padding: 1em;}
  .field-process .box-border:first-child .list {flex-wrap: wrap;}
  .field-process .box-border:first-child .item {width: 100%;}
  .field-process .box-border:first-child .item + .item::before { right: 0; bottom: 100%;width: 100%; height: 40px; background-size: 28px; transform: rotate(90deg);}
  .field-process .box-border:first-child .item:nth-child(3) {order: 0;}
  .field-process .box-border:first-child .item:nth-child(1) ~ .item {margin-top: 40px;}
  .field-process .box-border:first-child .item:nth-child(4)::before {right: 0; left:auto; transform: rotate(90deg);}

  .field-process .box-border:nth-child(2) .item {width: 100%;}
  .field-process .box-border:nth-child(2) .item + .item::before { right: 0; bottom: 100%;width: 100%; height: 40px; background-size: 28px; transform: rotate(90deg);} 
  .field-process .box-border:nth-child(2) .item:first-child ~ .item {margin-top: 40px;}
  .field-process .box-border:nth-child(2) .item:nth-child(3) { order: 0;} 
  .field-process .box-border:nth-child(2) .item:nth-child(3)::before {right: auto; left: 0; transform: rotate(90deg);}
}
@media (max-width: 412px) {
  .field-process .box-border:nth-child(2) .br576 {display: none;}
}
@media (max-width: 360px) {
  .field-intro .txt-pink { font-size: 22px;}
  .field-intro .br576 {display: none;}
  .field-about .mark-bell .br1024 {display: none;}
  .field-process .box-border .box-border-item { padding-right: 20px;padding-left: 20px;}
}
/* 상담실 _ 현장상담 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 공통 */
.guide-top { position: relative; padding: 0 4%; border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 15px; font-weight: 600;}
.guide-intro {text-align: center;}
.guide-intro .tit { margin-bottom: 0.4em; font-weight: 800; font-size: 30px;}
.guide-intro .sub-eng {margin-bottom: 1em;}
.guide-intro .desc { font-weight: 600;font-size: 18px; color: #666;}
.guide-intro .desc strong {font-weight: 800; color: #222;}
.guide-img { padding-bottom: 130px; background: linear-gradient(to top, #f6f1e8 0%, #f6f1e8 100%) no-repeat center bottom/100% calc(100% - 250px);text-align: center; }
.guide-img::before { display: block; width: 2px; height: 65px; margin: 40px auto; background-color: #c5006e;content: '';}

.guide-img .box-border::after {background-image: url(../images/sub/stripe_circle_pink.svg);}

.guide-contact tbody th { padding-left: 5%;text-align: left;}
.guide-contact tbody td:nth-child(2) {padding-left: 5%;}

@media (max-width: 1280px) {
  .guide-intro .tit { font-size: 27px;}
  .guide-intro .desc {font-size: 16px;}
  .guide-img { padding-bottom: 115px; background-size: 100% calc(100% - 225px);}
  .guide-img::before { height: 59px; margin: 36px auto;}
    .guide-img .box-border {width: 580px;}
}
@media (max-width: 768px) {
  .guide-intro .tit { font-size: 24px;}
  .guide-intro .desc {font-size: 15px;}
  .guide-img { padding-bottom: calc(10% + 30px); background-size: 100% calc(70% - 50px);}
  .guide-img::before { height: 53px; margin: 32px auto;}
  .guide-img .box-border {width: 65%;}

  .guide-contact tbody th { padding-left: 1em;}
  .guide-contact tbody td:nth-child(2) {padding-left: 1em;}
}
@media (max-width: 576px) {
  .guide-img .box-border {width: 70%;}
}
@media (max-width: 480px) {
  .guide-intro .tit { font-size: 21px;}
  .guide-img {background-size: 100% calc(70% - 35px);}
  .guide-img::before { height: 40px; margin: 22px auto;}
  .guide-img .box-border {width: calc(100% - 60px);}
  .guide-img .box-border::after {width: 25vw; height: 25vw;}
}
@media (max-width: 360px) {
  .guide-img { padding-bottom: calc(10% + 20px);}
  .guide-img .box-border {width: calc(100% - 40px);}
  .guide-img .box-border::after { right: -10px; bottom: -10px;width: 18vw; height: 18vw;}
}
/* 피해여성가이드 _ 공통 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 여성폭력 개념 */
.guide-01 {padding-bottom: 70px;}
.guide-01 .sub-eng {letter-spacing: 0.5em; text-indent: 0.5em;}
.guide-01 .guide-img {background: none;}
@media (max-width: 1024px) {
  .guide-01 .desc br {display: none;}
}
@media (max-width: 576px) {
  .guide-01 .sub-eng {letter-spacing: 1vw; text-indent: 0;}
}
@media (max-width: 412px) {
  .guide-01 .sub-eng {letter-spacing: 2vw;}
}
/* 피해여성가이드 _ 여성폭력 개념 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 가정폭력 개념 */
.guide-02-type .txt-pink { font-weight: 800;line-height: 1.5; white-space: nowrap;}
.guide-02-type .txt-pink::after { margin: 0 0.4em;content: ':';}

.guide-02-property01 .list {display: flex; justify-content: space-between;}
.guide-02-property01 .item { display: flex; align-items: center; width: 23%; padding: 1em 0.3em; border-radius: 10px; background-color: #2c8db4; font-size: 30px;color: #fff; }
.guide-02-property01 .item-tit { padding: 0 0.6em ; border-right: 1px solid rgba(255, 255, 255, 0.2); font-weight: 700;line-height: 1;}
.guide-02-property01 .item-desc {opacity: 0.8; flex-grow: 1; padding: 0 0.6em; font-weight: 500; font-size: 17px; text-align: center;}
.guide-02-property02 .box-inner {max-width: 940px; padding-bottom: 30px; margin: 0 auto;}
.guide-02-property02 .list {display: flex; justify-content: space-between;}
.guide-02-property02 .box-radius {width: 29%;}
.guide-02-property02 .box-radius-txt {text-align: center;}
.guide-02-property02 .arrow {display: block; height: 142px; margin-bottom: 30px; background: url(../images/sub/arrow_grad.svg) no-repeat center/contain;}
.guide-02-property02 .arrow::before { display: block; height: 100%; background: url(../images/sub/process_arrow_vertical.svg) no-repeat center 65%;content: '';}
.guide-02-property02 .result {display: flex; justify-content: space-around;}
.guide-02-property02 .result li { width: 14%; padding: 0.5em; border-radius: 10px; background-color: #333; font-weight: 700; font-size: 20px; text-align: center;color: #fff;}

@media (max-width: 1280px) {
  .guide-02-property01 .item {font-size: 27px; }
  .guide-02-property01 .item-desc {font-size: 16px; }
  .guide-02-property02 .box-inner { max-width: 850px;padding-bottom: 27px;}
  .guide-02-property02 .box-radius {width: 30%;}
  .guide-02-property02 .arrow { height: 120px; margin-bottom: 27px; }
  .guide-02-property02 .arrow::before { background-size: auto 50px;}
  .guide-02-property02 .result li { font-weight: 600;  font-size: 18px;}
}
@media (max-width: 1024px) {
  .guide-02-property01 .item {flex-direction: column;}
  .guide-02-property01 .item-tit { padding: 0 0 0.3em 0; margin-bottom: 0.3em;border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
  .guide-02-property02 .box-radius {width: 31%;}
  .guide-02-property02 .box-radius-txt {font-size: 16px;}
  .guide-02-property02 .result li { width: 15%;}
}
@media (max-width: 768px) {
  .guide-02-property01 .item {font-size: 24px; }
  .guide-02-property01 .item-desc {font-size: 16px; }
  .guide-02-property02 .box-inner {padding-bottom: 24px;}
  .guide-02-property02 .box-radius {width: 32%;}
  .guide-02-property02 .box-radius-txt {font-size: 15px;}
  .guide-02-property02 .box-radius-txt br {display: none;}
  .guide-02-property02 .arrow { height: 100px; margin-bottom: 24px; }
  .guide-02-property02 .arrow::before { background-size: auto 40px;}
  .guide-02-property02 .result li { font-weight: 600; font-size: 17px;}
}
@media (max-width: 640px) {
  .guide-02 .box-border .box-border-item { padding-right: 25px;padding-left: 25px;}
  .guide-02-property01 .list {flex-wrap: wrap; justify-content: space-around;}
  .guide-02-property01 .item {width: 46%; }
  .guide-02-property01 .item:nth-child(2) ~ .item {margin-top: 4vw;}

  .guide-02-property02 .list {flex-wrap: wrap;}
  .guide-02-property02 .box-radius {width: 100%;}
  .guide-02-property02 .box-radius + .box-radius {margin-top: 18px;}
  .guide-02-property02 .result {flex-wrap: wrap;}
  .guide-02-property02 .result li {width: 27%;}
  .guide-02-property02 .result li:nth-child(3) ~ li {margin-top: 15px;}
}
@media (max-width: 576px) {
  .guide-02 .guide-intro .sub-desc br {display: none;}
}
@media (max-width: 480px) {
  .guide-02 .guide-intro .sub-desc {font-size: 16px;}
  .guide-02 .box-border .box-border-item { padding-right: 20px;padding-left: 20px;}
  .guide-02-property01 .item {width: 100%; font-size: 21px; }
  .guide-02-property01 .item:nth-child(1) ~ .item {margin-top: 15px;}
  .guide-02-property02 .result li {width: 28%; font-size: 16px;}
  .guide-02-property02 .result li:nth-child(3) ~ li {margin-top: 10px;}
}
@media (max-width: 412px) {
  .guide-02-type .list .mark-check {flex-wrap: wrap;padding: 1.2em; margin-left: 0; font-size: 16px;}
  .guide-02-type .mark-check::before {margin-right: 0.5em;}
  .guide-02-type .txt-pink::after {display: none;}
  .guide-02-type .item-desc {width: 100%; padding-top: 0.4em; font-size: 15px;}
  .guide-02-property01 .item {font-size: 19px; }
  .guide-02-property01 .item:nth-child(1) ~ .item {margin-top: 12px;}
  .guide-02-property01 .item-desc {font-size: 15px; }
}
@media (max-width: 360px) {
  .guide-02 .guide-intro .sub-desc {font-size: 15px;}
  .guide-02-property02 .result {justify-content: space-around;}
  .guide-02-property02 .result li {width: 42%; font-size: 15px;}
  .guide-02-property02 .result li:nth-child(2) ~ li {margin-top: 10px;}
}
/* 피해여성가이드 _ 가정폭력 개념 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 가정폭력 처리절차 */
.guide-0202 .guide-top { display: flex; justify-content: center; align-items: center; background-color: #f6f1e8;}
.guide-0202 .guide-top::before { align-self: flex-end; width: 290px; height: 158px; margin-top: -25px; background: url(../images/sub/guide_0202_top.png) no-repeat center bottom/contain; content: '';}
.guide-0202 .guide-top .txt { position: relative;margin: 0 5% 0 2%;}
.guide-0202 .guide-top .tit { margin-bottom: 0.2em; font-weight: 800; font-size: 25px;}
.guide-0202 .guide-top .tit .txt-serif {font-size: 40px;}
.guide-0202 .guide-top .desc { margin-bottom: 0.3em;color: #666;}

.guide-0202 .depth4-con-item:first-child .type-box {background-color: #f6f1e8;}
.guide-0202 .depth4-con-item:first-child .scroll-x-wrap img {min-width: 600px;}

.guide-0202 .depth4-con-item:nth-child(2) {text-align: center;}
.guide-0202 .depth4-con-item:nth-child(2) .list {display: flex; justify-content: center; padding: 0.5em 0 3em; font-size: 30px; color: #fff;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border {width: 320px; padding: 0 15px 15px 0;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border + .box-border {margin: 0 0 0 3%;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border:nth-child(2)::before {border-color: #2c8db4;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border:nth-child(3)::before {border-color: #11a7a5;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border::after {width: 90px; height: 90px;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border-item { height: 100%; padding: 45px 3%; border: none;background-color: #c5006e;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border:nth-child(2) .box-border-item {background-color: #2c8db4;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border:nth-child(3) .box-border-item {background-color: #11a7a5;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border-item::before { display: block; width: 100%; height: 100px; background: radial-gradient(ellipse farthest-corner at top center, rgba(0, 0, 0, 0.2) 0%, transparent 65%) no-repeat center top+64px/50% 25px, url(../images/sub/guide_0202_ico01.png) no-repeat center top/64px;content: '';}
.guide-0202 .depth4-con-item:nth-child(2) .box-border:nth-child(2) .box-border-item::before {background-image:  radial-gradient(ellipse farthest-corner at top center, rgba(0, 0, 0, 0.2) 0%, transparent 65%), url(../images/sub/guide_0202_ico02.png);}
.guide-0202 .depth4-con-item:nth-child(2) .box-border:nth-child(3) .box-border-item::before {background-image:  radial-gradient(ellipse farthest-corner at top center, rgba(0, 0, 0, 0.2) 0%, transparent 65%), url(../images/sub/guide_0202_ico03.png);}
.guide-0202 .depth4-con-item:nth-child(2) .tit { height: 2.5em;font-weight: 700;}
.guide-0202 .depth4-con-item:nth-child(2) .tit span {display: block; padding-top: 0.2em; font-weight: 500; font-size: 0.65em;}
.guide-0202 .depth4-con-item:nth-child(2) .txt-serif {font-size: 40px;}
.guide-0202 .depth4-con-item:nth-child(2) .link {display: inline-block; padding: 0.4em 2.2em; margin-top: 14px; border: 2px solid #222; border-radius: 2em; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); font-weight: 800; font-size: 15px; color: #222; transition: all 0.3s;}
.guide-0202 .depth4-con-item:nth-child(2) .link:hover {background-color: #222; color: #fff;}

.guide-0202 .depth4-con-item:nth-child(3) .item {margin-top: 15px;}
.guide-0202 .depth4-con-item:nth-child(3) .mark-square {line-height: 1.5;}

@media (max-width: 1280px) {
.guide-0202 .guide-top .txt {margin: 0 2% 0 0;}
.guide-0202 .guide-top .tit { font-size: 23px;}
.guide-0202 .guide-top .tit .txt-serif {font-size: 36px;}
.guide-0202 .guide-top .desc {font-size: 15px;}

.guide-0202 .depth4-con-item:nth-child(2) .list { font-size: 27px; }
.guide-0202 .depth4-con-item:nth-child(2) .box-border {width: 27%;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border::after {width: 80px; height: 80px;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border-item {padding: 41px 3%;}
.guide-0202 .depth4-con-item:nth-child(2) .box-border-item::before { height: 90px; background-position: center top+58px, center top; background-size: 45% 20px, 58px;}
.guide-0202 .depth4-con-item:nth-child(2) .txt-serif {font-size: 36px;}
.guide-0202 .depth4-con-item:nth-child(2) .link { margin-top: 10px;}
}
@media (max-width: 1024px) {
  .guide-0202 .depth4-con-item:nth-child(2) .list {padding-bottom: 2.5em;}
  .guide-0202 .depth4-con-item:nth-child(2) .box-border {width: 32%;}
  .guide-0202 .depth4-con-item:nth-child(2) .box-border + .box-border {margin-left: 2%;}
  .guide-0202 .depth4-con-item:nth-child(2) .box-border::after { right: -10px; bottom: -10px;width: 70px; height: 70px;}
}
@media (max-width: 820px) {
  .guide-0202 .depth4-con-item:nth-child(2) .sub-detail br {display: none;}
}
@media (max-width: 768px) {
  .guide-0202 .guide-top { justify-content: flex-start; padding: 0 30px;}
  .guide-0202 .guide-top::before { position: absolute; right: 15px; bottom: 0; width: 35%;}
  .guide-0202 .guide-top .txt { padding: 30px 0 35px;margin: 0;}
  .guide-0202 .guide-top .tit { margin-bottom: 0.5em; font-size: 21px;}
  .guide-0202 .guide-top .tit .txt-serif {font-size: 32px;}

  .guide-0202 .depth4-con-item:nth-child(2) .list {font-size: 22px;}
  .guide-0202 .depth4-con-item:nth-child(2) .box-border-item {padding: 37px 3%;}
  .guide-0202 .depth4-con-item:nth-child(2) .box-border-item::before { height: 72px; background-position: center top+52px, center top; background-size: 60% 15px, 52px;}
  .guide-0202 .depth4-con-item:nth-child(2) .txt-serif {font-size: 28px;}
  .guide-0202 .depth4-con-item:nth-child(2) .link { padding: 0.3em 1.5em; font-size: 14px;}
}
@media (max-width: 640px) {
  .guide-0202 .guide-top { overflow: hidden; padding: 0 25px;}
  .guide-0202 .guide-top::before { position: absolute; right: -15px; bottom: 0; width: 40%; min-width: 165px;}
  .guide-0202 .guide-top .txt {padding: 25px 0 30px;}
  .guide-0202 .guide-top .desc {width: 70%;}
  .guide-0202 .guide-top .desc .br768 {display: none;}

  .guide-0202 .depth4-con-item:first-child .type-box {width: calc(100% + 40px); padding-right: 15px; padding-left: 15px; margin-left: -20px; border-radius: 0;}

  .guide-0202 .depth4-con-item:nth-child(2) .list {flex-wrap: wrap;}
  .guide-0202 .depth4-con-item:nth-child(2) .box-border {width: 100%; }
  .guide-0202 .depth4-con-item:nth-child(2) .box-border + .box-border {margin: 25px 0 0 0;}
  .guide-0202 .depth4-con-item:nth-child(2) .box-border-item {padding: 22px 25px 25px;}
  .guide-0202 .depth4-con-item:nth-child(2) .tit { height: auto; }
}
@media (max-width: 412px) {
  .guide-0202 .guide-top { padding: 0 20px; }
  .guide-0202 .guide-top .txt {padding: 25px 0 70px;}
  .guide-0202 .guide-top .tit { font-size: 19px;}
  .guide-0202 .guide-top .tit .txt-serif {font-size: 28px;}
  .guide-0202 .guide-top .desc {width: 230px;}

  .guide-0202 .depth4-con-item:nth-child(2) .box-border {padding: 0 10px 10px 0;}
  .guide-0202 .depth4-con-item:nth-child(2) .box-border + .box-border {margin: 20px 0 0 0;}
  .guide-0202 .depth4-con-item:nth-child(2) .box-border::before {border-width: 1px;}
}
@media (max-width: 360px) {
  .guide-0202 .guide-top { padding: 0 18px; }
  .guide-0202 .guide-top .tit { font-size: 18px;}
  .guide-0202 .guide-top .desc {width: 100%;}
}
@media (max-width: 320px) {
  .guide-0202 .guide-top { padding: 0 15px; text-align: center;}
  .guide-0202 .guide-top::before { min-width: 145px;}
  .guide-0202 .guide-top .txt {padding: 20px 0 80px;}
  .guide-0202 .guide-top .tit { font-size: 17px;}
  .guide-0202 .guide-top .desc {font-size: 14px;}
}
/* 피해여성가이드 _ 가정폭력 처리절차 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 가정폭력 관련기관 */
.guide-0203 .guide-top { display: flex; align-items: center;background-color: #f6f1e8;}
.guide-0203 .guide-top::before { align-self: flex-end; width: 290px; height: 161px; margin: -30px 1% 0 8%;background: url(../images/sub/guide_0203_top.png) no-repeat center bottom/contain; content: '';}
.guide-0203 .guide-top .txt { position: relative;padding: 20px 0;}
.guide-0203 .guide-top .tit { padding-top: 0.1em; margin-bottom: 0.4em;font-size: 22px;}
.guide-0203 .guide-top .tit .txt-serif { display: inline-block; margin-left: 0.2em;font-size: 40px; line-height: 0.5; transform: translateY(0.15em);}
.guide-0203 .guide-top .tit .txt-pink {margin-right: 0.8em;}
.guide-0203 .guide-top .desc { margin-bottom: 0.2em;color: #666;}

.guide-0203 .sub-sec:nth-child(2) .table-blue {min-width: 36em;}
.guide-0203 .sub-sec:nth-child(3) .table-blue {min-width: 37em;}

@media (max-width: 1280px) {
  .guide-0203 .guide-top {padding: 0 3%;}
.guide-0203 .guide-top::before { width: 25%; min-width: 225px; margin-left: 4%;}
.guide-0203 .guide-top .tit { font-size: 20px;}
.guide-0203 .guide-top .tit .txt-serif {font-size: 36px;}
.guide-0203 .guide-top .tit .txt-pink {margin-right: 0.8em;}
}
@media (max-width: 1024px) {
  .guide-0203 .guide-top::before {position: absolute; right: 2%; bottom: 0; min-width: 200px;}
  .guide-0203 .guide-top .tit { font-weight: 700;line-height: 2;}
  .guide-0203 .guide-top .tit .txt-pink {margin-right: 0.5em;}

.guide-0203 .guide-contact tbody th {white-space: nowrap;}
.guide-0203 .guide-contact tbody th,
.guide-0203 .guide-contact tbody td:nth-child(2) {padding-left: 1.2em;}
}
@media (max-width: 768px) {
  .guide-0203 .guide-top {padding: 0 5%;}
  .guide-0203 .guide-top::before {min-width: 180px;}
  .guide-0203 .guide-top .txt {padding: 20px 0 45px;}
  .guide-0203 .guide-top .tit {font-size: 18px;}
  .guide-0203 .guide-top .tit .txt-serif {font-size: 32px;}
  .guide-0203 .guide-top .desc {font-size: 15px;}
  .guide-0203 .guide-contact tbody th,
.guide-0203 .guide-contact tbody td:nth-child(2) {padding-left: 1em;}
}
@media (max-width: 576px) {
  .guide-0203 .guide-top {overflow: hidden; padding: 0 20px;}
  .guide-0203 .guide-top::before {right: -30px;}
  .guide-0203 .guide-top .txt {padding: 18px 0;}
}
@media (max-width: 480px) {
  .guide-0203 .guide-top::before { right: -20px; min-width: 145px;}
  .guide-0203 .guide-top .txt {padding: 18px 0 35px;}
  .guide-0203 .guide-top .tit {font-size: 17px;}
  .guide-0203 .guide-top .tit .txt-serif {font-size: 30px;}
  .guide-0203 .guide-top .desc {width: 80%;}
  .guide-0203 .guide-top .desc .br1024 {display: none;}
}
@media (max-width: 360px) {
  .guide-0203 .guide-top {padding: 0 15px;}
  .guide-0203 .guide-top .tit { margin-bottom: 20px;line-height: 1;}
  .guide-0203 .guide-top .tit .txt-serif {margin: 0; font-size: 36px; line-height: 0.7;}
  .guide-0203 .guide-top .tit .txt-pink {display: block;}
  .guide-0203 .guide-top .desc {width: 75%;}
}
/* 피해여성가이드 _ 가정폭력 관련기관 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 성폭력 개념 */
.guide-03 .guide-top { display: flex; justify-content: space-around; align-items: center; background-color: #f4e9ea ;}
.guide-03 .guide-top::before { flex-shrink: 0; width: 388px; height: 254px; margin-top: -30px ;background: url(../images/sub/guide_03_top.png) no-repeat center bottom/contain; content: '';}
.guide-03 .guide-top .tit { margin-bottom: 0.1em; font-weight: 300;font-size: 40px;}
.guide-03 .guide-top .tit span {font-weight: 600;}
.guide-03 .guide-top .tit strong {font-weight: 800;}
.guide-03 .guide-top .sub-desc {color: #222;}
.guide-03 .mark-square {padding-left: 0.5em;}

.guide-03-type .table-blue col:first-child {width: 18%;}
.guide-03-type article:last-child {margin-top: 65px;}
.guide-03-type .table-blue td {padding-left: 3%;}

@media (max-width: 1280px) {
.guide-03 .guide-top::before { width: 32%; height: auto; padding-top: 21%; margin-top: -2.5%;}
.guide-03 .guide-top .tit { font-size: 36px;}

.guide-03-type article:last-child {margin-top: 59px;}
}
@media (max-width: 1024px) {
  .guide-03 .guide-top::before {align-self: flex-end;}
  .guide-03 .guide-top .txt { padding: 30px 0;margin-right: 3%;}
  .guide-03 .guide-top .tit { font-size: 32px;}
}
@media (max-width: 768px) {
  .guide-03 .guide-top {justify-content: flex-start; padding: 0 5%;}
  .guide-03 .guide-top::before { position: absolute; right: 4%; bottom: 0;width: 194px; height: 127px; padding-top: 0;}
  .guide-03 .guide-top .txt {position: relative; padding-bottom: 50px; margin-right: 0;}
  .guide-03 .guide-top .sub-desc {width: 70%;}
  .guide-03 .guide-top .sub-desc br {display: none;}
  .guide-03-type .table-blue col:first-child {width: 120px;}
  .guide-03-type .table-blue td {padding-left: 1em;}
  .guide-03-type article:last-child {margin-top: 53px;}
}
@media (max-width: 576px) {
  .guide-03 .guide-top {padding: 0 20px;}
  .guide-03 .guide-top .txt {padding: 26px 0;}
  .guide-03 .guide-top .tit { margin-bottom: 8px; font-size: 29px;} 
  .guide-03 .guide-top .sub-desc { width: 60%;font-size: 16px;}
  .guide-03-type article:nth-child(2) .table-blue {min-width: 500px;}
  .guide-03-type article:last-child .table-blue {min-width: 350px;}
}
@media (max-width: 480px) {
  .guide-03 .guide-top {margin-top: 90px;}
  .guide-03 .guide-top::before { right: 2%;bottom: calc(100% - 10px); z-index: -1;}
  .guide-03 .guide-top .txt {padding-bottom: 26px;}
  .guide-03 .guide-top .sub-desc { width: 100%;}
  .guide-03-type article:last-child {margin-top: 47px;}
}
@media (max-width: 412px) {
  .guide-03 .guide-top .tit { font-size: 26px;} 
}
@media (max-width: 360px) {
  .guide-03 .guide-top { padding: 0 15px;text-align: center;}
  .guide-03 .guide-top::before {right: 50%; transform: translateX(50%);}
  .guide-03 .guide-top .txt {padding: 23px 0;}
  .guide-03 .guide-top .tit {font-size: 20px;}
  .guide-03 .guide-top .tit .txt-pink:last-child {display: block; font-size: 34px;}
  .guide-03 .guide-top .sub-desc { font-size: 15px;}
}
/* 피해여성가이드 _ 성폭력 개념 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 성폭력 처리절차 */
.guide-0302-support {font-size: 22px;}
.guide-0302-support .box-inner {max-width: 1080px; margin: 0 auto;}
.guide-0302-support .box-inner > ul {display: flex; justify-content: space-between;}
.guide-0302-support .box-radius-tit {font-size: inherit;}
.guide-0302-support .item { flex-shrink: 0; position: relative;width: 28%;}
.guide-0302-support .item::before { position: absolute; top: 0.9em; left: calc(118% - 18px); width: 18px; height: 33px; background: url(../images/sub/arrow_blue_line.svg) no-repeat center/contain;content: '';}
.guide-0302-support .item:last-child::before {display: none;}
.guide-0302-support .item > .box-radius-tit {background-color: #2c8db4;}

.guide-0302-support .top {padding-top: 3.5em;}
.guide-0302-support .top .item {display: flex; flex-direction: column;}
.guide-0302-support .top .item::after { order: -1; height: 115px; background: url(../images/sub/process_arrow_vertical.svg) no-repeat center;content: ''; transform: rotate(180deg);}
.guide-0302-support .top .box-radius { flex-grow: 1;background-color: #fff; text-align: center;}
.guide-0302-support .top .box-radius-tit {order: -1;}
.guide-0302-support .top ul {display: inline-block; padding-right: 0.8em;}
.guide-0302-support .top .mark-hyphen { font-weight: 700;font-size: 20px; color: #444;}

.guide-0302-support .bottom {padding-top: 2.8em;}

@media (max-width: 1280px) {
  .guide-0302-support {font-size: 20px;}
  .guide-0302-support .box-inner {max-width: 1000px;}
  .guide-0302-support .item { width: 29%;}
  .guide-0302-support .item::before {left: calc(113% - 10px); width: 16px; height: 29px;}

  .guide-0302-support .top .item::after { height: 100px; background-size: 50% 50%;}
  .guide-0302-support .top .mark-hyphen { font-size: 18px;}
}
@media (max-width: 1024px) {
  .guide-0302-support { padding-right: 4%; padding-left: 4%;font-size: 18px;}
  .guide-0302-support .top .item::after { height: 90px;}
  .guide-0302-support .top .mark-hyphen { font-size: 16px;}
}
@media (max-width: 768px) {
  .guide-0302-support .top {flex-direction: column;}
  .guide-0302-support .top .item {flex-direction: row; justify-content: center; align-items: center; width: 100%;}
  .guide-0302-support .top .item + .item {margin-top: 45px;}
  .guide-0302-support .top .item::before { top: 100%;left: calc(17.5% - 13px); width: 27px; height: 50px; transform: rotate(90deg);}
  .guide-0302-support .top .item::after {width: 15%; transform: rotate(90deg);}
  .guide-0302-support .top .item > .box-radius-tit {width: 35%;}
  .guide-0302-support .top .box-radius { flex-grow: 0; flex-shrink: 0;width: 50%;}

  .guide-0302-support .bottom { flex-direction: column;width: 16em; margin: 0 auto;}
  .guide-0302-support .bottom .item {width: 100%;}
  .guide-0302-support .bottom .item::before { top: calc(100% + 5px);left: calc(50% - 13.5px); width: 27px; height: 50px; transform: rotate(90deg);}
  .guide-0302-support .bottom .item + .item {margin-top: 60px;}
}
@media (max-width: 640px) {
  .guide-0302-support {font-size: 16px;}
  .guide-0302-support .top .item + .item {margin-top: 35px;}
  .guide-0302-support .top .item::before {left: calc(17.5% - 9px); width: 18px; height: 33px;}
  .guide-0302-support .top .item::after {background-size: 32px 32px;}
  .guide-0302-support .top .mark-hyphen { font-size: 15px;}

  .guide-0302-support .bottom .item::before { top: calc(100% + 8px);left: calc(50% - 9px); width: 18px; height: 33px;}
  .guide-0302-support .bottom .item + .item {margin-top: 50px;}
}
@media (max-width: 480px) {
  .guide-0302-support { padding-right: 30px;padding-left: 30px;}
  .guide-0302-support .top .item {flex-direction: column-reverse;}
  .guide-0302-support .top .item + .item {margin-top: 55px;}
  .guide-0302-support .top .item::before { top: calc(100% + 11px); left: 0;width: 100%;}
  .guide-0302-support .top .item::after { width: 100%; height: 45px; background-size: 24px 24px;transform: none;}
  .guide-0302-support .top .item > .box-radius-tit {width: 100%;}
  .guide-0302-support .top .item .box-radius {width: 100%;}
  .guide-0302-support .bottom {width: 100%;}
  .guide-0302-support .bottom .item + .item {margin-top: 45px;}
}
/* 피해여성가이드 _ 성폭력 처리절차 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 성폭력 관련기관 */
.guide-0303 .table-blue {min-width: 38em;}
/* 피해여성가이드 _ 성폭력 관련기관 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 성매매 개념 */
.guide-04 .guide-top { display: flex; justify-content: center; align-items: center; background-color: #e7ecef;}
.guide-04 .guide-top::before { align-self: flex-end; width: 290px; height: 155px; margin-top: -35px; background: url(../images/sub/guide_04_top.png) no-repeat center bottom/contain; content: '';}
.guide-04 .guide-top .txt {margin: 0 6% 0 4%;}
.guide-04 .guide-top .tit { margin-bottom: 0.2em;font-size: 22px;}
.guide-04 .guide-top .tit span {font-weight: 800;}
.guide-04 .guide-top .tit .txt-serif { display: inline-block;font-size: 50px; line-height: 0.2; color: #c5006e; transform: translateY(0.2em);}
.guide-04 .guide-top .desc {color: #666;}

.guide-04 .guide-intro .sub-desc { font-weight: 800; color: #222;}

@media (max-width: 1280px) {
  .guide-04 .guide-top .txt {margin: 0 5% 0 3%;}
  .guide-04 .guide-top .tit { font-size: 20px;}
  .guide-04 .guide-top .tit .txt-serif {font-size: 45px;}
  .guide-04 .guide-top .desc {font-size: 15px;}
}
@media (max-width: 1024px) {
  .guide-04 .guide-top {padding: 0 3%;}
  .guide-04 .guide-top .txt {padding: 25px 0;}
  .guide-04 .guide-top .tit {margin-bottom: 0.8em;}
  .guide-04 .guide-top .tit span {display: block;}
  .guide-04 .guide-top .tit .txt-serif {line-height: 0.5;}
}
@media (max-width: 768px) {
  .guide-04 .guide-top {padding-right: 0;}
  .guide-04 .guide-top .txt {padding: 25px 0; margin: 0;}
  .guide-04 .guide-top .tit { font-size: 18px;}
  .guide-04 .guide-top .tit .txt-serif {font-size: 40px;}
  .guide-04 .guide-top::before { order: 2; width: 240px;}
}
@media (max-width: 640px) {
  .guide-04 .guide-top {justify-content: flex-start; padding-left: 25px;}
  .guide-04 .guide-top::before { position: absolute; right: 3%; bottom: 0; width: calc(20px + 40%);}
  .guide-04 .guide-top .txt {position: relative; width: 100%;}
  .guide-04 .guide-top .desc {width: 50%;}
}
@media (max-width: 480px) {
  .guide-04 .guide-top {overflow: hidden;}
  .guide-04 .guide-top::before { position: absolute; right: -25px; bottom: 0; width: 57%;}
  .guide-04 .guide-top .tit { font-size: 17px;}
  .guide-04 .guide-top .tit .txt-serif {font-size: 35px;}
  .guide-04 .guide-top .desc {width: 60%;}
  .guide-04 .guide-intro .sub-desc .br1024 {display: none;}
}
@media (max-width: 360px) {
  .guide-04 .guide-top {padding: 0 15px; text-align: center;}
  .guide-04 .guide-top::before { display: none;}
  .guide-04 .guide-top .tit span {display: inline;}
  .guide-04 .guide-top .desc {width: 100%;}
}
@media (max-width: 320px) {
  .guide-04 .guide-top .tit span {display: block;}
  .guide-04 .guide-intro .sub-desc {font-size: 15px;}
}
/* 피해여성가이드 _ 성매매 개념 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 성매매 처리절차 */
.guide-0402 .type-box {background-color: #e7ecef;}
.guide-0402 .box-inner {max-width: 880px; padding: 70px 0 20px; margin: 0 auto;}
.guide-0402 .list {max-width: 380px; margin: 0 auto;}
.guide-0402 .item {position: relative;}
.guide-0402 .item::after { display: block; height: 70px; background: url(../images/sub/process_arrow_vertical.svg) no-repeat center/auto 28px; content: '';}
.guide-0402 .item:nth-child(5)::after {background-image: url(../images/sub/guide_0402_arrow01.svg); background-size: auto;}
.guide-0402 .item:nth-child(6)::after {background-image: url(../images/sub/guide_0402_arrow02.svg); background-size: auto;}
.guide-0402 .item:last-child::after {position: absolute; right: calc(100% + 15px); bottom: 39%; width: 20px; height: 150px; background-image: url(../images/sub/guide_0402_arrow03.svg); background-size: auto;}
.guide-0402 .box-radius-tit {background-color: #2c8db4;}
.guide-0402 .desc {position: absolute; top: 0; left: 100%; padding-top: 1em; font-weight: 700; font-size: 18px; letter-spacing: normal; color: #444; white-space: nowrap;}
.guide-0402 .desc::before { display: inline-block; width: 105px; height: 8px; margin: 0 12px; margin-bottom: 0.125em; background: linear-gradient(to right, #3a4960 6px, transparent 6px) repeat-x left center/12px 1px, radial-gradient(circle farthest-corner at center center, #3a4960 3px, #e7ecef 4px) no-repeat right center/11px 8px;content: '';}
.guide-0402 .detail-list {display: flex; justify-content: space-between;}
.guide-0402 .detail-item { width: 45%; padding: 1em 0.5em; border-radius: 10px; background-color: #c5006e; font-weight: 700; font-size: 19px; line-height: 1.2; text-align: center;color: #fff;}
.guide-0402 .detail-item:nth-child(2) {background-color: #444;} 

@media (max-width: 1280px) {
  .guide-0402 .box-inner { padding: 63px 0 18px;}
  .guide-0402 .list {max-width: 330px;}
  .guide-0402 .item::after { height: 63px; background-size: 25px 25px;}
  .guide-0402 .item:nth-child(5)::after { background-size: auto 55%;}
  .guide-0402 .item:nth-child(6)::after { background-size: auto 55%;}
  .guide-0402 .item:last-child::after { right: calc(100% + 12px); height: 140px; background-size: auto 100%;}
  .guide-0402 .desc {padding-top: 1.2em; font-size: 16px;}
  .guide-0402 .desc::before { width: 60px; margin: 0 11px; background-size: 12px 1px, 7px 8px;}
  .guide-0402 .detail-item { width: 46%; font-size: 17px;}
}
@media (max-width: 768px) {
  .guide-0402 .box-inner { max-width: 490px; padding: 56px 0 16px;}
  .guide-0402 .list {max-width: 280px; margin: 0 0 0 35px;}
  .guide-0402 .item::after { height: 56px;}
  .guide-0402 .item:last-child::after { height: 126px; }
  .guide-0402 .desc {padding-top: 1.15em; font-size: 15px;}
  .guide-0402 .desc::before { width: 50px; margin: 0 10px;}
  .guide-0402 .detail-item { font-size: 16px;}
}
@media (max-width: 576px) {
  .guide-0402 .box-inner { max-width: 390px; padding: 49px 0 14px;}
  .guide-0402 .list {width: 210px; margin-left: 20px;}
  .guide-0402 .item::after { height: 49px;}
  .guide-0402 .box-radius-tit {font-size: 16px;}
  .guide-0402 .desc {font-size: 14px;}
  .guide-0402 .desc::before { width: 30px; margin: 0 10px;}
  .guide-0402 .detail-item { width: 49%; font-size: 15px;}
  .guide-0402 .item:last-child::after { right: calc(100% + 9px); bottom: 15px;  width: 18px; background-size: contain;}
}
@media (max-width: 480px) {
  .guide-0402 .list {width: 170px;}
}
@media (max-width: 412px) {
  .guide-0402 .box-inner {max-width: none;}
  .guide-0402 .list {width: 100%; max-width: none; margin: 0;}
  .guide-0402 .desc {position: relative; left: 0; padding-top: 0; font-size: 15px; text-align: center;}
  .guide-0402 .desc::before { display: block;width: 1px; height: 18px; margin: 0 auto 5px; background: linear-gradient(to top, #2c8db4 4px, transparent 4px) repeat-y top center/auto 6px; }
  .guide-0402 .item:nth-child(6) .desc {display: none;}
  .guide-0402 .detail-list .br480 {display: none;}
  .guide-0402 .item:last-child::after {display: none;}
}
/* 피해여성가이드 _ 성매매 처리절차 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 교제폭력 개념 */
.guide-05 .guide-top { display: flex; justify-content: center; align-items: center;background-color: #f4e9ea;}
.guide-05 .guide-top::before { align-self: flex-end; width: 290px; height: 122px; margin-top: -12px; background: url(../images/sub/guide_05_top.png) no-repeat center bottom/contain; content: '';}
.guide-05 .guide-top .tit { font-size: 22px;}
.guide-05 .guide-top .txt { position: relative;margin: 0 8% 0 1%;}
.guide-05 .guide-top .tit .txt-serif { display: inline-block; margin-left: 0.3em;font-size: 50px; line-height: 0.1em; transform: translateY(0.2em);}

.guide-05 .sub-desc {margin-bottom: 0.5em; font-weight: 800; color: #222;}
.guide-05 .mark-bell {margin: 40px 20px;}

@media (max-width: 1280px) {
  .guide-05 .guide-top::before { height: 110px;}
  .guide-05 .guide-top .tit { font-size: 20px;}
  .guide-05 .guide-top .txt {margin: 0 7% 0 0;}
  .guide-05 .guide-top .tit .txt-serif {font-size: 45px;}
  .guide-05 .mark-bell {margin: 36px 18px;}
}
@media (max-width: 1200px) {
  .guide-05 .sub-detail br {display: none;}
}
@media (max-width: 1024px) {
  .guide-05 .guide-top .txt {padding: 20px 0 32px;}
  .guide-05 .guide-top .tit .txt-serif {display: block; margin-left: 0; line-height: 0.8;}
}
@media (max-width: 768px) {
  .guide-05 .guide-top::before {order: 2;}
  .guide-05 .guide-top .txt {margin: 0;}
  .guide-05 .guide-top .tit { font-size: 17px;}
  .guide-05 .guide-top .tit .txt-serif {font-size: 40px;}
  .guide-05 .mark-bell {margin: 32px 16px;}
}
@media (max-width: 640px) {
  .guide-05 .guide-top { justify-content: flex-start;padding: 0 30px;}
  .guide-05 .guide-top::before {position: absolute; right: 2%; bottom: 0; width: 260px;}
  .guide-05 .guide-top .txt {padding: 25px 0 37px;}
  .guide-05 .mark-bell {line-height: 1.6;}
}
@media (max-width: 480px) {
  .guide-05 .guide-top {overflow: hidden;}
  .guide-05 .guide-top::before {position: absolute; right: -20px; bottom: 0; width: 215px;}
  .guide-05 .guide-top .tit { font-size: 16px;}
  .guide-05 .guide-top .tit .txt-serif {font-size: 35px;}
}
@media (max-width: 412px) {
  .guide-05 .guide-top {padding: 0 20px;}
  .guide-05 .guide-top::before { right: -25px; bottom: 0; width: 55%;}
  .guide-05 .mark-bell {margin: 28px 0;}
  .guide-05 .mark-bell .br640 {display: none;}
}
@media (max-width: 360px) {
  .guide-05 .guide-top { justify-content: center;text-align: center;}
  .guide-05 .guide-top::before {display: none;}
  .guide-05 .guide-top .txt {padding: 20px 0 32px;}
  .guide-05 .guide-intro .br576 {display: none;}
}
/* 피해여성가이드 _ 교제폭력 개념 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 교제폭력 처리절차 */
.guide-0502 .mark-bell {margin-top: 40px;}
@media (max-width: 1024px) {
  .guide-0502 .mark-bell {margin-top: 35px;}
}
@media (max-width: 576px) {
  .guide-0502 .list .mark-check { margin-left: 0;border-radius: 1em;}
}
@media (max-width: 412px) {
  .guide-0502 .mark-bell {padding: 0.7em 1.3em 0.7em 0.5em;}
  .guide-0502 .mark-bell .txt-serif {display: block; margin-left: 0; font-size: 26px; line-height: 1; transform: none;}
}
/* 피해여성가이드 _ 교제폭력 처리절차 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 디지털성범죄 */
.guide-06 .table-blue tbody th,
.guide-06 .table-blue tbody td:nth-child(2) {white-space: nowrap;}
.guide-06 .table-blue {min-width: 56em;}

.guide-06 .type-box {padding-top: 20px;}
.guide-06 .scroll-x-wrap img {min-width: 560px;}

.guide-06 .mark-square a {display: inline;}
.guide-06 .mark-square a:hover {color: #c5006e; text-decoration: underline;}

@media (max-width: 1024px) {
  .guide-06 .guide-intro .sub-desc br {display: none;}
}
@media (max-width: 640px) {
  .guide-06 .type-box {width: calc(100% + 40px); padding-right: 15px; padding-left: 15px; margin-left: -20px; border-radius: 0;}
}
@media (max-width: 412px) {
  .guide-06 .guide-intro .sub-desc {font-size: 15px;}
}
/* 피해여성가이드 _ 디지털성범죄 */
/* ===================================================== */


/* ===================================================== */
/* 피해여성가이드 _ 스토킹 */
.guide-07 .sub-eng {letter-spacing: 1em; text-indent: 1em;}
.guide-07 .guide-img .list { max-width: 1120px; padding: 60px 20px 0; margin: 0 auto -20px; text-align: left;}
.guide-07 .guide-img .mark-check {background-color: #fff; color: #666;}
.guide-07 .table-blue tbody th {white-space: nowrap;}
.guide-07 .table-blue tbody td {padding-left: 3%;}
.guide-07 .table-blue .mark-square {padding-left: 0;}

@media (max-width: 1280px) {
  .guide-07 .guide-img .list { max-width: 970px; padding-top: 54px; margin: 0 auto -18px; }
}
@media (max-width: 1024px) {
  .guide-07 .guide-intro .sub-desc br {display: none;}
}
@media (max-width: 768px) {
  .guide-07 .guide-img {background-size: 100% calc(90% - 100px);}
  .guide-07 .guide-img .list { padding-top: 48px; margin: 0 auto -16px; }
  .guide-07 .table-blue {min-width: 710px;}
  .guide-07 .table-blue tbody td {padding-left: 1em;}
  .guide-07 .table-blue .mark-square {font-size: 15px;}
}
@media (max-width: 480px) {
  .guide-07 .guide-img {background-size: 100% calc(95% - 80px);}
}
@media (max-width: 412px) {
  .guide-07 .guide-intro .sub-desc {font-size: 15px;}
}
@media (max-width: 360px) {
  .guide-07 .sub-eng {letter-spacing: 5vw; text-indent: 5vw;}
}
/* 피해여성가이드 _ 스토킹 */
/* ===================================================== */


/* ===================================================== */
/* 알림마당 _ 전국센터현황 */
.nation-intro { font-size: 30px;text-align: center; }
.nation-intro::before { display: block; height: 78px; margin-bottom: 0.8em; background: url(../images/sub/nation_ico.png) no-repeat center/contain;content: '';}
.nation-intro .tit { margin-bottom: 8px;font-weight: 800;}
.nation-intro .sub-detail strong { font-weight: 800;color: #333;}

.nation .table-blue .tel {width: 7.2em;}
.nation .table-blue col:nth-child(3) {min-width: 15em;}
.nation .table-blue tbody td:last-child {padding-left: 3%;}
.nation .table-blue tbody td:nth-last-child(2) {padding-left: 4%;}

@media (max-width: 1280px) {
  .nation-intro { font-size: 27px; }
  .nation-intro::before { height: 71px;}
  .nation .table-blue tbody td:last-child,
  .nation .table-blue tbody td:nth-last-child(2) {padding-left: 2%;}
}
@media (max-width: 1024px) {
  .nation .table-blue tbody td:last-child,
  .nation .table-blue tbody td:nth-last-child(2) {padding-left: 1.2em;}
}
@media (max-width: 768px) {
  .nation-intro { font-size: 24px; }
  .nation-intro::before { height: 64px;}
  .nation .table-blue tbody td:last-child,
  .nation .table-blue tbody td:nth-last-child(2) {padding-left: 1em;}
}
@media (max-width: 480px) {
  .nation-intro::before { height: 57px;}
}
@media (max-width: 360px) {
  .nation-intro .txt-blue {display: block;}
  .nation-intro .br576 {display: none;}
}
/* 알림마당 _ 전국센터현황 */
/* ===================================================== */


/* ===================================================== */
/* 관련기관  */
.banner-list {display: flex; flex-wrap: wrap; align-items: stretch;}
.banner-item {width: calc(91% / 4); margin-right: 3%; position: relative;}
.banner-item:nth-child(4n) {margin-right: 0;}
.banner-item:nth-child(4) ~ .banner-item {margin-top: 3%;}
.banner-item a { display: flex; flex-direction: column; height: 100%; border: 1px solid #eee; border-radius: 10px; transition: border-color 0.3s; }
.banner-img { display: flex; flex-shrink: 0; justify-content: center; align-items: center; padding: 6% 5% 5%; height: 55%;}
.banner-img img {width: 100%; width: fit-content;}
.banner-tit {height: 45%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding: 14% 5% 15%; border-top: 1px solid #f5f5f5; font-weight: 600; font-size: 18px; text-align: center;}
.banner-item a:hover {border-color: #c5006e;}
.banner-item .admin-check {position: absolute; left: 0; bottom: 0;}

@media (max-width: 1280px) {
  .banner-item {width: calc(92.5% / 4); margin-right: 2.5%;}
  .banner-item:nth-child(4) ~ .banner-item {margin-top: 2.5%;}
  .banner-item a {  border-radius: 9px; }
  .banner-tit { font-size: 16px; }
}
@media (max-width: 1024px) {
  .banner-item {width: calc(94% / 4); margin-right: 1.5%;}
  .banner-item:nth-child(4) ~ .banner-item {margin-top: 1.5%;}
  .banner-tit { font-size: 15px; }
}
@media (max-width: 810px) {
  .banner-item {width: 30%; margin-right: 5%;}
  .banner-item:nth-child(4n) {margin-right: 5%;}
  .banner-item:nth-child(3n) {margin-right: 0;}
  .banner-item:nth-child(3) ~ .banner-item {margin-top: 5%;}
  .banner-item a {  border-radius: 8px; }
  .banner-tit { font-size: 15px; }
}
@media (max-width: 640px) {
  .banner-item {width: 31%; margin-right: 3.5%;}
  .banner-item:nth-child(4n) {margin-right: 3.5%;}
  .banner-item:nth-child(3) ~ .banner-item {margin-top: 3.5%;}
}
@media (max-width: 576px) {
  .banner-item {width: 47.5%; margin-right: 5%;}
  .banner-item:nth-child(4n) {margin-right: 5%;}
  .banner-item:nth-child(3n) {margin-right: 5%;}
  .banner-item:nth-child(2n) {margin-right: 0;}
  .banner-item:nth-child(2) ~ .banner-item {margin-top: 5%;}
}
@media (max-width: 480px) {
  .banner-item {width: 48.5%; margin-right: 3%;}
  .banner-item:nth-child(4n) {margin-right: 3%;}
  .banner-item:nth-child(3n) {margin-right: 3%;}
  .banner-item:nth-child(2n) {margin-right: 0;}
  .banner-item:nth-child(2) ~ .banner-item {margin-top: 3%;}
  .banner-item a {  border-radius: 7px; }
  .banner-tit { font-size: 14px; }
}
@media (max-width: 360px) {
  .banner-item {width: 100%; margin-right: 0;}
  .banner-item a {height: auto;}
  .banner-item:nth-child(4n) {margin-right: 0;}
  .banner-item:nth-child(3n) {margin-right: 0;}
  .banner-item:nth-child(1) ~ .banner-item {margin-top: 12px;}
  .banner-tit {height: auto; padding: 5% 5% 6%;}
}
/* 관련기관  */
/* ===================================================== */


/* ===================================================== */
/* 이메일무단수집거부 */
.refusal-mail {font-size: 28px;}
.refusal-mail-wrap { padding: 2.5em 5% 3em; border: 1px solid #eee; text-align: center; } 
.refusal-mail-img { display: flex; justify-content: center; margin-bottom: 1em; } 
.refusal-mail-tit { margin-bottom: 6px; font-weight: 800; color: #222; } 
.refusal-mail-subtit { display: block; margin-bottom: 1em; font-weight: 600; font-size: 20px; color: #444; } 
.refusal-mail-subtit b { font-weight: 800; color: #c5006e; } 
.refusal-mail-desc { font-size: 18px; } 

@media (max-width: 1280px){
  .refusal-mail {font-size: 25px;}
 .refusal-mail-img { height: 150px; } 
 .refusal-mail-tit { font-size: 24px; } 
 .refusal-mail-subtit { margin-bottom: 0.9em; font-size: 18px; } 
 .refusal-mail-desc { font-size: 16px; } 
 }
@media (max-width: 1024px){
 .refusal-mail-desc br { display: none; } 
 }
@media (max-width: 768px){
  .refusal-mail {font-size: 22px;}
 .refusal-mail-img { height: 120px; } 
 .refusal-mail-subtit { margin-bottom: 0.8em; font-size: 16px; } 
 .refusal-mail-desc { font-size: 14px; } 
 }
@media (max-width: 576px){
  .refusal-mail {font-size: 20px;}
 .refusal-mail-img { height: 110px; } 
 .refusal-mail-subtit { font-size: 15px; } 
 }
 @media (max-width: 360px) {
  .refusal-mail-tit { margin-bottom: 8px; } 
}
/* 이메일무단수집거부 */
/* ===================================================== */